- 01 Nov, 2013 1 commit
-
-
Daniel Teske authored
There are two different ways we used to stop a application: am force-stop $packageName or kill -9 applicationPid. As far as I remember that's because on some devices some one of them didn't work. The code wasn't consistently using both though. Fix that by making it one function, which uses both and use that one consistently. Task-number: QTCREATORBUG-10557 Change-Id: Ib09a51e2bddae8d28a5d234e792906cc03606fda Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 31 Oct, 2013 1 commit
-
-
Daniel Teske authored
Just use Utils::FileName, it magically does the right thing. :) Task-number: QTCREATORBUG-10542 Change-Id: Id0d508c1e7d9317fa2e4a56ae9389e909c0c3834 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 30 Oct, 2013 2 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10574 Change-Id: I169762ce9d2388866f1aa16f2b7128cfd42e7cee Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
This does include qWarning() and qDebug() output Task-number: QTCREATORBUG-10559 Change-Id: I12e98cc25574003d1d26cda84dff5db0c323959d Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 29 Oct, 2013 4 commits
-
-
hjk authored
Change-Id: I0433317d03aefb8e175f2208ca7ae29fa3e9fa49 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
This finally renames the plugin itself. Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I27139d8ccc17b665853bec4a37e80568680b5fcc Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: Id49e347cc448f6a28271b6af775d56b6e00b4908 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 28 Oct, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I89853ffb4192b0da1f34d471e250d4ec32daa3da Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Oct, 2013 1 commit
-
-
Daniel Teske authored
That command line option was new in 1.9.0. We can't yet depend on that. Change-Id: I5231a735da7248e1102db446d6207a6a3e9dd72b Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 24 Oct, 2013 1 commit
-
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I363138212b692cf75fe1605df8af3721315d37e1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 23 Oct, 2013 1 commit
-
-
Daniel Teske authored
For users upgrading from a broken 3.0 beta installation Change-Id: Ieecf38f74879d1efacbfd775ab29eba9e17a4c43 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 22 Oct, 2013 3 commits
-
-
El Mehdi Fekari authored
DebuggerItemManager::registerDebugger() should return the id of the added debugger in order to use it when setting a kit's debugger (addDebugger() creates and adds a copy of the passed debugger object with a unique id). The DebuggerKitInformation::setDebugger() method should set only already existing and registered debuggers. Task-number: QTCREATORBUG-10436 Change-Id: Icdcd1ed92aafe9eda44abf831aa9983dd6801980 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Note, that we don't know the names of the started avds, so we look for a avd that has the same abi and apiLevel. Task-number: QTCREATORBUG-10411 Change-Id: I5f6ff3ee0dddcf2bb8fca981ccedf437e32da677 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
BogDan Vatra authored
If adb daemon is not started, adb devices command will add two lines to the output, messing up the devices list. Change-Id: I40dcf586d2661df2de0a56aaac543c3b4739ab0d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 18 Oct, 2013 4 commits
-
-
Friedemann Kleint authored
Change-Id: Ie1aa0547281d9a1ab31f00e44c4e09dd96c60543 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Also rename/change highestAvailablePlatform to highestAvailableSdk. This fixes a bug reported on irc, where the lists for sdk and ndk were different and the highestAvailablePlatform was not available as in the sdk. Change-Id: I17fec9e8ce1913e933ddcf8eaa21d6bb6e14c5be Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
The available platforms in the ndk might not be the same as in the sdk. This patch is renames everything using the ndk platform list to ndkPlatforms, except the highestAvailablePlatform which wrongly uses the ndk platform list. Change-Id: I02d9b68bbc27b0c748281678fe654d5f4244578d Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
besdtMatch finds a ndk version that is at most the targetApi passed into it. Since we are passing in the fallback and lowest possible api level that qt supports, the function would return at most the lowest supported version. That's not very useful and cannot have worked, so simpy return the fallback version directly. Change-Id: I5e4757639099af4d207f928b0335d28efd75a02b Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 17 Oct, 2013 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10290 Change-Id: I83a3ccef58ab1a4c2a486f20620a11e318c146ca Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 16 Oct, 2013 2 commits
-
-
hjk authored
Change-Id: I5e173900a4008c72c67a30eaa9c101027c1b43af Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 15 Oct, 2013 3 commits
-
-
Friedemann Kleint authored
Change-Id: I9a55e811842bb6b1a51737f668ed249f328c9c62 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
It derived from MakeStep which is a rather odd base class for it, make it derive from AbstractProcessStep instead. Also implement a config widget for it. That one does nothing, but the old one didn't do anything interesting either. Change-Id: I76c2311580dbb62d08524fe0f77e803fd52ffbf4 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
That can happen on strange setups with multiple avds Task-number: QTCREATORBUG-10362 Change-Id: Ib6fef4ee3538632c2c71264d6a6c43e3bd917c69 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 14 Oct, 2013 1 commit
-
-
BogDan Vatra authored
quiet parameter hides aapt tool errors. Change-Id: Iabf0386079f0f88474d4aa2be91e4d8162d5d68f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 11 Oct, 2013 5 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10241 Change-Id: I8245547f851174314b99bde857f257692ed35bfb Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
hjk authored
This seems to be a better abstraction than the "pseudo dynamic cast" in the QmlProfilerTool and the DebuggerPlugin itself. Change-Id: If7dea70e1353852ebb6d3ce43220c0b03ccb4b00 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
Change-Id: I818ba7d95c52b87a84de6bfdaac8436258ac249a Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10006 Change-Id: I7e10ef1280ed2388c1e9341dad32935d22ce05ed Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Daniel Teske authored
Change-Id: Ic9435227e36186e320449348aee03cd62f3fa1e7 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 10 Oct, 2013 5 commits
-
-
hjk authored
Change-Id: Iee529e1c43c4b1a37d7894edee0ea4ecc81762d2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-10341 Change-Id: I197ae5745d5caba12bce3e148ada2a589ac7f9b3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Robert Loehning authored
Change-Id: I1305abd51cb6ae856215af63807e66c433982c26 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I68f6f7f4a14d7d36ef18d2db354704309fbb0bf4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Change-Id: I8f5e310f14159238079f30dded0e5f0814d20990 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 09 Oct, 2013 4 commits
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Leena Miettinen authored
Fix typos and style issues. Change-Id: I8d1bbccd55e7558e7f8a8bedbab95f4bb8a8478f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Change-Id: I753023550f76b8b1b56fbdcd5176bcfa855e66bc Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Disable the runconfiguration if the project could not be parsed. Change-Id: I979315b5e38fd1d8674da68289e021e014070c54 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-