hjk
943efa766c
Fixes: debugger: work on hash and map dumper with simple keys or
...
values
2009-01-28 17:34:23 +01:00
Olli Werwolff
7e6aee9b9a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-28 17:03:58 +01:00
mae
fb01db4490
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
...
Conflicts:
src/plugins/coreplugin/editormanager/editormanager.cpp
2009-01-28 17:03:52 +01:00
Olli Werwolff
500f2e5d84
Fixes: Fixed duplicate check when adding files using the resource editor
...
Task: 238308
RevBy: eike
AutoTest: -
Details: Instead of the text and prefix of the file to add, pointers were compared. Thus the function always returned false and duplicates were not recognized. Replaced struct FileList with a class FileList, which is inherited from QList and added the function containsList which checks the needed values.
2009-01-28 17:01:01 +01:00
hjk
89fc9886c4
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-28 16:55:41 +01:00
hjk
b58fe0f4d3
Fixes: debugger: work on hash dumper for string-ish keys
2009-01-28 16:55:09 +01:00
dt
e7cd1e23e7
Merge commit 'origin/master'
2009-01-28 16:35:10 +01:00
dt
7ff8d61a2f
Fixes: Graphical glitches in the modebar.
...
Details: Hide the widgets which are about to be deleted.
2009-01-28 16:33:16 +01:00
dt
d772ff2aa5
Fixes: Copy share to the build directory.
...
Task: Found while testing
Details: Shadow builds and debugging didn't work.
2009-01-28 16:04:20 +01:00
Patrick Star
49b245aff1
Fixes: - wrong font settings for helpviewer, cleanup
...
Task: - none
RevBy: - me
AutoTest: - manual
2009-01-28 16:04:09 +01:00
con
a71fcf6334
Fixes: - Funny cursor positions in qrc editor.
2009-01-28 15:50:51 +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
2932203a9b
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-28 14:30:20 +01:00
hjk
97dfdebf07
Fixes: debugger: reduce header dependencies
2009-01-28 14:29:54 +01:00
Patrick Star
718e882759
Fixes: - error message after using 'Apply' and the 'OK'
...
Task: - none
RevBy: - Thorbjørn
AutoTest: - manual
Details: - the docs where unregistered, still the member
had the files saved and tried to unregister again
2009-01-28 14:28:29 +01:00
hjk
19637bd37f
Fixes: debugger: remove cached projecte explorer singleton pointer
2009-01-28 14:18:59 +01:00
hjk
c2c7c98d12
Fixes: coreplugin: less singleton pointer caching
2009-01-28 14:09:28 +01:00
hjk
8ef4f166e7
Fixes: coreplugin: remove another cached core instance singleton
...
pointer
2009-01-28 14:04:39 +01:00
hjk
f6f1721a64
Fixes: help: small refactoring
2009-01-28 13:57:42 +01:00
hjk
1969b2ebc0
Fixes: some less caching of the ICore singleton pointer
2009-01-28 13:56:10 +01:00
hjk
615660c021
Fixes: qtestlibplugin: some care for dead code
2009-01-28 13:40:59 +01:00
hjk
6bf55b6184
Fixes: snippet: compile fix for dead code
2009-01-28 13:24:43 +01:00
hjk
d9da6dccf6
Fixes: snippets: compile fix for dead code
2009-01-28 13:23:45 +01:00
dt
b43094f8c7
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-28 13:00:43 +01:00
hjk
3e6cf4e96c
Fixes: fakevim: code cosmetics
2009-01-28 12:44:46 +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
dt
daea8e66bf
Fixes: Changing the build config should update the run config.
...
Task: 242465
Details: connect quite a few signals. It doesn't work 100%, since it
really depends on to many things.
2009-01-27 18:23:02 +01:00
dt
460c7c9a22
Fixes: Crash on startup introduced while fixing a bug.
2009-01-27 17:44:40 +01:00
hjk
08e17e6e6b
Fixes: debugger: more quote fixes
2009-01-27 17:41:31 +01:00
hjk
1c55964be0
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-27 17:16: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
Thorbjørn Lindeijer
484356dd33
Recognize inl files as C++
...
In some projects these kind of files are used for completely inlined
classes, that can be split up in a header and source file automatically.
2009-01-27 17:14:01 +01:00
hjk
4b9f407845
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-27 17:11:56 +01:00
hjk
e3b273bb8f
Fixes: compile fix
2009-01-27 17:11:38 +01:00
con
d22f833a9c
Fixes: - Avoid some annoying debug output.
...
Details: - No stupid "true" and "namespace bla already registered"
output anymore.
2009-01-27 16:55:55 +01:00
hjk
32881501e1
Fixes: fakevim: ignore remaining Ctrl combinations in insert mode
2009-01-27 16:44:04 +01:00
hjk
d8005df09a
Fixes: fakevim: put text cut by 'X' into proper register
2009-01-27 16:28:42 +01:00
hjk
1108d23cf4
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-27 16:08:23 +01:00
hjk
5044d07e60
Fixes: fakevim: remove '-- PASSING --' message when 'passing'
...
mode is over.
2009-01-27 16:07:47 +01:00
hjk
f56869224e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-27 15:54:46 +01:00
Jens Bache-Wiig
fe4f03caa0
Fixes: Don't hover disabled buttons
...
Details:
Manhattan would incorrectly hover a disabled toolbutton.
This fixes it.
2009-01-27 15:54:42 +01:00
hjk
75aaeff2c4
Fixes: immediately rebuild view if custom dumpers are selected in
...
optiosn
2009-01-27 15:53:50 +01:00
Jens Bache-Wiig
ce2ad5f259
Fixes: Add outline to sidebar icon
...
Details:
Just a quick fix so it doesnt look odd
in the menu.
2009-01-27 15:30:54 +01:00
Thorbjørn Lindeijer
5dbcc615c2
Split up general text editor settings
...
The page had grown too large so now the display settings have been split
off onto their own page.
2009-01-27 15:23:19 +01:00
hjk
5e941eec37
Fixes: fakevim: make 'd' use the yank buffer also in visual line mode
...
Details:
2009-01-27 15:17:03 +01:00
hjk
fd90f88866
Fixes: fakevim: disable main cursor in search mode
2009-01-27 15:09:56 +01:00
Jens Bache-Wiig
e33c21934a
Fixes: Kill alternate row colors
...
Details:
It was worth a try but it seems redundant, so
we might as well kill it.
2009-01-27 15:01:54 +01:00
dt
d21668d868
Fixes: Run from the sidebar running the wrong project.
...
Task: 242196
Details: Introduced while fixing the run from context menu runs wrong project fix.
2009-01-27 14:53:42 +01:00