init commit that compiles

Commit the original Caesium 1.7.0 codebase with some adjustment.
You can also get the original source at:

https://sourceforge.net/projects/caesium/files/1.7.0/

Since the file names listed in the Qt resource file have encoding
issue which can cause compile failure, these files get removed.

Adjustments:

+ .gitignore
M icons.qrc
- *.pro.user(.*)
- icons/language/*.png
This commit is contained in:
Gary Wang 2021-09-10 10:02:59 +08:00
commit 216e1a9f71
125 changed files with 30200 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.user
*.user.*

68
Caesium.pro Normal file
View File

@ -0,0 +1,68 @@
#-------------------------------------------------
#
# Project created by QtCreator 2010-12-25T20:14:37
#
#-------------------------------------------------
QT += core gui network widgets
TARGET = Caesium
TEMPLATE = app
SOURCES += main.cpp\
caesium.cpp \
compressionthread.cpp \
preferences.cpp \
qdroptreewidget.cpp \
about.cpp \
updater.cpp \
startupupdater.cpp \
global.cpp \
exit.cpp \
loadpreview.cpp \
imageresize.cpp
HEADERS += caesium.h \
compressionthread.h \
preferences.h \
qdroptreewidget.h \
about.h \
updater.h \
startupupdater.h \
global.h \
exit.h \
loadpreview.h \
imageresize.h
FORMS += caesium.ui \
preferences.ui \
about.ui \
updater.ui \
exit.ui
RESOURCES += \
icons.qrc
RC_FILE = caesium.rc
TRANSLATIONS = caesium_en.ts \
caesium_it.ts \
caesium_ja.ts \
caesium_fr.ts \
caesium_br.ts \
caesium_de.ts \
caesium_tw.ts \
caesium_sv.ts \
caesium_cn.ts \
caesium_pt-br.ts \
caesium_es.ts \
caesium_kr.ts \
caesium_gr.ts \
caesium_ru.ts
LIBS += -lQt5Concurrent

60
about.cpp Normal file
View File

@ -0,0 +1,60 @@
/*******************************************************************************
#
# Copyright (C) 2010-2013 Matteo Paonessa <matteo.paonessa@gmail.com>
#
# This file is part of the Caesium distribution.
#
# Caesium is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# Caesium 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 Caesium; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
#
# Author: Matteo Paonessa <matteo.paonessa@gmail.com>
#
# ******************************************************************************/
#include "about.h"
#include "ui_about.h"
#include "global.h"
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::AboutDialog)
{
ui->setupUi(this);
ui->infoTextEdit->setHtml("<strong>" +
tr("Name:") + "</strong> Caesium<br /><strong>" +
tr("Version:") + "</strong> " + version_string + "<br /><strong>" +
tr("Author:") + "</strong> Matteo Paonessa<br /><strong>eMail:</strong> matteo.paonessa@gmail.com<br /><strong>" +
tr("Website: ") + "</strong><a href=\"http://caesium.sourceforge.net\">http://caesium.sourceforge.net</a>");
ui->thanksTextBrowser->setHtml("<p><strong>" + tr("Translations:") + "</strong></p>" +
"<ul><li>FR - DODICH</li><li>JP - Tilt</li><li>DE - Markus</li><li>TW - Zkm</li> <li>SV - Åke Engelbrektson</li> <li>CN - Rob</li>" +
"<li>ES - Jorge Alvarez Oré</li><li>PT-BR - Dann Joe</li><li>GR - geogeo</li><li>KR - CoCoChipmunk</li><li>RU - Sergei Leonov</li></ul>" +
"<p><strong>Pyexiv2</strong> - <a href=\"http://tilloy.net/dev/pyexiv2/\">http://tilloy.net/dev/pyexiv2/</a><br />" +
tr("For Metatag manipulation") + "<br /><br /><strong>Tango Desktop Project </strong>- http://tango.freedesktop.org/<br />" +
"<strong>Elementary Icons </strong>- <a href=\"http://danrabbit.deviantart.com/art/elementary-Icons-65437279\">http://danrabbit.deviantart.com/art/elementary-Icons-65437279</a><br />" +
tr("Base of the icon set"));
}
AboutDialog::~AboutDialog()
{
delete ui;
}
void AboutDialog::on_closeButton_clicked()
{
this->close();
}

25
about.h Normal file
View File

@ -0,0 +1,25 @@
#ifndef ABOUT_H
#define ABOUT_H
#include <QtWidgets/QDialog>
namespace Ui {
class AboutDialog;
}
class AboutDialog : public QDialog
{
Q_OBJECT
public:
explicit AboutDialog(QWidget *parent = 0);
~AboutDialog();
private:
Ui::AboutDialog *ui;
private slots:
void on_closeButton_clicked();
};
#endif // ABOUT_H

371
about.ui Normal file
View File

@ -0,0 +1,371 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutDialog</class>
<widget class="QDialog" name="AboutDialog">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>377</width>
<height>377</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>377</width>
<height>377</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>377</width>
<height>377</height>
</size>
</property>
<property name="windowTitle">
<string>About</string>
</property>
<property name="windowIcon">
<iconset resource="icons.qrc">
<normaloff>:/icons/info.png</normaloff>:/icons/info.png</iconset>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QLabel" name="aboutImageLabel">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/splash.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="infoTab">
<attribute name="title">
<string>Information</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_4">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_3">
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QTextBrowser" name="infoTextEdit">
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="thanksTab">
<attribute name="title">
<string>Thanks</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_7">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<widget class="QTextBrowser" name="thanksTextBrowser">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Pyexiv2&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; - http://tilloy.net/dev/pyexiv2/&lt;br /&gt;For Metatag manipulation&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Tango Desktop Project &lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;- http://tango.freedesktop.org/&lt;br /&gt;Base of the icon set&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="licenseTab">
<attribute name="title">
<string>License</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_8">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<widget class="QTextEdit" name="licenseTextEdit">
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;GNU GENERAL PUBLIC LICENSE&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Version 3, 29 June 2007 &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Copyright © 2007 Free Software Foundation, Inc. &amp;lt;&lt;/span&gt;&lt;a href=&quot;http://fsf.org/&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://fsf.org/&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;preamble&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;P&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;reamble&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The GNU General Public License is a free, copyleft license for software and other kinds of works. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The precise terms and conditions for copying, distribution and modification follow. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;terms&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;T&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;ERMS AND CONDITIONS&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section0&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Definitions.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;“This License” refers to version 3 of the GNU General Public License. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;A “covered work” means either the unmodified Program or a work based on the Program. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section1&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Source Code.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Corresponding Source for a work in source code form is that same work. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section2&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Basic Permissions.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section3&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Protecting Users' Legal Rights From Anti-Circumvention Law.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section4&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;4&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Conveying Verbatim Copies.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section5&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;5&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Conveying Modified Source Versions.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: &lt;/span&gt;&lt;/p&gt;
&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;a) The work must carry prominent notices stating that you modified it, and giving a relevant date. &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. &lt;/li&gt;&lt;/ul&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section6&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;6&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Conveying Non-Source Forms.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: &lt;/span&gt;&lt;/p&gt;
&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. &lt;/li&gt;&lt;/ul&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section7&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;7&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Additional Terms.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: &lt;/span&gt;&lt;/p&gt;
&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;d) Limiting the use for publicity purposes of names of licensors or authors of the material; or &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or &lt;/li&gt;
&lt;li style=&quot; font-size:8pt;&quot; style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. &lt;/li&gt;&lt;/ul&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section8&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;8&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Termination.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section9&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;9&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;. Acceptance Not Required for Having Copies.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section10&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;0. Automatic Licensing of Downstream Recipients.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section11&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1. Patents.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section12&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;2. No Surrender of Others' Freedom.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section13&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;3. Use with the GNU Affero General Public License.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section14&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;4. Revised Versions of this License.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section15&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;5. Disclaimer of Warranty.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section16&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;6. Limitation of Liability.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;section17&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;7. Interpretation of Sections 15 and 16.&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;END OF TERMS AND CONDITIONS &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;howto&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;H&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;ow to Apply These Terms to Your New Programs&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; &amp;lt;one line to give the program's name and a brief idea of what it does.&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; This program is free software: you can redistribute it and/or modify&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; it under the terms of the GNU General Public License as published by&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; the Free Software Foundation, either version 3 of the License, or&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; (at your option) any later version.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; This program is distributed in the hope that it will be useful,&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; GNU General Public License for more details.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; You should have received a copy of the GNU General Public License&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; along with this program. If not, see &amp;lt;http://www.gnu.org/licenses/&amp;gt;. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Also add information on how to contact you by electronic and paper mail. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; &amp;lt;program&amp;gt; Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; This is free software, and you are welcome to redistribute it&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:8pt;&quot;&gt; under certain conditions; type `show c' for details. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see &amp;lt;&lt;/span&gt;&lt;a href=&quot;http://www.gnu.org/licenses/&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.gnu.org/licenses/&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;&amp;gt;. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read &amp;lt;&lt;/span&gt;&lt;a href=&quot;http://www.gnu.org/philosophy/why-not-lgpl.html&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.gnu.org/philosophy/why-not-lgpl.html&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;&amp;gt;. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
<item row="3" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="closeButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="icons.qrc"/>
</resources>
<connections/>
</ui>

126
albumwizard.cpp Normal file
View File

@ -0,0 +1,126 @@
#include "albumwizard.h"
AlbumWizard::AlbumWizard(QWidget *parent) :
QWizard(parent)
{
addPage(new IntroPage);
addPage(new SettingsPage);
addPage(new ConclusionPage);
setPixmap(QWizard::BannerPixmap, QPixmap(":/images/banner.png"));
setPixmap(QWizard::BackgroundPixmap, QPixmap(":/images/background.png"));
this->setButtonText(QWizard::FinishButton, tr("Finish"));
setWindowTitle(tr("Import Album"));
}
IntroPage::IntroPage(QWidget *parent)
: QWizardPage(parent)
{
setTitle(tr("Introduction"));
setPixmap(QWizard::WatermarkPixmap, QPixmap(":/images/watermark1.png"));
label = new QLabel(tr("This wizard allows you to import a folder, "
"along with its subfolders, directly into Caesium. "
"You simply need to set an input folder, choose where "
"compress your pictures and Caesium will keep the same "
"(sub)folder structure, name and format. You can set the compression level "
"and compress your pictures right after the wizard end."));
label->setWordWrap(true);
QVBoxLayout *layout = new QVBoxLayout;
layout->addWidget(label);
setLayout(layout);
}
SettingsPage::SettingsPage(QWidget *parent)
: QWizardPage(parent)
{
setTitle(tr("Settings"));
label = new QLabel(tr("In this page you can set your pictures folder, "
"where to compress them and the compression level."));
label->setWordWrap(true);
inputLineEdit = new QLineEdit(this);
inputLineEdit->setPlaceholderText(tr("Choose your pictures folder..."));
inputLineEdit->setReadOnly(true);
inputButton = new QPushButton(tr("Browse..."));
outputLineEdit = new QLineEdit(this);
outputLineEdit->setPlaceholderText(tr("Choose where to compress..."));
outputLineEdit->setReadOnly(true);
outputButton = new QPushButton(tr("Browse..."));
spacer = new QSpacerItem(1, 20);
compressionLabel = new QLabel(tr("Quality: "));
compressionSlider = new QSlider(Qt::Horizontal);
compressionSlider->setMaximum(100);
compressionSlider->setMinimum(1);
compressionSlider->setSingleStep(5);
compressionSlider->setValue(80);
compressionSlider->setTickInterval(10);
compressionSlider->setTickPosition(QSlider::TicksBelow);
compressionSpinBox = new QSpinBox();
compressionSpinBox->setValue(80);
compressionSpinBox->setMaximum(100);
compressionSpinBox->setMinimum(1);
connect(compressionSlider, SIGNAL(valueChanged(int)), compressionSpinBox, SLOT(setValue(int)));
connect(compressionSpinBox, SIGNAL(valueChanged(int)), compressionSlider, SLOT(setValue(int)));
testSpacer = new QSpacerItem(300, 1, QSizePolicy::Expanding, QSizePolicy::Maximum);
testButton = new QPushButton(tr("Run test"));
QVBoxLayout *layout = new QVBoxLayout;
layout->addWidget(label);
QHBoxLayout *inputLayout = new QHBoxLayout;
inputLayout->addWidget(inputLineEdit);
inputLayout->addWidget(inputButton);
layout->addLayout(inputLayout);
QHBoxLayout *outputLayout = new QHBoxLayout;
outputLayout->addWidget(outputLineEdit);
outputLayout->addWidget(outputButton);
layout->addLayout(outputLayout);
layout->addSpacerItem(spacer);
QHBoxLayout *compressionLayout = new QHBoxLayout;
compressionLayout->addWidget(compressionLabel);
compressionLayout->addWidget(compressionSlider);
compressionLayout->addWidget(compressionSpinBox);
layout->addLayout(compressionLayout);
QHBoxLayout *testLayout = new QHBoxLayout;
testLayout->addSpacerItem(testSpacer);
testLayout->addWidget(testButton);
layout->addLayout(testLayout);
setLayout(layout);
inputLineEdit->setFocusPolicy(Qt::NoFocus);
outputLineEdit->setFocusPolicy(Qt::NoFocus);
}
ConclusionPage::ConclusionPage(QWidget *parent)
: QWizardPage(parent)
{
setTitle(tr("Conclusion"));
setPixmap(QWizard::WatermarkPixmap, QPixmap(":/images/watermark2.png"));
label = new QLabel;
label->setWordWrap(true);
compressCheckBox = new QCheckBox(tr("Compress now"), this);
compressCheckBox->setChecked(true);
QVBoxLayout *layout = new QVBoxLayout;
layout->addWidget(label);
layout->addWidget(compressCheckBox);
setLayout(layout);
}
void ConclusionPage::initializePage()
{
QString finishText = wizard()->buttonText(QWizard::FinishButton);
finishText.remove('&');
label->setText(tr("You can choose to compress now you pictures or click %1 to exit the wizard "
"and go to Caesium main page to set other compression options.")
.arg(finishText));
}

1725
caesium.cpp Normal file

File diff suppressed because it is too large Load Diff

131
caesium.h Normal file
View File

@ -0,0 +1,131 @@
#ifndef CAESIUM_H
#define CAESIUM_H
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QLabel>
#include <QtWidgets/QSystemTrayIcon>
#include <QNetworkReply>
#include <compressionthread.h>
#include "preferences.h"
#include "about.h"
#include "updater.h"
#include "exit.h"
namespace Ui {
class Caesium;
}
class Caesium : public QMainWindow
{
Q_OBJECT
public:
explicit Caesium(QWidget *parent = 0);
~Caesium();
private:
Ui::Caesium *ui;
Preferences *pf;
AboutDialog *about;
Exit *exit;
Updater *updater;
QLabel *imageLabel1;
QLabel *imageLabel2;
QSystemTrayIcon *trayIcon;
QMenu *trayIconMenu;
QAction *restoreAction;
QAction *closeFromTrayAction;
private slots:
void on_actionRemove_Item_From_List_and_Hard_Disk_triggered();
void on_outputLineEdit_textChanged(QString );
void on_zoomOutToolButton_clicked();
void on_zoomInToolButton_clicked();
void on_actionOpen_Folder_triggered();
void on_actionSettings_triggered();
void on_originalToolButton_clicked();
void on_fitToolButton_clicked();
void on_suffixLineEdit_textChanged(QString text);
void on_cancelButton_clicked();
void on_actionCompress_triggered();
void on_updateButton_clicked();
void on_actionShow_Toolbar_toggled(bool t_checked);
void on_actionCheck_for_Updates_triggered();
void on_actionAbout_Qt_triggered();
void on_actionOpen_List_triggered();
void on_actionSave_List_As_triggered();
void on_previewButton_clicked();
void on_listTreeWidget_itemSelectionChanged();
void on_actionPreview_triggered();
void on_setQualityButton_clicked();
void on_cantSetButton_clicked();
void on_formatComboBox_currentIndexChanged(int);
void on_undoButton_clicked();
void on_sameFolderCheckBox_clicked(bool checked);
void on_browseToolButton_clicked();
void on_actionDonate_to_Caesium_triggered();
void on_actionOnline_Support_triggered();
void on_actionWebsite_triggered();
void on_actionClear_List_triggered();
void on_removeButton_clicked();
void on_actionRemove_Item_triggered();
void on_addButton_clicked();
void on_actionAbout_triggered();
void on_actionExit_triggered();
void closeEvent(QCloseEvent *event);
void on_actionAdd_Pictures_triggered();
void showVersionLabel(bool);
void checkForUpdateStartup();
QStringList loadImages();
QStringList loadQuality();
void showMessageBox();
void updateUI(int, int, QString);
void processingIcon(int, QString);
void fitWindow();
void originalSize();
void scaleImage(double factor);
bool duplicateCheck(QString name, QString dir);
void adjustScrollbars(int v, int h, int p);
void enableButtons(bool flag);
void countUpdate();
void afterPFUpdate();
int outputFolderCreation();
void openList();
void lstSave();
void on_actionSave_List_triggered();
void toolbarIconSize();
void on_action32x32_triggered();
void on_action24x24_triggered();
void on_actionSave_Profile_triggered();
void on_actionLoad_Profile_triggered();
void profileLoadEngine(QString fileName);
void on_compressButton_clicked();
void setImageToLabel1(QImage image);
void setImageToLabel2(QImage image);
void adjustPreviewView();
void loadingCompressedPreview();
void on_methodComboBox_currentIndexChanged(int index);
void loadLayout();
void on_actionMinimize_to_tray_triggered();
void trayIconHandle(QSystemTrayIcon::ActivationReason reason);
void createTrayIcon();
void adjustPercentage(int value);
void runPreview();
void on_keepRatioCheckBox_toggled(bool checked);
void adjustHeight();
void adjustWidth();
void on_setResolutionButton_clicked();
bool checkParentFolder(QString set, QString new_folder);
QList<int> loadWidth();
QList<int> loadHeight();
void errorMessageBox();
void dropWidgetStructure(QString path);
void saveList(QString path);
void openList(QString path);
signals:
void loadThreadStop();
};
#endif // CAESIUM_H

