- Dec 07, 2010
-
-
hjk authored
Using the convienience class does not really save code and adds another needless level in the hierarchy. This affects the three remaining BaseMode users: Help, ProjectExplorer and HelloWorld.
-
dt authored
-
dt authored
-
dt authored
-
dt authored
Reviewed-By: hunger
-
dt authored
Reviewed-By: hunger
-
Christian Kamm authored
Reviewed-by: Lasse Holmstedt
-
Erik Verbruggen authored
Reviewed-by: Roberto Raggi
-
dt authored
This code is still needed.
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com> Task-number: QTCREATORBUG-2511
-
Pawel Polanski authored
-
Christian Kandeler authored
-
Friedemann Kleint authored
-
Christian Kamm authored
It could easily be followed by another colon. Reviewed-by: Roberto Raggi
-
dt authored
Makes Creator useable again :)
-
dt authored
Makes multiple target factories per project possible Reviewed-By: hunger
-
dt authored
Reviewed-By: hunger
-
con authored
-
Nicolas Arnaud-Cormos authored
Make it more consistant with the current plugins: * plugin class use the Plugin template instead of Impl * add a pluginconstants.h file * use the new pluginspec.in file Merge-request: 216 Reviewed-by:
con <qtc-committer@nokia.com>
-
Sami Tikka authored
Find correct version control to use in a repo inside another repo (e.g. SVN checkout inside a git repo) Merge-request: 224 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
con authored
-
Friedemann Kleint authored
-
Leandro Melo authored
Make lookup for a delimiter a bit faster.
-
Leandro Melo authored
Cache matches of the RegExprRule to avoid unnecessary calls. This is essentially the same optimization existent in Kate. A colateral effect of this implementation is a mechanism to notify the rules when a progress (highlight of the current line) is finished.
-
Thomas Hartmann authored
Some enums have the same typname as QDeclarative items. We have to check for this case.
-
- Dec 06, 2010
-
-
Bill King authored
-
con authored
Task-number: QTCREATORBUG-1147
-
Arvid Ephraim Picciani authored
the target eventloop emits the correct events when stepping, (running followed by stop) its up to the Debuggerruncontrol to fix the raceconditions. emiting events artificially just makes it worse
-
Christian Kandeler authored
-
Arvid Ephraim Picciani authored
-
Thomas Hartmann authored
Improved caching. Using of hash instead of a list...
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This is just a hotfix. We have to find a way to properly sync with the out of process node instances.
-
Thomas Hartmann authored
We have to define a version for the item library. Before 4.7 was hardcoded. Slight update of the itemlibrary.
-
Thomas Hartmann authored
We have to check if there is a model. Might be detached, already!
-
Thomas Hartmann authored
The removed node is propably not a state.
-
Thomas Hartmann authored
The model() might be deleted already!
-
Thomas Hartmann authored
Handle different packages
-
Thomas Hartmann authored
-