Commit Graph

2267 Commits

Author SHA1 Message Date
hjk
6c15d33cdc debugger: use dumpers build alongside Qt 2009-03-26 12:36:04 +01:00
con
b278f956f8 Add a switch for DYLD_IMAGE_SUFFIX=_debug in Creator on Mac.
Look in the run configuration for it.
2009-03-26 12:15:25 +01:00
Thorbjørn Lindeijer
84ba24ac71 Do not expand the list of candidates when resolving fully qualified ids
Crashes, Roberto will fix properly later.
2009-03-26 11:18:09 +01:00
Thorbjørn Lindeijer
272830f315 Recognize .moc files as C++ 2009-03-26 11:18:09 +01:00
Thorbjørn Lindeijer
8912f4db98 Initial work on better function argument widget
Done with Roberto Raggi.
2009-03-26 11:18:09 +01:00
dt
5a97436c0c Add a argument line edit for the cmake runconfiguration.
Even works.
2009-03-25 18:29:42 +01:00
dt
60800bc36b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-25 18:03:46 +01:00
dt
1492cd0eec Work around problems with kde 4.2.0 by checking for that exact version.
Need to remove that at one point, but having someone report it one day
after we tried to remove this, means not now.
2009-03-25 17:49:54 +01:00
Friedemann Kleint
8cd3ae09eb Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-25 17:34:06 +01:00
Friedemann Kleint
9d15bd3c7f Introduce utility routine to create placeholder watch item
QLatin1String refactorings.
2009-03-25 17:33:49 +01:00
dt
74974a5a58 Also use the dumper library code from the cmake plugin.
Adds a little bit of code duplication, don't currently know how to best
avoid it, so I'll leave that for now as is. To be tested once Andre
pushes his stuff.
2009-03-25 17:30:48 +01:00
dt
4574082f91 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-25 16:37:25 +01:00
dt
c5c4c6c17e Some finetuning to the move of the debugger library. 2009-03-25 16:36:16 +01:00
Thorbjørn Lindeijer
bd87ce9454 Use use-preferred font in submit editor, not slightly smaller
Also enable/disable the column spinbox when checking/unchecking the wrap
submit message option, and force the wrapping to be word-based.
2009-03-25 16:22:35 +01:00
hjk
18b2693970 qt4versionmanager: compile fix 2009-03-25 15:41:15 +01:00
dt
6fa6eeb72d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-25 15:32:59 +01:00
hjk
5fcbd01288 fakevim: make search and command history static 2009-03-25 15:31:50 +01:00
dt
3e992d5d32 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-25 15:28:39 +01:00
dt
e21a74cb35 Change the way the debugging library is build and found, yet again.
We used to build a helper library as part of the project. First with the
qmake -after SOURCES= stuff and after until now with the
gdbmacrosbuildstep. Now, the all new and fancy integretation directtly
into the qt version dialog. You build the debugger library once for
each qt version and then it's there ready to be loaded into each
project build against that qt version. Saves a lot of time.
And makes it possible to also load that library into while debuggign a
cmake project. (Need to hook that up now.)
Unfourtanetly this breaks the custom dumpers if you use a custom run
executable.
2009-03-25 15:18:37 +01:00
hjk
6d8223517f fakevim: more vim-ish behaviour of page up and down 2009-03-25 15:17:58 +01:00
hjk
0807ca53c9 fakevim: fine-tune autocompletion 2009-03-25 14:52:45 +01:00
Roberto Raggi
573b33d79e Jump at the matching class declaration. 2009-03-25 14:47:34 +01:00
mae
f65ed23816 cap application output at 100.000 lines to avoid ever growing memory
consumption.
2009-03-25 14:19:20 +01:00
mae
42ec512e93 For application output, use QPlainTextEdit::appendPlainText() whenever
possible, to get the automatic scrolling to the bottom.
2009-03-25 13:48:08 +01:00
Friedemann Kleint
ad5a001058 Factor out common debugger watch functionality
Factor out watch function, improve debug output.
2009-03-25 13:42:47 +01:00
hjk
05587f1f56 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-25 13:31:56 +01:00
hjk
530967ea22 fakevim: trigger autocompletion on '.' and '>' 2009-03-25 13:31:30 +01:00
kh
a887b17b59 * windows build fix with namespace configured Qt
* Reviewed-by: hjk
2009-03-25 13:17:37 +01:00
hjk
f812780e30 debugger: keep row selection in watchersview after expand/collapse
Task-number: 233285
2009-03-25 13:05:12 +01:00
hjk
504b81997d debugger: use new actions for watchers window/manager communication 2009-03-25 12:31:02 +01:00
Roberto Raggi
249aaa0ab6 Fixed the lookup of qualified name ids. 2009-03-25 12:29:15 +01:00
Thorbjørn Lindeijer
8088ca2c43 Stop fighting over which mouse cursor to show on text editor
The BaseTextEditor was unconditionally setting the mouse cursor on each
mouse move event, after which the CPPEditor would set it as well when
the mouse was above a link. This caused some mouse cursor flickering, so
now the cursor is only set when it's supposed to change.

