- Aug 30, 2010
-
-
hjk authored
-
- Jul 22, 2010
-
-
con authored
-
- Jul 13, 2010
-
-
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.
-
- Jun 22, 2010
-
-
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.
-
- Jun 11, 2010
- Jun 07, 2010
-
-
con authored
-
- May 28, 2010
-
-
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
-
- May 12, 2010
-
-
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
-
- Apr 30, 2010
-
-
con authored
-
- Apr 22, 2010
-
-
Daniel Molkentin authored
Includes sources.
-
- Apr 12, 2010
-
-
Lasse Holmstedt authored
User can still see errors in About Plugins for disabled ones, too Reviewed-by: mae
-
- Mar 31, 2010
-
-
con authored
-
- Mar 18, 2010
-
-
Kai Koehne authored
- It's QML, not Qml. But this is only the file format. - The umbrella term is Quick (or Qt Quick, to be sorted out)
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
con authored
-
- Feb 18, 2010
-
-
Daniel Molkentin authored
Reviewed-By:
Alessandro Portale <alessandro.portale@nokia.com>
-
- Jan 22, 2010
-
-
Kai Koehne authored
-
- Jan 21, 2010
-
-
Daniel Molkentin authored
-
- Jan 14, 2010
-
-
con authored
-
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!
-
- Jan 07, 2010
-
-
con authored
-
- Jan 05, 2010
-
-
Daniel Molkentin authored
Platform-dependent behavior is not good enough for a lot of people it seems. Reviewed-By: con
-
- Dec 14, 2009
-
-
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>
-
- Oct 29, 2009
- Oct 15, 2009
-
-
con authored
-
- Oct 02, 2009
- Sep 29, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- Sep 25, 2009
-
-
Daniel Molkentin authored
Reviewed-By: Oswald Buddenhagen
-
- Sep 15, 2009
-
-
con authored
It's now fixed in Qt, adb6eea3a135707a220c0b1c1cf8266321af9309.
-
- Sep 11, 2009