- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 21, 2011
-
-
Friedemann Kleint authored
Change-Id: I1a6ba631b0626969b328276a91561c34154c9a1c Reviewed-on: http://codereview.qt.nokia.com/1920 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jul 19, 2011
-
-
Daniel Teske authored
Change-Id: I9f6dcac96e4b448f008498707571a0f80a134921 Reviewed-on: http://codereview.qt.nokia.com/1668 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- May 27, 2011
-
-
dt_ authored
Not used yet Change-Id: I76b3b81282dea4bca97eaf64e297154a20cf2096 Reviewed-on: http://codereview.qt.nokia.com/190 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
dt_ authored
Noone used it anyway, makes the code easier to refactor later. Change-Id: I367c3f15ec5034740760dfe1becd3063b2e19dc1 Reviewed-on: http://codereview.qt.nokia.com/187 Reviewed-by:
Christian Kandeler <christian.kandeler@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
-
-
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
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 26, 2011
-
-
con authored
-
- Apr 20, 2011
-
-
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
-
- Apr 13, 2011
-
-
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
-
- Mar 21, 2011
-
-
Oswald Buddenhagen authored
everything links to kernel32 anyway
-
- Feb 23, 2011
-
-
hjk authored
Reviewed-By: Tobias Hunger
-
- Feb 21, 2011
-
-
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
-
- Jan 20, 2011
-
-
Friedemann Kleint authored
-
- Jan 17, 2011
-
-
Kai Koehne authored
This happened when 'Current File' was set in the settings, but no .user.settings existed.
-
- Jan 12, 2011
- Jan 05, 2011
-
-
Kai Koehne authored
-
Kai Koehne authored
Move use of windows API to winutils.
-
- Dec 21, 2010
-
-
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
-
- Dec 17, 2010
-
-
con authored
-
- Dec 10, 2010
-
-
Kai Koehne authored
Store the artifical 'CurrentFile' in the settings as the mainFile, cause leaving it empty translates to 'use file from project'.
-
- 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
-
- Nov 30, 2010
-
-
Kai Koehne authored
Regression introduced by dcd1876d.
-
- Nov 29, 2010
-
-
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
-
- Nov 25, 2010
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- Nov 17, 2010
-
-
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
-
- Nov 12, 2010
-
-
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
-
- Oct 18, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
- Oct 13, 2010
-
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
- Oct 06, 2010
-
-
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
-
- Oct 05, 2010
-
-
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
-
- Oct 04, 2010
-
-
Kai Koehne authored
Allow the user to choose which Qt version to use for running a .qmlproject. Reviewed-by: dt
-
- Sep 29, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-