Refactor to use new protocol module and sipo.
[bertos.git] / wizard / BModulePage.py
2010-10-14 duploAdd signal connections for the 'hex' fields.
2010-10-13 arighiwizard: do not auto-detect number base for integer...
2010-10-13 arighiwizard: add hex configuration parameter type
2010-09-28 duploChange tooltip generation. Now tooltip includes: the...
2010-09-13 asterixRemove svn id tags.
2010-06-14 duploFix ticket #97.
2010-06-08 duploAdd new parameter to reloadData method (an integer...
2010-05-31 duploChange the signal from itemSelectionChanged to currentI...
2010-05-28 battChange some strings.
2010-05-26 duploRemove the possibility to select the description cell...
2010-05-24 duploSet tooltip instead of changing the entry text.
2010-05-24 duploFix also the module issue for projects created from...
2010-05-24 duploFix edit issue.
2010-05-21 duploReload the module data every time the user enter into...
2010-05-21 duploAttempt to fix bug #153.
2010-04-19 duploUse self.project() as readonly property
2010-03-31 duploRemove wrong code (after the refactoring).
2010-03-31 duploChange loadModuleData function to be a BProject method.
2010-03-30 duploAdd try/finally for every setOverrideCursor/restoreOver...
2010-03-30 duploAdd WaitCursor when the Wizard is doing something compl...
2010-01-22 duploIndent code to improve the readibility
2009-10-26 duploLittle bugfix.
2009-10-26 duploAdd support for conditional dependencies (To be tested...
2009-10-22 duploClear the property table when changing the selection...
2009-09-08 duploShow visual feedback for modules autoenabled in module...
2009-09-04 duploUpdate the property table when filling the module tree
2009-08-31 duploChange the settings merge function
2009-04-23 duploUse unicode instead of str for convert strings
2009-04-23 duploAdd BeRTOS header in sources files
2009-04-20 duploCorrect if caluses
2009-04-20 duploCorrect typo
2009-04-20 duploCorrect typo
2009-04-20 duploRemove the invalid use of keys() dict method
2009-04-17 duploModule configuration parameters are showed only when...
2009-04-17 duploShow in evidence when the module is not totally support...
2009-04-17 duploAdd a stub for supported modules check
2009-04-09 duploModify the comments
2009-03-31 duploGroup methods in classes in topics
2009-03-31 duploAdd comment for each method and class
2009-03-31 duploAdd a final page after the project creation
2009-03-30 duploCheck the existance of the value_list, if it doesn...
2009-03-30 duploRetrieve module data only if it isn't already loaded...
2009-03-26 duploShow 'No configuration needed' for modules that don...
2009-03-26 duploCorrect a little bug about empty configurations
2009-03-26 duploOrder the configuration property
2009-03-25 duploCorrect a bug with autoenabled configuration parameters
2009-03-24 duploChange variable name to follow the develer python codin...
2009-03-24 duploSort the modules and the categories in alphabetic order
2009-03-24 duploBeRTOS modules accept non-module dependencies (.c or...
2009-03-20 duploAdd autoenabled configuration parameters
2009-02-20 duploClear the module tree when the reloadData method is...
2009-02-20 duploDivide into categories the modules in the module select...
2009-02-20 duploRemove an empty line
2009-02-19 duploAdd the automaticFix checkbox (default checked)
2009-02-19 duploUse the brief for identify the parameter instead of...
2009-02-19 duploRewrite the exception handling procedure for the new...
2009-02-11 duploMake smarter the selection of the header to parse
2009-02-10 duploAdd an abstraction layer between the gui and the module...
2009-02-10 duploStore the file list in the project object
2009-02-09 duploAdd the name of the wrong parameter in the messagebox...
2009-02-09 duploCorrect a problema about the empty configurations
2009-02-06 duploSplit the fillPropertyTable method in submethods
2009-02-06 duploRemove a degug print
2009-02-06 duploResolve the problem in going back
2009-02-06 duploCorrect a distraction error
2009-02-06 duploAdd the module description in the module page
2009-02-06 duploChange the fillPropertyTable method
2009-02-05 duploRemove debug statement
2009-02-05 duploAccept empty configuration field in the module definition
2009-02-05 duploUse QDoubleSpinBox instead of QSpinBox for the long...
2009-02-05 duploAdd the final L in the long ints
2009-02-05 duploChange the int type identification
2009-02-05 duploAdd support for Unsigned int
2009-02-04 duploAdd the new parsing exception infrastructure
2009-02-04 duploAdd gracefully exception handling
2009-02-02 duploMove the .ui files in the ui directory
2009-01-29 duploCreate the QControlGroup class and use it for the confi...
2009-01-27 duploAutomatic data save when changing wizard page
2009-01-27 duploModify the API of the BModulePage class
2009-01-27 duploSave the configuration parameters when the page is...
2009-01-26 duploCheck if the selected configuration parameter is in...
2009-01-26 duploAdd a stub of the configuration storing procedure
2009-01-26 duploAdd automatic correction of dependencies
2009-01-26 duploCorrect the pagination
2009-01-23 duploPermit cyclic graphs in module dependencies
2009-01-23 duploUse static method for create the messagebox
2009-01-23 duploAdd recursive dependency check
2009-01-23 duploAdd recursive dependency check
2009-01-23 duploAdd a stub of dependency check
2009-01-23 duploAdd the description for the selected property
2009-01-23 duploRewrite the BModulePage class
2009-01-22 duploAdd the _loadModuleData() method, a method that load...
2009-01-22 duploDelete the module page structure
2009-01-22 duploAdd the appropriate widget for the parameters
2009-01-21 duploChange the resize policy
2009-01-21 duploRemove a commented line
2009-01-21 duploChange the rapresentation of the module configuration...
2009-01-19 duploAdd the module selection page