[qet] [3816] Icon: cosmetic changes, thank Nuri for icons |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3816
Author: scorpio810
Date: 2015-03-10 15:47:03 +0100 (Tue, 10 Mar 2015)
Log Message:
-----------
Icon: cosmetic changes, thank Nuri for icons
Modified Paths:
--------------
trunk/ico/22x22/dialog-information.png
trunk/qelectrotech.qrc
trunk/sources/configpages.cpp
trunk/sources/qetdiagrameditor.cpp
trunk/sources/qeticons.cpp
trunk/sources/qeticons.h
Added Paths:
-----------
trunk/ico/128x128/project.png
trunk/ico/22x22/qelectrotab-into.png
Added: trunk/ico/128x128/project.png
===================================================================
(Binary files differ)
Property changes on: trunk/ico/128x128/project.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/ico/22x22/dialog-information.png
===================================================================
(Binary files differ)
Added: trunk/ico/22x22/qelectrotab-into.png
===================================================================
(Binary files differ)
Property changes on: trunk/ico/22x22/qelectrotab-into.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/qelectrotech.qrc
===================================================================
--- trunk/qelectrotech.qrc 2015-03-09 10:16:20 UTC (rev 3815)
+++ trunk/qelectrotech.qrc 2015-03-10 14:47:03 UTC (rev 3816)
@@ -231,5 +231,7 @@
<file>ico/24x16/be.png</file>
<file>ico/128x128/plasmagik.png</file>
<file>ico/22x22/autoconnect.png</file>
+ <file>ico/128x128/project.png</file>
+ <file>ico/22x22/qelectrotab-into.png</file>
</qresource>
</RCC>
Modified: trunk/sources/configpages.cpp
===================================================================
--- trunk/sources/configpages.cpp 2015-03-09 10:16:20 UTC (rev 3815)
+++ trunk/sources/configpages.cpp 2015-03-10 14:47:03 UTC (rev 3816)
@@ -161,7 +161,7 @@
* @return icon of this page
*/
QIcon NewDiagramPage::icon() const {
- return(QET::Icons::NewDiagram);
+ return(QET::Icons::Projects);
}
/**
Modified: trunk/sources/qetdiagrameditor.cpp
===================================================================
--- trunk/sources/qetdiagrameditor.cpp 2015-03-09 10:16:20 UTC (rev 3815)
+++ trunk/sources/qetdiagrameditor.cpp 2015-03-10 14:47:03 UTC (rev 3816)
@@ -189,7 +189,7 @@
cut = new QAction(QET::Icons::EditCut, tr("Co&uper"), this);
copy = new QAction(QET::Icons::EditCopy, tr("Cop&ier"), this);
paste = new QAction(QET::Icons::EditPaste, tr("C&oller"), this);
- conductor_reset = new QAction(QET::Icons::ConductorSettings, tr("Réinitialiser les conducteurs"), this);
+ conductor_reset = new QAction(QET::Icons::ConductorSettings, tr("Réinitialiser les conducteurs"), this);
m_auto_conductor = new QAction (QET::Icons::Autoconnect, tr("Création automatique de conducteur(s)","Tool tip of auto conductor"), this);
m_auto_conductor -> setStatusTip (tr("Utiliser la création automatique de conducteur(s) quand cela est possible", "Status tip of auto conductor"));
@@ -197,21 +197,21 @@
m_auto_conductor -> setDisabled (true);
connect(m_auto_conductor, SIGNAL(triggered(bool)), this, SLOT(slot_autoConductor(bool)));
- infos_diagram = new QAction(QET::Icons::DialogInformation, tr("Propriétés du schéma"), this);
- prj_edit_prop = new QAction(QET::Icons::DialogInformation, tr("Propriétés du projet"), this);
- prj_add_diagram = new QAction(QET::Icons::DiagramAdd, tr("Ajouter un schéma"), this);
- prj_del_diagram = new QAction(QET::Icons::DiagramDelete, tr("Supprimer le schéma"), this);
+ infos_diagram = new QAction(QET::Icons::DialogInformation, tr("Propriétés du schéma"), this);
+ prj_edit_prop = new QAction(QET::Icons::DialogInformation, tr("Propriétés du projet"), this);
+ prj_add_diagram = new QAction(QET::Icons::DiagramAdd, tr("Ajouter un schéma"), this);
+ prj_del_diagram = new QAction(QET::Icons::DiagramDelete, tr("Supprimer le schéma"), this);
prj_clean = new QAction(QET::Icons::EditClear, tr("Nettoyer le projet"), this);
prj_diagramList = new QAction(QET::Icons::listDrawings, tr("Ajouter un sommaire"), this);
- prj_nomenclature = new QAction(QET::Icons::DocumentExport, tr("Exporter une nomenclature"), this);
+ prj_nomenclature = new QAction(QET::Icons::DocumentSpreadsheet, tr("Exporter une nomenclature"), this);
tabbed_view_mode = new QAction( tr("en utilisant des onglets"), this);
- windowed_view_mode= new QAction( tr("en utilisant des fenêtres"), this);
+ windowed_view_mode= new QAction( tr("en utilisant des fenêtres"), this);
mode_selection = new QAction(QET::Icons::PartSelect, tr("Mode Selection"), this);
mode_visualise = new QAction(QET::Icons::ViewMove, tr("Mode Visualisation"), this);
- tile_window = new QAction( tr("&Mosaïque"), this);
- cascade_window = new QAction( tr("&Cascade"), this);
- next_window = new QAction( tr("Projet suivant"), this);
- prev_window = new QAction( tr("Projet précédent"), this);
+ tile_window = new QAction( tr("&Mosaïque"), this);
+ cascade_window = new QAction( tr("&Cascade"), this);
+ next_window = new QAction( tr("Projet suivant"), this);
+ prev_window = new QAction( tr("Projet précédent"), this);
///Files action///
QAction *new_file = m_file_actions_group.addAction( QET::Icons::DocumentNew, tr("&Nouveau") );
Modified: trunk/sources/qeticons.cpp
===================================================================
--- trunk/sources/qeticons.cpp 2015-03-09 10:16:20 UTC (rev 3815)
+++ trunk/sources/qeticons.cpp 2015-03-10 14:47:03 UTC (rev 3816)
@@ -45,6 +45,7 @@
QIcon DialogOk;
QIcon DocumentClose;
QIcon DocumentExport;
+ QIcon DocumentSpreadsheet;
QIcon DocumentImport;
QIcon DocumentNew;
QIcon DocumentOpen;
@@ -125,6 +126,7 @@
QIcon PrintPortrait;
QIcon PrintTwoPages;
QIcon Project;
+ QIcon Projects;
QIcon ProjectFile;
QIcon QETIcon;
QIcon QETLogo;
@@ -222,6 +224,7 @@
DocumentClose .addFile(":/ico/22x22/document-close.png");
DocumentExport .addFile(":/ico/16x16/document-export.png");
DocumentExport .addFile(":/ico/22x22/document-export.png");
+ DocumentSpreadsheet .addFile(":/ico/22x22/qelectrotab-into.png");
DocumentExport .addFile(":/ico/128x128/document-export.png");
DocumentImport .addFile(":/ico/16x16/document-import.png");
DocumentImport .addFile(":/ico/22x22/document-import.png");
@@ -329,7 +332,7 @@
HotSpot .addFile(":/ico/22x22/hotspot.png");
InsertImage .addFile(":/ico/22x22/insert-image.png");
Lower .addFile(":/ico/22x22/lower.png");
- IC_MoveFile .addFile(":/ico/16x16/item_move.png");
+ IC_MoveFile .addFile(":/ico/16x16/item_move.png");
Names .addFile(":/ico/22x22/names.png");
Neutral .addFile(":/ico/16x16/neutral.png");
NewDiagram .addFile(":/ico/128x128/diagram.png");
@@ -355,6 +358,7 @@
PrintLandscape .addFile(":/ico/22x22/landscape.png");
PrintPortrait .addFile(":/ico/22x22/portrait.png");
PrintTwoPages .addFile(":/ico/22x22/two_pages.png");
+ Projects .addFile(":/ico/128x128/project.png");
ProjectFile .addFile(":/ico/oxygen-icons/16x16/mimetypes/application-x-qet-project.png");
ProjectFile .addFile(":/ico/oxygen-icons/22x22/mimetypes/application-x-qet-project.png");
ProjectFile .addFile(":/ico/oxygen-icons/32x32/mimetypes/application-x-qet-project.png");
Modified: trunk/sources/qeticons.h
===================================================================
--- trunk/sources/qeticons.h 2015-03-09 10:16:20 UTC (rev 3815)
+++ trunk/sources/qeticons.h 2015-03-10 14:47:03 UTC (rev 3816)
@@ -61,6 +61,7 @@
extern QIcon DocumentSave;
extern QIcon DocumentSaveAll;
extern QIcon DocumentSaveAs;
+ extern QIcon DocumentSpreadsheet;
extern QIcon East;
extern QIcon EditClear;
extern QIcon EditClearLocationBar;
@@ -134,6 +135,7 @@
extern QIcon PrintPortrait;
extern QIcon PrintTwoPages;
extern QIcon Project;
+ extern QIcon Projects;
extern QIcon ProjectFile;
extern QIcon QETIcon;
extern QIcon QETLogo;