Use SVG icons from papirus, and prerenderd media-optical from oxygen for
windows and mac builds
This commit is contained in:
committed by
Craig Drummond
parent
85d1eaf852
commit
9896cd2864
@@ -60,9 +60,6 @@ endif (NOT WIN32 AND NOT APPLE AND NOT ENABLE_UBUNTU)
|
||||
|
||||
if (WIN32 OR APPLE)
|
||||
option(ENABLE_DEVICES_SUPPORT "Enable suport for external devices" OFF)
|
||||
if (NOT CANTATA_ICON_THEME)
|
||||
set(CANTATA_ICON_THEME "humanity")
|
||||
endif (NOT CANTATA_ICON_THEME)
|
||||
else (WIN32 OR APPLE)
|
||||
option(ENABLE_DEVICES_SUPPORT "Enable suport for external devices" ON)
|
||||
endif (WIN32 OR APPLE)
|
||||
@@ -83,7 +80,7 @@ option(ENABLE_UNCACHED_MTP "Open MTP devices in un-cached mode (faster)" ON)
|
||||
|
||||
if (WIN32)
|
||||
set(ENABLE_QT5 ON)
|
||||
set(CANTATA_ICON_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/icons/${CANTATA_ICON_THEME})
|
||||
set(CANTATA_ICON_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/icons/cantata)
|
||||
elseif (APPLE)
|
||||
set(ENABLE_QT5 ON)
|
||||
set(MACOSX_BUNDLE_BUNDLE_NAME Cantata)
|
||||
@@ -95,7 +92,7 @@ elseif (APPLE)
|
||||
set(CANTATA_APP_CONTENTS_DIR ${CMAKE_INSTALL_PREFIX}/Cantata.app/Contents)
|
||||
set(MACOSX_BUNDLE_RESOURCES ${CANTATA_APP_CONTENTS_DIR}/Resources)
|
||||
set(MACOSX_BUNDLE_APP_DIR ${CANTATA_APP_CONTENTS_DIR}/MacOS)
|
||||
set(CANTATA_ICON_INSTALL_PREFIX ${MACOSX_BUNDLE_RESOURCES}/icons/${CANTATA_ICON_THEME})
|
||||
set(CANTATA_ICON_INSTALL_PREFIX ${MACOSX_BUNDLE_RESOURCES}/icons/cantata)
|
||||
elseif (NOT ENABLE_UBUNTU)
|
||||
set(CANTATA_ICON_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor)
|
||||
endif (WIN32)
|
||||
@@ -903,13 +900,6 @@ else (ENABLE_UBUNTU)
|
||||
message("")
|
||||
endif ((ENABLE_DEVICES_SUPPORT AND ENABLE_REMOTE_DEVICES) OR ENABLE_HTTP_STREAM_PLAYBACK OR (NOT ENABLE_KDE AND ENABLE_PROXY_CONFIG))
|
||||
|
||||
if (NOT CMAKE_SYSTEM_NAME MATCHES Linux)
|
||||
message("-----------------------------------------------------------------------------")
|
||||
message("-- You NEED to have the ${CANTATA_ICON_THEME} icons installed!!!")
|
||||
message("-----------------------------------------------------------------------------")
|
||||
message("")
|
||||
endif (NOT CMAKE_SYSTEM_NAME MATCHES Linux)
|
||||
|
||||
if (ENABLE_MODEL_TEST AND NOT ENABLE_KDE AND NOT ENABLE_QT5)
|
||||
message("-----------------------------------------------------------------------------")
|
||||
message("-- ENABLING MODEL TESTS!!! RUN UNDER A DEBUGGER, AND DO NOT USE AS RELEASE!!!")
|
||||
|
||||
14
INSTALL
14
INSTALL
@@ -157,20 +157,6 @@ The following options may be passed to CMake:
|
||||
Default: <empty>
|
||||
|
||||
|
||||
Windows/Mac specific:
|
||||
|
||||
-DCANTATA_ICON_THEME=<name>
|
||||
Name of icon theme to package. Currently only humanity and oxygen are
|
||||
supported. Also, humanity requires 2 icons from gnome - for this reason
|
||||
please use the copy from Cantata's googledrive (refer to README for the
|
||||
location)
|
||||
Default: humanity
|
||||
|
||||
-DCANTATA_ICONS_DIR=<path>
|
||||
Path to icons, required for install stage.
|
||||
Default: <empty>
|
||||
|
||||
|
||||
Ubuntu specific:
|
||||
|
||||
-DENABLE_UBUNTU=ON
|
||||
|
||||
52
README
52
README
@@ -917,7 +917,6 @@ This assumes the following folder structure:
|
||||
z:\cantata\src [ Checkout of Cantata's source code ]
|
||||
z:\cantata\build
|
||||
z:\cantata\install [ make install will place target files here ]
|
||||
z:\cantata\icons [ Humanity/Oxygen icons folder ]
|
||||
z:\dev\Qt
|
||||
z:\dev\taglib
|
||||
z:\dev\zlib
|
||||
@@ -931,33 +930,20 @@ s
|
||||
QTDIR=z:\dev\Qt\5.3\mingw482_32
|
||||
PATH=z:\dev\Qt\5.3\mingw482_32\bin;z:\dev\Qt\Tools\mingw482_32\bin;z:\dev\taglib\bin;z:\dev\cmake\bin
|
||||
|
||||
3a. Download Humanity/gnome required for Cantata from the following link
|
||||
https://drive.google.com/file/d/0Bzghs6gQWi60QUxuakFQNWF0VU0/view?usp=sharing
|
||||
|
||||
- OR -
|
||||
|
||||
3b. Download oxygen icons required for Cantata from the following link
|
||||
https://drive.google.com/file/d/0Bzghs6gQWi60cXlvUURjeEVRUms/edit?usp=sharing
|
||||
|
||||
4. Unzip this *within* icons/
|
||||
|
||||
5. Load cantata's CMakeLists.txt in QtCreator, and pass the following to cmake:
|
||||
../src -DCMAKE_BUILD_TYPE=Release -DENABLE_TAGLIB=OFF -DTAGLIB_FOUND=1 -DTAGLIB_INCLUDES=z:/dev/taglib/include -DTAGLIB_LIBRARIES=z:/dev/taglib/lib/libtag.dll.a -DTAGLIB_MP4_FOUND=1 -DTAGLIB_ASF_FOUND=1 -DTAGLIB_CAN_SAVE_ID3VER=1 -DZLIB_INCLUDE_DIR=z:/dev/zlib/include -DZLIB_LIBRARY=z:/dev/zlib/lib/libz.dll.a -DCMAKE_INSTALL_PREFIX=z:/cantata/install -DCANTATA_WINDOWS_INSTALLER_DEST=z:/cantata -DENABLE_QT5=ON -DCANTATA_SSL_LIBS=z:/dev/ssl/libeay32.dll;z:/dev/ssl/ssleay32.dll -DCANTATA_ICONS_DIR=z:/cantata/icons
|
||||
3. Load cantata's CMakeLists.txt in QtCreator, and pass the following to cmake:
|
||||
../src -DCMAKE_BUILD_TYPE=Release -DENABLE_TAGLIB=OFF -DTAGLIB_FOUND=1 -DTAGLIB_INCLUDES=z:/dev/taglib/include -DTAGLIB_LIBRARIES=z:/dev/taglib/lib/libtag.dll.a -DTAGLIB_MP4_FOUND=1 -DTAGLIB_ASF_FOUND=1 -DTAGLIB_CAN_SAVE_ID3VER=1 -DZLIB_INCLUDE_DIR=z:/dev/zlib/include -DZLIB_LIBRARY=z:/dev/zlib/lib/libz.dll.a -DCMAKE_INSTALL_PREFIX=z:/cantata/install -DCANTATA_WINDOWS_INSTALLER_DEST=z:/cantata -DENABLE_QT5=ON -DCANTATA_SSL_LIBS=z:/dev/ssl/libeay32.dll;z:/dev/ssl/ssleay32.dll
|
||||
|
||||
Notes: -DENABLE_TAGLIB=OFF stops cmake from trying to find TagLib, as the
|
||||
TagLib settings have been manually set,
|
||||
|
||||
If using oxygen icons (i.e. you used step 3b not 3a), then also pass
|
||||
-DCANTATA_ICON_THEME=oxygen
|
||||
4. Build via QtCreator
|
||||
|
||||
6. Build via QtCreator
|
||||
|
||||
7. Create an 'install' project in QtCreator
|
||||
5. Create an 'install' project in QtCreator
|
||||
- Projects
|
||||
- Add/Clone Selected
|
||||
- Expand Build Steps, and select install
|
||||
|
||||
8. Build 'install' project via QtCreator
|
||||
6. Build 'install' project via QtCreator
|
||||
|
||||
This build is as per Qt-only, but does not have support for dbus, local dynamic
|
||||
playlists, device support, or replaygain calculation.
|
||||
@@ -969,11 +955,6 @@ Run Nullsoft Scriptable Install System, and use the cantata.nsi that has been
|
||||
generated in the install folder. This will place the setup exe into the install
|
||||
folder as well.
|
||||
|
||||
- OR (Qt4 builds only) -
|
||||
|
||||
Run Inno Setup Compiler, and use the cantata.iss that has been generated in the
|
||||
build folder. This will place the setup exe in z:\cantata
|
||||
|
||||
|
||||
TagLib
|
||||
------
|
||||
@@ -997,7 +978,6 @@ These steps assume the following structure:
|
||||
src/
|
||||
build/
|
||||
install/
|
||||
icons/
|
||||
|
||||
1. Install Qt5.3.1 (or later) from https://qt-project.org/downloads
|
||||
|
||||
@@ -1005,29 +985,17 @@ These steps assume the following structure:
|
||||
|
||||
3. brew install cmake taglib ffmpeg speex
|
||||
|
||||
4a. Download Humanity/gnome required for Cantata from the following link
|
||||
https://drive.google.com/file/d/0Bzghs6gQWi60QUxuakFQNWF0VU0/view?usp=sharing
|
||||
4. Load cantata's CMakeLists.txt in QtCreator, and pass the following to cmake:
|
||||
../src -DCMAKE_PREFIX_PATH=/Users/$USER/Qt/5.3/clang_64/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`pwd`/../install
|
||||
|
||||
- OR -
|
||||
5. Build via QtCreator
|
||||
|
||||
4b. Download oxygen icons required for Cantata from the following link
|
||||
https://drive.google.com/file/d/0Bzghs6gQWi60cXlvUURjeEVRUms/edit?usp=sharing
|
||||
|
||||
5. Unzip this *within* icons/
|
||||
|
||||
6. Load cantata's CMakeLists.txt in QtCreator, and pass the following to cmake:
|
||||
../src -DCMAKE_PREFIX_PATH=/Users/$USER/Qt/5.3/clang_64/ -DCMAKE_BUILD_TYPE=Release -DCANTATA_ICONS_DIR=`pwd`/../icons -DCMAKE_INSTALL_PREFIX=`pwd`/../install
|
||||
|
||||
If using oxygen icons (i.e. you used step 4b not 4a), then also pass -DCANTATA_ICON_THEME=oxygen
|
||||
|
||||
7. Build via QtCreator
|
||||
|
||||
8. Create an 'install' project in QtCreator
|
||||
6. Create an 'install' project in QtCreator
|
||||
- Projects
|
||||
- Add/Clone Selected
|
||||
- Expand Build Steps, and select install
|
||||
|
||||
9. Build 'install' project via QtCreator
|
||||
7. Build 'install' project via QtCreator
|
||||
|
||||
|
||||
Create Installer
|
||||
|
||||
@@ -44,5 +44,5 @@ Application::Application(int &argc, char **argv)
|
||||
QIcon::setThemeSearchPaths(QStringList() << path << paths);
|
||||
}
|
||||
|
||||
QIcon::setThemeName(QLatin1String(CANTATA_ICON_THEME));
|
||||
QIcon::setThemeName(QLatin1String("cantata"));
|
||||
}
|
||||
|
||||
@@ -33,10 +33,8 @@ Application::Application(int &argc, char **argv)
|
||||
#if QT_VERSION >= 0x050000
|
||||
installNativeEventFilter(this);
|
||||
#endif
|
||||
QIcon::setThemeName(QLatin1String(CANTATA_ICON_THEME));
|
||||
if (CANTATA_ICON_THEME!=QLatin1String("oxygen")) {
|
||||
setAttribute(Qt::AA_DontShowIconsInMenus, true);
|
||||
}
|
||||
QIcon::setThemeName(QLatin1String("cantata"));
|
||||
setAttribute(Qt::AA_DontShowIconsInMenus, true);
|
||||
#if QT_VERSION >= 0x050400
|
||||
if (Settings::self()->retinaSupport()) {
|
||||
setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
|
||||
@@ -9,7 +9,5 @@ foreach(qm ${qt_trans})
|
||||
endforeach(qm ${qt_trans})
|
||||
install(FILES ${qt_translations} DESTINATION ${MACOSX_BUNDLE_RESOURCES}/translations/)
|
||||
|
||||
if (CANTATA_ICONS_DIR)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/windows/icons-${CANTATA_ICON_THEME} ${CMAKE_CURRENT_BINARY_DIR}/icons)
|
||||
endif (CANTATA_ICONS_DIR)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/windows/icons ${CMAKE_CURRENT_BINARY_DIR}/icons)
|
||||
|
||||
|
||||
@@ -411,9 +411,9 @@ Icons::Icons()
|
||||
albumIcon=Icon(QStringList() << "media-optical" << "media-optical-audio");
|
||||
podcastIcon=Icon("inode-directory");
|
||||
audioFileIcon=Icon("audio-x-generic");
|
||||
playlistFileIcon=Icon(QStringList() << "view-media-playlist" << "audio-x-mp3-playlist" << "audio-x-generic");
|
||||
playlistFileIcon=Icon(QStringList() << "view-media-playlist" << "audio-x-mp3-playlist" << "playlist" << "audio-x-generic");
|
||||
folderIcon=Icon("inode-directory");
|
||||
dynamicRuleIcon=Icon(QStringList() << "media-playlist-shuffle" << "text-x-generic");
|
||||
dynamicRuleIcon=Icon(QStringList() << "media-playlist-shuffle" << "dynamic-playlist" << "text-x-generic");
|
||||
speakerIcon=Icon(QStringList() << "speaker" << "audio-speakers" << "gnome-volume-control");
|
||||
repeatIcon=createRecolourableIcon("repeat", stdColor);
|
||||
shuffleIcon=createRecolourableIcon("shuffle", stdColor);
|
||||
|
||||
@@ -61,7 +61,7 @@ public:
|
||||
mainText->setAlignment(Qt::AlignBottom);
|
||||
subText->setAlignment(Qt::AlignTop);
|
||||
icon->setAlignment(Qt::AlignCenter);
|
||||
icon->setPixmap(icn.pixmap(64, 64).scaled(icon->width()-2, icon->height()-2, Qt::KeepAspectRatio, Qt::SmoothTransformation));
|
||||
icon->setPixmap(icn.pixmap(96, 96).scaled(icon->width()-2, icon->height()-2, Qt::KeepAspectRatio, Qt::SmoothTransformation));
|
||||
setAutoRaise(true);
|
||||
setLayout(layout);
|
||||
setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
|
||||
|
||||
@@ -65,7 +65,7 @@ TitleWidget::TitleWidget(QWidget *p)
|
||||
mainText->ensurePolished();
|
||||
subText->ensurePolished();
|
||||
int size=mainText->sizeHint().height()+subText->sizeHint().height()+spacing;
|
||||
size=qMax(size, 48);
|
||||
size=Utils::scaleForDpi(qMax(Icon::stdSize(size), 48));
|
||||
image->setFixedSize(size, size);
|
||||
setToolTip(i18n("Click to go back"));
|
||||
spacing=qMin(4, spacing-1);
|
||||
@@ -124,6 +124,8 @@ void TitleWidget::update(const Song &sng, const QIcon &icon, const QString &text
|
||||
}
|
||||
controls->setVisible(true);
|
||||
}
|
||||
subText->setVisible(!sub.isEmpty());
|
||||
mainText->setAlignment(sub.isEmpty() ? Qt::AlignVCenter : Qt::AlignBottom);
|
||||
if (!sng.isEmpty()) {
|
||||
Covers::Image cImg=Covers::self()->requestImage(sng, true);
|
||||
if (!cImg.img.isNull()) {
|
||||
@@ -134,10 +136,8 @@ void TitleWidget::update(const Song &sng, const QIcon &icon, const QString &text
|
||||
if (icon.isNull()) {
|
||||
image->setVisible(false);
|
||||
} else {
|
||||
image->setPixmap(icon.pixmap(64, 64).scaled(image->width()-2, image->height()-2, Qt::KeepAspectRatio, Qt::SmoothTransformation));
|
||||
image->setPixmap(icon.pixmap(96, 96).scaled(image->width()-2, image->height()-2, Qt::KeepAspectRatio, Qt::SmoothTransformation));
|
||||
}
|
||||
subText->setVisible(!sub.isEmpty());
|
||||
mainText->setAlignment(sub.isEmpty() ? Qt::AlignVCenter : Qt::AlignBottom);
|
||||
}
|
||||
|
||||
bool TitleWidget::eventFilter(QObject *o, QEvent *event)
|
||||
|
||||
@@ -12,7 +12,7 @@ set(QT_BINARY_DIR ${QT_DIR}/bin)
|
||||
set(QT_PLUGINS_DIR ${QT_DIR}/plugins)
|
||||
set(QT_TRANSLATIONS_DIR ${QT_DIR}/translations)
|
||||
|
||||
configure_file(cantata-${CANTATA_ICON_THEME}.nsi.cmake ${CMAKE_CURRENT_BINARY_DIR}/cantata.nsi)
|
||||
configure_file(cantata.nsi.cmake ${CMAKE_CURRENT_BINARY_DIR}/cantata.nsi)
|
||||
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cantata.nsi cantata.ico LICENSE.txt "Cantata README.txt" "Qt License (LGPL V2).txt" "TagLib README.txt" DESTINATION ${CMAKE_INSTALL_PREFIX})
|
||||
|
||||
@@ -48,6 +48,4 @@ install(FILES ${qt_translations} DESTINATION ${CMAKE_INSTALL_PREFIX}/translation
|
||||
install(FILES ${EXTRA_WIN_LIBS} DESTINATION ${CMAKE_INSTALL_PREFIX})
|
||||
install(FILES LICENSE.txt DESTINATION ${CMAKE_INSTALL_PREFIX} RENAME "Cantata License (GPL V3).txt")
|
||||
|
||||
if (CANTATA_ICONS_DIR)
|
||||
add_subdirectory(icons-${CANTATA_ICON_THEME})
|
||||
endif (CANTATA_ICONS_DIR)
|
||||
add_subdirectory(icons)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,159 +0,0 @@
|
||||
set(ICON_FILES
|
||||
status/16/dialog-information.svg
|
||||
status/48/media-playlist-shuffle.svg
|
||||
status/48/dialog-information.svg
|
||||
status/128/dialog-information.svg
|
||||
status/24/media-playlist-shuffle.svg
|
||||
status/24/dialog-information.svg
|
||||
status/32/dialog-information.svg
|
||||
status/64/dialog-information.svg
|
||||
status/22/dialog-information.svg
|
||||
devices/16/drive-harddisk.svg
|
||||
devices/16/media-optical.svg
|
||||
devices/16/media-optical-cd.svg
|
||||
devices/16/audio-speakers.png
|
||||
devices/48/drive-harddisk.svg
|
||||
devices/48/media-optical.svg
|
||||
devices/48/media-optical-cd.svg
|
||||
devices/48/audio-speakers.png
|
||||
devices/128/drive-harddisk.svg
|
||||
devices/128/media-optical.svg
|
||||
devices/128/media-optical-cd.svg
|
||||
devices/24/drive-harddisk.svg
|
||||
devices/24/media-optical.svg
|
||||
devices/24/media-optical-cd.svg
|
||||
devices/24/audio-speakers.png
|
||||
devices/32/drive-harddisk.svg
|
||||
devices/32/media-optical.svg
|
||||
devices/32/media-optical-cd.svg
|
||||
devices/32/audio-speakers.png
|
||||
devices/64/drive-harddisk.svg
|
||||
devices/64/media-optical.svg
|
||||
devices/64/media-optical-cd.svg
|
||||
devices/22/drive-harddisk.svg
|
||||
devices/22/media-optical.svg
|
||||
devices/22/media-optical-cd.svg
|
||||
devices/22/audio-speakers.png
|
||||
places/16/folder-documents.svg
|
||||
places/16/folder-templates.svg
|
||||
places/16/folder-publicshare.svg
|
||||
places/16/inode-directory.svg
|
||||
places/16/folder-download.svg
|
||||
places/16/folder.svg
|
||||
places/16/user-desktop.svg
|
||||
places/16/folder-downloads.svg
|
||||
places/16/folder-music.svg
|
||||
places/48/folder-documents.svg
|
||||
places/48/folder-templates.svg
|
||||
places/48/folder-publicshare.svg
|
||||
places/48/inode-directory.svg
|
||||
places/48/folder-download.svg
|
||||
places/48/folder.svg
|
||||
places/48/user-desktop.svg
|
||||
places/48/folder-downloads.svg
|
||||
places/48/folder-music.svg
|
||||
places/128/user-desktop.svg
|
||||
places/24/folder-documents.svg
|
||||
places/24/folder-templates.svg
|
||||
places/24/folder-publicshare.svg
|
||||
places/24/inode-directory.svg
|
||||
places/24/folder-download.svg
|
||||
places/24/folder.svg
|
||||
places/24/user-desktop.svg
|
||||
places/24/folder-downloads.svg
|
||||
places/24/folder-music.svg
|
||||
places/32/folder-documents.svg
|
||||
places/32/folder-templates.svg
|
||||
places/32/folder-publicshare.svg
|
||||
places/32/inode-directory.svg
|
||||
places/32/folder-download.svg
|
||||
places/32/folder.svg
|
||||
places/32/user-desktop.svg
|
||||
places/32/folder-downloads.svg
|
||||
places/32/folder-music.svg
|
||||
places/64/folder-documents.svg
|
||||
places/64/folder-templates.svg
|
||||
places/64/folder-publicshare.svg
|
||||
places/64/inode-directory.svg
|
||||
places/64/folder-download.svg
|
||||
places/64/folder.svg
|
||||
places/64/user-desktop.svg
|
||||
places/64/folder-downloads.svg
|
||||
places/64/folder-music.svg
|
||||
places/22/folder-documents.svg
|
||||
places/22/folder-templates.svg
|
||||
places/22/folder-publicshare.svg
|
||||
places/22/inode-directory.svg
|
||||
places/22/folder-download.svg
|
||||
places/22/folder.svg
|
||||
places/22/user-desktop.svg
|
||||
places/22/folder-downloads.svg
|
||||
places/22/folder-music.svg
|
||||
actions/16/go-down.svg
|
||||
actions/16/gtk-edit.svg
|
||||
actions/16/edit-clear.svg
|
||||
actions/16/go-previous.svg
|
||||
actions/16/go-up.svg
|
||||
actions/16/document-open.svg
|
||||
actions/16/edit-find.png
|
||||
actions/16/document-new.svg
|
||||
actions/16/go-next.svg
|
||||
actions/48/go-down.svg
|
||||
actions/48/gtk-edit.svg
|
||||
actions/48/edit-clear.svg
|
||||
actions/48/gtk-execute.svg
|
||||
actions/48/document-open-recent.svg
|
||||
actions/48/go-previous.svg
|
||||
actions/48/go-up.svg
|
||||
actions/48/document-open.svg
|
||||
actions/48/edit-find.png
|
||||
actions/48/document-new.svg
|
||||
actions/48/go-next.svg
|
||||
actions/128/document-new.svg
|
||||
actions/24/go-down.svg
|
||||
actions/24/gtk-edit.svg
|
||||
actions/24/edit-clear.svg
|
||||
actions/24/gtk-execute.svg
|
||||
actions/24/document-open-recent.svg
|
||||
actions/24/go-previous.svg
|
||||
actions/24/go-up.svg
|
||||
actions/24/document-open.svg
|
||||
actions/24/edit-find.png
|
||||
actions/24/document-new.svg
|
||||
actions/24/go-next.svg
|
||||
actions/32/edit-find.png
|
||||
actions/32/document-new.svg
|
||||
actions/64/document-new.svg
|
||||
actions/22/go-down.svg
|
||||
actions/22/gtk-edit.svg
|
||||
actions/22/document-open-recent.svg
|
||||
actions/22/go-previous.svg
|
||||
actions/22/go-up.svg
|
||||
actions/22/edit-find.png
|
||||
actions/22/document-new.svg
|
||||
actions/22/go-next.svg
|
||||
categories/48/preferences-other.svg
|
||||
categories/24/preferences-other.svg
|
||||
categories/64/preferences-other.svg
|
||||
mimes/16/image-png.svg
|
||||
mimes/16/audio-x-mp3-playlist.svg
|
||||
mimes/16/audio-x-generic.svg
|
||||
mimes/48/image-png.svg
|
||||
mimes/48/audio-x-mp3-playlist.svg
|
||||
mimes/48/audio-x-generic.svg
|
||||
mimes/24/image-png.svg
|
||||
mimes/24/audio-x-mp3-playlist.svg
|
||||
mimes/24/audio-x-generic.svg
|
||||
mimes/22/image-png.svg
|
||||
mimes/22/audio-x-mp3-playlist.svg
|
||||
mimes/22/audio-x-generic.svg
|
||||
apps/16/preferences-desktop-keyboard.svg
|
||||
apps/48/preferences-desktop-keyboard.svg
|
||||
apps/24/preferences-desktop-keyboard.svg
|
||||
)
|
||||
|
||||
foreach(ICON ${ICON_FILES})
|
||||
get_filename_component(ICON_PATH ${ICON} PATH)
|
||||
install(FILES ${CANTATA_ICONS_DIR}/${ICON} DESTINATION ${CANTATA_ICON_INSTALL_PREFIX}/${ICON_PATH})
|
||||
endforeach(ICON ${ICON_FILES})
|
||||
install(FILES gnome.copyright Humanity.copyright index.theme README DESTINATION ${CANTATA_ICON_INSTALL_PREFIX})
|
||||
@@ -1,32 +0,0 @@
|
||||
This package was debianized by Steve Kowalik <stevenk@ubuntu.com> on
|
||||
Tue, 25 Aug 2009 13:41:32 +1000.
|
||||
|
||||
This package was downloaded from https://launchpad.net/humanity/+download
|
||||
|
||||
Upstream Author:
|
||||
Daniel Fore <Daniel.P.Fore@gmail.com>
|
||||
Jonian Guveli <jonian.guveli@gmail.com>
|
||||
K.Vishnoo Charan Reddy <vish@ubuntu.com>.
|
||||
|
||||
License:
|
||||
|
||||
The Humanity Icon Theme is licensed under the GPL v2.
|
||||
|
||||
Parts of the work are based on the Tango icons, which are released under the
|
||||
public domain.
|
||||
|
||||
LibreOffice icons,libreoffice-*.png, are LibreOffice icons and libreoffice-*.svg
|
||||
are modified from LibreOffice icons, which are licenced under CC-by-SA,
|
||||
LGPL 3+, MPL 1.1.
|
||||
|
||||
open-menu-here and pan-{down,end,start,up} icons were taken from the
|
||||
adwaita-icon-theme package, and are licensed under CC-by-SA 3.0.
|
||||
|
||||
The Debian packaging is Copyright Canonical Ltd, and is under the terms of the
|
||||
GPL v3.
|
||||
|
||||
On Debian/Ubuntu systems, the full text of the GPL version 2 can be found in
|
||||
`/usr/share/common-licenses/GPL-2', the full text of the GPL version 3
|
||||
can be found in `/usr/share/common-licenses/GPL-3', and the full text of the
|
||||
LGPL version 3 can be found in `/usr/share/common-licenses/LGPL-3'.
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
The icons included here are (apart from the cantata icon) are taken from the
|
||||
Humanity and gnome icon sets. Only the minimum set of icons needed for Cantata.
|
||||
are included.
|
||||
@@ -1,205 +0,0 @@
|
||||
This package was debianized by Takuo KITAME <kitame@debian.org> on
|
||||
Fri, 17 Jan 2003 14:57:28 +0900.
|
||||
|
||||
It was downloaded from <http://download.gnome.org/sources/gnome-icon-theme/>
|
||||
|
||||
Copyright © 2002-2008:
|
||||
Ulisse Perusin <uli.peru@gmail.com>
|
||||
Riccardo Buzzotta <raozuzu@yahoo.it>
|
||||
Josef Vybíral <cornelius@vybiral.info>
|
||||
Hylke Bons <h.bons@student.rug.nl>
|
||||
Ricardo González <rick@jinlabs.com>
|
||||
Lapo Calamandrei <calamandrei@gmail.com>
|
||||
Rodney Dawes <dobey@novell.com>
|
||||
Luca Ferretti <elle.uca@libero.it>
|
||||
Tuomas Kuosmanen <tigert@gimp.org>
|
||||
Andreas Nilsson <nisses.mail@home.se>
|
||||
Jakub Steiner <jimmac@novell.com>
|
||||
|
||||
Copyright:
|
||||
|
||||
GNOME icon theme is distributed under the terms of either
|
||||
GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
|
||||
|
||||
This work is licenced under the Creative Commons Attribution-Share Alike 3.0
|
||||
United States License. To view a copy of this licence, visit
|
||||
http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
|
||||
Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
|
||||
|
||||
When attributing the artwork, using "GNOME Project" is enough.
|
||||
Please link to http://www.gnome.org where available.
|
||||
|
||||
|
||||
============
|
||||
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
|
||||
This version of the GNU Lesser General Public License incorporates
|
||||
the terms and conditions of version 3 of the GNU General Public
|
||||
License, supplemented by the additional permissions listed below.
|
||||
|
||||
0. Additional Definitions.
|
||||
|
||||
As used herein, "this License" refers to version 3 of the GNU Lesser
|
||||
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
||||
General Public License.
|
||||
|
||||
"The Library" refers to a covered work governed by this License,
|
||||
other than an Application or a Combined Work as defined below.
|
||||
|
||||
An "Application" is any work that makes use of an interface provided
|
||||
by the Library, but which is not otherwise based on the Library.
|
||||
Defining a subclass of a class defined by the Library is deemed a mode
|
||||
of using an interface provided by the Library.
|
||||
|
||||
A "Combined Work" is a work produced by combining or linking an
|
||||
Application with the Library. The particular version of the Library
|
||||
with which the Combined Work was made is also called the "Linked
|
||||
Version".
|
||||
|
||||
The "Minimal Corresponding Source" for a Combined Work means the
|
||||
Corresponding Source for the Combined Work, excluding any source code
|
||||
for portions of the Combined Work that, considered in isolation, are
|
||||
based on the Application, and not on the Linked Version.
|
||||
|
||||
The "Corresponding Application Code" for a Combined Work means the
|
||||
object code and/or source code for the Application, including any data
|
||||
and utility programs needed for reproducing the Combined Work from the
|
||||
Application, but excluding the System Libraries of the Combined Work.
|
||||
|
||||
1. Exception to Section 3 of the GNU GPL.
|
||||
|
||||
You may convey a covered work under sections 3 and 4 of this License
|
||||
without being bound by section 3 of the GNU GPL.
|
||||
|
||||
2. Conveying Modified Versions.
|
||||
|
||||
If you modify a copy of the Library, and, in your modifications, a
|
||||
facility refers to a function or data to be supplied by an Application
|
||||
that uses the facility (other than as an argument passed when the
|
||||
facility is invoked), then you may convey a copy of the modified
|
||||
version:
|
||||
|
||||
a) under this License, provided that you make a good faith effort to
|
||||
ensure that, in the event an Application does not supply the
|
||||
function or data, the facility still operates, and performs
|
||||
whatever part of its purpose remains meaningful, or
|
||||
|
||||
b) under the GNU GPL, with none of the additional permissions of
|
||||
this License applicable to that copy.
|
||||
|
||||
3. Object Code Incorporating Material from Library Header Files.
|
||||
|
||||
The object code form of an Application may incorporate material from
|
||||
a header file that is part of the Library. You may convey such object
|
||||
code under terms of your choice, provided that, if the incorporated
|
||||
material is not limited to numerical parameters, data structure
|
||||
layouts and accessors, or small macros, inline functions and templates
|
||||
(ten or fewer lines in length), you do both of the following:
|
||||
|
||||
a) Give prominent notice with each copy of the object code that the
|
||||
Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the object code with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
4. Combined Works.
|
||||
|
||||
You may convey a Combined Work under terms of your choice that,
|
||||
taken together, effectively do not restrict modification of the
|
||||
portions of the Library contained in the Combined Work and reverse
|
||||
engineering for debugging such modifications, if you also do each of
|
||||
the following:
|
||||
|
||||
a) Give prominent notice with each copy of the Combined Work that
|
||||
the Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
c) For a Combined Work that displays copyright notices during
|
||||
execution, include the copyright notice for the Library among
|
||||
these notices, as well as a reference directing the user to the
|
||||
copies of the GNU GPL and this license document.
|
||||
|
||||
d) Do one of the following:
|
||||
|
||||
0) Convey the Minimal Corresponding Source under the terms of this
|
||||
License, and the Corresponding Application Code in a form
|
||||
suitable for, and under terms that permit, the user to
|
||||
recombine or relink the Application with a modified version of
|
||||
the Linked Version to produce a modified Combined Work, in the
|
||||
manner specified by section 6 of the GNU GPL for conveying
|
||||
Corresponding Source.
|
||||
|
||||
1) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (a) uses at run time
|
||||
a copy of the Library already present on the user's computer
|
||||
system, and (b) will operate properly with a modified version
|
||||
of the Library that is interface-compatible with the Linked
|
||||
Version.
|
||||
|
||||
e) Provide Installation Information, but only if you would otherwise
|
||||
be required to provide such information under section 6 of the
|
||||
GNU GPL, and only to the extent that such information is
|
||||
necessary to install and execute a modified version of the
|
||||
Combined Work produced by recombining or relinking the
|
||||
Application with a modified version of the Linked Version. (If
|
||||
you use option 4d0, the Installation Information must accompany
|
||||
the Minimal Corresponding Source and Corresponding Application
|
||||
Code. If you use option 4d1, you must provide the Installation
|
||||
Information in the manner specified by section 6 of the GNU GPL
|
||||
for conveying Corresponding Source.)
|
||||
|
||||
5. Combined Libraries.
|
||||
|
||||
You may place library facilities that are a work based on the
|
||||
Library side by side in a single library together with other library
|
||||
facilities that are not Applications and are not covered by this
|
||||
License, and convey such a combined library under terms of your
|
||||
choice, if you do both of the following:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work based
|
||||
on the Library, uncombined with any other library facilities,
|
||||
conveyed under the terms of this License.
|
||||
|
||||
b) Give prominent notice with the combined library that part of it
|
||||
is a work based on the Library, and explaining where to find the
|
||||
accompanying uncombined form of the same work.
|
||||
|
||||
6. Revised Versions of the GNU Lesser General Public License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions
|
||||
of the GNU Lesser 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.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Library as you received it specifies that a certain numbered version
|
||||
of the GNU Lesser General Public License "or any later version"
|
||||
applies to it, you have the option of following the terms and
|
||||
conditions either of that published version or of any later version
|
||||
published by the Free Software Foundation. If the Library as you
|
||||
received it does not specify a version number of the GNU Lesser
|
||||
General Public License, you may choose any version of the GNU Lesser
|
||||
General Public License ever published by the Free Software Foundation.
|
||||
|
||||
If the Library as you received it specifies that a proxy can decide
|
||||
whether future versions of the GNU Lesser General Public License shall
|
||||
apply, that proxy's public statement of acceptance of any version is
|
||||
permanent authorization for you to choose that version for the
|
||||
Library.
|
||||
|
||||
|
||||
On Debian GNU/Linux systems, the complete text of the GNU Lesser General
|
||||
Public License can be found in `/usr/share/common-licenses/LGPL-3'.
|
||||
@@ -1,231 +0,0 @@
|
||||
[Icon Theme]
|
||||
Name=Humanity
|
||||
Comment=Smooth modern theme designed to be intuitive.
|
||||
Inherits=Adwaita,hicolor
|
||||
|
||||
Example=directory-x-normal
|
||||
|
||||
#Directory list
|
||||
Directories=actions/16,actions/22,actions/24,actions/32,actions/48,actions/64,actions/128,apps/16,apps/22,apps/24,apps/32,apps/48,apps/64,apps/scalable,categories/24,categories/48,categories/64,devices/16,devices/22,devices/24,devices/32,devices/48,devices/64,devices/128,mimes/16,mimes/22,mimes/24,mimes/48,places/16,places/22,places/24,places/32,places/48,places/64,places/128,status/16,status/22,status/24,status/32,status/48,status/64,status/128
|
||||
|
||||
[actions/16]
|
||||
Size=16
|
||||
Context=Actions
|
||||
Type=Fixed
|
||||
|
||||
[actions/22]
|
||||
Size=22
|
||||
Context=Actions
|
||||
Type=Fixed
|
||||
|
||||
[actions/24]
|
||||
Size=24
|
||||
Context=Actions
|
||||
Type=Fixed
|
||||
|
||||
[actions/32]
|
||||
Size=32
|
||||
Context=Actions
|
||||
Type=Fixed
|
||||
|
||||
[actions/48]
|
||||
Size=48
|
||||
Context=Actions
|
||||
Type=Scalable
|
||||
|
||||
[actions/64]
|
||||
Size=64
|
||||
Context=Actions
|
||||
Type=Scalable
|
||||
|
||||
[actions/128]
|
||||
Size=128
|
||||
MaxSize=512
|
||||
Context=Actions
|
||||
Type=Scalable
|
||||
|
||||
[apps/16]
|
||||
Size=16
|
||||
Context=Applications
|
||||
Type=Fixed
|
||||
|
||||
[apps/22]
|
||||
Size=22
|
||||
Context=Applications
|
||||
Type=Fixed
|
||||
|
||||
[apps/24]
|
||||
Size=24
|
||||
Context=Applications
|
||||
Type=Fixed
|
||||
|
||||
[apps/32]
|
||||
Size=32
|
||||
Context=Applications
|
||||
Type=Fixed
|
||||
|
||||
[apps/48]
|
||||
Size=48
|
||||
MaxSize=512
|
||||
Context=Applications
|
||||
Type=Scalable
|
||||
|
||||
[apps/64]
|
||||
Size=64
|
||||
Context=Applications
|
||||
Type=Fixed
|
||||
|
||||
[apps/scalable]
|
||||
MinSize=1
|
||||
Size=128
|
||||
MaxSize=256
|
||||
Context=Applications
|
||||
Type=Scalable
|
||||
|
||||
[categories/24]
|
||||
Size=24
|
||||
Context=Categories
|
||||
Type=Fixed
|
||||
|
||||
[categories/48]
|
||||
Size=48
|
||||
Context=Categories
|
||||
Type=Scalable
|
||||
|
||||
[categories/64]
|
||||
Size=64
|
||||
MaxSize=512
|
||||
Context=Categories
|
||||
Type=Scalable
|
||||
|
||||
[devices/16]
|
||||
Size=16
|
||||
Context=Devices
|
||||
Type=Fixed
|
||||
|
||||
[devices/22]
|
||||
Size=22
|
||||
Context=Devices
|
||||
Type=Fixed
|
||||
|
||||
[devices/24]
|
||||
Size=24
|
||||
Context=Devices
|
||||
Type=Fixed
|
||||
|
||||
[devices/32]
|
||||
Size=32
|
||||
Context=Devices
|
||||
Type=Fixed
|
||||
|
||||
[devices/48]
|
||||
Size=48
|
||||
MaxSize=512
|
||||
Context=Devices
|
||||
Type=Scalable
|
||||
|
||||
[devices/64]
|
||||
Size=64
|
||||
MaxSize=512
|
||||
Context=Devices
|
||||
Type=Scalable
|
||||
|
||||
[devices/128]
|
||||
Size=128
|
||||
MaxSize=512
|
||||
Context=Devices
|
||||
Type=Scalable
|
||||
|
||||
[mimes/16]
|
||||
Size=16
|
||||
Context=MimeTypes
|
||||
Type=Fixed
|
||||
|
||||
[mimes/22]
|
||||
Size=22
|
||||
Context=MimeTypes
|
||||
Type=Fixed
|
||||
|
||||
[mimes/24]
|
||||
Size=24
|
||||
Context=MimeTypes
|
||||
Type=Fixed
|
||||
|
||||
[mimes/48]
|
||||
Size=48
|
||||
MaxSize=512
|
||||
Context=MimeTypes
|
||||
Type=Scalable
|
||||
|
||||
[places/16]
|
||||
Size=16
|
||||
Context=Places
|
||||
Type=Fixed
|
||||
|
||||
[places/22]
|
||||
Size=22
|
||||
Context=Places
|
||||
Type=Fixed
|
||||
|
||||
[places/24]
|
||||
Size=24
|
||||
Context=Places
|
||||
Type=Fixed
|
||||
|
||||
[places/32]
|
||||
Size=32
|
||||
Context=Places
|
||||
Type=Fixed
|
||||
|
||||
[places/48]
|
||||
Size=48
|
||||
Context=Places
|
||||
Type=Scalable
|
||||
|
||||
[places/64]
|
||||
Size=64
|
||||
MaxSize=512
|
||||
Context=Places
|
||||
Type=Scalable
|
||||
|
||||
[places/128]
|
||||
Size=128
|
||||
MinSize=64
|
||||
MaxSize=512
|
||||
Context=Places
|
||||
Type=Scalable
|
||||
|
||||
[status/16]
|
||||
Size=16
|
||||
Context=Status
|
||||
Type=Fixed
|
||||
|
||||
[status/22]
|
||||
Size=22
|
||||
Context=Status
|
||||
Type=Fixed
|
||||
|
||||
[status/24]
|
||||
Size=24
|
||||
Context=Status
|
||||
Type=Fixed
|
||||
|
||||
[status/32]
|
||||
Size=32
|
||||
Context=Status
|
||||
Type=Fixed
|
||||
|
||||
[status/48]
|
||||
Size=48
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
|
||||
[status/64]
|
||||
Size=64
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
|
||||
[status/128]
|
||||
Size=128
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
@@ -1,235 +0,0 @@
|
||||
set(ICON_FILES
|
||||
32x32/places/server-database.png
|
||||
32x32/places/favorites.png
|
||||
32x32/places/network-server.png
|
||||
32x32/actions/media-playback-pause.png
|
||||
32x32/actions/document-open.png
|
||||
32x32/actions/document-new.png
|
||||
32x32/actions/folder-sync.png
|
||||
32x32/actions/fork.png
|
||||
32x32/actions/view-refresh.png
|
||||
32x32/actions/document-edit.png
|
||||
32x32/actions/list-remove.png
|
||||
32x32/actions/speaker.png
|
||||
32x32/actions/list-add.png
|
||||
32x32/actions/document-save.png
|
||||
32x32/actions/document-save-as.png
|
||||
32x32/actions/dialog-close.png
|
||||
32x32/actions/edit-delete.png
|
||||
32x32/actions/view-media-artist.png
|
||||
32x32/actions/media-skip-forward.png
|
||||
32x32/actions/edit-find.png
|
||||
32x32/actions/application-exit.png
|
||||
32x32/actions/media-playback-start.png
|
||||
32x32/actions/view-media-playlist.png
|
||||
32x32/actions/dialog-ok.png
|
||||
32x32/actions/dialog-cancel.png
|
||||
32x32/actions/media-skip-backward.png
|
||||
32x32/actions/configure.png
|
||||
32x32/actions/edit-clear-list.png
|
||||
32x32/actions/go-previous.png
|
||||
32x32/actions/view-fullscreen.png
|
||||
32x32/actions/process-stop.png
|
||||
32x32/actions/edit-clear-locationbar-rtl.png
|
||||
32x32/actions/edit-rename.png
|
||||
32x32/actions/tools-wizard.png
|
||||
32x32/actions/document-import.png
|
||||
32x32/actions/go-next.png
|
||||
32x32/actions/media-playback-stop.png
|
||||
32x32/actions/document-export.png
|
||||
32x32/actions/edit-clear-locationbar-ltr.png
|
||||
32x32/status/media-playlist-shuffle.png
|
||||
32x32/status/dialog-error.png
|
||||
32x32/status/dialog-warning.png
|
||||
32x32/status/dialog-information.png
|
||||
32x32/status/object-locked.png
|
||||
32x32/mimetypes/inode-directory.png
|
||||
32x32/mimetypes/audio-x-generic.png
|
||||
32x32/categories/preferences-system-network.png
|
||||
32x32/categories/preferences-other.png
|
||||
32x32/categories/applications-internet.png
|
||||
32x32/devices/multimedia-player.png
|
||||
32x32/devices/media-optical.png
|
||||
32x32/apps/system-file-manager.png
|
||||
32x32/apps/preferences-desktop-keyboard.png
|
||||
64x64/status/dialog-error.png
|
||||
64x64/status/dialog-warning.png
|
||||
64x64/status/dialog-information.png
|
||||
64x64/categories/preferences-system-network.png
|
||||
64x64/categories/preferences-other.png
|
||||
64x64/categories/applications-internet.png
|
||||
64x64/devices/multimedia-player.png
|
||||
64x64/devices/media-optical.png
|
||||
64x64/apps/preferences-desktop-keyboard.png
|
||||
22x22/places/server-database.png
|
||||
22x22/places/favorites.png
|
||||
22x22/places/network-server.png
|
||||
22x22/actions/media-playback-pause.png
|
||||
22x22/actions/document-open.png
|
||||
22x22/actions/document-new.png
|
||||
22x22/actions/folder-sync.png
|
||||
22x22/actions/fork.png
|
||||
22x22/actions/view-refresh.png
|
||||
22x22/actions/document-edit.png
|
||||
22x22/actions/list-remove.png
|
||||
22x22/actions/speaker.png
|
||||
22x22/actions/list-add.png
|
||||
22x22/actions/document-save.png
|
||||
22x22/actions/document-save-as.png
|
||||
22x22/actions/dialog-close.png
|
||||
22x22/actions/edit-delete.png
|
||||
22x22/actions/view-media-artist.png
|
||||
22x22/actions/media-skip-forward.png
|
||||
22x22/actions/edit-find.png
|
||||
22x22/actions/application-exit.png
|
||||
22x22/actions/media-playback-start.png
|
||||
22x22/actions/view-media-playlist.png
|
||||
22x22/actions/dialog-ok.png
|
||||
22x22/actions/dialog-cancel.png
|
||||
22x22/actions/media-skip-backward.png
|
||||
22x22/actions/configure.png
|
||||
22x22/actions/edit-clear-list.png
|
||||
22x22/actions/go-previous.png
|
||||
22x22/actions/view-fullscreen.png
|
||||
22x22/actions/process-stop.png
|
||||
22x22/actions/edit-clear-locationbar-rtl.png
|
||||
22x22/actions/edit-rename.png
|
||||
22x22/actions/tools-wizard.png
|
||||
22x22/actions/document-import.png
|
||||
22x22/actions/go-next.png
|
||||
22x22/actions/media-playback-stop.png
|
||||
22x22/actions/document-export.png
|
||||
22x22/actions/edit-clear-locationbar-ltr.png
|
||||
22x22/status/media-playlist-shuffle.png
|
||||
22x22/status/dialog-error.png
|
||||
22x22/status/dialog-warning.png
|
||||
22x22/status/dialog-information.png
|
||||
22x22/status/object-locked.png
|
||||
22x22/mimetypes/inode-directory.png
|
||||
22x22/mimetypes/audio-x-generic.png
|
||||
22x22/categories/preferences-system-network.png
|
||||
22x22/categories/preferences-other.png
|
||||
22x22/categories/applications-internet.png
|
||||
22x22/devices/multimedia-player.png
|
||||
22x22/devices/media-optical.png
|
||||
22x22/apps/system-file-manager.png
|
||||
22x22/apps/preferences-desktop-keyboard.png
|
||||
16x16/places/server-database.png
|
||||
16x16/places/favorites.png
|
||||
16x16/places/network-server.png
|
||||
16x16/actions/media-playback-pause.png
|
||||
16x16/actions/document-open.png
|
||||
16x16/actions/document-new.png
|
||||
16x16/actions/folder-sync.png
|
||||
16x16/actions/fork.png
|
||||
16x16/actions/view-refresh.png
|
||||
16x16/actions/document-edit.png
|
||||
16x16/actions/list-remove.png
|
||||
16x16/actions/speaker.png
|
||||
16x16/actions/list-add.png
|
||||
16x16/actions/document-save.png
|
||||
16x16/actions/document-save-as.png
|
||||
16x16/actions/dialog-close.png
|
||||
16x16/actions/edit-delete.png
|
||||
16x16/actions/view-media-artist.png
|
||||
16x16/actions/media-skip-forward.png
|
||||
16x16/actions/edit-find.png
|
||||
16x16/actions/application-exit.png
|
||||
16x16/actions/media-playback-start.png
|
||||
16x16/actions/view-media-playlist.png
|
||||
16x16/actions/dialog-ok.png
|
||||
16x16/actions/dialog-cancel.png
|
||||
16x16/actions/media-skip-backward.png
|
||||
16x16/actions/configure.png
|
||||
16x16/actions/edit-clear-list.png
|
||||
16x16/actions/go-previous.png
|
||||
16x16/actions/view-fullscreen.png
|
||||
16x16/actions/process-stop.png
|
||||
16x16/actions/edit-clear-locationbar-rtl.png
|
||||
16x16/actions/edit-rename.png
|
||||
16x16/actions/tools-wizard.png
|
||||
16x16/actions/document-import.png
|
||||
16x16/actions/go-next.png
|
||||
16x16/actions/media-playback-stop.png
|
||||
16x16/actions/document-export.png
|
||||
16x16/actions/edit-clear-locationbar-ltr.png
|
||||
16x16/status/media-playlist-shuffle.png
|
||||
16x16/status/dialog-error.png
|
||||
16x16/status/dialog-warning.png
|
||||
16x16/status/dialog-information.png
|
||||
16x16/status/object-locked.png
|
||||
16x16/mimetypes/inode-directory.png
|
||||
16x16/mimetypes/audio-x-generic.png
|
||||
16x16/categories/preferences-system-network.png
|
||||
16x16/categories/preferences-other.png
|
||||
16x16/categories/applications-internet.png
|
||||
16x16/devices/multimedia-player.png
|
||||
16x16/devices/media-optical.png
|
||||
16x16/apps/system-file-manager.png
|
||||
16x16/apps/preferences-desktop-keyboard.png
|
||||
48x48/actions/view-fullscreen.png
|
||||
48x48/actions/fork.png
|
||||
48x48/status/media-playlist-shuffle.png
|
||||
48x48/status/dialog-error.png
|
||||
48x48/status/dialog-warning.png
|
||||
48x48/status/dialog-information.png
|
||||
48x48/status/object-locked.png
|
||||
48x48/categories/preferences-system-network.png
|
||||
48x48/categories/preferences-other.png
|
||||
48x48/categories/applications-internet.png
|
||||
48x48/devices/multimedia-player.png
|
||||
48x48/devices/media-optical.png
|
||||
48x48/apps/preferences-desktop-keyboard.png
|
||||
128x128/categories/applications-internet.png
|
||||
128x128/devices/media-optical.png
|
||||
256x256/categories/applications-internet.png
|
||||
256x256/devices/media-optical.png
|
||||
16x16/places/bookmarks.png
|
||||
16x16/actions/bookmark-new.png
|
||||
32x32/places/bookmarks.png
|
||||
32x32/actions/bookmark-new.png
|
||||
48x48/places/bookmarks.png
|
||||
48x48/actions/bookmark-new.png
|
||||
22x22/places/bookmarks.png
|
||||
22x22/actions/bookmark-new.png
|
||||
22x22/actions/bookmarks.png
|
||||
64x64/places/bookmarks.png
|
||||
64x64/actions/bookmark-new.png
|
||||
32x32/actions/go-up.png
|
||||
22x22/actions/go-up.png
|
||||
16x16/actions/go-up.png
|
||||
64x64/actions/go-down.png
|
||||
48x48/actions/go-down.png
|
||||
32x32/actions/go-down.png
|
||||
22x22/actions/go-down.png
|
||||
16x16/actions/go-down.png
|
||||
22x22/apps/clock.png
|
||||
48x48/apps/clock.png
|
||||
32x32/apps/clock.png
|
||||
64x64/apps/clock.png
|
||||
16x16/apps/clock.png
|
||||
48x48/actions/document-save-as.png
|
||||
48x48/mimetypes/inode-directory.png
|
||||
64x64/mimetypes/inode-directory.png
|
||||
48x48/mimetypes/audio-x-generic.png
|
||||
64x64/mimetypes/audio-x-generic.png
|
||||
64x64/places/folder-temp.png
|
||||
32x32/places/folder-temp.png
|
||||
16x16/places/folder-temp.png
|
||||
48x48/places/folder-temp.png
|
||||
22x22/places/folder-temp.png
|
||||
64x64/places/folder-downloads.png
|
||||
32x32/places/folder-downloads.png
|
||||
16x16/places/folder-downloads.png
|
||||
48x48/places/folder-downloads.png
|
||||
22x22/places/folder-downloads.png
|
||||
)
|
||||
|
||||
foreach(ICON ${ICON_FILES})
|
||||
get_filename_component(ICON_PATH ${ICON} PATH)
|
||||
install(FILES ${CANTATA_ICONS_DIR}/${ICON} DESTINATION ${CANTATA_ICON_INSTALL_PREFIX}/${ICON_PATH})
|
||||
endforeach(ICON ${ICON_FILES})
|
||||
install(FILES index.theme DESTINATION ${CANTATA_ICON_INSTALL_PREFIX})
|
||||
install(FILES "LICENSE.Creative Common Attribution-ShareAlike 3.0 License.html" DESTINATION ${CANTATA_ICON_INSTALL_PREFIX} RENAME "Oxygen License (Creative Common Attribution-ShareAlike 3.0).html")
|
||||
install(FILES LICENSE.LGPL_V3 DESTINATION ${CANTATA_ICON_INSTALL_PREFIX} RENAME "Oxygen License (LGPL V3).txt")
|
||||
install(FILES README DESTINATION ${CANTATA_ICON_INSTALL_PREFIX} RENAME "Oxygen README.txt")
|
||||
@@ -1,528 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
|
||||
|
||||
<title>Creative Commons Legal Code</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="Creative%20Common%20Attribution-ShareAlike%203.0%20License_files/deed3.css" media="screen">
|
||||
<link rel="stylesheet" type="text/css" href="Creative%20Common%20Attribution-ShareAlike%203.0%20License_files/deed3-print.css" media="print">
|
||||
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="http://creativecommons.org/includes/deed3-ie.css" media="screen" /><![endif]-->
|
||||
|
||||
<script type="text/javascript" src="Creative%20Common%20Attribution-ShareAlike%203.0%20License_files/errata.js">
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p id="header" align="center"><a href="http://creativecommons.org/">Creative Commons</a></p>
|
||||
|
||||
<div id="deed" class="green">
|
||||
<div id="deed-head">
|
||||
<div id="cc-logo">
|
||||
<img src="Creative%20Common%20Attribution-ShareAlike%203.0%20License_files/cc-logo.jpg" alt="">
|
||||
</div>
|
||||
|
||||
<h1><span>Creative Commons Legal Code</span></h1>
|
||||
|
||||
<div id="deed-license">
|
||||
<h2>Attribution-ShareAlike 3.0 Unported</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="deed-main">
|
||||
<div id="deed-main-content">
|
||||
<img src="Creative%20Common%20Attribution-ShareAlike%203.0%20License_files/unported.png" alt="">
|
||||
|
||||
<blockquote>
|
||||
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES
|
||||
NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE
|
||||
DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE
|
||||
COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS.
|
||||
CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
|
||||
INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES
|
||||
RESULTING FROM ITS USE.
|
||||
</blockquote>
|
||||
|
||||
<h3><em>License</em></h3>
|
||||
|
||||
<p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS
|
||||
OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR
|
||||
"LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER
|
||||
APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
|
||||
AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS
|
||||
PROHIBITED.</p>
|
||||
|
||||
<p>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU
|
||||
ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE.
|
||||
TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A
|
||||
CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
|
||||
IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
|
||||
CONDITIONS.</p>
|
||||
|
||||
<p><strong>1. Definitions</strong></p>
|
||||
|
||||
<ol type="a">
|
||||
<li><strong>"Adaptation"</strong> means a work based upon
|
||||
the Work, or upon the Work and other pre-existing works,
|
||||
such as a translation, adaptation, derivative work,
|
||||
arrangement of music or other alterations of a literary
|
||||
or artistic work, or phonogram or performance and
|
||||
includes cinematographic adaptations or any other form in
|
||||
which the Work may be recast, transformed, or adapted
|
||||
including in any form recognizably derived from the
|
||||
original, except that a work that constitutes a
|
||||
Collection will not be considered an Adaptation for the
|
||||
purpose of this License. For the avoidance of doubt,
|
||||
where the Work is a musical work, performance or
|
||||
phonogram, the synchronization of the Work in
|
||||
timed-relation with a moving image ("synching") will be
|
||||
considered an Adaptation for the purpose of this
|
||||
License.</li>
|
||||
|
||||
<li><strong>"Collection"</strong> means a collection of
|
||||
literary or artistic works, such as encyclopedias and
|
||||
anthologies, or performances, phonograms or broadcasts,
|
||||
or other works or subject matter other than works listed
|
||||
in Section 1(f) below, which, by reason of the selection
|
||||
and arrangement of their contents, constitute
|
||||
intellectual creations, in which the Work is included in
|
||||
its entirety in unmodified form along with one or more
|
||||
other contributions, each constituting separate and
|
||||
independent works in themselves, which together are
|
||||
assembled into a collective whole. A work that
|
||||
constitutes a Collection will not be considered an
|
||||
Adaptation (as defined below) for the purposes of this
|
||||
License.</li>
|
||||
|
||||
<li><strong>"Creative Commons Compatible
|
||||
License"</strong> means a license that is listed at
|
||||
http://creativecommons.org/compatiblelicenses that has
|
||||
been approved by Creative Commons as being essentially
|
||||
equivalent to this License, including, at a minimum,
|
||||
because that license: (i) contains terms that have the
|
||||
same purpose, meaning and effect as the License Elements
|
||||
of this License; and, (ii) explicitly permits the
|
||||
relicensing of adaptations of works made available under
|
||||
that license under this License or a Creative Commons
|
||||
jurisdiction license with the same License Elements as
|
||||
this License.</li>
|
||||
|
||||
<li><strong>"Distribute"</strong> means to make available
|
||||
to the public the original and copies of the Work or
|
||||
Adaptation, as appropriate, through sale or other
|
||||
transfer of ownership.</li>
|
||||
|
||||
<li><strong>"License Elements"</strong> means the
|
||||
following high-level license attributes as selected by
|
||||
Licensor and indicated in the title of this License:
|
||||
Attribution, ShareAlike.</li>
|
||||
|
||||
<li><strong>"Licensor"</strong> means the individual,
|
||||
individuals, entity or entities that offer(s) the Work
|
||||
under the terms of this License.</li>
|
||||
|
||||
<li><strong>"Original Author"</strong> means, in the case
|
||||
of a literary or artistic work, the individual,
|
||||
individuals, entity or entities who created the Work or
|
||||
if no individual or entity can be identified, the
|
||||
publisher; and in addition (i) in the case of a
|
||||
performance the actors, singers, musicians, dancers, and
|
||||
other persons who act, sing, deliver, declaim, play in,
|
||||
interpret or otherwise perform literary or artistic works
|
||||
or expressions of folklore; (ii) in the case of a
|
||||
phonogram the producer being the person or legal entity
|
||||
who first fixes the sounds of a performance or other
|
||||
sounds; and, (iii) in the case of broadcasts, the
|
||||
organization that transmits the broadcast.</li>
|
||||
|
||||
<li><strong>"Work"</strong> means the literary and/or
|
||||
artistic work offered under the terms of this License
|
||||
including without limitation any production in the
|
||||
literary, scientific and artistic domain, whatever may be
|
||||
the mode or form of its expression including digital
|
||||
form, such as a book, pamphlet and other writing; a
|
||||
lecture, address, sermon or other work of the same
|
||||
nature; a dramatic or dramatico-musical work; a
|
||||
choreographic work or entertainment in dumb show; a
|
||||
musical composition with or without words; a
|
||||
cinematographic work to which are assimilated works
|
||||
expressed by a process analogous to cinematography; a
|
||||
work of drawing, painting, architecture, sculpture,
|
||||
engraving or lithography; a photographic work to which
|
||||
are assimilated works expressed by a process analogous to
|
||||
photography; a work of applied art; an illustration, map,
|
||||
plan, sketch or three-dimensional work relative to
|
||||
geography, topography, architecture or science; a
|
||||
performance; a broadcast; a phonogram; a compilation of
|
||||
data to the extent it is protected as a copyrightable
|
||||
work; or a work performed by a variety or circus
|
||||
performer to the extent it is not otherwise considered a
|
||||
literary or artistic work.</li>
|
||||
|
||||
<li><strong>"You"</strong> means an individual or entity
|
||||
exercising rights under this License who has not
|
||||
previously violated the terms of this License with
|
||||
respect to the Work, or who has received express
|
||||
permission from the Licensor to exercise rights under
|
||||
this License despite a previous violation.</li>
|
||||
|
||||
<li><strong>"Publicly Perform"</strong> means to perform
|
||||
public recitations of the Work and to communicate to the
|
||||
public those public recitations, by any means or process,
|
||||
including by wire or wireless means or public digital
|
||||
performances; to make available to the public Works in
|
||||
such a way that members of the public may access these
|
||||
Works from a place and at a place individually chosen by
|
||||
them; to perform the Work to the public by any means or
|
||||
process and the communication to the public of the
|
||||
performances of the Work, including by public digital
|
||||
performance; to broadcast and rebroadcast the Work by any
|
||||
means including signs, sounds or images.</li>
|
||||
|
||||
<li><strong>"Reproduce"</strong> means to make copies of
|
||||
the Work by any means including without limitation by
|
||||
sound or visual recordings and the right of fixation and
|
||||
reproducing fixations of the Work, including storage of a
|
||||
protected performance or phonogram in digital form or
|
||||
other electronic medium.</li>
|
||||
</ol>
|
||||
|
||||
<p><strong>2. Fair Dealing Rights.</strong> Nothing in this
|
||||
License is intended to reduce, limit, or restrict any uses
|
||||
free from copyright or rights arising from limitations or
|
||||
exceptions that are provided for in connection with the
|
||||
copyright protection under copyright law or other
|
||||
applicable laws.</p>
|
||||
|
||||
<p><strong>3. License Grant.</strong> Subject to the terms
|
||||
and conditions of this License, Licensor hereby grants You
|
||||
a worldwide, royalty-free, non-exclusive, perpetual (for
|
||||
the duration of the applicable copyright) license to
|
||||
exercise the rights in the Work as stated below:</p>
|
||||
|
||||
<ol type="a">
|
||||
<li>to Reproduce the Work, to incorporate the Work into
|
||||
one or more Collections, and to Reproduce the Work as
|
||||
incorporated in the Collections;</li>
|
||||
|
||||
<li>to create and Reproduce Adaptations provided that any
|
||||
such Adaptation, including any translation in any medium,
|
||||
takes reasonable steps to clearly label, demarcate or
|
||||
otherwise identify that changes were made to the original
|
||||
Work. For example, a translation could be marked "The
|
||||
original work was translated from English to Spanish," or
|
||||
a modification could indicate "The original work has been
|
||||
modified.";</li>
|
||||
|
||||
<li>to Distribute and Publicly Perform the Work including
|
||||
as incorporated in Collections; and,</li>
|
||||
|
||||
<li>to Distribute and Publicly Perform Adaptations.</li>
|
||||
|
||||
<li>
|
||||
<p>For the avoidance of doubt:</p>
|
||||
|
||||
<ol type="i">
|
||||
<li><strong>Non-waivable Compulsory License
|
||||
Schemes</strong>. In those jurisdictions in which the
|
||||
right to collect royalties through any statutory or
|
||||
compulsory licensing scheme cannot be waived, the
|
||||
Licensor reserves the exclusive right to collect such
|
||||
royalties for any exercise by You of the rights
|
||||
granted under this License;</li>
|
||||
|
||||
<li><strong>Waivable Compulsory License
|
||||
Schemes</strong>. In those jurisdictions in which the
|
||||
right to collect royalties through any statutory or
|
||||
compulsory licensing scheme can be waived, the
|
||||
Licensor waives the exclusive right to collect such
|
||||
royalties for any exercise by You of the rights
|
||||
granted under this License; and,</li>
|
||||
|
||||
<li><strong>Voluntary License Schemes</strong>. The
|
||||
Licensor waives the right to collect royalties,
|
||||
whether individually or, in the event that the
|
||||
Licensor is a member of a collecting society that
|
||||
administers voluntary licensing schemes, via that
|
||||
society, from any exercise by You of the rights
|
||||
granted under this License.</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p>The above rights may be exercised in all media and
|
||||
formats whether now known or hereafter devised. The above
|
||||
rights include the right to make such modifications as are
|
||||
technically necessary to exercise the rights in other media
|
||||
and formats. Subject to Section 8(f), all rights not
|
||||
expressly granted by Licensor are hereby reserved.</p>
|
||||
|
||||
<p><strong>4. Restrictions.</strong> The license granted in
|
||||
Section 3 above is expressly made subject to and limited by
|
||||
the following restrictions:</p>
|
||||
|
||||
<ol type="a">
|
||||
<li>You may Distribute or Publicly Perform the Work only
|
||||
under the terms of this License. You must include a copy
|
||||
of, or the Uniform Resource Identifier (URI) for, this
|
||||
License with every copy of the Work You Distribute or
|
||||
Publicly Perform. You may not offer or impose any terms
|
||||
on the Work that restrict the terms of this License or
|
||||
the ability of the recipient of the Work to exercise the
|
||||
rights granted to that recipient under the terms of the
|
||||
License. You may not sublicense the Work. You must keep
|
||||
intact all notices that refer to this License and to the
|
||||
disclaimer of warranties with every copy of the Work You
|
||||
Distribute or Publicly Perform. When You Distribute or
|
||||
Publicly Perform the Work, You may not impose any
|
||||
effective technological measures on the Work that
|
||||
restrict the ability of a recipient of the Work from You
|
||||
to exercise the rights granted to that recipient under
|
||||
the terms of the License. This Section 4(a) applies to
|
||||
the Work as incorporated in a Collection, but this does
|
||||
not require the Collection apart from the Work itself to
|
||||
be made subject to the terms of this License. If You
|
||||
create a Collection, upon notice from any Licensor You
|
||||
must, to the extent practicable, remove from the
|
||||
Collection any credit as required by Section 4(c), as
|
||||
requested. If You create an Adaptation, upon notice from
|
||||
any Licensor You must, to the extent practicable, remove
|
||||
from the Adaptation any credit as required by Section
|
||||
4(c), as requested.</li>
|
||||
|
||||
<li>You may Distribute or Publicly Perform an Adaptation
|
||||
only under the terms of: (i) this License; (ii) a later
|
||||
version of this License with the same License Elements as
|
||||
this License; (iii) a Creative Commons jurisdiction
|
||||
license (either this or a later license version) that
|
||||
contains the same License Elements as this License (e.g.,
|
||||
Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons
|
||||
Compatible License. If you license the Adaptation under
|
||||
one of the licenses mentioned in (iv), you must comply
|
||||
with the terms of that license. If you license the
|
||||
Adaptation under the terms of any of the licenses
|
||||
mentioned in (i), (ii) or (iii) (the "Applicable
|
||||
License"), you must comply with the terms of the
|
||||
Applicable License generally and the following
|
||||
provisions: (I) You must include a copy of, or the URI
|
||||
for, the Applicable License with every copy of each
|
||||
Adaptation You Distribute or Publicly Perform; (II) You
|
||||
may not offer or impose any terms on the Adaptation that
|
||||
restrict the terms of the Applicable License or the
|
||||
ability of the recipient of the Adaptation to exercise
|
||||
the rights granted to that recipient under the terms of
|
||||
the Applicable License; (III) You must keep intact all
|
||||
notices that refer to the Applicable License and to the
|
||||
disclaimer of warranties with every copy of the Work as
|
||||
included in the Adaptation You Distribute or Publicly
|
||||
Perform; (IV) when You Distribute or Publicly Perform the
|
||||
Adaptation, You may not impose any effective
|
||||
technological measures on the Adaptation that restrict
|
||||
the ability of a recipient of the Adaptation from You to
|
||||
exercise the rights granted to that recipient under the
|
||||
terms of the Applicable License. This Section 4(b)
|
||||
applies to the Adaptation as incorporated in a
|
||||
Collection, but this does not require the Collection
|
||||
apart from the Adaptation itself to be made subject to
|
||||
the terms of the Applicable License.</li>
|
||||
|
||||
<li>If You Distribute, or Publicly Perform the Work or
|
||||
any Adaptations or Collections, You must, unless a
|
||||
request has been made pursuant to Section 4(a), keep
|
||||
intact all copyright notices for the Work and provide,
|
||||
reasonable to the medium or means You are utilizing: (i)
|
||||
the name of the Original Author (or pseudonym, if
|
||||
applicable) if supplied, and/or if the Original Author
|
||||
and/or Licensor designate another party or parties (e.g.,
|
||||
a sponsor institute, publishing entity, journal) for
|
||||
attribution ("Attribution Parties") in Licensor's
|
||||
copyright notice, terms of service or by other reasonable
|
||||
means, the name of such party or parties; (ii) the title
|
||||
of the Work if supplied; (iii) to the extent reasonably
|
||||
practicable, the URI, if any, that Licensor specifies to
|
||||
be associated with the Work, unless such URI does not
|
||||
refer to the copyright notice or licensing information
|
||||
for the Work; and (iv) , consistent with Ssection 3(b),
|
||||
in the case of an Adaptation, a credit identifying the
|
||||
use of the Work in the Adaptation (e.g., "French
|
||||
translation of the Work by Original Author," or
|
||||
"Screenplay based on original Work by Original Author").
|
||||
The credit required by this Section 4(c) may be
|
||||
implemented in any reasonable manner; provided, however,
|
||||
that in the case of a Adaptation or Collection, at a
|
||||
minimum such credit will appear, if a credit for all
|
||||
contributing authors of the Adaptation or Collection
|
||||
appears, then as part of these credits and in a manner at
|
||||
least as prominent as the credits for the other
|
||||
contributing authors. For the avoidance of doubt, You may
|
||||
only use the credit required by this Section for the
|
||||
purpose of attribution in the manner set out above and,
|
||||
by exercising Your rights under this License, You may not
|
||||
implicitly or explicitly assert or imply any connection
|
||||
with, sponsorship or endorsement by the Original Author,
|
||||
Licensor and/or Attribution Parties, as appropriate, of
|
||||
You or Your use of the Work, without the separate,
|
||||
express prior written permission of the Original Author,
|
||||
Licensor and/or Attribution Parties.</li>
|
||||
|
||||
<li>Except as otherwise agreed in writing by the Licensor
|
||||
or as may be otherwise permitted by applicable law, if
|
||||
You Reproduce, Distribute or Publicly Perform the Work
|
||||
either by itself or as part of any Adaptations or
|
||||
Collections, You must not distort, mutilate, modify or
|
||||
take other derogatory action in relation to the Work
|
||||
which would be prejudicial to the Original Author's honor
|
||||
or reputation. Licensor agrees that in those
|
||||
jurisdictions (e.g. Japan), in which any exercise of the
|
||||
right granted in Section 3(b) of this License (the right
|
||||
to make Adaptations) would be deemed to be a distortion,
|
||||
mutilation, modification or other derogatory action
|
||||
prejudicial to the Original Author's honor and
|
||||
reputation, the Licensor will waive or not assert, as
|
||||
appropriate, this Section, to the fullest extent
|
||||
permitted by the applicable national law, to enable You
|
||||
to reasonably exercise Your right under Section 3(b) of
|
||||
this License (right to make Adaptations) but not
|
||||
otherwise.</li>
|
||||
</ol>
|
||||
|
||||
<p><strong>5. Representations, Warranties and
|
||||
Disclaimer</strong></p>
|
||||
|
||||
<p>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN
|
||||
WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO
|
||||
REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE
|
||||
WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
|
||||
WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE
|
||||
ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE
|
||||
PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
|
||||
SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
|
||||
WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.</p>
|
||||
|
||||
<p><strong>6. Limitation on Liability.</strong> EXCEPT TO
|
||||
THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL
|
||||
LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY
|
||||
SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY
|
||||
DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK,
|
||||
EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.</p>
|
||||
|
||||
<p><strong>7. Termination</strong></p>
|
||||
|
||||
<ol type="a">
|
||||
<li>This License and the rights granted hereunder will
|
||||
terminate automatically upon any breach by You of the
|
||||
terms of this License. Individuals or entities who have
|
||||
received Adaptations or Collections from You under this
|
||||
License, however, will not have their licenses terminated
|
||||
provided such individuals or entities remain in full
|
||||
compliance with those licenses. Sections 1, 2, 5, 6, 7,
|
||||
and 8 will survive any termination of this License.</li>
|
||||
|
||||
<li>Subject to the above terms and conditions, the
|
||||
license granted here is perpetual (for the duration of
|
||||
the applicable copyright in the Work). Notwithstanding
|
||||
the above, Licensor reserves the right to release the
|
||||
Work under different license terms or to stop
|
||||
distributing the Work at any time; provided, however that
|
||||
any such election will not serve to withdraw this License
|
||||
(or any other license that has been, or is required to
|
||||
be, granted under the terms of this License), and this
|
||||
License will continue in full force and effect unless
|
||||
terminated as stated above.</li>
|
||||
</ol>
|
||||
|
||||
<p><strong>8. Miscellaneous</strong></p>
|
||||
|
||||
<ol type="a">
|
||||
<li>Each time You Distribute or Publicly Perform the Work
|
||||
or a Collection, the Licensor offers to the recipient a
|
||||
license to the Work on the same terms and conditions as
|
||||
the license granted to You under this License.</li>
|
||||
|
||||
<li>Each time You Distribute or Publicly Perform an
|
||||
Adaptation, Licensor offers to the recipient a license to
|
||||
the original Work on the same terms and conditions as the
|
||||
license granted to You under this License.</li>
|
||||
|
||||
<li>If any provision of this License is invalid or
|
||||
unenforceable under applicable law, it shall not affect
|
||||
the validity or enforceability of the remainder of the
|
||||
terms of this License, and without further action by the
|
||||
parties to this agreement, such provision shall be
|
||||
reformed to the minimum extent necessary to make such
|
||||
provision valid and enforceable.</li>
|
||||
|
||||
<li>No term or provision of this License shall be deemed
|
||||
waived and no breach consented to unless such waiver or
|
||||
consent shall be in writing and signed by the party to be
|
||||
charged with such waiver or consent.</li>
|
||||
|
||||
<li>This License constitutes the entire agreement between
|
||||
the parties with respect to the Work licensed here. There
|
||||
are no understandings, agreements or representations with
|
||||
respect to the Work not specified here. Licensor shall
|
||||
not be bound by any additional provisions that may appear
|
||||
in any communication from You. This License may not be
|
||||
modified without the mutual written agreement of the
|
||||
Licensor and You.</li>
|
||||
|
||||
<li>The rights granted under, and the subject matter
|
||||
referenced, in this License were drafted utilizing the
|
||||
terminology of the Berne Convention for the Protection of
|
||||
Literary and Artistic Works (as amended on September 28,
|
||||
1979), the Rome Convention of 1961, the WIPO Copyright
|
||||
Treaty of 1996, the WIPO Performances and Phonograms
|
||||
Treaty of 1996 and the Universal Copyright Convention (as
|
||||
revised on July 24, 1971). These rights and subject
|
||||
matter take effect in the relevant jurisdiction in which
|
||||
the License terms are sought to be enforced according to
|
||||
the corresponding provisions of the implementation of
|
||||
those treaty provisions in the applicable national law.
|
||||
If the standard suite of rights granted under applicable
|
||||
copyright law includes additional rights not granted
|
||||
under this License, such additional rights are deemed to
|
||||
be included in the License; this License is not intended
|
||||
to restrict the license of any rights under applicable
|
||||
law.</li>
|
||||
</ol>
|
||||
<!-- BREAKOUT FOR CC NOTICE. NOT A PART OF THE LICENSE -->
|
||||
|
||||
<blockquote>
|
||||
<h3>Creative Commons Notice</h3>
|
||||
|
||||
<p>Creative Commons is not a party to this License, and
|
||||
makes no warranty whatsoever in connection with the Work.
|
||||
Creative Commons will not be liable to You or any party
|
||||
on any legal theory for any damages whatsoever, including
|
||||
without limitation any general, special, incidental or
|
||||
consequential damages arising in connection to this
|
||||
license. Notwithstanding the foregoing two (2) sentences,
|
||||
if Creative Commons has expressly identified itself as
|
||||
the Licensor hereunder, it shall have all rights and
|
||||
obligations of Licensor.</p>
|
||||
|
||||
<p>Except for the limited purpose of indicating to the
|
||||
public that the Work is licensed under the CCPL, Creative
|
||||
Commons does not authorize the use by either party of the
|
||||
trademark "Creative Commons" or any related trademark or
|
||||
logo of Creative Commons without the prior written
|
||||
consent of Creative Commons. Any permitted use will be in
|
||||
compliance with Creative Commons' then-current trademark
|
||||
usage guidelines, as may be published on its website or
|
||||
otherwise made available upon request from time to time.
|
||||
For the avoidance of doubt, this trademark restriction
|
||||
does not form part of the License.</p>
|
||||
|
||||
<p>Creative Commons may be contacted at <a href="http://creativecommons.org/">http://creativecommons.org/</a>.</p>
|
||||
</blockquote><!-- END CC NOTICE -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="deed-foot">
|
||||
<p id="footer"><a href="https://creativecommons.org/licenses/by-sa/3.0/">« Back to Commons Deed</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
||||
@@ -1,165 +0,0 @@
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
|
||||
This version of the GNU Lesser General Public License incorporates
|
||||
the terms and conditions of version 3 of the GNU General Public
|
||||
License, supplemented by the additional permissions listed below.
|
||||
|
||||
0. Additional Definitions.
|
||||
|
||||
As used herein, "this License" refers to version 3 of the GNU Lesser
|
||||
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
||||
General Public License.
|
||||
|
||||
"The Library" refers to a covered work governed by this License,
|
||||
other than an Application or a Combined Work as defined below.
|
||||
|
||||
An "Application" is any work that makes use of an interface provided
|
||||
by the Library, but which is not otherwise based on the Library.
|
||||
Defining a subclass of a class defined by the Library is deemed a mode
|
||||
of using an interface provided by the Library.
|
||||
|
||||
A "Combined Work" is a work produced by combining or linking an
|
||||
Application with the Library. The particular version of the Library
|
||||
with which the Combined Work was made is also called the "Linked
|
||||
Version".
|
||||
|
||||
The "Minimal Corresponding Source" for a Combined Work means the
|
||||
Corresponding Source for the Combined Work, excluding any source code
|
||||
for portions of the Combined Work that, considered in isolation, are
|
||||
based on the Application, and not on the Linked Version.
|
||||
|
||||
The "Corresponding Application Code" for a Combined Work means the
|
||||
object code and/or source code for the Application, including any data
|
||||
and utility programs needed for reproducing the Combined Work from the
|
||||
Application, but excluding the System Libraries of the Combined Work.
|
||||
|
||||
1. Exception to Section 3 of the GNU GPL.
|
||||
|
||||
You may convey a covered work under sections 3 and 4 of this License
|
||||
without being bound by section 3 of the GNU GPL.
|
||||
|
||||
2. Conveying Modified Versions.
|
||||
|
||||
If you modify a copy of the Library, and, in your modifications, a
|
||||
facility refers to a function or data to be supplied by an Application
|
||||
that uses the facility (other than as an argument passed when the
|
||||
facility is invoked), then you may convey a copy of the modified
|
||||
version:
|
||||
|
||||
a) under this License, provided that you make a good faith effort to
|
||||
ensure that, in the event an Application does not supply the
|
||||
function or data, the facility still operates, and performs
|
||||
whatever part of its purpose remains meaningful, or
|
||||
|
||||
b) under the GNU GPL, with none of the additional permissions of
|
||||
this License applicable to that copy.
|
||||
|
||||
3. Object Code Incorporating Material from Library Header Files.
|
||||
|
||||
The object code form of an Application may incorporate material from
|
||||
a header file that is part of the Library. You may convey such object
|
||||
code under terms of your choice, provided that, if the incorporated
|
||||
material is not limited to numerical parameters, data structure
|
||||
layouts and accessors, or small macros, inline functions and templates
|
||||
(ten or fewer lines in length), you do both of the following:
|
||||
|
||||
a) Give prominent notice with each copy of the object code that the
|
||||
Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the object code with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
4. Combined Works.
|
||||
|
||||
You may convey a Combined Work under terms of your choice that,
|
||||
taken together, effectively do not restrict modification of the
|
||||
portions of the Library contained in the Combined Work and reverse
|
||||
engineering for debugging such modifications, if you also do each of
|
||||
the following:
|
||||
|
||||
a) Give prominent notice with each copy of the Combined Work that
|
||||
the Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
c) For a Combined Work that displays copyright notices during
|
||||
execution, include the copyright notice for the Library among
|
||||
these notices, as well as a reference directing the user to the
|
||||
copies of the GNU GPL and this license document.
|
||||
|
||||
d) Do one of the following:
|
||||
|
||||
0) Convey the Minimal Corresponding Source under the terms of this
|
||||
License, and the Corresponding Application Code in a form
|
||||
suitable for, and under terms that permit, the user to
|
||||
recombine or relink the Application with a modified version of
|
||||
the Linked Version to produce a modified Combined Work, in the
|
||||
manner specified by section 6 of the GNU GPL for conveying
|
||||
Corresponding Source.
|
||||
|
||||
1) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (a) uses at run time
|
||||
a copy of the Library already present on the user's computer
|
||||
system, and (b) will operate properly with a modified version
|
||||
of the Library that is interface-compatible with the Linked
|
||||
Version.
|
||||
|
||||
e) Provide Installation Information, but only if you would otherwise
|
||||
be required to provide such information under section 6 of the
|
||||
GNU GPL, and only to the extent that such information is
|
||||
necessary to install and execute a modified version of the
|
||||
Combined Work produced by recombining or relinking the
|
||||
Application with a modified version of the Linked Version. (If
|
||||
you use option 4d0, the Installation Information must accompany
|
||||
the Minimal Corresponding Source and Corresponding Application
|
||||
Code. If you use option 4d1, you must provide the Installation
|
||||
Information in the manner specified by section 6 of the GNU GPL
|
||||
for conveying Corresponding Source.)
|
||||
|
||||
5. Combined Libraries.
|
||||
|
||||
You may place library facilities that are a work based on the
|
||||
Library side by side in a single library together with other library
|
||||
facilities that are not Applications and are not covered by this
|
||||
License, and convey such a combined library under terms of your
|
||||
choice, if you do both of the following:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work based
|
||||
on the Library, uncombined with any other library facilities,
|
||||
conveyed under the terms of this License.
|
||||
|
||||
b) Give prominent notice with the combined library that part of it
|
||||
is a work based on the Library, and explaining where to find the
|
||||
accompanying uncombined form of the same work.
|
||||
|
||||
6. Revised Versions of the GNU Lesser General Public License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions
|
||||
of the GNU Lesser 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.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Library as you received it specifies that a certain numbered version
|
||||
of the GNU Lesser General Public License "or any later version"
|
||||
applies to it, you have the option of following the terms and
|
||||
conditions either of that published version or of any later version
|
||||
published by the Free Software Foundation. If the Library as you
|
||||
received it does not specify a version number of the GNU Lesser
|
||||
General Public License, you may choose any version of the GNU Lesser
|
||||
General Public License ever published by the Free Software Foundation.
|
||||
|
||||
If the Library as you received it specifies that a proxy can decide
|
||||
whether future versions of the GNU Lesser General Public License shall
|
||||
apply, that proxy's public statement of acceptance of any version is
|
||||
permanent authorization for you to choose that version for the
|
||||
Library.
|
||||
@@ -1,6 +0,0 @@
|
||||
The icons included here are (apart from the cantata icon) are taken from the
|
||||
Oxygen icon project (http://www.oxygen-icons.org/). Only the minimum set of
|
||||
icons needed for Cantata are included.
|
||||
|
||||
Oxygen icon theme is dual licensed. To facilitate this, a copy of each license
|
||||
is included.
|
||||
@@ -1,223 +0,0 @@
|
||||
[Icon Theme]
|
||||
Name=Oxygen
|
||||
Comment=Oxygen Team
|
||||
DisplayDepth=32
|
||||
Inherits=hicolor
|
||||
Example=folder
|
||||
DesktopDefault=48
|
||||
DesktopSizes=16,22,32,48,64,128,256
|
||||
ToolbarDefault=22
|
||||
ToolbarSizes=16,22,32,48
|
||||
MainToolbarDefault=22
|
||||
MainToolbarSizes=16,22,32,48
|
||||
SmallDefault=16
|
||||
SmallSizes=16,22,32,48
|
||||
PanelDefault=32
|
||||
PanelSizes=16,22,32,48,64,128,256
|
||||
DialogDefault=32
|
||||
DialogSizes=16,22,32,48,64,128,256
|
||||
|
||||
Directories=16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/mimetypes,16x16/places,16x16/status,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/mimetypes,22x22/places,22x22/status,32x32/actions,32x32/apps,32x32/categories,32x32/devices,32x32/mimetypes,32x32/places,32x32/status,48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/mimetypes,48x48/places,48x48/status,64x64/apps,64x64/categories,64x64/devices,64x64/mimetypes,64x64/places,64x64/status,128x128/categories,128x128/devices,256x256/categories,256x256/devices,scalable/apps
|
||||
|
||||
[16x16/actions]
|
||||
Size=16
|
||||
Context=Actions
|
||||
Type=Threshold
|
||||
|
||||
[16x16/apps]
|
||||
Size=16
|
||||
Context=Applications
|
||||
Type=Threshold
|
||||
|
||||
[16x16/categories]
|
||||
Size=16
|
||||
Context=Categories
|
||||
Type=Threshold
|
||||
|
||||
[16x16/devices]
|
||||
Size=16
|
||||
Context=Devices
|
||||
Type=Threshold
|
||||
|
||||
[16x16/mimetypes]
|
||||
Size=16
|
||||
Context=MimeTypes
|
||||
Type=Threshold
|
||||
|
||||
[16x16/places]
|
||||
Size=16
|
||||
Context=Places
|
||||
Type=Threshold
|
||||
|
||||
[16x16/status]
|
||||
Size=16
|
||||
Context=Status
|
||||
Type=Threshold
|
||||
|
||||
[22x22/actions]
|
||||
Size=22
|
||||
Context=Actions
|
||||
Type=Threshold
|
||||
|
||||
[22x22/animations]
|
||||
Size=22
|
||||
Context=Status
|
||||
Type=Threshold
|
||||
|
||||
[22x22/apps]
|
||||
Size=22
|
||||
Context=Applications
|
||||
Type=Threshold
|
||||
|
||||
[22x22/categories]
|
||||
Size=22
|
||||
Context=Categories
|
||||
Type=Threshold
|
||||
|
||||
[22x22/devices]
|
||||
Size=22
|
||||
Context=Devices
|
||||
Type=Threshold
|
||||
|
||||
[22x22/mimetypes]
|
||||
Size=22
|
||||
Context=MimeTypes
|
||||
Type=Threshold
|
||||
|
||||
[22x22/places]
|
||||
Size=22
|
||||
Context=Places
|
||||
Type=Threshold
|
||||
|
||||
[22x22/status]
|
||||
Size=22
|
||||
Context=Status
|
||||
Type=Threshold
|
||||
|
||||
[32x32/actions]
|
||||
Size=32
|
||||
Context=Actions
|
||||
Type=Threshold
|
||||
|
||||
[32x32/apps]
|
||||
Size=32
|
||||
Context=Applications
|
||||
Type=Threshold
|
||||
|
||||
[32x32/categories]
|
||||
Size=32
|
||||
Context=Categories
|
||||
Type=Threshold
|
||||
|
||||
[32x32/devices]
|
||||
Size=32
|
||||
Context=Devices
|
||||
Type=Threshold
|
||||
|
||||
[32x32/mimetypes]
|
||||
Size=32
|
||||
Context=MimeTypes
|
||||
Type=Threshold
|
||||
|
||||
[32x32/places]
|
||||
Size=32
|
||||
Context=Places
|
||||
Type=Threshold
|
||||
|
||||
[32x32/status]
|
||||
Size=32
|
||||
Context=Status
|
||||
Type=Threshold
|
||||
|
||||
[48x48/actions]
|
||||
Size=48
|
||||
Context=Actions
|
||||
Type=Threshold
|
||||
|
||||
[48x48/apps]
|
||||
Size=48
|
||||
Context=Applications
|
||||
Type=Threshold
|
||||
|
||||
[48x48/categories]
|
||||
Size=48
|
||||
Context=Categories
|
||||
Type=Threshold
|
||||
|
||||
[48x48/devices]
|
||||
Size=48
|
||||
Context=Devices
|
||||
Type=Threshold
|
||||
|
||||
[48x48/mimetypes]
|
||||
Size=48
|
||||
Context=MimeTypes
|
||||
Type=Threshold
|
||||
|
||||
[48x48/places]
|
||||
Size=48
|
||||
Context=Places
|
||||
Type=Threshold
|
||||
|
||||
[48x48/status]
|
||||
Size=48
|
||||
Context=Status
|
||||
Type=Threshold
|
||||
|
||||
[64x64/apps]
|
||||
Size=64
|
||||
Context=Applications
|
||||
Type=Threshold
|
||||
|
||||
[64x64/categories]
|
||||
Size=64
|
||||
Context=Categories
|
||||
Type=Threshold
|
||||
|
||||
[64x64/devices]
|
||||
Size=64
|
||||
Context=Devices
|
||||
Type=Threshold
|
||||
|
||||
[64x64/mimetypes]
|
||||
Size=64
|
||||
Context=MimeTypes
|
||||
Type=Threshold
|
||||
|
||||
[64x64/places]
|
||||
Size=64
|
||||
Context=Places
|
||||
Type=Threshold
|
||||
|
||||
[64x64/status]
|
||||
Size=64
|
||||
Context=Status
|
||||
Type=Threshold
|
||||
|
||||
[128x128/categories]
|
||||
Size=128
|
||||
Context=Categories
|
||||
Type=Threshold
|
||||
|
||||
[128x128/devices]
|
||||
Size=128
|
||||
Context=Devices
|
||||
Type=Threshold
|
||||
|
||||
[256x256/categories]
|
||||
Size=256
|
||||
Context=Categories
|
||||
Type=Threshold
|
||||
|
||||
[256x256/devices]
|
||||
Size=256
|
||||
Context=Devices
|
||||
Type=Threshold
|
||||
|
||||
[scalable/apps]
|
||||
MinSize=1
|
||||
Size=128
|
||||
MaxSize=256
|
||||
Context=Applications
|
||||
Type=Scalable
|
||||
|
||||
Reference in New Issue
Block a user