- Sep 21, 2010
-
-
Christian Kamm authored
Introduced new Creator-specific qmake variable QML_IMPORT_PATH that lists the import paths required by the QmlJS engine. Done-with: Alessandro Portale
-
- Sep 20, 2010
-
-
Leena Miettinen authored
-
- Sep 02, 2010
-
-
Oswald Buddenhagen authored
QString::isNull() vs. isEmpty() discrimination is a time bomb ...
-
- Sep 01, 2010
-
-
dt authored
e.g. DEFINES+=bla on the qmakestep command line now work Task-Nr: QTCREATORBUG-2091
-
- Aug 27, 2010
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
dt authored
Patch by Jarek
-
- Aug 26, 2010
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Aug 25, 2010
-
-
dt authored
That is: a) Figure out a suitable default location for Add New on a virtual folder. b) If that default location is deployed, don't show a Add Existing Files option, since that is confusing.
-
dt authored
That is tell the user that those files need not be added to any project, and show "<Implicitly Add>" for them on the last wizard page. This fixes Add/New for the QML/OTHER_FILES folder structure, except for the virtual folder itself. Reviewed-By:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
- Aug 17, 2010
-
-
dt authored
Qmake treats "." special, we need to do the same
-
- Aug 16, 2010
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com> Task-number: QTCREATORBUG-125
-
- Aug 12, 2010
- Aug 11, 2010
- Jul 27, 2010
-
-
dt authored
Qmake treats "." special, we need to do the same
-
- Jul 09, 2010
-
-
Friedemann Kleint authored
when attempting to save a file under Perforce. Reviewed-by: con Task-number: QTCREATORBUG-1823
-
- Jul 07, 2010
-
-
ck authored
Reviewed-by: dt
-
- Jul 06, 2010
-
-
con authored
Task-number: QTCREATORBUG-1631
-
- Jun 24, 2010
-
-
Oswald Buddenhagen authored
we don't use anything the features may set up, so loading them just wastes time. this may change if we start processing extracompilers properly.
-
- Jun 18, 2010
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
the message manager is not thread-safe, so don't use it outside the main thread.
-
- Jun 16, 2010
-
-
Oswald Buddenhagen authored
-
- Jun 09, 2010
-
-
Oswald Buddenhagen authored
every path should be separator-fixed Reviewed-by: dt
-
Oswald Buddenhagen authored
-
- Jun 08, 2010
-
-
Jarek Kobus authored
Extract qrc paths from ui file by simple xml parsing. Reviewed-by:
dt <qtc-committer@nokia.com> Reviewed-by:
Friedemann Kleint <qtc-committer@nokia.com> Task-number: QTCREATORBUG-42
-
- Jun 04, 2010
-
-
Oswald Buddenhagen authored
-
- May 20, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-1443
-
- May 18, 2010
-
-
dt authored
And refuse to add it twice. The check is pretty simplistic in that it doesn't take scopes or which variable it's exactly in into account. But in those cases you need to edit the .pro file manually anyway. Task-Nr: QTCREATORBUG-932 Task-Nr: QTCREATORBUG-891 Task-Nr: QTCREATORBUG-653
-
dt authored
-
dt authored
That is e.g. SOURCES instead of whatever variable is used first in the project file. Reviewed-By: ossi
-
dt authored
Task-Nr: QTCREATORBUG-765
-
- May 12, 2010
-
-
dt authored
Reviewed-By: con Reviewed-By: Friedemann Kleint We now support renaming files. The version control system tries first to rename, if that doesn't support or can't rename the file we do a normal rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not. (perforce untested)). We correctly notify all editors of the renamed file and tell the project manager to rename the file in the project. Note: Only the qt4projectmanager knows how to rename files. Note: renaming folders, moving files to different folders, renaming .pro/.pri files is not supported. Those things can be later added after this has proven to work correctly in the simple case. Also we don't do any actions based on the renaming like renaming classes, changing include guards or #include lines.
-
- May 07, 2010
-
-
con authored
Symbian mkspec puts the package file into the build directory, not the destination directory.
-
- Apr 14, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-1108 Task-Nr: TOOLS-339
-