Refactor to use new protocol module and sipo.
[bertos.git] / wizard / BProject.py
2011-02-17 battAdd findInPath method; search for toolchains in system...
2010-11-15 duploFix for preset editing problems (bug #183).
2010-09-23 duploFix #160.
2010-09-13 asterixRemove svn id tags.
2010-06-21 duploAdd exception handling for parsing error within the...
2010-05-24 duploUse fixed size for the Wizard dialog.
2010-05-24 duploAdd preset feature.
2010-05-24 duploRemove custom/predefined choice from the folder page...
2010-05-21 duploFix bug #141.
2010-05-21 duploCopy all but directories when handling hw files using...
2010-05-21 duploFix #148 issue. If the cfg file isn't found the Wizard...
2010-05-05 asterixDo not copy empty hw files.
2010-05-03 duploFix BeRTOS version related bug.
2010-05-03 duploThis commit should fix the ToolchainException when...
2010-04-30 duploFix regression.
2010-04-30 duploUse new paths for Exceptions
2010-04-30 duploAttempt to fix the cfg and hw file path logic.
2010-04-30 battFix naming convention issue (related to HW_DIR/HW_PATH...
2010-04-29 battAdd support for parametric hw dir.
2010-04-27 duploCopy the user mk file of the preset, replacing the...
2010-04-27 battFix problems with older BeRTOS versions.
2010-04-27 duploNew makefile architecture.
2010-04-27 duploIn editing mode when the user selects a project that...
2010-04-27 duploAdd missing import.
2010-04-27 duploMore logic into makefiles generation functions
2010-04-26 battUse PRESET_NAME instead of PROJECT_NAME when creating...
2010-04-26 duploAdd comment.
2010-04-26 duploAvoid to create a new VERSION file for presets, in...
2010-04-26 duploIf the project edited is a preset the wizard doesn...
2010-04-26 duploAdd new _wizard_version for differentiate the newest...
2010-04-26 duploChange SOURCES_PATH in BERTOS_PATH.
2010-04-26 duploAdd support for parametrization of the sources dir...
2010-04-23 duploAdd information about project source path.
2010-04-23 duploAdd information for advanced preset editing.
2010-04-23 duploUse " instead of ' for BProject file (to follow the...
2010-04-23 duploFix existing directory problem with copytree.
2010-04-23 duploCreate an empty file if the user select the box.
2010-04-23 duploCreating a new project from a preset the Wizard copy...
2010-04-23 duploAvoid the manual join of paths, using os.path.join.
2010-04-23 duploAdd placeholder comment
2010-04-23 duploAdd properties to retrieve the project relevant dirs.
2010-04-23 duploRemove not needed edit checks.
2010-04-20 duploReuse most of the available code.
2010-04-20 duploRemove the 'edit' parameter, no more needed.
2010-04-20 duploAdd method to create the sources dir into the project.
2010-04-20 duploAdd method for version file
2010-04-20 duploSplit the createBertosProject method.
2010-04-20 duploAdd missing import
2010-04-20 duploMove createBertosProject as BProject method
2010-04-20 duploStub of preset load method.
2010-04-20 duploAdd _ before the name of new 'private' methods.
2010-04-20 duploRemove trailing spaces.
2010-04-20 duploAdd setEnabledModules as method of BProject class ...
2010-04-20 duploSplit loadBertosProject method to reuse most of the...
2010-04-20 duploAdd stub of project loading from preset.
2010-04-20 duploAdd implementation for the isComplete method override.
2010-04-19 duploAdd icons to the Board page.
2010-04-19 duploAdd preset load functionality.
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