- 03 Jul, 2012 11 commits
-
-
Tobias Hunger authored
... not only when adding the profile, but also when renaming it. Change-Id: Ib13265d2619718bf2d44410b96cd5ed0eeebf38b Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7426 Change-Id: I69232c9cd924a701a5c7b48d124ed2319337ea02 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
Tobias Hunger authored
This should solve another instance where profiles are needlessly created. Task-number: QTCREATORBUG-7564 Change-Id: I7ce7810614ffa4c74797f748edc3bd53a3052548 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I56fd9e62496d88d556625b3409ddfbb3adde5499 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I1becf390ad700d205724a1a49867e4b7fa0e2175 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-7564 Change-Id: Ida6ee81cc4bde9766f07755f908af5be726f8645 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I38a3e10344b63b39ff8bd3f7578609997115c0a9 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I099288b126a8aa478d39a266ae98f8fb80a973a1 Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Do not overflow the UI when too many options are added to a profile. Apply some fairy dust to make things look a bit better while at it. Task-number: QTCREATORBUG-7572 Change-Id: I8d784c0ca88ead20f8eb313e188e715c41d97e16 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Joerg Bornemann authored
X.sources has been deprecated in Qt 4.8.0 and removed in Qt 5. Change-Id: I3d5228bd6db6d3eaccd76fc49e9b934263f9922c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Joerg Bornemann authored
X.sources has been deprecated in Qt 4.8.0 and removed in Qt 5. Change-Id: Ibfd00c5bb0adc19d37c80d01401fc796b2d522a4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 02 Jul, 2012 4 commits
-
-
Friedemann Kleint authored
Fix breakage from 272e9a37 . Change-Id: I142849434946ecda5737596814de4cd63d747bf2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Thiago Macieira authored
This was enabled for Linux only, but Linux users should use Avahi, which is present on most modern distributions, and implements mDNS functionality. Change-Id: Ibb9d16c9fbd5c2571b98e1450276459d18eb65df Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Orgad Shaneh authored
Check file iff it is not ignored Change-Id: I16a489bdd772ea9b4df462b449a23324b5ef3b77 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Orgad Shaneh authored
* Remove unused 'silent' argument * Do not output 'git --version' command Change-Id: Ia940efd5ae7e9f262552841c11d20c3d6df559a3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 29 Jun, 2012 16 commits
-
-
Robert Loehning authored
Change-Id: I2e15c2926c1079e21370663210e91fe144d8ef02 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Leandro Melo authored
Could be reproduced in code as below (cursor at |): QFormLayout|formLayout *fl = new QFormLayout(this); Change-Id: I7f5e9ac8ff8dfffbca63d7ab9f837333440c9810 Reviewed-by:
hjk <qthjk@ovi.com>
-
Bojan Petrovic authored
Problem was that typing into overlay selection of the snippet parameter with no name ended the snippet editing. For example, "do {$$} while ($confition$);" was unusable. Change-Id: Ife0e68340de328a3492e242ce861f7c9dd225d7e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2450 Change-Id: I7e041aece19b863b59fe2b2164b126cf414f82a9 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: I8bd29d64bad6a30927ef73845c5bd8cb5337700c Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: I5f26caaa280f7e6df8c5d4a99c71b9261d11db03 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: I60b95723813cc660d7907fa6f06c6452dc959fe4 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: I11397ac0e95ef8d754464dfb781667d247d9a83a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Ia5e6fd8a8bf405a3b48ea4e53762623db37378dd Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
- Correctly decode conversion operators and add test cases. - Adapt to change in the specification regarding template parameter packs. - Make #ifdef'ed code compile. Change-Id: Ifea1408d08172f9aeccd5e64a1e4818cd632a0d0 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
GCC 4.7 warns about casting from (unsigned) byte to (signed) char Change-Id: I00f3a5159e6471b8d43c122350fa223a3b14f5df Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: I8e762bb2b0428e70025f801dfe169faef5139a91 Reviewed-by:
hjk <qthjk@ovi.com>
-
BogDan Vatra authored
Change-Id: Ib602563e1c489918d1a5eede8bd94b61628692fb Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Easier to refactor. Change-Id: I151364182df841e7e543f480b1836a1b1897e913 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: I051bf309974092a5c1430b5bf237d2074736e143 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I02667ed57ce68702d8be5cac24614f3b9d713ded Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 28 Jun, 2012 9 commits
-
-
Orgad Shaneh authored
Change-Id: I15982b746656536ae79a612ee563f69b58a4baa7 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I556ef0db09ceedd32e005b7057c56629d6fda5ec Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Tobias Hunger authored
Change-Id: Icff504ca751e5ad6619b6c0caf72942227dbc7e0 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7447 Change-Id: I421d93ccd9e12de854bd5a0ab35158b450863fec Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Nicolas Arnaud-Cormos authored
When switching from a header to a source file, the source->header mapping is cached. It's not the case anymore for private headers (_p). Change-Id: I481c0613e29db0a3fb4e17f339626abb49ffa8e2 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Friedemann Kleint authored
Change-Id: I4ace07cb2255ed8231659253f72a16cf626a077a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Breakage introduced by ded2dd12 . Change-Id: I2293024c42c0b237960ad0a1dee06a01dd777ba8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Francois Ferrand authored
This makes navigation through large files much easier. Change-Id: Ie55f75078a1727949db6e8824af4795deb96292e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
hjk authored
Change-Id: I97b4222d4482d59fa875b016eb3bf248969bbadc Reviewed-by:
hjk <qthjk@ovi.com>
-