dt
9a17d44104
Full name in signal declaration
2009-11-30 15:24:32 +01:00
dt
675e0b2e52
Disable connects that currently don't work
2009-11-30 15:24:32 +01:00
dt
9984944171
Fix compile
2009-11-30 15:24:32 +01:00
dt
d6d48fa23c
Some cleanup after BuildConfiguration refactoring
2009-11-30 15:24:32 +01:00
dt
87e642a4b6
Fix bugs introduced by refactoring
2009-11-30 15:24:32 +01:00
dt
cff2c1df6d
QMakeStep some API cleanup
...
Rename arguments to allArguments(), qmakeArguments() to userArguments()
2009-11-30 15:24:32 +01:00
dt
6e01bf6070
Move extractSpec and removeSpec to Qt4BuildConfiguration
2009-11-30 15:24:32 +01:00
dt
fb1ef427a0
Remove setValue/value from Project
2009-11-30 15:24:32 +01:00
dt
592c1fba65
Fix signal broken in the porting to new buildconfiguration
2009-11-30 15:24:32 +01:00
dt
9119853283
Make setDisplayName easier and break displayName signals
...
Fix for that will come later
2009-11-30 15:24:32 +01:00
dt
801e9948f5
Hide static cast in accessor methods
2009-11-30 15:24:32 +01:00
dt
d9a1769542
Remove unneeded code
2009-11-30 15:24:32 +01:00
dt
4c28a2ea0c
Fix connects, the signal moved
2009-11-30 15:24:32 +01:00
dt
88e432cd6c
Update documentation
2009-11-30 15:24:32 +01:00
dt
0e4e35f876
Rename method to the more correct canCreateForBuildConfiguration
2009-11-30 15:24:31 +01:00
dt
a7a7e4d002
Change IBuildStepFactory::canCreate to take a BuildConfiguration
...
instead of a Project. Since BuildSteps "should" only care about the
BuildConfiguration not the Project. (Not 100% doable, but still.)
2009-11-30 15:24:31 +01:00
dt
a312206306
Move most of the BuildConfiguration specific functions
...
Note: I didn't fix all the connects and there are a few missing things.
This compiles, more work is coming.
2009-11-30 15:24:31 +01:00
dt
7949d93a1a
Add missing Q_OBJECT macros to BuildConfiguration
2009-11-30 15:24:31 +01:00
dt
7904544b84
Remove BuildConfiguration::name()
...
The pointers can be used to distinguish BuildConfigurations
2009-11-30 15:24:31 +01:00
dt
60a1ee12ba
Remove project() from BuildStep
...
The project() should in most cases not matter, instead the
BuildConfiguration should. This shows all the information that needs to
move into the BuildConfiguration classes.
2009-11-30 15:24:31 +01:00
dt
20214787d1
Add BuildConfiguration::restore and BuildConfiguration::project()
...
More API work.
2009-11-30 15:24:31 +01:00
dt
ae633c1956
Add BuildConfiguration classes
...
Each project has it's own BuildConfiguarion * classes, they'll get a
decent type safe interface and the setValue/value stuff will be removed.
2009-11-30 15:24:31 +01:00
dt
4ef64b8dc6
Fix No Buils Steps label hiding/showing, remove button en/disable
2009-11-30 15:24:31 +01:00
Roberto Raggi
756a67854a
Highlight unused symbols.
2009-11-30 15:21:48 +01:00
kh1
f87f2c9766
Missing return.
2009-11-30 14:53:16 +01:00
ck
031acae3af
Maemo: Complete options page.
2009-11-30 14:09:08 +01:00
mae
28e3ba5bfb
Fixed overlay selections
...
1. allow empty overlay selections
2. make it possible to bind a selection to a specified length
2009-11-30 13:57:47 +01:00
Tobias Hunger
99c9c3c3c0
Fix reordering of build steps in the clean list
...
* Fix reordering of build steps in the clean list of steps.
* Make the code more robust and avoid removing and inserting
the item.
* Update code for the build steps list too for reasons of symetry.
Reviewed-by: dt
2009-11-30 13:28:24 +01:00
kh1
fed63463d3
No need to cache the Qt version for this simple task.
...
Might fix some sporadic crashes that can be seen on first creator run.
2009-11-30 12:04:02 +01:00
kh1
615105cccd
Fix potential crash in updateSimulatorInformation.
2009-11-30 10:55:48 +01:00
Daniel Molkentin
96a66661b4
fix gdb autotest
2009-11-30 01:21:47 +01:00
Oswald Buddenhagen
b0b5bde2e9
Merge remote branch 'origin/1.3'
...
Conflicts:
doc/qtcreator.qdoc
src/plugins/debugger/watchhandler.cpp
2009-11-27 20:06:01 +01:00
kh1
6c56fbfedc
Compile fix on windows, not sure it should be named like this.
2009-11-27 17:30:51 +01:00
con
90c03d3209
Add functionality to show progress for the application in task bar/dock.
...
Move the API to the progress manager.
Added a first Mac implementation, other
platforms are pending.
2009-11-27 17:08:21 +01:00
ck
4688634f78
Maemo: Add initial version of settings page.
2009-11-27 16:40:07 +01:00
Friedemann Kleint
0a3b9ed436
Compile Windows.
2009-11-27 16:20:06 +01:00
Friedemann Kleint
a8ac34c347
Options: Sort by category, id.
...
Separate category and trCategory and introduce sorting characters
to the categories. Same for id/name.
2009-11-27 16:12:12 +01:00
Kimitake
f928145163
^[ should work as well as ESC key in insert mode.
...
Merge-request: 2157
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-11-27 14:48:37 +01:00
Kimitake
8abc551b31
[ and ] can be added in command mode, but they should be ignored.
...
Merge-request: 2157
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-11-27 14:48:37 +01:00
hjk
ecf7517352
debugger: add a slightly more complex QObject manual test
2009-11-27 14:47:22 +01:00
Christian Kamm
d8427157b2
Quickfix: Disallow semantically invalid splits of if statements.
2009-11-27 14:43:50 +01:00
hjk
dd71d9a593
debugger: fix more cases of .. if ... else ..
2009-11-27 14:11:36 +01:00
hjk
a1e130471e
debugger: take care of antediluvian distributions
2009-11-27 13:53:46 +01:00
Friedemann Kleint
bf73896928
SettingsDialog: Polish
...
Use QGridLayout to align header label and QStackedLayout for the pages
(in code, as it is not available in Designer).
Derive new class FilterLineEdit for filter widgets based on a modified
version of FancyLineEdit and use that in settings.
Rubber-stamped-by: con <qtc-committer@nokia.com >
2009-11-27 13:54:27 +01:00
Robert Loehning
f1d79229d3
Added missing German translations.
...
Reviewed-by: Oswald Buddenhagen
2009-11-27 12:43:22 +01:00
Oswald Buddenhagen
e5c1bb76e6
"backport" french translation from 1.3.0
2009-11-27 11:23:48 +01:00
Christian Kamm
cf975fc308
Quickfix: Use existing parentheses and negate by removing ! if possible.
2009-11-27 11:00:24 +01:00
Friedemann Kleint
583531c129
Tr: Make CloneWizard a QObject.
2009-11-27 10:34:08 +01:00
Friedemann Kleint
0e554fac91
Wizards: Sort
...
Introduce new QString id() const-API and sort wizards by
[untranslated] category and id. Introduce respective constants.
Rubber-stamped-by: con <qtc-committer@nokia.com >
2009-11-27 10:33:24 +01:00
Oswald Buddenhagen
c7cd13892e
Added missing German translation.
...
by robert
2009-11-26 21:49:22 +01:00