- Dec 17, 2010
-
-
Kai Koehne authored
-
Friedemann Kleint authored
Also take over symbol path of the old CDB engine on auto-detect.
-
- Dec 16, 2010
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3343
-
Christian Kandeler authored
The build server does not like CRLF.
-
Christian Kandeler authored
This should help people realize they need to explicitly request upload rights.
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3342
-
Christian Kandeler authored
The proper fix would be to support the QMAKE_SUBSTITUTES variable.
-
Christian Kandeler authored
Apparently, we can't delete read-only files. Task-number: QTCREATORBUG-3343
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Instead of duplicating the code from QmlEditorWigets we now subclass and expose the gradient editing to qml. The adaptor class is called GradientLineQmlAdaptor.
-
Kai Koehne authored
-
Kai Koehne authored
Clean up status messages logged in the debugger log.
-
Kai Koehne authored
We're trying multiple times to connect, and it's just normal that the first tries will fail (because the app isn't initialized yet), so don't log it as a warning.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Removing unused files.
-
Thorbjørn Lindeijer authored
When the user types '(' then he'll likely also type the matching ')', in which case skipping the automatic closing parenthesis is annoying because you would end up with two of them. Reviewed-by: Roberto Raggi
-
hjk authored
-
Kai Koehne authored
Split up QTC_ASSERT to maybe find out why, from times to times, the original assert fails.
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3375 Reviewed-by: hjk
-
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
-
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
-