hjk
|
1c110388ec
|
debugger: work on using prebuilt dumpers
|
2009-03-23 13:02:50 +01:00 |
|
hjk
|
00be68701e
|
allow in-line editing of watcher expressions
|
2009-03-19 15:33:37 +01:00 |
|
hjk
|
0b58f1f527
|
debugger: reorganizing settings and actions in progress
|
2009-03-19 09:32:47 +01:00 |
|
hjk
|
8958a079b5
|
Fixes: debugger: also show the original address in a tooltip when
auto-dereferencing contents
|
2009-03-11 15:09:33 +01:00 |
|
hjk
|
d3f8d16f88
|
Fixes: debugger: implement custom dumpers for std::set
Task: 246286
|
2009-03-11 13:31:38 +01:00 |
|
Roberto Raggi
|
6b9444e150
|
Simple manual test for the preprocessor.
|
2009-03-09 15:49:51 +01:00 |
|
Oswald Buddenhagen
|
220907b238
|
fix compile
|
2009-03-05 15:26:23 +01:00 |
|
hjk
|
640d1a9294
|
Fixes: fakevim: make 'Passing mode' sticky as a (hopefully temporary)
workaround for getting the ShortcutOverride twice
|
2009-03-05 11:06:25 +01:00 |
|
hjk
|
e49ef33a99
|
Fixes: fakevim: let Ctrl-K pass to creator core
|
2009-03-04 16:32:33 +01:00 |
|
hjk
|
bd96ebf749
|
Fixes: debugger: provide gdb macro based dumpers for QString and QStringList
Details: That works with a core file, too. The "real" dumpers require a
live process as they use gdb's "call"
|
2009-03-03 17:27:25 +01:00 |
|
hjk
|
8ca887aae2
|
Fixes: change file license headers to include LGPL
|
2009-02-25 09:15:00 +01:00 |
|
Oswald Buddenhagen
|
3fcb20d6bb
|
Merge branch '1.0.0' into master-master
Conflicts:
src/plugins/debugger/debugger.pro
src/plugins/debugger/gdbengine.cpp
|
2009-02-24 15:15:39 +01:00 |
|
hjk
|
d1c7fdeecc
|
Fixes: add a list of things to check in the manual debugger test
|
2009-02-24 13:48:01 +01:00 |
|
Oswald Buddenhagen
|
cf66237c13
|
Merge branch '1.0.0' into master
Conflicts:
src/plugins/coreplugin/manhattanstyle.cpp
|
2009-02-24 12:25:28 +01:00 |
|
Oswald Buddenhagen
|
e55e1a596c
|
make the testcase output some html to check for overquoting
|
2009-02-23 21:16:21 +01:00 |
|
Roberto Raggi
|
c8bdd0bee4
|
Skip __complex__, __imag__ and __real__
|
2009-02-23 11:48:26 +01:00 |
|
Roberto Raggi
|
4a259547fc
|
Oops! check the symbol's name :-)
|
2009-02-19 18:36:52 +01:00 |
|
Roberto Raggi
|
47f27ee7f5
|
We need to look at the symbol's location to implement the qualified name lookup.
|
2009-02-19 18:27:34 +01:00 |
|
Roberto Raggi
|
349e2d68bf
|
Initial work on unqualified and qualified name lookup.
|
2009-02-19 17:50:11 +01:00 |
|
Roberto Raggi
|
764379deb7
|
Initial work on the binder.
|
2009-02-19 12:21:11 +01:00 |
|
Roberto Raggi
|
01faad4228
|
updated the pro file
|
2009-02-19 10:09:52 +01:00 |
|
Roberto Raggi
|
8209b35814
|
Fun with the binding pass.
|
2009-02-19 10:09:52 +01:00 |
|
Banana Joe
|
d0865ed2a2
|
Initial revision of the cdbdebugger playground.
|
2009-02-09 11:37:19 +01:00 |
|
Roberto Raggi
|
a003b62aeb
|
Fixes: Compile.
|
2009-02-04 15:13:02 +01:00 |
|
hjk
|
b58fe0f4d3
|
Fixes: debugger: work on hash dumper for string-ish keys
|
2009-01-28 16:55:09 +01:00 |
|
hjk
|
eb021724df
|
Fixes: debugger: sort array and list indices numerically
|
2009-01-28 12:15:40 +01:00 |
|
hjk
|
08e17e6e6b
|
Fixes: debugger: more quote fixes
|
2009-01-27 17:41:31 +01:00 |
|
hjk
|
9772ab9904
|
Fixes: debugger: revert change from " to ' style quoting
Details: ' was used interanlly sometimes
|
2009-01-27 17:15:51 +01:00 |
|
hjk
|
9d8fc28706
|
Fixes: fakevim: show column/line information in standalone application
|
2009-01-27 14:08:17 +01:00 |
|
hjk
|
c97dfb8b32
|
Fixes: fakevim: suppress cursor when in ex mode
|
2009-01-26 10:31:49 +01:00 |
|
hjk
|
ab8c038ed7
|
Fixes: fakwvim: fix recently broken selection in standalone application
|
2009-01-23 16:37:32 +01:00 |
|
hjk
|
02ea86b5c2
|
Fixes: fakevim: use one handler per editor
|
2009-01-23 15:12:04 +01:00 |
|
Daniel Molkentin
|
83ec093ab3
|
Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline
|
2009-01-19 12:03:23 +01:00 |
|
hjk
|
906a05bc17
|
add a test case for std::deque
|
2009-01-16 11:17:00 +01:00 |
|
hjk
|
30c1a046f2
|
fakevim: partial implementation of :history
|
2009-01-15 17:29:30 +01:00 |
|
Daniel Molkentin
|
ffd3f1f717
|
Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline
|
2009-01-15 15:58:57 +01:00 |
|
Oswald Buddenhagen
|
a5f6281f1a
|
improve messages
|
2009-01-15 14:58:54 +01:00 |
|
Daniel Molkentin
|
e7c998ba30
|
Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline
|
2009-01-14 15:48:34 +01:00 |
|
Roberto Raggi
|
653b81427c
|
Accept gcc attributes in cv-qualifiers.
|
2009-01-14 15:16:33 +01:00 |
|
Daniel Molkentin
|
59affcfffc
|
Bump year in licence header.
|
2009-01-13 19:22:14 +01:00 |
|
Daniel Molkentin
|
70d6b50fc7
|
Bump copyright year everywhere.
|
2009-01-13 19:16:40 +01:00 |
|
hjk
|
45d9cca1d6
|
fakevim: make visual selections also visual in creator
|
2009-01-13 13:47:00 +01:00 |
|
hjk
|
1761acb391
|
fakvim: adjust .pro file of test application after file renaming
|
2009-01-13 11:37:07 +01:00 |
|
Roberto Raggi
|
8078053c99
|
Improved ObjC++ support.
|
2009-01-12 14:56:00 +01:00 |
|
hjk
|
c9b2dfc363
|
implement QLinkedList dumper
|
2009-01-08 11:50:20 +01:00 |
|
hjk
|
7b47bd48e1
|
add some test code for the yet-to-be-born QLinkedList dumper
|
2009-01-08 11:02:04 +01:00 |
|
hjk
|
a598aa12b6
|
add dumper for QMultiMap
|
2009-01-07 16:29:14 +01:00 |
|
hjk
|
16b2c83dc8
|
add a test case for multimaps
|
2009-01-07 15:31:58 +01:00 |
|
Roberto Raggi
|
8c21fa63ff
|
oops!
|
2009-01-07 11:06:31 +01:00 |
|
Roberto Raggi
|
7fcf6cb255
|
Pretty printing of wide string literals.
|
2009-01-07 11:03:37 +01:00 |
|