Refactor to use new protocol module and sipo.
[bertos.git] / wizard / bertos_utils.py
2009-04-10 duploAdd asrc, csrc, cxxsrc, cppasrc taken from the cpu...
2009-04-10 duploAdd other compilation flags
2009-04-10 duploAdd the cpu flag name in the template
2009-04-10 duploRemove CROSS from the mk template
2009-04-10 duploUse unix separator also on windows, for makefiles,...
2009-04-10 duploSubstitute / with the native separator
2009-04-09 duploModify the comments
2009-04-02 duploCreate the wizard plugins infrastructure
2009-04-02 duploRemove codelite specific functions from bertos_utils...
2009-04-01 duploUse pickle module for store project settings
2009-04-01 duploAdd comment
2009-03-26 duploUse os.path.normpath for normalize the file paths with...
2009-03-26 duploAdd self-dependencies for modules that have a name...
2009-03-26 duploAdd CPPASRC to the mk file
2009-03-26 duploCorrect the bug related to the duplicate inclusion...
2009-03-26 duploCorrect a little bug about empty configurations
2009-03-26 duploOrder the configuration property
2009-03-25 duploRetrieve also the index of the match's beginning
2009-03-24 duploChange variable name to follow the develer python codin...
2009-03-24 duploTry to find the type of the parameter automatically...
2009-03-24 duploSearch for modules also in .c and .s files
2009-03-24 duploInclude .s files
2009-03-24 duploBeRTOS modules accept non-module dependencies (.c or...
2009-03-20 duploAdd autoenabled configuration parameters
2009-03-20 duploChoose PCSRC or CSRC compilation for harvard cpus
2009-03-20 duploAdd constants at the beginning of the mk file
2009-03-20 duploAdd the main file in the makefile
2009-03-20 duploAdd the main.c file to the project
2009-03-20 duploUse alias name for the configuration parameters and...
2009-03-20 duploUse a separate dict for identify the module tags
2009-03-19 duploRemove debug print
2009-03-19 duploCorrect csrc
2009-03-09 duploUse checkbox instead of radiobutton in the output page
2009-03-09 duploMove to codelite_project module the codelite specific...
2009-03-09 duploCreate workspace and project file for codelite
2009-02-23 duploCorrect the csrc rapresentation
2009-02-23 duploAdd the prefix and the suffix for the selected toolchain
2009-02-23 duploRemove the costrain of the symlink
2009-02-20 duploAdd category for each moduel
2009-02-19 duploRewrite the exception handling procedure for the new...
2009-02-19 duploAdd the brief founded with the autobrief doxygen syntax
2009-02-19 duploAdd the generation of the csrc
2009-02-16 duploAdd the new parsing functions in the bertos_utils modul...
2009-02-16 duploChange the syntax of the wizard tag also in the configu...
2009-02-16 duploChange the comment style for the modules and the list...
2009-02-11 duploRemove unused functions and rewrite some comments
2009-02-11 duploMake smarter the selection of the header to parse
2009-02-10 duploChange comments
2009-02-10 duploAdd an abstraction layer between the gui and the module...
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-09 duploAdd the name of the wrong parameter in the messagebox...
2009-02-06 duploResolve the type undefined property
2009-02-06 duploSplit the fillPropertyTable method in submethods
2009-02-06 duploAdd the module description in the module page
2009-02-05 duploRead the type of the int from the value and create...
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-03 duploChange the target mk file with the name of the project
2009-02-02 duploCorrect distraction error
2009-02-02 duploAdd the Makefile template in the mktemplates directory
2009-02-02 duploMove the mk template in the templates dir in wizard...
2009-01-30 duploAdd a commento
2009-01-30 duploAdd a first stub of the makefile generation function
2009-01-28 duploThe createBertosProject function now creates the projec...
2009-01-28 duploChange the parameter name
2009-01-28 duploAdd the sub function for replace the default value...
2009-01-27 duploCreate a bertos project folder and copy the bertos...
2009-01-23 duploAdd some fields in the module dict
2009-01-23 duploAdd comment
2009-01-22 duploAdd functions for get the all the bertos modules and...
2009-01-22 duploAdd the function for retrieve the module information...
2009-01-21 duploCorrect a string manipulation error
2009-01-21 duploCorrect a commit error
2009-01-21 duploAdd a function that strip the wizard informations from...
2009-01-21 duploAdd a function that strip the wizard informations from...
2009-01-21 duploChange the rapresentation of the module configuration...
2009-01-21 duploAdd commento for the module info retrieve and format...
2009-01-20 duploSplit the parameter name and the value of the parameter
2009-01-20 duploMake the regexp smarter
2009-01-20 duploMatch the ///< comments only with the third regexp
2009-01-19 duploAdd a regular expression for the ///< type comment
2009-01-19 duploAdd a function for retrieve the modules configurations...
2009-01-19 duploModify the regexp for the configuration parameter comments
2009-01-16 duploAdd a header parse function stub
2009-01-13 duploUse defaultdict for toolchains information
2009-01-13 duploUse a defaultdict instead of a standard dict for storin...
2009-01-13 duploRemove duplicate toolchains
2009-01-12 duploModify orribly the conversion module and the bertos_uti...
2009-01-09 duploHide QVariant from the ui implementation, and make...
2009-01-09 duploChange the gcc -v parser for obtain separate version...
2009-01-07 duploAdd the check for the right toolchain for the selected cpu
2009-01-05 duploImprove the validation process, showing the results
2009-01-02 duploAdd the getToolchainInfo function that return a dict...
2008-12-22 duploAdd the getSystemPath function that returns a list...
2008-12-22 duploAdd the findToolchains function that allow to find...
2008-12-22 duploAdd the const string containing the pattern of the...
2008-12-19 duploUse the constants instead of hardcoded values
2008-12-19 duploParse the filename for find the cpu name
next