Commit Graph

34409 Commits

Author SHA1 Message Date
Thorbjørn Lindeijer
c5d600b1d6 Fixed highlighting of comment closing element */
Was taking the wrong state, causing it to appear in Doxygen style
instead of as a normal comment.

Fix by Roberto Raggi
2009-02-20 16:34:48 +01:00
con
028e0f75f7 Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0 2009-02-20 16:00:45 +01:00
hjk
bddd9fa31e Fixes: commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandler 2009-02-20 15:58:14 +01:00
Friedemann Kleint
d9bc54ed75 Moved CDB support into separate directory and enable via config switch 2009-02-20 15:40:51 +01:00
Friedemann Kleint
158285e500 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-20 14:57:29 +01:00
Friedemann Kleint
7959460ffb Start experimental VS debugger support 2009-02-20 14:56:36 +01:00
Roberto Raggi
48739839e4 Improved qdoc support. 2009-02-20 14:55:28 +01:00
con
8e826862d6 Fixes: - Don't override mac app icon via setWindowIcon. 2009-02-20 14:24:16 +01:00
Roberto Raggi
2047426bf8 Added .qdoc extension to the cppeditor's mime types. 2009-02-20 14:03:00 +01:00
Oswald Buddenhagen
954c5ee623 more reliable startup breakpoint handling
instead of picking "random" known entry point symbols, ask the debugger
for the actual entry point.
this also removes the "one instruction after the first one" hack, as it
seems fairly pointless.
NOTE: this does *not* work with the 2005 version of apple gdb.
2009-02-20 13:56:32 +01:00
Roberto Raggi
e67b2453c8 Added support for some qdoc tags. 2009-02-20 13:52:24 +01:00
Roberto Raggi
5f7ab722b0 Use the std keyword icon for doxygen tags. 2009-02-20 12:57:16 +01:00
Roberto Raggi
a976385b44 Code completion of doxygen tags. 2009-02-20 12:55:18 +01:00
Oswald Buddenhagen
5205d86aa2 remove weird pointless initialization 2009-02-20 12:36:02 +01:00
Oswald Buddenhagen
b358b10622 less confusing "starting debugger" messages 2009-02-20 12:36:02 +01:00
Oswald Buddenhagen
ece56b572e connect right signal 2009-02-20 12:34:17 +01:00
Oswald Buddenhagen
e76c300f3e create less likely to clash fifo names on windows 2009-02-20 12:34:17 +01:00
Roberto Raggi
8002b1a94c Customizable doxy formats. 2009-02-20 12:08:34 +01:00
Roberto Raggi
5bf1f27e20 kill some warnings 2009-02-20 11:53:32 +01:00
Roberto Raggi
4c5ff047f0 Initial support for doxygen comments. 2009-02-20 11:52:27 +01:00
hjk
3cfea5bbc1 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-20 10:28:41 +01:00
Roberto Raggi
4a259547fc Oops! check the symbol's name :-) 2009-02-19 18:36:52 +01:00
Roberto Raggi
47f27ee7f5 We need to look at the symbol's location to implement the qualified name lookup. 2009-02-19 18:27:34 +01:00
Roberto Raggi
b7507d7e3d Merge branch 'binding' of ../binding 2009-02-19 17:52:53 +01:00
Roberto Raggi
349e2d68bf Initial work on unqualified and qualified name lookup. 2009-02-19 17:50:11 +01:00
Friedemann Kleint
90b094e832 Make the git plugin look for the binary in the path specified in the settings. Previously, the environment was passed to the process, but that did not affect the location of the binary. 2009-02-19 17:47:44 +01:00
Daniel Molkentin
2fbbdca926 Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0 2009-02-19 16:55:12 +01:00
Daniel Molkentin
235c49eb5f qtlibspatcher: Change path for bundled Qt to 4.5.0 on Windows 2009-02-19 16:54:30 +01:00
dt
c5acf84724 Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0 2009-02-19 16:30:59 +01:00
hjk
4931eecd73 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-19 16:30:57 +01:00
hjk
a18f97dbe0 Fixes: extensionsystem: use a patched plugin loader on linux 2009-02-19 16:30:08 +01:00
dt
469639fb3c Fixes: Make QtCreator fly even in face of perforce misconfiguration.
Details:  If p4 is in path, but the server isn't configured correctly we
were pretty slow, this fixes that by running p4 client -o after the
settings have changed, if that doesn't return after 2 seconds, then we
cache that as a invalid configuration.
2009-02-19 16:29:52 +01:00
dt
91707ee075 Fixes: Move code from ~OutputWindow to an earlier place.
Details:  We should stop all running runners, while the plugins are
still alive.
2009-02-19 16:29:51 +01:00
con
890220d5b4 Merge commit 'origin/1.0.0' 2009-02-19 16:15:27 +01:00
hjk
037ad82e42 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-19 15:34:51 +01:00
hjk
52007d1cc7 Fixes: pluginmanager: fork QPluginLoader and QLibraryPrivate
Details:  saves 20% startup time. patch for Qt 4.6 at
http://codepaster-nokia.troll.no/?id=11918.
2009-02-19 15:32:50 +01:00
con
9c3ff6d31c Fixes: - Updated mac application icon 2009-02-19 15:31:29 +01:00
con
26eb511df8 Fixes: - Unused include 2009-02-19 15:31:16 +01:00
Roberto Raggi
6178a44fc2 Warning for using-directive in class scope. 2009-02-19 13:52:05 +01:00
Roberto Raggi
7e10664e6a Instroduced TranslationUnit::spell(tokenIndex). 2009-02-19 13:01:01 +01:00
con
d1edc2a2fa Fixes: - Console application doesn't start on Mac
Task:     - 244263
RevBy:    - dt
2009-02-19 12:42:32 +01:00
Roberto Raggi
1897b92297 Merge branch 'binding' 2009-02-19 12:23:08 +01:00
Roberto Raggi
764379deb7 Initial work on the binder. 2009-02-19 12:21:11 +01:00
hjk
0a0586a2cf Fixes: work on QT_NO_CAST_FROM_BYTEARRAY 2009-02-19 12:11:15 +01:00
hjk
57524485b7 Fixes: work on QT_NO_CAST_FROM_BYTEARRAY 2009-02-19 12:09:05 +01:00
hjk
9c80a46987 Fixes: save a few strlen calls 2009-02-19 12:02:47 +01:00
hjk
7708d43f23 Fixes: compile creator with QT_NO_CAST_FROM_BYTEARRAY 2009-02-19 11:31:12 +01:00
hjk
a8300b3f59 Fixes: debugger: compile with QT_NO_CAST_TO_ASCII 2009-02-19 10:46:47 +01:00
hjk
e863c9bd9e Fixes: debugger: watch view: collapsed items did not stay collapsed 2009-02-19 10:31:10 +01:00
hjk
17f1c8a0f5 Fixes: debugger: watch view: collapsed items did not stay collapsed 2009-02-19 10:29:25 +01:00