- Dec 17, 2010
-
-
Robert Loehning authored
%1 contains the error message, not the hostname. Other typos fixed as well. Reviewed-by: ossi
-
Sergey Belyashov authored
Merge-request: 228 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Dec 16, 2010
-
-
Leena Miettinen authored
Reviewed-by: Thomas Hartmann Reviewed-by: Carsten Owerfeldt
-
Leena Miettinen authored
Reviewed-by: Christian Kandeler
-
- Dec 13, 2010
-
-
Arvid Ephraim Picciani authored
Reviewed-by: hjk (cherry picked from commit 51c84911)
-
- Dec 10, 2010
-
-
Konstantin Tokarev authored
Merge-request: 227 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Thomas Hartmann authored
No direct support for Qt/QGraphicsWidget. Qt 4.7.1 might hold a dangling pointer for QGraphicsWidgets acnhor property. We can support it again in the future. Reviewed-by: Marco Bubke Task-number: QTCREATORBUG-3326
-
Leena Miettinen authored
Reviewed-by: Miikka Heikkinen
-
Leena Miettinen authored
-
dt authored
Mea culpa
-
- Dec 09, 2010
-
-
dt authored
sortNodes only ensured a partial ordering, we need a total ordering. Reviewed-By: con Task-Nr: QTCREATORBUG-3317 Task-Nr: QTCREATORBUG-3302
-
- Dec 08, 2010
-
-
Oswald Buddenhagen authored
Reviewed-by: Leena Miettinen
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Alessandro Portale authored
- Also copying paths when doing in-source build, and not copying paths if source and target differ - Quote paths in order to support white spaces - Tolerate forward slashes as input paths Task-Number: QTCREATORBUG-3203 Reviewed-By: ck Merge-request: 226
-
Jarek Kobus authored
Task-number: QTCREATORBUG-3313
-
Leena Miettinen authored
Task-number: QTCREATORBUG-2426 Reviewed-by: Tobias Hunger
-
Leena Miettinen authored
Reviwed-by: Carsten Owerfeldt
-
Leena Miettinen authored
-
Sergey Belyashov authored
Merge-request: 2184 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Kai Koehne authored
QmlJSInspector does not depend on Qt private headers being available any more: The needed private API files have been copied into the QtCreator source repo.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-3312
-
- Dec 07, 2010
-
-
Thomas Hartmann authored
The granularity of the slider was to fine. So 1 could be a rounded 0.99. Task-number: QTCREATORBUG-3035 Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
PathView creates problems and we do not properly support it anyway. We just create a dummy instance, instead. Task-number: QTCREATORBUG-3251 Reviewed-by: Marco Bubke
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-3305
-
Friedemann Kleint authored
Terminate string buffer correctly. Reviewed-by: dt Task-number: QTCREATORBUG-3271
-
Kai Koehne authored
Use the 'QtQuick 1.0' namespace introduced in 4.7.1. This makes them in line with the examples/demos we ship in the SDK, but breaks for 4.7.0 (e.g. N900). Task-number: QTCREATORBUG-3243
-
- Dec 06, 2010
-
-
Leena Miettinen authored
Publishing to Ovi Store Reviewed-by: Tobias Hunger Reviewed-by: Pawel Polanski
-
Leena Miettinen authored
Reviewed-by: Tobias Hunger
-
Leena Miettinen authored
-
Leena Miettinen authored
Task-number: QTCREATORBUG-3140 Reviewed-by: Robert Loehning
-
con authored
-
dt authored
On a change to the deployment folder, we need to run qmake again to recreate the pkg file, we do that by setting a flag on all qmakesteps for symbian and saving/restoring that flag. Reviewed-By: hunger Task-Nr: QTCREATORBUG-3062
-
Alessandro Portale authored
Symbians Makefiles have a "# Command:" line in the header which has two whitespaces in the middle. The line parsing bug fixed by this commit lead to a discrepency of the "Actual args" (without empty elements) and the "Parsed args" (with empty elements, otherwise same to Actual args), and thus to a call of qmake on each build. Task-Number: QTBUG-15539
-
Leandro Melo authored
Reviewed-by: Roberto Raggi
-
Christian Kandeler authored
The file is expected to be executable on Linux. However, when it was created on Windows and checked into a repository, the bit will not be set when pulling it onto a Linux system, resulting in packaging failure. Task-number: QTCREATORBUG-3277 Reviewed-by: kh1 Reviewed-by: dt
-
- Dec 02, 2010
-
-
Christian Kamm authored
This will enable comlpetion and validation for projects using the Qt Mobility plugins even when the qmldump machinery fails.
-
con authored
-
- Nov 30, 2010
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-3160 Reviewed-by: con
-
- Nov 26, 2010
-
-
Thomas Hartmann authored
The current Qt Version might be build with mingw or even be a Symbian or Maemo target. This patch ensures that we do not try to load a plugin from the configured Qt Version anymore. Instead we only load plugins provided by Qt Creator or plugins which are specified by: QML_IMPORT_PATH Reviewed-by: Kai Koehne Reviewed-by: Erik Verbruggen
-