- 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 18 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>
-
hjk authored
Change-Id: I541dbcb7947fb8c24180f514f489be5251017e7f Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Jędrzej Nowacki authored
Internal type QVectorData was removed, current implementation of QVector is based on common QArrayData interface. Change-Id: I016efa1013f0fdf809600eee4f38098d8ea3ab8f Reviewed-by:
hjk <qthjk@ovi.com>
-
Joerg Bornemann authored
On Windows in buildDirectory/mdnssd EventLog.h and friends get created. Change-Id: Icc830c837d4da6ff8773b654e7b63470f87b06d4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Francois Ferrand authored
Add new action to show a menu of recent clipboard history. When an item is selected, the item is pasted. Change-Id: Id7e1a90730404fb63762bf1f20678484ec34cd2b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Simjees Abraham authored
QtCreator takes into account the result of message from qtdeclarative for setting, resetting and updating the method body. Task-number: QTCREATORBUG-3264 Change-Id: I15d1a33990175e86bb3f2fee08f75dd5b7b1b628 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
kh1 authored
Running the external window will take down the central widget as well, cause calling m_externalWindow->setCentralWidget(m_centralWidget) will pass ownership to the window. Calling delete on the central widget inside the plugin constructor will crash, so set it to NULL. Change-Id: I88ddde68a1ca3a47182de7c19847808738431149 Reviewed-by:
Karsten Heimrich <karsten.heimrich@nokia.com>
-
Simjees Abraham authored
Correction done for the bug introduced with commit fc1f265e . Task-number: QTCREATORBUG-7498 Change-Id: I322a564208d70c7778a208fe0d9360ce47b75b81 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
hjk authored
This allows adapters to take all responses from the startup commands into account. Change-Id: I295cb211a4b69cfb8c59b34030aaee8120ffe98e Reviewed-by:
hjk <qthjk@ovi.com>
-