3
caesium.rc Normal file
View File

@ -0,0 +1,3 @@
IDI_ICON1 ICON DISCARDABLE "icon.ico"
IDI_ICON2 ICON DISCARDABLE "clf.ico"
IDI_ICON3 ICON DISCARDABLE "cpf.ico"

2680
caesium.ui Normal file

File diff suppressed because it is too large Load Diff

2387
caesium_bk.ui Normal file

File diff suppressed because it is too large Load Diff

1062
caesium_br.ts Normal file

File diff suppressed because it is too large Load Diff

1354
caesium_cn.ts Normal file

File diff suppressed because it is too large Load Diff

1359
caesium_de.ts Normal file

File diff suppressed because it is too large Load Diff

1015
caesium_en.ts Normal file

File diff suppressed because it is too large Load Diff

1104
caesium_es.ts Normal file

File diff suppressed because it is too large Load Diff

1370
caesium_fr.ts Normal file

File diff suppressed because it is too large Load Diff

844
caesium_gr.ts Normal file
View File

@ -0,0 +1,844 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="el_GR">
<context>
<name>AboutDialog</name>
<message>
<source>About</source>
<translation>Περί</translation>
</message>
<message>
<source>Close</source>
<translation>Κλείσιμο</translation>
</message>
<message>
<source>Name:</source>
<translation>Όνομα:</translation>
</message>
<message>
<source>License</source>
<translation>Άδεια χρήσης</translation>
</message>
<message>
<source>Translations:</source>
<translation>Μεταφράσεις:</translation>
</message>
<message>
<source>For Metatag manipulation</source>
<translation>Για το χειρισμό των Metatag</translation>
</message>
<message>
<source>Thanks</source>
<translation>Ευχαριστίες</translation>
</message>
<message>
<source>Base of the icon set</source>
<translation>Για τη βάση της συλλογής εικονιδίων</translation>
</message>
<message>
<source>Author:</source>
<translation>Δημιουργός:</translation>
</message>
<message>
<source>Information</source>
<translation>Πληροφορίες</translation>
</message>
<message>
<source>Website:</source>
<translation type="obsolete">Ιστότοπος:</translation>
</message>
<message>
<source>Version:</source>
<translation>Έκδοση:</translation>
</message>
<message>
<source>Website: </source>
<translation>Ιστότοπος: </translation>
</message>
</context>
<context>
<name>Caesium</name>
<message>
<source>No</source>
<translation>Όχι</translation>
</message>
<message>
<source> px</source>
<translation type="obsolete">px</translation>
</message>
<message>
<source>...</source>
<translation>...</translation>
</message>
<message>
<source>BMP</source>
<translation>BMP</translation>
</message>
<message>
<source>Add</source>
<translation>Προσθήκη</translation>
</message>
<message>
<source>Del</source>
<translation>Del</translation>
</message>
<message>
<source>JPG</source>
<translation>JPG</translation>
</message>
<message>
<source>PNG</source>
<translation>PNG</translation>
</message>
<message>
<source>Yes</source>
<translation>Ναι</translation>
</message>
<message>
<source>Edit</source>
<translation>Επεξεργασία</translation>
</message>
<message>
<source>Exit</source>
<translation>Έξοδος</translation>
</message>
<message>
<source>File</source>
<translation>Αρχείο</translation>
</message>
<message>
<source>Help</source>
<translation>Βοήθεια</translation>
</message>
<message>
<source>Info</source>
<translation>Πληροφορίες</translation>
</message>
<message>
<source>Name</source>
<translation>Όνομα</translation>
</message>
<message>
<source>Size</source>
<translation>Μέγεθος</translation>
</message>
<message>
<source>View</source>
<translation>Προβολή</translation>
</message>
<message>
<source>Caesium Profile (*.cpf)</source>
<translation>Προφίλ του Caesium (*.cpf)</translation>
</message>
<message>
<source>24x24</source>
<translation>24x24</translation>
</message>
<message>
<source>32x32</source>
<translation>32x32</translation>
</message>
<message>
<source>About</source>
<translation>Περί...</translation>
</message>
<message>
<source>Apply</source>
<translation>Εφαρμογή</translation>
</message>
<message>
<source>Close</source>
<translation>Κλείσιμο</translation>
</message>
<message>
<source>Error</source>
<translation>Σφάλμα</translation>
</message>
<message>
<source>Input</source>
<translation>Εισόδου</translation>
</message>
<message>
<source>Ratio</source>
<translation>Αναλογία</translation>
</message>
<message>
<source>Tools</source>
<translation>Εργαλεία</translation>
</message>
<message>
<source>Save Profile...</source>
<translation>Αποθήκευση προφίλ...</translation>
</message>
<message>
<source>Compression Completed with:
» </source>
<translation type="obsolete">Η συμπίεση ολοκληρώθηκε με:
» </translation>
</message>
<message>
<source>Show Toolbar</source>
<translation>Εμφάνιση εργαλειοθήκης</translation>
</message>
<message>
<source>Select file(s)</source>
<translation>Επιλέξτε αρχείο(α)</translation>
</message>
<message>
<source> compressed
» </source>
<translation type="obsolete"> συμπιεσμένο(α)
» </translation>
</message>
<message>
<source>Check for Updates</source>
<translation>Έλεγχος για ενημερώσεις</translation>
</message>
<message>
<source>Compressed Image</source>
<translation>Συμπιεσμένη εικόνα</translation>
</message>
<message>
<source>Output Folder</source>
<translation>Φάκελος εξαγωγής</translation>
</message>
<message>
<source>Keep Structure</source>
<translation>Διατήρηση δομής</translation>
</message>
<message>
<source>Keep Aspect Ratio</source>
<translation>Διατήρηση αναλογίας</translation>
</message>
<message>
<source>Do not enlarge images</source>
<translation>Όχι μεγέθυνση εικόνων</translation>
</message>
<message>
<source> error(s)
Time elapsed: </source>
<translation> σφάλμα(τα)
Χρόνος που πέρασε: </translation>
</message>
<message>
<source>Full Path</source>
<translation>Πλήρης διαδρομή</translation>
</message>
<message>
<source>PNG and BMP are loseless formats, and
can&apos;t be compressed like JPG do.
Caesium will set the quality level automatically
for those formats.</source>
<translation>Οι μορφές PNG και BMP είναι μη απωλεστικές,
και δεν μπορεί να συμπιεστούν όπως η JPG.
Το Caesium θα ορίσει αυτόματα το επίπεδο
ποιότητας γι αυτές τις μορφές.</translation>
</message>
<message>
<source>Auto preview</source>
<translation>Αυτόμ. προεπισκόπηση</translation>
</message>
<message>
<source>A new version is available!</source>
<translation>Μια νέα έκδοση είναι διαθέσιμη!</translation>
</message>
<message>
<source>Donate to Caesium</source>
<translation>Δωρεά στο Caesium</translation>
</message>
<message>
<source>
Saved space: </source>
<translation>
Εξοικονόμηση χώρου: </translation>
</message>
<message>
<source>Open Folder...</source>
<translation>Άνοιγμα φακέλου...</translation>
</message>
<message>
<source>Compress!</source>
<translation>Συμπίεση!</translation>
</message>
<message>
<source>Action</source>
<translation>Δράση</translation>
</message>
<message>
<source>Cancel</source>
<translation>Άκυρο</translation>
</message>
<message>
<source>Failed to create the directory structure.</source>
<translation>Απέτυχε η δημιουργία της δομής του καταλόγου.</translation>
</message>
<message>
<source>Ctrl+L</source>
<translation>Ctrl+L</translation>
</message>
<message>
<source>Ctrl+O</source>
<translation>Ctrl+O</translation>
</message>
<message>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
<source>Ctrl+W</source>
<translation>Ctrl+W</translation>
</message>
<message>
<source>Set an Output Directory first!</source>
<translation>Καθορίστε πρώτα ένα φάκελο εξαγωγής!</translation>
</message>
<message>
<source>Deleting original files...</source>
<translation>Διαγραφή πρωτότυπων αρχείων...</translation>
</message>
<message>
<source>Select output directory</source>
<translation>Επιλέξτε κατάλογο εξαγωγής</translation>
</message>
<message>
<source>Remove</source>
<translation>Κατάργηση</translation>
</message>
<message>
<source>Resize</source>
<translation>Αλλαγή μεγέθους</translation>
</message>
<message>
<source>Minimize the application to system tray</source>
<translation>Ελαχιστοποίηση της εφαρμογής στην περιοχή ειδοποιήσεων</translation>
</message>
<message>
<source>Width:</source>
<translation>Πλάτος:</translation>
</message>
<message>
<source>I can&apos;t set the quality!</source>
<translation>Δεν μπορεί να οριστεί η ποιότητα!</translation>
</message>
<message>
<source>Resolution</source>
<translation>Ανάλυση</translation>
</message>
<message>
<source>Compression Options</source>
<translation>Επιλογές συμπίεσης</translation>
</message>
<message>
<source>Original Image</source>
<translation>Αρχική εικόνα</translation>
</message>
<message>
<source>About Qt4</source>
<translation type="obsolete">Περί Qt4</translation>
</message>
<message>
<source> skipped
» </source>
<translation type="obsolete"> αγνοημένο(α)
» </translation>
</message>
<message>
<source>Save as...</source>
<translation>Αποθήκευση ως...</translation>
</message>
<message>
<source>Choose and output folder...</source>
<translation>Επιλέξτε φάκελο εξαγωγής...</translation>
</message>
<message>
<source>Preview</source>
<translation>Προεπισκόπηση</translation>
</message>
<message>
<source>Supported Images (*.bmp *.jpg *.jpeg *.tif *.tiff *.png *.ppm *.xbm *.xpm);;PNG Files (*.png);;JPEG Files (*.jpg *.jpeg);;BMP Files (*.bmp);;TIFF Files (*.tif *.tiff);;PPM Files (*.ppm);;XBM Files (*.xbm);;XPM Files (*.xpm)</source>
<translation>Υποστηριζόμενες εικόνες (*.bmp *.jpg *.jpeg *.tif *.tiff *.png *.ppm *.xbm *.xpm);;Αρχεία PNG (*.png);;Αρχεία JPEG (*.jpg *.jpeg);;Αρχεία BMP (*.bmp);;Αρχεία TIFF (*.tif *.tiff);;Αρχεία PPM (*.ppm);;Αρχεία XBM (*.xbm);;Αρχεία XPM (*.xpm)</translation>
</message>
<message>
<source>Clear List</source>
<translation>Απαλοιφή λίστας</translation>
</message>
<message>
<source>Open List...</source>
<translation>Άνοιγμα λίστας...</translation>
</message>
<message>
<source>Remove Item From List and Hard Disk</source>
<translation>Κατάργηση στοιχείου από τη λίστα και το σκληρό δίσκο</translation>
</message>
<message>
<source>Not allowed!</source>
<translation>Δεν επιτρέπεται!</translation>
</message>
<message>
<source>Quality</source>
<translation>Ποιότητα</translation>
</message>
<message>
<source>Restore</source>
<translation>Επαναφορά</translation>
</message>
<message>
<source>Compression done!</source>
<translation>Η συμπίεση ολοκληρώθηκε!</translation>
</message>
<message>
<source>Set Quality</source>
<translation>Ρύθμιση ποιότητας</translation>
</message>
<message>
<source>The original files will be deleted!</source>
<translation>Τα πρωτότυπα αρχεία θα διαγραφούν!</translation>
</message>
<message>
<source>About Qt</source>
<translation>Περί Qt</translation>
</message>
<message>
<source>Failed to create the directory.
Aborting.</source>
<translation>Η δημιουργία του φακέλου απέτυχε. Ματαίωση.</translation>
</message>
<message>
<source>Absolute</source>
<translation>Απόλυτα</translation>
</message>
<message>
<source>Percentage</source>
<translation>Αναλογικά</translation>
</message>
<message>
<source>This action will delete the selected files PERMANENTLY.
Are you sure you want to continue?</source>
<translation>Αυτή η ενέργεια θα διαγράψει τα επιλεγμένα αρχεία ΟΡΙΣΤΙΚΑ.
Είστε βέβαιος ότι θέλετε να συνεχίσετε;</translation>
</message>
<message>
<source>Save List As...</source>
<translation>Αποθήκευση λίστας ως...</translation>
</message>
<message>
<source>New Resolution</source>
<translation>Νέα ανάλυση</translation>
</message>
<message>
<source>Suffix:</source>
<translation>Επίθημα:</translation>
</message>
<message>
<source>Select a profile file...</source>
<translation>Επιλέξτε ένα αρχείο προφίλ...</translation>
</message>
<message>
<source>Add Pictures...</source>
<translation>Προσθήκη εικόνων...</translation>
</message>
<message>
<source>Same for all</source>
<translation>Ίδια για όλες</translation>
</message>
<message>
<source>Waiting...</source>
<translation>Αναμονή...</translation>
</message>
<message>
<source>The output folder doesn&apos;t exists.
Do you want to create it?</source>
<translation>Ο φάκελος εξαγωγής δεν υπάρχει.
Θέλετε να δημιουργηθεί;</translation>
</message>
<message>
<source>Minimize to tray</source>
<translation>Ελαχιστοποίηση στην περιοχή ειδοποιήσεων</translation>
</message>
<message>
<source>Quality:</source>
<translation>Ποιότητα:</translation>
</message>
<message>
<source>Ctrl+Del</source>
<translation>Ctrl+Del</translation>
</message>
<message>
<source>Load Profile...</source>
<translation>Φόρτωση προφίλ...</translation>
</message>
<message>
<source>The list is empty! Fill it!</source>
<translation>Η λίστα είναι κενή! Συμπληρώστε την.</translation>
</message>
<message>
<source>Remove Item</source>
<translation>Κατάργηση στοιχείου</translation>
</message>
<message>
<source>Save List</source>
<translation>Αποθήκευση λίστας</translation>
</message>
<message>
<source>New Size</source>
<translation>Νέο μέγεθος</translation>
</message>
<message>
<source>Settings</source>
<translation>Ρυθμίσεις</translation>
</message>
<message>
<source>Ctrl+Shift+D</source>
<translation>Ctrl+Shift+D</translation>
</message>
<message>
<source>Ctrl+Shift+O</source>
<translation>Ctrl+Shift+O</translation>
</message>
<message>
<source>Item count: </source>
<translation>Πλήθος στοιχείων: </translation>
</message>
<message>
<source>Format:</source>
<translation>Μορφή:</translation>
</message>
<message>
<source>Warning</source>
<translation>Προειδοποίηση</translation>
</message>
<message>
<source>Website</source>
<translation>Ιστότοπος</translation>
</message>
<message>
<source>Open a list file...</source>
<translation>Άνοιγμα ενός αρχείου λίστας...</translation>
</message>
<message>
<source>Caesium List (*.clf)</source>
<translation>Λίστα Caesium (*.clf)</translation>
</message>
<message>
<source>Open Directory</source>
<translation>Άνοιγμα καταλόγου</translation>
</message>
<message>
<source>Remember last folder</source>
<translation>Απομνημ. τελευταίου φακέλου</translation>
</message>
<message>
<source>Height:</source>
<translation>Ύψος:</translation>
</message>
<message>
<source>Toolbar Icon Size</source>
<translation>Μέγεθος εικονιδίων εργαλειοθήκης</translation>
</message>
<message>
<source>Ctrl+Alt+Q</source>
<translation>Ctrl+Alt+Q</translation>
</message>
<message>
<source>Caesium - Image Compressor</source>
<translation>Caesium - Συμπιεστής εικόνας</translation>
</message>
<message>
<source> - Caesium - Image Compressor</source>
<translation>- Caesium - Συμπιεστής εικόνας</translation>
</message>
<message>
<source>Same folder as input</source>
<translation>ίδιος φάκελος με εισαγωγή</translation>
</message>
<message>
<source>Online Support</source>
<translation>Άμεση υποστήριξη</translation>
</message>
<message>
<source>Compression finished!
- </source>
<translation>Η συμπίεση ολοκληρώθηκε!
- </translation>
</message>
<message>
<source> compressed
- </source>
<translation> συμπιεσμένo
- </translation>
</message>
<message>
<source> skipped
- </source>
<translation> αγνοημένο(α)
- </translation>
</message>
<message>
<source>Processing: </source>
<translation>Επεξεργασία: </translation>
</message>
</context>
<context>
<name>Exit</name>
<message>
<source>No</source>
<translation>Όχι</translation>
</message>
<message>
<source>Yes</source>
<translation>Ναι</translation>
</message>
<message>
<source>Always check</source>
<translation>Έλεγχος πάντα</translation>
</message>
<message>
<source>Do you really want to exit Caesium?</source>
<translation>Θέλετε πραγματικά να βγείτε από το Caesium;</translation>
</message>
<message>
<source>Are you sure?</source>
<translation>Είστε βέβαιος;</translation>
</message>
</context>
<context>
<name>Preferences</name>
<message>
<source>OK</source>
<translation>Εντάξει</translation>
</message>
<message>
<source>...</source>
<translation>...</translation>
</message>
<message>
<source>Apply</source>
<translation>Εφαρμογή</translation>
</message>
<message>
<source>Style</source>
<translation>Στυλ</translation>
</message>
<message>
<source>Original Size</source>
<translation>Αρχικό μέγεθος</translation>
</message>
<message>
<source>Keep EXIF Information while compressing</source>
<translation>Διατήρηση πληροφοριών EXIF κατά τη συμπίεση</translation>
</message>
<message>
<source>Restore window size and layout at startup</source>
<translation>Επαναφορά μεγέθους παραθύρου και διάταξης στην εκκίνηση</translation>
</message>
<message>
<source>Select default output directory</source>
<translation>Επιλέξτε τον προεπιλεγμένο κατάλογο εξαγωγής</translation>
</message>
<message>
<source>Cancel</source>
<translation>Άκυρο</translation>
</message>
<message>
<source>WindowsXP</source>
<translation>WindowsXP</translation>
</message>
<message>
<source>Load the last used profile at startup</source>
<translation>Φόρτωση του πρόσφατα χρησιμοποιημένου προφίλ στην έναρξη</translation>
</message>
<message>
<source>Fit Window</source>
<translation>Προσαρμογή στο παράθυρο</translation>
</message>
<message>
<source>Use a default output directory if none is specified</source>
<translation>Χρήση προεπιλεγμένης διαδρομής εάν δεν έχει οριστεί</translation>
</message>
<message>
<source>You need to restart the application before
changes take effect</source>
<translation>Πρέπει να κάνετε επανεκκίνηση της εφαρμογής
για να τεθούν σε ισχύ οι αλλαγές</translation>
</message>
<message>
<source>Default Path</source>
<translation>Προεπιλεγμένη διαδρομή</translation>
</message>
<message>
<source>Scan subdirectories when you open a folder</source>
<translation>Σάρωση υποφακέλων όταν ανοίγετε ένα φάκελο</translation>
</message>
<message>
<source>Language</source>
<translation>Γλώσσα</translation>
</message>
<message>
<source>Compression</source>
<translation>Συμπίεση</translation>
</message>
<message>
<source>Check for updates at startup</source>
<translation>Έλεγχος για ενημερώσεις στην έναρξη</translation>
</message>
<message>
<source>Don&apos;t delete if input extension is different from output one</source>
<translation>Να μη διαγραφεί, αν η επέκταση εισόδου είναι διαφορετική
από αυτή της εξόδου</translation>
</message>
<message>
<source>Information</source>
<translation>Πληροφορίες</translation>
</message>
<message>
<source>Default Image View</source>
<translation>Προεπιλεγμένη προβολή εικόνας</translation>
</message>
<message>
<source>Prompt before exit</source>
<translation>Ερώτηση πριν από την έξοδο</translation>
</message>
<message>
<source>Preferences</source>
<translation>Προτιμήσεις</translation>
</message>
<message>
<source>Keep the original Date Information</source>
<translation>Διατήρηση των αρχικών πληροφοριών ημερομηνίας</translation>
</message>
<message>
<source>General</source>
<translation>Γενικά</translation>
</message>
<message>
<source>Skip if the output size is greater than the original</source>
<translation>Παράλειψη αν το μέγεθος εξαγωγής είναι μεγαλύτερο από το αρχικό</translation>
</message>
<message>
<source>Delete the original file from disk</source>
<translation>Διαγραφή του πρωτότυπου αρχείου από το δίσκο</translation>
</message>
<message>
<source>Optimize PNG files during compression</source>
<translation>Βελτιστοποίηση αρχείων PNG κατά τη συμπίεση</translation>
</message>
<message>
<source>Level:</source>
<translation>Επίπεδο:</translation>
</message>
<message>
<source>Medium (Average)</source>
<translation>Μέση (μέσος όρος)</translation>
</message>
<message>
<source>Soft (Fastest)</source>
<translation>Ελαφρά (ταχύτερη)</translation>
</message>
<message>
<source>Hard (Slowest)</source>
<translation>Ισχυρή (πιο αργή)</translation>
</message>
<message>
<source>Restore last used list at startup</source>
<translation>Επαναφορά της πρόσφατα χρησιμοποιημένης λίστας στην έναρξη</translation>
</message>
</context>
<context>
<name>QDropTreeWidget</name>
<message>
<source>Open input folder</source>
<translation>Άνοιγμα φακέλου εισαγωγής</translation>
</message>
<message>
<source>Open folder...</source>
<translation>Άνοιγμα φακέλου...</translation>
</message>
<message>
<source>Open destination folder</source>
<translation>Άνοιγμα φακέλου προορισμού</translation>
</message>
<message>
<source>Preview</source>
<translation>Προεπισκόπηση</translation>
</message>
<message>
<source>Clear list</source>
<translation>Απαλοιφή λίστας</translation>
</message>
<message>
<source>Add pictures...</source>
<translation>Προσθήκη εικόνων...</translation>
</message>
<message>
<source>Remove from list and Hard Disk</source>
<translation>Κατάργηση από τη λίστα και το σκληρό δίσκο</translation>
</message>
<message>
<source>Remove item</source>
<translation>Κατάργηση στοιχείου</translation>
</message>
</context>
<context>
<name>Updater</name>
<message>
<source>Close</source>
<translation>Κλείσιμο</translation>
</message>
<message>
<source>Start</source>
<translation>Έναρξη</translation>
</message>
<message>
<source>Caesium updater</source>
<translation>Ενημέρωση του Caesium</translation>
</message>
<message>
<source>Downloading </source>
<translation>Λήψη </translation>
</message>
<message>
<source>Caesium will exit now in order to allow the update to run</source>
<translation>Θα γίνει έξοδος από το Caesium τώρα, προκειμένου να καταστεί δυνατή η ενημέρωση</translation>
</message>
<message>
<source>ERROR: Connection timed out...</source>
<translation>ΣΦΑΛΜΑ: Έληξε ο χρόνος αναμονής σύνδεσης...</translation>
</message>
<message>
<source>Contacting server...</source>
<translation>Επικοινωνία με το διακομιστή...</translation>
</message>
<message>
<source>Checking version...</source>
<translation>Έλεγχος έκδοσης...</translation>
</message>
<message>
<source>Caesium current version is: </source>
<translation>Η τρέχουσα έκδοση του Caesium είναι: </translation>
</message>
<message>
<source>An error occurred. Please check your internet connection.</source>
<translation>Παρουσιάστηκε ένα σφάλμα. Παρακαλώ ελέγξτε τη σύνδεσή σας στο διαδίκτυο.</translation>
</message>
<message>
<source>Information</source>
<translation>Πληροφορίες</translation>
</message>
<message>
<source>Download completed.</source>
<translation>Η λήψη ολοκληρώθηκε.</translation>
</message>
<message>
<source>Your version is </source>
<translation>Η έκδοσή σας είναι η </translation>
</message>
</context>
</TS>

