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
d8336257cb
Check the argument's type in tst_Semantic::function_declaration_2.
2008-12-22 10:59:22 +01:00
Roberto Raggi
3050034c2b
Compile the semantic test suite.
2008-12-22 10:56:47 +01:00
Roberto Raggi
50e4203b52
More testing
2008-12-22 10:56:29 +01:00
Roberto Raggi
864f07d438
Initial work on the test suite for the C++ front-end semantic pass.
2008-12-22 10:46:15 +01:00
Roberto Raggi
286e45b473
Compile.
...
Removed declaration of slot shadowBuildButtonClicked().
2008-12-22 10:24:52 +01:00
Oswald Buddenhagen
922909b05a
cache profile's parent directory
2008-12-19 21:58:14 +01:00
Oswald Buddenhagen
18f8097adb
unobfuscate in multiple ways: getcwd() => currentDirectory()
2008-12-19 21:58:14 +01:00
Oswald Buddenhagen
163083c42c
remove cruft
2008-12-19 21:58:14 +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
Oswald Buddenhagen
6522b4b5a2
handle skipping of test functions on a per-function basis
...
now we process all includes and loads in cumulative mode again.
functions without side effects don't need special attention in the first
place, obviously. and the printing functions already have their own
handling.
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
35225c44dc
partially sync test functions with qmake
...
- include all known functions into the map
- some of them are actually enabled
- constant_names ~= s,CF_,T_,
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
7112e48d52
disable cumulative mode for .prf files.
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
72d965e2d3
Fixes: processing of else branches
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
2274ceb47d
Expand $(VAR)-style environment variables
...
Task: 229217
2008-12-18 16:21:45 +01:00
dt
f9a917eb2a
Fixes: Move qt version check to qtcreator.pro
...
RevBy: con
2008-12-18 16:19:50 +01:00
goro
17a9f1949f
Fix initial jump to script's home dir
2008-12-18 14:56: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