- 04 Nov, 2009 14 commits
-
-
hjk authored
-
dt authored
-
dt authored
-
Friedemann Kleint authored
Reviewed-by:
hjk <qtc-committer@nokia.com> Reviewed-by:
dt <qtc-committer@nokia.com>
-
Roberto Raggi authored
-
con authored
Reviewed-by: Roberto Raggi
-
Friedemann Kleint authored
..occurring in conjunction with custom run configuration and S60 emulator. Ensure all handles are closed even if start attempt failed. Reviewed-by:
con <qtc-committer@nokia.com>
-
hjk authored
Reviewed-by: dt
-
hjk authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-221 Use QProcess::startDetached. Reviewed-by:
con <qtc-committer@nokia.com>
-
Roberto Raggi authored
This reverts commit 9891267a.
-
Roberto Raggi authored
-
mae authored
revby: Oswald Buddenhagen
-
Oswald Buddenhagen authored
InferiorUnrunnable is equivalent to InferiorStopped as far as NeedsStop commands are concerned. Reviewed-by: hjk
-
- 03 Nov, 2009 11 commits
-
-
Oswald Buddenhagen authored
sometimes, commands simply don't return ... the debug message doesn't say anything which couldn't be found in the log already, but that way it is more convenient. and we kill gdb to get creator back to a defined state. Reviewed-by: hjk
-
Thorbjørn Lindeijer authored
Only checking Ctrl and link availability on mouse release was triggering the navigation too easily. Now you have to press and release the mouse on the same link, having Ctrl pressed all the time. In addition, when changing the text selection the link is also cleared. Task-number: QTCREATORBUG-134 Reviewed-by: con
-
dt authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
dt authored
The combobox now emits a currentIndexChanged(-1) signal if we reset the base model. Reviewed-by:
con <qtc-committer@nokia.com>
-
Friedemann Kleint authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
dt authored
Allows the user to change his mind. :) Reviewed-by:
Friedemann Kleint <qtc-committer@nokia.com>
-
hjk authored
-
dt authored
Fixes a QML bug Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
just emptying it. Discussed with Nigel.
-
Friedemann Kleint authored
on UNIX. Either set the LD_PRELOAD environment variable using a gdb command or have the TermGdbAdapter set the variable for the debuggee. For the remote adapter, switch on toolchain. dlopen() is a fallback for platforms where it is not supported and attaching to running processes. Fixes a crash with gdb 7.0 (and spurious gdb 6.8 crashes with dlopen()). Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 02 Nov, 2009 15 commits
-
-
Robert Loehning authored
Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
Oswald Buddenhagen authored
Reviewed-By: hjk
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
dt authored
Though likely to be still wrong.
-
Friedemann Kleint authored
Remove the setting from where it does not make sense (library/form class wizard, etc). Reviewed-by:
con <qtc-committer@nokia.com>
-
Friedemann Kleint authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
con authored
The tool chains' "equals" methods where out of date. Reviewed-by: dt Reviewed-by: Robert Loehning
-
mae authored
at a later stage we will look into harmonizing context menu among different editors. The cpp editor had the biggest need, because its context menu features all sorts of extra refactoring operations, thus the standard Qt context menu became too large.
-
Friedemann Kleint authored
This reverts commit c069cd58.
-
Friedemann Kleint authored
Directly enable project explorer actions. Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
con authored
So the user better knows what he is actually choosing a new build configuration for. Reviewed-by: Robert Loehning
-
Oswald Buddenhagen authored
Reviewed-By: hjk
-
Christian Kamm authored
Instead of just completing void A::foo(|) -> void A::foo(int i|), we now complete void A::foo(|) -> void A::foo(int i) const| where | represents the place of the cursor. Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-