- Dec 16, 2010
-
-
Thomas Hartmann authored
DocumentWarningWidget is now derived from Utils::FakeToolTip and follows the Qt Creator styling.
-
Thomas Hartmann authored
>= is makes more sense for providing icons etc...
-
Thomas Hartmann authored
This patch delays the restart of the pupped by 200ms when an import changes.
-
Kai Koehne authored
Guard access to pointer, which happens to be 0. The regression was most likely introduced by 057591e0.
-
hjk authored
Task-number: QTCREATORBUG-2785
-
hjk authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
- Do not report start-up trap as stop reason should one trigger while stepping. - Set current frame to first usable frame, avoiding disassembly while stepping - Kill process in case of forced shutdown with pending (long) commands. - SymbolGroupValue: Do a quick check for accessible values and mark failure as 'invalid'. - Introduce flag indicating existence of simple dumpers to types.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Get rid of all those ugly stray semicolons. They are not valid C++.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
com.Meego is incorrect
-
Thomas Hartmann authored
removing first and adding afterwards is significanty faster, since the big component plugin is absent after the remove.
-
Thomas Hartmann authored
-
hjk authored
-
hjk authored
-
Tobias Hunger authored
... if a repository is set.
-
- Dec 15, 2010
-
-
Thomas Hartmann authored
The node instance view is now updated first
-
Thomas Hartmann authored
We should ad some timer/queue so that not every single change to imports restarts qmlpupped but the chages/updates get compressed.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
changing imports now resets the form editor
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Use name + category for identification needed some refactoring.
-
Thomas Hartmann authored
-
Friedemann Kleint authored
Factor out some utilities for hashes.
-
Christian Kandeler authored
Was broken by 1e362b0f.
-
Christian Kandeler authored
Was broken by 77e3bfe8.
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Roberto Raggi authored
-
hjk authored
-
hjk authored
Feels more natural. Reviewed-by: ck
-
hjk authored
Reviewed-by: ck
-
hjk authored
Reviewed-by: ck
-
Friedemann Kleint authored
Suppress repetitive invocation of dumper evaluation. Use parseWatchData() as does gdb.
-
Thomas Hartmann authored
-
Kai Koehne authored
-
Thomas Hartmann authored
We use the text editors meta info system now.
-
Thomas Hartmann authored
Avoid adding an item a second time to the item library.
-
Thomas Hartmann authored
I also changed qHash(modelNode) to modelNode.internalId(). Task-Nr: QTCREATORBUG-3387
-