bertos.git
15 years agoUpdate isr name.
batt [Fri, 16 Jan 2009 15:39:25 +0000 (15:39 +0000)]
Update isr name.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2178 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd a header parse function stub
duplo [Fri, 16 Jan 2009 15:38:50 +0000 (15:38 +0000)]
Add a header parse function stub

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2177 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoUpdate bit names to comply with ATMega1281.
batt [Fri, 16 Jan 2009 10:29:00 +0000 (10:29 +0000)]
Update bit names to comply with ATMega1281.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2176 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoFix timer1 and timer3 for ATMega1281 (untested).
batt [Thu, 15 Jan 2009 18:02:08 +0000 (18:02 +0000)]
Fix timer1 and timer3 for ATMega1281 (untested).

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2175 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoUpdate doxygen conf file.
asterix [Tue, 13 Jan 2009 13:52:22 +0000 (13:52 +0000)]
Update doxygen conf file.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2174 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the path in the toolchain description
duplo [Tue, 13 Jan 2009 13:47:27 +0000 (13:47 +0000)]
Add the path in the toolchain description

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2173 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoUse defaultdict for toolchains information
duplo [Tue, 13 Jan 2009 11:52:22 +0000 (11:52 +0000)]
Use defaultdict for toolchains information

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2172 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoUse a defaultdict instead of a standard dict for storing the toolchain's infos
duplo [Tue, 13 Jan 2009 11:48:15 +0000 (11:48 +0000)]
Use a defaultdict instead of a standard dict for storing the toolchain's infos

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2171 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoModify the getStringDict function in the compatibility module qvariant_converter_old.py
duplo [Tue, 13 Jan 2009 11:43:07 +0000 (11:43 +0000)]
Modify the getStringDict function in the compatibility module qvariant_converter_old.py

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2170 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd a label with the description of the toolchain
duplo [Tue, 13 Jan 2009 11:27:10 +0000 (11:27 +0000)]
Add a label with the description of the toolchain

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2169 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd path in the tooltip of the toolchainList element
duplo [Tue, 13 Jan 2009 09:19:19 +0000 (09:19 +0000)]
Add path in the tooltip of the toolchainList element

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2168 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoIf an empty string is returned by the filedialog it does nothing
duplo [Tue, 13 Jan 2009 09:02:53 +0000 (09:02 +0000)]
If an empty string is returned by the filedialog it does nothing

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2167 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the module qvariant_converter.py that abstracts the user from the qvariant_conver...
duplo [Tue, 13 Jan 2009 08:50:26 +0000 (08:50 +0000)]
Add the module qvariant_converter.py that abstracts the user from the qvariant_convertere specific module

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2166 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoRemove duplicate toolchains
duplo [Tue, 13 Jan 2009 08:48:50 +0000 (08:48 +0000)]
Remove duplicate toolchains

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2165 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoModify the getString function
duplo [Mon, 12 Jan 2009 19:41:01 +0000 (19:41 +0000)]
Modify the getString function

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2164 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoCorrect a distraction error :(
duplo [Mon, 12 Jan 2009 19:34:50 +0000 (19:34 +0000)]
Correct a distraction error :(

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2163 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the conversion QVariant -> unicode for the needed['TOOLCHAIN']
duplo [Mon, 12 Jan 2009 19:34:25 +0000 (19:34 +0000)]
Add the conversion QVariant -> unicode for the needed['TOOLCHAIN']

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2162 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoModify orribly the conversion module and the bertos_utils module for make it compatib...
duplo [Mon, 12 Jan 2009 19:25:22 +0000 (19:25 +0000)]
Modify orribly the conversion module and the bertos_utils module for make it compatible with pyqt <= 4.4.3 ...

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2161 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAttempt to resolve the QVariant conversion problems on pyqt <= 4.4.3
duplo [Mon, 12 Jan 2009 17:40:03 +0000 (17:40 +0000)]
Attempt to resolve the QVariant conversion problems on pyqt <= 4.4.3

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2160 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoModify the stored type
duplo [Mon, 12 Jan 2009 17:38:40 +0000 (17:38 +0000)]
Modify the stored type

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2159 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAttempt to make usable the wizard for the pyqt<4.4.4 users
duplo [Mon, 12 Jan 2009 09:51:47 +0000 (09:51 +0000)]
Attempt to make usable the wizard for the pyqt<4.4.4 users

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2158 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoRenamed qvariant_converter.py in qvariant_converter_new.py
duplo [Mon, 12 Jan 2009 09:51:06 +0000 (09:51 +0000)]
Renamed qvariant_converter.py in qvariant_converter_new.py

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2157 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd comments.
asterix [Fri, 9 Jan 2009 17:47:12 +0000 (17:47 +0000)]
Add comments.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2156 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoRefactor kfile test adding the beckend to be compile and run on pc.
asterix [Fri, 9 Jan 2009 17:43:34 +0000 (17:43 +0000)]
Refactor kfile test adding the beckend to be compile and run on pc.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2155 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoRename test function and fix a case.
asterix [Fri, 9 Jan 2009 17:40:14 +0000 (17:40 +0000)]
Rename test function and fix a case.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2154 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoResolve one of the qvariant conversion problem on ubuntu linux platform
batt [Fri, 9 Jan 2009 16:52:53 +0000 (16:52 +0000)]
Resolve one of the qvariant conversion problem on ubuntu linux platform

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2153 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoHide QVariant from the ui implementation, and make a refactoring of the validation...
duplo [Fri, 9 Jan 2009 15:49:48 +0000 (15:49 +0000)]
Hide QVariant from the ui implementation, and make a refactoring of the validation process

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2152 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoFix demo code.
asterix [Fri, 9 Jan 2009 11:49:52 +0000 (11:49 +0000)]
Fix demo code.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2151 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoComplete the test.
asterix [Fri, 9 Jan 2009 11:23:42 +0000 (11:23 +0000)]
Complete the test.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2150 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoReformat.
asterix [Fri, 9 Jan 2009 11:22:31 +0000 (11:22 +0000)]
Reformat.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2149 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoChange the visualization of the valid gcc
duplo [Fri, 9 Jan 2009 10:45:03 +0000 (10:45 +0000)]
Change the visualization of the valid gcc

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2148 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoChange the gcc -v parser for obtain separate version and build informations
duplo [Fri, 9 Jan 2009 10:44:29 +0000 (10:44 +0000)]
Change the gcc -v parser for obtain separate version and build informations

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2147 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoEliminate the explicit conversion, use instead the qvariant conversion module
duplo [Fri, 9 Jan 2009 10:02:02 +0000 (10:02 +0000)]
Eliminate the explicit conversion, use instead the qvariant conversion module

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2146 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoUse implicit conversion
duplo [Fri, 9 Jan 2009 10:01:12 +0000 (10:01 +0000)]
Use implicit conversion

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2145 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoHide the settings storing api
duplo [Thu, 8 Jan 2009 17:56:07 +0000 (17:56 +0000)]
Hide the settings storing api

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2144 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the Python type -> QVariant conversion function
duplo [Thu, 8 Jan 2009 17:08:13 +0000 (17:08 +0000)]
Add the Python type -> QVariant conversion function

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2143 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoFix simple typo
aleph [Thu, 8 Jan 2009 14:34:21 +0000 (14:34 +0000)]
Fix simple typo

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2142 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoRemove the QVariant -> python type conversion from the application
duplo [Thu, 8 Jan 2009 14:21:05 +0000 (14:21 +0000)]
Remove the QVariant -> python type conversion from the application

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2141 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd first version of the msg test.
asterix [Thu, 8 Jan 2009 14:17:52 +0000 (14:17 +0000)]
Add first version of the msg test.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2140 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoFor now take only test write in C, to not compile all file that containt name_test...
asterix [Thu, 8 Jan 2009 14:16:29 +0000 (14:16 +0000)]
For now take only test write in C, to not compile all file that containt name_test.c.other..

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2139 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd an experimental conversion module from QVariant to the needed python types
duplo [Thu, 8 Jan 2009 14:14:51 +0000 (14:14 +0000)]
Add an experimental conversion module from QVariant to the needed python types

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2138 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoClean up whitespace.
asterix [Thu, 8 Jan 2009 14:14:28 +0000 (14:14 +0000)]
Clean up whitespace.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2137 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoModify the timout of the validation process and the result rapresentation
duplo [Thu, 8 Jan 2009 10:50:54 +0000 (10:50 +0000)]
Modify the timout of the validation process and the result rapresentation

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2136 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the check for the right toolchain for the selected cpu
duplo [Wed, 7 Jan 2009 14:45:45 +0000 (14:45 +0000)]
Add the check for the right toolchain for the selected cpu

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2135 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoRemove a print statement
duplo [Mon, 5 Jan 2009 16:48:52 +0000 (16:48 +0000)]
Remove a print statement

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2134 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the tooltip to the validate button
duplo [Mon, 5 Jan 2009 16:11:41 +0000 (16:11 +0000)]
Add the tooltip to the validate button

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2133 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoImprove the validation process, showing the results
duplo [Mon, 5 Jan 2009 14:10:16 +0000 (14:10 +0000)]
Improve the validation process, showing the results

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2132 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoMove the validation button
duplo [Mon, 5 Jan 2009 14:09:34 +0000 (14:09 +0000)]
Move the validation button

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2131 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the getToolchainInfo function that return a dict with all the information found...
duplo [Fri, 2 Jan 2009 15:51:10 +0000 (15:51 +0000)]
Add the getToolchainInfo function that return a dict with all the information found in the given toolchain description

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2130 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the toolchain check routine
duplo [Fri, 2 Jan 2009 14:48:45 +0000 (14:48 +0000)]
Add the toolchain check routine

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2129 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoCorrect indentation
duplo [Fri, 2 Jan 2009 11:15:42 +0000 (11:15 +0000)]
Correct indentation

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2128 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoSeparate toolchain search from toolchain selection
duplo [Fri, 2 Jan 2009 11:11:15 +0000 (11:11 +0000)]
Separate toolchain search from toolchain selection

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2127 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the check for empty filenames
duplo [Tue, 23 Dec 2008 10:45:36 +0000 (10:45 +0000)]
Add the check for empty filenames

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2126 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the toolchain list in the settings
duplo [Tue, 23 Dec 2008 10:33:24 +0000 (10:33 +0000)]
Add the toolchain list in the settings

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2125 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoModify the order of the toolchain stacked widget pages
duplo [Tue, 23 Dec 2008 08:58:28 +0000 (08:58 +0000)]
Modify the order of the toolchain stacked widget pages

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2124 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the toolchain search function
duplo [Tue, 23 Dec 2008 08:56:56 +0000 (08:56 +0000)]
Add the toolchain search function

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2123 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the import for the os module
duplo [Mon, 22 Dec 2008 17:00:24 +0000 (17:00 +0000)]
Add the import for the os module

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2122 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoHide the description label and reset the text when no cpu is selected
duplo [Mon, 22 Dec 2008 16:13:43 +0000 (16:13 +0000)]
Hide the description label and reset the text when no cpu is selected

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2121 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the toolchain page to the wizard
duplo [Mon, 22 Dec 2008 16:12:57 +0000 (16:12 +0000)]
Add the toolchain page to the wizard

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2120 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoChange the updateButton from QPushButton to QToolButton
duplo [Mon, 22 Dec 2008 16:12:30 +0000 (16:12 +0000)]
Change the updateButton from QPushButton to QToolButton

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2119 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the toolchain selection page stub
duplo [Mon, 22 Dec 2008 16:11:31 +0000 (16:11 +0000)]
Add the toolchain selection page stub

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2118 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the getSystemPath function that returns a list of string containig the path
duplo [Mon, 22 Dec 2008 16:10:44 +0000 (16:10 +0000)]
Add the getSystemPath function that returns a list of string containig the path

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2117 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the findToolchains function that allow to find the files that match the toolchain...
duplo [Mon, 22 Dec 2008 16:00:41 +0000 (16:00 +0000)]
Add the findToolchains function that allow to find the files that match the toolchain file pattern

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2116 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the const string containing the pattern of the cpu definition filenames
duplo [Mon, 22 Dec 2008 09:17:05 +0000 (09:17 +0000)]
Add the const string containing the pattern of the cpu definition filenames

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2115 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the cpu descrpition in the cpu select page
duplo [Fri, 19 Dec 2008 15:45:11 +0000 (15:45 +0000)]
Add the cpu descrpition in the cpu select page

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2114 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd a label in the ui for the cpu description
duplo [Fri, 19 Dec 2008 15:33:59 +0000 (15:33 +0000)]
Add a label in the ui for the cpu description

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2113 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd cpu descriptions.
asterix [Fri, 19 Dec 2008 15:13:37 +0000 (15:13 +0000)]
Add cpu descriptions.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2112 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the cpu in the project infos
duplo [Fri, 19 Dec 2008 15:09:01 +0000 (15:09 +0000)]
Add the cpu in the project infos

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2111 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the None default value for the project infos
duplo [Fri, 19 Dec 2008 15:07:01 +0000 (15:07 +0000)]
Add the None default value for the project infos

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2110 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoChange the signal connected to the completeChanged signal
duplo [Fri, 19 Dec 2008 14:24:30 +0000 (14:24 +0000)]
Change the signal connected to the completeChanged signal

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2109 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the isComplete overload per the cpu selection page
duplo [Fri, 19 Dec 2008 14:23:52 +0000 (14:23 +0000)]
Add the isComplete overload per the cpu selection page

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2108 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoComply cpu file definition to real name.
asterix [Fri, 19 Dec 2008 14:10:08 +0000 (14:10 +0000)]
Comply cpu file definition to real name.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2107 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd short cpu descriptions.
asterix [Fri, 19 Dec 2008 14:04:28 +0000 (14:04 +0000)]
Add short cpu descriptions.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2106 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoComply cpu names definition to real name.
asterix [Fri, 19 Dec 2008 14:01:06 +0000 (14:01 +0000)]
Comply cpu names definition to real name.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2105 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoRemove unneeded variable.
asterix [Fri, 19 Dec 2008 13:49:10 +0000 (13:49 +0000)]
Remove unneeded variable.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2104 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoCompiles automatically the resources if needed
duplo [Fri, 19 Dec 2008 13:32:37 +0000 (13:32 +0000)]
Compiles automatically the resources if needed

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2103 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoUse the constants instead of hardcoded values
duplo [Fri, 19 Dec 2008 11:17:10 +0000 (11:17 +0000)]
Use the constants instead of hardcoded values

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2102 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd a file containing the wizard constants
duplo [Fri, 19 Dec 2008 11:16:43 +0000 (11:16 +0000)]
Add a file containing the wizard constants

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2101 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoClean up.
asterix [Fri, 19 Dec 2008 10:45:46 +0000 (10:45 +0000)]
Clean up.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2100 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoParse the filename for find the cpu name
duplo [Fri, 19 Dec 2008 10:10:22 +0000 (10:10 +0000)]
Parse the filename for find the cpu name

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2099 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the cpus in the cpu list
duplo [Fri, 19 Dec 2008 09:43:30 +0000 (09:43 +0000)]
Add the cpus in the cpu list

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2098 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd the self.tr() to the window title
duplo [Fri, 19 Dec 2008 09:28:57 +0000 (09:28 +0000)]
Add the self.tr() to the window title

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2097 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoUse unicode instead of str
duplo [Fri, 19 Dec 2008 09:21:25 +0000 (09:21 +0000)]
Use unicode instead of str

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2096 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoCorrect typo
duplo [Fri, 19 Dec 2008 09:16:29 +0000 (09:16 +0000)]
Correct typo

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2095 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd relative path of the file to import
duplo [Fri, 19 Dec 2008 09:15:45 +0000 (09:15 +0000)]
Add relative path of the file to import

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2094 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoCorrect a typo
duplo [Fri, 19 Dec 2008 09:14:06 +0000 (09:14 +0000)]
Correct a typo

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2093 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoSet executable attribute to main script
rasky [Thu, 18 Dec 2008 23:50:29 +0000 (23:50 +0000)]
Set executable attribute to main script

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2092 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoRefactor and automaize the test.
asterix [Thu, 18 Dec 2008 18:21:24 +0000 (18:21 +0000)]
Refactor and automaize the test.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2091 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoFix comments.
asterix [Thu, 18 Dec 2008 17:34:29 +0000 (17:34 +0000)]
Fix comments.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2090 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoPastos. Change global settings to complete test in correct time.
asterix [Thu, 18 Dec 2008 17:29:03 +0000 (17:29 +0000)]
Pastos. Change global settings to complete test in correct time.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2089 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoFix and add comments.
asterix [Thu, 18 Dec 2008 17:21:34 +0000 (17:21 +0000)]
Fix and add comments.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2088 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd debug include.
asterix [Thu, 18 Dec 2008 16:59:39 +0000 (16:59 +0000)]
Add debug include.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2087 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoReorder include files.
asterix [Thu, 18 Dec 2008 16:58:28 +0000 (16:58 +0000)]
Reorder include files.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2086 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoClean the proc structure before to use.
asterix [Thu, 18 Dec 2008 15:00:47 +0000 (15:00 +0000)]
Clean the proc structure before to use.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2085 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoFinish signal test.
asterix [Thu, 18 Dec 2008 14:59:48 +0000 (14:59 +0000)]
Finish signal test.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2084 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoThe cpu list selection page show the cpu definition file names
duplo [Thu, 18 Dec 2008 14:20:47 +0000 (14:20 +0000)]
The cpu list selection page show the cpu definition file names

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2083 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd explicit conversion from QString to python str (FIXME: pyqt does not do it automa...
duplo [Thu, 18 Dec 2008 14:19:45 +0000 (14:19 +0000)]
Add explicit conversion from QString to python str (FIXME: pyqt does not do it automatically?)

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2082 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoCorrect a typo
duplo [Thu, 18 Dec 2008 14:18:00 +0000 (14:18 +0000)]
Correct a typo

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2081 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoChange the QListView in a QListWidget
duplo [Thu, 18 Dec 2008 14:17:31 +0000 (14:17 +0000)]
Change the QListView in a QListWidget

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2080 38d2e660-2303-0410-9eaa-f027e97ec537

15 years agoAdd a default reloadData method for the class BWizardPage
duplo [Thu, 18 Dec 2008 13:19:50 +0000 (13:19 +0000)]
Add a default reloadData method for the class BWizardPage

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2079 38d2e660-2303-0410-9eaa-f027e97ec537