[qet] qet/qet: [5113] icon theme: add missing icons in size 16x16px

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 5113
Author:   nuri
Date:     2017-11-26 08:13:14 +0100 (Sun, 26 Nov 2017)
Log Message:
-----------
icon theme: add missing icons in size 16x16px

Modified Paths:
--------------
    trunk/ico/22x22/diagram_bg.png
    trunk/ico/copyright
    trunk/qelectrotech.qrc
    trunk/sources/qeticons.cpp

Added Paths:
-----------
    trunk/ico/16x16/grid.png
    trunk/ico/16x16/move.png
    trunk/ico/16x16/select.png

Added: trunk/ico/16x16/grid.png
===================================================================
(Binary files differ)

Index: trunk/ico/16x16/grid.png
===================================================================
--- trunk/ico/16x16/grid.png	2017-11-26 06:36:06 UTC (rev 5112)
+++ trunk/ico/16x16/grid.png	2017-11-26 07:13:14 UTC (rev 5113)

Property changes on: trunk/ico/16x16/grid.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/ico/16x16/move.png
===================================================================
(Binary files differ)

Index: trunk/ico/16x16/move.png
===================================================================
--- trunk/ico/16x16/move.png	2017-11-26 06:36:06 UTC (rev 5112)
+++ trunk/ico/16x16/move.png	2017-11-26 07:13:14 UTC (rev 5113)

Property changes on: trunk/ico/16x16/move.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/ico/16x16/select.png
===================================================================
(Binary files differ)

Index: trunk/ico/16x16/select.png
===================================================================
--- trunk/ico/16x16/select.png	2017-11-26 06:36:06 UTC (rev 5112)
+++ trunk/ico/16x16/select.png	2017-11-26 07:13:14 UTC (rev 5113)

Property changes on: trunk/ico/16x16/select.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/ico/22x22/diagram_bg.png
===================================================================
(Binary files differ)

Modified: trunk/ico/copyright
===================================================================
--- trunk/ico/copyright	2017-11-26 06:36:06 UTC (rev 5112)
+++ trunk/ico/copyright	2017-11-26 07:13:14 UTC (rev 5113)
@@ -149,6 +149,7 @@
     ico/16x16/export-csv.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/16x16/folio-delete.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/16x16/folio-new.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
+    ico/16x16/folio-properties.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/16x16/folder-only-this.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/16x16/folder-show-all.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/16x16/ground.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
@@ -174,7 +175,7 @@
     ico/22x22/diagram_bg.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/22x22/diagram_del.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/22x22/dialog-information.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
-    ico/22x22/dcument-open.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
+    ico/22x22/document-open.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/22x22/edit-clear.png from https://www.brandeps.com (License CC BY-ND 3.0)
                   changes: icon color, icon rotation
     ico/22x22/element-delete.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)

Modified: trunk/qelectrotech.qrc
===================================================================
--- trunk/qelectrotech.qrc	2017-11-26 06:36:06 UTC (rev 5112)
+++ trunk/qelectrotech.qrc	2017-11-26 07:13:14 UTC (rev 5113)
@@ -560,5 +560,8 @@
         <file>ico/16x16/project-properties.png</file>
         <file>ico/16x16/table-of-content.png</file>
         <file>ico/16x16/folio-properties.png</file>
+        <file>ico/16x16/select.png</file>
+        <file>ico/16x16/grid.png</file>
+        <file>ico/16x16/move.png</file>
     </qresource>
 </RCC>

Modified: trunk/sources/qeticons.cpp
===================================================================
--- trunk/sources/qeticons.cpp	2017-11-26 06:36:06 UTC (rev 5112)
+++ trunk/sources/qeticons.cpp	2017-11-26 07:13:14 UTC (rev 5113)
@@ -350,6 +350,7 @@
 	GoUp                .addFile(":/ico/16x16/go-up.png");
 	GoUp                .addFile(":/ico/22x22/go-up.png");
 	Ground              .addFile(":/ico/16x16/ground.png");
+    Grid                .addFile(":/ico/16x16/grid.png");
 	Grid                .addFile(":/ico/22x22/grid.png");
 	Hide                .addFile(":/ico/16x16/masquer.png");
 	Home                .addFile(":/ico/16x16/go-home.png");
@@ -372,6 +373,7 @@
 	PartLine            .addFile(":/ico/22x22/line.png");
 	PartPolygon         .addFile(":/ico/22x22/polygon.png");
 	PartRectangle       .addFile(":/ico/22x22/rectangle.png");
+    PartSelect          .addFile(":/ico/16x16/select.png");
 	PartSelect          .addFile(":/ico/22x22/select.png");
 	PartText            .addFile(":/ico/22x22/text.png");
 	PartTextField       .addFile(":/ico/22x22/textfield.png");
@@ -428,6 +430,7 @@
 	UserInformations    .addFile(":/ico/22x22/preferences-desktop-user.png");
 	ViewFitWidth        .addFile(":/ico/22x22/view_fit_width.png");
     ViewFitWindow       .addFile(":/ico/22x22/view-fit-window.png");
+    ViewMove            .addFile(":/ico/16x16/move.png");
 	ViewMove            .addFile(":/ico/22x22/move.png");
 	if (rtl) {
 		ViewRefresh.addPixmap(QPixmap(":/ico/16x16/view-refresh.png").transformed(reverse));


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/