1231
caesium_it.ts Normal file

File diff suppressed because it is too large Load Diff

814
caesium_ja.ts Normal file
View File

@ -0,0 +1,814 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="ja_JP">
<context>
<name>AboutDialog</name>
<message>
<source>About</source>
<translation></translation>
</message>
<message>
<source>Close</source>
<translation></translation>
</message>
<message>
<source>Name:</source>
<translation>:</translation>
</message>
<message>
<source>License</source>
<translation></translation>
</message>
<message>
<source>Translations:</source>
<translation>:</translation>
</message>
<message>
<source>For Metatag manipulation</source>
<translation></translation>
</message>
<message>
<source>Thanks</source>
<translation></translation>
</message>
<message>
<source>Base of the icon set</source>
<translation></translation>
</message>
<message>
<source>Author:</source>
<translation>:</translation>
</message>
<message>
<source>Information</source>
<translation></translation>
</message>
<message>
<source>Version:</source>
<translation>:</translation>
</message>
<message>
<source>Website: </source>
<translation>: </translation>
</message>
</context>
<context>
<name>Caesium</name>
<message>
<source>No</source>
<translation></translation>
</message>
<message>
<source>...</source>
<translation>...</translation>
</message>
<message>
<source>BMP</source>
<translation>BMP</translation>
</message>
<message>
<source>Add</source>
<translation></translation>
</message>
<message>
<source>Del</source>
<translation>Del</translation>
</message>
<message>
<source>JPG</source>
<translation>JPG</translation>
</message>
<message>
<source>PNG</source>
<translation>PNG</translation>
</message>
<message>
<source>Yes</source>
<translation></translation>
</message>
<message>
<source>Edit</source>
<translation></translation>
</message>
<message>
<source>Exit</source>
<translation></translation>
</message>
<message>
<source>File</source>
<translation></translation>
</message>
<message>
<source>Help</source>
<translation></translation>
</message>
<message>
<source>Info</source>
<translation></translation>
</message>
<message>
<source>Name</source>
<translation></translation>
</message>
<message>
<source>Size</source>
<translation></translation>
</message>
<message>
<source>View</source>
<translation></translation>
</message>
<message>
<source>Caesium Profile (*.cpf)</source>
<translation>Caesium (*.cpf)</translation>
</message>
<message>
<source>24x24</source>
<translation>24x24</translation>
</message>
<message>
<source>32x32</source>
<translation>32x32</translation>
</message>
<message>
<source>About</source>
<translation></translation>
</message>
<message>
<source>Apply</source>
<translation></translation>
</message>
<message>
<source>Close</source>
<translation></translation>
</message>
<message>
<source>Error</source>
<translation></translation>
</message>
<message>
<source>Input</source>
<translation></translation>
</message>
<message>
<source>Ratio</source>
<translation></translation>
</message>
<message>
<source>Tools</source>
<translation></translation>
</message>
<message>
<source>Save Profile...</source>
<translation>...</translation>
</message>
<message>
<source>Show Toolbar</source>
<translation></translation>
</message>
<message>
<source>Select file(s)</source>
<translation></translation>
</message>
<message>
<source>Check for Updates</source>
<translation></translation>
</message>
<message>
<source>Compressed Image</source>
<translation></translation>
</message>
<message>
<source>Output Folder</source>
<translation></translation>
</message>
<message>
<source>Keep Structure</source>
<translation></translation>
</message>
<message>
<source>Keep Aspect Ratio</source>
<translation></translation>
</message>
<message>
<source>Do not enlarge images</source>
<translation></translation>
</message>
<message>
<source> error(s)
Time elapsed: </source>
<translation>
: </translation>
</message>
<message>
<source>Full Path</source>
<translation></translation>
</message>
<message>
<source>PNG and BMP are loseless formats, and
can&apos;t be compressed like JPG do.
Caesium will set the quality level automatically
for those formats.</source>
<translation>PNG BMP JPG
.
Caesium
.</translation>
</message>
<message>
<source>Auto preview</source>
<translation></translation>
</message>
<message>
<source>A new version is available!</source>
<translation>!</translation>
</message>
<message>
<source>Donate to Caesium</source>
<translation>Caesium </translation>
</message>
<message>
<source>
Saved space: </source>
<translation>
: </translation>
</message>
<message>
<source>Open Folder...</source>
<translation>...</translation>
</message>
<message>
<source>Compress!</source>
<translation>!</translation>
</message>
<message>
<source>Action</source>
<translation></translation>
</message>
<message>
<source>Cancel</source>
<translation></translation>
</message>
<message>
<source>Failed to create the directory structure.</source>
<translation>.</translation>
</message>
<message>
<source>Ctrl+L</source>
<translation>Ctrl+L</translation>
</message>
<message>
<source>Ctrl+O</source>
<translation>Ctrl+O</translation>
</message>
<message>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
<source>Ctrl+W</source>
<translation>Ctrl+W</translation>
</message>
<message>
<source>Set an Output Directory first!</source>
<translation>!</translation>
</message>
<message>
<source>Deleting original files...</source>
<translation>...</translation>
</message>
<message>
<source>Select output directory</source>
<translation></translation>
</message>
<message>
<source>Remove</source>
<translation></translation>
</message>
<message>
<source>Resize</source>
<translation></translation>
</message>
<message>
<source>Minimize the application to system tray</source>
<translation></translation>
</message>
<message>
<source>Width:</source>
<translation>:</translation>
</message>
<message>
<source>I can&apos;t set the quality!</source>
<translation>!</translation>
</message>
<message>
<source>Resolution</source>
<translation></translation>
</message>
<message>
<source>Compression Options</source>
<translation></translation>
</message>
<message>
<source>Original Image</source>
<translation></translation>
</message>
<message>
<source>Save as...</source>
<translation>...</translation>
</message>
<message>
<source>Choose and output folder...</source>
<translation>...</translation>
</message>
<message>
<source>Preview</source>
<translation></translation>
</message>
<message>
<source>Supported Images (*.bmp *.jpg *.jpeg *.tif *.tiff *.png *.ppm *.xbm *.xpm);;PNG Files (*.png);;JPEG Files (*.jpg *.jpeg);;BMP Files (*.bmp);;TIFF Files (*.tif *.tiff);;PPM Files (*.ppm);;XBM Files (*.xbm);;XPM Files (*.xpm)</source>
<translation> (*.bmp *.jpg *.jpeg *.tif *.tiff *.png *.ppm *.xbm *.xpm);;PNG (*.png);;JPEG (*.jpg *.jpeg);;BMP (*.bmp);;TIFF (*.tif *.tiff);;PPM (*.ppm);;XBM (*.xbm);;XPM (*.xpm)</translation>
</message>
<message>
<source>Clear List</source>
<translation></translation>
</message>
<message>
<source>Open List...</source>
<translation>...</translation>
</message>
<message>
<source>Remove Item From List and Hard Disk</source>
<translation></translation>
</message>
<message>
<source>Not allowed!</source>
<translation>!</translation>
</message>
<message>
<source>Quality</source>
<translation></translation>
</message>
<message>
<source>Restore</source>
<translation></translation>
</message>
<message>
<source>Compression done!</source>
<translation>!</translation>
</message>
<message>
<source>Set Quality</source>
<translation></translation>
</message>
<message>
<source>The original files will be deleted!</source>
<translation>!</translation>
</message>
<message>
<source>About Qt</source>
<translation>Qt </translation>
</message>
<message>
<source>Failed to create the directory.
Aborting.</source>
<translation>.
.</translation>
</message>
<message>
<source>Absolute</source>
<translation></translation>
</message>
<message>
<source>Percentage</source>
<translation></translation>
</message>
<message>
<source>This action will delete the selected files PERMANENTLY.
Are you sure you want to continue?</source>
<translation>
.. ?</translation>
</message>
<message>
<source>Save List As...</source>
<translation>...</translation>
</message>
<message>
<source>New Resolution</source>
<translation></translation>
</message>
<message>
<source>Suffix:</source>
<translation>:</translation>
</message>
<message>
<source>Select a profile file...</source>
<translation>...</translation>
</message>
<message>
<source>Add Pictures...</source>
<translation>...</translation>
</message>
<message>
<source>Same for all</source>
<translation></translation>
</message>
<message>
<source>Waiting...</source>
<translation>...</translation>
</message>
<message>
<source>The output folder doesn&apos;t exists.
Do you want to create it?</source>
<translation>.
?</translation>
</message>
<message>
<source>Minimize to tray</source>
<translation></translation>
</message>
<message>
<source>Quality:</source>
<translation>:</translation>
</message>
<message>
<source>Ctrl+Del</source>
<translation>Ctrl+Del</translation>
</message>
<message>
<source>Load Profile...</source>
<translation>...</translation>
</message>
<message>
<source>The list is empty! Fill it!</source>
<translation>! !</translation>
</message>
<message>
<source>Remove Item</source>
<translation></translation>
</message>
<message>
<source>Save List</source>
<translation></translation>
</message>
<message>
<source>New Size</source>
<translation></translation>
</message>
<message>
<source>Settings</source>
<translation></translation>
</message>
<message>
<source>Ctrl+Shift+D</source>
<translation>Ctrl+Shift+D</translation>
</message>
<message>
<source>Ctrl+Shift+O</source>
<translation>Ctrl+Shift+O</translation>
</message>
<message>
<source>Item count: </source>
<translation>:</translation>
</message>
<message>
<source>Format:</source>
<translation>:</translation>
</message>
<message>
<source>Warning</source>
<translation></translation>
</message>
<message>
<source>Website</source>
<translation></translation>
</message>
<message>
<source>Open a list file...</source>
<translation>...</translation>
</message>
<message>
<source>Caesium List (*.clf)</source>
<translation>Caesium (*.clf)</translation>
</message>
<message>
<source>Open Directory</source>
<translation></translation>
</message>
<message>
<source>Remember last folder</source>
<translation>使</translation>
</message>
<message>
<source>Height:</source>
<translation>:</translation>
</message>
<message>
<source>Toolbar Icon Size</source>
<translation></translation>
</message>
<message>
<source>Ctrl+Alt+Q</source>
<translation>Ctrl+Alt+Q</translation>
</message>
<message>
<source>Caesium - Image Compressor</source>
<translation>Caesium - Image Compressor</translation>
</message>
<message>
<source> - Caesium - Image Compressor</source>
<translation> - Caesium - Image Compressor</translation>
</message>
<message>
<source>Same folder as input</source>
<translation></translation>
</message>
<message>
<source>Online Support</source>
<translation></translation>
</message>
<message>
<source>Compression finished!
- </source>
<translation>!
- </translation>
</message>
<message>
<source> compressed
- </source>
<translation>
- </translation>
</message>
<message>
<source> skipped
- </source>
<translation>
- </translation>
</message>
<message>
<source>Processing: </source>
<translation>: </translation>
</message>
</context>
<context>
<name>Exit</name>
<message>
<source>No</source>
<translation></translation>
</message>
<message>
<source>Yes</source>
<translation></translation>
</message>
<message>
<source>Always check</source>
<translation></translation>
</message>
<message>
<source>Do you really want to exit Caesium?</source>
<translation> Caesium ?</translation>
</message>
<message>
<source>Are you sure?</source>
<translation>?</translation>
</message>
</context>
<context>
<name>Preferences</name>
<message>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<source>...</source>
<translation>...</translation>
</message>
<message>
<source>Apply</source>
<translation></translation>
</message>
<message>
<source>Style</source>
<translation></translation>
</message>
<message>
<source>Original Size</source>
<translation></translation>
</message>
<message>
<source>Keep EXIF Information while compressing</source>
<translation> EXIF情報を保持する</translation>
</message>
<message>
<source>Restore window size and layout at startup</source>
<translation></translation>
</message>
<message>
<source>Select default output directory</source>
<translation></translation>
</message>
<message>
<source>Cancel</source>
<translation></translation>
</message>
<message>
<source>WindowsXP</source>
<translation>WindowsXP</translation>
</message>
<message>
<source>Load the last used profile at startup</source>
<translation>使</translation>
</message>
<message>
<source>Fit Window</source>
<translation></translation>
</message>
<message>
<source>Use a default output directory if none is specified</source>
<translation>使</translation>
</message>
<message>
<source>You need to restart the application before
changes take effect</source>
<translation>
</translation>
</message>
<message>
<source>Default Path</source>
<translation></translation>
</message>
<message>
<source>Scan subdirectories when you open a folder</source>
<translation></translation>
</message>
<message>
<source>Language</source>
<translation></translation>
</message>
<message>
<source>Compression</source>
<translation></translation>
</message>
<message>
<source>Check for updates at startup</source>
<translation></translation>
</message>
<message>
<source>Don&apos;t delete if input extension is different from output one</source>
<translation></translation>
</message>
<message>
<source>Information</source>
<translation></translation>
</message>
<message>
<source>Default Image View</source>
<translation></translation>
</message>
<message>
<source>Prompt before exit</source>
<translation></translation>
</message>
<message>
<source>Preferences</source>
<translation></translation>
</message>
<message>
<source>Keep the original Date Information</source>
<translation></translation>
</message>
<message>
<source>General</source>
<translation></translation>
</message>
<message>
<source>Skip if the output size is greater than the original</source>
<translation></translation>
</message>
<message>
<source>Delete the original file from disk</source>
<translation></translation>
</message>
<message>
<source>Optimize PNG files during compression</source>
<translation> PNG </translation>
</message>
<message>
<source>Level:</source>
<translation>:</translation>
</message>
<message>
<source>Medium (Average)</source>
<translation> ()</translation>
</message>
<message>
<source>Soft (Fastest)</source>
<translation> ()</translation>
</message>
<message>
<source>Hard (Slowest)</source>
<translation> ()</translation>
</message>
<message>
<source>Restore last used list at startup</source>
<translation>使</translation>
</message>
</context>
<context>
<name>QDropTreeWidget</name>
<message>
<source>Open input folder</source>
<translation></translation>
</message>
<message>
<source>Open folder...</source>
<translation>...</translation>
</message>
<message>
<source>Open destination folder</source>
<translation></translation>
</message>
<message>
<source>Preview</source>
<translation></translation>
</message>
<message>
<source>Clear list</source>
<translation></translation>
</message>
<message>
<source>Add pictures...</source>
<translation>...</translation>
</message>
<message>
<source>Remove from list and Hard Disk</source>
<translation></translation>
</message>
<message>
<source>Remove item</source>
<translation></translation>
</message>
</context>
<context>
<name>Updater</name>
<message>
<source>Close</source>
<translation></translation>
</message>
<message>
<source>Start</source>
<translation></translation>
</message>
<message>
<source>Caesium updater</source>
<translation>Caesium </translation>
</message>
<message>
<source>Downloading </source>
<translation></translation>
</message>
<message>
<source>Caesium will exit now in order to allow the update to run</source>
<translation>Caesium </translation>
</message>
<message>
<source>ERROR: Connection timed out...</source>
<translation>エラー: 接続のタイムアウト...</translation>
</message>
<message>
<source>Contacting server...</source>
<translation>...</translation>
</message>
<message>
<source>Checking version...</source>
<translation>...</translation>
</message>
<message>
<source>Caesium current version is: </source>
<translation>Caesium :</translation>
</message>
<message>
<source>An error occurred. Please check your internet connection.</source>
<translation>. .</translation>
</message>
<message>
<source>Information</source>
<translation></translation>
</message>
<message>
<source>Download completed.</source>
<translation>.</translation>
</message>
<message>
<source>Your version is </source>
<translation> </translation>
</message>
</context>
</TS>

