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

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


Revision: 5116
Author:   nuri
Date:     2017-11-26 23:20:35 +0100 (Sun, 26 Nov 2017)
Log Message:
-----------
icon theme: add missing icons in size 16x16px

Modified Paths:
--------------
    trunk/ico/16x16/go-down.png
    trunk/ico/22x22/dialog-information.png
    trunk/ico/copyright
    trunk/qelectrotech.qrc
    trunk/sources/elementspanelwidget.cpp
    trunk/sources/projectview.cpp
    trunk/sources/qeticons.cpp
    trunk/sources/qeticons.h

Added Paths:
-----------
    trunk/ico/16x16/go-bottom.png
    trunk/ico/16x16/go-down-double.png
    trunk/ico/16x16/go-top.png
    trunk/ico/16x16/go-up-double.png

Added: trunk/ico/16x16/go-bottom.png
===================================================================
(Binary files differ)

Index: trunk/ico/16x16/go-bottom.png
===================================================================
--- trunk/ico/16x16/go-bottom.png	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/ico/16x16/go-bottom.png	2017-11-26 22:20:35 UTC (rev 5116)

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

Index: trunk/ico/16x16/go-down-double.png
===================================================================
--- trunk/ico/16x16/go-down-double.png	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/ico/16x16/go-down-double.png	2017-11-26 22:20:35 UTC (rev 5116)

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

Added: trunk/ico/16x16/go-top.png
===================================================================
(Binary files differ)

Index: trunk/ico/16x16/go-top.png
===================================================================
--- trunk/ico/16x16/go-top.png	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/ico/16x16/go-top.png	2017-11-26 22:20:35 UTC (rev 5116)

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

Index: trunk/ico/16x16/go-up-double.png
===================================================================
--- trunk/ico/16x16/go-up-double.png	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/ico/16x16/go-up-double.png	2017-11-26 22:20:35 UTC (rev 5116)

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

Modified: trunk/ico/copyright
===================================================================
--- trunk/ico/copyright	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/ico/copyright	2017-11-26 22:20:35 UTC (rev 5116)
@@ -159,6 +159,8 @@
     ico/16x16/folder-only-this.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/16x16/folder-properties.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/go-down-double.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
+    ico/16x16/go-up-double.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)
     ico/16x16/label.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
     ico/16x16/list-remove.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)

Modified: trunk/qelectrotech.qrc
===================================================================
--- trunk/qelectrotech.qrc	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/qelectrotech.qrc	2017-11-26 22:20:35 UTC (rev 5116)
@@ -573,5 +573,9 @@
         <file>ico/16x16/folder-edit.png</file>
         <file>ico/16x16/folder-open.png</file>
         <file>ico/16x16/folder-properties.png</file>
+        <file>ico/16x16/go-up-double.png</file>
+        <file>ico/16x16/go-down-double.png</file>
+        <file>ico/16x16/go-top.png</file>
+        <file>ico/16x16/go-bottom.png</file>
     </qresource>
 </RCC>

Modified: trunk/sources/elementspanelwidget.cpp
===================================================================
--- trunk/sources/elementspanelwidget.cpp	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/sources/elementspanelwidget.cpp	2017-11-26 22:20:35 UTC (rev 5116)
@@ -43,19 +43,19 @@
 	elements_panel = new ElementsPanel(this);
 	
 	// initialise les actions
-    open_directory        = new QAction(QET::Icons::FolderOpen,              tr("Ouvrir le dossier correspondant"),     this);
-	copy_path             = new QAction(QET::Icons::IC_CopyFile,                  tr("Copier le chemin"),                    this);
-	prj_activate          = new QAction(QET::Icons::ProjectFile,               tr("Basculer vers ce projet"),             this);
-	prj_close             = new QAction(QET::Icons::DocumentClose,             tr("Fermer ce projet"),                    this);
-	prj_edit_prop         = new QAction(QET::Icons::DialogInformation,         tr("Propriétés du projet"),          this);
-	prj_prop_diagram      = new QAction(QET::Icons::DialogInformation,         tr("Propriétés du folio"),       this);
-	prj_add_diagram       = new QAction(QET::Icons::DiagramAdd,                tr("Ajouter un folio"),                this);
-	prj_del_diagram       = new QAction(QET::Icons::DiagramDelete,             tr("Supprimer ce folio"),              this);
-	prj_move_diagram_up   = new QAction(QET::Icons::GoUp,                      tr("Remonter ce folio"),               this);
-	prj_move_diagram_down = new QAction(QET::Icons::GoDown,                    tr("Abaisser ce folio"),               this);
-	prj_move_diagram_upx10   = new QAction(QET::Icons::GoUp,                   tr("Remonter ce folio x10"),           this);
-	prj_move_diagram_top   = new QAction(QET::Icons::GoUp,                     tr("Remonter ce folio au debut"),               this);
-	prj_move_diagram_downx10 = new QAction(QET::Icons::GoDown,                 tr("Abaisser ce folio x10"),           this);
+    open_directory           = new QAction(QET::Icons::FolderOpen,             tr("Ouvrir le dossier correspondant"),     this);
+    copy_path                = new QAction(QET::Icons::IC_CopyFile,            tr("Copier le chemin"),                    this);
+    prj_activate             = new QAction(QET::Icons::ProjectFile,            tr("Basculer vers ce projet"),             this);
+    prj_close                = new QAction(QET::Icons::DocumentClose,          tr("Fermer ce projet"),                    this);
+    prj_edit_prop            = new QAction(QET::Icons::DialogInformation,      tr("Propriétés du projet"),          this);
+    prj_prop_diagram         = new QAction(QET::Icons::DialogInformation,      tr("Propriétés du folio"),       this);
+    prj_add_diagram          = new QAction(QET::Icons::DiagramAdd,             tr("Ajouter un folio"),                this);
+    prj_del_diagram          = new QAction(QET::Icons::DiagramDelete,          tr("Supprimer ce folio"),              this);
+    prj_move_diagram_up      = new QAction(QET::Icons::GoUp,                   tr("Remonter ce folio"),               this);
+    prj_move_diagram_down    = new QAction(QET::Icons::GoDown,                 tr("Abaisser ce folio"),               this);
+    prj_move_diagram_upx10   = new QAction(QET::Icons::GoUpDouble,             tr("Remonter ce folio x10"),           this);
+    prj_move_diagram_top     = new QAction(QET::Icons::GoTop,                  tr("Remonter ce folio au debut"),               this);
+    prj_move_diagram_downx10 = new QAction(QET::Icons::GoDownDouble,           tr("Abaisser ce folio x10"),           this);
 	tbt_add               = new QAction(QET::Icons::TitleBlock,                tr("Nouveau modèle"),                   this);
 	tbt_edit              = new QAction(QET::Icons::TitleBlock,                tr("Éditer ce modèle"),              this);
 	tbt_remove            = new QAction(QET::Icons::TitleBlock,                tr("Supprimer ce modèle"),              this);

