Commit Graph

2267 Commits

Author SHA1 Message Date
hjk
0fe4e8635b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 15:13:11 +01:00
hjk
02ea86b5c2 Fixes: fakevim: use one handler per editor 2009-01-23 15:12:04 +01:00
mae
1b345cfa0f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/perforce/perforceplugin.cpp
2009-01-23 14:41:33 +01:00
mae
9df3494278 more stuff works, but this requires more refactoring 2009-01-23 14:39:58 +01:00
Daniel Molkentin
6d679fd6d9 Fixes: Icons not installed
Task:     Found by Sebastian while adjusting Bitrock
RevBy:    Sebastian
AutoTest: None
Details:  -
2009-01-23 14:01:46 +01:00
Thorbjørn Lindeijer
735e609e00 Removed more icore.h includes from header files 2009-01-23 13:03:36 +01:00
dt
59c6ae115c Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 11:54:22 +01:00
hjk
5d0e277bc3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 10:15:22 +01:00
hjk
51089fba74 Fixes: fakevim: fix behaviour of 'a' at the end of line as
reported by J Hseu

    Details:  also rename 'atEol' to 'atEndOfLine'
2009-01-23 10:13:12 +01:00
goro
ac185f7b74 Quick-and-dirty Qt Linux binary patching 2009-01-22 17:13:40 +01:00
goro
f571457523 Check in qtlibspatcher from change 321515 plus compile fixes 2009-01-22 17:13:40 +01:00
hjk
8d932e2adc Fixes: fakevim: improve handling of 'p' and 'Y'
Details:  tank count() into account, fix cursor positioning after undo
2009-01-22 15:38:03 +01:00
mae
624df3c8f6 more splitting works, fewer crashes 2009-01-22 15:17:22 +01:00
hjk
42a70000d1 Fixes: fakevim: 'x' was broken(!) 2009-01-22 15:15:42 +01:00
hjk
9c2debf147 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-22 15:09:15 +01:00
hjk
9a224d7e46 Fixes: fakevim: 'r' and 'R' revisited 2009-01-22 15:08:50 +01:00
Thorbjørn Lindeijer
f862f5af9a Fixed checked state for Full Screen action 2009-01-22 15:05:05 +01:00
hjk
cabc2da931 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-22 14:19:59 +01:00
hjk
d11475ad08 Fixes: fakevim
Details:  fix behaviour of 'r'
2009-01-22 14:19:42 +01:00
Daniel Molkentin
7e043dade1 Fixes: Find docs on Windows 2009-01-22 14:18:54 +01:00
Friedemann Kleint
b60612c014 Fixes: Naming glitch PagePage->Page 2009-01-22 14:12:21 +01:00
hjk
9a1dce5783 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-22 13:45:10 +01:00
hjk
695aa639ca Fixes: fakevim: fix undo behaviour for Key_Delete
Details:  was not recorded onh the undo stck
2009-01-22 13:44:25 +01:00
dt
e97889c782 Fixes: Remove ui file from pro file. 2009-01-22 11:56:52 +01:00
dt
3bcbd0782b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-22 11:37:43 +01:00
Daniel Molkentin
5ed76b9621 Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline into make_install/master 2009-01-22 10:28:15 +01:00
Daniel Molkentin
aec1e26228 Fixes: Document rpath, fix resource targets on mac and linux 2009-01-22 10:14:09 +01:00
hjk
592560b578 Fixes: rempve unnneded icore.h #include
Task:     180315
    RevBy:
    Details:
2009-01-21 18:30:45 +01:00
hjk
09316a10df Fixes: remove unneeded #include from header 2009-01-21 18:12:38 +01:00
hjk
2362432109 Fixes: some ICore::instance() related cleanup 2009-01-21 18:09:37 +01:00
dt
38471eebfe Fixes: Run cmake to get the version and check for the QtCreator generator
Details:  We don't act on that information yet.
2009-01-21 17:21:59 +01:00
hjk
bc0717d06a Fixes: fakevim: work on undo 2009-01-21 17:08:47 +01:00
dt
db20c44d40 Fixes: Add a settings page to the cmake plugin.
Details:  There's a linedit on there, we restore and save the settings,
only thing missing is actually using it.
2009-01-21 16:25:21 +01:00
hjk
7ce2676c6a Fixes: fakevim: better undo behaviour
Details:  prevent creation of empty "groups" that required
additional 'u' key strokes to 'undo'
2009-01-21 16:18:20 +01:00
hjk
a18770548e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-21 16:05:19 +01:00
hjk
64d058a81b Fixes: fakevim: fix df<x>
Details:  was broken due to wrong cursor selection approach
2009-01-21 16:04:34 +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
mae
7cfa4dbe5b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/coreplugin/editormanager/editormanager.cpp
	src/plugins/coreplugin/editormanager/openeditorsview.cpp
	src/plugins/coreplugin/editormanager/stackededitorgroup.cpp
2009-01-21 15:24:20 +01:00
mae
3b04ed3184 getting closer to working split 2009-01-21 15:20:44 +01:00
Thorbjørn Lindeijer
5b50ffc20d Cleaned up usages of CoreImpl::instance
The instance method has been moved to ICore, so there is generally no
need to include coreimpl.h anymore. Many objects accessed through this
core instance also had their own static instance methods.
2009-01-21 13:37:58 +01:00
Thorbjørn Lindeijer
95aad08aad Some shortcut settings improvements
Don't display the useless "Other" category, since the categorization of
commands isn't used anywhere (candidate for removal).

Filter out accelerator ampersands, since they aren't interesting here
and reduce the effectiveness of searching.
2009-01-21 13:13:02 +01:00
hjk
e60fc535f5 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-21 12:18:05 +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
Friedemann Kleint
31f7b0fbad Fixes: Unified debug enum in the designer plugin 2009-01-21 12:07:19 +01:00
hjk
df92275f46 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-21 11:57:42 +01:00
hjk
f93bd26a3a debugger: signal incomplete responses 2009-01-21 11:57:14 +01:00
Thorbjørn Lindeijer
8a322699c2 Added spaces to silence MSVC warnings
Requested by danimo
2009-01-21 11:46:26 +01:00
hjk
f58e1c108b some cleanup after switching the dumper output to 'p' 2009-01-21 11:41:32 +01:00
Daniel Molkentin
5e7116e0e3 Fixes: RPATH for plugins 2009-01-21 11:27:42 +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