Friedemann Kleint
e917392c27
Class wizard: Replace "inherits QObject" by type information combo.
...
Remove the setting from where it does not make sense (library/form class
wizard, etc).
Reviewed-by: con <qtc-committer@nokia.com >
2009-11-02 15:46:51 +01:00
dt
e5b4b65d56
Update docu of project pane. Missing the screenshots.
2009-11-02 15:42:17 +01:00
Friedemann Kleint
d23324f419
Debugger: Protect against launching a 2nd session.
...
Reviewed-by: dt <qtc-committer@nokia.com >
2009-11-02 14:42:42 +01:00
con
dda9df2248
Update tool chains correctly when paths are changed in options.
...
The tool chains' "equals" methods where out of date.
Reviewed-by: dt
Reviewed-by: Robert Loehning
2009-11-02 14:30:58 +01:00
mae
c035290602
add standard cut/copy/paste actions (if available) to the cpp editor's context menu
...
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.
2009-11-02 14:03:38 +01:00
Friedemann Kleint
b8bd20dd42
Revert "Debugger: Disable "Start debugging" when attaching/starting remote"
...
This reverts commit c069cd588a .
2009-11-02 12:57:25 +01:00
Friedemann Kleint
c069cd588a
Debugger: Disable "Start debugging" when attaching/starting remote
...
Directly enable project explorer actions.
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-02 12:47:47 +01:00
con
e3880e132f
Show active run configuration name in "mismatching configuration" dialog
...
So the user better knows what he is actually choosing a new build
configuration for.
Reviewed-by: Robert Loehning
2009-11-02 11:47:34 +01:00
Oswald Buddenhagen
1520963cd6
filter out expected gdb stderr
...
Reviewed-By: hjk
2009-11-02 10:53:16 +01:00
Christian Kamm
ff4e559c46
Improve completion for function declarations.
...
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 >
2009-11-02 10:32:50 +01:00
Robert Loehning
47acdb5b28
Improved German translations for handling different Qt-versions
...
Reviewed-by: Oswald Buddenhagen
2009-10-30 21:29:56 +01:00
Sergey Belyashov
1c4db5e32c
Updated Russian translation.
...
Merge-request: 1963
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-10-30 19:35:25 +01:00
dt
7dc399d678
Fixed the check for whether there already is a -spec parameter
2009-10-30 18:41:55 +01:00
con
98ded2e856
Merge commit 'origin/1.3'
2009-10-30 18:30:12 +01:00
con
cc7bd7d139
Minimal translation fix.
...
Reviewed-by: Friedemann Kleint
2009-10-30 17:59:40 +01:00
Oswald Buddenhagen
151b785d01
terminal adapter: make skipping of initial SIGSTOPs more reliable
...
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
2009-10-30 17:47:51 +01:00
Oswald Buddenhagen
6d6ed26eae
frames with debug info but without source cannot be navigated to
...
... - in the source view, that is. so grey them out in the stack view.
Reviewed-By: hjk
2009-10-30 17:47:51 +01:00
Oswald Buddenhagen
9d20a2abb4
make attaching adapters more robust
...
to make the behavior consistent across gdb versions, ignore the initial
*stopped which gdb7 delivers while attaching.
Reviewed-By: hjk
2009-10-30 17:47:51 +01:00
Oswald Buddenhagen
36a4fddaf0
less confusing: use the data type which was meant
2009-10-30 17:47:51 +01:00
Oswald Buddenhagen
2eade14143
remove superfluous casts
2009-10-30 17:47:51 +01:00
Oswald Buddenhagen
ff72733ccd
fix assertions relating to stack frames without a fullname
...
d'oh, of course, such frames *do* exist.
Reviewed-By: hjk
2009-10-30 17:47:51 +01:00
Oswald Buddenhagen
e6be1526f1
make fullname parsing on windows less optimistic
...
seems like gdb 6.8 isn't any better than 6.4 wrt file name
normalization.
Reviewed-By: hjk
2009-10-30 17:47:51 +01:00
Friedemann Kleint
c17dff4268
Debugger: Make Message prompt a gui-app.
...
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-10-30 17:44:51 +01:00
Friedemann Kleint
ecf48086de
Checkout wizard: Hangs on Windows when VCS binary is missing.
...
due to StartFailed being emitted from start(). Set state correctly,
improve error reporting.
Reviewed-by: con <qtc-commiter@nokia.com >
2009-10-30 17:40:33 +01:00
con
3e81572b8a
Merge commit 'origin/1.3'
2009-10-30 17:22:01 +01:00
con
8708e04b04
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-10-30 17:21:56 +01:00
hjk
50961cb98d
debugger: list registers only after we have a known target
2009-10-30 16:46:33 +01:00
Robert Loehning
aa36a5b5fd
Typo fixes in German translation.
...
Reviewed-by: Friedemann Kleint
2009-10-30 15:43:13 +01:00
Friedemann Kleint
4036d2e213
Documentation: Metnion proper Qt version to build.
...
Reviewed-by: kh
2009-10-30 14:01:45 +01:00
Friedemann Kleint
3a64a10357
S60: Increase timeout for TRK prompt.
...
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2009-10-30 14:00:51 +01:00
Jarek Kobus
80a6ccc8a8
Update Polish translation
2009-10-30 14:00:35 +01:00
ck
787cbb7b0d
Maemo run configuration: Fix layout bug.
...
The simulator's "reset" button must not be visible when the
remote host is a device.
2009-10-30 13:58:46 +01:00
Friedemann Kleint
525b26d0cf
CVS: Enable click on revision in filelog
...
Match regular expression depending on mode. Improve common VCS settings
layout.
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com >
2009-10-30 13:57:36 +01:00
Friedemann Kleint
5f60b055c0
Debugger: Show slashes correctly in Stack frame tooltip.
2009-10-30 10:48:51 +01:00
Friedemann Kleint
0b37be6e22
Debugger: Completely replace C99 uintptr_t type by quintptr.
2009-10-30 09:16:27 +01:00
Robert Loehning
cc94b9c638
Trk: Added i18n in Session::deviceDescription()
...
Reviewed-by: Oswald Buddenhagen
2009-10-29 20:49:40 +01:00
dt
4798ec5529
On qt version change updat qmakestep config widget
...
That is the effective qmake command and summary label.
2009-10-29 19:42:56 +01:00
con
694ff222a1
Merge commit 'origin/1.3'
2009-10-29 18:57:19 +01:00
con
ebfe6b7880
Merge commit origin/1.3
...
Conflicts:
doc/qtcreator.qdoc
doc/qtcreator.qdocconf
src/app/Info.plist
src/plugins/bineditor/BinEditor.pluginspec
src/plugins/bookmarks/Bookmarks.pluginspec
src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
src/plugins/coreplugin/Core.pluginspec
src/plugins/coreplugin/coreconstants.h
src/plugins/cpaster/CodePaster.pluginspec
src/plugins/cppeditor/CppEditor.pluginspec
src/plugins/cpptools/CppTools.pluginspec
src/plugins/cvs/CVS.pluginspec
src/plugins/debugger/Debugger.pluginspec
src/plugins/designer/Designer.pluginspec
src/plugins/fakevim/FakeVim.pluginspec
src/plugins/find/Find.pluginspec
src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
src/plugins/git/ScmGit.pluginspec
src/plugins/helloworld/HelloWorld.pluginspec
src/plugins/help/Help.pluginspec
src/plugins/locator/Locator.pluginspec
src/plugins/perforce/Perforce.pluginspec
src/plugins/projectexplorer/ProjectExplorer.pluginspec
src/plugins/qmleditor/QmlEditor.pluginspec
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
src/plugins/qtscripteditor/QtScriptEditor.pluginspec
src/plugins/regexp/RegExp.pluginspec
src/plugins/resourceeditor/ResourceEditor.pluginspec
src/plugins/snippets/Snippets.pluginspec
src/plugins/subversion/Subversion.pluginspec
src/plugins/texteditor/TextEditor.pluginspec
src/plugins/vcsbase/VCSBase.pluginspec
src/plugins/welcome/Welcome.pluginspec
2009-10-29 18:56:26 +01:00
con
be3fafc311
Merge commit '2be0845c7492ad991f23ce5c90c322df788b62b5'
...
Conflicts:
src/plugins/projectexplorer/projectexplorer.h
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
src/plugins/qt4projectmanager/qt4runconfiguration.cpp
src/plugins/qt4projectmanager/qtversionmanager.cpp
2009-10-29 18:54:17 +01:00
hjk
074b719b79
debugger: add autotest for synchroneous dumpers
...
QVariant, QPoint[F], QSize[F], QRect[F]
2009-10-29 18:34:31 +01:00
hjk
d0587eaf01
debugger: workaround for contradictory gdb messages
2009-10-29 18:34:31 +01:00
kh1
c1413ffa8a
Fill in default qemu simulator path but keep the user option to choose.
2009-10-29 17:26:14 +01:00
Friedemann Kleint
c671251ac4
Final polishing of German translation.
2009-10-29 17:19:54 +01:00
con
162b0dae81
Version bump.
2009-10-29 17:17:49 +01:00
con
008168838f
Version bump.
2009-10-29 17:15:55 +01:00
con
2be0845c74
Find filter actions must use filter id as id, not filter name.
2009-10-29 17:12:57 +01:00
Jarek Kobus
e05980de26
Update Polish translation, fix shortcut in the "tip of the day".
...
RevBy: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-10-29 16:45:57 +01:00
con
f0f213263e
Pre-fill build configuration name when adding one.
2009-10-29 16:02:23 +01:00
con
6039c31133
Show a dialog in case of mismatching build/run configurations.
2009-10-29 16:02:22 +01:00