Commit Graph

50929 Commits

Author SHA1 Message Date
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
hjk
d3bc2aabe2 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:36:36 +01:00
Banana Joe
473d408bb1 Fixes: crash on reloading a resource file
RevBy:    thorbjoern
Details:  don't call ResourceView::reset() but ResourceModel::reset()
2009-02-18 12:53:27 +01:00
hjk
f338c4eed7 Fixes: Fixes: backport debugger: remove unneeded #include <window.h> that
confused
2009-02-18 12:25:22 +01:00
hjk
072bd9d702 Fixes: debugger: remove unneeded #include <window.h> that confused
some setups
2009-02-18 12:22:41 +01:00
hjk
f921d68356 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-18 11:58:04 +01:00
hjk
099146a8f9 Revert "Revert "Fixes: Workaround a bug in kde 4.2.0.""
This reverts commit 81a4518127.
2009-02-18 11:56:55 +01:00
con
2e693a4942 Merge commit 'origin/1.0.0' 2009-02-18 11:52:26 +01:00
Friedemann Kleint
1b32bf5b02 Fixes: Show help as in standalone Designer (currentProperty).
Task: 235520
Details: Use new integration API #ifdefed for 4.5.1 onwards.
2009-02-18 11:00:25 +01:00
Oswald Buddenhagen
8c14daf980 do not create bizarre or even invalid fifo names under windows 2009-02-18 10:32:02 +01:00
hjk
f3141d99c4 Merge branch '1.0.0'
Conflicts:
	src/plugins/coreplugin/editormanager/stackededitorgroup.cpp
	src/plugins/debugger/gdbengine.cpp
2009-02-17 17:56:18 +01:00
Thorbjørn Lindeijer
7587f6e39f This line shouldn't be necessary
Enabled state of the action is managed by QDockWidget.
2009-02-17 17:45:12 +01:00
hjk
5a07f48691 Fixes: debugger: on async output, first handle all cases where
the inferior exited.
    Details:  that catches early exits due to startup problems as well
2009-02-17 17:44:56 +01:00
hjk
fff32b5fd2 Fixes: debugger: simplify state logic
Conflicts:

	src/plugins/debugger/cdbdebugeventcallback.cpp
2009-02-17 17:44:46 +01:00
hjk
f47ef22fab Fixes: debugger: enable debugger view actions even if "locked" 2009-02-17 17:44:20 +01:00