- Sep 03, 2013
-
-
hjk authored
Also adjust and streamline using and surrounding code. Change-Id: I6a8b05126bdcbb74ff611b21c7cb3c5902a2d5ca Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Replace boolean "autodetect" by an enumeration with a value AutoDetectionFromSettings indicating whether the Autodetection originates from a settings file. Enable the "Remove" button for those cases. Currently, there is no way to remove toolchains that were once autodetected and are no longer present. This happens for example when working in different MinGW environments, which then clutter up the toolchain options page and dramatically slow down the options page opening since gcc is launched to query the flags, etc. Change-Id: I731168d8694fe56f60d909f9779f83cffa55fd44 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Change-Id: I5ed05307531f0d3a7850fb251cfa5cbd2a75e09f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Fixes: SOFT ASSERT: "predefinedMacros.startsWith("#define ")" in file .\gcctoolchain.cpp for MinGW since the g++ - invocation to determine the macros causes g++ to launch a subprocess which then fails. Change-Id: If4e7b302ac57f7cbed4982a468bcb1cb3b39f028 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 02, 2013
-
-
Andre Hartmann authored
Change-Id: I94e4cc355f3fd4575f560d4c65c7dc24df1a4cc7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
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>
-
Tobias Hunger authored
Change-Id: I340aa24000da4a788e9a1da43f797be7dfe5809c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Change-Id: I7759fc9b069015d5559b014a84ed01e50471746e Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
It is determined by the chosen debugger, no need for a combo box. Change-Id: I1e278469bcd861a05eb102e94accee4dfc222b62 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
hjk authored
Change-Id: Idef95d15bb78c7fbda8afac4f264e23011d63393 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Change-Id: Iebb52b369ddd1e36283835909b769621deba5c3a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ic22cb1b0313ba51fa144b31117c6b005da0a4bff Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I4f399aa01fc1ef27e35d759ccc74584b8df1ca07 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I0c27f54c813cfba1c9e940b2431a0950fd1e4b8d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Not seriously needed. Change-Id: Ide001ce83f9e86306f5d13597716d2ab0d50abbf Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I4af8793ca69a3af9e99baeb7c31dad3864266f91 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Strømme authored
- Display all information in one place. - Checkbox to enable the certificate to use the same password as the Keystore. - Display information when alias field is empty. - Misc. layout changes. Task-number: QTCREATORBUG-10061 Change-Id: I99a3e7019dfbf72bcd2374594f3ebe45c26680d2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Christian Strømme authored
We need to make sure that the user fills in the alias field before we generate the certificate. If the certificate does not have an alias, the package creation step will only create debug packages. Task-number: QTCREATORBUG-10050 Change-Id: I247c7218a55ec86bdb1408c90f7f403b2ebbe2a4 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I9064c71787dbfb1eee6f8f473df39dda23a1252a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
When stderr is not a terminal, --progress should be passed to display progress Task-number: QTCREATORBUG-6565 Change-Id: I59ba731cab55d0dd7de5e11cefe7dd254505ee11 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Command now provides the same functionality. Deduplicate code. Change-Id: I789f021050471281870b6ef6a81a94e66fbdf0c7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I2160a22e300aca9b38e28257375c8e0be2026d12 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
It's rare that users will want older toolchains. In updateAutomaticKits distinguish between a Kit being removed since the toolchain doesn't exist anymore. Which happens on e.g. changing the ndk path. If the toolchain still exists, then it isn't the newest anymore, so demote the Kit to a manual kit thus enabling the user to remove it if he no longer needs it. Change-Id: I59203abc9bed5f2c46a002cea68fd72a84283840 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I6c461c972a55a3b1efada0a068b33ca929d9ddc1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
El Mehdi Fekari authored
BlackBerry device connections need the Qnx environments to be set first to find the path to the conenct.jar package. The device connection at startup needs to wait for the Qnx setting to be loaded. Change-Id: I89ad41a65da951f9f9c7a702346f8d4bb428d1cd Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Daniel Teske authored
Change-Id: Id62c9ffb875f5bb9e19b04d477d85726c2503964 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I4917dd3dd1d85b7eb35dce50d2283ac2039c0a2e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
It now references a document, not an editor Change-Id: I2bab07e2a37fcde511987239cb711ef0ff20473d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Aug 30, 2013
-
-
Mehdi Fekari authored
Change-Id: I9bd528a636ed64b581dad0b20b595451c7b87370 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Nikolai Kosjar authored
Until now the locator filters CppLocatorFilter, CppClassesFilter and CppFunctionsFilter used unnecessarily their own SearchSymbols instance. The results were also saved separately, which was unfavorable since e.g. the functions and classes data could be shared. Starting with this patch an instance of LocatorData will serve all mentioned filters. This saves about 20MB of memory after indexing the Qt Creator project. Change-Id: I8a34b67eb9fe0e5c68ba6e7c8f576389c78efc6f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
hjk authored
The reasons for the always using this are history. Change-Id: If2b888eeea2af37fe56bdcb934b525e87976acbc Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Tobias Hunger authored
Change-Id: I516c0d0f5796a72ae97c0fbd105fcbc4d47a5a09 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
Change-Id: Ibd25ac14a9a93160c1fca7e2bdf1a4a9ae050ff8 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Tobias Hunger authored
Change-Id: Ia4cba9c143ffdc8f5bf6e27c46d8aa14d4e4b760 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
"Properties" semantics strike again. Change-Id: Ie07574ae709ad323265dec59dba53451820e1c96 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Nikolai Kosjar authored
The left column of the locator filter displayed the fully qualified name, which is a bit too long... Regression introduced by commit 760aa0f8. Change-Id: I57fb44cd205c6e54158de22b6638e4a28014749c Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
jkobus authored
Change-Id: Iac7bc5b2d771959f370760a9b1cd2a0e5d0fa2a5 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
...e.g. qt_metacall() etc from the Q_OBJECT macro. This affects the results of the cpp locator and find filters. Change-Id: I2f9ff1210f3705baddadd486d700ee8be9a44a20 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
jkobus authored
Change-Id: I35994a8c29374edfeb8a230af10c2a3277232f22 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
Change-Id: Ibaa830f615a3d739a198a9550cd955dc9151c009 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-