Commit Graph

50929 Commits

Author SHA1 Message Date
hjk
926fc06266 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 19:13:29 +01:00
hjk
292d4bc3d5 Fixes: fakevim: provide an option in the text editor settings 2009-01-23 19:13:00 +01:00
dt
3b930e1eda Fixes: Add copyright header to cmakeconfigurationwidget.h and cpp 2009-01-23 18:54:46 +01:00
dt
a087b138f5 Fixes: Make searchInPath() more robust.
Details:  returns the argument if it is absolute and already exists.
2009-01-23 18:53:16 +01:00
hjk
34fb3d868f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 18:30:50 +01:00
dt
c6c39d6f98 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 18:30:40 +01:00
hjk
5327316feb Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 18:30:27 +01:00
dt
7f614f1ae0 Fixes: Add missing file. 2009-01-23 18:30:21 +01:00
hjk
15ac83eda4 Fixes: fakevim: add flags to settings page 2009-01-23 18:21:36 +01:00
goro
4bca9d3d34 Add "/qt" prefix to make stuff easier with Bitrock 2009-01-23 18:13:37 +01:00
hjk
3967c9c9a1 Fixes: add 'vim' option to editor options 2009-01-23 17:43:49 +01:00
hjk
bfddd651c0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 17:21:36 +01:00
hjk
94ae6add3e Fixes: debugger: remove misleading qt4macros path in preferences 2009-01-23 17:20:51 +01:00
goro
54f6f814c8 Extend version bump script, bump docs to 0.9.2 2009-01-23 17:13:18 +01:00
dt
b3cbb84970 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-23 17:09:35 +01:00
hjk
8b3136f8b0 Fixes: fakevim: work on writing 2009-01-23 17:02:22 +01:00
dt
e8e2e4f45d Fixes: Progress to the cmake plugin
Details:  Add a dialog asking for command line options and build
directory. This dialog pops up if you don't have a .user file. Note,
though that it also pops up if there is already a in source build.
(The build directory lineedit should be read only then.)
The cmake button in that dialog and the output pane need more polish to
make them better. With those changes you can now build and run marble
from Qt Creator. (For marble you need to pass a few options to cmake.)

Also add a configuration page to the Tools/Options dialog, where you can
specify the cmake executable path.

And add a class which runs cmake in the background to find out which
version and wheter that cmake version has Qt Creator generator. (Which I
did begin to write.)
2009-01-23 16:57:38 +01:00
dt
874922edad Fixes: Make the run settings combo box adjust to contents.
Details:  Little tweak improves readeability for the cmake support,
since that currently names the runconfigurations according to their
full path. Which is suboptimal and will surely change.
But adjusting to contents is better regardless.
2009-01-23 16:48:06 +01:00
hjk
2d67b9a0a1 Fixes: fakevim: clear selection after :w 2009-01-23 16:42:45 +01:00
hjk
ab8c038ed7 Fixes: fakwvim: fix recently broken selection in standalone application 2009-01-23 16:37:32 +01:00
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
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
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
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
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