aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/qmldesignericons.h
Commit message (Collapse)AuthorAgeFilesLines
* QmlDesigner: Add highlight color to edit 3D view toolbar buttonsMiikka Heikkinen2020-04-021-8/+8
| | | | | | Task-number: QDS-1752 Change-Id: Ice390cd1c53f26b48aca5789c2a1c7736ffa990a Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* QmlDesigner: Enable toggling the helper grid on/offMahmoud Badri2020-03-301-0/+4
| | | | | | | | | | Also remove the toolbar buttons from the puppet side and few other clean-ups. Task-number: QDS-1849 Change-Id: I075753552043a9f1bc649f6baf54dc7b689e4f64 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: Update 3D Edit view iconsMiikka Heikkinen2020-03-031-11/+11
| | | | | | Task-number: QDS-1691 Change-Id: I2f41a912217ba4494cf622e0ad11fac60dbd6b1b Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* Integrate Edit3D view into CreatorMiikka Heikkinen2020-02-241-0/+31
| | | | | | | | | Edit3D view is now a tab alongside Form Editor. Buttons were moved to a Creator side task bar on Edit 3D view. Change-Id: Ia06107e4f855ba512ffea3e628a61558894e800e Fixes: QDS-1570 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: Update icons of Qt Quick DesignerThomas Hartmann2018-08-221-4/+2
| | | | | Change-Id: I970da740c15505cae525fc3514a27c1bc12fe40f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Unify "Reset" iconsAlessandro Portale2016-04-271-2/+0
| | | | | Change-Id: Ice6029b01f202ab6ed6ffc2fbc54a103c43c9d5d Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-151-4/+0
|\ | | | | | | Change-Id: Ied609608f6b12aa923c67777bc5a273c4d8fbcbb
| * Icons: Removing several duplicates and variations of the eye_open iconAlessandro Portale2016-04-121-4/+0
| | | | | | | | | | Change-Id: I598005ac81bd847d3d5e88c3d78a0e945c8026c5 Reviewed-by: hjk <hjk@theqtcompany.com>
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-121-2/+0
|\| | | | | | | | | | | | | Conflicts: src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp Change-Id: I6ae2d37290643d69390f679a54f7596782f3d97f
| * Bounding Rect Icon: Move from qmldesigner to coreAlessandro Portale2016-04-111-2/+0
| | | | | | | | | | | | | | ..and re-use it in the imageviewer plugin Change-Id: I230bdf6917203c9f4e5ed08a0fdd13dfca8b9749 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* | Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
|/ | | | | | | Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-10/+10
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-0/+64
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>