Remove unwanted code (that search for information into files found using the TOOLCHAI...
[bertos.git] / wizard / BProject.py
2010-04-19 duploRemove unwanted code (that search for information into...
2010-04-19 duploFix typo...
2010-04-19 duploAdd stub of preset load method.
2010-04-19 duploAdd preset loading function.
2010-04-01 duploAdd explicative comment into the loadProjectPreset...
2010-04-01 duploAdd placeholder for method that will load the board...
2010-04-01 duploRemove debug print.
2010-03-31 duploAdd missing imports.
2010-03-31 duploFix CPU reloading data bug when the user change the...
2010-03-31 duploAdd infrastructure for CPU reloading files.
2010-03-31 duploChange loadModuleData function to be a BProject method.
2010-03-31 duploAvoid import * (to help debug in during the refactoring).
2010-03-31 duploRemove unused code.
2010-03-31 duploChange the loadBertosProject function to be a BProject...
2010-03-30 duploMore efficient way to track BeRTOS files.
2010-03-30 duploMove loadSourceTree and findDefinitions function into...
2010-03-30 duploFix the #133 (projects created with older versions...
2009-04-23 duploAdd BeRTOS header in sources files
2009-04-20 duploCorrect a critical bug
2009-04-20 duploRemove the invalid use of keys() dict method
2009-03-31 duploAdd comment for each method and class
2009-01-28 duploAdd utility method for the project infos
2009-01-27 duploCreate a bertos project folder and copy the bertos...
2008-12-19 duploAdd the None default value for the project infos
2008-12-18 duploAdd a little stub of the project class (TODO: the proje...
2008-12-17 duploAdd a stub of the BProject interface for store the...
2008-12-16 duploAdd the project class, containig the project information