- Nov 03, 2009
-
-
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
-
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>
-
- Nov 02, 2009
-
-
Robert Loehning authored
Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Jure Repinc authored
Merge-request: 1978 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@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.
-
dt authored
-
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>
-
dt authored
-
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>
-
- Oct 30, 2009
-
-
Robert Loehning authored
Reviewed-by: Oswald Buddenhagen
-
Sergey Belyashov authored
Merge-request: 1963 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
con authored
Reviewed-by: Friedemann Kleint
-
Oswald Buddenhagen authored
first, _start being resolvable depends on libc-dbg being installed. second, depending on the frame being in the dynloader makes it a) work only for dynamic executables and b) fail on multi-target systems (due to a hard-coded file name). so instead just remember the entry point, as we are already there anyway. Reviewed-By: hjk
-
Oswald Buddenhagen authored
... - in the source view, that is. so grey them out in the stack view. Reviewed-By: hjk
-
Oswald Buddenhagen authored
to make the behavior consistent across gdb versions, ignore the initial *stopped which gdb7 delivers while attaching. Reviewed-By: hjk
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
d'oh, of course, such frames *do* exist. Reviewed-By: hjk
-
Oswald Buddenhagen authored
seems like gdb 6.8 isn't any better than 6.4 wrt file name normalization. Reviewed-By: hjk
-
Friedemann Kleint authored
Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Friedemann Kleint authored
due to StartFailed being emitted from start(). Set state correctly, improve error reporting. Reviewed-by:
con <qtc-commiter@nokia.com>
-