1044
caesium_kr.ts Normal file

File diff suppressed because it is too large Load Diff

861
caesium_pt-br.ts Normal file
View File

@ -0,0 +1,861 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="pt_BR">
<context>
<name>AboutDialog</name>
<message>
<source>About</source>
<translation>Sobre</translation>
</message>
<message>
<source>Close</source>
<translation>Fechar</translation>
</message>
<message>
<source>Name:</source>
<translation>Nome:</translation>
</message>
<message>
<source>License</source>
<translation>Licensa</translation>
</message>
<message>
<source>Translations:</source>
<translation>Traduções:</translation>
</message>
<message>
<source>For Metatag manipulation</source>
<translation>Para manipulação de metatags</translation>
</message>
<message>
<source>Thanks</source>
<translation>Agradecimentos</translation>
</message>
<message>
<source>Base of the icon set</source>
<translation>Base de ícones</translation>
</message>
<message>
<source>Author:</source>
<translation>Autor:</translation>
</message>
<message>
<source>Information</source>
<translation>Informação</translation>
</message>
<message>
<source>Website:</source>
<translation type="obsolete">Website:</translation>
</message>
<message>
<source>Version:</source>
<translation>Versão:</translation>
</message>
<message>
<source>Website: </source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Caesium</name>
<message>
<source>No</source>
<translation>Não</translation>
</message>
<message>
<source>...</source>
<translation>...</translation>
</message>
<message>
<source>BMP</source>
<translation>BMP</translation>
</message>
<message>
<source>Add</source>
<translation>Adicionar</translation>
</message>
<message>
<source>Del</source>
<translation>Delete</translation>
</message>
<message>
<source>JPG</source>
<translation>JPG</translation>
</message>
<message>
<source>PNG</source>
<translation>PNG</translation>
</message>
<message>
<source>Yes</source>
<translation>Sim</translation>
</message>
<message>
<source>Edit</source>
<translation>Editar</translation>
</message>
<message>
<source>Exit</source>
<translation>Sair</translation>
</message>
<message>
<source>File</source>
<translation>Arquivo</translation>
</message>
<message>
<source>Help</source>
<translation>Ajuda</translation>
</message>
<message>
<source>Info</source>
<translation>Informação</translation>
</message>
<message>
<source>Name</source>
<translation>Nome</translation>
</message>
<message>
<source>Size</source>
<translation>Tamanho</translation>
</message>
<message>
<source>View</source>
<translation>Ver</translation>
</message>
<message>
<source>Caesium Profile (*.cpf)</source>
<translation>Perfil Caesium (*.cpf)</translation>
</message>
<message>
<source>24x24</source>
<translation>24x24</translation>
</message>
<message>
<source>32x32</source>
<translation>32x32</translation>
</message>
<message>
<source>About</source>
<translation>Sobre</translation>
</message>
<message>
<source>Error</source>
<translation>Erro</translation>
</message>
<message>
<source>Ratio</source>
<translation>Taxa</translation>
</message>
<message>
<source>Tools</source>
<translation>Ferramentas</translation>
</message>
<message>
<source>Save Profile...</source>
<translation>Salvar Perfil...</translation>
</message>
<message>
<source>Compression Completed with:
» </source>
<translation type="obsolete">Compressão Completa com:
» </translation>
</message>
<message>
<source>Show Toolbar</source>
<translation>Mostrar Barra de Ferramentas</translation>
</message>
<message>
<source>Select file(s)</source>
<translation>Selecionar arquivo(s)</translation>
</message>
<message>
<source> compressed
» </source>
<translation type="obsolete">comprimidos
» </translation>
</message>
<message>
<source>Check for Updates</source>
<translation>Procurar Atualizações</translation>
</message>
<message>
<source>Compressed Image</source>
<translation>Imagem Comprimida</translation>
</message>
<message>
<source>Output Folder</source>
<translation>Pasta de Saída</translation>
</message>
<message>
<source> error(s)
Time elapsed: </source>
<translation>erro(s)
Tempo total: </translation>
</message>
<message>
<source>Full Path</source>
<translation>Caminho Completo</translation>
</message>
<message>
<source>PNG and BMP are loseless formats, and
can&apos;t be compressed like JPG do.
Caesium will set the quality level automatically
for those formats.</source>
<translation>PNG e BMP são formatos sem perda de qualidade, e
não podem ser comprimidos como arquivos JPG.
Caesium vai definir automaticamente a qualidade
para esses dois formatos.</translation>
</message>
<message>
<source>A new version is available!</source>
<translation>Uma nova versão está disponível!</translation>
</message>
<message>
<source>Donate to Caesium</source>
<translation>Faça uma Doação</translation>
</message>
<message>
<source>
Saved space: </source>
<translation>
Espaço economizado: </translation>
</message>
<message>
<source>Open Folder...</source>
<translation>Abrir Pasta...</translation>
</message>
<message>
<source>Compress!</source>
<translation>Comprimir!</translation>
</message>
<message>
<source>Action</source>
<translation>Ação</translation>
</message>
<message>
<source>Cancel</source>
<translation>Cancelar</translation>
</message>
<message>
<source>Ctrl+L</source>
<translation>Ctrl+L</translation>
</message>
<message>
<source>Ctrl+O</source>
<translation>Ctrl+O</translation>
</message>
<message>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
<source>Ctrl+W</source>
<translation>Ctrl+W</translation>
</message>
<message>
<source>Set an Output Directory first!</source>
<translation>Defina uma Pasta de Saída primeiro!</translation>
</message>
<message>
<source>Deleting original files...</source>
<translation>Apagando arquivos originais...</translation>
</message>
<message>
<source>Select output directory</source>
<translation>Selecionar pasta de saída</translation>
</message>
<message>
<source>Remove</source>
<translation>Remover</translation>
</message>
<message>
<source>Return</source>
<translation type="obsolete">Voltar</translation>
</message>
<message>
<source>I can&apos;t set the quality!</source>
<translation>Não consigo ver a qualidade!</translation>
</message>
<message>
<source>Compression Options</source>
<translation>Opções de Compressão</translation>
</message>
<message>
<source>Original Image</source>
<translation>Imagem Original</translation>
</message>
<message>
<source>About Qt4</source>
<translation type="obsolete">Sobre Qt4</translation>
</message>
<message>
<source> skipped
» </source>
<translation type="obsolete">pulados
» </translation>
</message>
<message>
<source>Save as...</source>
<translation>Salvar como...</translation>
</message>
<message>
<source>Preview</source>
<translation>Visualizar</translation>
</message>
<message>
<source>Supported Images (*.bmp *.jpg *.jpeg *.tif *.tiff *.png *.ppm *.xbm *.xpm);;PNG Files (*.png);;JPEG Files (*.jpg *.jpeg);;BMP Files (*.bmp);;TIFF Files (*.tif *.tiff);;PPM Files (*.ppm);;XBM Files (*.xbm);;XPM Files (*.xpm)</source>
<translation>Imagens Suportadas (*.bmp *.jpg *.jpeg *.tif *.tiff *.png *.ppm *.xbm *.xpm);;Arquivos PNG (*.png);;Arquivos JPEG (*.jpg *.jpeg);;Arquivos BMP (*.bmp);;Arquivos TIFF (*.tif *.tiff);;Arquivos PPM (*.ppm);;Arquivos XBM (*.xbm);;Arquivos XPM (*.xpm)</translation>
</message>
<message>
<source>Clear List</source>
<translation>Limpar Lista</translation>
</message>
<message>
<source>Open List...</source>
<translation>Abrir Lista...</translation>
</message>
<message>
<source>Remove Item From List and Hard Disk</source>
<translation>Remover Item da Lista e do Disco Rígido</translation>
</message>
<message>
<source>Not allowed!</source>
<translation>Não permitido!</translation>
</message>
<message>
<source>Quality</source>
<translation>Qualidade</translation>
</message>
<message>
<source>Compression done!</source>
<translation>Compressão terminada!</translation>
</message>
<message>
<source>Set Quality</source>
<translation>Definir Qualidade</translation>
</message>
<message>
<source>The original files will be deleted!</source>
<translation>Os arquivos originais serão apagados!</translation>
</message>
<message>
<source>About Qt</source>
<translation>Sobre Qt</translation>
</message>
<message>
<source>Failed to create the directory.
Aborting.</source>
<translation>Erro ao criar a pasta.
Abortando.</translation>
</message>
<message>
<source>This action will delete the selected files PERMANENTLY.
Are you sure you want to continue?</source>
<translation>Isso vai apagar os arquivos selecionados PERMANENTEMENTE.
Você tem certeza de que quer continuar?</translation>
</message>
<message>
<source>Save List As...</source>
<translation>Salvar Lista Como...</translation>
</message>
<message>
<source>Suffix:</source>
<translation>Sufixo:</translation>
</message>
<message>
<source>Select a profile file...</source>
<translation>Selecione um arquivo de perfil...</translation>
</message>
<message>
<source>Add Pictures...</source>
<translation>Adicionar Fotos...</translation>
</message>
<message>
<source>Waiting...</source>
<translation>Esperando...</translation>
</message>
<message>
<source>The output folder doesn&apos;t exists.
Do you want to create it?</source>
<translation>A pasta de saída não existe.
Você quer criá-la?</translation>
</message>
<message>
<source>Quality:</source>
<translation>Qualidade:</translation>
</message>
<message>
<source>Ctrl+Del</source>
<translation>Ctrl+Delete</translation>
</message>
<message>
<source>Load Profile...</source>
<translation>Carregar Perfil...</translation>
</message>
<message>
<source>The list is empty! Fill it!</source>
<translation>A lista está vazia! Preencha-a!</translation>
</message>
<message>
<source>Remove Item</source>
<translation>Remover Item</translation>
</message>
<message>
<source>Remember Last Folder</source>
<translation type="obsolete">Lembrar Última Pasta</translation>
</message>
<message>
<source>Save List</source>
<translation>Salvar Lista</translation>
</message>
<message>
<source>New Size</source>
<translation>Novo Tamanho</translation>
</message>
<message>
<source>Settings</source>
<translation>Configurações</translation>
</message>
<message>
<source>Same Quality For All</source>
<translation type="obsolete">Mesma Qualidade Para Todos</translation>
</message>
<message>
<source>Ctrl+Shift+D</source>
<translation>Ctrl+Shift+D</translation>
</message>
<message>
<source>Ctrl+Shift+O</source>
<translation>Ctrl+Shift+O</translation>
</message>
<message>
<source>Item count: </source>
<translation>Contador de itens:</translation>
</message>
<message>
<source>Format:</source>
<translation>Formato:</translation>
</message>
<message>
<source>Warning</source>
<translation>Aviso</translation>
</message>
<message>
<source>Website</source>
<translation>Website</translation>
</message>
<message>
<source>Open a list file...</source>
<translation>Abrir uma lista...</translation>
</message>
<message>
<source>Caesium List (*.clf)</source>
<translation>Lista Caesium (*.clf)</translation>
</message>
<message>
<source>Open Directory</source>
<translation>Abrir Pasta</translation>
</message>
<message>
<source>Toolbar Icon Size</source>
<translation>Tamanho dos Ícones da BarradeFerramentas</translation>
</message>
<message>
<source>Caesium - Image Compressor</source>
<translation>Caesium - Compressor de Imagens</translation>
</message>
<message>
<source>Same Folder as Input</source>
<translation type="obsolete">Usar a Pasta de Entrada</translation>
</message>
<message>
<source> - Caesium - Image Compressor</source>
<translation> - Caesium - Compressor de Imagens</translation>
</message>
<message>
<source>Online Support</source>
<translation>Suporte Online</translation>
</message>
<message>
<source>Resolution</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Resize</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Absolute</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Percentage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Height:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Width:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Keep Aspect Ratio</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Do not enlarge images</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Minimize to tray</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Minimize the application to system tray</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Ctrl+Alt+Q</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Close</source>
<translation type="unfinished">Fechar</translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Auto preview</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>New Resolution</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Same for all</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Apply</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose and output folder...</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Keep Structure</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Remember last folder</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Same folder as input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to create the directory structure.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Compression finished!
- </source>
<translation type="unfinished"></translation>
</message>
<message>
<source> compressed
- </source>
<translation type="unfinished"></translation>
</message>
<message>
<source> skipped
- </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Processing: </source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Exit</name>
<message>
<source>No</source>
<translation>Não</translation>
</message>
<message>
<source>Yes</source>
<translation>Sim</translation>
</message>
<message>
<source>Always check</source>
<translation>Sempre perguntar</translation>
</message>
<message>
<source>Do you really want to exit Caesium?</source>
<translation>Você quer mesmo sair do Caesium?</translation>
</message>
<message>
<source>Are you sure?</source>
<translation>Você tem certeza?</translation>
</message>
</context>
<context>
<name>Preferences</name>
<message>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<source>...</source>
<translation>...</translation>
</message>
<message>
<source>Original Size</source>
<translation>Tamanho Original</translation>
</message>
<message>
<source>Keep EXIF Information while compressing</source>
<translation>Manter Informação EXIF enquanto comprime</translation>
</message>
<message>
<source>Select default output directory</source>
<translation>Selecionar pasta de saída padrão</translation>
</message>
<message>
<source>Cancel</source>
<translation>Cancelar</translation>
</message>
<message>
<source>Load the last used profile at startup</source>
<translation>Carregar o último perfil utilizado a iniciar</translation>
</message>
<message>
<source>Fit Window</source>
<translation>Ajustar Janela</translation>
</message>
<message>
<source>Use a default output directory if none is specified</source>
<translation>Usar uma pasta de saída padrão se nenhuma for especificada</translation>
</message>
<message>
<source>buttonGroup</source>
<translation type="obsolete">buttonGroup</translation>
</message>
<message>
<source>You need to restart the application before
changes take effect</source>
<translation>Você precisa reiniciar o aplicativo para que
as mudanças tenham efeito</translation>
</message>
<message>
<source>Default Path</source>
<translation>Caminho Padrão</translation>
</message>
<message>
<source>Scan subdirectories when you open a folder</source>
<translation>Pesquisar subpastas quando abrir uma pasta</translation>
</message>
<message>
<source>Language</source>
<translation>Idioma</translation>
</message>
<message>
<source>Compression</source>
<translation>Compressão</translation>
</message>
<message>
<source>Check for uptades at startup</source>
<translation type="obsolete">Procurar atualizações ao iniciar</translation>
</message>
<message>
<source>Information</source>
<translation>Informação</translation>
</message>
<message>
<source>Default Image View</source>
<translation>Visualização Padrão de Imagens</translation>
</message>
<message>
<source>Prompt before exit</source>
<translation>Lembrete ao sair</translation>
</message>
<message>
<source>Preferences</source>
<translation>Preferências</translation>
</message>
<message>
<source>Keep the original Date Information</source>
<translation>Manter a Informação de Data original</translation>
</message>
<message>
<source>General</source>
<translation>Geral</translation>
</message>
<message>
<source>Skip if the output size is greater than the original</source>
<translation>Pular se o tamanho de saída for maior que o original</translation>
</message>
<message>
<source>Delete the original file from disk</source>
<translation>Deletar o arquivo origninal do disco</translation>
</message>
<message>
<source>Restore window size and layout at startup</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Style</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>WindowsXP</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Apply</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Check for updates at startup</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Don&apos;t delete if input extension is different from output one</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Optimize PNG files during compression</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Level:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Medium (Average)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Soft (Fastest)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Hard (Slowest)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore last used list at startup</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QDropTreeWidget</name>
<message>
<source>Open input folder</source>
<translation>Abrir pasta de entrada</translation>
</message>
<message>
<source>Open folder...</source>
<translation>Abrir pasta...</translation>
</message>
<message>
<source>Open destination folder</source>
<translation>Abrir pasta de destino</translation>
</message>
<message>
<source>Preview</source>
<translation>Visualizar</translation>
</message>
<message>
<source>Clear list</source>
<translation>Limpar lista</translation>
</message>
<message>
<source>Add pictures...</source>
<translation>Adicionar imagens...</translation>
</message>
<message>
<source>Remove from list and Hard Disk</source>
<translation>Remover da lista e do Disco Rígido</translation>
</message>
<message>
<source>Remove item</source>
<translation>Remover Item</translation>
</message>
</context>
<context>
<name>Updater</name>
<message>
<source>Close</source>
<translation>Fechar</translation>
</message>
<message>
<source>Start</source>
<translation>Iniciar</translation>
</message>
<message>
<source>Caesium updater</source>
<translation>Atualizador do Caesium</translation>
</message>
<message>
<source>Downloading </source>
<translation>Baixando</translation>
</message>
<message>
<source>Caesium will exit now in order to allow the update to run</source>
<translation>Caesium será fechado para permitir a atualização</translation>
</message>
<message>
<source>ERROR: Connection timed out...</source>
<translation>ERRO. A conexão excedeu o tempo limite...</translation>
</message>
<message>
<source>Contacting server...</source>
<translation>Contatando server...</translation>
</message>
<message>
<source>Checking version...</source>
<translation>Checando versão...</translation>
</message>
<message>
<source>Caesium current version is: </source>
<translation>A Versão atual do Caesium é: </translation>
</message>
<message>
<source>An error occurred. Please check your internet connection.</source>
<translation>Ocorreu um erro. Por favor, cheque sua conexão.</translation>
</message>
<message>
<source>Information</source>
<translation>Informação</translation>
</message>
<message>
<source>Download completed.</source>
<translation>Download completo.</translation>
</message>
<message>
<source>Your version is </source>
<translation>Sua versão é </translation>
</message>
</context>
</TS>

