Update preset.
[bertos.git] / wizard / BCpuPage.py
2010-09-13 asterixRemove svn id tags.
2010-06-08 duploRe-add a wrongly reverted commit.
2010-06-08 duploAdd new parameter to reloadData method (an integer...
2010-06-08 asterixFix cpu reloadPage method
2010-05-31 duploChange the signal from itemSelectionChanged to currentI...
2010-05-28 battChange some strings.
2010-04-20 duploSplit loadBertosProject method to reuse most of the...
2010-04-19 duploUse self.project() as readonly property
2010-04-01 duploAdd stub for nextId logic of the board preset page.
2010-03-31 duploAdd infrastructure for CPU reloading files.
2010-03-30 duploAdd try/finally for every setOverrideCursor/restoreOver...
2010-03-30 duploMove loadSourceTree and findDefinitions function into...
2009-10-22 duploAdd default text for the CPU description in the CPU...
2009-08-28 duploAdd makefile param identifier in the const file
2009-08-28 battAdd missing conversion.
2009-08-28 duploAdd support for cpu parameter to be added in the mk...
2009-08-28 battRefactor makefile variables architecture.
2009-07-20 duploAggiunta newline
2009-04-23 duploAdd BeRTOS header in sources files
2009-04-20 duploCorrect if caluses
2009-04-17 duploModule configuration parameters are showed only when...
2009-04-17 duploAdd TOOLCHAIN in the tags
2009-04-17 duploCorrect a bug of the stored value
2009-04-16 duploAdd infrastructure for recognize modules supported...
2009-04-16 duploTake the default frequency if the value isn't modified...
2009-04-16 duploStore the frequency
2009-04-16 duploCopy and add hw files to makefile when needed
2009-04-14 duploAdd spinbox for cpu frequency
2009-03-31 duploGroup methods in classes in topics
2009-03-31 duploAdd comment for each method and class
2009-03-24 duploChange variable name to follow the develer python codin...
2009-02-24 duploAdd the wait cursor while validating toolchains
2009-02-19 duploStore the cpu_name in the project
2009-02-10 duploReload the source tree only the first time is needed
2009-02-10 duploStore the file list in the project object
2009-02-02 duploMove the .ui files in the ui directory
2009-01-30 duploModify the rapresentation of the cpu infos in the project
2009-01-19 duploAdd the sorting for the cpu list
2009-01-13 duploAdd the module qvariant_converter.py that abstracts...
2009-01-12 duploModify the stored type
2009-01-12 duploAttempt to make usable the wizard for the pyqt<4.4...
2009-01-09 duploEliminate the explicit conversion, use instead the...
2009-01-08 duploRemove the QVariant -> python type conversion from...
2009-01-07 duploAdd the check for the right toolchain for the selected cpu
2008-12-22 duploHide the description label and reset the text when...
2008-12-19 duploAdd the cpu descrpition in the cpu select page
2008-12-19 duploAdd the cpu in the project infos
2008-12-19 duploAdd the isComplete overload per the cpu selection page
2008-12-19 duploParse the filename for find the cpu name
2008-12-19 duploAdd the cpus in the cpu list
2008-12-18 duploThe cpu list selection page show the cpu definition...
2008-12-18 duploAdd a stub of the cpu list populate method
2008-12-17 duploAdd the CPU select page