Commit Graph

34409 Commits

Author SHA1 Message Date
hjk
3aa08efb75 Fixes: debugger: work on breakpoints in plugins 2009-02-17 17:39:29 +01:00
hjk
04626a3e2a Fixes: debugger: work on plugin breakpoints
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:39:20 +01:00
hjk
ab31640462 Fixes: debugger: work on more fine-grained breakpoints-in-plugins
setting
2009-02-17 17:38:52 +01:00
hjk
7ebfeb037b Fixes: debugger: introduce early break after application
initialization
2009-02-17 17:38:44 +01:00
hjk
1afd270da2 Fixes: debugger: move custom dumper initialization into the first
watch view update

Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:38:24 +01:00
hjk
153766b956 Fixes: debugger: revert accidental parts of b0650238
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:36:54 +01:00
hjk
433ded47d8 Fixes: correct path for gcbmnacros.cpp hint
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:34:41 +01:00
hjk
4f20ef9f4e Fixes: correct name for gdmacros.cpp hint
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:34:10 +01:00
hjk
815bec124a Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-17 16:27:00 +01:00
hjk
b37b181cb2 Fixes: debugger: on async output, first handle all cases where
the inferior exited.
    Details:  that catches early exits due to startup problems as well
2009-02-17 16:25:48 +01:00
Thorbjørn Lindeijer
7ec3f73594 Center the cursor after (un)collapse all
Requested on the mailing list. Increases usability.
2009-02-17 16:14:52 +01:00
Thorbjørn Lindeijer
403e77972a This line shouldn't be necessary
Enabled state of the action is managed by QDockWidget.
2009-02-17 15:30:03 +01:00
hjk
2c0c96abfe Fixes: debugger: simplify state logic 2009-02-17 15:12:46 +01:00
Thorbjørn Lindeijer
b32198d736 Fix size problems on reusing function argument widget
We now hide the parent QFrame while updating the label to work around
the problem where the it wouldn't shrink the widget.
2009-02-17 15:11:56 +01:00
hjk
599b2438b9 Fixes: debugger: enable debugger view actions even if "locked" 2009-02-17 14:35:32 +01:00
hjk
fcd74e54d1 Fixes: debugger: remove accidentally commited file 2009-02-17 14:09:52 +01:00
hjk
a6152f518d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-17 14:09:33 +01:00
hjk
d0e991dfa9 Fixes: add a view to see current source file mapping 2009-02-17 14:08:49 +01:00
con
7b8b947946 Fixes: - Rename System Qt to perhaps avoid some confusion.
Task:     - 243948
2009-02-17 13:01:09 +01:00
con
c05e9347bb Fixes: - Make sure that we find make command for gdbmacros library.
Task:     - 244273
Details:  - We need to search in the path for it.
2009-02-17 12:59:58 +01:00
Roberto Raggi
6edae34a54 Fixes: Flicker-free update of the editor toolbars (mac -only). 2009-02-17 12:24:19 +01:00
Roberto Raggi
7044809139 Cleanup 2009-02-17 12:12:14 +01:00
Roberto Raggi
c2f61a76e1 Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-17 11:52:56 +01:00
Roberto Raggi
c020250556 Fixes: Constructor completion. 2009-02-17 11:50:56 +01:00
Thorbjørn Lindeijer
7774977e5d Fixed handling of attribute specifiers in front of declaration
Done with Roberto Raggi
2009-02-17 11:28:18 +01:00
Thorbjørn Lindeijer
a26bef5ff4 Ignore undefined macros in macro completion
Done with Roberto Raggi
2009-02-17 11:25:58 +01:00
Roberto Raggi
738c50726d Compile. 2009-02-17 11:25:44 +01:00
hjk
3cd4e39872 Fixes: debugger: fix assert includes 2009-02-17 11:16:23 +01:00
hjk
30f0f63002 Merge branch 'aumuell-fakevim' 2009-02-17 09:33:40 +01:00
Martin Aumueller
81a4518127 Revert "Fixes: Workaround a bug in kde 4.2.0."
This reverts commit e08f1763b7.
2009-02-17 09:13:33 +01:00
Martin Aumueller
6b78281193 fakevim: fix repetition for dh/j/k/l 2009-02-17 09:13:33 +01:00
Martin Aumueller
d8e675db9a fakevim: fix backward deletion/change 2009-02-17 09:13:33 +01:00
Martin Aumueller
b1e73ff272 fakevim: 'I' would replace text between current position and first non-blank on line 2009-02-17 09:13:33 +01:00
Martin Aumueller
cc850f6f5b fakevim: let Esc correctly cancel not yet complete commands 2009-02-17 09:13:33 +01:00
Martin Aumueller
694f34a4f1 fakevim: indent correctly after return key 2009-02-17 09:13:32 +01:00
Martin Aumueller
5f5dfaaae8 fakevim: remove dead code 2009-02-17 09:13:32 +01:00
Martin Aumueller
bd29664c8c fakevim: make 'c$' repeatable with '.' 2009-02-17 09:13:32 +01:00
Martin Aumueller
d5f3c585ba fakevim: also repeat insertion with '.' 2009-02-17 09:13:32 +01:00
Martin Aumueller
5dc2f8ed0a fakevim: d$ and D would delete newline 2009-02-17 09:13:32 +01:00
Martin Aumueller
bf3c4a1562 fakevim: use QTextDocument's undo/redo operations
this has several advantages compared to an undo/redo stack private to fakevim:
- change marks in document correspond to actual changes
- mouse pasting does not invalidate the fakevim undo/redo stack
- menu commands (such as undo/redo from the Edit menu) do not invalidate the fakevim undo/redo stack
- possible other changes not caused by fakevim do not invalidate fakevim undo/redo stack

it is pretty bad if the fakevim undo/redo stack becomes invalid, as applying these invalid
undo/redo operations corrupts the document
2009-02-17 09:13:32 +01:00
Roberto Raggi
59624d91a1 Set the resolved symbol (it needs some cleanup). 2009-02-16 19:07:22 +01:00
Roberto Raggi
f63b8e6693 --warnings 2009-02-16 18:56:35 +01:00
Thorbjørn Lindeijer
b15dec9de1 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-16 18:47:35 +01:00
mae
0bc68b0ca1 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-16 18:44:36 +01:00
mae
959ba534f6 show and hide the editor info bar in the correct view 2009-02-16 18:44:04 +01:00
Thorbjørn Lindeijer
3230017eaf Merge branch '1.0.0'
Conflicts:
	src/libs/cplusplus/Overview.h
	src/libs/cplusplus/TypePrettyPrinter.cpp
	src/plugins/cpptools/cppcodecompletion.cpp
2009-02-16 18:42:22 +01:00
hjk
d92afa1905 Fixes: debugger: set width and height of "terminal" to 0 to avoid
extra prompting
2009-02-16 18:38:10 +01:00
hjk
0ce7cb1ec6 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/debugger/gdbengine.cpp
2009-02-16 18:36:55 +01:00
Thorbjørn Lindeijer
d94dd392cb Reuse the function argument widget when possible
Now that we're showing this thing instantly, we can no longer rely on
the thing hiding cause of a focus change.

(cherry picked from commit 5a0a084c31)

Conflicts:

	src/plugins/cpptools/cppcodecompletion.cpp
2009-02-16 18:34:56 +01:00
hjk
79a428f480 Fixes: debugger: work on process logic 2009-02-16 18:28:15 +01:00