Commit Graph

44349 Commits

Author SHA1 Message Date
hjk
ccfe171799 implement 'H' fakevim movement 2008-12-19 14:35:57 +01:00
hjk
9a0aef536f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-19 14:03:09 +01:00
hjk
4af0768042 restore overwrite mode hack.
cursor looks better at the end of a line this way...
2008-12-19 14:02:27 +01:00
Thorbjørn Lindeijer
af73187d53 Fixed Delete to delete instead of inserting spades 2008-12-19 13:59:45 +01:00
Thorbjørn Lindeijer
75c9193ff6 Use the QKeyEvent::text() for inserting text
Avoids inserting all kinds of funny characters when special keys are
pressed. For some reason, the Delete key now inserts spades. At least
those are more useful than phones, according to hjk.
2008-12-19 13:56:59 +01:00
hjk
d4f4f508ab Handle <Tab> in insert mode 2008-12-19 13:15:57 +01:00
hjk
93c60417aa use QTextEdit's "overwriteMode" instead of playing around with the
cursor width manually.
2008-12-19 13:03:39 +01:00
hjk
00a3b537f6 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-19 12:21:47 +01:00
hjk
220cf0d2e2 Add some sandbox for hjkl folks.
Note that <Esc> is called <Shift-Esc>.
2008-12-19 12:20:04 +01:00
Friedemann Kleint
4db2f99836 Fixes: Add ensureStashed() method asking user to stash before a change such as pull 2008-12-19 11:45:30 +01:00
Friedemann Kleint
d6fbb1b573 Fixes: gcc 4.3.2 compile warnings 2008-12-19 10:49:29 +01:00
Friedemann Kleint
e970f43da7 Fixes: Put the Ui:: class in the same namespace as the form class (was broken for namespaces) 2008-12-19 10:34:33 +01:00
hjk
43bf95a17e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-19 09:15:43 +01:00
hjk
6049e1fbb4 small dumper refactoring oin the way to "all dumper code in gdbmacros.cpp" 2008-12-19 09:15:02 +01:00
Friedemann Kleint
c6004485de Fixes: Make Goto Slot work.
Task: 205821
Details: Do not look only in the source file, but also in the first order includes for the class definition. Polish and simplify the thing a bit, do not check for Ui_foo.
2008-12-18 17:19:54 +01:00
Thorbjørn Lindeijer
719894044d Keep completion popup on the screen
Pop it upwards when it would otherwise go below the screen and shift it
to the left when it would otherwise exit the screen on the right.
2008-12-18 17:02:20 +01:00
dt
f9a917eb2a Fixes: Move qt version check to qtcreator.pro
RevBy:    con
2008-12-18 16:19:50 +01:00
lowinu
355160e56f Fixes: correctly read mkspec
RevBy:    dt
2008-12-18 13:24:30 +01:00
goro
a51b70b51c Bump version from 0.9.1 to 0.9.2 2008-12-18 12:51:08 +01:00
Roberto Raggi
3564c529d0 Clean up the C++ hover handler. 2008-12-18 10:53:56 +01:00
Roberto Raggi
678c09c813 Made line and column unsigned ints. 2008-12-18 10:53:56 +01:00
Roberto Raggi
22f223e732 Added TypeOfExpression::preprocess(expression, document).
The method `preprocess' returns the preprocessed text for the given expression.
2008-12-18 10:53:55 +01:00
hjk
4acbbe835c Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-18 10:12:40 +01:00
hjk
3bd633ef04 move some of the code for handling template types from creator proper
to the "user space" (gdbmacros.cpp)
2008-12-18 10:11:10 +01:00
Thorbjørn Lindeijer
12e4f2b2ee Some code simplification in CompletionSettingsPage 2008-12-18 09:03:05 +01:00
hjk
b7fe1e7937 some refactoring: make watchExpression/removeWatchExpression symmetric
wrt arguments
2008-12-17 18:02:08 +01:00
hjk
02a679d96b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-17 17:43:24 +01:00
hjk
5285379f18 make watchers persistent in the session 2008-12-17 17:43:01 +01:00
dt
7f42d5bd73 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-17 15:53:23 +01:00
dt
d402ed2955 Fixes: Replace QTC_ASSERT with QT_ASSERT. 2008-12-17 15:51:48 +01:00
hjk
04c4a0ec72 make the std::map dumper work with keys that already have a const
qualification like 'const char *'
2008-12-17 15:46:27 +01:00
hjk
fff7acad55 fix parsing of gdb version 2008-12-17 15:19:22 +01:00
dt
c7ad6ec5e4 Fixes: Start Debugging beeing disabled.
Task:     Reported on internal irc.
Details:  a finished() signal could already be emitted from start(), so
we need to set m_debugginRunControl before start().
2008-12-17 15:14:16 +01:00
dt
b6711f19d2 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-17 14:21:16 +01:00
dt
3ba192af7e Merge branch '0.9.1-beta' 2008-12-17 14:21:03 +01:00
dt
4d61bae46c Fixes: Crash on unloading. 2008-12-17 14:20:01 +01:00
dt
edd1e84b1d Fixes: Restore and save settings for RunSettings.
Details:  Not the most pressing problem, but easy to fix.
2008-12-17 13:56:44 +01:00
dt
208e50f1ae Fixes: Enable CMakeProject again after beta.
Details:  Be warned, this is not usable at the moment.
2008-12-17 13:55:54 +01:00
Thorbjørn Lindeijer
b11f84925a Made the file overview combo box expand
The overview combo in the toolbar above the editor traditionally liked
to be rather small. Now it will prefer to expand.
2008-12-17 11:54:47 +01:00
hjk
76ec3760bb Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-16 17:55:13 +01:00
hjk
19d47455fc remove unneeded file 2008-12-16 17:54:57 +01:00
con
320b4cb36a Fixes: - Fix gcc3.3 build
RevBy:    - dt
2008-12-16 17:54:47 +01:00
hjk
e5b966f134 add license header 2008-12-16 17:40:31 +01:00
hjk
0ed740aec6 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-16 17:37:03 +01:00
hjk
afe3ea995a add license header 2008-12-16 17:36:50 +01:00
dt
791217bad4 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-16 17:25:17 +01:00
hjk
06e5e83e1e fix license header 2008-12-16 17:25:01 +01:00
dt
29dfc72f1a Fixes: Nokia Technology Preview License -> Nokia Beta Version License
Details:  in all pluginspecs.
2008-12-16 17:24:14 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
bc4f14e88c do not reference removed empty file 2008-12-16 17:12:10 +01:00