- 27 May, 2011 1 commit
-
-
dt_ authored
Noone used it anyway, makes the code easier to refactor later. Change-Id: I367c3f15ec5034740760dfe1becd3063b2e19dc1 Reviewed-on: http://codereview.qt.nokia.com/187Reviewed-by:
Christian Kandeler <christian.kandeler@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>
-
- 12 May, 2011 2 commits
-
-
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
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
-
- 26 Apr, 2011 1 commit
-
-
con authored
-
- 20 Apr, 2011 1 commit
-
-
Kai Koehne authored
Work around QTBUG-17529 by normalizing the capitalization of the working directory (which we do already for launching apps without debugging). Task-number: QTCREATORBUG-4592 Reviewed-by: Friedemann Kleint
-
- 13 Apr, 2011 2 commits
-
-
Kai Koehne authored
We changed the semantics of an empty 'mainScript' in the .user file: In 2.1 it translated to 'use current file', while in 2.2 the default is now to use the file specified in .qmlproject. However, if there is no mainFile specified in .qmlproject we should fall back to the current file in editor. Reviewed-by: Christiaan Janssen
-
hjk authored
-
- 21 Mar, 2011 1 commit
-
-
Oswald Buddenhagen authored
everything links to kernel32 anyway
-
- 23 Feb, 2011 1 commit
-
-
hjk authored
Reviewed-By: Tobias Hunger
-
- 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
-
- 20 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 17 Jan, 2011 1 commit
-
-
Kai Koehne authored
This happened when 'Current File' was set in the settings, but no .user.settings existed.
-
- 12 Jan, 2011 2 commits
- 05 Jan, 2011 2 commits
-
-
Kai Koehne authored
-
Kai Koehne authored
Move use of windows API to winutils.
-
- 21 Dec, 2010 1 commit
-
-
Kai Koehne authored
qmlviewer is picky about file path capitalization, and will bail out with 'File name case mismatch' if e.g. the working directory is wrongly capitalized. Prevent this by computing the canonical path of the qml file + working directory in advance. Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-3417
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 10 Dec, 2010 1 commit
-
-
Kai Koehne authored
Store the artifical 'CurrentFile' in the settings as the mainFile, cause leaving it empty translates to 'use file from project'.
-
- 08 Dec, 2010 1 commit
-
-
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
-
- 30 Nov, 2010 1 commit
-
-
Kai Koehne authored
Regression introduced by dcd1876d.
-
- 29 Nov, 2010 4 commits
-
-
Kai Koehne authored
There are probably very little use cases where you want to start from a clean environment, and there is no such thing as a Build Environment (although we magically add some toolchain settings to the environment).
-
Kai Koehne authored
Task-number: QTCREATORBUG-2600
-
Kai Koehne authored
-
Kai Koehne authored
-
- 25 Nov, 2010 1 commit
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- 17 Nov, 2010 1 commit
-
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
- 12 Nov, 2010 1 commit
-
-
Christian Kamm authored
This allows using the qmlviewer of a Simulator Qt version. It also builds and uses the qmlobserver when debugging. Reviewed-by: Kai Koehne
-
- 18 Oct, 2010 1 commit
-
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
- 13 Oct, 2010 1 commit
-
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
- 06 Oct, 2010 1 commit
-
-
Kai Koehne authored
We're using a QObject property to get the Qt Version Id: QmlDumpTool is in Qt4ProjectManager, which shouldn't have a dependency to QmlProjectManager. Reviewed-by: Christian Kamm
-
- 05 Oct, 2010 1 commit
-
-
Kai Koehne authored
QmlObserver right now requires 4.7.1 minimum. There's no gain in telling the user that he needs qmlobserver to debug, if it can't be build with 4.7.0 anyway. Reviewed-by: Christiaan Janssen
-
- 04 Oct, 2010 1 commit
-
-
Kai Koehne authored
Allow the user to choose which Qt version to use for running a .qmlproject. Reviewed-by: dt
-
- 29 Sep, 2010 2 commits
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
-
- 28 Sep, 2010 1 commit
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
- 24 Sep, 2010 1 commit
-
-
Tobias Hunger authored
-
- 17 Sep, 2010 1 commit
-
-
Leena Miettinen authored
-