- 20 Jun, 2012 5 commits
-
-
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 11 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>
-
hjk authored
Change-Id: I52c86844a42de6929d5c778afc5b2144cc48d249 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I6ebb0058f5c1717c2dd4224107d25544005a3116 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: If7857d728be059c16c2d0458dd8ebf0a49cf544c Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
In the case of Attach to Remote Process, try connecting immediately. While, in the case of Attach to Remote Server, wait for output message or timeout. Change-Id: I94570a2ab05bb069ea64819fcbb0055555fe0f33 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: Ibebc1d49633016e9aaac38c57fa7c3a3da1e46be Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Fawzi Mohamed authored
fixes upstream bug Change-Id: I7e1bc29ca293f25ffe837f5788bf7bc94e87e1c5 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: Iee6195b1eed5251545b9d688221ac2edf19325c1 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: Ifa12a6124d37a29a9e294ed14c8a7433c24cafa3 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I2b8718d225cf6cc3c0249237e6486253b03949dd Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 12 Jun, 2012 7 commits
-
-
Aurindam Jana authored
In the case of remote setup, the application output may take a while. The timeout is increased to 60s. Additionally in the case of mixed debugging, we check the state of the master engine to determine if we should keep waiting for the application output. Change-Id: I237a3501c1e70dbe62870929e50f12ede80e7c56 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Jan Kerekes authored
initial commit Change-Id: I20aae999dec164a29e40c2926e36c015526c17cd Reviewed-by:
Christian Stenger <christian.stenger@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Leandro Melo authored
Change-Id: I6d226b4e42f94ebee41d012050c5109895f0c432 Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Change-Id: I2964fba30da3dc3a4e9d0c8f7709e32dfd8cd5ef Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I5c90eaaf5d43d03118470b0247511e65b7336ea6 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
When opened by the debugger, but even if it is the "current". This hits the expected behaviour more often. Change-Id: Iaa488f350791473ecd4b10b43c90223411cf5217 Reviewed-by:
hjk <qthjk@ovi.com>
-
Takumi ASAKI authored
mkspecs for cross-compiled Qt5 is installed to $QT_HOST_DATA/mkspecs instead of $QT_INSTALL_DATA/mkspecs. Change-Id: Id8d64946d542d8b587bd1c2d4f79e9f8a843bfbe Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-