- May 31, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Marco Bubke authored
The isContainer flag is now ignored. Reviewed-by: kkoehne
-
Daniel Molkentin authored
This is not only a waste of ressources, but breaks a check later on which tries to load the QML examples from Creators ressource path if no QML capable Qt version is found (included with Creator packages) Reviewed-by: dt
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1425 Reviewed-by: Christian Kamm
-
Marco Bubke authored
state The position is now setted int the base state if you drop a item on the formeditor and move it around. Task-Number: BAUHAUS-644 Reviewed-by: kkoehne
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
- May 28, 2010
-
-
Robert Loehning authored
Reviewed-by: Alessandro Portale
-
Leena Miettinen authored
Doc - Add firmware release for Nokia N900 software update 1.2. Update information about Maemo Emulator build target.
-
Leena Miettinen authored
Reviewed-by: Christian Kamm
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Leena Miettinen authored
Task-number: QTCREATORBUG-1491
-
Kai Koehne authored
With the inclusion of org.webkit 1.0 types some common ancestors are shared with different version numbers. These used to override each other. With this patch the hierarchy is preserved. This commit includes several changes by Marco Bubke. Reviewed-by: Marco Bubke
-
Marco Bubke authored
Reviewed-by: kkoehne
-
Friedemann Kleint authored
Wire QDesignerIntegration's help signal to help manager. Task-number: QTCREATORBUG-1505 Reviewed-by:
kh <qtc-committer@nokia.com>
-
Thorbjørn Lindeijer authored
While reloading a text document, the bookmarks got lost since their associated QTextBlocks were deleted. This patch makes sure that before reloading, the bookmarks are removed non-persistently in the same way as when closing a document, and that they are restored after the document was reloaded. Currently, no effort is made to update the location of the bookmarks based on the way the file changed. Task-number: QTCREATORBUG-1281 Reviewed-by: dt
-
Christian Kamm authored
Qt.labs.gestures and Qt.labs.filelistmodel weren't dumped before, Qt.multimedia and Qt.widgets are gone. Task-number: QTCREATORBUG-1507 Reviewed-by: Roberto Raggi
-
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
-