dt
e4065e76d6
Fixes: Compile fix, again.
2009-02-11 15:48:11 +01:00
dt
9a32121ac8
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-02-11 15:41:57 +01:00
dt
d9b2a4b374
Fixes: Missing from the .pro file
2009-02-11 15:41:20 +01:00
Thorbjørn Lindeijer
d9003d0be5
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-02-11 15:28:06 +01:00
hjk
b8e51e2857
Fixes: compilation fix
2009-02-11 15:27:39 +01:00
Thorbjørn Lindeijer
c5751df251
Merge branch '1.0.0'
2009-02-11 15:27:25 +01:00
hjk
c5f3344583
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-02-11 15:25:20 +01:00
dt
20939198fa
Fixes: Missing export macro.
2009-02-11 15:24:01 +01:00
hjk
8e3bfaf225
Merge branch 'aumuell'
2009-02-11 15:22:10 +01:00
Thorbjørn Lindeijer
dd54cc6a7a
Don't remove syntax errors on each document change
...
Especially when several error markers exist, the flashing this causes
while editing isn't really nice.
Reviewed-by: Roberto Raggi
2009-02-11 15:03:50 +01:00
Roberto Raggi
f3c2bbaabe
Less annoying syntax checker.
...
(cherry picked from commit 9539bb2b28 )
2009-02-11 15:03:31 +01:00
hjk
dddd905bc7
Fixes: debugger: procinterrupt logic
2009-02-11 14:52:29 +01:00
Martin Aumueller
3be27a7040
fakevim: 0 would go to first non-blank instead of first character of a line,
...
implement ^ and 0
2009-02-11 14:48:18 +01:00
Martin Aumueller
f2940adb4d
fakevim: implement indenting a block and autoindent
2009-02-11 14:48:18 +01:00
Martin Aumueller
c446f9efc6
fakevim: dj/dk would not delete whole lines
2009-02-11 14:48:18 +01:00
Martin Aumueller
06dfd937d8
fakevim: implement 'gg' for moving to first line
2009-02-11 14:48:18 +01:00
Martin Aumueller
23a9971ad2
fakevim: implement paren matching w/o making FakeVimHandler depend on Qt Creator's TextEditor
2009-02-11 14:48:18 +01:00
Martin Aumueller
1dc1a64e19
fakevim: if Escape key serves no function, ignore it and let it be handled by the application
2009-02-11 14:48:18 +01:00
hjk
ba46c5142c
Merge commit 'e033239d7b074a52b5fd0a13bc5c8e0814d88ac6'
2009-02-11 14:44:14 +01:00
hjk
5130e2030f
Merge commit 'df16699ed9958584bb53e8790ccbcdc1e4b42dbb'
...
Conflicts:
src/plugins/debugger/procinterrupt.cpp
2009-02-11 14:44:06 +01:00
hjk
96e489a3ec
Merge commit '9e2671c9a3d8cc86f9a79721dfa9a0690e1bdc94'
2009-02-11 14:43:19 +01:00
hjk
8fd3535043
Merge commit '1e946a2d327a5f68bc5038e2280871e0b7274fdb'
2009-02-11 14:43:11 +01:00
hjk
f782e47fdb
Merge commit 'fa492e53ec91f7f33f3d21370453aa9c13d837de'
...
Conflicts:
src/plugins/debugger/gdbengine.cpp
2009-02-11 14:42:55 +01:00
hjk
e033239d7b
Fixes: debugger: move custom dumper initialization into the first
...
watch view update
2009-02-11 14:39:31 +01:00
hjk
df16699ed9
Fixes: debugger: revert accidental parts of b0650238
2009-02-11 14:17:25 +01:00
hjk
9e2671c9a3
Fixes: remove "Lorem ipsum..."
2009-02-11 13:23:52 +01:00
dt
8a0c6db72a
Fixes: Missing return statements.
2009-02-11 13:01:38 +01:00
hjk
1e946a2d32
Fixes: whitespace
2009-02-11 12:44:46 +01:00
hjk
fa492e53ec
Fixes: correct path for gcbmnacros.cpp hint
2009-02-11 12:31:56 +01:00
hjk
6650583562
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-02-11 12:30:23 +01:00
hjk
d018abc222
Fixes: correct name for gdmacros.cpp hint
2009-02-11 12:30:02 +01:00
dt
07382492c9
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-02-11 12:23:23 +01:00
hjk
b65f7a42b0
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-02-11 12:20:27 +01:00
hjk
a29d22830e
Fixes: prepare work on procinterrupt
2009-02-11 12:19:13 +01:00
dt
04805e0a9e
Fixes: Use the toolchain classes int the cmake plugin.
...
Details: We now get the system includes and system defines.
2009-02-11 12:16:36 +01:00
dt
15e2ac460f
Fixes: Add ToolChain classes.
...
Details: These classes replace a number of classes with differing
interfaces by just one class. The design isn't quite perfect, but a lot
better than what it used to be. Also moved the ToolChain classes to the
projectexplorerm so that eventually the cmake plugin can also use them.
2009-02-11 12:16:26 +01:00
Thorbjørn Lindeijer
b6ca8da0bd
Fixed compiler warning
2009-02-11 12:11:21 +01:00
Thorbjørn Lindeijer
a7cda431f0
Fixed crash in lookup context due to null-name
...
Return early in this case.
Reviewed-by: Roberto Raggi
2009-02-11 10:41:07 +01:00
Roberto Raggi
9a5e1918a1
Fixes: Check for 0x0 access.
2009-02-11 10:01:36 +01:00
Roberto Raggi
9539bb2b28
Less annoying syntax checker.
2009-02-10 23:33:40 +01:00
Thorbjørn Lindeijer
a33ae02927
Revert now unnecessary checks for null-types
...
This reverts commits:
c721304a47
885d908ea3
a0909989f7
fb4ad59ddb
0a9a67cf54
0d1624d4d1
d018cfd5cb
0504fdd00b
a2fd10fe19
Conflicts:
src/plugins/cpptools/cppcodecompletion.cpp
Reviewed-by: Roberto Raggi
2009-02-10 17:41:04 +01:00
Thorbjørn Lindeijer
146a534932
Fixed all crashes due to refencing undefined types
...
Introduced UndefinedType class to replace null pointer.
Done with Roberto Raggi
2009-02-10 17:22:16 +01:00
Thorbjørn Lindeijer
c721304a47
Fix for crash when doing signal completion
2009-02-10 16:43:23 +01:00
Jens Bache-Wiig
2710abbe0f
Fixes: Combobox usability
...
RevBy: As discussed with Nigel Hietala
Details:
The following changes have been applied:
* Mac now has hover on panel buttons and combo box
* More emphasis on combobox divider lines
* Arrow up/down is used for Mac/Gtk+ styles
2009-02-10 15:12:32 +01:00
Roberto Raggi
2d80acbe76
Improved the implementation of new-expressions.
2009-02-10 14:44:03 +01:00
Thorbjørn Lindeijer
885d908ea3
Fixed two crashes with C++ engine handling
...
These checks are necessary cause of a recent change in the C++ engine.
Reviewed-by: Roberto Raggi
2009-02-10 13:56:13 +01:00
hjk
678488e7d9
Fixes: compile fix
...
Details: setCurrentEditor was sudddenly private
2009-02-10 13:51:59 +01:00
Thorbjørn Lindeijer
86427ecf62
Avoid inserting characters that are already there
...
When completing, don't insert "();" characters when they're already
there. Skip them instead.
2009-02-10 13:01:19 +01:00
Roberto Raggi
a0909989f7
Fixes: Possible crash in completeMember.
2009-02-10 12:43:47 +01:00
con
ae7c99eb76
Merge branch '1.0.0'
...
Conflicts:
src/plugins/subversion/subversionplugin.cpp
2009-02-10 12:25:25 +01:00