Commit Graph

34409 Commits

Author SHA1 Message Date
mae
f1302b3b20 Add close-document functionality to the "Open Documents" view. The close button is enabled
with mouse-over. The change makes the list behave more like tabs.
2009-03-26 13:58:29 +01:00
Friedemann Kleint
de0076354e Add documentation on common version control system options. 2009-03-26 13:39:41 +01:00
Thorbjørn Lindeijer
86e400c9dc Trigger function argument widget on comma
Done with Roberto Raggi.
2009-03-26 13:01:39 +01:00
Thorbjørn Lindeijer
208adbaaca Improved check for "scope token"
For example, don't keep triggering scope completion on bunch of colons.

Done with Roberto Raggi.
2009-03-26 13:01:39 +01:00
hjk
5c9fd00d35 debugger: fix QStringList-in-QVariant dumper 2009-03-26 12:36:04 +01:00
hjk
95c0b1c130 debugger: cosmetical improvements of QVariant dumper output 2009-03-26 12:36:04 +01:00
hjk
263cda8210 debugger: dumper status message cosmetics 2009-03-26 12:36:04 +01:00
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
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