1175
caesium_ru.ts Normal file

File diff suppressed because one or more lines are too long

1075
caesium_sv.ts Normal file

File diff suppressed because it is too large Load Diff

1564
caesium_tw.ts Normal file

File diff suppressed because it is too large Load Diff

BIN
clf.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

383
compressionthread.cpp Normal file
View File

@ -0,0 +1,383 @@
/*******************************************************************************
#
# Copyright (C) 2010-2013 Matteo Paonessa <matteo.paonessa@gmail.com>
#
# This file is part of the Caesium distribution.
#
# Caesium is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# Caesium 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 Caesium; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
#
# Author: Matteo Paonessa <matteo.paonessa@gmail.com>
#
# ******************************************************************************/
#include "compressionthread.h"
#include "caesium.h"
#include "ui_caesium.h"
#include "global.h"
#include "imageresize.h"
#include <QSettings>
#include <QFile>
#include <QMessageBox>
#include <QDebug>
#include <QProgressDialog>
#include <windows.h>
#include <afxres.h>
#include <tchar.h>
#include <iostream>
WCHAR *qStringToWideChar(const QString &str)
{
if (str.isNull())
return 0;
WCHAR *result = new WCHAR[str.length() + 1];
for (int i = 0; i < str.length(); ++i)
result[i] = str[i].unicode();
result[str.length()] = 0;
return result;
}
void startProcess(QString argv)
{
WCHAR* exe = qStringToWideChar(argv);
STARTUPINFO si;
PROCESS_INFORMATION pi;
ZeroMemory( &si, sizeof(si) );
si.cb = sizeof(si);
ZeroMemory( &pi, sizeof(pi) );
if( !CreateProcessW( NULL,
exe,
NULL,
NULL,
FALSE,
CREATE_NO_WINDOW,
NULL,
NULL,
&si,
&pi )
)
{
return;
}
WaitForSingleObject( pi.hProcess, INFINITE );
CloseHandle( pi.hProcess );
CloseHandle( pi.hThread );
}
CompressionThread::CompressionThread(QStringList list, QString orig_dir, QString dir, QString format, QString suffix, QStringList quality, bool checked, QList<int> w, QList<int> h, bool fixed, bool keepARatio, bool notEnlarge, bool resize, bool structure,
QObject *parent)
: QThread(parent)
{
t_list = list;
t_dir = dir;
t_format = format;
t_suffix = suffix;
t_quality = quality;
t_checked = checked;
t_w = w;
t_h = h;
t_fixed = fixed;
t_keepARatio = keepARatio;
t_notEnlarge = notEnlarge;
t_resize = resize;
t_structure = structure;
t_orig_dir = orig_dir;
settings.setIniCodec("UTF-8");
}
QString t_getRatio(int origSize, int newSize)
{
int ratio = newSize * 100 / origSize;
if (ratio <= 100)
{
return QString::number(ratio - 100) + " %";
}
else
{
return "+" + QString::number(ratio - 100) + " %";
}
}
void CompressionThread::run()
{
bool sameFormat = false;
QString t_dir_original = t_dir;
if (t_format == "null")
{
sameFormat = true;
}
bool no_enlarge = settings.value("Preferences/noenlarge").value<bool>();
if (no_enlarge)
{
CompressionThread::noEnlarge();
return;
}
ImageResize imgResize;
for (int i = 0; i < t_list.count(); i++)
{
QString right_dir = "";
QString originalQuality = t_quality.at(i);
QFileInfo info(t_list.at(i));
if (info.size() == 0)
{
emit updateUI(i + 1, 0, "0%");
continue;
}
if (QFile::exists(t_list.at(i)))
{
if (sameFormat)
{
t_format = info.suffix();
if (t_format.toLower() != "jpg")
{
t_quality.replace(i, "1");
}
else
{
t_quality.replace(i, originalQuality);
}
}
int old_size = info.size();
emit processingIcon(i, info.fileName());
QImage image(t_list.at(i));
if (t_resize && t_fixed)
{
image = imgResize.fixedResize(image, t_w.at(i), t_h.at(i), t_keepARatio, t_notEnlarge);
}
else if (t_resize && t_fixed == false)
{
if (t_w.at(i) == -1 && t_h.at(i) == -1)
{
t_w.replace(i, image.width());
t_h.replace(i, image.height());
}
image = imgResize.pergentageResize(image, t_w.at(i), t_h.at(i));
}
if (t_checked)
{
t_dir = info.path();
image.save(t_dir + "/" + info.completeBaseName() + t_suffix, t_format.toLatin1(), t_quality.at(i).toInt());
/*if (t_format.toLatin1().toLower() == "png" && settings.value("Preferences/pngcompression").value<bool>())
{
CompressionThread::optimizePNG(t_dir + "/" + info.completeBaseName() + t_suffix, settings.value("Preferences/pnglevel").value<int>());
}*/
}
else if (t_structure)
{
right_dir = info.path().remove(t_orig_dir.replace('\\', '/'), Qt::CaseSensitive);
right_dir = t_dir_original + right_dir;
right_dir.replace('\\', '/');
t_dir = right_dir;
if (!QDir(t_dir).exists())
{
if (!QDir().mkpath(t_dir))
{
emit errorMessageBox();
return;
}
}
image.save(t_dir + "/" + info.completeBaseName() + t_suffix, t_format.toLatin1(), t_quality.at(i).toInt());
/*if (t_format.toLatin1().toLower() == "png" && settings.value("Preferences/pngcompression").value<bool>())
{
CompressionThread::optimizePNG(t_dir + "/" + info.completeBaseName() + t_suffix, settings.value("Preferences/pnglevel").value<int>());
}*/
}
else
{
image.save(t_dir + "/" + info.completeBaseName() + t_suffix, t_format.toLatin1(), t_quality.at(i).toInt());
/*if (t_format.toLatin1().toLower() == "png" && settings.value("Preferences/pngcompression").value<bool>())
{
CompressionThread::optimizePNG(t_dir + "/" + info.completeBaseName() + t_suffix, settings.value("Preferences/pnglevel").value<int>());
}*/
}
if (settings.value("Preferences/exif").value<bool>() && t_format.toLower() == "jpg")
{
QString exec = "tools\\exif_copy.exe \"" + t_list.at(i) + "\" \"" + t_dir + "\\" + info.completeBaseName() + t_suffix +"\"";
startProcess(exec);
}
QFile newImage(t_dir + "/" + info.completeBaseName() + t_suffix);
QFileInfo newInfo;
if (QFile::exists(t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format))
{
QFile::remove(t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format);
}
newImage.rename(t_dir + "/" + info.completeBaseName() + t_suffix, t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format);
newInfo.setFile(t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format);
int size = newInfo.size();
QString ratio = t_getRatio(old_size, newInfo.size());
if(settings.value("Preferences/keepdate").value<bool>())
{
CompressionThread::keepDate(t_list.at(i), newInfo.filePath());
}
emit updateUI(i + 1, size, ratio);
}
else
{
emit updateUI(i + 1, -1, "0%");
}
}
exit();
}
void CompressionThread::noEnlarge()
{
ImageResize imgResize;
QString t_dir_original = t_dir;
bool sameFormat = false;
if (t_format == "null")
{
sameFormat = true;
}
for (int i = 0; i < t_list.count(); i++)
{
QString originalQuality = t_quality.at(i);
QString right_dir = "";
QFileInfo info(t_list.at(i));
if (info.size() == 0)
{
emit updateUI(i + 1, 0, "0%");
continue;
}
if (QFile::exists(t_list.at(i)))
{
if (sameFormat)
{
t_format = info.suffix();
if (t_format.toLower() != "jpg")
{
t_quality.replace(i, "1");
}
else
{
t_quality.replace(i, originalQuality);
}
}
int old_size = info.size();
emit processingIcon(i, info.fileName());
QImage image(t_list.at(i));
if (t_resize && t_fixed)
{
image = imgResize.fixedResize(image, t_w.at(i), t_h.at(i), t_keepARatio, t_notEnlarge);
}
else if (t_resize && t_fixed == false)
{
image = imgResize.pergentageResize(image, t_w.at(i), t_h.at(i));
}
if (t_checked)
{
t_dir = info.path();
image.save(t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format + ".ckd", t_format.toLatin1(), t_quality.at(i).toInt());
/*if (t_format.toLatin1().toLower() == "png" && settings.value("Preferences/pngcompression").value<bool>())
{
CompressionThread::optimizePNG(t_dir + "/" + info.completeBaseName() + t_suffix, settings.value("Preferences/pnglevel").value<int>());
}*/
}
else if (t_structure)
{
right_dir = info.path().remove(t_orig_dir.replace('\\', '/'), Qt::CaseSensitive);
right_dir = t_dir_original + right_dir;
right_dir.replace('\\', '/');
t_dir = right_dir;
if (!QDir(t_dir).exists())
{
if (!QDir().mkdir(t_dir))
{
emit errorMessageBox();
return;
}
}
image.save(t_dir + "/" + info.completeBaseName() + t_suffix, t_format.toLatin1(), t_quality.at(i).toInt());
/*if (t_format.toLatin1().toLower() == "png" && settings.value("Preferences/pngcompression").value<bool>())
{
CompressionThread::optimizePNG(t_dir + "/" + info.completeBaseName() + t_suffix, settings.value("Preferences/pnglevel").value<int>());
}*/
}
else
{
image.save(t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format + ".ckd", t_format.toLatin1(), t_quality.at(i).toInt());
/*if (t_format.toLatin1().toLower() == "png" && settings.value("Preferences/pngcompression").value<bool>())
{
CompressionThread::optimizePNG(t_dir + "/" + info.completeBaseName() + t_suffix, settings.value("Preferences/pnglevel").value<int>());
}*/
}
if (settings.value("Preferences/exif").value<bool>() && t_format.toLower() == "jpg")
{
QString exec = "tools\\exif_copy.exe \"" + t_list.at(i) + "\" \"" + t_dir + "\\" + info.completeBaseName() + t_suffix + "." + t_format + "\"";
startProcess(exec);
}
QFileInfo newInfo(t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format + ".ckd");
int size = newInfo.size();
QString ratio = t_getRatio(old_size, newInfo.size());
if (newInfo.size() > info.size())
{
size *= -1;
QFile::remove(t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format + ".ckd");
}
else
{
QFile::remove(t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format);
QFile::rename(t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format + ".ckd", t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format);
}
if(settings.value("Preferences/keepdate").value<bool>())
{
CompressionThread::keepDate(t_list.at(i), t_dir + "/" + info.completeBaseName() + t_suffix + "." + t_format);
}
emit updateUI(i + 1, size, ratio);
}
else if (info.size() == 0)
{
emit updateUI(i + 1, 0, "0%");
}
else
{
emit updateUI(i + 1, -1, "0%");
}
}
}
void CompressionThread::keepDate(QString orig, QString dest)
{
HANDLE hFile, hFile2;
FILETIME ftCreate, ftAccess, ftWrite;
hFile = CreateFile(qStringToWideChar(orig), GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL);
GetFileTime(hFile, &ftCreate, &ftAccess, &ftWrite);
hFile2 = CreateFile(qStringToWideChar(dest), FILE_WRITE_ATTRIBUTES, FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
SetFileTime(hFile2, &ftCreate, &ftAccess, &ftWrite);
CloseHandle(hFile);
CloseHandle(hFile2);
}
void CompressionThread::optimizePNG(QString file, int level)
{
QString exec = "tools\\optipng.exe -o" + QString::number(level) + " \"" + file + "\"";
startProcess(exec);
}

42
compressionthread.h Normal file
View File

@ -0,0 +1,42 @@
#ifndef COMPRESSIONTHREAD_H
#define COMPRESSIONTHREAD_H
#include <QtGui>
class CompressionThread : public QThread
{
Q_OBJECT
public:
CompressionThread(QStringList list, QString orig_dir, QString dir, QString format, QString suffix, QStringList quality, bool checked,
QList<int> w, QList<int> h, bool fixed, bool keepARatio, bool notEnlarge, bool resize, bool structure,
QObject *parent);
void run();
void noEnlarge();
void writeToFile(QString orig, QString dest);
void keepDate(QString, QString);
void optimizePNG(QString file, int level);
private:
QStringList t_list;
QString t_dir;
QString t_format;
QString t_suffix;
QStringList t_quality;
bool t_checked;
QList<int> t_w;
QList<int> t_h;
bool t_fixed;
bool t_keepARatio;
bool t_notEnlarge;
bool t_resize;
bool t_structure;
QString t_orig_dir;
signals:
void updateUI(int value, int newSize, QString ratio);
void processingIcon(int, QString);
void errorMessageBox();
};
#endif // COMPRESSIONTHREAD_H

BIN
cpf.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

52
exit.cpp Normal file
View File

@ -0,0 +1,52 @@
/*******************************************************************************
#
# Copyright (C) 2010-2013 Matteo Paonessa <matteo.paonessa@gmail.com>
#
# This file is part of the Caesium distribution.
#
# Caesium is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# Caesium 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 Caesium; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
#
# Author: Matteo Paonessa <matteo.paonessa@gmail.com>
#
# ******************************************************************************/
#include "exit.h"
#include "ui_exit.h"
#include "global.h"
Exit::Exit(QWidget *parent) :
QDialog(parent),
ui(new Ui::Exit)
{
ui->setupUi(this);
e_parent = parent;
this->setWindowFlags(Qt::MSWindowsFixedSizeDialogHint);
this->setWindowFlags(Qt::Dialog);
ui->alwaysCheckBox->setChecked(settings.value("Preferences/promptexit").value<bool>());
}
Exit::~Exit()
{
delete ui;
}
void Exit::on_alwaysCheckBox_toggled(bool checked)
{
settings.setValue("Preferences/promptexit", checked);
}

27
exit.h Normal file
View File

@ -0,0 +1,27 @@
#ifndef EXIT_H
#define EXIT_H
#include <QtWidgets/QDialog>
namespace Ui {
class Exit;
}
class Exit : public QDialog
{
Q_OBJECT
public:
explicit Exit(QWidget *parent = 0);
~Exit();
private slots:
void on_alwaysCheckBox_toggled(bool checked);
private:
Ui::Exit *ui;
QWidget *e_parent;
};
#endif // EXIT_H

238
exit.ui Normal file
View File

@ -0,0 +1,238 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Exit</class>
<widget class="QDialog" name="Exit">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>109</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>320</width>
<height>109</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>320</width>
<height>109</height>
</size>
</property>
<property name="windowTitle">
<string>Are you sure?</string>
</property>
<property name="windowIcon">
<iconset resource="icons.qrc">
<normaloff>:/icons/caesium_icon.png</normaloff>:/icons/caesium_icon.png</iconset>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="horizontalSpacing">
<number>10</number>
</property>
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="0" column="0" colspan="5">
<widget class="QListWidget" name="listWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>65</height>
</size>
</property>
<property name="font">
<font>
<family>MS Shell Dlg 2</family>
<pointsize>8</pointsize>
<weight>50</weight>
<bold>false</bold>
<strikeout>false</strikeout>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="resizeMode">
<enum>QListView::Fixed</enum>
</property>
<property name="spacing">
<number>10</number>
</property>
<property name="viewMode">
<enum>QListView::ListMode</enum>
</property>
<item>
<property name="text">
<string>Do you really want to exit Caesium?</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="textAlignment">
<set>AlignLeft|AlignVCenter</set>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset>
</property>
</item>
</widget>
</item>
<item row="2" column="0" colspan="5">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>10</number>
</property>
<property name="leftMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<item>
<widget class="QCheckBox" name="alwaysCheckBox">
<property name="text">
<string>Always check</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="yesButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Yes</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="noButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>No</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0" colspan="5">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="icons.qrc"/>
</resources>
<connections>
<connection>
<sender>yesButton</sender>
<signal>clicked()</signal>
<receiver>Exit</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>198</x>
<y>90</y>
</hint>
<hint type="destinationlabel">
<x>128</x>
<y>77</y>
</hint>
</hints>
</connection>
<connection>
<sender>noButton</sender>
<signal>clicked()</signal>
<receiver>Exit</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>277</x>
<y>78</y>
</hint>
<hint type="destinationlabel">
<x>250</x>
<y>104</y>
</hint>
</hints>
</connection>
</connections>
</ui>

21
form.ui Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>679</width>
<height>491</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
</widget>
<resources>
<include location="icons.qrc"/>
</resources>
<connections/>
</ui>

35
global.cpp Normal file
View File

@ -0,0 +1,35 @@
/*******************************************************************************
#
# Copyright (C) 2010-2013 Matteo Paonessa <matteo.paonessa@gmail.com>
#
# This file is part of the Caesium distribution.
#
# Caesium is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# Caesium 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 Caesium; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
#
# Author: Matteo Paonessa <matteo.paonessa@gmail.com>
#
# ******************************************************************************/
#include <QString>
#include <QDir>
#include <QDesktopServices>
#include "global.h"
QSettings settings(QStandardPaths::standardLocations(QStandardPaths::DataLocation).at(0) + "/Caesium/settings.ini", QSettings::IniFormat);
QString out_folder = "";
bool same_folder_flag = false;
const int version_build = 170;
const QString version_string = "1.7.0";
QString opened_list = "";

14
global.h Normal file
View File

@ -0,0 +1,14 @@
#ifndef GLOBAL_H
#define GLOBAL_H
#include <QString>
#include <QSettings>
extern QSettings settings;
extern QString out_folder;
extern bool same_folder_flag;
extern const int version_build;
extern const QString version_string;
extern QString opened_list;
#endif // GLOBAL_H

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

1
icon.rc Normal file
View File

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "caesium.ico"

49
icons.qrc Normal file
View File

@ -0,0 +1,49 @@
<RCC>
<qresource prefix="/">
<file>icons/add.png</file>
<file>icons/added.png</file>
<file>icons/busy.png</file>
<file>icons/clear.png</file>
<file>icons/compress.png</file>
<file>icons/donate.png</file>
<file>icons/done.png</file>
<file>icons/error.png</file>
<file>icons/exit.png</file>
<file>icons/fit_window.png</file>
<file>icons/help.png</file>
<file>icons/info.png</file>
<file>icons/open_folder.png</file>
<file>icons/plus.png</file>
<file>icons/preview.png</file>
<file>icons/processing.png</file>
<file>icons/qt.png</file>
<file>icons/real_size.png</file>
<file>icons/remove.png</file>
<file>icons/savelist.png</file>
<file>icons/skipped.png</file>
<file>icons/undo.png</file>
<file>icons/updates.png</file>
<file>icons/web.png</file>
<file>icons/zoom_in.png</file>
<file>icons/zoom_out.png</file>
<file>icons/search.png</file>
<file>icons/openlist.png</file>
<file>icons/warning.png</file>
<file>icons/input_dir.png</file>
<file>icons/output_dir.png</file>
<file>icons/remove_hdd.png</file>
<file>icons/settings.png</file>
<file>icons/compression_settings.png</file>
<file>icons/general_settings.png</file>
<file>icons/locale_settings.png</file>
<file>icons/savelistas.png</file>
<file>icons/delete.png</file>
<file>icons/export.png</file>
<file>icons/load_profile.png</file>
<file>icons/save_profile.png</file>
<file>icons/loading.gif</file>
<file>icons/splash.png</file>
<file>icons/caesium_icon.png</file>
<file>icons/caesium_logo.png</file>
</qresource>
</RCC>

BIN
icons/add.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
icons/added.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
icons/busy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

BIN
icons/caesium_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
icons/caesium_icon_.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
icons/caesium_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
icons/clear.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
icons/compress.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,777 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
inkscape:export-xdpi="90.000000"
inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
width="48px"
height="48px"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
sodipodi:docname="preferences-desktop.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs3">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 24 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="48 : 24 : 1"
inkscape:persp3d-origin="24 : 16 : 1"
id="perspective106" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6719"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
inkscape:collect="always"
id="linearGradient5060">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop5062" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5064" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6717"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5048">
<stop
style="stop-color:black;stop-opacity:0;"
offset="0"
id="stop5050" />
<stop
id="stop5056"
offset="0.5"
style="stop-color:black;stop-opacity:1;" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5052" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048"
id="linearGradient6715"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
inkscape:collect="always"
id="linearGradient24290">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop24292" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop24294" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient24276">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop24278" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop24280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient24266">
<stop
style="stop-color:#a5a5a5;stop-opacity:1;"
offset="0"
id="stop24268" />
<stop
style="stop-color:#a5a5a5;stop-opacity:0;"
offset="1"
id="stop24270" />
</linearGradient>
<linearGradient
id="linearGradient24230">
<stop
style="stop-color:#677579;stop-opacity:1;"
offset="0"
id="stop24232" />
<stop
style="stop-color:#333333;stop-opacity:1;"
offset="1"
id="stop24234" />
</linearGradient>
<linearGradient
id="linearGradient11594">
<stop
id="stop11596"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop11598"
offset="1.0000000"
style="stop-color:#d1d1d1;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
gradientTransform="matrix(1.061966,0,0,0.837825,-0.593045,3.987819)"
gradientUnits="userSpaceOnUse"
y2="38.947163"
x2="31.799011"
y1="8.9471626"
x1="20.092352"
id="linearGradient11600"
xlink:href="#linearGradient11594"
inkscape:collect="always" />
<linearGradient
id="linearGradient11602">
<stop
id="stop11604"
offset="0.0000000"
style="stop-color:#f6f6f6;stop-opacity:1.0000000;" />
<stop
id="stop11606"
offset="1.0000000"
style="stop-color:#e0e0e0;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
gradientTransform="matrix(1,0,0,0.837825,0.921766,3.987819)"
gradientUnits="userSpaceOnUse"
y2="39.447163"
x2="24.445671"
y1="12.947163"
x1="24.445671"
id="linearGradient11608"
xlink:href="#linearGradient11602"
inkscape:collect="always" />
<linearGradient
id="linearGradient11615">
<stop
id="stop11617"
offset="0.0000000"
style="stop-color:#636363;stop-opacity:1.0000000;" />
<stop
id="stop11619"
offset="1.0000000"
style="stop-color:#000000;stop-opacity:1.0000000;" />
</linearGradient>
<radialGradient
r="4.7500000"
fy="27.749998"
fx="25.000000"
cy="27.749998"
cx="25.000000"
gradientTransform="matrix(3.070491,2.727143e-15,-3.444813e-15,3.878514,-51.46548,-78.83433)"
gradientUnits="userSpaceOnUse"
id="radialGradient12909"
xlink:href="#linearGradient11615"
inkscape:collect="always" />
<linearGradient
y2="27.375000"
x2="21.500000"
y1="30.000000"
x1="21.500000"
gradientTransform="matrix(0.985,0,0,1.022813,2.121141,-2.815681)"
gradientUnits="userSpaceOnUse"
id="linearGradient12924"
xlink:href="#linearGradient11625"
inkscape:collect="always" />
<linearGradient
y2="27.375000"
x2="21.500000"
y1="30.000000"
x1="21.500000"
gradientTransform="matrix(0.985,0,0,1,4.111767,-2.176922)"
gradientUnits="userSpaceOnUse"
id="linearGradient12921"
xlink:href="#linearGradient11625"
inkscape:collect="always" />
<linearGradient
id="linearGradient11625"
inkscape:collect="always">
<stop
id="stop11627"
offset="0"
style="stop-color:#fce94f;stop-opacity:1;" />
<stop
id="stop11629"
offset="1"
style="stop-color:#fce94f;stop-opacity:0;" />
</linearGradient>
<linearGradient
y2="27.375000"
x2="21.500000"
y1="30.000000"
x1="21.500000"
gradientTransform="matrix(1.01625,0,0,1,5.455516,-2.176922)"
gradientUnits="userSpaceOnUse"
id="linearGradient12918"
xlink:href="#linearGradient11625"
inkscape:collect="always" />
<linearGradient
id="linearGradient11520">
<stop
id="stop11522"
offset="0.0000000"
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
<stop
id="stop11524"
offset="1.0000000"
style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
id="linearGradient11508"
inkscape:collect="always">
<stop
id="stop11510"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop11512"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient11494"
inkscape:collect="always">
<stop
id="stop11496"
offset="0"
style="stop-color:#ef2929;stop-opacity:1;" />
<stop
id="stop11498"
offset="1"
style="stop-color:#ef2929;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient11415">
<stop
id="stop11417"
offset="0.0000000"
style="stop-color:#204a87;stop-opacity:0.0000000;" />
<stop
style="stop-color:#204a87;stop-opacity:1.0000000;"
offset="0.50000000"
id="stop11423" />
<stop
id="stop11419"
offset="1"
style="stop-color:#204a87;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient11399"
inkscape:collect="always">
<stop
id="stop11401"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop11403"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
gradientTransform="translate(-60.28571,-0.285714)"
y2="34.462429"
x2="43.615788"
y1="3.7744560"
x1="15.828360"
gradientUnits="userSpaceOnUse"
id="linearGradient11425"
xlink:href="#linearGradient11415"
inkscape:collect="always" />
<linearGradient
gradientTransform="translate(-60.57143,0.000000)"
y2="39.033859"
x2="35.679932"
y1="9.3458843"
x1="9.6957054"
gradientUnits="userSpaceOnUse"
id="linearGradient11427"
xlink:href="#linearGradient11415"
inkscape:collect="always" />
<linearGradient
y2="33.462429"
x2="26.758644"
y1="19.774456"
x1="13.267134"
gradientTransform="translate(-60.85714,0.428571)"
gradientUnits="userSpaceOnUse"
id="linearGradient11439"
xlink:href="#linearGradient11415"
inkscape:collect="always" />
<radialGradient
r="8.5000000"
fy="39.142857"
fx="12.071428"
cy="39.142857"
cx="12.071428"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
gradientUnits="userSpaceOnUse"
id="radialGradient11441"
xlink:href="#linearGradient11399"
inkscape:collect="always" />
<radialGradient
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
gradientUnits="userSpaceOnUse"
r="3.8335034"
fy="15.048258"
fx="27.577173"
cy="15.048258"
cx="27.577173"
id="radialGradient11500"
xlink:href="#linearGradient11494"
inkscape:collect="always" />
<radialGradient
r="3.8335034"
fy="16.049133"
fx="27.577173"
cy="16.049133"
cx="27.577173"
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
gradientUnits="userSpaceOnUse"
id="radialGradient11504"
xlink:href="#linearGradient11494"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
r="6.5659914"
fy="44.565483"
fx="30.203562"
cy="44.565483"
cx="30.203562"
id="radialGradient11514"
xlink:href="#linearGradient11508"
inkscape:collect="always" />
<radialGradient
gradientTransform="matrix(1.594876,-1.096233e-32,0,1.324258,-12.15047,-8.05841)"
gradientUnits="userSpaceOnUse"
r="20.530962"
fy="35.878170"
fx="24.445690"
cy="35.878170"
cx="24.445690"
id="radialGradient11526"
xlink:href="#linearGradient11520"
inkscape:collect="always" />
<radialGradient
r="6.5659914"
fy="44.565483"
fx="30.203562"
cy="44.565483"
cx="30.203562"
gradientTransform="matrix(1,0,0,0.338462,8.404809e-16,29.48178)"
gradientUnits="userSpaceOnUse"
id="radialGradient11532"
xlink:href="#linearGradient11508"
inkscape:collect="always" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11508"
id="radialGradient1348"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
cx="30.203562"
cy="44.565483"
fx="30.203562"
fy="44.565483"
r="6.5659914" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11520"
id="radialGradient1350"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
cx="24.445690"
cy="35.878170"
fx="24.445690"
fy="35.878170"
r="20.530962" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11494"
id="radialGradient1352"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
cx="27.577173"
cy="16.049133"
fx="27.577173"
fy="16.049133"
r="3.8335034" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11494"
id="radialGradient1354"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
cx="27.577173"
cy="15.048258"
fx="27.577173"
fy="15.048258"
r="3.8335034" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11508"
id="radialGradient1356"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
cx="30.203562"
cy="44.565483"
fx="30.203562"
fy="44.565483"
r="6.5659914" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11520"
id="radialGradient1366"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
cx="24.445690"
cy="35.878170"
fx="24.445690"
fy="35.878170"
r="20.530962" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient24230"
id="linearGradient24236"
x1="12.51301"
y1="30.585787"
x2="12.51301"
y2="16.885592"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.587604,4.082334,17.55158)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient24230"
id="linearGradient24240"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.587604,12.05631,17.52556)"
x1="12.51301"
y1="30.585787"
x2="12.51301"
y2="16.885592" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient24230"
id="linearGradient24244"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.587604,20.05631,17.52556)"
x1="12.51301"
y1="30.585787"
x2="12.51301"
y2="16.885592" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient24266"
id="linearGradient24272"
x1="23.5"
y1="19.812498"
x2="23.5"
y2="12.687223"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-5.631256e-2,-1.904751)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient24276"
id="radialGradient24282"
cx="24.90625"
cy="35.46875"
fx="24.90625"
fy="35.46875"
r="17.40625"
gradientTransform="matrix(1,0,0,0.321364,0,24.07035)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient24290"
id="linearGradient24296"
x1="24.53125"
y1="19.0625"
x2="26.3125"
y2="40.25"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="28.237586"
inkscape:cy="23.130045"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="1024"
inkscape:window-height="818"
inkscape:window-x="410"
inkscape:window-y="30" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
<dc:title>Desktop Preferences</dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>preferences</rdf:li>
<rdf:li>system</rdf:li>
<rdf:li>category</rdf:li>
</rdf:Bag>
</dc:subject>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
transform="matrix(1.980175e-2,0,0,2.086758e-2,42.3611,37.40314)"
id="g6707">
<rect
style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect6709"
width="1339.6335"
height="478.35718"
x="-1559.2523"
y="-150.69685" />
<path
style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
id="path6711"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="cccc"
id="path6713"
d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
</g>
<rect
ry="0.85863549"
rx="0.8586359"
y="16.595242"
x="8.526021"
height="23.868273"
width="32.026016"
id="rect11518"
style="opacity:1;color:#000000;fill:url(#radialGradient11526);fill-opacity:1;fill-rule:evenodd;stroke:#9b9b9b;stroke-width:1.00000107;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<rect
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect11528"
width="30.026011"
height="21.868261"
x="9.5260162"
y="17.595253"
rx="0"
ry="0"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<rect
style="opacity:1;color:#000000;fill:url(#linearGradient24236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect23355"
width="5.0260191"
height="9.9739799"
x="14.082334"
y="26.953245"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<rect
inkscape:r_cy="true"
inkscape:r_cx="true"
y="26.927225"
x="22.056313"
height="9.9739799"
width="5.0260191"
id="rect24238"
style="opacity:1;color:#000000;fill:url(#linearGradient24240);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:1;color:#000000;fill:url(#linearGradient24244);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect24242"
width="5.0260191"
height="9.9739799"
x="30.056313"
y="26.927225"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<rect
style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#9b9b9b;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect24246"
width="6.000001"
height="5.0190296"
x="13.608355"
y="26.434216"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<rect
inkscape:r_cy="true"
inkscape:r_cx="true"
y="32.434219"
x="21.608353"
height="5.0190296"
width="6.000001"
id="rect24248"
style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#9b9b9b;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#9b9b9b;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect24250"
width="6.000001"
height="5.0190296"
x="29.608353"
y="32.434219"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<rect
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect24252"
width="4.1083536"
height="3.0467544"
x="14.578023"
y="27.422916"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<rect
inkscape:r_cy="true"
inkscape:r_cx="true"
y="33.453247"
x="22.5"
height="3.0467544"
width="4.1083536"
id="rect24254"
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect24256"
width="4.1083536"
height="3.0467544"
x="30.5"
y="33.453247"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<path
style="opacity:1;color:#000000;fill:url(#linearGradient24272);fill-opacity:1;fill-rule:nonzero;stroke:#787878;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 8.4436874,18.595245 L 4.9436874,8.5952472 L 44.943687,8.5952472 L 40.631187,18.595245 L 8.4436874,18.595245 z "
id="path24258"
inkscape:r_cx="true"
inkscape:r_cy="true"
sodipodi:nodetypes="ccccc" />
<rect
style="opacity:1;color:#000000;fill:#dddddd;fill-opacity:1;fill-rule:nonzero;stroke:#9f9f9f;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect24260"
width="41.000019"
height="2.9375"
x="4.4436893"
y="8.5952492"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<rect
style="opacity:1;color:#000000;fill:#dddddd;fill-opacity:1;fill-rule:nonzero;stroke:#9f9f9f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect24262"
width="5.5625"
height="2"
x="11.443687"
y="17.595249"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="1"
ry="1" />
<rect
ry="1"
rx="1"
inkscape:r_cy="true"
inkscape:r_cx="true"
y="17.595249"
x="31.881187"
height="2"
width="5.5625"
id="rect24264"
style="opacity:1;color:#000000;fill:#dddddd;fill-opacity:1;fill-rule:nonzero;stroke:#9f9f9f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:0.43406593;color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect24284"
width="16.0625"
height="2"
x="13"
y="22"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="1"
ry="1" />
<path
style="opacity:0.83406587;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 5,11 L 5,9 L 45,9 L 44,10 L 6,10 L 5,11 z "
id="path24286"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<path
style="opacity:0.0989011;color:#000000;fill:url(#linearGradient24296);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 9,19.1875 L 9,26.21783 L 10,25.40533 C 26.722274,25.874463 30.770833,25.541667 39,30.625 L 40.0625,31.9375 L 40,19.0625 L 9,19.1875 z "
id="path24288"
inkscape:r_cx="true"
inkscape:r_cy="true"
sodipodi:nodetypes="ccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
icons/delete.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
icons/donate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
icons/done.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
icons/error.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
icons/exit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
icons/export.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
icons/fit_window.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

