Refactor to use new protocol module and sipo.
[bertos.git] / wizard / BEditingDialog.py
2010-09-13 asterixRemove svn id tags.
2010-05-27 duploFix regression introduced by the last refactoring...
2010-04-26 duploChange SOURCES_PATH in BERTOS_PATH.
2010-04-20 duploRemove the 'edit' parameter, no more needed.
2010-04-20 duploMove createBertosProject as BProject method
2010-04-20 duploFix regression.
2010-03-31 duploFix CPU reloading data bug when the user change the...
2010-03-31 duploUpdate the CPU information when the user change the...
2010-03-31 duploUse QApplication.instance() instead of qApp because...
2010-03-31 duploChange loadModuleData function to be a BProject method.
2010-03-31 duploRemove unused code.
2010-03-31 duploChange the loadBertosProject function to be a BProject...
2010-03-30 duploAdd try/finally for every setOverrideCursor/restoreOver...
2010-03-30 duploRemove debug prints and profiler :(
2010-03-30 duploMove loadSourceTree and findDefinitions function into...
2010-03-29 duploUse the local BeRTOS version instead of the original one
2009-09-17 duploIf the user select the same version he's using the...
2009-09-17 duploFix the bug related to the change version dialog refact...
2009-09-17 duploFinally fix the bug
2009-09-17 duploTypos
2009-09-15 duploWorkaround to fix the bug related to the copy of the...
2009-09-15 duploExtract the version dialog and the toolchain dialog...
2009-09-10 duploShow hourglass when doing something potentially long
2009-09-08 duploAdd window icons.
2009-09-08 duploPermit to set CPU frequency from the wizard in project...
2009-09-08 duploChange the window title
2009-09-08 duploRollback to previous selected version if the user doesn...
2009-09-08 duploAdd comment
2009-09-08 duploSelect the element in the toolchain list and manually...
2009-09-04 duploAdd the titles for the dialogs
2009-09-03 duploUtilizzate le configurazioni in memoria, nel tentativo...
2009-08-31 duploMerge the settings, changing BeRTOS version
2009-08-31 duploRemove debug print
2009-08-31 duploChange the settings merge function
2009-08-31 duploAdd stub of sources merge functionality
2009-08-28 duploAdd the dialogs needed in order to configurate the...
2009-08-26 duploAdd a stub of the editing functionality
2009-07-24 duploAdd lambda function in order to handle toolchain and...
2009-07-24 duploRemove print debug
2009-07-24 duploExtract the validateToolchain function from the BToolch...
2009-07-23 duploUse the version name instead of the pathw
2009-07-23 duploAdd menu in order to configure toolchain
2009-07-22 duploAdd the editing dialog.