- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Aug 27, 2010
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- Aug 19, 2010
-
-
Kai Koehne authored
If no 'qmlviewer' executable is found in the PATH, iterate through the list of configured Qt versions and try to find a qmlviewer there. This should help users configuring creator such to play with Qml. Right now the first qmlviewer found in a Qt version is selected. A UI to let the user select one explicitly was not possible any more (string freeze). This requires a dependency from QmlProjectManager to Qt4ProjectManager. Reviewed-by: dt
-
Tobias Hunger authored
* Add test for build- and sourcedirectories being at different levels Reviewed-by: dt
-
- Aug 11, 2010
-
-
Tobias Hunger authored
* Add function to check whether the new symbian build system is used to build a Qt version. This will be used to decide which parsers to use when building for symbian
-
- Jul 13, 2010
-
-
Friedemann Kleint authored
-
- Jun 02, 2010
-
-
Oswald Buddenhagen authored
-
- Apr 30, 2010
-
-
Tobias Hunger authored
-
- Apr 23, 2010
-
-
con authored
Reviewed-by: Alessandro Portale
-
- Apr 21, 2010
-
-
Friedemann Kleint authored
Try to find matching version for mkspec. Rubber-stamped-by:
Joerg Bornemann <qtc-committer@nokia.com>
-
- Apr 20, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Apr 13, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Apr 08, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Mar 30, 2010
-
-
Tobias Hunger authored
-
- Mar 26, 2010
-
-
Tobias Hunger authored
-
- Mar 17, 2010
-
-
Friedemann Kleint authored
-
- Mar 15, 2010
-
-
dt authored
Only if we need the information.
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 17, 2010
-
-
Tobias Hunger authored
-
- Feb 11, 2010
-
-
Tobias Hunger authored
-
- Feb 09, 2010
-
-
Tobias Hunger authored
* Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
-
- Jan 12, 2010
-
-
dt authored
Instead note that it is invalid if trying to build and on the projects mode pane. Task-Nr: QTCREATORBUG-459
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
ck authored
If this macro is used inside a namespace, it hides global operators. Reviewed-by: hjk
-
- Dec 10, 2009
-
-
dt authored
Don't loose focus, don't loose the current index. Implemented in a not really good way. The model emits a signal after renaming, which the view respsonds to by setting focus/currentIndex correctly.
-
- Dec 07, 2009
-
-
dt authored
Should fix a lot of corner cases, might introduce a few bugs. Also rename functions/slots to be better named. Generic Project Manager and CMake Project Manager are missing from this patch.
-
- Nov 19, 2009
- Nov 10, 2009
-
-
dt authored
-
- Nov 09, 2009
-
-
con authored
Reviewed-by: Robert Loehning
-
- Oct 29, 2009
-
-
con authored
-
- Oct 27, 2009
-
-
Friedemann Kleint authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
con authored
Users can specify a S60 SDK root for Qt for Symbian versions now.
-
- Oct 22, 2009
-
-
dt authored
-
dt authored
That is we actually parse the mkspec and evaluate QMAKE_CXX (and a few other variables) to figure out the correct mkspec. This makes using custom mkspecs easier and is also cleaner. I also changed mkspec() and mkspecPath() to behave a little diffrent, essentialy mkspec() will return only the name (the actual dir name) of the mkspec. That is in general not sufficient for passing on to qmake. mkspecPath() only returns the correct path to mkspecs/default. Hopefully I haven't broken WinCE/Maemo/MinGW.
-
Daniel Molkentin authored
-
- Sep 03, 2009
-
-
dt authored
-
Daniel Molkentin authored
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be installed. Specifying the qmake location otoh makes it possible to unambigously detect all parts of a Qt installation.
-
- Aug 26, 2009
-
-
con authored
Reviewed-by: dt
-