Also fixed an issue where the link wasn't removed when leaving the text
editor with the mouse while Ctrl was pressed.
2009-03-25 12:10:56 +01:00
Roberto Raggi
424dd77e18 Added support for Q_SIGNAL and Q_SLOT. 2009-03-25 11:50:17 +01:00
Friedemann Kleint
014efbdab0 Submit editor: Use config font settings, add simple highlighting for git 2009-03-25 08:52:39 +01:00
con
10ffdd5dd3 Remove superfluous "warning: " from qDebug output (win)
Reviewed-by: hjk
2009-03-24 18:07:28 +01:00
Thorbjørn Lindeijer
9654563283 Make links to functions much more responsive
By avoiding searching for the definition when it isn't necessary.
2009-03-24 17:06:01 +01:00
Thorbjørn Lindeijer
f36ea6785c Allow configuring the color for the hover links
Cause blue doesn't fit nicely in all color schemes.
2009-03-24 17:06:01 +01:00
con
0729ae0191 Lazily initialize designer again.
People with KDE 4.2.0 please update to 4.2.1 ...

Reviewed-by: dt
2009-03-24 16:50:59 +01:00
hjk
eb3870875f debugger: use new action scheme for number base selections 2009-03-24 16:39:30 +01:00
hjk
f48ff339ae debugger: code cosmetics 2009-03-24 16:39:30 +01:00
hjk
c3fc03c11c debugger: add shortcut to debugger properties in more context menus 2009-03-24 16:39:30 +01:00
Friedemann Kleint
9b7274a011 Remove comment lines from the git commit message (as git commit -F does not do that)
Reviewed-by:  dt <qtc-committer@nokia.com>
 enter the commit message for your changes. Lines starting
2009-03-24 15:46:58 +01:00
Thorbjørn Lindeijer
de6166fc91 Don't try to resolve plain literals or comments
There's no place to jump to in these cases.
2009-03-24 14:54:52 +01:00
Thorbjørn Lindeijer
ed9df58ae9 Don't forget to call up to the superclass 2009-03-24 14:54:52 +01:00
dt
c964d64d34 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-24 14:26:43 +01:00
dt
7052cbd6f4 Fixes the wrong text in the browse dialog in qt's version options. 2009-03-24 14:26:29 +01:00
hjk
d5d7911f42 debugger: use less "reset" in the locals view 2009-03-24 13:00:15 +01:00
con
bd2a163f78 Simplify 'Save modified files' internals. 2009-03-24 12:52:20 +01:00
con
87fdacba5c Simpler "Save modified files" dialog. 2009-03-24 12:52:20 +01:00
hjk
60bb361620 debugger: make position of debugger lib configurable 2009-03-24 12:50:40 +01:00