- 03 Feb, 2012 1 commit
-
-
Daniel Teske authored
Change-Id: I266e52579df9aa2b5aecb485c58033ba7408987e Reviewed-by:
hjk <qthjk@ovi.com>
-
- 30 Jan, 2012 1 commit
-
-
Denis Mingulov authored
QString::fromLocal8Bit() and QString::fromUtf8() are much more slower than an obvious QString::fromLatin1() and QLatin1String(), so this commit changes some places where these functions are really not needed. QString::fromLatin1() is used in case if QString object is used immediately (something like QString::fromLatin1().arg()), QLatin1String is used otherwise like in other places (for example, QPixmap(QLatin1String("..."))) - to allow to use default QString constructor and work with QT_NO_CAST_FROM_ASCII. Change-Id: Ib6eb1c61e9cb35c7c5b7569fea77c5e41d32621a Reviewed-by:
hjk <qthjk@ovi.com>
-
- 26 Jan, 2012 2 commits
-
-
Daniel Molkentin authored
Change-Id: Ifc258886f7d6e7d5b02caae8994210aeef221554 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 Jan, 2012 3 commits
-
-
hjk authored
This saves one function call compared to the instance()->currentProject() pattern and is typically less to type on the caller site. Change-Id: I65568f30205fc90e2aaca7e8e7f0192241df8c85 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
David Schulz authored
During the start of the remote analyzer you can choose the network connection to the remote analyzer. If you cancel this selection now the progressbar is set to canceled, and will disapear after a certain amount of time. Task-number: QTCREATORBUG-6014 Change-Id: I944f27adec11200d417266183e3d371606c89112 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 23 Jan, 2012 1 commit
-
-
David Schulz authored
if cancel button is pressed in the progress bar Task-number: QTCREATORBUG-4644 Change-Id: I651af0a88a96d40e794bd2c63150276eef12131f Reviewed-by:
hjk <qthjk@ovi.com>
-
- 17 Jan, 2012 1 commit
-
-
Denis Mingulov authored
Valgrind plugin CallgrindTool and MemcheckTool modules sometime use coreplugin/coreconstants.h values for icons (e.g. Core::Constants::ICON_REDO), and sometime - an own constant is used like ":core/images/prev.png". This commit is fixing this issue and changing everything to Core::Constants usage. Change-Id: I8d6f473a66a3181b03e2193314d17661df1d4cc1 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>
-
- 10 Jan, 2012 1 commit
-
-
Nicolas Arnaud-Cormos authored
analyzerconstants is part of the analyzerbase plugin. This fix building the valgrind tests. Change-Id: I298fd08b456bd49bbeb12df4f2bb878e8452f76d Reviewed-by:
hjk <qthjk@ovi.com>
-
- 28 Dec, 2011 3 commits
-
-
Nicolas Arnaud-Cormos authored
IAnalyzerTool has now 2 new virtual methods used to create the global and per-project settings. No need to create any static factory method and pass a pointer to them to the AnalyzerGlobalSettings instance anymore. The Valgrind plugin is now using it, the memchecktool creates the settings for all valgrind tools. Change-Id: I3c5845ceb7151130032cfff4ab5b7b36ca2459d9 Reviewed-by:
hjk <qthjk@ovi.com>
-
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>
-
Nicolas Arnaud-Cormos authored
startRemoteTool and startLocalTool are implcicitely working remotely and localy, they don't need a mode. Change-Id: I433ca421f68a1026979489c7f9d86b12251ec830 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 20 Dec, 2011 1 commit
-
-
Friedemann Kleint authored
Change-Id: I836954e1d5ea341f54e117209ec3162190b29e71 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 16 Dec, 2011 2 commits
-
-
hjk authored
Change-Id: I7da6e5e641973378be2af4e6e16c01bd725c328e Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-6500 Change-Id: I8297c91238c4edfd28d9813a92f082f33a6e763a Reviewed-by:
hjk <qthjk@ovi.com>
-
- 13 Dec, 2011 3 commits
-
-
hjk authored
Task-number: QTCREATORBUG-6662 Change-Id: I9fe0a6e923e85d9707e39367e4d542fda98916a9 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I93ad6ac5e79f5e8a6f843a90b244bfc0587c070c Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: If049955dda594ae52f52c87d94a2a5dc36ef856f Reviewed-by:
hjk <qthjk@ovi.com>
-
- 23 Nov, 2011 3 commits
-
-
hjk authored
Task-number: QTCREATORBUG-6319 Change-Id: I5a2cc1845104bb16f912fe258ba25473ba85cefd Reviewed-by:
hjk <qthjk@ovi.com> (cherry picked from commit b3ae7d7e)
-
hjk authored
Task-number: QTCREATORBUG-6319 Change-Id: I5a2cc1845104bb16f912fe258ba25473ba85cefd Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I14e152eebf8261741874443ce373dee9d2619c2c Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: Ic794fdc6a582f4a03d84b6220c59111044c753b9 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 14 Nov, 2011 1 commit
-
-
Christian Kandeler authored
In the end, we want to derive it from QIODevice as well. Change-Id: I30e7cb23ec8e5753c363d1f4457b650556860ac2 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 11 Nov, 2011 1 commit
-
-
hjk authored
This loses the "history list" feature. Task-number: QTCREATORBUG-6466 Change-Id: If3551627a8457853c0dedee7a61b388ff323298d Reviewed-by:
hjk <qthjk@ovi.com>
-
- 09 Nov, 2011 2 commits
-
-
Felix Geyer authored
Change-Id: Ife56e908a67da70ebe5af223b19fc8b99fc3a1d2 Reviewed-by:
hjk <qthjk@ovi.com> (cherry picked from commit 3b0f26e2)
-
Felix Geyer authored
Change-Id: Ife56e908a67da70ebe5af223b19fc8b99fc3a1d2 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 31 Oct, 2011 2 commits
-
-
hjk authored
Change-Id: I93b6c20a986004fbf8fc84df368ac53a18766cc5 Reviewed-by:
hjk <qthjk@ovi.com>
-
Nicolas Arnaud-Cormos authored
Remove the horizontal spacer preventing the page to resize itself. Change-Id: Icd181d0ab177affa4d14c830b0bf61eb3f34f2b2 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 28 Oct, 2011 1 commit
-
-
Jarek Kobus authored
Change-Id: I07c2708d727d59286b0d625a4c0c318f18b03b93 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 25 Oct, 2011 1 commit
-
-
Robert Loehning authored
Change-Id: If514e2497a52456bfd16aaebf2a7c83def4621f7 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 20 Oct, 2011 1 commit
-
-
hjk authored
Change-Id: Iaa837f5bc696af7e71bbed128b9a5c8c46e512c7 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: Iffe04bc3bb0103cbac605f0734bbfd66eb7fd854 Reviewed-on: http://codereview.qt.nokia.com/4215 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 17 Aug, 2011 1 commit
-
-
hjk authored
Change-Id: Id00cf1be9d07e47f7b61b8cc7e940629c84a48c1 Reviewed-on: http://codereview.qt.nokia.com/2707 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 10 Aug, 2011 1 commit
-
-
Robert Loehning authored
Change-Id: I62aa9a4033399ee7fc0b55952613657f124c8fb9 Reviewed-on: http://codereview.qt.nokia.com/2791 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 09 Aug, 2011 1 commit
-
-
Friedemann Kleint authored
Change-Id: I13dfc18d1b283af610edba4f40515aef01001d92 Reviewed-on: http://codereview.qt.nokia.com/2781 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
- 01 Aug, 2011 1 commit
-
-
Eike Ziller authored
Project settings now have the option to use the global settings (on by default), or custom ones. Task-number: QTCREATORBUG-5445 Change-Id: I6602b53a6e7823150773e8461ef9db39b7546e98 Reviewed-on: http://codereview.qt.nokia.com/2163 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 25 Jul, 2011 1 commit
-
-
Christiaan Janssen authored
Change-Id: Ice0debcb6b83977b8f50dd154687e7c5c6abac7b Reviewed-on: http://codereview.qt.nokia.com/2113 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-