Refactor to use new protocol module and sipo.
[bertos.git] / wizard / BWizard.py
2010-11-12 duploHardcoded initial geometry: 200, 200, 800, 600
2010-11-11 duploAttempt to use window manager's default positioning...
2010-09-13 asterixRemove svn id tags.
2010-06-08 duploAdd new parameter to reloadData method (an integer...
2010-05-27 asterixFix explicit conversion to qvariant.
2010-05-27 duploWizard dialog remember his size.
2010-05-26 duploRemove the base/advance choice page.
2010-05-24 duploUse fixed size for the Wizard dialog.
2010-05-24 duploRemove custom/predefined choice from the folder page...
2010-04-19 duploAdd stub of new structure of the wizard preset path.
2010-03-31 duploAdd infrastructure for non-linear Wizard.
2009-04-23 duploAdd BeRTOS header in sources files
2009-04-22 battMove revision to wizard pages; remove version file...
2009-04-20 duploCorrect if caluses
2009-04-14 duploEnable autoenabled parameters only for enabled modules
2009-04-01 duploMake BWizard generic: now it can be used for both creat...
2009-04-01 duploRemove _ from method names
2009-03-31 duploAdd comment for each method and class
2009-03-31 duploRemove the call to a unuseful method
2009-03-31 duploRemove the minimum size of the QWizard
2009-03-31 duploAdd a final page after the project creation
2009-03-24 duploChange variable name to follow the develer python codin...
2009-02-04 duploAdd the CreateProject page
2009-01-28 duploChange the name of the method that return a BProject...
2009-01-28 duploAdd utility method for the project infos
2009-01-28 duploAdd the output selection page
2009-01-27 duploAutomatic data save when changing wizard page
2009-01-21 duploAdd a function that strip the wizard informations from...
2009-01-19 duploAdd the module selection page
2008-12-22 duploAdd the toolchain page to the wizard
2008-12-19 duploAdd the self.tr() to the window title
2008-12-18 duploForce the reload of the page data when the wizard page...
2008-12-18 duploAdd the BWizard class, inherited from QWizard