Commit Graph

2267 Commits

Author SHA1 Message Date
Roberto Raggi
1e0f06e4e8 Introduced expandNamespace(), expandClass(), expandBlock(), and expandFunction().
This should simplify the merging of the improved lookup context.
2008-12-22 13:27:01 +01:00
Roberto Raggi
753ddb7ce0 Some cleanup in the C++ preprocessor.
Introduced pp-scanner.cpp, renamed `pp' to `Preprocessor' and removed useless #includes.
2008-12-22 11:40:53 +01:00
Roberto Raggi
286e45b473 Compile.
Removed declaration of slot shadowBuildButtonClicked().
2008-12-22 10:24:52 +01:00
goro
6ef67df88b PathChooser migration for Qt4 build config page 2008-12-19 18:26:01 +01:00
goro
b462482cc2 Change hidden label text from "..." to "R" 2008-12-19 18:26:01 +01:00
Thorbjørn Lindeijer
d02211674a Allow some more space for popup on most desktops
Most desktops allow popups to overlap the taskbar. We should allow this
additional space to be used by the completion popup.
2008-12-19 17:54:42 +01:00
Thorbjørn Lindeijer
89985c3d1c Fixed header of "locals and watchers" view
You couldn't disable the 'always adjust column widths to contents' logic
cause of an uninitialized boolean that refused to toggle to false.
2008-12-19 17:54:42 +01:00
Friedemann Kleint
b8f013ce4a Fixes: Remove whatsthis 2008-12-19 17:49:14 +01:00
Friedemann Kleint
5b8008609c Compile Windows 2008-12-19 17:44:11 +01:00
Friedemann Kleint
defc270896 Fixes: Start a git branch dialog. 2008-12-19 17:42:08 +01:00
goro
12bcc11389 PathChooser migration for external app debug lanuching 2008-12-19 16:39:53 +01:00
hjk
3396f824e0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-19 16:20:58 +01:00
hjk
4c1502334c handle 'z<Return>' in fakevim 2008-12-19 16:20:39 +01:00
goro
cb7bb2eefe PathChooser migration for Qt version config page 2008-12-19 15:33:15 +01:00
hjk
02c23836dd comment out watchhandler debug information 2008-12-19 15:02:09 +01:00
hjk
210740c316 fix small glitch in fakevim's 'L' handling 2008-12-19 15:01:16 +01:00
hjk
a01fa6c17b implement 'M' in fakevim 2008-12-19 15:00:06 +01:00
hjk
5107caf24e implement 'L' in fakevim 2008-12-19 14:43:14 +01:00
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