- 03 Mar, 2015 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ieaff277fc307a3bd0b5426dff58a6598fd46bf46 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 26 Feb, 2015 1 commit
-
-
Christian Kandeler authored
This reverts commit 324854a5 . It turns out that while there are no current users of this category, it does make sense and will in fact be used soon. In particular, the fact that some analyzers have their own issue views does not matter, as these are for "regular" errors that the analyzers find while doing their job, while the general Issues pane would be for "irregular" errors that occur running an analyzer. Change-Id: Ib595ff0e0b27a62634c41ffba220b312f5442f44 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 13 Feb, 2015 1 commit
-
-
Christian Kandeler authored
The analyzers don't add tasks to that window; they have their own specialized ones. Change-Id: I182b7f44c5297f5e7e33cfc82475fe74fbe1ebc5 Reviewed-by:
hjk <hjk@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>
-
- 27 Aug, 2014 1 commit
-
-
Eike Ziller authored
Remove usage of the Q_EXPORT_PLUGIN macros, which do not exist in Qt 5. Change-Id: I678c3cf10b9c5d5c1b9f252b0ecd1c97dc810a47 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Christian Stenger <christian.stenger@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>
-
- 19 Aug, 2013 1 commit
-
-
Tobias Hunger authored
Make methods static and add a instance() method for Signals/Slots. Remove ProjectExplorerPlugin::taskHub() method and use the new ones instead. Change-Id: Ifae24ff19579fc524cbd61bddc826095c443adfa Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 12 Aug, 2013 1 commit
-
-
hjk authored
Change-Id: Idd0913ba798a04f65711591dee14cbb714440cbf Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- 02 Aug, 2013 1 commit
-
-
hjk authored
Change-Id: Ieb559e884fb08c96d739cf7684389ff740a6233e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 23 Jul, 2013 1 commit
-
-
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>
-
- 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>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 19 Jul, 2012 2 commits
-
-
Konstantin Tokarev authored
Also removed all <QMainWindow> includes which are not needed anymore. Change-Id: I393c9a62a5c6df95d9f35d872e1473a4f13bcdc4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 12 Mar, 2012 1 commit
-
-
hjk authored
Change-Id: Ibc4f37589f913ff9ea0025156979ddda73929e38 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 30 Jan, 2012 1 commit
-
-
Tobias Hunger authored
Use Utils::FileName and Core::Id in Task structure. Change-Id: Ia0ed459f86df36ffe547abde7c240b0ac409bcf5 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 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>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 25 Oct, 2011 1 commit
-
-
Robert Loehning authored
Change-Id: If514e2497a52456bfd16aaebf2a7c83def4621f7 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 12 Jul, 2011 1 commit
-
-
hjk authored
Change-Id: I2fac5e0e8c796d6009ba30da82a5a7a67672851d Reviewed-on: http://codereview.qt.nokia.com/1517 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Jul, 2011 1 commit
-
-
hjk authored
This reverts commit 06a41da0. Change-Id: I06a41da04e726ffd35da18d99cd2f46cb99467bf Reviewed-on: http://codereview.qt.nokia.com/1094 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 04 Jul, 2011 1 commit
-
-
hjk authored
Change-Id: Ife82b74ce4b457dd9e6a6cc3749cb629aeeacf58 Reviewed-on: http://codereview.qt.nokia.com/1086 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- 29 Jun, 2011 2 commits
-
-
hjk authored
Change-Id: I6273ea7ea50fd2bddad3a627e4616fe93e8398b9 Reviewed-on: http://codereview.qt.nokia.com/921 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Id925bb638b2757ef079c21192d4e2a8cc8f08694 Reviewed-on: http://codereview.qt.nokia.com/908 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 27 Jun, 2011 1 commit
-
-
hjk authored
It's all dockwidgets now. Change-Id: Ia47ca9331fdfbe12ca11f77c26afc35e73a2fae3 Reviewed-on: http://codereview.qt.nokia.com/776 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 10 May, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 06 May, 2011 2 commits
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
Friedemann Kleint authored
Avoid adding all dock widgets of all tools to the mainwindow to save the default settings during initialization.
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 05 Apr, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 04 Apr, 2011 1 commit
-
-
Mike McQuaid authored
Merge-request: 284 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 10 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
- Introduce a shared analysis output pane using a stacked widgets, layouts for the tools' output panes and toolbar widgets. - Introduce IAnalyzerOutputPaneAdapter interface returned by IAnalyzerTool to manage them. - Remove mode and its mainwindow contents (depending on enum constants should use cases for it occur). Reviewed-by: con
-
- 08 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
Header specification, remove internal classes from exported headers, fully qualify signals,slots.
-
- 04 Mar, 2011 2 commits
-
-
Milian Wolff authored
Merge-request: 265 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Mike McQuaid authored
Merge-request: 260 Reviewed-by:
hjk <qtc-committer@nokia.com>
-