- 09 Oct, 2013 1 commit
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 19 Sep, 2013 1 commit
-
-
Christian Kandeler authored
There was more stuff broken by the switch to Qt Quick 2 than were originally noticed, and the original fix was buggy as well. Change-Id: I2b3e0619af923c52aba809355ac271b67097adf1 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 16 Sep, 2013 1 commit
-
-
Thomas Hartmann authored
Updated class names and functions. Fixed imports. Change-Id: I5f12e3a108a0e60c091acc9c415ff77e52118029 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 02 Sep, 2013 1 commit
-
-
Christian Kandeler authored
A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 21 Aug, 2013 1 commit
-
-
Christian Kandeler authored
Provides better structuring of source files. Change-Id: Ic2d0094312bb7c8da01a1f38270564407fdbefce Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 09 Aug, 2013 1 commit
-
-
Christiaan Janssen authored
Change-Id: I66a236a024d76e7bef6edfb91ae30b5dd098b76b Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Aug, 2013 1 commit
-
-
Aurindam Jana authored
Change-Id: I13e26d8c007ff3c8b4609769f8f90ef9f9cf3318 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 23 Jul, 2013 1 commit
-
-
Aurindam Jana authored
Separating out the run control factories is the initial step towards separation of run control from QML profiler engine. The goal is to to make the engine agnostic of the run control. Change-Id: Ic8279755f0188ab53253a62322fcccf1c17b6aaf Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 27 May, 2013 1 commit
-
-
Christian Kandeler authored
These cause a warning now. Change-Id: I4c4e9c3e11e7f97e66a4bcdd708489fafc8f0606 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 07 May, 2013 1 commit
-
-
Aurindam Jana authored
Change-Id: I3ff14691b4f9c80793a491b61444f8ceeb05a4fb Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 03 May, 2013 1 commit
-
-
Tobias Hunger authored
It is already gone from qmake. Change-Id: Iad2835d6b937fc7215da070a1c839139419026dd Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 29 Apr, 2013 1 commit
-
-
Aurindam Jana authored
Redo the Attach dialog to use Kits. This is in sync with the Valgrind Attach dialog. Change-Id: Iaf0c8bc2c5a912b6a93ed21b9757a074a60041c0 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 10 Apr, 2013 1 commit
-
-
Christian Kandeler authored
Was broken by commit 53364429. Change-Id: I70753cdbfcc21333ab88657d7f0db03fd868f71f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 16 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 27 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I99c96e723e80ec318acd9300b4f44e7c3ce37485 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 18 Oct, 2012 1 commit
-
-
Friedemann Kleint authored
QtQuick1 is now (again) called QtDeclarative. Change-Id: Ic75f1a47e972cac470730b53e102e9ab71548c47 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 03 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 22 Aug, 2012 1 commit
-
-
Alessandro Portale authored
Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 19 Jun, 2012 1 commit
-
-
Yuchen Deng authored
Change-Id: Ia3e4df528d391580064efbeeab75016335a4299d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 22 May, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: I73347b5a7cc3866c7d7df9dec5c835fda8006938 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 18 Apr, 2012 1 commit
-
-
Kai Koehne authored
Rename the QmlJSDebugClient lib to QmlDebug (shorter names, easier differentiation with the shared/qmljsdebug lib). Also rename - QDeclarativeDebug* classes to QmlDebug* - QDeclarativeOutputParser class to QmlOutputParser To clarify the features, - Debugger::QmlDebuggerClient is now Debugger::BaseQmlDebuggerClient - QmlEngineDebugClient is now BaseEngineDebugClient - QmlDebuggerClient is now QmlEngineDebugClient - QDeclarativeEngineDebugClient is now DeclarativeEngineDebugClient Change-Id: Ie15713730a614c8ab4b637fad0924f95b54e633f Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- 10 Apr, 2012 1 commit
-
-
Joerg Bornemann authored
Renamed gui -> widgets. Renamed declarative -> quick1. With qbs the usage of qt.widgets and qt.quick1 with Qt4 is supported. Change-Id: I6cadaf34527f1f880d74ced7d2d18dd9801b7de1 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 14 Mar, 2012 1 commit
-
-
Christiaan Janssen authored
The code of the qmlprofiler client has become a bit too complex, this patch reorganizes the modules in a more sensible way, having the modules communicate with each other through a state machine instead of the excess of signals and slots from before. Change-Id: I76f7313779888a1bd07a1cdb1acbf2e47aacf42a Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 28 Feb, 2012 1 commit
-
-
Orgad Shaneh authored
* Removed utils, extensionsystem and aggregation dependencies for plugins that depend on Core * Capitalized Find and CPlusPlus Change-Id: I505e5f46976f26da47ad778860f103b173668b1c Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 20 Feb, 2012 1 commit
-
-
Joerg Bornemann authored
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by:
hjk <qthjk@ovi.com>
-