Jens Bache-Wiig
3b7c35fa9b
Fixes: Toolbar cosmetic problem
...
RevBy: b_lindeijer
Details:
This resolves the problem with missing top-borders on
the find toolbar.
(cherry picked from commit e5c845fcc7 )
2009-02-06 15:05:58 +01:00
Thorbjørn Lindeijer
0bab3d91e6
Fixed title of dialog
2009-02-06 14:06:56 +01:00
Thorbjørn Lindeijer
452475f8e4
Fixed sentence.
2009-02-06 11:20:32 +01:00
con
bbca68fbb9
Fixes: - Copyright date
2009-02-04 11:15:28 +01:00
Friedemann Kleint
7968a7d60b
Fixes: Kill warnings
2009-01-30 10:23:50 +01:00
Oswald Buddenhagen
2a2e3b1417
Revert "debugger: add configuariton to start the debugged process in a separate"
...
This reverts commit 44add9f0bd .
This option is meant to be in "Run Settings" per run configuration.
2009-01-29 11:58:28 +01:00
Oswald Buddenhagen
34a1410057
better tooltip
2009-01-29 11:57:17 +01:00
hjk
943efa766c
Fixes: debugger: work on hash and map dumper with simple keys or
...
values
2009-01-28 17:34:23 +01:00
hjk
b58fe0f4d3
Fixes: debugger: work on hash dumper for string-ish keys
2009-01-28 16:55:09 +01:00
hjk
2dac5e6447
Fixes: debugger: display quotes around strings in locals view
2009-01-28 15:17:55 +01:00
hjk
0ac615a101
Fixes: debugger: fix dumping of QString used as hash key
2009-01-28 15:06:05 +01:00
hjk
97dfdebf07
Fixes: debugger: reduce header dependencies
2009-01-28 14:29:54 +01:00
hjk
19637bd37f
Fixes: debugger: remove cached projecte explorer singleton pointer
2009-01-28 14:18:59 +01:00
hjk
eb021724df
Fixes: debugger: sort array and list indices numerically
2009-01-28 12:15:40 +01:00
hjk
b06502387b
Fixes: debugger: fix custom dumpers
...
Details: again...
2009-01-28 10:57:23 +01:00
hjk
08e17e6e6b
Fixes: debugger: more quote fixes
2009-01-27 17:41:31 +01:00
hjk
e3b273bb8f
Fixes: compile fix
2009-01-27 17:11:38 +01:00
hjk
75aaeff2c4
Fixes: immediately rebuild view if custom dumpers are selected in
...
optiosn
2009-01-27 15:53:50 +01:00
hjk
94ae6add3e
Fixes: debugger: remove misleading qt4macros path in preferences
2009-01-23 17:20:51 +01:00
Thorbjørn Lindeijer
6adecf3767
Avoid going through ICore when it's not necessary
...
Many singletons have their own instance() method, in which case there is
no need to use ICore::instance() to get access to them.
2009-01-21 15:55:33 +01:00
hjk
59f45976be
debugger: use single instead of double quotes for dumper output.
...
This makes both source and log files more readable and also prevents
gdb from applying extra quoting of its own.
2009-01-21 12:16:27 +01:00
hjk
f93bd26a3a
debugger: signal incomplete responses
2009-01-21 11:57:14 +01:00
hjk
f58e1c108b
some cleanup after switching the dumper output to 'p'
2009-01-21 11:41:32 +01:00
hjk
076488bfbb
Use gdb's 'print' command to access dumper output.
...
Simple solution after all. This idea got initially dropped early in the
process because it does not handle binary data and using x/x was
way to slow. But since we use only printable characters now thanks
to base64 encoding etc using 'p' becomes feasible again and simplifies
the process vastly as no additional communication channel is needed anymore.
2009-01-21 11:12:12 +01:00
Patrick Star
f1a7c95813
Fixes: - small mem leak
...
Task: - none
RevBy: - Andre
2009-01-20 19:04:40 +01:00
hjk
113b81e9db
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
2009-01-20 11:52:04 +01:00
hjk
d1dac15cc5
debugger: fix "ScriptFile" option (store in preferences and source file
...
on gdb startup)
2009-01-19 16:46:08 +01:00
hjk
b75fa636d8
fakevim: fix undo of 'J'
2009-01-16 13:10:42 +01:00
hjk
44add9f0bd
debugger: add configuariton to start the debugged process in a separate
...
terminal
2009-01-15 15:57:18 +01:00
Friedemann Kleint
f6712bd67f
fix build on windows
2009-01-15 15:36:30 +01:00
Oswald Buddenhagen
20eb6a1b82
user gdb's --tty option for collecting app output
2009-01-15 14:58:54 +01:00
Oswald Buddenhagen
72b6a105b7
app output window reorga
...
- drop prefix magic
- avoid inserting stray newlines
this also fixes the overquoting of app output.
2009-01-15 14:58:54 +01:00
Oswald Buddenhagen
edefcfe4aa
error messagebox upon failure to start up dbg
2009-01-15 14:58:54 +01:00
Oswald Buddenhagen
399f8d63eb
cleanup
2009-01-15 14:58:54 +01:00
hjk
5fcc57e531
fix typo in ui file
2009-01-15 12:54:33 +01:00
hjk
7f8473f469
move debugger options to configuration dialog
2009-01-14 18:09:02 +01:00
con
fbfcc9a484
Fixes: - ICommand --> Command
...
Details: - Naming convention
2009-01-14 13:18:25 +01:00
con
1e4c48a173
Fixes: - IActionContainer --> ActionContainer
...
Details: - Conform to naming convention
2009-01-14 13:18:24 +01:00
hjk
d0725e31a4
remove "fat" BaseMode constructor
2009-01-14 12:00:22 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
hjk
1bb1589225
debugger: some code reorganization
2009-01-13 18:15:24 +01:00
hjk
4d5ce2b49c
debugger: move 'Views' menu to menu bar. nobody found it were it was...
2009-01-13 17:41:23 +01:00
Thorbjørn Lindeijer
59c8b93309
Modified IOptionsPage interface for Apply button
...
The previous interface wasn't sufficient to properly support the Apply
button, since it didn't separate applying the changes from the cleanup
phase.
Designer settings pages still need some fixing.
Fixes Apply button causing problems for certain plugins, for example the
QuickOpen.
2009-01-13 16:03:55 +01:00
con
c9889120c3
Fixes: - Rename ActionManagerInterface --> ActionManager
...
Details: - To make it conform to naming convention.
2009-01-13 15:44:25 +01:00
hjk
634edf2aab
somewhat better intergration of fakevim into creator
2009-01-07 17:41:09 +01:00
hjk
a598aa12b6
add dumper for QMultiMap
2009-01-07 16:29:14 +01:00
hjk
b4c1552ec2
handle Qt 4.4 and Qt 4.5's QMap in dumpers
2009-01-07 15:03:49 +01:00
hjk
37c67ccd98
remove unused mode.ui
2009-01-06 10:22:21 +01:00
hjk
8f5d55c3d8
remove dead code
2009-01-05 15:55:37 +01:00
hjk
7fbc228600
Fixes: Fix starting external programs
...
Details: Was broken due to duplicate but not synchronized internal pid data
2009-01-05 14:56:59 +01:00