Commit Graph

6524 Commits

Author SHA1 Message Date
dt
c1a1cda950 Remove duplicated signals 2009-11-30 19:02:16 +01:00
mae
d6e4a787d5 separate font zoom from font size
Introduce "Reset Font Size" action, bound to Ctrl+0
2009-11-30 19:01:04 +01:00
con
85b6ee648c Merge commit 'origin/1.3' 2009-11-30 18:23:13 +01:00
con
5bcff248fb Some naming adaptions. 2009-11-30 18:22:04 +01:00
Roberto Raggi
522835ae01 Store the types in a set. 2009-11-30 18:13:26 +01:00
con
e6edf54a9c Show Symbian deploy progress as real progress indicator.
Task-number: QTCREATORBUG-364
2009-11-30 17:56:06 +01:00
Roberto Raggi
4068957f8b Removed the usage of CPlusPlus::Array<T> 2009-11-30 17:37:31 +01:00
mae
32d0bc1ff2 some tuning of the layer extra selections
Remove overlap. Add extra selection tooltips for the cpp hover handler.
2009-11-30 17:24:06 +01:00
dt
16fcb82d08 Fix signal names and also ensure that we don't reset the cursor position 2009-11-30 17:21:59 +01:00
Roberto Raggi
527a9bd526 Inital support for Q_D/Q_Q declarations. 2009-11-30 17:07:22 +01:00
Friedemann Kleint
e87bd302da Debugger: Protect reloadRegisters against early calls.
Check for correct state (InferiorStopped).
2009-11-30 16:45:15 +01:00
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