[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4711
Author: scorpio810
Date: 2016-09-15 17:09:26 +0200 (Thu, 15 Sep 2016)
Log Message:
-----------
Minor
Modified Paths:
--------------
trunk/qelectrotech.qrc
trunk/sources/aboutqet.cpp
trunk/sources/qeticons.cpp
trunk/sources/qeticons.h
trunk/sources/qetmainwindow.cpp
Added Paths:
-----------
trunk/ico/16x16/kdenlive-show-video.svg
Added: trunk/ico/16x16/kdenlive-show-video.svg
===================================================================
--- trunk/ico/16x16/kdenlive-show-video.svg (rev 0)
+++ trunk/ico/16x16/kdenlive-show-video.svg 2016-09-15 15:09:26 UTC (rev 4711)
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
+ <defs id="defs3051">
+ <style type="text/css" id="current-color-scheme">
+ .ColorScheme-Text {
+ color:#4d4d4d;
+ }
+ </style>
+ </defs>
+ <path
+ style="fill:currentColor;fill-opacity:1;stroke:none"
+ d="M 2 2 L 2 14 L 14 14 L 14 2 L 2 2 z M 5 3 L 11 3 L 11 7 L 5 7 L 5 3 z M 3 4 L 4 4 L 4 5 L 3 5 L 3 4 z M 12 4 L 13 4 L 13 5 L 12 5 L 12 4 z M 3 7.5 L 4 7.5 L 4 8.5 L 3 8.5 L 3 7.5 z M 12 7.5 L 13 7.5 L 13 8.5 L 12 8.5 L 12 7.5 z M 5 9 L 11 9 L 11 13 L 5 13 L 5 9 z M 3 11 L 4 11 L 4 12 L 3 12 L 3 11 z M 12 11 L 13 11 L 13 12 L 12 12 L 12 11 z "
+ class="ColorScheme-Text"/>
+</svg>
Modified: trunk/qelectrotech.qrc
===================================================================
--- trunk/qelectrotech.qrc 2016-09-15 11:48:34 UTC (rev 4710)
+++ trunk/qelectrotech.qrc 2016-09-15 15:09:26 UTC (rev 4711)
@@ -252,5 +252,6 @@
<file>ico/16x16/help-contents.svg</file>
<file>ico/16x16/help-donate.svg</file>
<file>ico/16x16/edit-download.svg</file>
+ <file>ico/16x16/kdenlive-show-video.svg</file>
</qresource>
</RCC>
Modified: trunk/sources/aboutqet.cpp
===================================================================
--- trunk/sources/aboutqet.cpp 2016-09-15 11:48:34 UTC (rev 4710)
+++ trunk/sources/aboutqet.cpp 2016-09-15 15:09:26 UTC (rev 4711)
@@ -124,6 +124,9 @@
addAuthor(authors, "Benoît Ansieau", "benoit@xxxxxxxxxxxxxxxx", tr("Idée originale"));
addAuthor(authors, "Laurent Trinques", "scorpio@xxxxxxxxxxxxxxxx", tr("Développement"));
addAuthor(authors, "Joshua Claveau", "Joshua@xxxxxxxxxxxxxxxx", tr("Développement"));
+ addAuthor(authors, "Davi Fochi", "davi@xxxxxxxxxxxx", tr("Développement"));
+ addAuthor(authors, "Ronny Desmedt", "r.desmedt@xxxxxxx", tr("Convertisseur DXF"));
+ addAuthor(authors, "Abhishek Bansal", "abhishek@xxxxxxxxxxxxxxxx", tr("Développement"));
@@ -196,11 +199,7 @@
addAuthor(contributors, "Arun Kishore Eswara", "eswara.arun@xxxxxxxxx", tr("Documentation"));
addAuthor(contributors, "René Negre", "runsys@xxxxxxxxxxxxxxxx", tr("Développement"));
addAuthor(contributors, "Nuri", "nuri@xxxxxxxxxxxxxxxx", tr("Collection d'éléments"));
- addAuthor(contributors, "Ronny Desmedt", "r.desmedt@xxxxxxx", tr("Convertisseur DXF"));
- addAuthor(contributors, "Abhishek Bansal", "abhishek@xxxxxxxxxxxxxxxx", tr("Développement"));
- addAuthor(contributors, "Davi Fochi", "davi@xxxxxxxxxxxx", tr("Développement"));
-
-
+ addAuthor(contributors, "Raul Roda", "", tr("Python plugin qet-tb-generator"));
contributors -> setOpenExternalLinks(true);
contributors -> setTextFormat(Qt::RichText);
Modified: trunk/sources/qeticons.cpp
===================================================================
--- trunk/sources/qeticons.cpp 2016-09-15 11:48:34 UTC (rev 4710)
+++ trunk/sources/qeticons.cpp 2016-09-15 15:09:26 UTC (rev 4711)
@@ -189,6 +189,7 @@
QIcon QETManual;
QIcon QETDonate;
QIcon QETDownload;
+ QIcon QETVideo;
}
}
@@ -395,6 +396,7 @@
QETOxygenLogo .addFile(":/ico/oxygen-icons/32x32/apps/qelectrotech.png");
QETOxygenLogo .addFile(":/ico/oxygen-icons/48x48/apps/qelectrotech.png");
QETOxygenLogo .addFile(":/ico/oxygen-icons/64x64/apps/qelectrotech.png");
+ QETVideo .addFile(":/ico/16x16/kdenlive-show-video.svg");
QtLogo .addFile(":/ico/32x32/qt.png");
Raise .addFile(":/ico/22x22/raise.png");
Remove .addFile(":/ico/16x16/list-remove.png");
Modified: trunk/sources/qeticons.h
===================================================================
--- trunk/sources/qeticons.h 2016-09-15 11:48:34 UTC (rev 4710)
+++ trunk/sources/qeticons.h 2016-09-15 15:09:26 UTC (rev 4711)
@@ -198,6 +198,7 @@
extern QIcon QETManual;
extern QIcon QETDonate;
extern QIcon QETDownload;
+ extern QIcon QETVideo;
}
}
#endif
Modified: trunk/sources/qetmainwindow.cpp
===================================================================
--- trunk/sources/qetmainwindow.cpp 2016-09-15 11:48:34 UTC (rev 4710)
+++ trunk/sources/qetmainwindow.cpp 2016-09-15 15:09:26 UTC (rev 4711)
@@ -83,7 +83,7 @@
manual_online_ -> setShortcut(Qt::Key_F1);
- youtube_ = new QAction(QET::Icons::QETManual, tr("Chaine Youtube"), this);
+ youtube_ = new QAction(QET::Icons::QETVideo, tr("Chaine Youtube"), this);
youtube_ -> setStatusTip(tr("Lance le navigateur par defaut vers la chaine Youtube de QElectroTech", "status bar tip"));
connect(youtube_, &QAction::triggered, [this](bool) {
@@ -99,7 +99,7 @@
QDesktopServices::openUrl(QUrl(link));
});
- donate_ = new QAction(QET::Icons::QETDonate, tr("Faire un don"), this);
+ donate_ = new QAction(QET::Icons::QETDonate, tr("Soutenir le projet par un don"), this);
donate_ -> setStatusTip(tr("Soutenir le projet QElectroTech par un don", "status bar tip"));
connect(donate_, &QAction::triggered, [this](bool) {