- 07 Jun, 2012 8 commits
-
-
Kai Koehne authored
Change-Id: I34dff23401c34d3d0c940fac40a6d1d95e830ccb Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Christian Kandeler authored
Change-Id: I90f6c899be453fa70ae609cb5204f5976333fe65 Reviewed-by:
hjk <qthjk@ovi.com>
-
Thiago Macieira authored
Qt Creator currently must compile with both Qt 4 and Qt 5, so we can't change the code to call the non-deprecated functions that have been recently deprecated in Qt 5, unless those functions already existed. This change asks Qt 5 to enable the use of pre-5.0 API without warnings. Change-Id: Ic165336f40d15fe5793d30bb9262986f738c984e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tobias Hunger authored
setAlpha(...) takes an int, so due to rounding the alpha is actually set to 0. Fixing that adds a rather ugly highlighting effect that we don't want, so remove the code completely. Change-Id: I61f06dcff7908ea1527c22e3c61ee6c027ed7553 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Tobias Hunger authored
Only count build system/compile warnings Change-Id: Id1a09fdef5d08aafec0a366584132a9c11d10b10 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
... when parsing an abi string Change-Id: Icb6fc352ff2d58f6ae7f38eba803c12f2d3d082a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Ifa3555e603314e1f5084ca487e21b004e6da7c44 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Thiago Macieira authored
The error was: filenamevalidatinglineedit.cpp:101:47: error: unable to find string literal operator ‘operator"" SLASHES’ Change-Id: If990dd75a7b2cb4186b81115087c66e0dd1d888b Reviewed-by:
Bradley T. Hughes <bradley.hughes@nokia.com>
-
- 06 Jun, 2012 22 commits
-
-
hjk authored
Change-Id: I650d666a3d1eef23cbf34b0d7a3308666abcd42c Reviewed-by:
hjk <qthjk@ovi.com>
-
Joerg Bornemann authored
Change-Id: Ie7c0d9d57cddc609fe621876cfc63e0c60b0fa39 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
There might be more data to send than what fits into one packet. This case was not handled correctly. Change-Id: I5a415223c37ec8a041503d901bbcc81e903f46d9 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Fawzi Mohamed authored
fixes upstream bug Change-Id: Ic971e5a9566319ec3baea0a381271fd3bd8d49bc Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com>
-
Simjees Abraham authored
newObjectsCreated reset while clearing the object tree. Task-number: QTCREATORBUG-7519 Change-Id: Ie5ee9bfd0faafb60f968a0c219b372eea6679761 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Leandro Melo authored
Those are the types char16_t and char32_t along with the new char/string literals u'', U'', u"", u8"", and U"". This is particularly important for the use of QStringLiteral since in some platforms it relies on expansion such as above. Note: The string literals quickfixes still need some tunning. Task-number: QTCREATORBUG-7449 Change-Id: Iebcfea15677dc8e0ebb6143def89a5477e1be7d4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
It will be particularly handy when introducing the new C++11 string/char literals: U"abc", u"abc", u8"abc", U'a', u'a'. Change-Id: Ic250f5a7b999da322debb24fc0171aaef333f356 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Remove and add breakpoint when a breakpoint is edited. Change-Id: Idb231c0e9d44fe295007b299660fcbe3a980a252 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
David Schulz authored
Change-Id: Idefa4886a5c8c09dfa22ab5ee655aeae0ac9a1be Reviewed-by:
hjk <qthjk@ovi.com>
-
Andre Hartmann authored
Works the same way as Rename Usages for C++ Symbols. For now, no Search Again as this requieres further work. Task-number: QTCREATORBUG-413 Change-Id: I09e85ea1e8c247f5ce0b6bc566aba8018c1569e4 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Orgad Shaneh authored
This forces also processes initiated using 'start' to terminate Task-number: QTCREATORBUG-7455 Change-Id: I2ac7b31ebe67510dd17a2991efc30212987e967d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
David Schulz authored
Removed unused build target. Change-Id: Iafa8876ecb339330c54cdd51399f016ce7b6d1ea Reviewed-by:
hjk <qthjk@ovi.com>
-
Fawzi Mohamed authored
Change-Id: I143bd3923e37af4ecbda5ad6d40a6b29f2118e6a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com>
-
Simjees Abraham authored
Infobar displayed cleared if the user decides to end debugging without reloading Qml. Change-Id: Ic502c9b75a4f4e41aa3e843706f9e1fc0113f0e7 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Daniel Teske authored
Due to not using VPATH for resolving the absolute paths. Task-number: QTCREATORBUG-7441 Change-Id: Ifd76e6e782195b6371aac49ed257534184149805 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Andre Hartmann authored
Change-Id: Ib5de5cb3b7c9b716745a1414a27f0cec23c2d776 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Andre Hartmann authored
Change-Id: Ia1d31e4f93c4af70a1b8628572ef07fa7ee03f73 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Joerg Bornemann authored
Change-Id: I236da47c9abda259b0f588617ec20bad0e0705d4 Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Christian Kandeler authored
Change-Id: I102e35c3dcd3725f357c91d9f0a77ab28d881b0d Reviewed-by:
Oliver Wolff <oliver.wolff@nokia.com> Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com>
-
Leena Miettinen authored
Update screen shot Change-Id: Ibb7ead521c5a3fe1cb9867431c1ed6e63cb9722a Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
The name of the binary is now read using the elfreader instead of attaching gdb twice. Change-Id: I7a75bc64278c4f43e7085d2e479b53173602c966 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Also fix cloning. Change-Id: I32db1fd2a98486e2871c01d4c0f9aebd2f262924 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com>
-
- 05 Jun, 2012 10 commits
-
-
Daniel Teske authored
Change-Id: Ia36969f0802c96c657079d6f71d49fb484a600ad Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
Change-Id: I3ea5ddd608ff9e6764a995dc042466d436ca8474 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leena Miettinen authored
Optimize doc build at sub-plugin level. Change-Id: Ib9f3e93d2386f195aeddd5cf4794f4af44abcd4c Reviewed-by:
hjk <qthjk@ovi.com>
-
Simjees Abraham authored
When an object is created, the properties are fetched and added to the object tree only if the parent Iname is known. Change-Id: Id49a1873e9ffaf33689fe11297341cf56472c1be Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Joerg Bornemann authored
Task-number: QTCREATORBUG-7514 Change-Id: I237c6550698b4f70c7f8b4844109ab45e0918e56 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I9951c7470239e524f1bebb77f22b8ee59eab5183 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
This is arguably not linux specific and allows easier access to the connection data e.g. from the debugger plugin. Change-Id: I4bb7f8f59590e038cf1468e54095de7983bc6b9e Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Eike Ziller authored
Gets rid of a lot of code duplication. Change-Id: I2ce38fb38a0b61cb821e0bdc7bcc9a7ccdf9da72 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
It was previously beeing skipped. Change-Id: Iadd9b03acbcf0ee0fb4db537b8597661cb93af3f Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
Add some checks for C++11 flag as well. Change-Id: Ic5ee81d72bc88a22e71b324ef01014791b833604 Reviewed-by:
hjk <qthjk@ovi.com>
-