398
icons/general_setting.svg Normal file
View File

@ -0,0 +1,398 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
inkscape:export-xdpi="90.000000"
inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
width="48px"
height="48px"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
sodipodi:docname="preferences-system.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs3">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 24 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="48 : 24 : 1"
inkscape:persp3d-origin="24 : 16 : 1"
id="perspective60" />
<linearGradient
inkscape:collect="always"
id="linearGradient2250">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2252" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2254" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2265">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop2267" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop2269" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2257">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2259" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2261" />
</linearGradient>
<linearGradient
id="linearGradient3087">
<stop
style="stop-color:#3465a4;stop-opacity:1;"
offset="0"
id="stop3089" />
<stop
id="stop3095"
offset="0"
style="stop-color:#9fbce1;stop-opacity:1;" />
<stop
style="stop-color:#6b95ca;stop-opacity:1;"
offset="0"
id="stop2242" />
<stop
id="stop2244"
offset="0.75"
style="stop-color:#3d6aa5;stop-opacity:1;" />
<stop
style="stop-color:#386eb4;stop-opacity:1;"
offset="1"
id="stop3091" />
</linearGradient>
<linearGradient
id="linearGradient3077">
<stop
style="stop-color:#98a0a9;stop-opacity:1;"
offset="0"
id="stop3079" />
<stop
style="stop-color:#c3d0dd;stop-opacity:1;"
offset="1"
id="stop3081" />
</linearGradient>
<linearGradient
id="linearGradient3061">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3063" />
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="1"
id="stop3065" />
</linearGradient>
<linearGradient
id="linearGradient3049">
<stop
style="stop-color:#b6b6b6;stop-opacity:1;"
offset="0"
id="stop3051" />
<stop
id="stop2262"
offset="0.5"
style="stop-color:#f2f2f2;stop-opacity:1;" />
<stop
style="stop-color:#fafafa;stop-opacity:1;"
offset="0.67612958"
id="stop2264" />
<stop
id="stop2268"
offset="0.84051722"
style="stop-color:#d8d8d8;stop-opacity:1;" />
<stop
id="stop2266"
offset="0.875"
style="stop-color:#f2f2f2;stop-opacity:1;" />
<stop
style="stop-color:#dbdbdb;stop-opacity:1;"
offset="1"
id="stop3053" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3041">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3043" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3045" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3041"
id="radialGradient3047"
cx="24.8125"
cy="39.125"
fx="24.8125"
fy="39.125"
r="17.6875"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.374558,7.194333e-15,24.47041)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3049"
id="linearGradient3055"
x1="19.648342"
y1="42.253601"
x2="20.631224"
y2="6.7758031"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.878270,0.000000,0.000000,0.878270,2.536988,4.967681)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3061"
id="linearGradient3067"
x1="50.152931"
y1="-3.6324477"
x2="25.291086"
y2="-4.3002653"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.878270,-1.375944e-15,1.375944e-15,0.878270,5.328299,1.650243)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3077"
id="linearGradient3083"
x1="38.227654"
y1="13.602527"
x2="37.53537"
y2="6.6285896"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.878270,0.000000,0.000000,0.878270,2.847503,5.588712)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3087"
id="linearGradient3093"
x1="9.7503242"
y1="32.28376"
x2="16.915297"
y2="39.443218"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.878270,0.000000,0.000000,0.878270,2.536988,4.967681)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2257"
id="linearGradient2263"
x1="12.004697"
y1="35.688461"
x2="10.650805"
y2="33.194965"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.007254,-2.636526e-2,2.636526e-2,1.007254,1.593411,7.919100e-2)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2265"
id="linearGradient2271"
x1="14.017542"
y1="36.942543"
x2="15.415793"
y2="38.268368"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.878099,-1.732370e-2,1.732370e-2,0.878099,2.163687,4.067899)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2250"
id="linearGradient2256"
x1="31.177404"
y1="19.821514"
x2="40.859177"
y2="9.6568537"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3041"
id="radialGradient2260"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.374558,7.272829e-15,24.47041)"
cx="24.8125"
cy="39.125"
fx="24.8125"
fy="39.125"
r="17.6875" />
</defs>
<sodipodi:namedview
stroke="#204a87"
fill="#3465a4"
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="19.425317"
inkscape:cy="26.37487"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="1034"
inkscape:window-height="818"
inkscape:window-x="400"
inkscape:window-y="30" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
<dc:title>Preferences System</dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>preferences</rdf:li>
<rdf:li>settings</rdf:li>
<rdf:li>control panel</rdf:li>
<rdf:li>tweaks</rdf:li>
<rdf:li>system</rdf:li>
</rdf:Bag>
</dc:subject>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
transform="matrix(0.751118,0.000000,0.000000,0.578703,17.04087,19.36341)"
d="M 42.5 39.125 A 17.6875 6.625 0 1 1 7.125,39.125 A 17.6875 6.625 0 1 1 42.5 39.125 z"
sodipodi:ry="6.625"
sodipodi:rx="17.6875"
sodipodi:cy="39.125"
sodipodi:cx="24.8125"
id="path2258"
style="opacity:0.19886367;color:#000000;fill:url(#radialGradient2260);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="opacity:0.3125;color:#000000;fill:url(#radialGradient3047);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path3039"
sodipodi:cx="24.8125"
sodipodi:cy="39.125"
sodipodi:rx="17.6875"
sodipodi:ry="6.625"
d="M 42.5 39.125 A 17.6875 6.625 0 1 1 7.125,39.125 A 17.6875 6.625 0 1 1 42.5 39.125 z"
transform="matrix(0.836071,0.000000,0.000000,0.685436,-7.959607,15.71781)" />
<path
style="opacity:1;color:#000000;fill:url(#linearGradient3055);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 17.906713,21.215676 L 36.899302,40.6474 C 37.667788,41.52567 40.102812,42.204461 41.729787,40.6474 C 43.300913,39.143787 42.937408,37.024536 41.400436,35.487563 L 23.176333,15.946056 C 25.426333,9.696056 20.872444,4.446488 14.997444,5.571488 L 13.73493,6.7242174 L 17.687145,10.456865 L 17.906713,13.750381 L 14.955871,16.443984 L 11.429472,16.05584 L 7.8066086,12.652544 C 7.8066086,12.652544 6.5364873,13.907448 6.5364873,13.907448 C 5.9457238,19.548765 11.844213,24.590676 17.906713,21.215676 z "
id="path2140"
sodipodi:nodetypes="cczcccccccccsc" />
<path
sodipodi:nodetypes="cczccccccccccc"
id="path3057"
d="M 18.117385,19.9401 L 37.320267,39.967712 C 37.915174,40.647605 39.800194,41.173077 41.059681,39.967712 C 42.275934,38.803723 41.994534,37.163152 40.804721,35.973338 L 22.313189,16.352183 C 23.813189,9.852183 20.454401,6.3475455 15.454401,6.4725455 L 15.18427,6.7459223 L 18.787193,9.982189 L 18.917359,14.163983 L 15.303442,17.462466 L 11.061136,17.004257 L 7.8845536,14.012776 L 7.5319165,14.442835 C 7.2194165,20.411585 14.023635,23.1276 18.117385,19.9401 z "
style="opacity:0.42613639;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999917;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:0.17045456;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3067);stroke-width:0.9999972;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect3059"
width="23.268276"
height="2.0554912"
x="28.185335"
y="-2.6184492"
rx="0.88388073"
ry="0.88388073"
transform="matrix(0.697938,0.716158,-0.716158,0.697938,0.000000,0.000000)" />
<path
style="opacity:1;color:#000000;fill:url(#linearGradient3083);fill-opacity:1;fill-rule:nonzero;stroke:#878f9d;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 22.498794,30.12538 C 23.332335,29.410917 35.782628,16.676871 35.782628,16.676871 L 38.856573,16.457303 L 43.687058,9.7604906 L 39.662731,6.1752987 L 33.405057,11.554705 L 33.405057,14.628651 L 20.670142,27.857593 C 20.066332,28.461403 21.730308,30.784082 22.498794,30.12538 z "
id="path2144"
sodipodi:nodetypes="ccccccccc" />
<path
sodipodi:nodetypes="ccccccccc"
id="path3085"
d="M 22.401987,29.085455 C 23.04876,28.531078 35.426388,15.855648 35.426388,15.855648 L 38.354971,15.607649 L 42.568887,9.945584 L 39.679156,7.3965946 L 34.202578,12.114067 L 34.357836,14.965022 L 21.681731,28.257345 C 21.213213,28.725863 21.805692,29.596565 22.401987,29.085455 z "
style="opacity:0.53977272;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2256);stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
style="color:#000000;fill:url(#linearGradient3093);fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
d="M 8.4653111,43.611561 C 9.7818986,45.07679 13.438996,45.739726 15.060755,42.901647 C 15.767862,41.664211 17.154698,38.198845 23.341883,32.630379 C 24.381029,31.696208 25.481792,29.559241 24.54863,28.406512 L 22.133387,25.991269 C 21.145334,24.893432 18.398973,25.40552 17.272212,26.942145 C 13.913455,31.538339 8.4261393,35.197025 7.1887023,35.638967 C 4.8207828,36.484652 5.0872917,39.975116 6.6538792,41.635454 L 8.4653111,43.611561 z "
id="path2142"
sodipodi:nodetypes="ccccccscc" />
<path
sodipodi:type="arc"
style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1.13860166;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path2146"
sodipodi:cx="41.875"
sodipodi:cy="37.5"
sodipodi:rx="1.375"
sodipodi:ry="1.375"
d="M 43.25 37.5 A 1.375 1.375 0 1 1 40.5,37.5 A 1.375 1.375 0 1 1 43.25 37.5 z"
transform="matrix(0.878270,0.000000,0.000000,0.878270,2.427204,5.077464)" />
<path
sodipodi:type="arc"
style="opacity:0.60227272;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path3101"
sodipodi:cx="19.003494"
sodipodi:cy="28.20101"
sodipodi:rx="1.767767"
sodipodi:ry="1.767767"
d="M 20.771261 28.20101 A 1.767767 1.767767 0 1 1 17.235727,28.20101 A 1.767767 1.767767 0 1 1 20.771261 28.20101 z"
transform="matrix(0.570876,0.000000,0.000000,0.570876,9.154848,11.25111)" />
<path
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2263);stroke-width:2.29450917;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 18.678905,29.624807 C 18.678905,29.624807 11.509014,36.92442 8.1502573,38.161857"
id="path3103"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="csccccscc"
id="path2270"
d="M 8.8060013,42.48669 C 10.247267,44.232307 13.405535,44.647919 14.397161,42.116101 C 15.078468,40.376589 17.730783,36.450314 22.594745,32.072748 C 23.411654,31.338363 24.277003,29.658419 23.543411,28.752218 L 21.644704,26.853511 C 20.867961,25.990463 18.708951,26.393033 17.823164,27.601028 C 15.182728,31.214257 9.3398194,35.940582 7.9274145,36.406654 C 5.7406198,37.128264 6.1504221,39.627953 7.3819713,40.933203 L 8.8060013,42.48669 z "
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.19886364" />
<path
style="opacity:0.27840911;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2271);stroke-width:2.29450917;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 20.824602,31.261024 C 20.824602,31.261024 13.501839,37.878429 11.910849,42.121069"
id="path2247"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

