- 20 Jun, 2011 1 commit
-
-
con authored
Need to work around QTBUG-7739 that prohibits filters that don't start with * Change-Id: Ia984b25903abab125b403b53b5f3fe70ac9c54d4 Reviewed-on: http://codereview.qt.nokia.com/482Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 10 Jun, 2011 2 commits
-
-
dt_ authored
Change-Id: I80782e8256360f944a09f77de5da30884adccffa Task-Nr: QTCREATORBUG-5126 Reviewed-on: http://codereview.qt.nokia.com/454Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
dt_ authored
Change-Id: I3d10946c50482bc8ec0e166bf6ea92bde2822f63 Task-Nr: QTCREATORBUG-5125 Reviewed-on: http://codereview.qt.nokia.com/453Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 31 May, 2011 1 commit
-
-
dt_ authored
The path can only be changed to a version that is of the same type. That should prevent a few interesting problems Change-Id: Ib9ddf4cfbeea7ac408ff7d177726005b90cf0205 Reviewed-on: http://codereview.qt.nokia.com/244Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 24 May, 2011 1 commit
-
-
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/70Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 20 May, 2011 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ib50b38a98e2185839c794be51c770e95f7876ee2 Reviewed-on: http://codereview.qt.nokia.com/41Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 17 May, 2011 2 commits
- 16 May, 2011 4 commits
-
-
dt authored
Actually pass on the base qt version value... Also fix a small issue on the qt versions page that prevented the invalid reason showing up for a nameless version Task-Nr: QTCREATORBUG-4899
-
Kai Koehne authored
-
Kai Koehne authored
Suggested by dt
-
Kai Koehne authored
Change-Id: I56a93ae98d73ac174f39da8e8a4d3eab05f02800
-
- 13 May, 2011 4 commits
-
-
dt_ authored
Task-Nr: QTCREATORBUG-4893
-
Kai Koehne authored
QtVersionManager got a signal 'qtVersionsUpdated(QString)', which the UI's in QMakeStep & in the Qt Options react to. Change-Id: Ib774332daf6cf008afb46914ebd839420cf23e25
-
Kai Koehne authored
Change-Id: I558c81f5a74d717dabb56d36fea3ed5f5b2acc18
-
Kai Koehne authored
Moving this to DebuggingHelperBuildTask / QtVersionManager makes sure the version information is also updated if e.g. the QtOptionsPage has been closed in between. Also, update all Qt versions that share the same qmake path. Change-Id: Idc23f6d9fa609e2a36f1d6d4cb09c6483afd4cc4
-
- 12 May, 2011 5 commits
-
-
dt authored
Probably fixes: Task-Nr: QTCREATORBUG-4884
-
dt authored
Task-Nr: QTCREATORBUG-4883
-
Thorbjørn Lindeijer authored
As of Qt 4.8 the observer and jsdebugger services are part of Qt. This means the following changes are necessary in Qt Creator: * Do not link to the QmlJSDebugger library. * Do not create JSDebuggerAgent and QDeclarativeViewObserver instances in the QmlApplicationViewer and use the new declarative_debug CONFIG option to enable those services in Qt. This is done automatically for debug builds. * Point out the QML Debugging Library and the QML Observer are "Not needed" in the Qt options page. * Change the label in qmake options from "Link QML debugging library" to "Enable QML debugging". It still remains as a way to enable this functionality in release builds or for QtQuick applications not based on Qt Creator's template. * Rely on qmlviewer for debugging QML UI projects rather than the observer, which is no longer necessary. Reviewed-by: Kai Koehne
-
dt authored
-
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
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 04 May, 2011 1 commit
-
-
Tobias Hunger authored
-
- 03 May, 2011 1 commit
-
-
Tobias Hunger authored
Update the invalid icon of a Qt veriosn when applying changes. Task-number: QTCREATORBUG-4647
-
- 29 Apr, 2011 1 commit
-
-
Kai Koehne authored
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 11 Apr, 2011 1 commit
-
-
Tobias Hunger authored
Fix update of Qt debugging helper display (yet again;-) Task-number: QTCREATORBUG-2810
-
- 08 Apr, 2011 1 commit
-
-
Tobias Hunger authored
Update the invalid icon of the Qt version as soon as the qmake path is changed. Task-number: QTCREATORBUG-4408
-
- 07 Apr, 2011 2 commits
-
-
Tobias Hunger authored
-
Kai Koehne authored
Allow slots that use the error ouput, but aren't interested in the list of the tools. Reviewed-by: dt
-
- 01 Apr, 2011 3 commits
-
-
Tobias Hunger authored
Always disable debugging helper details by disableing them as soon as the Qt version is invalidated and make sure they get reenabled again once the Qt version is valid again. Task-number: QTCREATORBUG-2810
-
Tobias Hunger authored
Add a button to remove all invalid Qt versions. Task-number: QTCREATORBUG-3969
-
Tobias Hunger authored
-
- 22 Mar, 2011 2 commits
-
-
Kai Koehne authored
Task-number: QTCREATORBUG-4176
-
Friedemann Kleint authored
Introduce verbose flag and display QtVersion tooltip on checkbox. Reviewed-by: dt
-
- 17 Mar, 2011 1 commit
-
-
dt authored
Because qt might be invalid due to the s60 paths being wrong. Ensure the paths edits are only shown fro s60 versions.
-
- 15 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
Reviewed-by:
Kai Köhne <kai.koehne@nokia.com>
-
- 10 Mar, 2011 1 commit
-
-
Tobias Hunger authored
Remove S60devices and all the code surrounding it. This gets rid of the S60 devices tab in the options dialog, too. Tasknumber: QTCREATORBUG-3681 Reviewed-by: dt
-
- 09 Mar, 2011 1 commit
-
-
Tobias Hunger authored
Remove S60devices and all the code surrounding it. This gets rid of the S60 devices tab in the options dialog, too. Tasknumber: QTCREATORBUG-3681
-
- 07 Mar, 2011 1 commit
-
-
Tobias Hunger authored
-