- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 19, 2011
-
-
Kai Koehne authored
Use FileManager instead of our own FileSystemWatcher, since this one only signals the first file change (cause Qt Creator apparently removes the file and creates a new one on each change). Change-Id: Idacd545e41cd3ee29bfbc122526b9097039c65d0 Reviewed-on: http://codereview.qt-project.org/4975 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- Sep 16, 2011
-
-
Christian Kamm authored
Change-Id: I6c27fe4ca0201cbbe929821d4408d61a068e8982 Reviewed-on: http://codereview.qt-project.org/4968 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Aug 18, 2011
-
-
Friedemann Kleint authored
Change-Id: I40b41a3ef6189a99272e345e3251680edccecca0 Reviewed-on: http://codereview.qt.nokia.com/3215 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Aug 04, 2011
-
-
Kai Koehne authored
Change-Id: I1737ca26b29d366f4f326c534af1528776f2bfdd Reviewed-on: http://codereview.qt.nokia.com/2607 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 22, 2011
-
-
Kai Koehne authored
Don't just use an arbitrary toolchain, which might break esp. for Symbian. Instead, retrieve the toolchain from the project, or in the case of the Qt Options page let the user choose. Change-Id: I6d271c485420e609d223d8cece754ef84e573745 Reviewed-on: http://codereview.qt.nokia.com/1978 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 11, 2011
-
-
Christian Kamm authored
Change-Id: I7b5179c4b33c24e83baf0536d158dd48d277637f Reviewed-on: http://codereview.qt.nokia.com/1305 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- May 25, 2011
-
-
Christian Kamm authored
Change-Id: I0fd95f0d388f4ba06936ec9164a91a3c53a0f005 Reviewed-on: http://codereview.qt.nokia.com/104 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- May 24, 2011
-
-
dt authored
Also adjust qmldumptool to remove the dependency on qt4project/qmlproject, by passing in the qtversion instead of figuring it out in qmldumptool. Change-Id: Ie6ac582d36bfef290313c0716b33b62fcf42630c Reviewed-on: http://codereview.qt.nokia.com/70 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- May 12, 2011
-
-
dt authored
Split up target specific code into subclasses. Also change Qt4BuildConfiguration to allow a null qtversion. Remove code that relied on always having a qt version. Also make it possible to remove all qt versions. Completly change the qt in path autodetection to be only a fall back if no configuration was found. Note: For now the old settings are not removed, as such 2.2 and master can coexist. Reviewed-By: hunger
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 18, 2011
-
-
Oswald Buddenhagen authored
lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
-
- Apr 15, 2011
-
-
Friedemann Kleint authored
Remove duplicated classes ProjectExplorer::FileWatcher and QmlProjectManager::FileSystemWatcher, create Utils::FileSystemWatcher from them, merging the functionality. Also use in HelpManager/Maemo, reducing the number of QFileSystemWatcher instances (and thus, shutdown time).
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 12, 2011
-
-
hjk authored
Reviewed-by: dt
-
- Mar 30, 2011
-
-
Jarek Kobus authored
Reviewed-by: Pawel Polanski
-
- Mar 23, 2011
-
-
dt authored
Task-Nr: QTCREATORBUG-4195 Reviewed-By: kkoehne
-
- Jan 25, 2011
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3549 Reviewed-by: Kai Koehne
-
- Jan 24, 2011
-
-
Friedemann Kleint authored
-
- Jan 17, 2011
-
-
dt authored
Almost(*) all of the symbian and maemo specific code is now theoretically moveable to a separate plugin. Thus making it possible to implement new targets in a plugin. (*) Noteable missing is the qtversion, which needs to be split up per target too. Also fixes Task-Nr: QTCREATORBUG-2440 Reviewed-By: hunger Reviewed-By: ck
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Dec 08, 2010
-
-
Kai Koehne authored
The mainFile property of QmlProject is the default file to run. People have still the opportunity to override this in their run settings, though. The wizard generated code was updated accordingly. Note that this makes projects generated by the wizard incompatible with QtCreator 2.1! Task-number: QTCREATORBUG-3249
-
- Dec 07, 2010
-
-
dt authored
Makes multiple target factories per project possible Reviewed-By: hunger
-
- Dec 06, 2010
-
-
dt authored
Reviewed-By: hunger
-
- Oct 26, 2010
-
-
Christian Kamm authored
Fixes f1fb0bdd. Reviewed-by: Kai Koehne (cherry picked from commit 528999d5)
-
Friedemann Kleint authored
Set complete build environment (MinGW). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2883 (cherry picked from commit f1fb0bdd)
-
Christian Kamm authored
Fixes f1fb0bdd. Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
Set complete build environment (MinGW). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2883
-
- Oct 13, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2639 Reviewed-by: Thomas Hartmann
-
- Sep 30, 2010
-
-
Christian Kamm authored
To make plugin dumping work without having to compile the debugging helpers explicitly. Reviewed-by: Kai Koehne
-
- Sep 29, 2010
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Sep 24, 2010
-
-
Kai Koehne authored
Explicitly delete the root project item when closing a QmlProject.
-
- Jun 22, 2010
-
-
Christian Kamm authored
Previously, the model manager always had exactly one import path - but you can open more than one Qml project at once. Now, we store the union of all import paths in the model manager. Reviewed-by: Roberto Raggi
-
- Jun 10, 2010
-
-
Roberto Raggi authored
-
- Jun 09, 2010
-
-
Kai Koehne authored
Task-number: QTCREATORBUG-1609
-
- May 20, 2010
-
-
Kai Koehne authored
the method name got changed in 5732a440.
-
- May 19, 2010
-
-
Erik Verbruggen authored
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
-
- May 18, 2010
-
-
Erik Verbruggen authored
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
-