- 21 Jun, 2012 13 commits
-
-
Tobias Hunger authored
Update factories for this to work as well as the settingsaccessor. Change-Id: If7cb1db3fa0c50441aa5bd1c2d2659c6a0177743 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
by removing legacy upgrade code that should no longer be used anyway. Remove the count of versions while at it. Change-Id: I014a8934581761d3219fe41dc7888903e7d6a85c Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: I893a3c69d6f796b5b77f2ce3e2c76dd437d3a8c8 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Ie877c563fd80d96db0527dfcfbdfbff6762409cf Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Upgrade Maemo toolchains to normal gcc ones. Change-Id: I30b1ec42b42de728efa81ef2e54d75d0e4afd565 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
... of a stored tool chain. This is necessary to upgrade toolchains to 2.6 file format smoothly. Change-Id: I401a18924360fdf2d2797bebd9a0dcc059e80518 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Idb4f7a39221fd3147d3e1ff1001b327532870c08 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Report teh effective, default and set mkspec separately to improve the importing and the UI. Change-Id: I6087950cd961829d7fcf60b3f6de317a02444631 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Improve error reporting when loading a device failed. Change-Id: I6fdb8b77db10d03651d087aff9417a31ecdb0fdb Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Simplify the code a bit, now that Core::Id uses utf8 conversion from/to QString. Also make sure to not trigger warnings on invalid data. Change-Id: Iccc523161fbcb89148a76684353e96ac875c24c7 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Ib64fa3f0ba1b020077440d14390872bedfae76e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: I5cafe8a659090d7e6f7afeeac0c103f98085bda3 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 20 Jun, 2012 8 commits
-
-
Orgad Shaneh authored
Change-Id: I19fa6fbcbf480b4a6c31cf628f8ca392f7bd7ef2 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Ignore the directory used by the SDK to store Qt versions, etc. Change-Id: Ieb4021ac5fdf607996256aed55437b552c9c1794 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
Change-Id: I4f380aeee9458a114d904ea396310c5a71295036 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
Taskn-number: QTCREATORBUG-7521 Change-Id: I7b8edb93d143f599c93a82c82bf2c0d49c8e49e9 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
hjk authored
Change-Id: I5417c3bb36ba399b5687f9aa51ba17a973a32a40 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leena Miettinen authored
Change-Id: I3ab06225d9effae24d77046febd6b6b798b03f3e Reviewed-by:
Dmitry Savchenko <dmitry.a.sav@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
-
Robert Loehning authored
Change-Id: Iabda661a70a7656003b47aaf91de28c213d076dc Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
- 19 Jun, 2012 12 commits
-
-
Jan Kerekes authored
initial commit Change-Id: If2fb169ac66ccbcc463e4cfef491ca4fb3e01c30 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Eike Ziller authored
Change-Id: Ib938aa4999c7c418a82304c5cca2e8748ef9d228 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
This reverts commit 44d8e7be . The original test case was actually right. I guess I was mislead by the recently added preprocessor tests, which are the ones that should be corrected (together with the preprocessor, which seems to have issues with # lineno generation). Conflicts: tests/auto/cplusplus/preprocessor/tst_preprocessor.cpp Change-Id: I47f82ed23a37086d0d81c4b3ea2cac48fb753451 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Francois Ferrand <thetypz@gmail.com>
-
Leandro Melo authored
Do not expand function-like macros at all when there's a mismatch in the parameter/argument count. The report below raises the issue but its expected result is not correct. This would be the more appropriate fix. Task-number: QTCREATORBUG-7225 Change-Id: Ide8580faa7b724d3e8b396ec1f899cc5ca7f9e7e Reviewed-by:
hjk <qthjk@ovi.com>
-
Marc Mutz authored
Commit fa66a540 fixed string literal and macro concatenation some time ago, but while it changed "literal1"M1"literal2" to "literal1" M1 "literal2" it didn't touch M"literal". This patch changes this to M "literal" for consistency. This patch is the remnant of a cherry-pick of a C++11 compilation fix equivalent to fa66a540 from KDAB's branch of QtC 2.4.0. Change-Id: I87644e888a7e74b18d4b1ca10786cdc3fa798453 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Most derived classes used essentially identical 'return 0;' implementations. Use a base class implementation doing that instead. Change-Id: I99727ac2230a5d9f168b4b0eb5927f8efff44e64 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
We used Q_ASSERT to verify packet validity even for incoming packets, which means a malicious host could crash QtCreator by sending invalid data. Change-Id: Ie2b674d40273d987d91387f41748fbe085c63ed8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Yuchen Deng authored
Change-Id: Ia3e4df528d391580064efbeeab75016335a4299d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Yuchen Deng authored
Change-Id: Iaadded4e1dc557f8e2e0a70b89b44bdda200faef Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Bradley T. Hughes authored
When using clang's libc++, unistd.h is not pulled in automatically anymore (like libstdc++ does). Include unistd.h on UNIX explicitly instead. Change-Id: I21dae6ab2446aca258877e9a2ebe1f7d0a4ef59f Reviewed-by:
Konstantin Tokarev <annulen@yandex.ru> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Orgad Shaneh authored
Change-Id: Ia999c3cf55fcc6108228b367456041c7b39be963 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Orgad Shaneh authored
That's where qmake builds them. To get even closer to qmake, on Windows platforms libraries should also be built in lib/qtcreator, and then copied to bin (dll only, no artifacts) Change-Id: I00c41f88fe2b8365b27499ccdecd391fa419894b Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 18 Jun, 2012 5 commits
-
-
Christian Stenger authored
Additionally changed waiting for TargetSelector from 20s to only 5s. Change-Id: I2e342faa6f87b86335bb01f28832ad9c01a27ffb Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Christian Stenger authored
* add Desktop as available target in __chooseTargets__() * do shadow builds for Desktop targets in openQmakeProject() This patch makes https://codereview.qt-project.org/#change,28038 pass for me on Linux as well. Change-Id: I3a4395a401198756e6a7d6a38c0b024167088dc3 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Robert Loehning authored
Change-Id: Ib1d16d7cb7fe108b23c9eca70da6b6de2f9c563a Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-7151 Change-Id: I1607d7c61e33c36c35877d11edf821628a0db3ed Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Orgad Shaneh authored
Change-Id: Id7be95e9d20450d57cfd4f2fcae0088e6b67c2ec Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 13 Jun, 2012 2 commits
-
-
hjk authored
Change-Id: I89abcb0dcceef6767cb3e78f4e85c1cd718e78c1 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I0c0586a6fd9dfd99c285a5c4d1abdfe2b1947873 Reviewed-by:
hjk <qthjk@ovi.com>
-