- 18 Apr, 2012 13 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>
-
hjk authored
It destroys preallocation. See https://bugreports.qt-project.org/browse/QTBUG-25371. Change-Id: Idde09a07f250a347f8016d8fdb04cd00d031fe10 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
hjk authored
Change-Id: I58de7e704bdbd3861a4a534d8080cc2a8399b7eb Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
hjk authored
Change-Id: I1c45bb9a5118e19b15878eb04e65b52bd6c5d1e7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
hjk authored
Change-Id: I10320b01a567789585a6af111de4de3f95883bd1 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Ic86d8b091da332393a527ba634a23556f2001a8b 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 23 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>
-
hjk authored
Change-Id: I8dc0910f1cf11e506eb415a6f313b47ad2d41eae Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.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: Ie86b4ff4a6f1987a15fcc46e8de9db487af1729a 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 4 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>
-
Kai Koehne authored
Change-Id: I62160525b1bf2d9886cc75cf34d928ba7b4174f3 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-