Commit Graph

44349 Commits

Author SHA1 Message Date
Roberto Raggi
95a4645029 Fixes: Improved lookup of function definitions. 2009-01-29 09:33:58 +01:00
hjk
27c771343e Fixes: fakevim: rough Ctrl-O/Ctrl-I implementation 2009-01-28 19:22:54 +01:00
hjk
3f08a9d22f Fixes: fakevim: 'dd' and 'cc' are linewise motions 2009-01-28 19:01:10 +01:00
hjk
0193253433 Fixes: fakevim: fix cW 2009-01-28 18:48:22 +01:00
hjk
3e1032783b Fixes: fakevim: 'cw' was off by one again 2009-01-28 18:42:43 +01:00
hjk
c0b85dbd6c Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-28 18:35:46 +01:00
hjk
53ab86dceb Fixes: fakevim: explicitly make 'l' an 'exclusive' motion 2009-01-28 18:35:05 +01:00
dt
665dc48002 Merge commit 'origin/master' 2009-01-28 18:19:30 +01:00
dt
d2682828fc Fixes: On session restore, start less indexers.
Details:  This should improve performance a bit. Instead of starting on indexer per .pro file, schedule and compress updates of ui files. And don't update if we have a full project code model update scheduled anyway. Which helps the startup case.
2009-01-28 18:14:01 +01:00
con
0b4dfc9cd2 Fixes: - Resource editors not restored from session
Details:  - Mismatch of kinds in editor and editor factory.
2009-01-28 17:53:10 +01:00
con
0f5de365b9 Fixes: - Some layouting issues 2009-01-28 17:39:31 +01:00
hjk
8c773beb45 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-28 17:34:51 +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
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
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
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