- 17 Jun, 2015 1 commit
-
-
hjk authored
This is what it is on the top level. The change makes it obvious that in the valgrind(-derived) plugins the value is later wrongly used to make a decision on whether to run the valgrind process locally or remotely. But that's isolated in valgrind now and can be fixed there. Change-Id: I6fa5e669dec1f9e2cdebe42a1591d15144082a21 Reviewed-by:
Anton Kreuzkamp <anton.kreuzkamp@kdab.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
- 15 Jun, 2015 1 commit
-
-
Benjamin Zeller authored
In order for plugins to create a RunControl for locally running applications that do not use LocalApplicationRunConfiguration it is required to export an API that takes care of the internal setup. Also this removes the hard dependency on LocalApplicationRunConfiguration. We don't want to expose Internal classes in public API, so we have to make QmlProfiler::Internal::QmlProfilerRunControl and QmlProfiler::Internal::QmlProfilerStateManager public. Also, AbstractQmlProfilerRunner doesn't do anything useful and can be removed. Change-Id: I0403e5b17e14ac894addd818ad7b249c51a8ed8d Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Benjamin Zeller <benjamin.zeller@canonical.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 15 Oct, 2013 2 commits
-
-
Aurindam Jana authored
QmlProjectRunConfiguration is now derived from LocalApplicationRunConfiguration. Change-Id: Ieddac63ff9832771ed141c3f0aff1bcc0313f6bf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Aurindam Jana authored
Change-Id: I4a7c29f2f679e62bae6fa3d01983851207e532c8 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 16 Aug, 2013 1 commit
-
-
hjk authored
The Analyzer implementation is now simple and still generic enough to serve as general base. Change-Id: I050a21919bf128929b77a64da1f46d157691d849 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 05 Aug, 2013 4 commits
-
-
hjk authored
Change-Id: I045622efa22bfcb26f9161556ccbbfb3df08599d Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Aurindam Jana authored
Change-Id: Iee7895e9cafc373c32749f3dcc44a690dfc551bc Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ifa1468e357cae873df6a34380957100521317471 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Less code. Change-Id: Ic26d291ada7efd05899623738d89c52b4175716c Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- 01 Aug, 2013 4 commits
-
-
hjk authored
Change-Id: I34e713ec1c9de99584ba206cfa1e38cd46e880fc Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
That's taken care of the run control factories directly now Change-Id: I1cd7470e78a93459bee878f5e32594e7cf339a91 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Change-Id: I74edaef59600a44924d2692c1ebc7f98d8581115 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
hjk authored
That's a needless indirection. The run control factories know pretty well what kind of start parameters they need. Change-Id: Ia2d92beb6512cd99254fe22e215950cc67d5d0ed Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 30 Jul, 2013 3 commits
-
-
Aurindam Jana authored
QML Profiler does not make use of the run configuration aspect. Return the run configuration aspect for only Valgrind. Regression introduced in Ic8279755f0188ab53253a62322fcccf1c17b6aaf Change-Id: I568e309e72f7e7f0107bd720acc9dbbda78acfc1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Aurindam Jana authored
The copyright was changed in Ic8279755f0188ab53253a62322fcccf1c17b6aaf Change-Id: If4251d13b6e653d49913d1c50044177491326edc Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Aurindam Jana authored
QML Profiler does not make use of the run configuration aspect. Return the run configuration aspect for only Valgrind. Regression introduced in Ic8279755f0188ab53253a62322fcccf1c17b6aaf Change-Id: I568e309e72f7e7f0107bd720acc9dbbda78acfc1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 23 Jul, 2013 2 commits
-
-
Aurindam Jana authored
Change-Id: I6f9245179090bebb98b6d9849a7a696105e43a3a Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Aurindam Jana authored
Separating out the run control factories is the initial step towards separation of run control from QML profiler engine. The goal is to to make the engine agnostic of the run control. Change-Id: Ic8279755f0188ab53253a62322fcccf1c17b6aaf Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 06 May, 2013 1 commit
-
-
Aurindam Jana authored
Change-Id: Ie06c0b49707f8ec549f180f41c565fd223240186 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Apr, 2013 1 commit
-
-
Daniel Teske authored
It's never used. Change-Id: I11cc85b1d9a5944017b8a03738877f91cfe5d11f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 05 Apr, 2013 2 commits
-
-
Tobias Hunger authored
Move the method used to create a config widget for a RunConfigurationAspect from the RunControlFactory into the aspect itself. This allows for aspects that are not bound to any factory, which is what I eventually want to use to hold the environment for run configurations. Change-Id: Icceb5f44ca9eb63a87b9c7bb6468ff30dab943c2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I7fbb82dc3ff83593473a57c69d0eb89bc33f50f5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 02 Apr, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ied1c1e4c2569cf021b308e0529bcca591e87746e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 28 Mar, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I21366f932e372c1c0fa8c9d29184e71d1c0cf4a4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 28 Jan, 2013 1 commit
-
-
Tobias Hunger authored
I ran once too often into them being called applicationrunconfiguration.(h|cpp)! Change-Id: I280a3280173b80d4d955faddedf11688786eee14 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 28 Sep, 2012 1 commit
-
-
Daniel Teske authored
Change-Id: Ibdab8d9076d2f9c002cb69ad81809929c8697355 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 05 Sep, 2012 1 commit
-
-
Daniel Teske authored
And add a few helpful error messages Task-number: QTCREATORBUG-7826 Change-Id: Ia9f9fa476cecf2cff198bc460408bc062e119338 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 23 Feb, 2012 1 commit
-
-
hjk authored
Change-Id: I5913ddaaab1a80b1557f0bcf7ebcc15e0e4b74eb Reviewed-by:
hjk <qthjk@ovi.com>
-
- 11 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: Ia906944a489b09afdea59f74afbf759b4caebe37 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 28 Dec, 2011 1 commit
-
-
Nicolas Arnaud-Cormos authored
Having one factory per tool (or plugin) created some bugs: * analyzer project settings being created twice * per-project analyzer settings widget duplicated Also, most of the code from the run control factory were copied. Now, the Analyzer only creates one run control factory shared among all tools, and the IAnalyzerTool has two new virtual method: canRun and createStartParameters. It simplify the code a bit, and creating a new analyzer tool is easier (only two classes to subclass: IAnalyzerTool and IAnalyzerEngine). Change-Id: I4e180846a26b74b2b77cb99bc97534d680a80a4d Reviewed-by:
hjk <qthjk@ovi.com>
-
- 04 Jul, 2011 3 commits
-
-
hjk authored
There is no sensible base implementation for all potential tools. Change-Id: I99e98419a973dd50c6b245f2271ebed2c53f66b7 Reviewed-on: http://codereview.qt.nokia.com/1055Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I82b61c07172a33b861a7d6db903ac2516019498b Reviewed-on: http://codereview.qt.nokia.com/1054Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I60268b8bc86e439beb3fca8f4b6a87ea03925bad Reviewed-on: http://codereview.qt.nokia.com/1049Reviewed-by:
hjk <qthjk@ovi.com>
-
- 22 Jun, 2011 1 commit
-
-
Christian Kandeler authored
This also enables us to replace some includes by forward declarations. Change-Id: Ica98c1925e49c65d15b9e47abe1c4aeba0790482 Reviewed-on: http://codereview.qt.nokia.com/583Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 10 Jun, 2011 1 commit
-
-
Kai Koehne authored
Change-Id: I44be1a67c95814a78c82b17e991e5e3a722a63c8 Reviewed-by: Christiaan Janssen Reviewed-on: http://codereview.qt.nokia.com/428Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-