- 04 Jul, 2016 1 commit
-
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: Id09b62b7b9812d9c0981202c257d18387a8b09d9 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
- 15 Apr, 2016 1 commit
-
-
Tobias Hunger authored
Change-Id: I4793b58aa77bcd46af99f8b843c0f7439cdc9269 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Vikas Pachdha <vikas.pachdha@theqtcompany.com>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@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>
-
- 24 Feb, 2015 1 commit
-
-
hjk authored
PageIds are supposed to be unique, so the CategoryId can be determined from the PageId. Look for PageIds in the already expanded categories first before searching through expensive categories. Change-Id: I006beb0df6183453163ac1810fe59a306a0f52b1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@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: I44745947f315b73f0b983d4362f884580dc2d94b Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 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>
-
- 14 Jul, 2014 1 commit
-
-
Eike Ziller authored
Otherwise the options dialog might appear behind the current "dialog" (for example the "new" wizards). Also, take ICore::dialogParent as default. Change-Id: I4578e269db5763842a942549a45ec8cdd6b28b5d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 17 Jun, 2014 1 commit
-
-
Alessandro Portale authored
There are multiple copies of these pngs in different plugins. Let's have one version in core, also as @2x variant. Change-Id: Iedff1a6190a72c1947dd202ae1ee46f59f9fb13c Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 19 May, 2014 1 commit
-
-
Alessandro Portale authored
Instead of repeating strings like ":/projectexplorer/images/compile_warning.png" all over the code, we should use constants for it. Change-Id: I91b36838d6da0a2332381e433788e796948d26db Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Feb, 2014 1 commit
-
-
Eike Ziller authored
We have many buttons that open the options dialog, and many of these use different terms. Change-Id: I073fe2a23569c6f4174a2fb6567359c89cb2427c Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 21 Feb, 2014 1 commit
-
-
Eike Ziller authored
And change the summary text to point out the issue. Change-Id: I041438c5183a9ce2b0b1b89ed0f8032c7f26687f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 20 Feb, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: Icab9df511d0cab349aaeb9420ae437af36836733 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 17 Jan, 2014 1 commit
-
-
Daniel Teske authored
Make it possible to create multiple AndroidConfigs so that we can have a different one in the settings dialog from the global one. Move pretty much every method from AndroidConfigurations to AndroidConfig, so that the settings dialog can work with its copy. Also add some additional logic to the settings page around the java setting. To start the avd manager we need both a sdk path and a java path. Also do some basic additional checking of the java path. Task-number: QTCREATORBUG-7724 Task-number: QTCREATORBUG-10936 Task-number: QTCREATORBUG-10937 Task-number: QTCREATORBUG-11059 Task-number: QTCREATORBUG-11218 Change-Id: I148c69b9c98a8a070d17d9b0e223d01db1750e69 Reviewed-by:
Daniel Teske <daniel.teske@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 Nov, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: I89bf087e924d7941aaec12bb8f4324df4a93793a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 18 Oct, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: Iabe9a7821b1ac831c62bf52d393a5190dbb2d58a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 09 Oct, 2013 1 commit
-
-
Leena Miettinen authored
Fix typos and style issues. Change-Id: I8d1bbccd55e7558e7f8a8bedbab95f4bb8a8478f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 01 Oct, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I6569e3d53b78cdcdf8607a289b5be37447e0a03c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-