- 07 Jan, 2016 1 commit
-
-
hjk authored
* SysRoot can always be determined from kit. * Pass around RunMode as extra parameter not as part of AnalyzerStartParameters. That's closer to the pattern used elsewhere. * Environment was always initialized from the runconfig's EnvironmentAspect. The tools can do that directly. * Provide setter for display name for cases where it is not equal to RunConfiguration::displayName Change-Id: I811a0d7cdeb55cc37a16a593b3942abb567a2150 Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
- 25 Nov, 2015 1 commit
-
-
Alessandro Portale authored
Instead of describing icons via file name or in the themed icons case via a string that is a list of mask/color pairs, we have now a class for it. Icons are now listed in per-plugin *icons.h headers. RunControl::m_icon was The only place left where an icon property was in fact a string. This patch changes that member to be a Utils::Icon. Change-Id: Ibcfa8bb25e6d2e330c567ee7ccc0b97ead603177 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 23 Oct, 2015 1 commit
-
-
Alessandro Portale authored
http://blog.qt.io/blog/author/didesous/ announced new designs/themes for Qt Creator. This patch replaces many of the existing toolbar icons with recolorizable masks for better theming support. Change-Id: I557aa485205fe2624f33724226f698c303342b40 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 27 Jun, 2015 1 commit
-
-
Daniel Teske authored
There is no gurantee that the runconfiguration stays alive after creation. Change-Id: Ia520cc33a89ec56ad6a9b928f841eb4551732ae0 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 18 Feb, 2015 1 commit
-
-
hjk authored
It was an empty shell. Change-Id: I8bd915270c2b4b03b1ba638521ec35609a05b512 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 06 Feb, 2015 1 commit
-
-
Orgad Shaneh authored
Mostly done using the following ruby script: Dir.glob('**/*.cpp').each { |file| next if file =~ %r{src/shared/qbs|/qmljs/} s = File.read(file) s.scan(/^using namespace (.*);$/) { ns = $1 t = s.gsub(/^(.*)\b#{ns}::((?!Const)[A-Z])/) { |m| before = $1 char = $2 if before =~ /"|\/\/|\\|using|SIGNAL|SLOT|Q_/ m else before + char end } if t != s puts file File.open(file, 'w').write(t) end } } Change-Id: I919da493d0629b719d328e5e71c96a29d230dfd1 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 29 Jan, 2015 1 commit
-
-
Montel Laurent authored
Change-Id: I603fc2e3fda624c913e432d5059c86d96c3e2c3b 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>
-
- 30 May, 2014 1 commit
-
-
hjk authored
Change-Id: I7f7099d03a25a14d8df02273cca928e9f1fbfe1d Reviewed-by:
Eike Ziller <eike.ziller@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>
-
- 02 Aug, 2013 1 commit
-
-
hjk authored
That was a regression after 3de45d8c Change-Id: I4b34060c1c56dce7e39cf3c4da607a9a24cfd02d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 01 Aug, 2013 1 commit
-
-
hjk authored
Change-Id: I74edaef59600a44924d2692c1ebc7f98d8581115 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>
-
- 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>
-
- 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>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 14 May, 2012 1 commit
-
-
Konstantin Tokarev authored
* TaskHub does not pop up itself because it is not a widget. * popup(true) is never used and may lead to bad user experience. * use boolean flag goes agains Qt API design guidelines. Change-Id: Idf28a8d4af66022961d94f1d1cdeeaf155b67c52 Reviewed-by:
Daniel Teske <daniel.teske@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>
-
- 25 Jan, 2012 1 commit
-
-
Friedemann Kleint authored
Change-Id: If5ad70222983d5dede57fb7443262a736114b85e Reviewed-by:
hjk <qthjk@ovi.com>
-
- 24 Jan, 2012 1 commit
-
-
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>
-
- 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>
-
- 15 Nov, 2011 2 commits
-
-
hjk authored
Change-Id: Ic794fdc6a582f4a03d84b6220c59111044c753b9 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: I7a6d29aba5acd2eafccf8b2c2fc08cc4ed6f00f3 Task-Nr: QTCREATORBUG-6318 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 16 Aug, 2011 1 commit
-
-
Christian Kamm authored
* Add 'Run Checks' action (Ctrl-Shift-C) to perform checks on all projects. * Add 'QML Analysis' build issues category to separate clear errors from semantic analysis results. * Disabled automatic updating of analysis results. Change-Id: I4c948b1bd39f55655073e56c5e3ca7837f727665 Reviewed-on: http://codereview.qt.nokia.com/2850Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 25 Jul, 2011 1 commit
-
-
Christiaan Janssen authored
Change-Id: Ice0debcb6b83977b8f50dd154687e7c5c6abac7b Reviewed-on: http://codereview.qt.nokia.com/2113Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 21 Jul, 2011 1 commit
-
-
Christiaan Janssen authored
Change-Id: I8c1dd66bca57e043fabed3d9d7726a58513cbcf9 Reviewed-on: http://codereview.qt.nokia.com/1942Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 06 Jul, 2011 1 commit
-
-
hjk authored
Change-Id: I195b92107e90519d456dbd12a28e9ad236e4b298 Reviewed-on: http://codereview.qt.nokia.com/1241Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 04 Jul, 2011 3 commits
-
-
hjk authored
Change-Id: If74c8035bc83a8113c2a15dcacefa38afbbbb4d8 Reviewed-on: http://codereview.qt.nokia.com/1056Reviewed-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>
-
- 29 Jun, 2011 1 commit
-
-
hjk authored
Change-Id: Id925bb638b2757ef079c21192d4e2a8cc8f08694 Reviewed-on: http://codereview.qt.nokia.com/908Reviewed-by:
hjk <qthjk@ovi.com>
-
- 28 Jun, 2011 1 commit
-
-
Kai Koehne authored
Check for the Qt version in teh active build configuration. If it's too old warn the user that we require 4.7.4. (The app running doesn't necessarily have to have the same Qt version, so this is just an approximation). Change-Id: Id1f31e4f0734448712dd48ecf6526ca89da45b8b Reviewed-on: http://codereview.qt.nokia.com/460Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 27 Jun, 2011 1 commit
-
-
hjk authored
It's all dockwidgets now. Change-Id: Ia47ca9331fdfbe12ca11f77c26afc35e73a2fae3 Reviewed-on: http://codereview.qt.nokia.com/776Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-