projects
/
bertos.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix regression.
2010-04-30
duplo
Fix regression.
commit
|
commitdiff
|
tree
2010-04-30
duplo
Use new paths for Exceptions
commit
|
commitdiff
|
tree
2010-04-30
duplo
Attempt to fix the cfg and hw file path logic.
commit
|
commitdiff
|
tree
2010-04-29
duplo
Add support for automatic toolchain search (for preset...
commit
|
commitdiff
|
tree
2010-04-28
duplo
Add logic for the path choice.
commit
|
commitdiff
|
tree
2010-04-28
duplo
Add abstraction layer for toolchains.
commit
|
commitdiff
|
tree
2010-04-28
duplo
Remove useless while loops
commit
|
commitdiff
|
tree
2010-04-27
duplo
Add comment for the new internal version.
commit
|
commitdiff
|
tree
2010-04-27
duplo
Copy the user mk file of the preset, replacing the...
commit
|
commitdiff
|
tree
2010-04-27
duplo
Add new internal version
commit
|
commitdiff
|
tree
2010-04-27
duplo
Fix relative/absolute path issuew
commit
|
commitdiff
|
tree
2010-04-27
duplo
Revert to the old one.
commit
|
commitdiff
|
tree
2010-04-27
duplo
Add relpath module, for python < 2.6.0
commit
|
commitdiff
|
tree
2010-04-27
duplo
Modify the copytree code to use the copytree shipped...
commit
|
commitdiff
|
tree
2010-04-27
duplo
New makefile architecture.
commit
|
commitdiff
|
tree
2010-04-27
duplo
In editing mode when the user selects a project that...
commit
|
commitdiff
|
tree
2010-04-27
duplo
Add missing import.
commit
|
commitdiff
|
tree
2010-04-27
duplo
More logic into makefiles generation functions
commit
|
commitdiff
|
tree
2010-04-27
duplo
Add more explicative comment for latest internal version
commit
|
commitdiff
|
tree
2010-04-26
duplo
Add comment.
commit
|
commitdiff
|
tree
2010-04-26
duplo
Avoid to create a new VERSION file for presets, in...
commit
|
commitdiff
|
tree
2010-04-26
duplo
If the project edited is a preset the wizard doesn...
commit
|
commitdiff
|
tree
2010-04-26
duplo
Add new _wizard_version for differentiate the newest...
commit
|
commitdiff
|
tree
2010-04-26
duplo
Change SOURCES_PATH in BERTOS_PATH.
commit
|
commitdiff
|
tree
2010-04-26
duplo
Add support for parametrization of the sources dir...
commit
|
commitdiff
|
tree
2010-04-23
duplo
Use PROJECT_NAME instead of os.path.basename(PROJECT_PATH)
commit
|
commitdiff
|
tree
2010-04-23
duplo
Add information about project source path.
commit
|
commitdiff
|
tree
2010-04-23
duplo
Add information for advanced preset editing.
commit
|
commitdiff
|
tree
2010-04-23
duplo
Use " instead of ' for BProject file (to follow the...
commit
|
commitdiff
|
tree
2010-04-23
duplo
Fix existing directory problem with copytree.
commit
|
commitdiff
|
tree
2010-04-23
duplo
Create an empty file if the user select the box.
commit
|
commitdiff
|
tree
2010-04-23
duplo
Creating a new project from a preset the Wizard copy...
commit
|
commitdiff
|
tree
2010-04-23
duplo
Avoid the manual join of paths, using os.path.join.
commit
|
commitdiff
|
tree
2010-04-23
duplo
Add placeholder comment
commit
|
commitdiff
|
tree
2010-04-23
duplo
Add properties to retrieve the project relevant dirs.
commit
|
commitdiff
|
tree
2010-04-23
duplo
Add information to project.
commit
|
commitdiff
|
tree
2010-04-23
duplo
Remove not needed edit checks.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Reuse most of the available code.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Remove the 'edit' parameter, no more needed.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Add method to create the sources dir into the project.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Add method for version file
commit
|
commitdiff
|
tree
2010-04-20
duplo
Split the createBertosProject method.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Add missing import
commit
|
commitdiff
|
tree
2010-04-20
duplo
Move createBertosProject as BProject method
commit
|
commitdiff
|
tree
2010-04-20
duplo
Add wait cursor during preset loading.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Select the current preset when the user go back after...
commit
|
commitdiff
|
tree
2010-04-20
duplo
Stub of preset load method.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Add _ before the name of new 'private' methods.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Remove trailing spaces.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Add setEnabledModules as method of BProject class ...
commit
|
commitdiff
|
tree
2010-04-20
duplo
Split loadBertosProject method to reuse most of the...
commit
|
commitdiff
|
tree
2010-04-20
duplo
Add stub of project loading from preset.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Save the project preset path into the project.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Add implementation for the isComplete method override.
commit
|
commitdiff
|
tree
2010-04-20
duplo
Fix regression.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Add icons to the Board page.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Add preset load functionality.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Add test for project loading functionality.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Remove unwanted code (that search for information into...
commit
|
commitdiff
|
tree
2010-04-19
duplo
Fix typo...
commit
|
commitdiff
|
tree
2010-04-19
duplo
Add stub of preset load method.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Use self.project() as readonly property
commit
|
commitdiff
|
tree
2010-04-19
duplo
Add behaviour of the groupbox into the designer form...
commit
|
commitdiff
|
tree
2010-04-19
duplo
Setup the nextId overriden method.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Add stub of new structure of the wizard preset path.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Fix wrong license comments.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Attempt to fix the issue #139.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Adapt the BToolchainSearch dialog to the new dir structure.
commit
|
commitdiff
|
tree
2010-04-19
duplo
Add preset loading function.
commit
|
commitdiff
|
tree
2010-04-02
duplo
Add some logic to display the presets into the preset...
commit
|
commitdiff
|
tree
2010-04-02
duplo
Add script to generate presets from Wizard-created...
commit
|
commitdiff
|
tree
2010-04-01
duplo
Add explicative comment into the loadProjectPreset...
commit
|
commitdiff
|
tree
2010-04-01
duplo
Update .ui file for the board preset page.
commit
|
commitdiff
|
tree
2010-04-01
duplo
Add stub for nextId logic of the board preset page.
commit
|
commitdiff
|
tree
2010-04-01
duplo
Add placeholder for method that will load the board...
commit
|
commitdiff
|
tree
2010-04-01
duplo
Add a stub of the code that will fill all the fields...
commit
|
commitdiff
|
tree
2010-04-01
duplo
Modify the order of the pages.
commit
|
commitdiff
|
tree
2010-04-01
duplo
Remove debug print.
commit
|
commitdiff
|
tree
2010-03-31
duplo
Add missing imports.
commit
|
commitdiff
|
tree
2010-03-31
duplo
Fix CPU reloading data bug when the user change the...
commit
|
commitdiff
|
tree
2010-03-31
duplo
Update the CPU information when the user change the...
commit
|
commitdiff
|
tree
2010-03-31
duplo
Add infrastructure for CPU reloading files.
commit
|
commitdiff
|
tree
2010-03-31
duplo
Remove wrong code (after the refactoring).
commit
|
commitdiff
|
tree
2010-03-31
duplo
Use QApplication.instance() instead of qApp because...
commit
|
commitdiff
|
tree
2010-03-31
duplo
Change loadModuleData function to be a BProject method.
commit
|
commitdiff
|
tree
2010-03-31
duplo
Avoid import * (to help debug in during the refactoring).
commit
|
commitdiff
|
tree
2010-03-31
duplo
Remove unused code.
commit
|
commitdiff
|
tree
2010-03-31
duplo
Change the loadBertosProject function to be a BProject...
commit
|
commitdiff
|
tree
2010-03-31
duplo
Fix Wizard configuratino for module ser.
commit
|
commitdiff
|
tree
2010-03-31
duplo
Add stub for board selection page.
commit
|
commitdiff
|
tree
2010-03-31
duplo
Add stub of new interface with radio for custom/predefined...
commit
|
commitdiff
|
tree
2010-03-31
duplo
Add infrastructure for non-linear Wizard.
commit
|
commitdiff
|
tree
2010-03-30
duplo
Add try/finally for every setOverrideCursor/restoreOverrideC...
commit
|
commitdiff
|
tree
2010-03-30
duplo
More efficient way to track BeRTOS files.
commit
|
commitdiff
|
tree
2010-03-30
duplo
Use abspath for project file.
commit
|
commitdiff
|
tree
2010-03-30
duplo
Remove debug prints and profiler :(
commit
|
commitdiff
|
tree
2010-03-30
duplo
Move loadSourceTree and findDefinitions function into...
commit
|
commitdiff
|
tree
2010-03-30
duplo
Remember the plugin selection.
commit
|
commitdiff
|
tree
2010-03-30
duplo
Fix the #133 (projects created with older versions...
commit
|
commitdiff
|
tree
2010-03-30
duplo
Fix random file inclusion in project editing.
commit
|
commitdiff
|
tree
next