Refactor to use new protocol module and sipo.
[bertos.git] / wizard / BToolchainPage.py
2010-09-24 duploFix #173. Now the toolchains are ordered such below:
2010-09-23 duploRevert latest modifications :(
2010-09-23 duploOrder the toolchains:
2010-09-13 asterixRemove svn id tags.
2010-06-08 asterixRemove previous hack to let the new infrastructure...
2010-06-08 duploAttempt to fix ToolchainPage reloadData information.
2010-06-08 duploAdd new parameter to reloadData method (an integer...
2010-06-08 asterixRemember the previously selected toolchain when coming...
2010-06-08 asterixFix toolchain reloadPage problem (_valid_items list...
2010-05-31 duploIf more than one valid toolchain are found by the wizar...
2010-05-31 duploRemove Output page.
2010-05-31 duploChange the signal from itemSelectionChanged to currentI...
2010-05-31 duploShow only the number of the found toolchains.
2010-05-28 battChange some strings.
2010-05-26 battFix typo.
2010-04-28 duploAdd logic for the path choice.
2010-04-28 duploAdd abstraction layer for toolchains.
2010-03-30 duploAdd try/finally for every setOverrideCursor/restoreOver...
2009-09-15 duploWorkaround to fix the bug related to the copy of the...
2009-08-31 duploAdd stub of sources merge functionality
2009-04-23 duploUse unicode instead of str for convert strings
2009-04-23 duploAdd BeRTOS header in sources files
2009-04-22 duploCorrect error
2009-04-22 duploDisable the remove button if the selected toolchain...
2009-04-21 duploWhen there is only one toolchain for the specified...
2009-04-21 duploAdd support for toolchains stored in the windows registry
2009-04-20 duploCorrect if caluses
2009-04-20 duploShow the number of toolchain founded
2009-04-20 duploRemove the invalid use of keys() dict method
2009-04-17 duplogit-svn-id: https://src.develer.com/svnoss/bertos/trunk...
2009-04-10 duploCorrect a bug under Windows
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 duploRemember the selected toolchain also when returning...
2009-03-24 duploChange variable name to follow the develer python codin...
2009-02-24 duploCorrect distraction error
2009-02-24 duploAdd the wait cursor while validating toolchains
2009-02-24 duploCorrect exception for toolchains that don't have the...
2009-02-24 duploIf the target of a toolchain is not defined the wizard...
2009-02-23 duploOnly show as valid the toolchains that also have the...
2009-02-23 duploRemove useless parenthesis
2009-02-23 duploUse the native separator displaying pathnames
2009-02-19 duploStore the entire toolchain information in the project
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-23 duploRemove a not needed old statement
2009-01-13 duploAdd the path in the toolchain description
2009-01-13 duploUse defaultdict for toolchains information
2009-01-13 duploAdd a label with the description of the toolchain
2009-01-13 duploAdd path in the tooltip of the toolchainList element
2009-01-13 duploAdd the module qvariant_converter.py that abstracts...
2009-01-12 duploAdd the conversion QVariant -> unicode for the needed...
2009-01-12 duploAttempt to make usable the wizard for the pyqt<4.4...
2009-01-09 duploHide QVariant from the ui implementation, and make...
2009-01-09 duploChange the visualization of the valid gcc
2009-01-09 duploEliminate the explicit conversion, use instead the...
2009-01-08 duploHide the settings storing api
2009-01-08 duploRemove the QVariant -> python type conversion from...
2009-01-08 duploModify the timout of the validation process and the...
2009-01-07 duploAdd the check for the right toolchain for the selected cpu
2009-01-05 duploRemove a print statement
2009-01-05 duploImprove the validation process, showing the results
2009-01-02 duploAdd the toolchain check routine
2009-01-02 duploCorrect indentation
2009-01-02 duploSeparate toolchain search from toolchain selection
2008-12-23 duploAdd the check for empty filenames
2008-12-23 duploAdd the toolchain list in the settings
2008-12-23 duploAdd the toolchain search function
2008-12-22 duploAdd the toolchain selection page stub