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
53acec0d25
Updated git ignore rules for new lib64 directory
2009-03-25 12:10:56 +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
hjk
6aeb8a764b
more fixes to the textfinder example documentation
2009-03-24 17:57:43 +01:00
hjk
a4bb415f58
update textfinder example
2009-03-24 17:35:59 +01:00
hjk
32495f55bc
more fixes to the example
2009-03-24 17:19:24 +01:00
hjk
13dec817ae
more fixes to the textfinder example
2009-03-24 17:16:27 +01:00
hjk
717c147db9
fix example (task 249063)
2009-03-24 17:16:27 +01:00
hjk
67480db976
fix example (task 249064)
2009-03-24 17:16:26 +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
Thorbjørn Lindeijer
1682a41869
Include position information in the link
...
Allowed customizing the link for includes and macro uses and fix it for
highlighting the name.
2009-03-24 11:24:11 +01:00
Thorbjørn Lindeijer
eebe9e2fc8
Clear link emulation when Ctrl is released
2009-03-24 11:24:11 +01:00
Thorbjørn Lindeijer
c08405fed4
Turn code into links when holding Ctrl
...
Allows navigating the code using the mouse when pressing Ctrl. Suggested
a few times and also seen in other IDEs.
2009-03-24 11:24:11 +01:00
con
8344cc68ef
Correct 64 bit library location for non-g++.
...
Reviewed-by: hjk
2009-03-24 10:55:16 +01:00
Friedemann Kleint
3dda9cdd08
Fix compilation with WebKit disabled.
2009-03-24 09:41:44 +01:00
mae
661f0500aa
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-23 18:44:35 +01:00
mae
83c331a714
track modification changes for restored editors (in the open editors model)
2009-03-23 18:44:07 +01:00
con
50991f2f64
Compile on Mac
2009-03-23 15:45:49 +01:00
con
6e927ef1ec
Shadow build directory setting not used "right away".
...
Reviewed-by: dt
2009-03-23 15:37:25 +01:00
hjk
80468d9986
use 'lib64' instead of 'lib' on linux/x64_86
2009-03-23 15:36:15 +01:00