- 07 Dec, 2010 2 commits
-
-
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.
-
- 06 Dec, 2010 38 commits
-
-
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
-
Thomas Hartmann authored
When the property editor is closed before the timer runs out, now the timer is deleted. Before we accessed a dangling pointer.
-
Thomas Hartmann authored
Do now show any dot properties in the Navigator
-
Thomas Hartmann authored
Support for smooth in all items
-
Friedemann Kleint authored
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3276
-
Christian Kandeler authored
Don't do anything when the "emulator" or "hardware" buttons are clicked and are already checked.
-
Christian Kandeler authored
-
dt authored
Reviewed-By: hunger
-
dt authored
Introduce IOutputParser::setWorkingDirectory and IOutputParser::hasFatalErrors() Reviewed-By: hunger
-
dt authored
Reviwed-By: hunger
-
dt authored
I have no idea why we did that... Reviewed-By: hunger
-
dt authored
Reviewed-By: hunger
-
dt authored
Reviewed-By: hunger
-
Jarek Kobus authored
So that now when you do "Go to slot" for "valueChanged(QString)" signal the newly created slot will get (const QString &) decoration. RevBy: Friedemann Kleint <qtc-committer@nokia.com>
-
Oswald Buddenhagen authored
it has virtual functions, after all ...
-
Oswald Buddenhagen authored
escape curly braces, as qregexp is a bit picky about that.
-
Oswald Buddenhagen authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
Kai Koehne authored
Fixes a gcc warning about different visibility of struct in files. Reviewed-by: con
-
hjk authored
further disentangling of debugger dockwidget updates remove unneeded variable make updateDockWidgetSettings private make dockwidget eventfilter slightly less heavy
-
Pawel Polanski authored
-