2012-05-26 14:49:10 +02:00
|
|
|
//=============================================================================
|
|
|
|
// MuseScore
|
|
|
|
// Linux Music Score Editor
|
|
|
|
// $Id: icons.cpp 5246 2012-01-24 18:48:55Z wschweer $
|
|
|
|
//
|
|
|
|
// Copyright (C) 2002-2007 Werner Schweer and others
|
|
|
|
//
|
|
|
|
// This program is free software; you can redistribute it and/or modify
|
|
|
|
// it under the terms of the GNU General Public License version 2.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with this program; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
//=============================================================================
|
|
|
|
|
|
|
|
#include "globals.h"
|
|
|
|
#include "icons.h"
|
|
|
|
#include "libmscore/score.h"
|
|
|
|
#include "libmscore/style.h"
|
|
|
|
#include "preferences.h"
|
|
|
|
#include "libmscore/sym.h"
|
|
|
|
#include "libmscore/mscore.h"
|
2013-05-14 15:32:51 +02:00
|
|
|
#include "miconengine.h"
|
2012-05-26 14:49:10 +02:00
|
|
|
|
2013-05-13 18:49:17 +02:00
|
|
|
namespace Ms {
|
|
|
|
|
2013-07-05 18:54:11 +02:00
|
|
|
extern QString iconPath;
|
2012-05-26 14:49:10 +02:00
|
|
|
QIcon* icons[ICONS];
|
|
|
|
|
|
|
|
//---------------------------------------------------------
|
|
|
|
// genIcons
|
|
|
|
// create some icons
|
|
|
|
//---------------------------------------------------------
|
|
|
|
|
|
|
|
static const char* iconNames[] = {
|
2013-05-11 11:44:29 +02:00
|
|
|
"note-longa.svg",
|
|
|
|
"note-breve.svg",
|
|
|
|
"note-1.svg",
|
|
|
|
"note-2.svg",
|
|
|
|
"note-4.svg",
|
|
|
|
"note-8.svg",
|
|
|
|
"note-16.svg",
|
|
|
|
"note-32.svg",
|
|
|
|
"note-64.svg",
|
|
|
|
"note-128.svg",
|
|
|
|
"note-natural.svg",
|
|
|
|
"note-sharp.svg",
|
|
|
|
"note-double-sharp.svg",
|
|
|
|
"note-flat.svg",
|
|
|
|
"note-double-flat.svg",
|
|
|
|
"rest.svg",
|
|
|
|
"note-dot.svg",
|
|
|
|
"note-double-dot.svg",
|
|
|
|
"stem-flip.svg",
|
|
|
|
"edit-undo.svg",
|
|
|
|
"edit-redo.svg",
|
|
|
|
"edit-cut.svg",
|
|
|
|
"edit-copy.svg",
|
|
|
|
"edit-paste.svg",
|
|
|
|
"document-print.svg",
|
2012-05-26 14:49:10 +02:00
|
|
|
"clef.svg",
|
2013-05-13 15:17:33 +02:00
|
|
|
"midi-input.svg",
|
|
|
|
"sound-while-editing.svg",
|
2013-05-11 11:44:29 +02:00
|
|
|
"media-skip-backward.svg",
|
|
|
|
"media-playback-start.svg",
|
2013-05-13 15:17:33 +02:00
|
|
|
"media-playback-repeats.svg",
|
|
|
|
"media-playback-pan.svg",
|
2012-05-26 14:49:10 +02:00
|
|
|
"sbeam.svg",
|
|
|
|
"mbeam.svg",
|
|
|
|
"nbeam.svg",
|
|
|
|
"beam32.svg",
|
|
|
|
"beam64.svg",
|
|
|
|
"abeam.svg",
|
|
|
|
"fbeam1.svg",
|
|
|
|
"fbeam2.svg",
|
2013-05-11 11:44:29 +02:00
|
|
|
"document-open.svg",
|
|
|
|
"document-new.svg",
|
|
|
|
"document-save.svg",
|
|
|
|
"document-save-as.svg",
|
2012-05-26 14:49:10 +02:00
|
|
|
"mscore.png",
|
|
|
|
"acciaccatura.svg",
|
|
|
|
"appoggiatura.svg",
|
|
|
|
"grace4.svg",
|
|
|
|
"grace8b.svg",
|
|
|
|
"grace16.svg",
|
|
|
|
"grace32.svg",
|
2013-05-11 11:44:29 +02:00
|
|
|
"mode-notes.svg",
|
|
|
|
"insert-symbol.svg",
|
|
|
|
"note-tie.svg",
|
|
|
|
"format-text-bold.svg",
|
|
|
|
"format-text-italic.svg",
|
|
|
|
"format-text-underline.svg",
|
|
|
|
"format-justify-left.svg",
|
|
|
|
"format-justify-center.svg",
|
|
|
|
"format-justify-right.svg",
|
|
|
|
"align-vertical-top.svg",
|
|
|
|
"align-vertical-bottom.svg",
|
2013-05-13 15:17:33 +02:00
|
|
|
"align-vertical-center.svg",
|
2013-05-11 12:36:17 +02:00
|
|
|
"align-vertical-baseline.svg",
|
2013-05-11 11:44:29 +02:00
|
|
|
"format-text-superscript.svg",
|
|
|
|
"format-text-subscript.svg",
|
|
|
|
"mode-photo.svg",
|
2012-05-26 14:49:10 +02:00
|
|
|
"hraster.svg",
|
|
|
|
"vraster.svg",
|
2013-05-11 11:44:29 +02:00
|
|
|
"mode-repitch.svg",
|
|
|
|
"list-unordered.svg",
|
|
|
|
"list-ordered.svg",
|
|
|
|
"format-indent-more.svg",
|
|
|
|
"format-indent-less.svg",
|
|
|
|
"panel-community.svg",
|
2013-07-31 19:47:33 +02:00
|
|
|
"media-playback-loop.svg",
|
2013-08-19 08:53:30 +02:00
|
|
|
"media-playback-loop-in.svg",
|
|
|
|
"media-playback-loop-out.svg",
|
2013-05-13 15:17:33 +02:00
|
|
|
"media-playback-metronome.svg",
|
2013-10-15 09:36:17 +02:00
|
|
|
"media-playback-countin.svg",
|
2012-05-26 14:49:10 +02:00
|
|
|
"vframe.svg",
|
|
|
|
"hframe.svg",
|
|
|
|
"tframe.svg",
|
|
|
|
"fframe.svg",
|
|
|
|
"measure.svg",
|
2013-05-11 15:22:27 +02:00
|
|
|
"checkmark.svg",
|
|
|
|
"help-contents.svg",
|
|
|
|
"go-home.svg",
|
|
|
|
"go-previous.svg",
|
|
|
|
"go-next.svg",
|
2013-05-27 11:28:20 +02:00
|
|
|
"view-refresh.svg",
|
2013-11-26 23:35:19 +01:00
|
|
|
"brackets.svg",
|
|
|
|
"timesig_allabreve.svg",
|
|
|
|
"timesig_common.svg",
|
|
|
|
"timesig_prolatio01.svg",
|
|
|
|
"timesig_prolatio02.svg",
|
|
|
|
"timesig_prolatio03.svg",
|
|
|
|
"timesig_prolatio04.svg",
|
|
|
|
"timesig_prolatio05.svg",
|
|
|
|
"timesig_prolatio07.svg",
|
|
|
|
"timesig_prolatio08.svg",
|
|
|
|
"timesig_prolatio10.svg",
|
|
|
|
"timesig_prolatio11.svg"
|
2012-05-26 14:49:10 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
void genIcons()
|
|
|
|
{
|
|
|
|
for (int i = 0; i < voice1_ICON; ++i) {
|
2013-05-14 15:32:51 +02:00
|
|
|
QIcon* icon = new QIcon(new MIconEngine);
|
2013-07-05 18:54:11 +02:00
|
|
|
icon->addFile(iconPath + iconNames[i]);
|
2013-05-14 15:32:51 +02:00
|
|
|
icons[i] = icon;
|
2012-05-26 14:49:10 +02:00
|
|
|
if (icons[i]->isNull() || icons[i]->pixmap(12).isNull()) {
|
2013-07-05 18:54:11 +02:00
|
|
|
qDebug("cannot load Icon <%s>\n", qPrintable(iconPath + iconNames[i]));
|
2012-05-26 14:49:10 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static const char* vtext[VOICES] = { "1","2","3","4" };
|
|
|
|
int iw = preferences.iconHeight * 2 / 3; // 16;
|
|
|
|
int ih = preferences.iconHeight; // 24;
|
|
|
|
for (int i = 0; i < VOICES; ++i) {
|
|
|
|
icons[voice1_ICON + i] = new QIcon;
|
|
|
|
QPixmap image(iw, ih);
|
2013-09-08 18:27:45 +02:00
|
|
|
QColor c(MScore::selectColor[i].lighter(180));
|
2012-05-26 14:49:10 +02:00
|
|
|
image.fill(c);
|
|
|
|
QPainter painter(&image);
|
|
|
|
painter.setFont(QFont("FreeSans", 8));
|
|
|
|
painter.setRenderHint(QPainter::Antialiasing);
|
|
|
|
painter.setPen(QPen(Qt::black));
|
|
|
|
painter.drawText(QRect(0, 0, iw, ih), Qt::AlignCenter, vtext[i]);
|
|
|
|
painter.end();
|
|
|
|
icons[voice1_ICON +i]->addPixmap(image);
|
|
|
|
|
|
|
|
painter.begin(&image);
|
2013-09-08 18:27:45 +02:00
|
|
|
c = QColor(MScore::selectColor[i].lighter(140));
|
2012-05-26 14:49:10 +02:00
|
|
|
painter.fillRect(0, 0, iw, ih, c);
|
|
|
|
painter.setPen(QPen(Qt::black));
|
|
|
|
painter.drawText(QRect(0, 0, iw, ih), Qt::AlignCenter, vtext[i]);
|
|
|
|
painter.end();
|
|
|
|
icons[voice1_ICON + i]->addPixmap(image, QIcon::Normal, QIcon::On);
|
|
|
|
}
|
|
|
|
}
|
2013-05-13 18:49:17 +02:00
|
|
|
}
|
2012-05-26 14:49:10 +02:00
|
|
|
|