Modified: trunk/sources/projectview.cpp
===================================================================
--- trunk/sources/projectview.cpp	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/sources/projectview.cpp	2017-11-26 22:20:35 UTC (rev 5116)
@@ -387,7 +387,7 @@
 		return;
 
 		// Add new tab for the diagram
-	m_tab->addTab(diagram_view, QET::Icons::Diagram, diagram_view -> title());
+    m_tab->addTab(diagram_view, QET::Icons::Diagram, diagram_view -> title());
 	diagram_view->setFrameStyle(QFrame::Plain | QFrame::NoFrame);
 
 	m_diagram_view_list << diagram_view;

Modified: trunk/sources/qeticons.cpp
===================================================================
--- trunk/sources/qeticons.cpp	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/sources/qeticons.cpp	2017-11-26 22:20:35 UTC (rev 5116)
@@ -99,8 +99,12 @@
 		QIcon Forbidden;
 		QIcon FullScreenEnter;
 		QIcon FullScreenExit;
-		QIcon GoDown;
-		QIcon GoUp;
+        QIcon GoBottom;
+        QIcon GoDown;
+        QIcon GoDownDouble;
+        QIcon GoTop;
+        QIcon GoUp;
+        QIcon GoUpDouble;
 		QIcon Ground;
 		QIcon Grid;
 		QIcon Hide;
@@ -237,6 +241,7 @@
     IC_CopyFile            .addFile(":/ico/16x16/item-copy.png");
     DiagramAdd          .addFile(":/ico/16x16/folio-new.png");
     DiagramAdd          .addFile(":/ico/22x22/diagram_add.png");
+    Diagram             .addFile(":/ico/16x16/diagram.png");
 	Diagram             .addFile(":/ico/diagram.png");
 	DiagramBg           .addFile(":/ico/22x22/diagram_bg.png");
     DiagramDelete       .addFile(":/ico/16x16/folio-delete.png");
@@ -358,10 +363,14 @@
 	FullScreenEnter     .addFile(":/ico/22x22/view-fullscreen.png");
 	FullScreenExit      .addFile(":/ico/16x16/view-restore.png");
 	FullScreenExit      .addFile(":/ico/22x22/view-restore.png");
+    GoBottom            .addFile(":/ico/16x16/go-bottom.png");
 	GoDown              .addFile(":/ico/16x16/go-down.png");
 	GoDown              .addFile(":/ico/22x22/go-down.png");
+    GoDownDouble        .addFile(":/ico/16x16/go-down-double.png");
+    GoTop               .addFile(":/ico/16x16/go-top.png");
 	GoUp                .addFile(":/ico/16x16/go-up.png");
 	GoUp                .addFile(":/ico/22x22/go-up.png");
+    GoUpDouble          .addFile(":/ico/16x16/go-up-double.png");
 	Ground              .addFile(":/ico/16x16/ground.png");
     Grid                .addFile(":/ico/16x16/grid.png");
 	Grid                .addFile(":/ico/22x22/grid.png");

Modified: trunk/sources/qeticons.h
===================================================================
--- trunk/sources/qeticons.h	2017-11-26 21:13:56 UTC (rev 5115)
+++ trunk/sources/qeticons.h	2017-11-26 22:20:35 UTC (rev 5116)
@@ -105,8 +105,12 @@
 		extern QIcon Forbidden;
 		extern QIcon FullScreenEnter;
 		extern QIcon FullScreenExit;
-		extern QIcon GoDown;
-		extern QIcon GoUp;
+        extern QIcon GoBottom;
+        extern QIcon GoDown;
+        extern QIcon GoDownDouble;
+        extern QIcon GoTop;
+        extern QIcon GoUp;
+        extern QIcon GoUpDouble;
 		extern QIcon Ground;
 		extern QIcon Grid;
 		extern QIcon Hide;


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