- 03 Feb, 2016 1 commit
-
-
Alessandro Portale authored
The color role was already availabe in Utils::Theme, but Utils::Icon didn't yet make use of it. That was a bug. Change-Id: Ifb99e08567223c0999296fde34f61de21b764b14 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update remaining files in src Change-Id: I1896f17fcf34f71c3310c87899fb5171b8e4afb1 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 07 Jan, 2016 1 commit
-
-
Christian Stenger authored
This produced wrong disabled icons on some platforms. Change-Id: I3a80ac7f5e1fd5027d665e5791df802c78e2113a Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 23 Dec, 2015 1 commit
-
-
Alessandro Portale authored
A drop shadow and the "punching of edges" are now independantly settable. Change-Id: I48bf88944d0cfce504aef0a1c04979ab2dc4cb9f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 08 Dec, 2015 1 commit
-
-
Alessandro Portale authored
The warning/error/info with shadow and transparent mark work well on our toolbars but not anywhere else. This patch creates a separate set of these icons with better contrast, filled marks and no shadow. Change-Id: I96787753dffd80b325336f0adc8e3be054c34618 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 03 Dec, 2015 2 commits
-
-
Alessandro Portale authored
No visual changes Change-Id: I542adc1546787a9a33fb90d6c03e109bb7a757b6 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Alessandro Portale authored
This patch adds flat side bar icons according to http://blog.qt.io/blog/author/didesous/ The flat icons are supposed to be opt-in, via the theme flag "FlatSideBarIcons=true". It is false by default for the default theme for now. Change-Id: I1cbe69d4e138d5d23c0172a374933ac7a4ce8a5b Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 25 Nov, 2015 2 commits
-
-
Christian Stenger authored
Change-Id: I3490e9fab2cd7c6f0a4e88dcc97d7894ee4a14b1 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
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 implements the helper functions for the loading and theme-specific recoloring of icons. Change-Id: Ie6e96eeecb70dccd6b95338c653a9d3b760557cc Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-