Remove unused resources
@ -102,7 +102,6 @@ HEADERS += ../common/comic.h \
|
||||
../common/qnaturalsorting.h \
|
||||
../common/yacreader_global.h \
|
||||
../common/yacreader_global_gui.h \
|
||||
../common/onstart_flow_selection_dialog.h \
|
||||
../common/comic_db.h \
|
||||
../common/folder.h \
|
||||
../common/library_item.h \
|
||||
@ -140,7 +139,6 @@ SOURCES += ../common/comic.cpp \
|
||||
../common/custom_widgets.cpp \
|
||||
../common/check_new_version.cpp \
|
||||
../common/qnaturalsorting.cpp \
|
||||
../common/onstart_flow_selection_dialog.cpp \
|
||||
../common/comic_db.cpp \
|
||||
../common/folder.cpp \
|
||||
../common/library_item.cpp \
|
||||
|
@ -12,7 +12,6 @@
|
||||
#include "render.h"
|
||||
#include "goto_dialog.h"
|
||||
#include "translator.h"
|
||||
#include "onstart_flow_selection_dialog.h"
|
||||
#include "page_label_widget.h"
|
||||
#include "notifications_label_widget.h"
|
||||
#include "comic_db.h"
|
||||
@ -365,8 +364,6 @@ void Viewer::updateContentSize()
|
||||
// apply scaling
|
||||
content->resize(pagefit);
|
||||
|
||||
QLOG_INFO() << "Device pixel ratio used while rendering: " << devicePixelRatioF();
|
||||
|
||||
// TODO: updtateContentSize should only scale the pixmap once
|
||||
if (devicePixelRatioF() > 1) // only in HDPI displays
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
<RCC>
|
||||
<qresource>
|
||||
<file>../images/icon.png</file>
|
||||
<file>../images/icon-new.svg</file>
|
||||
<file>../images/goto.png</file>
|
||||
<file>../images/find_folder.png</file>
|
||||
<file>../images/flow1.png</file>
|
||||
@ -9,7 +9,6 @@
|
||||
<file>../images/flow4.png</file>
|
||||
<file>../images/flow5.png</file>
|
||||
<file>../images/notCover.png</file>
|
||||
<file>../images/shortcuts.png</file>
|
||||
<file>../images/close.png</file>
|
||||
<file>../images/up.png</file>
|
||||
<file>../images/down.png</file>
|
||||
@ -17,41 +16,7 @@
|
||||
<file>../images/imgGoToSlide.png</file>
|
||||
<file>../images/imgCenterSlidePressed.png</file>
|
||||
<file>../images/imgGoToSlidePressed.png</file>
|
||||
|
||||
<file>../images/helpImages/open.png</file>
|
||||
<file>../images/helpImages/openFolder.png</file>
|
||||
<file>../images/helpImages/next.png</file>
|
||||
<file>../images/helpImages/prev.png</file>
|
||||
<file>../images/helpImages/icon.png</file>
|
||||
<file>../images/helpImages/zoom.png</file>
|
||||
<file>../images/helpImages/fit.png</file>
|
||||
<file>../images/helpImages/goto.png</file>
|
||||
<file>../images/helpImages/help.png</file>
|
||||
<file>../images/helpImages/center.png</file>
|
||||
<file>../images/helpImages/options.png</file>
|
||||
<file>../images/helpImages/comicFolder.png</file>
|
||||
<file>../images/helpImages/save.png</file>
|
||||
<file>../images/helpImages/rotateL.png</file>
|
||||
<file>../images/helpImages/rotateR.png</file>
|
||||
<file>../images/helpImages/flow1.png</file>
|
||||
<file>../images/helpImages/flow2.png</file>
|
||||
<file>../images/helpImages/flow3.png</file>
|
||||
<file>../images/helpImages/bookmark.png</file>
|
||||
<file>../images/helpImages/setBookmark.png</file>
|
||||
<file>../images/helpImages/notCover.png</file>
|
||||
<file>../images/helpImages/previousComic.png</file>
|
||||
<file>../images/helpImages/nextComic.png</file>
|
||||
<file>../images/helpImages/deleteLibrary.png</file>
|
||||
<file>../images/helpImages/properties.png</file>
|
||||
<file>../images/helpImages/doublePage.png</file>
|
||||
<file>../images/helpImages/keyboard.png</file>
|
||||
<file>../images/helpImages/mouse.png</file>
|
||||
<file>../images/helpImages/speaker.png</file>
|
||||
<file>../images/defaultCover.png</file>
|
||||
<file>../images/onStartFlowSelection.png</file>
|
||||
<file>../images/onStartFlowSelection_es.png</file>
|
||||
<file>../images/useNewFlowButton.png</file>
|
||||
<file>../images/useOldFlowButton.png</file>
|
||||
<file>../images/fromTo.png</file>
|
||||
<file>../images/dropDownArrow.png</file>
|
||||
<file>../images/translatorSearch.png</file>
|
||||
|
@ -116,7 +116,6 @@ HEADERS += comic_flow.h \
|
||||
../common/qnaturalsorting.h \
|
||||
../common/yacreader_global.h \
|
||||
../common/yacreader_global_gui.h \
|
||||
../common/onstart_flow_selection_dialog.h \
|
||||
../common/pdf_comic.h \
|
||||
no_libraries_widget.h \
|
||||
import_widget.h \
|
||||
@ -196,7 +195,6 @@ SOURCES += comic_flow.cpp \
|
||||
../common/pictureflow.cpp \
|
||||
../common/custom_widgets.cpp \
|
||||
../common/qnaturalsorting.cpp \
|
||||
../common/onstart_flow_selection_dialog.cpp \
|
||||
no_libraries_widget.cpp \
|
||||
import_widget.cpp \
|
||||
trayicon_controller.cpp \
|
||||
|
@ -10,7 +10,6 @@
|
||||
<file>../images/comic_vine/rowDown.png</file>
|
||||
<file>../images/comic_vine/rowUp.png</file>
|
||||
<file>../images/comic_vine/upArrow.png</file>
|
||||
<file>../images/comicFolder.png</file>
|
||||
<file>../images/comics_view_toolbar/asignNumber.png</file>
|
||||
<file>../images/comics_view_toolbar/asignNumber@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/big_size_grid_zoom.png</file>
|
||||
@ -41,8 +40,6 @@
|
||||
<file>../images/comics_view_toolbar/setManga@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/setNormal.png</file>
|
||||
<file>../images/comics_view_toolbar/setNormal@2x.png</file>
|
||||
<file>../images/coversPackage.png</file>
|
||||
<file>../images/db.png</file>
|
||||
<file>../images/defaultCover.png</file>
|
||||
<file>../images/edit.png</file>
|
||||
<file>../images/empty_current_readings.png</file>
|
||||
@ -60,14 +57,13 @@
|
||||
<file>../images/flow5.png</file>
|
||||
<file>../images/glowLine.png</file>
|
||||
<file>../images/hiddenCovers.png</file>
|
||||
<file>../images/icon.png</file>
|
||||
<file>../images/icon-new.svg</file>
|
||||
<file>../images/iconLibrary.png</file>
|
||||
<file>../images/importBottomCoversDecoration.png</file>
|
||||
<file>../images/importComicsInfo.png</file>
|
||||
<file>../images/importingIcon.png</file>
|
||||
<file>../images/importLibrary.png</file>
|
||||
<file>../images/importTopCoversDecoration.png</file>
|
||||
<file>../images/iphoneConfig.png</file>
|
||||
<file>../images/main_toolbar/divider.png</file>
|
||||
<file>../images/menus_icons/editIcon.png</file>
|
||||
<file>../images/menus_icons/editIcon@2x.png</file>
|
||||
@ -90,15 +86,12 @@
|
||||
<file>../images/noLibrariesIcon.png</file>
|
||||
<file>../images/noLibrariesLine.png</file>
|
||||
<file>../images/notCover.png</file>
|
||||
<file>../images/onStartFlowSelection.png</file>
|
||||
<file>../images/onStartFlowSelection_es.png</file>
|
||||
<file>../images/openLibrary.png</file>
|
||||
<file>../images/previousCoverPage.png</file>
|
||||
<file>../images/readingRibbon.png</file>
|
||||
<file>../images/readRibbon.png</file>
|
||||
<file>../images/searching_icon.png</file>
|
||||
<file>../images/serverConfigBackground.png</file>
|
||||
<file>../images/setRead.png</file>
|
||||
<file>../images/shortcuts_group_comics.png</file>
|
||||
<file>../images/shortcuts_group_folders.png</file>
|
||||
<file>../images/shortcuts_group_general.png</file>
|
||||
@ -120,8 +113,6 @@
|
||||
<file>../images/sidebar/libraryOptions.png</file>
|
||||
<file>../images/sidebar/libraryOptions@2x.png</file>
|
||||
<file>../images/updatingIcon.png</file>
|
||||
<file>../images/useNewFlowButton.png</file>
|
||||
<file>../images/useOldFlowButton.png</file>
|
||||
<file>../images/custom_dialog/custom_close_button.svg</file>
|
||||
<file>../images/whats_new/whatsnew_header.svg</file>
|
||||
</qresource>
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include "data_base_management.h"
|
||||
#include "yacreader_global.h"
|
||||
#include "onstart_flow_selection_dialog.h"
|
||||
#include "no_libraries_widget.h"
|
||||
#include "import_widget.h"
|
||||
|
||||
|
@ -1,52 +0,0 @@
|
||||
#include "onstart_flow_selection_dialog.h"
|
||||
|
||||
#include <QPushButton>
|
||||
#include <QHBoxLayout>
|
||||
#include <qlocale.h>
|
||||
|
||||
OnStartFlowSelectionDialog::OnStartFlowSelectionDialog(QWidget *parent)
|
||||
: QDialog(parent)
|
||||
{
|
||||
setModal(true);
|
||||
QPushButton *acceptHW = new QPushButton(this);
|
||||
connect(acceptHW, &QAbstractButton::clicked, this, &QDialog::accept);
|
||||
QPushButton *rejectHW = new QPushButton(this); // and use SW flow
|
||||
connect(rejectHW, &QAbstractButton::clicked, this, &QDialog::reject);
|
||||
|
||||
acceptHW->setGeometry(90, 165, 110, 118);
|
||||
acceptHW->setFlat(true);
|
||||
acceptHW->setAutoFillBackground(true);
|
||||
rejectHW->setGeometry(464, 165, 110, 118);
|
||||
rejectHW->setFlat(true);
|
||||
rejectHW->setAutoFillBackground(true);
|
||||
|
||||
QPalette paletteHW;
|
||||
QLocale locale = this->locale();
|
||||
QLocale::Language language = locale.language();
|
||||
|
||||
/*if(language == QLocale::Spanish)
|
||||
paletteHW.setBrush(acceptHW->backgroundRole(), QBrush(QImage(":/images/useNewFlowButton_es.png")));
|
||||
else
|
||||
paletteHW.setBrush(acceptHW->backgroundRole(), QBrush(QImage(":/images/useNewFlowButton.png")));*/
|
||||
|
||||
paletteHW.setBrush(acceptHW->backgroundRole(), QBrush(QImage(":/images/nonexxx.png")));
|
||||
acceptHW->setPalette(paletteHW);
|
||||
QPalette paletteSW;
|
||||
paletteSW.setBrush(rejectHW->backgroundRole(), QBrush(QImage(":/images/nonexxx.png")));
|
||||
rejectHW->setPalette(paletteSW);
|
||||
// QHBoxLayout * layout = new QHBoxLayout;
|
||||
// layout->addWidget(acceptHW);
|
||||
// layout->addWidget(rejectHW);
|
||||
|
||||
QPalette palette;
|
||||
if (language == QLocale::Spanish)
|
||||
palette.setBrush(this->backgroundRole(), QBrush(QImage(":/images/onStartFlowSelection_es.png")));
|
||||
else
|
||||
palette.setBrush(this->backgroundRole(), QBrush(QImage(":/images/onStartFlowSelection.png")));
|
||||
|
||||
setPalette(palette);
|
||||
|
||||
// setLayout(layout);
|
||||
|
||||
resize(664, 371);
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
#ifndef ONSTART_FLOW_SELECTION_DIALOG_H
|
||||
#define ONSTART_FLOW_SELECTION_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
class OnStartFlowSelectionDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
OnStartFlowSelectionDialog(QWidget *parent = 0);
|
||||
};
|
||||
|
||||
#endif
|
@ -20,7 +20,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><img src=":/images/icon.png" /> </p>
|
||||
<p><img src=":/images/icon-new.svg" /> </p>
|
||||
|
||||
<h1>General Information</h1>
|
||||
<p>
|
||||
@ -43,9 +43,12 @@ Published under <a href="http://www.gnu.org/copyleft/gpl.html">GPL v3</a> licens
|
||||
<h1>Donations</h1>
|
||||
<p>YACReader is free and open source</p>
|
||||
<p>
|
||||
If you like YACReader, please, consider to make a donation <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5TAMNQCDDMVP8&lc=ES&item_name=YACReader¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"> Donate! </a>
|
||||
If you like YACReader, please, consider to make a donation, it helps keeping the project alive. <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5TAMNQCDDMVP8&lc=ES&item_name=YACReader¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"> Donate! </a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can also become a patron in <a href="https://www.patreon.com/yacreader">Patreon</a>.
|
||||
</p>
|
||||
|
||||
<h1>Go social</h1>
|
||||
<p>
|
||||
@ -54,37 +57,11 @@ Find other users and help at:
|
||||
<li><a href="http://www.facebook.com/YACReader">Facebook</a></li>
|
||||
<li><a href="Twitter - http://twitter.com/yacreader ">Twitter</a></li>
|
||||
<li><a href="http://www.youtube.com/user/yacreader">YouTube</a> </li>
|
||||
<li><a href="https://plus.google.com/104961844694882715084/posts">Google+</a></li>
|
||||
<li><a href="https://www.instagram.com/yacreader/">Instagram</a></li>
|
||||
<li><a href="https://www.patreon.com/yacreader">Patreon</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h1>Contributors</h1>
|
||||
<h2>Translators</h2>
|
||||
<ul>
|
||||
<li><a rel="nofollow" title="Márcio Moraes - translation to brazilian portuguese" href="https://plus.google.com/108918730441325446079/posts">Márcio Moraes: Portuguese (Brazilian) translator</a></li>
|
||||
<li>laitqwerty and NickSenna: Russian translators</li>
|
||||
<li>Cédric Delarbre aka Real: French translator</li>
|
||||
<li>Johan Derycker: Duch translator</li>
|
||||
<li><a href="http://turkishcomics.blogspot.pt/p/yacreader-tr.html">Turkish Translate Team</a> (Mehmet Açıkgöz, Uğur Yakışık, Alperen Çatak): turkish translators</li>
|
||||
<li>Gerhard Joeken: German translator</li>
|
||||
</ul>
|
||||
<h2>Packages</h2>
|
||||
<ul>
|
||||
<li>alperenelhan : Arch Linux binaries</li>
|
||||
<li>Felix Kauselmann : Arch Linux binaries (7.x)</li>
|
||||
<li>Alexander Alemayhu : involved in Linux packaging</li>
|
||||
<li>Yoann Gauthier : man pages for Linux</li>
|
||||
<li>Robbie Holmes (<a href="http://about.me/robbiethegeek">robbiethegeek</a>) : brew cask install</li>
|
||||
</ul>
|
||||
|
||||
<h2>Developers</h2>
|
||||
<ul>
|
||||
<li> Felix Kauselmann : Linux/Unix build system and other improvements. </li>
|
||||
</ul>
|
||||
|
||||
<p>Thank you to Elia Gregorio Méndez for developing the websites</p>
|
||||
|
||||
|
||||
<h1>Third-party software and resources</h1>
|
||||
<p>
|
||||
Compressed files are loaded using <a href="http://www.7-zip.org/">7zip</a> (Windows version) and <a href="http://p7zip.sourceforge.net/">p7zip</a> (Linux/MacOS X versions)
|
||||
@ -96,7 +73,7 @@ Server info QR codes are generated using <a href="http://fukuchi.org/works/qrenc
|
||||
SW flow effect uses a modified version of <a href="http://code.google.com/p/pictureflow/">PictureFlow</a>.
|
||||
</p>
|
||||
<p>
|
||||
Some icons were desinged by <a href="http://mattahan.deviantart.com/">Mattahan</a>.
|
||||
Server uses <a href="http://stefanfrings.de/qtwebapp/index-en.html">QtWebApp</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,7 +20,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><img src=":/images/icon.png" /> </p>
|
||||
<p><img src=":/images/icon-new.svg" /> </p>
|
||||
|
||||
<h1>Información general</h1>
|
||||
<p>
|
||||
@ -46,6 +46,10 @@ Publicado bajo licencia <a href="http://www.gnu.org/copyleft/gpl.html">GPL v3</a
|
||||
Si te gusta YACReader, por favor, considera realizar una donación <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5TAMNQCDDMVP8&lc=ES&item_name=YACReader¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"> ¡Dona! </a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
También te puedes convertir en un mecenas en <a href="https://www.patreon.com/yacreader">Patreon</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Social</h1>
|
||||
<p>
|
||||
@ -54,37 +58,12 @@ Encuentra otros usuarios y ayuda en:
|
||||
<li><a href="http://www.facebook.com/YACReader">Facebook</a></li>
|
||||
<li><a href="Twitter - http://twitter.com/yacreader ">Twitter</a></li>
|
||||
<li><a href="http://www.youtube.com/user/yacreader">YouTube</a> </li>
|
||||
<li><a href="https://plus.google.com/104961844694882715084/posts">Google+</a></li>
|
||||
<li><a href="https://www.instagram.com/yacreader/">Instagram</a></li>
|
||||
<li><a href="https://www.patreon.com/yacreader">Patreon</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h1>Contribuidores</h1>
|
||||
<h2>Traductores</h2>
|
||||
<ul>
|
||||
<li><a rel="nofollow" title="Márcio Moraes - translation to brazilian portuguese" href="https://plus.google.com/108918730441325446079/posts">Márcio Moraes: Portuguese (Brazilian) translator</a></li>
|
||||
<li>laitqwerty and NickSenna: Russian translators</li>
|
||||
<li>Cédric Delarbre aka Real: French translator</li>
|
||||
<li>Johan Derycker: Duch translator</li>
|
||||
<li><a href="http://turkishcomics.blogspot.pt/p/yacreader-tr.html">Turkish Translate Team</a> (Mehmet Açıkgöz, Uğur Yakışık, Alperen Çatak): turkish translators</li>
|
||||
<li>Gerhard Joeken: German translator</li>
|
||||
</ul>
|
||||
<h2>Paquetes</h2>
|
||||
<ul>
|
||||
<li>alperenelhan : Arch Linux binaries</li>
|
||||
<li>Felix Kauselmann : Arch Linux binaries (7.x)</li>
|
||||
<li>Alexander Alemayhu : involved in Linux packaging</li>
|
||||
<li>Yoann Gauthier : man pages for Linux</li>
|
||||
<li>Robbie Holmes (<a href="http://about.me/robbiethegeek">robbiethegeek</a>) : brew cask install</li>
|
||||
</ul>
|
||||
|
||||
<h2>Developers</h2>
|
||||
<ul>
|
||||
<li> Felix Kauselmann : Linux/Unix build system and other improvements. </li>
|
||||
</ul>
|
||||
|
||||
<p>Gracias a Elia Gregorio Méndez por desarrollar los sitios web</p>
|
||||
|
||||
<h1>Software de terceros y recursos</h1>
|
||||
<h1>Software de terceros y otros recursos</h1>
|
||||
<p>
|
||||
Los archivos comprimidos se cargan usando <a href="http://www.7-zip.org/">7zip</a> (Windows) y <a href="http://p7zip.sourceforge.net/">p7zip</a> (Linux/MacOS X)
|
||||
</p>
|
||||
@ -95,7 +74,7 @@ Los códigos QR con la información del servidor se generan con <a href="http://
|
||||
SW flow usa una versión modificada de <a href="http://code.google.com/p/pictureflow/">PictureFlow</a>.
|
||||
</p>
|
||||
<p>
|
||||
Algunos iconos han sido diseñados por <a href="http://mattahan.deviantart.com/">Mattahan</a>.
|
||||
El servidor usa <a href="http://stefanfrings.de/qtwebapp/index-en.html">QtWebApp</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 29 KiB |
BIN
images/db.png
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 35 KiB |
BIN
images/fit.png
Before Width: | Height: | Size: 6.2 KiB |
BIN
images/help.png
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 766 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 658 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
BIN
images/icon-new.svg
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 16 KiB |
BIN
images/next.png
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 20 KiB |
BIN
images/prev.png
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 27 KiB |
BIN
images/save.png
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 3.9 KiB |
BIN
images/zoom.png
Before Width: | Height: | Size: 18 KiB |