Refactor to use new protocol module and sipo.
[bertos.git] / wizard / bertos.py
2010-10-05 duploAdd progress dialog when loading existing projects.
2010-09-30 duploRestore the old rcc-based resource generation system.
2010-09-23 duploRemove rcc dependency. Use pyrcc4 instead, to generate...
2010-09-13 lottavianoFix wizard rcc invocation for paths with spaces inside.
2010-09-13 asterixRemove svn id tags.
2010-05-31 duploRemove Output page.
2010-05-26 duploRemove basic/advanced page. (You need to specify advanc...
2010-05-26 duploRemove the base/advance choice page.
2010-05-24 duploAdd preset feature.
2010-05-24 duploRemove custom/predefined choice from the folder page...
2010-05-21 battReformat error messages.
2010-05-03 duploAdd empty BProject before starting load the project.
2010-04-26 duploChange SOURCES_PATH in BERTOS_PATH.
2010-04-19 duploAdd stub of new structure of the wizard preset path.
2010-04-01 duploModify the order of the pages.
2010-03-31 duploRemove unused code.
2010-03-31 duploChange the loadBertosProject function to be a BProject...
2010-03-31 duploAdd stub for board selection page.
2010-03-30 duploUse abspath for project file.
2010-03-26 duploAttempt to fix the BeRTOS Wizard running directory...
2010-03-25 raskyExtract correctly the data directory when the wizard...
2010-03-23 duploPatch submitted by Rasky.
2009-10-23 duploAdd introduction page.
2009-09-15 duploWorkaround to fix the bug related to the copy of the...
2009-09-08 duploAdd error logging
2009-09-08 duploClose the Wizard after launching CodeLite.
2009-08-28 duploAdd the editing mode in the main bertos file
2009-04-23 duploAdd BeRTOS header in sources files
2009-04-22 duploNow the wizard can launch the IDE.
2009-04-22 duploDon't permit to edit a project.
2009-04-20 duploAdd check for executable made by pyinstaller
2009-04-20 battRemove pyscripter signature.
2009-04-17 aleisterrevert the commit 2505 (because it is no more needed)
2009-04-15 aleistersmall changes required for the installer
2009-04-14 duploCorrect the chdir statement
2009-04-14 duploChange dir at the beginning
2009-04-09 duploModify the comments
2009-04-07 duploAdd comment for development only code
2009-04-07 duploAdd parameter handling
2009-04-04 aleisterfix error on building the binary resource file of the...
2009-04-01 duploAdd the project editing functionality
2009-04-01 duploMake BWizard generic: now it can be used for both creat...
2009-02-04 duploRemove the spinner (it isn't needed)
2009-01-28 duploAdd the project creation routine at the end of the...
2008-12-22 duploAdd the import for the os module
2008-12-19 duploCompiles automatically the resources if needed
2008-12-18 raskySet executable attribute to main script
2008-12-18 duploAdapt the bertos.py startup script for the new BWizard...
2008-12-17 duploAdd the CPU select page to the wizard
2008-12-17 duploOpen the wizard with the exec_() statement only when...
2008-12-16 duploThe main file handle the wizard and the start window
2008-12-15 duploChange beRTOS to BeRTOS in the wizard gui
2008-12-15 duploAdd the application QSettings
2008-12-12 duploUse dynamic load of the bertos.rcc binary resource...
2008-12-10 duploAdd the second page in the main function
2008-12-10 duploAdd a stub of the program's main function
2008-12-09 duploAdd stub of main script