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
Roberto Raggi
01faad4228
updated the pro file
2009-02-19 10:09:52 +01:00
Roberto Raggi
8209b35814
Fun with the binding pass.
2009-02-19 10:09:52 +01:00
Friedemann Kleint
5cacd13744
Compile Windows
2009-02-18 17:05:52 +01:00
Marius Bugge Monsen
4168a5da9d
Fixes: compile on Mac
...
RevBy: ossi
2009-02-18 16:16:58 +01:00
Roberto Raggi
f3cc95b6b1
Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0
2009-02-18 16:05:06 +01:00
Roberto Raggi
819d0886b1
Fixes: Possible crash while resolving qualified name ids.
...
There is no need to "expand" again the scope we get from invoking `resolve'.
(cherry picked from commit c72c84d837 )
2009-02-18 16:04:38 +01:00
Roberto Raggi
58736bb56a
Fixes: Possible crash while resolving qualified name ids.
...
There is no need to "expand" again the scope we get from invoking `resolve'.
2009-02-18 16:04:24 +01:00
Roberto Raggi
5c791dc423
Some code to simplify the debugging of ASTs.
2009-02-18 16:02:01 +01:00
Roberto Raggi
0ef213dfdd
Nicer implementation of ::completeScope()
2009-02-18 16:02:01 +01:00
Roberto Raggi
c72c84d837
Fixes: Possible crash while resolving qualified name ids.
...
There is no need to "expand" again the scope we get from invoking `resolve'.
2009-02-18 16:02:01 +01:00
Roberto Raggi
f5b32ef7b0
Fixes: Export the pretty printer.
2009-02-18 16:02:01 +01:00
Oswald Buddenhagen
ed3453e8ea
make attach & detach work
2009-02-18 15:39:22 +01:00
Oswald Buddenhagen
f5cb9d11f0
more thoughtfull setTokenBarrier() placement
...
also, make it complain upon abuse of this call.
2009-02-18 15:38:04 +01:00
Oswald Buddenhagen
27c7418394
fix typos in comments
2009-02-18 15:38:04 +01:00
hjk
1df790112c
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-02-18 14:38:55 +01:00
hjk
628b14540a
Fixes: debugger: make "always all" the default for loading debug
...
information
Details: the user should make a conscious decision to switch it off
2009-02-18 14:38:43 +01:00