Commit Graph

72811 Commits

Author SHA1 Message Date
dt
5fc8324b8b compile on windows 2009-11-30 15:59:27 +01:00
dt
8151563f64 Fix compile, remove embeddedpropertiespage 2009-11-30 15:57:12 +01:00
Oswald Buddenhagen
9c66c06820 mi parser: don't construct dummy tuples, but parse lists directly 2009-11-30 15:55:11 +01:00
con
b4be611e1b Project name in new project wizard was not pre-selected.
Instead of relying on magic in setFocus(TabFocusReason) use selectAll()

Task-number: QTCREATORBUG-369
2009-11-30 15:47:54 +01:00
dt
01ce6f0e2e Rebase is bad 2009-11-30 15:43:17 +01:00
dt
808bbf6436 Fix crash on adding cmake build configuration 2009-11-30 15:24:33 +01:00
dt
70adf628f1 Fix endless recursion, broken somewhere in the buildconfiguration port 2009-11-30 15:24:33 +01:00
dt
a741261f10 Fist set the display name then addBuildConfiguration on clone 2009-11-30 15:24:33 +01:00
dt
a8c4505475 Disable currently not working connect 2009-11-30 15:24:32 +01:00
dt
68dae8bcaf Fix crash on creating new qt4projects 2009-11-30 15:24:32 +01:00
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
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
Christian Kamm
d8427157b2 Quickfix: Disallow semantically invalid splits of if statements. 2009-11-27 14:43:50 +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