- Sep 08, 2011
-
-
Tobias Hunger authored
* Set a null-ABI for toolchains where detection of ABI failed: This allows the user to select any tool chain. * Warn if ABI detection fails by showing a message in the Qt version setup dialog * Do not override the mkspec if the Qt version has a null ABI only: We (have to) trust the user to know what he is doing in that case. * GCC: Add version information to GCC tool chain and use it to select the mkspec on Mac. * GCC: Do not override mkspec if we do a cross-compile (and actually detect that). * GCC: Leave out -32 or -64 from mkspec if the compiler binaries ABI matches the target ABI. * Linux-generic is compatible with all other linuxes (both ways) The targets themselves do additional filtering and will remove anything that does not work for them anyway. Task-number: QTCREATORBUG-5756 Task-number: QTCREATORBUG-5960 Change-Id: Ib3c0ac91f3aa8e2a823e3e9891a02bdccb97af14 Reviewed-on: http://codereview.qt-project.org/4281 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Sep 06, 2011
-
-
Christian Stenger authored
Change-Id: I4ebb87bca34aba07ef5fd408cf5481d8cb10ecf6 Reviewed-on: http://codereview.qt.nokia.com/4264 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Sep 05, 2011
-
-
Daniel Teske authored
Task-Nr: QTCREATORBUG-5996 Task-Nr: QTCREATORBUG-5995 Change-Id: I4184a1c652cbfc93a788a8f9b67d936401e197b9 Reviewed-on: http://codereview.qt.nokia.com/4197 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Aug 25, 2011
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-5254 Change-Id: Ic25378dbfed5c55a4f09e1fbd5d99c313dac4cf8 Reviewed-on: http://codereview.qt.nokia.com/3611 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Aug 24, 2011
-
-
Kai Koehne authored
This fixes all the buttons staying in disabled mode after an (unsuccessful) compilation. Problem was that in the end, the finished() call informed the option page that the build was over, while the updateQtVersions() call updated the UI. The patch fixes the order, but also updates the UI as reaction to the finished call, because relying on the delivery order of two independent signals via Qt::QueuedConnection is fragile per se. Change-Id: Ifdd03e3cb9d9bf96b30053e5e8aa0a3f0232ab1c Task-number: QTCREATORBUG-5906 Reviewed-on: http://codereview.qt.nokia.com/3485 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Aug 18, 2011
-
-
Daniel Molkentin authored
Change-Id: I3cdf8e299267b0cb2c21322bb9cd147f43dfb851 Reviewed-on: http://codereview.qt.nokia.com/2573 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@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 17, 2011
-
-
Friedemann Kleint authored
Change-Id: I681bab48aafb029f4869209382493dfa36233a2d Reviewed-on: http://codereview.qt.nokia.com/3081 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Aug 16, 2011
-
-
Daniel Molkentin authored
Change-Id: Ic67eea8abb19ab9e398d68cf568a1c99acfb6564 Reviewed-on: http://codereview.qt.nokia.com/3033 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 29, 2011
-
-
Daniel Teske authored
Change-Id: Ifc1f037796a4a59585f34c8b043d0573c88959da Reviewed-on: http://codereview.qt.nokia.com/2402 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Friedemann Kleint authored
This prevents literally dozens of crash dialog boxes on Windows. Check for a crash in the helper library and in updateVersionInfo consistently whatever is called first. Initialize qmakeIsExecutable in 2nd constructor as well. Change-Id: Ifafb7b3edfae8826ac062d634a39a2a804446942 Reviewed-on: http://codereview.qt.nokia.com/1661 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 27, 2011
-
-
Eike Ziller authored
Fixes an occassional assert "Cannot send events to objects owned by a different thread." with receiver QHelpEngineCorePrivate. Change-Id: I77ffd663a055c493607907374f7a4d775f6aac6c Reviewed-on: http://codereview.qt.nokia.com/2289 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Teske authored
Invalid qmake's would lead to crashes Task-Nr: QTCREATORBUG-5544 Change-Id: Iba3d4004a7d242f0ff5e56556befa82b58e68bbb Reviewed-on: http://codereview.qt.nokia.com/2277 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Kai Koehne authored
Despite of '-k' passed to make, the 'all' target might still fail prematurely because make doesn't forward the '-k' to sbs. Anyway, now that we know the exact toolchain we can do better and only compile the targets that fit to the toolchain. If not Symbian, use the 'all' target everywhere, which ensures we're both compiling debug and release versions of all helpers. Change-Id: I0c3b699724472c8c2035d2c20bc451b47a301d1d Reviewed-on: http://codereview.qt.nokia.com/2159 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Kai Koehne authored
Keep selected toolchain when switching between Qt versions. Change-Id: I801e507d11b36b01888f016c35196fb098473bbf Reviewed-on: http://codereview.qt.nokia.com/2183 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Kai Koehne authored
Change-Id: I4e254bb1b88410161058b3a72d55bd711be36feb Reviewed-on: http://codereview.qt.nokia.com/2182 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Kai Koehne authored
One can already build debugging helpers for Qt Versions not yet registered to QtVersionManager - which resulted in a QTC_ASSERT + the changes after the built were not picked up. Change-Id: I12a769df6e18a05b0d1677fd913f4064efed3429 Reviewed-on: http://codereview.qt.nokia.com/2168 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 25, 2011
-
-
Kai Koehne authored
The Symbian3Qt473 folder in the SDK contains a .qmake.cache with invalid QMAKE_MOC path. Override this in the .pro file. Also make sure that the .prl file is generated (create_prl was set in the .qmake.cache) Change-Id: Ibf905b4d9a8addf1b45a2ee40acdd0134da30e11 Reviewed-on: http://codereview.qt.nokia.com/1977 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- Jul 22, 2011
-
-
Daniel Molkentin authored
- Always show tag browser button - Make tag browser button a toggle (popup semantics) - Remove "Clear" Button Change-Id: Ic1f6894103fdc14973c230764ffb06574dd1897b Reviewed-on: http://codereview.qt.nokia.com/2048 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Daniel Molkentin authored
Now copes with quotes and "tag:" prefixes. Change-Id: I348e533ab290242fd05a034a2912cc95f0a9a3da Done-with: Roberto Raggi Reviewed-on: http://codereview.qt.nokia.com/2038 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Kai Koehne authored
Don't just use an arbitrary toolchain, which might break esp. for Symbian. Instead, retrieve the toolchain from the project, or in the case of the Qt Options page let the user choose. Change-Id: I6d271c485420e609d223d8cece754ef84e573745 Reviewed-on: http://codereview.qt.nokia.com/1978 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 21, 2011
-
-
Kai Koehne authored
Change-Id: Ia78c2b1cad4135cf3325eb612ccc81d6c3c4fc67 Reviewed-on: http://codereview.qt.nokia.com/1945 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Don't stop if e.g. the build for the very first target winscw fails. Change-Id: I9a8e06045340f2921018bcbe8d2587d848f9aa3f Reviewed-on: http://codereview.qt.nokia.com/1944 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Kai Koehne authored
Don't expect that every url specifying a file is a local file url. Instead let FileInProjectFinder handle urls with other schemes gracefully, too. Change-Id: I72457d502ff1caf52f588e8ec41ab260882d1cf5 Reviewed-on: http://codereview.qt.nokia.com/1840 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- Jul 20, 2011
-
-
Daniel Teske authored
Change-Id: Ie6275ebf6a49f0b1732cc146abeaa23c7b6eafd4 Reviewed-on: http://codereview.qt.nokia.com/1843 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Jul 14, 2011
-
-
hjk authored
Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jul 12, 2011
-
-
Eike Ziller authored
Which leads to non-modal dialog getting incorrectly covered by the modal one. Task-number: QTCREATORBUG-5406 Change-Id: I1abd3051b9b849ecb5ee36316a0ab481ebcc754a Reviewed-on: http://codereview.qt.nokia.com/1527 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 07, 2011
-
-
Daniel Molkentin authored
In case the project file is not user-writable, assume that the entire project isn't and create a copy. Useful e.g. for distro packaged examples. Also, make the additonal files to open work properly. Change-Id: Iedd590ba7709c0e689adcb3944e75394b6ef0955 Reviewed-on: http://codereview.qt.nokia.com/1097 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 05, 2011
-
-
Jarek Kobus authored
Change-Id: I60c459de44b72dd2bea23672bee41892dcbc507b Reviewed-on: http://codereview.qt.nokia.com/1168 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Daniel Molkentin authored
Change-Id: I0b195516f496f0febbe5bd00b3d95858a4b477c3 Reviewed-on: http://codereview.qt.nokia.com/1100 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 04, 2011
-
-
Daniel Teske authored
Change-Id: I1544c4c241fced2015d2bdfb57a70ce828223786 Reviewed-on: http://codereview.qt.nokia.com/1080 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 01, 2011
-
-
Daniel Molkentin authored
...until the Help system is is initialized properly. Change-Id: I70b629d246f418629623f09de0d270bf355b71de Reviewed-on: http://codereview.qt.nokia.com/1021 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Daniel Molkentin authored
Silences warning from QtDeclarative in Qt 4.8 Change-Id: Iabab0988408b040fd590ebccb24f7fb59614ac8b Reviewed-on: http://codereview.qt.nokia.com/1014 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Daniel Teske authored
Change-Id: I1967c5f1101dcbc1097c7fe6f26a195f658eab67 Reviewed-on: http://codereview.qt.nokia.com/1007 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jun 30, 2011
-
-
Daniel Molkentin authored
Change-Id: Ie1dc4be339c23d0a50c71e131e264ca5eda8e63a Reviewed-on: http://codereview.qt.nokia.com/959 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Daniel Molkentin authored
Change-Id: Iaf30f92e49f4b3de4d7f7c48b22edf19b8286bf5 Reviewed-on: http://codereview.qt.nokia.com/957 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Daniel Molkentin authored
Change-Id: I87db58828035d4f2ff29285b7fb8a0acbaeda068 Reviewed-on: http://codereview.qt.nokia.com/953 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Change-Id: Ia18932d59e4d3a4301ee3520e281d07976a6548e Task-Nr: QTCREATORBUG-5261 Reviewed-on: http://codereview.qt.nokia.com/952 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
con authored
Change-Id: I28a047f1f17013b911d5ae0badefa18787151abe Reviewed-on: http://codereview.qt.nokia.com/944 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Tobias Hunger authored
Change-Id: I2c9e3f9eab962b8310f21f9fe5fc392d88089c7f Task-Nr: QTCREATORBUG-5248 Reviewed-on: http://codereview.qt.nokia.com/886 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-