- Mar 29, 2012
-
-
Tobias Hunger authored
Rename signal isEnabledChanged(bool) to enabledChanged() as that is also used by the BuildConfigurations. Change-Id: I9fc8906a2abbf9d19e21129309bee6ff5a142117 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Mar 06, 2012
-
-
Leena Miettinen authored
Change-Id: I5b6e0f03fbc729f635d66fb5569c777a72b731f4 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Feb 21, 2012
-
-
hjk authored
This is the first step of a larger refactoring. The plan is to make debuggersettings more orthogonal to individual runconfiguration implementation. This patch alone already pushes the settings handling to the debugger plugin and removes code duplication in the runconfiguration implementation. Change-Id: I4c78d1658ea462d3df14b873f8f41cc918a23f1a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- Feb 20, 2012
-
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 31, 2012
-
-
Christian Kandeler authored
This does not make sense for non-Desktop versions, where it can cause libraries from a sysroot to be erroneously picked up by executables in build steps. Only set it for running desktop qt run configurations. Change-Id: I3b098d5b1179eaefe20824b18a8976d68013d20d Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jan 30, 2012
-
-
Denis Mingulov authored
QString::fromLocal8Bit() and QString::fromUtf8() are much more slower than an obvious QString::fromLatin1() and QLatin1String(), so this commit changes some places where these functions are really not needed. QString::fromLatin1() is used in case if QString object is used immediately (something like QString::fromLatin1().arg()), QLatin1String is used otherwise like in other places (for example, QPixmap(QLatin1String("..."))) - to allow to use default QString constructor and work with QT_NO_CAST_FROM_ASCII. Change-Id: Ib6eb1c61e9cb35c7c5b7569fea77c5e41d32621a Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 14, 2012
-
-
Friedemann Kleint authored
Change-Id: If9fd111032975d2a313084f5fedf20561806e268 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 04, 2011
-
-
Daniel Teske authored
Change-Id: Id9743739fafe42c3d0f695cec0342b68544c64b0 Reviewed-on: http://codereview.qt-project.org/5992 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Daniel Teske authored
The base environment depends on *all* library pro files. Do emit baseEnvironmentChanged accordingly. Change-Id: Ia24f3d65492fbe7d2bb4f9fa9e46202ae1764213 Reviewed-on: http://codereview.qt-project.org/5991 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-6228 Change-Id: Ib4f4890cb4c9ef10ddf2cdf3d6946601708ee7e6 Reviewed-on: http://codereview.qt-project.org/5979 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Sep 23, 2011
-
-
Jarek Kobus authored
Task-number: QTCREATORBUG-5092 Change-Id: I218cef02f7c242e4dfae59b1b8021ea618e60d07 Reviewed-on: http://codereview.qt-project.org/5160 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Sep 19, 2011
-
-
hjk authored
Change-Id: Id21e8a3962550a1c66d761e718b48a8fcf4053e7 Reviewed-on: http://codereview.qt-project.org/5122 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 18, 2011
-
-
Friedemann Kleint authored
Disentangle the covariant returns and introduce convenience accessors. Move internal classes away from Qt4Project. Change-Id: I6c3158988824d2a159b1b3f8ecdf8432c32be2bc Reviewed-on: http://codereview.qt.nokia.com/3216 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Change-Id: I19f100003427ba43aaae5ba0dc7078088017cb09 Reviewed-on: http://codereview.qt.nokia.com/3178 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Aug 10, 2011
-
-
Friedemann Kleint authored
Change-Id: I0f23f8d372f3ceb3d4af301196e6fdea5f969998 Reviewed-on: http://codereview.qt.nokia.com/2819 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 20, 2011
-
-
Daniel Teske authored
Change-Id: I153bfb5cc7da59f177a9ed390730e2411b7f7b1e Reviewed-on: http://codereview.qt.nokia.com/1663 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jun 14, 2011
-
-
dt_ authored
Also distinguish between qt runconfigurations that are disabled due to parsing and due to not being parseable Change-Id: Ia8ce4eaa7b6bfcc2c5290b254bb288c6d4892170 Task-Nr: QTCREATORBUG-5103 Reviewed-on: http://codereview.qt.nokia.com/451 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jun 07, 2011
-
-
Tobias Hunger authored
Change-Id: Id2c71078c71c52a6211bd3fe2ef4a18e009e5120 Reviewed-on: http://codereview.qt.nokia.com/349 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
- Jun 01, 2011
-
-
dt_ authored
Since the PATH/LD_LIBRARY_PATH depend on the LIBS variable, we need to emit a environment changed signal after parsing Change-Id: Ib4e276874dd6a8529c81b7ce10c53773c39cf508 Reviewed-on: http://codereview.qt.nokia.com/317 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@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>
-
dt_ authored
Change-Id: Iee711600d55c52cef16d518cf70bf047d3bbe085 Reviewed-on: http://codereview.qt.nokia.com/185 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- May 26, 2011
-
-
Christian Kandeler authored
No change in functionality for now. More support for generic remote Linux support is planned to be added. The changes in decreasing order of magnitude: 1) Move contents of qt4projectmanager/qt-maemo to new "RemoteLinux" plugin. 2) Make some classes in qt4nodes public for now. More decoupling in that area will follow. 3) Fix some minor problems uncovered by the move. Change-Id: I51d0c7977c10019eb6080cd6620bc28ecebad3c4 Reviewed-on: http://codereview.qt.nokia.com/106 Reviewed-by:
Daniel Teske <daniel.teske@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 17, 2011
-
-
Oswald Buddenhagen authored
on the way also greatly simplify the code in most copies. it was probably trying to do what i did, but failed miserably.
-
- May 12, 2011
-
-
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 29, 2011
-
-
Christian Kamm authored
It's now only done if the *target*'s OS is of generic linux flavor. Reviewed-by: con Reviewed-by: Christian Kandeler
- Apr 28, 2011
-
-
Christian Kamm authored
Similarly to how PATH is set up for Windows. The background is that without it plugin loading can pull in incompatible Qt libraries if the binary is compiled with RUNPATH instead of RPATH. Reviewed-by: Daniel Teske
-
- Apr 26, 2011
-
-
con authored
-
- Apr 13, 2011
- Mar 08, 2011
-
-
Oswald Buddenhagen authored
it's well within expectations that they do not exist at the time of configuration (especially when shadow building). additionally, keeping the validation info (macros and environment) up-to-date would require a notification infrastructure which is just not worth the effort.
-
- Feb 25, 2011
-
-
Pawel Polanski authored
-
Kai Koehne authored
DebuggerLanguageChooser is in utils, which is why we cannot directly open the URL in the help plugin.
-
- Feb 24, 2011
-
-
Kai Koehne authored
Avoid confusion with other debugging helpers.
-