- 18 Apr, 2012 8 commits
-
-
Kai Koehne authored
Rename the QmlJSDebugClient lib to QmlDebug (shorter names, easier differentiation with the shared/qmljsdebug lib). Also rename - QDeclarativeDebug* classes to QmlDebug* - QDeclarativeOutputParser class to QmlOutputParser To clarify the features, - Debugger::QmlDebuggerClient is now Debugger::BaseQmlDebuggerClient - QmlEngineDebugClient is now BaseEngineDebugClient - QmlDebuggerClient is now QmlEngineDebugClient - QDeclarativeEngineDebugClient is now DeclarativeEngineDebugClient Change-Id: Ie15713730a614c8ab4b637fad0924f95b54e633f Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Christian Kandeler authored
The S60Manager instantiated the device manager, which then tried to restore the devices with not all factories being present, resulting in most saved devices being lost. That instantiation is now moved to a point in time when all plugins have been initialized. Change-Id: I15145bddde89dd6109e092a7b8e03bb92934a29a Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Friedemann Kleint authored
Account for api_changes. Change-Id: I9ac9738be9364bbb291c4870c5df1c24818065b8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Marco Bubke authored
Change-Id: I6635b3a91eed4d34bb477aaeac37709e15059e06 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Daniel Teske authored
Change-Id: I05807f7222bb2a08ef9e0b281026c6d83b3e9f7e Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Change-Id: I91603c8a15471fecf554855b62fec18869d68f96 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Konstantin Tokarev authored
This change allows to avoid massive code duplication along editors. Change-Id: Ifdc6ae4b44ab399d34193ab8dddfa1f76d65ad11 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Change-Id: Ic20b2842b10bf97c721df6d90b2306a813c9ba2a Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 17 Apr, 2012 21 commits
-
-
Tobias Hunger authored
Change-Id: I1ff096d4fff0cbad3b744fa1f29bc33a8c109512 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-7303 Change-Id: Ifb5645aa59f47a8fa5b1da6f8b71ae4bbbef1416 Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Change-Id: Iaa9291ef00a96aac5cea717c4734f02d3db0e8c2 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I6e47d358c218da5a5b77c22a47d93117ebcea1d8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
QmlJSPropertyInspector is a part of the debugger view and has dependencies on some of the actions in DebuggerSettings. Add the needed actions to the object pool so that QmlJSPropertyInspector can access them. Change-Id: Iad492f1195721b5e3a9033584b1a3bf64e320b18 Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Change-Id: Ib9f898630e549dafb974df399be338abe5f58e1e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
The Qt SDK never supported this, so remove it from Qt Creator. Change-Id: I1da9d658195083aa1b6f5d8119cc03c4984e8d77 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I0332e6a5e8db6e25a87804c647e920cab537eafe Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
This prevents initial reading of debug information when no breakpoints are set. The debug information will be read on first stop instead, e.g. when the user interrupts. Change-Id: I6156347bf108e9ed89f54ca67021f37c02fa5116 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Tobias Hunger authored
Add a method to access strings with device information for use in e.g. the tooltip of the target selector. Change-Id: Icd3b0e68c0e6a88ff78e32e2f1c1450869dd59d9 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
So that targets can order the build configurations in the way they prefer Change-Id: I219988518dfebc19f860df168a05fa632c0decec Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I0c6141eff49413f66cfee9a1f117279cdfcd4f36 Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
"warning: C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup." Change-Id: Ic2335664c4d2baf74eaa201ba4a85e8af3575bfb Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Thomas Hartmann authored
This patch prefers QML.moduleName1.2.Type as index for help. The old rule is also supported for backwards compatibility. Change-Id: I484399ac54f6ccb09938ef63e1e5b6845e5e8da5 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
hjk authored
This also allows simple setting of breakpoints on failed asserts. Change-Id: I6dd84cbfaf659d57e39f3447386cebc0221b2b84 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Konstantin Tokarev authored
Change-Id: I5dac445c8868125ec7773479726d065f47e3c48f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Konstantin Tokarev authored
Change-Id: I94386102609772897c93a26ce97acb21d155bdf6 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
For consistency with what we do elsewhere. Change-Id: I51372b1e8723fd78b412bab06b1d01ad79fc3654 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Kai Koehne authored
Change-Id: I483a970551e1747d037c9e0e4ec9332fe68cb49c Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Change-Id: Ibcb332fae6abcddbdf13b3eb3fd5e1956307f9a5 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Change-Id: I5dba3ffcad7cdcd45dc6e2e81dce13fc181e27cf Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 16 Apr, 2012 7 commits
-
-
Kai Koehne authored
Change-Id: I6f90bff623437b25887bdd288987c013a45029be Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Kai Koehne authored
This will allow us to remove the qmljsinspector->qmljseditor dependency. Change-Id: I234cf8645edb614e8b1f559a0f9bb6d43e2254c3 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Kai Koehne authored
Fixes that Qt Creator was opening e.g. 'alg_id.cpp' when the path in application output ended with 'id.cpp'. Instead of maintaining our own logic here we should rather rely on FileInProjectFinder. Change-Id: I10337df03ddcfd54b3d3a1bd1573c220039a28bf Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Aurindam Jana authored
Refactor QML Signal Handler to QML Signal Emit. This is because the debugger breaks when a matching signal is emitted irrespective of whether there is a handler connected to the signal. Change-Id: I852ace75c1962290717ed127ac5938d7505b9a7e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Change-Id: I1f227d17bc20faf7131a28aac8022cce30fafbbd Reviewed-by:
Simjees Abraham <simjees.abraham@nokia.com> Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Aurindam Jana authored
This fixes sending SetCurrentObjects to QDeclarativeObserver when fetching the object tree. Change-Id: I03c1264d2f464faa69a946654867636bce37a437 Reviewed-by:
Simjees Abraham <simjees.abraham@nokia.com> Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Aurindam Jana authored
Check for OperateByInstructionCapability before using the disassembler agent. Change-Id: I35f69f8df5da41eee22b2a94fe2d33c67b4d7f92 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Apr, 2012 2 commits
-
-
Orgad Shaneh authored
Following 2 recent messages on the mailing list, I suggest this option is turned on by default. http://lists.qt-project.org/pipermail/qt-creator/2012-February/000295.html http://lists.qt-project.org/pipermail/qt-creator/2012-February/000331.html Change-Id: I2abb705ee1aad241bd15c01ea5ca429874693847 Reviewed-by:
hjk <qthjk@ovi.com>
-
Victor Ostashevsky authored
Don't create QFile's on heap when not needed. Don't forget to delete those which have to created on heap. Change-Id: I0e23e0d926febbfd464b3ff5d3e29fd46c16cb44 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Peter Penz <peter.penz19@gmail.com>
-
- 13 Apr, 2012 2 commits
-
-
Oto Magaldadze authored
Task-numer: QTCREATORBUG-6052 Change-Id: Ic91df1d9abaa509fea25ed35f86583182cd61433 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Stenger authored
Change-Id: I9ac8c3caf4f1c83d04cc145f485ad8a0a7a00a07 Reviewed-by:
hjk <qthjk@ovi.com>
-