From 3688ee17fcfa483d74d374bd713310099d428a11 Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Fri, 11 Feb 2022 10:25:39 +0100 Subject: [PATCH] QmlDesigner: Add new icons to icon font Add downloadUnavailable, downloadUpdate, downloaded icons Task-number: QDS-6174 Change-Id: I473cd786b3eb12aeb79b737141a7bb8da381e0e5 Reviewed-by: Thomas Hartmann Reviewed-by: Brook Cronin --- .../imports/StudioTheme/InternalConstants.qml | 171 +++++++++--------- .../imports/StudioTheme/icons.ttf | Bin 21740 -> 22240 bytes .../components/componentcore/theme.h | 3 + 3 files changed, 90 insertions(+), 84 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml index 9adc5e5f2c9..db952d5286a 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml @@ -96,90 +96,93 @@ QtObject { readonly property string distributeSpacingVertical: "\u005B" readonly property string distributeTop: "\u005C" readonly property string download: "\u005D" - readonly property string edit: "\u005E" - readonly property string eyeDropper: "\u005F" - readonly property string favorite: "\u0060" - readonly property string flowAction: "\u0061" - readonly property string flowTransition: "\u0062" - readonly property string fontStyleBold: "\u0063" - readonly property string fontStyleItalic: "\u0064" - readonly property string fontStyleStrikethrough: "\u0065" - readonly property string fontStyleUnderline: "\u0066" - readonly property string gradient: "\u0067" - readonly property string gridView: "\u0068" - readonly property string idAliasOff: "\u0069" - readonly property string idAliasOn: "\u006A" - readonly property string infinity: "\u006B" - readonly property string keyframe: "\u006C" - readonly property string linkTriangle: "\u006D" - readonly property string linked: "\u006E" - readonly property string listView: "\u006F" - readonly property string lockOff: "\u0070" - readonly property string lockOn: "\u0071" - readonly property string mergeCells: "\u0072" - readonly property string minus: "\u0073" - readonly property string mirror: "\u0074" - readonly property string orientation: "\u0075" - readonly property string paddingEdge: "\u0076" - readonly property string paddingFrame: "\u0077" - readonly property string pasteStyle: "\u0078" - readonly property string pause: "\u0079" - readonly property string pin: "\u007A" - readonly property string play: "\u007B" - readonly property string plus: "\u007C" - readonly property string promote: "\u007D" - readonly property string readOnly: "\u007E" - readonly property string redo: "\u007F" - readonly property string rotationFill: "\u0080" - readonly property string rotationOutline: "\u0081" - readonly property string search: "\u0082" - readonly property string sectionToggle: "\u0083" - readonly property string splitColumns: "\u0084" - readonly property string splitRows: "\u0085" - readonly property string startNode: "\u0086" - readonly property string testIcon: "\u0087" - readonly property string textAlignBottom: "\u0088" - readonly property string textAlignCenter: "\u0089" - readonly property string textAlignJustified: "\u008A" - readonly property string textAlignLeft: "\u008B" - readonly property string textAlignMiddle: "\u008C" - readonly property string textAlignRight: "\u008D" - readonly property string textAlignTop: "\u008E" - readonly property string textBulletList: "\u008F" - readonly property string textFullJustification: "\u0090" - readonly property string textNumberedList: "\u0091" - readonly property string tickIcon: "\u0092" - readonly property string translationCreateFiles: "\u0093" - readonly property string translationCreateReport: "\u0094" - readonly property string translationExport: "\u0095" - readonly property string translationImport: "\u0096" - readonly property string translationSelectLanguages: "\u0097" - readonly property string translationTest: "\u0098" - readonly property string transparent: "\u0099" - readonly property string triState: "\u009A" - readonly property string triangleArcA: "\u009B" - readonly property string triangleArcB: "\u009D" - readonly property string triangleCornerA: "\u009E" - readonly property string triangleCornerB: "\u009F" - readonly property string unLinked: "\u00A0" - readonly property string undo: "\u00A1" - readonly property string unpin: "\u00A2" - readonly property string upDownIcon: "\u00A3" - readonly property string upDownSquare2: "\u00A4" - readonly property string visibilityOff: "\u00A5" - readonly property string visibilityOn: "\u00A6" - readonly property string wildcard: "\u00A7" - readonly property string wizardsAutomotive: "\u00A8" - readonly property string wizardsDesktop: "\u00A9" - readonly property string wizardsGeneric: "\u00AA" - readonly property string wizardsMcuEmpty: "\u00AB" - readonly property string wizardsMcuGraph: "\u00AC" - readonly property string wizardsMobile: "\u00AE" - readonly property string wizardsUnknown: "\u00AF" - readonly property string zoomAll: "\u00B0" - readonly property string zoomIn: "\u00B1" - readonly property string zoomOut: "\u00B2" - readonly property string zoomSelection: "\u00B3" + readonly property string downloadUnavailable: "\u005E" + readonly property string downloadUpdate: "\u005F" + readonly property string downloaded: "\u0060" + readonly property string edit: "\u0061" + readonly property string eyeDropper: "\u0062" + readonly property string favorite: "\u0063" + readonly property string flowAction: "\u0064" + readonly property string flowTransition: "\u0065" + readonly property string fontStyleBold: "\u0066" + readonly property string fontStyleItalic: "\u0067" + readonly property string fontStyleStrikethrough: "\u0068" + readonly property string fontStyleUnderline: "\u0069" + readonly property string gradient: "\u006A" + readonly property string gridView: "\u006B" + readonly property string idAliasOff: "\u006C" + readonly property string idAliasOn: "\u006D" + readonly property string infinity: "\u006E" + readonly property string keyframe: "\u006F" + readonly property string linkTriangle: "\u0070" + readonly property string linked: "\u0071" + readonly property string listView: "\u0072" + readonly property string lockOff: "\u0073" + readonly property string lockOn: "\u0074" + readonly property string mergeCells: "\u0075" + readonly property string minus: "\u0076" + readonly property string mirror: "\u0077" + readonly property string orientation: "\u0078" + readonly property string paddingEdge: "\u0079" + readonly property string paddingFrame: "\u007A" + readonly property string pasteStyle: "\u007B" + readonly property string pause: "\u007C" + readonly property string pin: "\u007D" + readonly property string play: "\u007E" + readonly property string plus: "\u007F" + readonly property string promote: "\u0080" + readonly property string readOnly: "\u0081" + readonly property string redo: "\u0082" + readonly property string rotationFill: "\u0083" + readonly property string rotationOutline: "\u0084" + readonly property string search: "\u0085" + readonly property string sectionToggle: "\u0086" + readonly property string splitColumns: "\u0087" + readonly property string splitRows: "\u0088" + readonly property string startNode: "\u0089" + readonly property string testIcon: "\u008A" + readonly property string textAlignBottom: "\u008B" + readonly property string textAlignCenter: "\u008C" + readonly property string textAlignJustified: "\u008D" + readonly property string textAlignLeft: "\u008E" + readonly property string textAlignMiddle: "\u008F" + readonly property string textAlignRight: "\u0090" + readonly property string textAlignTop: "\u0091" + readonly property string textBulletList: "\u0092" + readonly property string textFullJustification: "\u0093" + readonly property string textNumberedList: "\u0094" + readonly property string tickIcon: "\u0095" + readonly property string translationCreateFiles: "\u0096" + readonly property string translationCreateReport: "\u0097" + readonly property string translationExport: "\u0098" + readonly property string translationImport: "\u0099" + readonly property string translationSelectLanguages: "\u009A" + readonly property string translationTest: "\u009B" + readonly property string transparent: "\u009D" + readonly property string triState: "\u009E" + readonly property string triangleArcA: "\u009F" + readonly property string triangleArcB: "\u00A0" + readonly property string triangleCornerA: "\u00A1" + readonly property string triangleCornerB: "\u00A2" + readonly property string unLinked: "\u00A3" + readonly property string undo: "\u00A4" + readonly property string unpin: "\u00A5" + readonly property string upDownIcon: "\u00A6" + readonly property string upDownSquare2: "\u00A7" + readonly property string visibilityOff: "\u00A8" + readonly property string visibilityOn: "\u00A9" + readonly property string wildcard: "\u00AA" + readonly property string wizardsAutomotive: "\u00AB" + readonly property string wizardsDesktop: "\u00AC" + readonly property string wizardsGeneric: "\u00AE" + readonly property string wizardsMcuEmpty: "\u00AF" + readonly property string wizardsMcuGraph: "\u00B0" + readonly property string wizardsMobile: "\u00B1" + readonly property string wizardsUnknown: "\u00B2" + readonly property string zoomAll: "\u00B3" + readonly property string zoomIn: "\u00B4" + readonly property string zoomOut: "\u00B5" + readonly property string zoomSelection: "\u00B6" readonly property font iconFont: Qt.font({ "family": controlIcons.name, diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf index b6d6af3df2407f628a05f16466912bedc2a60fb4..25c4b1e44320ed71d97ff0322d562e4f67ce615f 100644 GIT binary patch delta 977 zcmaE}lJUV>#(D-u1_lORh6V;^h5$FW5Z`Hc?yX~B2s^^Sz#!uvtZx+Aks8Fnz!<^6 zz>tufn^Gh^)1_p*Z3=9lr85ybdiCka*Ph?R8 zlHMnMNhVC@gshYtgItZ=26-*{ISMQac?u^Kc@#YqXKl`5#(D-u1_lORh6V;^h5$FW5Z`H=?ptufn^@qn!!D75f$0SU17lEfS&0IJB2y&;1B(p<0|QHXVsXL${|w9w3?U~N7#KLx zb1Ktf6Q5jWU|`K*U~ufoNKH&pI=HEpfq~%;0|SFuMn-CVBG=dd6B!s7MHmCowRvI503UYUL(Y6fitwxWvG~Xu-h1ppciCn|dzL zrhbx5RwRxI4AK#GE1^aa*pIS$!l6tJW^g#EmG&CUP=9vZj$~Y<0h*k zyF&JkT$tPmc?0=b@?R7z6iO71F)(bdVC56rtS4))%WlMA%Am_&IJv~jg2l*G*KqO% eub+%lHm~y5VBCDeCxB&hQeZJFH#}svF8}~aPng00 diff --git a/src/plugins/qmldesigner/components/componentcore/theme.h b/src/plugins/qmldesigner/components/componentcore/theme.h index 1bcaea63307..627eca23a5b 100644 --- a/src/plugins/qmldesigner/components/componentcore/theme.h +++ b/src/plugins/qmldesigner/components/componentcore/theme.h @@ -104,6 +104,9 @@ public: distributeSpacingVertical, distributeTop, download, + downloadUnavailable, + downloadUpdate, + downloaded, edit, eyeDropper, favorite,