hjk
8867568cb7
Fixes: fakevim: implement first approximation of Ctrl-D and Ctrl-U
2009-01-23 16:22:29 +01:00
hjk
4f1dd94945
Fixes: fakevim: work on 'e', 'w', 'b'...
2009-01-23 16:04:53 +01:00
hjk
153fd8a87b
Fixes: fakevim: 'w' broken again.
...
Details: exclusive motions seem to require extra thought
2009-01-23 15:40:43 +01:00
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
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
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
24b08b11a5
Update rpath handling
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
goro
866ab744fb
No longer touch .debug files
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
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
Patrick Star
4409772e69
Fixes: - css and svg display problems
2009-01-22 12:47:48 +01:00
Daniel Molkentin
845c406ba1
Merge branch 'make_install/master'
2009-01-22 12:25:41 +01:00
Daniel Molkentin
1279d10cff
Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline
2009-01-22 12:25:18 +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
hjk
bc0717d06a
Fixes: fakevim: work on undo
2009-01-21 17:08:47 +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
hjk
f73861d458
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-21 14:00:06 +01:00
hjk
47f4ccada7
Fixes: coding style: mention order #includes
...
RevBy: partially by dt
2009-01-21 13:58:04 +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