[qet] [1777] Replaced old Crystal icons with recent Oxygen equivalents. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 1777
Author: xavier
Date: 2012-05-09 15:55:59 +0200 (Wed, 09 May 2012)
Log Message:
-----------
Replaced old Crystal icons with recent Oxygen equivalents.
Modified Paths:
--------------
trunk/qelectrotech.qrc
trunk/sources/qetdiagrameditor.cpp
trunk/sources/qeticons.cpp
trunk/sources/qeticons.h
Removed Paths:
-------------
trunk/ico/16x16/add_col.png
trunk/ico/16x16/add_row.png
trunk/ico/16x16/remove_col.png
trunk/ico/16x16/remove_row.png
Deleted: trunk/ico/16x16/add_col.png
===================================================================
(Binary files differ)
Deleted: trunk/ico/16x16/add_row.png
===================================================================
(Binary files differ)
Deleted: trunk/ico/16x16/remove_col.png
===================================================================
(Binary files differ)
Deleted: trunk/ico/16x16/remove_row.png
===================================================================
(Binary files differ)
Modified: trunk/qelectrotech.qrc
===================================================================
--- trunk/qelectrotech.qrc 2012-05-09 12:56:18 UTC (rev 1776)
+++ trunk/qelectrotech.qrc 2012-05-09 13:55:59 UTC (rev 1777)
@@ -4,8 +4,6 @@
<file>ico/128x128/settings.png</file>
<file>ico/128x128/document-export.png</file>
<file>ico/128x128/printer.png</file>
- <file>ico/16x16/add_col.png</file>
- <file>ico/16x16/add_row.png</file>
<file>ico/16x16/application-exit.png</file>
<file>ico/16x16/arrow-left-double.png</file>
<file>ico/16x16/arrow-left.png</file>
@@ -71,8 +69,6 @@
<file>ico/16x16/phase.png</file>
<file>ico/16x16/preferences-desktop-user.png</file>
<file>ico/16x16/qet.png</file>
- <file>ico/16x16/remove_col.png</file>
- <file>ico/16x16/remove_row.png</file>
<file>ico/16x16/south.png</file>
<file>ico/16x16/text-xml.png</file>
<file>ico/16x16/user-busy.png</file>
Modified: trunk/sources/qetdiagrameditor.cpp
===================================================================
--- trunk/sources/qetdiagrameditor.cpp 2012-05-09 12:56:18 UTC (rev 1776)
+++ trunk/sources/qetdiagrameditor.cpp 2012-05-09 13:55:59 UTC (rev 1777)
@@ -199,10 +199,10 @@
conductor_reset = new QAction(QET::Icons::ConductorSettings, tr("R\351initialiser les conducteurs"), this);
infos_diagram = new QAction(QET::Icons::DialogInformation, tr("Propri\351t\351s du sch\351ma"), this);
add_text = new QAction(QET::Icons::PartTextField, tr("Ajouter un champ de texte"), this);
- add_column = new QAction(QET::Icons::AddColumn, tr("Ajouter une colonne"), this);
- remove_column = new QAction(QET::Icons::RemoveColumn, tr("Enlever une colonne"), this);
- add_row = new QAction(QET::Icons::AddRow, tr("Ajouter une ligne"), this);
- remove_row = new QAction(QET::Icons::RemoveRow, tr("Enlever une ligne"), this);
+ add_column = new QAction(QET::Icons::EditTableInsertColumnRight, tr("Ajouter une colonne"), this);
+ remove_column = new QAction(QET::Icons::EditTableDeleteColumn, tr("Enlever une colonne"), this);
+ add_row = new QAction(QET::Icons::EditTableInsertRowUnder, tr("Ajouter une ligne"), this);
+ remove_row = new QAction(QET::Icons::EditTableDeleteRow, tr("Enlever une ligne"), this);
prj_edit_prop = new QAction(QET::Icons::DialogInformation, tr("Propri\351t\351s du projet"), this);
prj_add_diagram = new QAction(QET::Icons::DiagramAdd, tr("Ajouter un sch\351ma"), this);
Modified: trunk/sources/qeticons.cpp
===================================================================
--- trunk/sources/qeticons.cpp 2012-05-09 12:56:18 UTC (rev 1776)
+++ trunk/sources/qeticons.cpp 2012-05-09 13:55:59 UTC (rev 1777)
@@ -22,8 +22,6 @@
namespace QET {
namespace Icons {
QIcon Add;
- QIcon AddColumn;
- QIcon AddRow;
QIcon Allowed;
QIcon ApplicationExit;
QIcon ArrowLeft;
@@ -132,8 +130,6 @@
QIcon QtLogo;
QIcon Raise;
QIcon Remove;
- QIcon RemoveColumn;
- QIcon RemoveRow;
QIcon Restore;
QIcon SendBackward;
QIcon Settings;
@@ -167,8 +163,6 @@
Add .addFile(":/ico/16x16/list-add.png");
Add .addFile(":/ico/22x22/list-add.png");
- AddColumn .addFile(":/ico/16x16/add_col.png");
- AddRow .addFile(":/ico/16x16/add_row.png");
Allowed .addFile(":/ico/16x16/user-online.png");
ApplicationExit .addFile(":/ico/16x16/application-exit.png");
ApplicationExit .addFile(":/ico/22x22/application-exit.png");
@@ -351,8 +345,6 @@
Raise .addFile(":/ico/22x22/raise.png");
Remove .addFile(":/ico/16x16/list-remove.png");
Remove .addFile(":/ico/22x22/list-remove.png");
- RemoveColumn .addFile(":/ico/16x16/remove_col.png");
- RemoveRow .addFile(":/ico/16x16/remove_row.png");
Restore .addFile(":/ico/22x22/restaurer.png");
SendBackward .addFile(":/ico/22x22/send_backward.png");
Settings .addFile(":/ico/128x128/settings.png");
Modified: trunk/sources/qeticons.h
===================================================================
--- trunk/sources/qeticons.h 2012-05-09 12:56:18 UTC (rev 1776)
+++ trunk/sources/qeticons.h 2012-05-09 13:55:59 UTC (rev 1777)
@@ -29,8 +29,6 @@
// l'utilisation du mot-cle extern permet l'acces aux objets statiques
// depuis l'exterieur du namespace
extern QIcon Add;
- extern QIcon AddColumn;
- extern QIcon AddRow;
extern QIcon Allowed;
extern QIcon ApplicationExit;
extern QIcon ArrowLeft;
@@ -141,8 +139,6 @@
extern QIcon QtLogo;
extern QIcon Raise;
extern QIcon Remove;
- extern QIcon RemoveColumn;
- extern QIcon RemoveRow;
extern QIcon Restore;
extern QIcon SendBackward;
extern QIcon Settings;