- 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
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1501 Reviewed-by: Roberto Raggi
-
- May 27, 2010
-
-
Robert Loehning authored
-
hjk authored
Reviewed-By: Oswald Buddenhagen
-
dt authored
Task-Nr: QTCREATORBUG-1411
-
Thorbjørn Lindeijer authored
When there was no existing configuration, it would get set to pure black on startup, resulting in a very dark gray Qt Creator. Now it is back to its old friendly gray as default color. Also made sure that the default on startup and the color used for resetting the UI color in the settings are always in sync. Reviewed-by: Jens Bache-Wiig
-
hjk authored
Fix for QTCREATORBUG-1490 Reviewed-By: Friedemann Kleint
-
Jarek Kobus authored
-
Thorbjørn Lindeijer authored
It was broken due to a leading space which was trimmed off, breaking the begin and end positions. Instead, don't trim, but just make sure not to add a leading space when it is not necessary. Done-with: Christian Kamm <christian.d.kamm@nokia.com> Task-number: QTCREATORBUG-1398
-
Daniel Molkentin authored
Reviewed-by: Oswald Buddenhagen
-
Thorbjørn Lindeijer authored
Quite a few people seem to prefer this and it is the default in Eclipse and MSVC. This applies to both C++ and QML completion. Task-number: QTCREATORBUG-1474
-
Thorbjørn Lindeijer authored
Due to different text positioning logic between the QItemDelegate and the way SearchResultTreeItemDelegate drew the line numbers, the line numbers did not align properly to the line of text next to it. This was fixed by relying on QItemDelegate::drawDisplay for drawing the line numbers, so that the same positioning logic is used. This exposed a small right-alignment bug in QTextLayout, for which a fix is coming to Qt. Done-with: Erik Verbruggen
-
Thomas Hartmann authored
-
dt authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
- May 26, 2010
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
all of creator requires qt 4.7 now
-
mae authored
Only insert necessary newlines Reviewed-by: thorbjorn Task-number: QTCREATORBUG-1476
-
hjk authored
-
Kai Koehne authored
Task-number: BAUHAUS-651
-
Friedemann Kleint authored
for verbose python error hunting. Rubber-stamped-by: hjk
-
hjk authored
The value was adjusted to the referenced value but it was not used when dumping the members, basically leading to an empty child list in such cases.
-
Jens Bache-Wiig authored
I now cache the scaled welcomemode background so it feels more responsive when toggeling back and forth between modes. Reviewed-by: joao
-
Erik Verbruggen authored
Task-number: BAUHAUS-729, BAUHAUS-731
-
Erik Verbruggen authored
Bug: BAUHAUS-674
-
Erik Verbruggen authored
-
ck authored
Task-number: QTCREATORBUG-1461 (part 2) Written-by: Denis Mingulov
-
ck authored
Task-number: QTCREATORBUG-1461 (part 1) Conflicts: src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp src/plugins/qt4projectmanager/qt-maemo/maemosshthread.h
-
Friedemann Kleint authored
Attach icons to TaskModel. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Oswald Buddenhagen authored
this makes a difference only on macx, where it happens to fix the ts target (because of missing quoting). but it is More Correct anyway.
-
Friedemann Kleint authored
Fix breakage resulting from 3d852917187e29892529ab51d24c1a1177068a88 (Qt 4.7), remove obsolete 'saddr'-element.
-
- May 25, 2010
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
Daniel Molkentin authored
Reviewed-by: dt
-
Robert Loehning authored
Reviewed-by: Oswald Buddenhagen
-