BIN
icons/general_settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
icons/help.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
icons/info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
icons/input_dir.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
icons/load_profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
icons/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

878
icons/locale_setting.svg Normal file
View File

@ -0,0 +1,878 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
inkscape:export-xdpi="90.000000"
inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
width="48px"
height="48px"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
sodipodi:docname="preferences-desktop-locale.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs3">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 24 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="48 : 24 : 1"
inkscape:persp3d-origin="24 : 16 : 1"
id="perspective133" />
<linearGradient
id="linearGradient2913">
<stop
style="stop-color:white;stop-opacity:0.43877551;"
offset="0"
id="stop2915" />
<stop
id="stop2921"
offset="0.5"
style="stop-color:white;stop-opacity:1;" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop2917" />
</linearGradient>
<linearGradient
id="linearGradient2877">
<stop
style="stop-color:#75507b;stop-opacity:1;"
offset="0"
id="stop2879" />
<stop
id="stop2885"
offset="0.25709054"
style="stop-color:#a984af;stop-opacity:1;" />
<stop
style="stop-color:#513755;stop-opacity:1;"
offset="0.5655992"
id="stop2887" />
<stop
style="stop-color:#875c8e;stop-opacity:1;"
offset="1"
id="stop2881" />
</linearGradient>
<linearGradient
id="linearGradient2865">
<stop
style="stop-color:#73d216;stop-opacity:1;"
offset="0"
id="stop2867" />
<stop
id="stop2873"
offset="0.25568181"
style="stop-color:#9ced4b;stop-opacity:1;" />
<stop
style="stop-color:#64b813;stop-opacity:1;"
offset="0.59400827"
id="stop2875" />
<stop
style="stop-color:#8eea34;stop-opacity:1;"
offset="1"
id="stop2869" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6719"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
inkscape:collect="always"
id="linearGradient5060">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop5062" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5064" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6717"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5048">
<stop
style="stop-color:black;stop-opacity:0;"
offset="0"
id="stop5050" />
<stop
id="stop5056"
offset="0.5"
style="stop-color:black;stop-opacity:1;" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5052" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048"
id="linearGradient6715"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient16542">
<stop
style="stop-color:#2e3436;stop-opacity:1;"
offset="0"
id="stop16544" />
<stop
id="stop16550"
offset="0.27272728"
style="stop-color:#505a5d;stop-opacity:1;" />
<stop
style="stop-color:#141717;stop-opacity:1;"
offset="0.63636363"
id="stop16554" />
<stop
style="stop-color:#2e3436;stop-opacity:1;"
offset="1"
id="stop16546" />
</linearGradient>
<linearGradient
id="linearGradient16532">
<stop
style="stop-color:#cc0000;stop-opacity:1;"
offset="0"
id="stop16534" />
<stop
id="stop16540"
offset="0.24242425"
style="stop-color:#ff4747;stop-opacity:1;" />
<stop
style="stop-color:#9b1212;stop-opacity:1;"
offset="0.6097337"
id="stop16552" />
<stop
style="stop-color:#cc0000;stop-opacity:1;"
offset="1"
id="stop16536" />
</linearGradient>
<linearGradient
id="linearGradient16522">
<stop
style="stop-color:#edd400;stop-opacity:1;"
offset="0"
id="stop16524" />
<stop
id="stop16530"
offset="0.27272728"
style="stop-color:#fff491;stop-opacity:1;" />
<stop
style="stop-color:#edd400;stop-opacity:1;"
offset="1"
id="stop16526" />
</linearGradient>
<linearGradient
id="linearGradient16514">
<stop
id="stop16516"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#bebebe;stop-opacity:1;"
offset="0.42424244"
id="stop16518" />
<stop
id="stop16520"
offset="1"
style="stop-color:#ebebeb;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient16494">
<stop
style="stop-color:#204a87;stop-opacity:1;"
offset="0"
id="stop16496" />
<stop
id="stop16502"
offset="0.21212122"
style="stop-color:#3f7bd2;stop-opacity:1;" />
<stop
style="stop-color:#204a87;stop-opacity:1;"
offset="1"
id="stop16498" />
</linearGradient>
<linearGradient
id="linearGradient16468">
<stop
style="stop-color:#cc0000;stop-opacity:1;"
offset="0"
id="stop16470" />
<stop
id="stop16476"
offset="0.15151516"
style="stop-color:#ff3737;stop-opacity:1;" />
<stop
style="stop-color:#b41414;stop-opacity:1;"
offset="0.57575756"
id="stop16478" />
<stop
style="stop-color:#ff4c4c;stop-opacity:1;"
offset="1"
id="stop16472" />
</linearGradient>
<linearGradient
id="linearGradient16451">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop16453" />
<stop
id="stop16459"
offset="0.42424244"
style="stop-color:#bebebe;stop-opacity:1;" />
<stop
style="stop-color:#ebebeb;stop-opacity:1;"
offset="1"
id="stop16455" />
</linearGradient>
<linearGradient
id="linearGradient11520">
<stop
id="stop11522"
offset="0.0000000"
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
<stop
id="stop11524"
offset="1.0000000"
style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
id="linearGradient11508"
inkscape:collect="always">
<stop
id="stop11510"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop11512"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient11494"
inkscape:collect="always">
<stop
id="stop11496"
offset="0"
style="stop-color:#ef2929;stop-opacity:1;" />
<stop
id="stop11498"
offset="1"
style="stop-color:#ef2929;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient11415">
<stop
id="stop11417"
offset="0.0000000"
style="stop-color:#204a87;stop-opacity:0.0000000;" />
<stop
style="stop-color:#204a87;stop-opacity:1.0000000;"
offset="0.50000000"
id="stop11423" />
<stop
id="stop11419"
offset="1"
style="stop-color:#204a87;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient11399"
inkscape:collect="always">
<stop
id="stop11401"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop11403"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
gradientTransform="translate(-60.28571,-0.285714)"
y2="34.462429"
x2="43.615788"
y1="3.7744560"
x1="15.828360"
gradientUnits="userSpaceOnUse"
id="linearGradient11425"
xlink:href="#linearGradient11415"
inkscape:collect="always" />
<linearGradient
gradientTransform="translate(-60.57143,0.000000)"
y2="39.033859"
x2="35.679932"
y1="9.3458843"
x1="9.6957054"
gradientUnits="userSpaceOnUse"
id="linearGradient11427"
xlink:href="#linearGradient11415"
inkscape:collect="always" />
<linearGradient
y2="33.462429"
x2="26.758644"
y1="19.774456"
x1="13.267134"
gradientTransform="translate(-60.85714,0.428571)"
gradientUnits="userSpaceOnUse"
id="linearGradient11439"
xlink:href="#linearGradient11415"
inkscape:collect="always" />
<radialGradient
r="8.5000000"
fy="39.142857"
fx="12.071428"
cy="39.142857"
cx="12.071428"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
gradientUnits="userSpaceOnUse"
id="radialGradient11441"
xlink:href="#linearGradient11399"
inkscape:collect="always" />
<radialGradient
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
gradientUnits="userSpaceOnUse"
r="3.8335034"
fy="15.048258"
fx="27.577173"
cy="15.048258"
cx="27.577173"
id="radialGradient11500"
xlink:href="#linearGradient11494"
inkscape:collect="always" />
<radialGradient
r="3.8335034"
fy="16.049133"
fx="27.577173"
cy="16.049133"
cx="27.577173"
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
gradientUnits="userSpaceOnUse"
id="radialGradient11504"
xlink:href="#linearGradient11494"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
r="6.5659914"
fy="44.565483"
fx="30.203562"
cy="44.565483"
cx="30.203562"
id="radialGradient11514"
xlink:href="#linearGradient11508"
inkscape:collect="always" />
<radialGradient
gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
gradientUnits="userSpaceOnUse"
r="20.530962"
fy="35.878170"
fx="24.445690"
cy="35.878170"
cx="24.445690"
id="radialGradient11526"
xlink:href="#linearGradient11520"
inkscape:collect="always" />
<radialGradient
r="6.5659914"
fy="44.565483"
fx="30.203562"
cy="44.565483"
cx="30.203562"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,3.185827e-15,29.48178)"
gradientUnits="userSpaceOnUse"
id="radialGradient11532"
xlink:href="#linearGradient11508"
inkscape:collect="always" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11508"
id="radialGradient1348"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
cx="30.203562"
cy="44.565483"
fx="30.203562"
fy="44.565483"
r="6.5659914" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11520"
id="radialGradient1350"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
cx="24.445690"
cy="35.878170"
fx="24.445690"
fy="35.878170"
r="20.530962" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11494"
id="radialGradient1352"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
cx="27.577173"
cy="16.049133"
fx="27.577173"
fy="16.049133"
r="3.8335034" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11494"
id="radialGradient1354"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
cx="27.577173"
cy="15.048258"
fx="27.577173"
fy="15.048258"
r="3.8335034" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11508"
id="radialGradient1356"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
cx="30.203562"
cy="44.565483"
fx="30.203562"
fy="44.565483"
r="6.5659914" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11520"
id="radialGradient1366"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
cx="24.445690"
cy="35.878170"
fx="24.445690"
fy="35.878170"
r="20.530962" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16451"
id="linearGradient16457"
x1="0.91421354"
y1="16.710525"
x2="37.623106"
y2="16.710525"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16451"
id="linearGradient16464"
gradientUnits="userSpaceOnUse"
x1="0.91421354"
y1="16.710525"
x2="37.623106"
y2="16.710525"
gradientTransform="matrix(0.98006,0,0,1,0.116103,0)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient16474"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient16482"
gradientUnits="userSpaceOnUse"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154"
gradientTransform="translate(0,-5.624133)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient16486"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-11.24827)"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient16490"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-16.8724)"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16494"
id="linearGradient16500"
x1="2"
y1="8.5017858"
x2="19"
y2="8.5017858"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16522"
id="linearGradient16528"
x1="11.002116"
y1="29.756583"
x2="46.998972"
y2="29.756583"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16532"
id="linearGradient16538"
x1="11.976621"
y1="29.748671"
x2="46.138718"
y2="29.748671"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16542"
id="linearGradient16548"
x1="11.976621"
y1="21.723522"
x2="46.138718"
y2="21.723522"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16451"
id="linearGradient16577"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.98006,0,0,1,0.116103,0)"
x1="0.91421354"
y1="16.710525"
x2="37.623106"
y2="16.710525" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient16579"
gradientUnits="userSpaceOnUse"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient16581"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-11.24827)"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient16583"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-5.624133)"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient16585"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-16.8724)"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16494"
id="linearGradient16587"
gradientUnits="userSpaceOnUse"
x1="2"
y1="8.5017858"
x2="19"
y2="8.5017858" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048"
id="linearGradient6761"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6763"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6765"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16494"
id="linearGradient2006"
gradientUnits="userSpaceOnUse"
x1="2"
y1="8.5017858"
x2="19"
y2="8.5017858"
gradientTransform="translate(2.121318,2.032932)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient2010"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(2.121318,-14.83947)"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient2013"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(2.121318,-3.591201)"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient2016"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(2.121318,-9.215338)"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16468"
id="linearGradient2019"
gradientUnits="userSpaceOnUse"
x1="2"
y1="23.791154"
x2="36"
y2="23.791154"
gradientTransform="translate(2.121318,2.032932)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2865"
id="linearGradient2871"
x1="10.029842"
y1="28.695923"
x2="46.026698"
y2="28.695923"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2877"
id="linearGradient2883"
x1="3.1234348"
y1="17.789515"
x2="39.12029"
y2="17.789515"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2913"
id="linearGradient2919"
x1="10.964451"
y1="28.712873"
x2="36.336609"
y2="27.445059"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2913"
id="linearGradient3205"
gradientUnits="userSpaceOnUse"
x1="4.1213179"
y1="24.253414"
x2="33.066338"
y2="25.661276" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#edd400"
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-139"
inkscape:cy="14.5"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="804"
inkscape:window-height="688"
inkscape:window-x="630"
inkscape:window-y="30" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
<dc:title>Locale Preferences</dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>locale preferences</rdf:li>
</rdf:Bag>
</dc:subject>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
id="g6753"
transform="matrix(1.971468e-2,0,0,3.343226e-2,38.92492,24.71253)">
<rect
y="-150.69685"
x="-1559.2523"
height="478.35718"
width="1339.6335"
id="rect6755"
style="opacity:0.40206185;color:black;fill:url(#linearGradient6761);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="cccc"
id="path6757"
d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
style="opacity:0.40206185;color:black;fill:url(#radialGradient6763);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
style="opacity:0.40206185;color:black;fill:url(#radialGradient6765);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
id="path6759"
sodipodi:nodetypes="cccc" />
</g>
<g
transform="matrix(1.971468e-2,0,0,3.343226e-2,46.17276,35.14236)"
id="g6707">
<rect
style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect6709"
width="1339.6335"
height="478.35718"
x="-1559.2523"
y="-150.69685" />
<path
style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
id="path6711"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="cccc"
id="path6713"
d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
</g>
<path
style="color:black;fill:url(#linearGradient2883);fill-opacity:1.0;fill-rule:evenodd;stroke:#5c3566;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
d="M 3.6234345,6.1923115 C 12.805777,-0.3484262 29.264695,8.1368552 38.62029,6.1923115 L 38.62029,31.294603 C 29.611199,34.299807 14.01854,24.930642 3.6234345,31.294603 L 3.6234345,6.1923115 z "
id="rect15576"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
id="path16462"
d="M 4.6213179,6.8032613 C 12.598466,1.0750243 28.454913,8.7478053 37.656867,7.3032613 L 37.531867,30.593053 C 30.717023,32.785757 14.794159,24.888617 4.6838179,29.468053 L 4.6213179,6.8032613 z "
style="opacity:0.62921346;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3205);stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;stroke-dasharray:none" />
<path
sodipodi:nodetypes="ccccc"
id="path16504"
d="M 10.529842,17.09872 C 19.712185,10.557982 36.171103,19.043263 45.526698,17.09872 L 45.526698,42.201011 C 36.517607,45.206215 20.924948,35.83705 10.529842,42.201011 L 10.529842,17.09872 z "
style="color:black;fill:url(#linearGradient2871);fill-opacity:1.0;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
<path
style="opacity:0.62921346;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2919);stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
d="M 11.464451,17.654135 C 19.441599,11.925898 35.298046,19.598679 44.5,18.154135 L 44.375,41.532315 C 37.560156,43.725019 21.637292,35.827879 11.526951,40.407315 L 11.464451,17.654135 z "
id="path16506"
sodipodi:nodetypes="ccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

