- 12 May, 2011 4 commits
-
-
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
-
- 28 Feb, 2011 1 commit
-
-
Leandro Melo authored
We decided to have text-based buttons by default.
-
- 24 Feb, 2011 5 commits
-
-
Kai Koehne authored
Avoid confusion with other debugging helpers.
-
dt authored
-
dt authored
-
dt authored
Reported on mailing list
-
Kai Koehne authored
-
- 23 Feb, 2011 1 commit
-
-
hjk authored
Reviewed-By: Tobias Hunger
-
- 22 Feb, 2011 1 commit
-
-
dt authored
Existing Directory checks for whether the directory exists, which Directory does not. Also changes all existing PathChoosers from Directory to ExistingDirectory as that does not change behaviour.
-
- 21 Feb, 2011 1 commit
-
-
Tobias Hunger authored
Refactor ToolChains in Qt Creator: * Allow for several toolchains of the same type * Be smarter wrt. guessing what kind of output a toolchain produces. This allows us to eventually handle e.g. embedded linux setups way better than before. * Be smarter wrt. guessing what kind of environment a Qt version needs. * Improve auto-detection of toolchains a bit * Decide on which debugger to use based on the kind of output produced by the compiler. * Add options page to configure toolchains * Remove toolchain related options from the Qt version dialog Reviewed-by: dt
-
- 18 Feb, 2011 3 commits
-
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
Reviewed-by: dt
-
- 15 Feb, 2011 2 commits
-
-
Kai Koehne authored
-
Friedemann Kleint authored
-
- 14 Feb, 2011 1 commit
-
-
Kai Koehne authored
-
- 10 Feb, 2011 1 commit
-
-
Kai Koehne authored
-
- 08 Feb, 2011 1 commit
-
-
Kai Koehne authored
This fixes the case that the user only compiles one debugging helper, and the debug output was displayed although the compilation went fine. Task-number: QTCREATORBUG-3711 Reviewed-by: ckamm
-