- 21 Oct, 2010 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: con
-
- 27 Sep, 2010 1 commit
-
-
Denis Mingulov authored
Merge-request: 179 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 24 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
As it causes problems on standard-Linux installations. See also QTCREATORBUG-2238. This reverts commit 0e318bfc.
-
- 21 Sep, 2010 1 commit
-
-
Jens Bache-Wiig authored
This will be the default in Qt with 4.8. It is faster and less prone to graphics issues than the X11 engine so we should use it in Creator by default. task-number: QTCREATORBUG-2238
-
- 13 Sep, 2010 1 commit
-
-
Roberto Raggi authored
Reviewed-by: dt
-
- 09 Sep, 2010 1 commit
-
-
Marco Bubke authored
This is not activated if breakpad and qt-breakpad is not availiable.
-
- 13 Jul, 2010 1 commit
-
-
con authored
If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
-
- 22 Jun, 2010 2 commits
-
-
Robert Loehning authored
Workaround is no longer needed and causes trouble with cyrillic characters. This reverts commit 00142e4c.
-
Robert Loehning authored
Workaround is no longer needed and causes trouble with cyrillic characters. This reverts commit 56aac18b.
-
- 28 May, 2010 1 commit
-
-
Kai Koehne authored
There is a hard limit on the number of file handles that can be open at one point per process on Mac OS X (e.g. it's 2560 on Mac OS X Snow Leopard Server, as shown by ulimit -a). Opening one or several .qmlproject's with a large number of directories to watch easily exceeds this. The results are crashes later on, e.g. when threads cannot be created any more. This patch implements a heuristic that the file system watcher used for .qmlproject files never uses more than half the number of available file handles. It also increases the number from rlim_cur to rlim_max - the old code in main.cpp failed, see last section in http://developer.apple.com/maac/library/documentation/Darwin/Reference/ManPages/man2/setrlimit.2.html for details. Reviewed-by: ckamm Task-number: QTCREATORBUG-1487 Task-number: QTCREATORBUG-1486
-
- 12 May, 2010 2 commits
-
-
Lasse Holmstedt authored
The noload behavior is also changed: it now always shows the plugins in About Plugins... menu, even though -noload was used. When using -noload, the enabled state of the plugin is not saved, so if the command line arg is removed, the plugin will be loaded normally. Reviewed-by: con
-
Lasse Holmstedt authored
The noload behavior is also changed: it now always shows the plugins in About Plugins... menu, even though -noload was used. When using -noload, the enabled state of the plugin is not saved, so if the command line arg is removed, the plugin will be loaded normally. Reviewed-by: con
-
- 12 Apr, 2010 1 commit
-
-
Lasse Holmstedt authored
User can still see errors in About Plugins for disabled ones, too Reviewed-by: mae
-
- 12 Mar, 2010 1 commit
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 18 Feb, 2010 1 commit
-
-
Daniel Molkentin authored
Reviewed-By:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 21 Jan, 2010 1 commit
-
-
Daniel Molkentin authored
-
- 14 Jan, 2010 3 commits
-
-
con authored
-
con authored
-
Daniel Molkentin authored
Note that according to QSettings design, the file itself then is in $CREATORDIR/share/qtcreator/Nokia/QtCreator.ini. Note case (Unix) and Vendor dir!
-
- 05 Jan, 2010 1 commit
-
-
Daniel Molkentin authored
Platform-dependent behavior is not good enough for a lot of people it seems. Reviewed-By: con
-
- 14 Dec, 2009 1 commit
-
-
Friedemann Kleint authored
Make it possible to trigger a debug-attach in a running instance of Qt Creator by means of -client, use that in qtcdebugger, thus enabling it to attaching to crashing executables in run mode (Windows/CDB). Modify IPlugin and application so that the complete command line is serialized and transmitted to a running instance via QtSingleApplication if -client is specified. Introduce IPlugin::remoteArgument and use that in core for opening files and in the debugger for attaching. Use -client in qtcdebugger with some logic to keep it alive as long as the debuggee, make CDB break in that case as the events are not replayed correctly in case the debugger is not spawned by the registered handler. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- 15 Oct, 2009 1 commit
-
-
con authored
-
- 29 Sep, 2009 2 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- 15 Sep, 2009 1 commit
-
-
con authored
It's now fixed in Qt, adb6eea3a135707a220c0b1c1cf8266321af9309.
-
- 11 Sep, 2009 2 commits
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 24 Jul, 2009 1 commit
-
-
Robert Loehning authored
Reviewed-by: dt
-
- 23 Jul, 2009 2 commits
-
-
Robert Loehning authored
Converting plugin paths to native format only for displaying. Using '/' as separator until then, regardless of OS. Reviewed-by: hjk
-
Robert Loehning authored
separators / and \ on Windows. Reviewed-by: Friedemann Kleint
-
- 16 Jun, 2009 2 commits
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- 10 Jun, 2009 1 commit
-
-
Daniel Molkentin authored
The qt_help cataloge is required to fully translate the help plugin. The additional lookup is mandated by the binary packages, where the translations are simply put in Creatrors translation directories and the Qt translation path is invalid. Reviewed-by:
con <qtc-committer@nokia.com>
-
- 03 Jun, 2009 1 commit
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- 12 May, 2009 1 commit
-
-
dt authored
Instead use qmake IDE_LIBRARY_BASENAME=lib64 to set it to lib64.
-
- 20 Apr, 2009 1 commit
-
-
Oswald Buddenhagen authored
-
- 03 Apr, 2009 1 commit
-
-
con authored
-
- 23 Mar, 2009 1 commit
-
-
hjk authored
-