BIN
icons/locale_settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
icons/minimize_to_tray.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
icons/open_folder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
icons/open_list.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
icons/openlist.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
icons/output_dir.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
icons/plus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

BIN
icons/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
icons/processing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
icons/qt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
icons/real_size.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
icons/remove.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

BIN
icons/remove_hdd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
icons/save_profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
icons/savelist.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
icons/savelistas.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
icons/search.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
icons/settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
icons/skip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
icons/skipped.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
icons/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
icons/undo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

BIN
icons/update.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
icons/updates.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
icons/warning.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
icons/web.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
icons/zoom_in.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

BIN
icons/zoom_out.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

34
imageresize.cpp Normal file
View File

@ -0,0 +1,34 @@
#include "imageresize.h"
#include <QDebug>
ImageResize::ImageResize()
{
}
QImage ImageResize::fixedResize(QImage image, int width, int height, bool keepRatio, bool doNotEnlarge)
{
if ((image.width() > width) || (image.height() > height) || (doNotEnlarge == false))
{
if (width < 0 || height < 0)
{
width = image.width();
height = image.height();
}
if (keepRatio)
{
image = image.scaled(width, height, Qt::KeepAspectRatio, Qt::SmoothTransformation);
}
else
{
image = image.scaled(width, height, Qt::IgnoreAspectRatio, Qt::SmoothTransformation);
}
}
return image;
}
QImage ImageResize::pergentageResize(QImage image, int width, int height)
{
image = image.scaled(width, height, Qt::IgnoreAspectRatio, Qt::SmoothTransformation);
return image;
}

15
imageresize.h Normal file
View File

@ -0,0 +1,15 @@
#ifndef IMAGERESIZE_H
#define IMAGERESIZE_H
#include <QImage>
class ImageResize
{
public:
ImageResize();
QImage fixedResize(QImage image, int width, int height, bool keepRatio, bool doNotEnlarge);
QImage pergentageResize(QImage image, int width, int height);
};
#endif // IMAGERESIZE_H

BIN
lang/111.Espal.qm Normal file

Binary file not shown.

BIN
lang/114.Svenska.qm Normal file

Binary file not shown.

BIN
lang/25.汉语.qm Normal file

Binary file not shown.

BIN
lang/25.漢語.qm Normal file

Binary file not shown.

BIN
lang/30.Deutsch.qm Normal file

Binary file not shown.

BIN
lang/31.English.qm Normal file

Binary file not shown.

BIN
lang/37.Fran嘺is.qm Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More