diff --git a/CMakeLists.txt b/CMakeLists.txt
index 36407e7f2..189e7bf65 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,9 +77,6 @@ if(APPLE)
set(APP_URL_BACKWARDS "org.bitbucket.${APP_LOW_NAME}")
endif(APPLE)
-# Options declaration.
-option(ENABLE_ADDITIONAL_ICONS "Install additional icons" ON)
-
if(WIN32)
option(USE_NSIS "Use NSIS generator to produce installer" OFF)
endif(WIN32)
@@ -97,7 +94,6 @@ cmake_minimum_required(VERSION 2.8.11)
message(STATUS "")
message(STATUS "[${APP_LOW_NAME}] ==== Options summary ====")
-message(STATUS "[${APP_LOW_NAME}] Install additional icons -> ${ENABLE_ADDITIONAL_ICONS}")
if(WIN32)
message(STATUS "[${APP_LOW_NAME}] Use NSIS generator to produce installer -> ${USE_NSIS}")
@@ -446,12 +442,6 @@ if(WIN32)
install(DIRECTORY resources/graphics/icons/mini-kfaenza DESTINATION ./icons)
- if(ENABLE_ADDITIONAL_ICONS)
- install(DIRECTORY resources/graphics/icons/numix DESTINATION ./icons)
- install(DIRECTORY resources/graphics/icons/papirus DESTINATION ./icons)
- install(DIRECTORY resources/graphics/icons/papirus-dark DESTINATION ./icons)
- endif(ENABLE_ADDITIONAL_ICONS)
-
install(DIRECTORY resources/skins/base
DESTINATION ./skins)
install(DIRECTORY resources/misc
@@ -497,13 +487,6 @@ elseif(APPLE)
install(DIRECTORY resources/initial_feeds DESTINATION ${APPLE_PREFIX})
install(DIRECTORY resources/graphics/icons/mini-kfaenza DESTINATION ${APPLE_PREFIX}/icons)
-
- if(ENABLE_ADDITIONAL_ICONS)
- install(DIRECTORY resources/graphics/icons/numix DESTINATION ${APPLE_PREFIX}/icons)
- install(DIRECTORY resources/graphics/icons/papirus DESTINATION ${APPLE_PREFIX}/icons)
- install(DIRECTORY resources/graphics/icons/papirus-dark DESTINATION ${APPLE_PREFIX}/icons)
- endif(ENABLE_ADDITIONAL_ICONS)
-
install(DIRECTORY resources/skins DESTINATION ${APPLE_PREFIX})
install(DIRECTORY resources/misc DESTINATION ${APPLE_PREFIX})
install(FILES resources/graphics/${APP_LOW_NAME}_128.png DESTINATION ${APPLE_PREFIX} RENAME ${APP_LOW_NAME}.png)
@@ -516,13 +499,6 @@ elseif(UNIX)
install(TARGETS ${EXE_NAME} RUNTIME DESTINATION bin)
install(DIRECTORY resources/initial_feeds DESTINATION share/${APP_LOW_NAME})
install(DIRECTORY resources/graphics/icons/mini-kfaenza DESTINATION share/${APP_LOW_NAME}/icons)
-
- if(ENABLE_ADDITIONAL_ICONS)
- install(DIRECTORY resources/graphics/icons/numix DESTINATION share/${APP_LOW_NAME}/icons)
- install(DIRECTORY resources/graphics/icons/papirus DESTINATION share/${APP_LOW_NAME}/icons)
- install(DIRECTORY resources/graphics/icons/papirus-dark DESTINATION share/${APP_LOW_NAME}/icons)
- endif(ENABLE_ADDITIONAL_ICONS)
-
install(DIRECTORY resources/skins/base DESTINATION share/${APP_LOW_NAME}/skins)
install(DIRECTORY resources/misc DESTINATION share/${APP_LOW_NAME})
install(FILES ${CMAKE_BINARY_DIR}/resources/desktop/${APP_LOW_NAME}.desktop DESTINATION share/applications)
diff --git a/resources/graphics/icons/mini-kfaenza/application-about.png b/resources/graphics/icons/mini-kfaenza/application-about.png
deleted file mode 100644
index 38f3e9953..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/application-about.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/application-donate.png b/resources/graphics/icons/mini-kfaenza/application-donate.png
deleted file mode 100644
index 85aa9e2a4..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/application-donate.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/application-exit.png b/resources/graphics/icons/mini-kfaenza/application-exit.png
deleted file mode 100644
index 3f1b3ff0d..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/application-exit.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/application-menu.png b/resources/graphics/icons/mini-kfaenza/application-menu.png
deleted file mode 100644
index d1f2b14d3..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/application-menu.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/application-owncloud.png b/resources/graphics/icons/mini-kfaenza/application-owncloud.png
deleted file mode 100755
index 1b32dfa2a..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/application-owncloud.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/application-report-bug.png b/resources/graphics/icons/mini-kfaenza/application-report-bug.png
deleted file mode 100644
index 7ee7168bc..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/application-report-bug.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/application-settings.png b/resources/graphics/icons/mini-kfaenza/application-settings.png
deleted file mode 100644
index 40e2dde46..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/application-settings.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/application-ttrss.png b/resources/graphics/icons/mini-kfaenza/application-ttrss.png
deleted file mode 100755
index 15c2ac4d4..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/application-ttrss.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/application-wiki.png b/resources/graphics/icons/mini-kfaenza/application-wiki.png
deleted file mode 100644
index 17e2abcaf..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/application-wiki.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/check-for-updates.png b/resources/graphics/icons/mini-kfaenza/check-for-updates.png
deleted file mode 100644
index 14a89fc42..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/check-for-updates.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/cleanup-database.png b/resources/graphics/icons/mini-kfaenza/cleanup-database.png
deleted file mode 100644
index 5d2b27421..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/cleanup-database.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/dialog-cancel.png b/resources/graphics/icons/mini-kfaenza/dialog-cancel.png
deleted file mode 100644
index 8614a885d..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/dialog-cancel.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/dialog-error.png b/resources/graphics/icons/mini-kfaenza/dialog-error.png
deleted file mode 100644
index d2371cd46..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/dialog-error.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/dialog-information.png b/resources/graphics/icons/mini-kfaenza/dialog-information.png
deleted file mode 100644
index 38f3e9953..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/dialog-information.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/dialog-no.png b/resources/graphics/icons/mini-kfaenza/dialog-no.png
deleted file mode 100644
index 60e9fecd5..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/dialog-no.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/dialog-ok.png b/resources/graphics/icons/mini-kfaenza/dialog-ok.png
deleted file mode 100644
index e7b5c59fa..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/dialog-ok.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/dialog-question.png b/resources/graphics/icons/mini-kfaenza/dialog-question.png
deleted file mode 100644
index c79c2d7fa..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/dialog-question.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/dialog-warning.png b/resources/graphics/icons/mini-kfaenza/dialog-warning.png
deleted file mode 100644
index 3c63d1662..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/dialog-warning.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/dialog-yes.png b/resources/graphics/icons/mini-kfaenza/dialog-yes.png
deleted file mode 100644
index 68fb4b779..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/dialog-yes.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/document-download.png b/resources/graphics/icons/mini-kfaenza/document-download.png
deleted file mode 100644
index c1aedb2d8..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/document-download.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/document-export.png b/resources/graphics/icons/mini-kfaenza/document-export.png
deleted file mode 100644
index 09eaa9f14..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/document-export.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/document-import.png b/resources/graphics/icons/mini-kfaenza/document-import.png
deleted file mode 100644
index a694a567a..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/document-import.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/download-manager.png b/resources/graphics/icons/mini-kfaenza/download-manager.png
deleted file mode 100644
index 14a89fc42..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/download-manager.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/edit-revert.png b/resources/graphics/icons/mini-kfaenza/edit-revert.png
deleted file mode 100644
index e85f4351b..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/edit-revert.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/expand-collapse.png b/resources/graphics/icons/mini-kfaenza/expand-collapse.png
deleted file mode 100644
index 7e257e4bc..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/expand-collapse.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/cs_CZ.png b/resources/graphics/icons/mini-kfaenza/flags/cs_CZ.png
deleted file mode 100644
index b50e69ec0..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/cs_CZ.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/da_DK.png b/resources/graphics/icons/mini-kfaenza/flags/da_DK.png
deleted file mode 100644
index 3f4dac36d..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/da_DK.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/de_DE.png b/resources/graphics/icons/mini-kfaenza/flags/de_DE.png
deleted file mode 100644
index 463f855d7..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/de_DE.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/en_GB.png b/resources/graphics/icons/mini-kfaenza/flags/en_GB.png
deleted file mode 100644
index bfe631c02..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/en_GB.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/en_US.png b/resources/graphics/icons/mini-kfaenza/flags/en_US.png
deleted file mode 100644
index 48c448fc9..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/en_US.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/fr_FR.png b/resources/graphics/icons/mini-kfaenza/flags/fr_FR.png
deleted file mode 100644
index 33156c6a6..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/fr_FR.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/he_IL.png b/resources/graphics/icons/mini-kfaenza/flags/he_IL.png
deleted file mode 100644
index 3ba7553d3..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/he_IL.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/id_ID.png b/resources/graphics/icons/mini-kfaenza/flags/id_ID.png
deleted file mode 100644
index ed42d1f98..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/id_ID.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/it_IT.png b/resources/graphics/icons/mini-kfaenza/flags/it_IT.png
deleted file mode 100644
index ea0b791b5..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/it_IT.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/ja_JP.png b/resources/graphics/icons/mini-kfaenza/flags/ja_JP.png
deleted file mode 100644
index 29c45d586..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/ja_JP.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/lt_LT.png b/resources/graphics/icons/mini-kfaenza/flags/lt_LT.png
deleted file mode 100644
index 875dd3f90..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/lt_LT.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/nl_NL.png b/resources/graphics/icons/mini-kfaenza/flags/nl_NL.png
deleted file mode 100644
index 2e7ac6191..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/nl_NL.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/pt_BR.png b/resources/graphics/icons/mini-kfaenza/flags/pt_BR.png
deleted file mode 100644
index 47a007f2d..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/pt_BR.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/flags/sv_SE.png b/resources/graphics/icons/mini-kfaenza/flags/sv_SE.png
deleted file mode 100644
index 2c9bd9dbf..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/flags/sv_SE.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/folder-category.png b/resources/graphics/icons/mini-kfaenza/folder-category.png
deleted file mode 100644
index a0a0e2e5d..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/folder-category.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/folder-feed.png b/resources/graphics/icons/mini-kfaenza/folder-feed.png
deleted file mode 100644
index 0e98cdf2f..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/folder-feed.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/folder-recycle-bin.png b/resources/graphics/icons/mini-kfaenza/folder-recycle-bin.png
deleted file mode 100644
index 3bf56a1d3..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/folder-recycle-bin.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/folder-root.png b/resources/graphics/icons/mini-kfaenza/folder-root.png
deleted file mode 100644
index 2d46b788a..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/folder-root.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/go-down.png b/resources/graphics/icons/mini-kfaenza/go-down.png
deleted file mode 100644
index 245e43d78..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/go-down.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/go-refresh.png b/resources/graphics/icons/mini-kfaenza/go-refresh.png
deleted file mode 100644
index cc06d0cea..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/go-refresh.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/go-stop.png b/resources/graphics/icons/mini-kfaenza/go-stop.png
deleted file mode 100644
index acbc49820..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/go-stop.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/go-up.png b/resources/graphics/icons/mini-kfaenza/go-up.png
deleted file mode 100644
index a3c21264f..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/go-up.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/image-generic.png b/resources/graphics/icons/mini-kfaenza/image-generic.png
deleted file mode 100644
index d4ac8cf39..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/image-generic.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/image-placeholder.png b/resources/graphics/icons/mini-kfaenza/image-placeholder.png
deleted file mode 100644
index fada9038b..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/image-placeholder.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-edit.png b/resources/graphics/icons/mini-kfaenza/item-edit.png
deleted file mode 100644
index e61bff4c6..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-edit.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-new.png b/resources/graphics/icons/mini-kfaenza/item-new.png
deleted file mode 100644
index 9fcb6cede..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-new.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-newspaper.png b/resources/graphics/icons/mini-kfaenza/item-newspaper.png
deleted file mode 100644
index 75461eea3..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-newspaper.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-open-external.png b/resources/graphics/icons/mini-kfaenza/item-open-external.png
deleted file mode 100644
index e035c97f2..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-open-external.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-open-internal.png b/resources/graphics/icons/mini-kfaenza/item-open-internal.png
deleted file mode 100644
index 9eb4ed47f..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-open-internal.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-remove.png b/resources/graphics/icons/mini-kfaenza/item-remove.png
deleted file mode 100644
index 8614a885d..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-search-google.png b/resources/graphics/icons/mini-kfaenza/item-search-google.png
deleted file mode 100644
index e26500f80..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-search-google.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-search.png b/resources/graphics/icons/mini-kfaenza/item-search.png
deleted file mode 100644
index 326b6d6b9..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-search.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-send-email.png b/resources/graphics/icons/mini-kfaenza/item-send-email.png
deleted file mode 100644
index f474cbd5b..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-send-email.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-sync.png b/resources/graphics/icons/mini-kfaenza/item-sync.png
deleted file mode 100755
index 4d025c236..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-sync.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-update-all.png b/resources/graphics/icons/mini-kfaenza/item-update-all.png
deleted file mode 100644
index 2f07b49eb..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-update-all.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/item-update-selected.png b/resources/graphics/icons/mini-kfaenza/item-update-selected.png
deleted file mode 100644
index bb25a2885..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/item-update-selected.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/mail-mark-favorite.png b/resources/graphics/icons/mini-kfaenza/mail-mark-favorite.png
deleted file mode 100644
index 98358cf21..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/mail-mark-favorite.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/mail-mark-read.png b/resources/graphics/icons/mini-kfaenza/mail-mark-read.png
deleted file mode 100644
index f69caafba..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/mail-mark-read.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/mail-mark-unread.png b/resources/graphics/icons/mini-kfaenza/mail-mark-unread.png
deleted file mode 100644
index a5f4dab8d..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/mail-mark-unread.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/mail-remove.png b/resources/graphics/icons/mini-kfaenza/mail-remove.png
deleted file mode 100644
index d3110d31e..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/mail-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/recycle-bin-empty.png b/resources/graphics/icons/mini-kfaenza/recycle-bin-empty.png
deleted file mode 100644
index ab34ad257..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/recycle-bin-empty.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/recycle-bin-restore-all.png b/resources/graphics/icons/mini-kfaenza/recycle-bin-restore-all.png
deleted file mode 100644
index cd9f6d9f9..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/recycle-bin-restore-all.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/recycle-bin-restore-one.png b/resources/graphics/icons/mini-kfaenza/recycle-bin-restore-one.png
deleted file mode 100644
index cc06d0cea..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/recycle-bin-restore-one.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/rssguard.png b/resources/graphics/icons/mini-kfaenza/rssguard.png
deleted file mode 100644
index 99e3bab2b..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/rssguard.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/view-fullscreen.png b/resources/graphics/icons/mini-kfaenza/view-fullscreen.png
deleted file mode 100644
index f66ed81c2..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/view-fullscreen.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/view-separator.png b/resources/graphics/icons/mini-kfaenza/view-separator.png
deleted file mode 100644
index 7c915ed7a..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/view-separator.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/view-spacer.png b/resources/graphics/icons/mini-kfaenza/view-spacer.png
deleted file mode 100644
index 3207a0d78..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/view-spacer.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/view-switch-layout-direction.png b/resources/graphics/icons/mini-kfaenza/view-switch-layout-direction.png
deleted file mode 100644
index bb03d5152..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/view-switch-layout-direction.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/view-switch-list.png b/resources/graphics/icons/mini-kfaenza/view-switch-list.png
deleted file mode 100644
index 6bb1d4d7a..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/view-switch-list.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/view-switch-menu.png b/resources/graphics/icons/mini-kfaenza/view-switch-menu.png
deleted file mode 100644
index d6eb05910..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/view-switch-menu.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/view-switch-window.png b/resources/graphics/icons/mini-kfaenza/view-switch-window.png
deleted file mode 100644
index 68544dde2..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/view-switch-window.png and /dev/null differ
diff --git a/resources/graphics/icons/mini-kfaenza/view-switch.png b/resources/graphics/icons/mini-kfaenza/view-switch.png
deleted file mode 100644
index 041f57a0f..000000000
Binary files a/resources/graphics/icons/mini-kfaenza/view-switch.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/application-about.png b/resources/graphics/icons/numix/application-about.png
deleted file mode 100644
index 1da8c1726..000000000
Binary files a/resources/graphics/icons/numix/application-about.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/application-donate.png b/resources/graphics/icons/numix/application-donate.png
deleted file mode 100644
index 33aac5391..000000000
Binary files a/resources/graphics/icons/numix/application-donate.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/application-exit.png b/resources/graphics/icons/numix/application-exit.png
deleted file mode 100644
index dac647e78..000000000
Binary files a/resources/graphics/icons/numix/application-exit.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/application-menu.png b/resources/graphics/icons/numix/application-menu.png
deleted file mode 100644
index d0ee0ca8f..000000000
Binary files a/resources/graphics/icons/numix/application-menu.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/application-report-bug.png b/resources/graphics/icons/numix/application-report-bug.png
deleted file mode 100644
index ca725408b..000000000
Binary files a/resources/graphics/icons/numix/application-report-bug.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/application-settings.png b/resources/graphics/icons/numix/application-settings.png
deleted file mode 100644
index 0b3a180d5..000000000
Binary files a/resources/graphics/icons/numix/application-settings.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/application-wiki.png b/resources/graphics/icons/numix/application-wiki.png
deleted file mode 100644
index 153c1041c..000000000
Binary files a/resources/graphics/icons/numix/application-wiki.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/check-for-updates.png b/resources/graphics/icons/numix/check-for-updates.png
deleted file mode 100644
index 019a2b005..000000000
Binary files a/resources/graphics/icons/numix/check-for-updates.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/cleanup-database.png b/resources/graphics/icons/numix/cleanup-database.png
deleted file mode 100644
index 768f11fcc..000000000
Binary files a/resources/graphics/icons/numix/cleanup-database.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/dialog-cancel.png b/resources/graphics/icons/numix/dialog-cancel.png
deleted file mode 100644
index 60a53e92b..000000000
Binary files a/resources/graphics/icons/numix/dialog-cancel.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/dialog-error.png b/resources/graphics/icons/numix/dialog-error.png
deleted file mode 100644
index ca725408b..000000000
Binary files a/resources/graphics/icons/numix/dialog-error.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/dialog-information.png b/resources/graphics/icons/numix/dialog-information.png
deleted file mode 100644
index 1da8c1726..000000000
Binary files a/resources/graphics/icons/numix/dialog-information.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/dialog-no.png b/resources/graphics/icons/numix/dialog-no.png
deleted file mode 100644
index 9176b166c..000000000
Binary files a/resources/graphics/icons/numix/dialog-no.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/dialog-ok.png b/resources/graphics/icons/numix/dialog-ok.png
deleted file mode 100644
index f57cef7da..000000000
Binary files a/resources/graphics/icons/numix/dialog-ok.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/dialog-question.png b/resources/graphics/icons/numix/dialog-question.png
deleted file mode 100644
index bbca92e49..000000000
Binary files a/resources/graphics/icons/numix/dialog-question.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/dialog-warning.png b/resources/graphics/icons/numix/dialog-warning.png
deleted file mode 100644
index 592831636..000000000
Binary files a/resources/graphics/icons/numix/dialog-warning.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/dialog-yes.png b/resources/graphics/icons/numix/dialog-yes.png
deleted file mode 100644
index f57cef7da..000000000
Binary files a/resources/graphics/icons/numix/dialog-yes.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/document-download.png b/resources/graphics/icons/numix/document-download.png
deleted file mode 100644
index 80454b184..000000000
Binary files a/resources/graphics/icons/numix/document-download.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/document-export.png b/resources/graphics/icons/numix/document-export.png
deleted file mode 100644
index 50e055e22..000000000
Binary files a/resources/graphics/icons/numix/document-export.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/document-import.png b/resources/graphics/icons/numix/document-import.png
deleted file mode 100644
index 64e7ac4c6..000000000
Binary files a/resources/graphics/icons/numix/document-import.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/download-manager.png b/resources/graphics/icons/numix/download-manager.png
deleted file mode 100644
index 019a2b005..000000000
Binary files a/resources/graphics/icons/numix/download-manager.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/edit-copy-image.png b/resources/graphics/icons/numix/edit-copy-image.png
deleted file mode 100644
index b4c803f5e..000000000
Binary files a/resources/graphics/icons/numix/edit-copy-image.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/edit-copy.png b/resources/graphics/icons/numix/edit-copy.png
deleted file mode 100644
index eb4557451..000000000
Binary files a/resources/graphics/icons/numix/edit-copy.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/edit-revert.png b/resources/graphics/icons/numix/edit-revert.png
deleted file mode 100644
index 8bb45c070..000000000
Binary files a/resources/graphics/icons/numix/edit-revert.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/expand-collapse.png b/resources/graphics/icons/numix/expand-collapse.png
deleted file mode 100644
index 2bf416168..000000000
Binary files a/resources/graphics/icons/numix/expand-collapse.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/cs_CZ.png b/resources/graphics/icons/numix/flags/cs_CZ.png
deleted file mode 100644
index b50e69ec0..000000000
Binary files a/resources/graphics/icons/numix/flags/cs_CZ.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/da_DK.png b/resources/graphics/icons/numix/flags/da_DK.png
deleted file mode 100644
index 3f4dac36d..000000000
Binary files a/resources/graphics/icons/numix/flags/da_DK.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/de_DE.png b/resources/graphics/icons/numix/flags/de_DE.png
deleted file mode 100644
index 463f855d7..000000000
Binary files a/resources/graphics/icons/numix/flags/de_DE.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/en_GB.png b/resources/graphics/icons/numix/flags/en_GB.png
deleted file mode 100644
index bfe631c02..000000000
Binary files a/resources/graphics/icons/numix/flags/en_GB.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/en_US.png b/resources/graphics/icons/numix/flags/en_US.png
deleted file mode 100644
index 48c448fc9..000000000
Binary files a/resources/graphics/icons/numix/flags/en_US.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/fr_FR.png b/resources/graphics/icons/numix/flags/fr_FR.png
deleted file mode 100644
index 33156c6a6..000000000
Binary files a/resources/graphics/icons/numix/flags/fr_FR.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/he_IL.png b/resources/graphics/icons/numix/flags/he_IL.png
deleted file mode 100644
index 3ba7553d3..000000000
Binary files a/resources/graphics/icons/numix/flags/he_IL.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/id_ID.png b/resources/graphics/icons/numix/flags/id_ID.png
deleted file mode 100644
index ed42d1f98..000000000
Binary files a/resources/graphics/icons/numix/flags/id_ID.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/it_IT.png b/resources/graphics/icons/numix/flags/it_IT.png
deleted file mode 100644
index ea0b791b5..000000000
Binary files a/resources/graphics/icons/numix/flags/it_IT.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/ja_JP.png b/resources/graphics/icons/numix/flags/ja_JP.png
deleted file mode 100644
index 29c45d586..000000000
Binary files a/resources/graphics/icons/numix/flags/ja_JP.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/lt_LT.png b/resources/graphics/icons/numix/flags/lt_LT.png
deleted file mode 100644
index 875dd3f90..000000000
Binary files a/resources/graphics/icons/numix/flags/lt_LT.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/nl_NL.png b/resources/graphics/icons/numix/flags/nl_NL.png
deleted file mode 100644
index 2e7ac6191..000000000
Binary files a/resources/graphics/icons/numix/flags/nl_NL.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/pt_BR.png b/resources/graphics/icons/numix/flags/pt_BR.png
deleted file mode 100644
index 47a007f2d..000000000
Binary files a/resources/graphics/icons/numix/flags/pt_BR.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/flags/sv_SE.png b/resources/graphics/icons/numix/flags/sv_SE.png
deleted file mode 100644
index 2c9bd9dbf..000000000
Binary files a/resources/graphics/icons/numix/flags/sv_SE.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/folder-category.png b/resources/graphics/icons/numix/folder-category.png
deleted file mode 100644
index 9be3cb9cd..000000000
Binary files a/resources/graphics/icons/numix/folder-category.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/folder-feed.png b/resources/graphics/icons/numix/folder-feed.png
deleted file mode 100644
index 1b856bd29..000000000
Binary files a/resources/graphics/icons/numix/folder-feed.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/folder-recycle-bin.png b/resources/graphics/icons/numix/folder-recycle-bin.png
deleted file mode 100644
index 058c0c8d7..000000000
Binary files a/resources/graphics/icons/numix/folder-recycle-bin.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/folder-root.png b/resources/graphics/icons/numix/folder-root.png
deleted file mode 100644
index 0c30327aa..000000000
Binary files a/resources/graphics/icons/numix/folder-root.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/go-down.png b/resources/graphics/icons/numix/go-down.png
deleted file mode 100644
index 885a5e15f..000000000
Binary files a/resources/graphics/icons/numix/go-down.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/go-home.png b/resources/graphics/icons/numix/go-home.png
deleted file mode 100644
index fe24cfc06..000000000
Binary files a/resources/graphics/icons/numix/go-home.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/go-next.png b/resources/graphics/icons/numix/go-next.png
deleted file mode 100644
index 46142bf9f..000000000
Binary files a/resources/graphics/icons/numix/go-next.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/go-previous.png b/resources/graphics/icons/numix/go-previous.png
deleted file mode 100644
index b849e1ea1..000000000
Binary files a/resources/graphics/icons/numix/go-previous.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/go-refresh.png b/resources/graphics/icons/numix/go-refresh.png
deleted file mode 100644
index e376950ad..000000000
Binary files a/resources/graphics/icons/numix/go-refresh.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/go-stop.png b/resources/graphics/icons/numix/go-stop.png
deleted file mode 100644
index 9f5639115..000000000
Binary files a/resources/graphics/icons/numix/go-stop.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/go-up.png b/resources/graphics/icons/numix/go-up.png
deleted file mode 100644
index 94c8aaffe..000000000
Binary files a/resources/graphics/icons/numix/go-up.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/image-generic.png b/resources/graphics/icons/numix/image-generic.png
deleted file mode 100644
index b4c803f5e..000000000
Binary files a/resources/graphics/icons/numix/image-generic.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/image-placeholder.png b/resources/graphics/icons/numix/image-placeholder.png
deleted file mode 100644
index fada9038b..000000000
Binary files a/resources/graphics/icons/numix/image-placeholder.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-edit.png b/resources/graphics/icons/numix/item-edit.png
deleted file mode 100644
index 71592d0b4..000000000
Binary files a/resources/graphics/icons/numix/item-edit.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-new.png b/resources/graphics/icons/numix/item-new.png
deleted file mode 100644
index b589065dd..000000000
Binary files a/resources/graphics/icons/numix/item-new.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-newspaper.png b/resources/graphics/icons/numix/item-newspaper.png
deleted file mode 100644
index bf62e98b1..000000000
Binary files a/resources/graphics/icons/numix/item-newspaper.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-open-external.png b/resources/graphics/icons/numix/item-open-external.png
deleted file mode 100644
index adfe0faba..000000000
Binary files a/resources/graphics/icons/numix/item-open-external.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-open-internal.png b/resources/graphics/icons/numix/item-open-internal.png
deleted file mode 100644
index 4f8054289..000000000
Binary files a/resources/graphics/icons/numix/item-open-internal.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-remove.png b/resources/graphics/icons/numix/item-remove.png
deleted file mode 100644
index 9176b166c..000000000
Binary files a/resources/graphics/icons/numix/item-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-search-google.png b/resources/graphics/icons/numix/item-search-google.png
deleted file mode 100644
index cfa9a9ec8..000000000
Binary files a/resources/graphics/icons/numix/item-search-google.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-search.png b/resources/graphics/icons/numix/item-search.png
deleted file mode 100644
index 954638a98..000000000
Binary files a/resources/graphics/icons/numix/item-search.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-send-email.png b/resources/graphics/icons/numix/item-send-email.png
deleted file mode 100644
index 1436684db..000000000
Binary files a/resources/graphics/icons/numix/item-send-email.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-sync.png b/resources/graphics/icons/numix/item-sync.png
deleted file mode 100755
index aa2258883..000000000
Binary files a/resources/graphics/icons/numix/item-sync.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-update-all.png b/resources/graphics/icons/numix/item-update-all.png
deleted file mode 100644
index efb18c291..000000000
Binary files a/resources/graphics/icons/numix/item-update-all.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/item-update-selected.png b/resources/graphics/icons/numix/item-update-selected.png
deleted file mode 100644
index da48d597f..000000000
Binary files a/resources/graphics/icons/numix/item-update-selected.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/list-add.png b/resources/graphics/icons/numix/list-add.png
deleted file mode 100644
index dde30d43d..000000000
Binary files a/resources/graphics/icons/numix/list-add.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/list-current.png b/resources/graphics/icons/numix/list-current.png
deleted file mode 100644
index f0aa9cdd3..000000000
Binary files a/resources/graphics/icons/numix/list-current.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/list-remove.png b/resources/graphics/icons/numix/list-remove.png
deleted file mode 100644
index 9176b166c..000000000
Binary files a/resources/graphics/icons/numix/list-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/mail-mark-favorite.png b/resources/graphics/icons/numix/mail-mark-favorite.png
deleted file mode 100644
index 99bf18710..000000000
Binary files a/resources/graphics/icons/numix/mail-mark-favorite.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/mail-mark-read.png b/resources/graphics/icons/numix/mail-mark-read.png
deleted file mode 100644
index f57cef7da..000000000
Binary files a/resources/graphics/icons/numix/mail-mark-read.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/mail-mark-unread.png b/resources/graphics/icons/numix/mail-mark-unread.png
deleted file mode 100644
index 592831636..000000000
Binary files a/resources/graphics/icons/numix/mail-mark-unread.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/mail-remove.png b/resources/graphics/icons/numix/mail-remove.png
deleted file mode 100644
index 9176b166c..000000000
Binary files a/resources/graphics/icons/numix/mail-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/print-web-page.png b/resources/graphics/icons/numix/print-web-page.png
deleted file mode 100644
index 5318fc2b2..000000000
Binary files a/resources/graphics/icons/numix/print-web-page.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/recycle-bin-empty.png b/resources/graphics/icons/numix/recycle-bin-empty.png
deleted file mode 100644
index 2b2f7f97f..000000000
Binary files a/resources/graphics/icons/numix/recycle-bin-empty.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/recycle-bin-restore-all.png b/resources/graphics/icons/numix/recycle-bin-restore-all.png
deleted file mode 100644
index 68f82a2c2..000000000
Binary files a/resources/graphics/icons/numix/recycle-bin-restore-all.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/recycle-bin-restore-one.png b/resources/graphics/icons/numix/recycle-bin-restore-one.png
deleted file mode 100644
index 71432c2fd..000000000
Binary files a/resources/graphics/icons/numix/recycle-bin-restore-one.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/rssguard.png b/resources/graphics/icons/numix/rssguard.png
deleted file mode 100644
index 0b72be6be..000000000
Binary files a/resources/graphics/icons/numix/rssguard.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/text-html.png b/resources/graphics/icons/numix/text-html.png
deleted file mode 100644
index 65727ec08..000000000
Binary files a/resources/graphics/icons/numix/text-html.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/view-fullscreen.png b/resources/graphics/icons/numix/view-fullscreen.png
deleted file mode 100644
index a34f28311..000000000
Binary files a/resources/graphics/icons/numix/view-fullscreen.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/view-separator.png b/resources/graphics/icons/numix/view-separator.png
deleted file mode 100644
index 8fd584f19..000000000
Binary files a/resources/graphics/icons/numix/view-separator.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/view-spacer.png b/resources/graphics/icons/numix/view-spacer.png
deleted file mode 100644
index c64ec5a0b..000000000
Binary files a/resources/graphics/icons/numix/view-spacer.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/view-switch-layout-direction.png b/resources/graphics/icons/numix/view-switch-layout-direction.png
deleted file mode 100644
index 4b788cd73..000000000
Binary files a/resources/graphics/icons/numix/view-switch-layout-direction.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/view-switch-list.png b/resources/graphics/icons/numix/view-switch-list.png
deleted file mode 100644
index e4cb9fc68..000000000
Binary files a/resources/graphics/icons/numix/view-switch-list.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/view-switch-menu.png b/resources/graphics/icons/numix/view-switch-menu.png
deleted file mode 100644
index 0b3a180d5..000000000
Binary files a/resources/graphics/icons/numix/view-switch-menu.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/view-switch-window.png b/resources/graphics/icons/numix/view-switch-window.png
deleted file mode 100644
index abd63a991..000000000
Binary files a/resources/graphics/icons/numix/view-switch-window.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/view-switch.png b/resources/graphics/icons/numix/view-switch.png
deleted file mode 100644
index 0b3a180d5..000000000
Binary files a/resources/graphics/icons/numix/view-switch.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/web-adblock-disabled.png b/resources/graphics/icons/numix/web-adblock-disabled.png
deleted file mode 100644
index 06d7597ea..000000000
Binary files a/resources/graphics/icons/numix/web-adblock-disabled.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/web-adblock.png b/resources/graphics/icons/numix/web-adblock.png
deleted file mode 100644
index 97e08b868..000000000
Binary files a/resources/graphics/icons/numix/web-adblock.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/web-flash.png b/resources/graphics/icons/numix/web-flash.png
deleted file mode 100644
index 9aac44cd6..000000000
Binary files a/resources/graphics/icons/numix/web-flash.png and /dev/null differ
diff --git a/resources/graphics/icons/numix/web-javascript.png b/resources/graphics/icons/numix/web-javascript.png
deleted file mode 100644
index c48ef6f31..000000000
Binary files a/resources/graphics/icons/numix/web-javascript.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/AUTHORS b/resources/graphics/icons/papirus-dark/AUTHORS
deleted file mode 100644
index 08c0f522a..000000000
--- a/resources/graphics/icons/papirus-dark/AUTHORS
+++ /dev/null
@@ -1,4 +0,0 @@
------------------------- PAPIRUS DARK RSS GUARD SKIN ------------------------
-
-CUSTOMIZER:
-Alexey Varfolomeev - varlesh@gmail.com
\ No newline at end of file
diff --git a/resources/graphics/icons/papirus-dark/LICENSE b/resources/graphics/icons/papirus-dark/LICENSE
deleted file mode 100644
index 443254047..000000000
--- a/resources/graphics/icons/papirus-dark/LICENSE
+++ /dev/null
@@ -1,676 +0,0 @@
-
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "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.
-
- 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.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- 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.
-
- 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.
-
- 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.
-
- 1. Source Code.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- 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.
-
- 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.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- 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.
-
- 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.
-
- 4. Conveying Verbatim Copies.
-
- 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.
-
- 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.
-
- 5. Conveying Modified Source Versions.
-
- 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:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- 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".
-
- 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.
-
- 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.
-
- 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.
-
- 6. Conveying Non-Source Forms.
-
- 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:
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- "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.
-
- 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).
-
- 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.
-
- 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.
-
- 7. Additional Terms.
-
- "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.
-
- 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.
-
- 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:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- 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
-
- 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
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 8. Termination.
-
- 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).
-
- 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.
-
- 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.
-
- 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.
-
- 9. Acceptance Not Required for Having Copies.
-
- 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.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- 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.
-
- 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.
-
- 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.
-
- 11. Patents.
-
- 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".
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 12. No Surrender of Others' Freedom.
-
- 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.
-
- 13. Use with the GNU Affero General Public License.
-
- 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.
-
- 14. Revised Versions of this License.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 15. Disclaimer of Warranty.
-
- 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.
-
- 16. Limitation of Liability.
-
- 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.
-
- 17. Interpretation of Sections 15 and 16.
-
- 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.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- 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.
-
- 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.
-
-
- Copyright (C)
-
- This program 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 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-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".
-
- 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
-.
-
- 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
-.
-
diff --git a/resources/graphics/icons/papirus-dark/application-about.png b/resources/graphics/icons/papirus-dark/application-about.png
deleted file mode 100644
index 2f190b1fd..000000000
Binary files a/resources/graphics/icons/papirus-dark/application-about.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/application-donate.png b/resources/graphics/icons/papirus-dark/application-donate.png
deleted file mode 100644
index 5ccb5ffbc..000000000
Binary files a/resources/graphics/icons/papirus-dark/application-donate.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/application-exit.png b/resources/graphics/icons/papirus-dark/application-exit.png
deleted file mode 100644
index 66d37e24a..000000000
Binary files a/resources/graphics/icons/papirus-dark/application-exit.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/application-menu.png b/resources/graphics/icons/papirus-dark/application-menu.png
deleted file mode 100644
index 213c9c2cc..000000000
Binary files a/resources/graphics/icons/papirus-dark/application-menu.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/application-owncloud.png b/resources/graphics/icons/papirus-dark/application-owncloud.png
deleted file mode 100644
index 16e225291..000000000
Binary files a/resources/graphics/icons/papirus-dark/application-owncloud.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/application-report-bug.png b/resources/graphics/icons/papirus-dark/application-report-bug.png
deleted file mode 100644
index 512b46ad6..000000000
Binary files a/resources/graphics/icons/papirus-dark/application-report-bug.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/application-settings.png b/resources/graphics/icons/papirus-dark/application-settings.png
deleted file mode 100644
index b61982fec..000000000
Binary files a/resources/graphics/icons/papirus-dark/application-settings.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/application-ttrss.png b/resources/graphics/icons/papirus-dark/application-ttrss.png
deleted file mode 100644
index dc3061c6c..000000000
Binary files a/resources/graphics/icons/papirus-dark/application-ttrss.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/application-wiki.png b/resources/graphics/icons/papirus-dark/application-wiki.png
deleted file mode 100644
index c72e4094f..000000000
Binary files a/resources/graphics/icons/papirus-dark/application-wiki.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/check-for-updates.png b/resources/graphics/icons/papirus-dark/check-for-updates.png
deleted file mode 100644
index 19f609ba5..000000000
Binary files a/resources/graphics/icons/papirus-dark/check-for-updates.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/cleanup-database.png b/resources/graphics/icons/papirus-dark/cleanup-database.png
deleted file mode 100644
index 6ca6e42c6..000000000
Binary files a/resources/graphics/icons/papirus-dark/cleanup-database.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/dialog-cancel.png b/resources/graphics/icons/papirus-dark/dialog-cancel.png
deleted file mode 100644
index ba4ebf93f..000000000
Binary files a/resources/graphics/icons/papirus-dark/dialog-cancel.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/dialog-error.png b/resources/graphics/icons/papirus-dark/dialog-error.png
deleted file mode 100644
index 512b46ad6..000000000
Binary files a/resources/graphics/icons/papirus-dark/dialog-error.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/dialog-information.png b/resources/graphics/icons/papirus-dark/dialog-information.png
deleted file mode 100644
index 2f190b1fd..000000000
Binary files a/resources/graphics/icons/papirus-dark/dialog-information.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/dialog-no.png b/resources/graphics/icons/papirus-dark/dialog-no.png
deleted file mode 100644
index 816085c11..000000000
Binary files a/resources/graphics/icons/papirus-dark/dialog-no.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/dialog-ok.png b/resources/graphics/icons/papirus-dark/dialog-ok.png
deleted file mode 100644
index 7b534eeb3..000000000
Binary files a/resources/graphics/icons/papirus-dark/dialog-ok.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/dialog-question.png b/resources/graphics/icons/papirus-dark/dialog-question.png
deleted file mode 100644
index 05e591ca6..000000000
Binary files a/resources/graphics/icons/papirus-dark/dialog-question.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/dialog-warning.png b/resources/graphics/icons/papirus-dark/dialog-warning.png
deleted file mode 100644
index 987c96270..000000000
Binary files a/resources/graphics/icons/papirus-dark/dialog-warning.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/dialog-yes.png b/resources/graphics/icons/papirus-dark/dialog-yes.png
deleted file mode 100644
index 7b534eeb3..000000000
Binary files a/resources/graphics/icons/papirus-dark/dialog-yes.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/document-download.png b/resources/graphics/icons/papirus-dark/document-download.png
deleted file mode 100644
index 3ef96e417..000000000
Binary files a/resources/graphics/icons/papirus-dark/document-download.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/document-export.png b/resources/graphics/icons/papirus-dark/document-export.png
deleted file mode 100644
index 55c88bfb4..000000000
Binary files a/resources/graphics/icons/papirus-dark/document-export.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/document-import.png b/resources/graphics/icons/papirus-dark/document-import.png
deleted file mode 100644
index d2f8d12e9..000000000
Binary files a/resources/graphics/icons/papirus-dark/document-import.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/download-manager.png b/resources/graphics/icons/papirus-dark/download-manager.png
deleted file mode 100644
index 3ef96e417..000000000
Binary files a/resources/graphics/icons/papirus-dark/download-manager.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/edit-copy-image.png b/resources/graphics/icons/papirus-dark/edit-copy-image.png
deleted file mode 100644
index 24ba81984..000000000
Binary files a/resources/graphics/icons/papirus-dark/edit-copy-image.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/edit-copy.png b/resources/graphics/icons/papirus-dark/edit-copy.png
deleted file mode 100644
index 871ab194b..000000000
Binary files a/resources/graphics/icons/papirus-dark/edit-copy.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/edit-revert.png b/resources/graphics/icons/papirus-dark/edit-revert.png
deleted file mode 100644
index b8cdef7f3..000000000
Binary files a/resources/graphics/icons/papirus-dark/edit-revert.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/expand-collapse.png b/resources/graphics/icons/papirus-dark/expand-collapse.png
deleted file mode 100644
index cf4ec5865..000000000
Binary files a/resources/graphics/icons/papirus-dark/expand-collapse.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/cs_CZ.png b/resources/graphics/icons/papirus-dark/flags/cs_CZ.png
deleted file mode 100644
index b50e69ec0..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/cs_CZ.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/da_DK.png b/resources/graphics/icons/papirus-dark/flags/da_DK.png
deleted file mode 100644
index 3f4dac36d..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/da_DK.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/de_DE.png b/resources/graphics/icons/papirus-dark/flags/de_DE.png
deleted file mode 100644
index 463f855d7..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/de_DE.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/en_GB.png b/resources/graphics/icons/papirus-dark/flags/en_GB.png
deleted file mode 100644
index bfe631c02..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/en_GB.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/en_US.png b/resources/graphics/icons/papirus-dark/flags/en_US.png
deleted file mode 100644
index 48c448fc9..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/en_US.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/fr_FR.png b/resources/graphics/icons/papirus-dark/flags/fr_FR.png
deleted file mode 100644
index 33156c6a6..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/fr_FR.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/he_IL.png b/resources/graphics/icons/papirus-dark/flags/he_IL.png
deleted file mode 100644
index 3ba7553d3..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/he_IL.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/id_ID.png b/resources/graphics/icons/papirus-dark/flags/id_ID.png
deleted file mode 100644
index ed42d1f98..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/id_ID.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/it_IT.png b/resources/graphics/icons/papirus-dark/flags/it_IT.png
deleted file mode 100644
index ea0b791b5..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/it_IT.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/ja_JP.png b/resources/graphics/icons/papirus-dark/flags/ja_JP.png
deleted file mode 100644
index 29c45d586..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/ja_JP.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/lt_LT.png b/resources/graphics/icons/papirus-dark/flags/lt_LT.png
deleted file mode 100644
index 875dd3f90..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/lt_LT.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/nl_NL.png b/resources/graphics/icons/papirus-dark/flags/nl_NL.png
deleted file mode 100644
index 2e7ac6191..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/nl_NL.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/pt_BR.png b/resources/graphics/icons/papirus-dark/flags/pt_BR.png
deleted file mode 100644
index 47a007f2d..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/pt_BR.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/flags/sv_SE.png b/resources/graphics/icons/papirus-dark/flags/sv_SE.png
deleted file mode 100644
index 2c9bd9dbf..000000000
Binary files a/resources/graphics/icons/papirus-dark/flags/sv_SE.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/folder-category.png b/resources/graphics/icons/papirus-dark/folder-category.png
deleted file mode 100644
index f95c4bca6..000000000
Binary files a/resources/graphics/icons/papirus-dark/folder-category.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/folder-feed.png b/resources/graphics/icons/papirus-dark/folder-feed.png
deleted file mode 100644
index 1d570d709..000000000
Binary files a/resources/graphics/icons/papirus-dark/folder-feed.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/folder-recycle-bin.png b/resources/graphics/icons/papirus-dark/folder-recycle-bin.png
deleted file mode 100644
index 57ce99d24..000000000
Binary files a/resources/graphics/icons/papirus-dark/folder-recycle-bin.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/folder-root.png b/resources/graphics/icons/papirus-dark/folder-root.png
deleted file mode 100644
index ae75ed34e..000000000
Binary files a/resources/graphics/icons/papirus-dark/folder-root.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/go-down.png b/resources/graphics/icons/papirus-dark/go-down.png
deleted file mode 100644
index acf1a82b5..000000000
Binary files a/resources/graphics/icons/papirus-dark/go-down.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/go-home.png b/resources/graphics/icons/papirus-dark/go-home.png
deleted file mode 100644
index 008bdd194..000000000
Binary files a/resources/graphics/icons/papirus-dark/go-home.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/go-next.png b/resources/graphics/icons/papirus-dark/go-next.png
deleted file mode 100644
index 105615920..000000000
Binary files a/resources/graphics/icons/papirus-dark/go-next.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/go-previous.png b/resources/graphics/icons/papirus-dark/go-previous.png
deleted file mode 100644
index a7f7df510..000000000
Binary files a/resources/graphics/icons/papirus-dark/go-previous.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/go-refresh.png b/resources/graphics/icons/papirus-dark/go-refresh.png
deleted file mode 100644
index 227865585..000000000
Binary files a/resources/graphics/icons/papirus-dark/go-refresh.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/go-stop.png b/resources/graphics/icons/papirus-dark/go-stop.png
deleted file mode 100644
index 70bbf4d5e..000000000
Binary files a/resources/graphics/icons/papirus-dark/go-stop.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/go-up.png b/resources/graphics/icons/papirus-dark/go-up.png
deleted file mode 100644
index c2c2032c8..000000000
Binary files a/resources/graphics/icons/papirus-dark/go-up.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/image-generic.png b/resources/graphics/icons/papirus-dark/image-generic.png
deleted file mode 100644
index 24ba81984..000000000
Binary files a/resources/graphics/icons/papirus-dark/image-generic.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/image-placeholder.png b/resources/graphics/icons/papirus-dark/image-placeholder.png
deleted file mode 100644
index fada9038b..000000000
Binary files a/resources/graphics/icons/papirus-dark/image-placeholder.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-edit.png b/resources/graphics/icons/papirus-dark/item-edit.png
deleted file mode 100644
index 9fd65ebb7..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-edit.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-new.png b/resources/graphics/icons/papirus-dark/item-new.png
deleted file mode 100644
index af7893daa..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-new.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-newspaper.png b/resources/graphics/icons/papirus-dark/item-newspaper.png
deleted file mode 100644
index 55fde0be0..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-newspaper.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-open-external.png b/resources/graphics/icons/papirus-dark/item-open-external.png
deleted file mode 100644
index 766186cbc..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-open-external.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-open-internal.png b/resources/graphics/icons/papirus-dark/item-open-internal.png
deleted file mode 100644
index 9e26e182a..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-open-internal.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-remove.png b/resources/graphics/icons/papirus-dark/item-remove.png
deleted file mode 100644
index 816085c11..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-search-google.png b/resources/graphics/icons/papirus-dark/item-search-google.png
deleted file mode 100644
index 123a381ab..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-search-google.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-search.png b/resources/graphics/icons/papirus-dark/item-search.png
deleted file mode 100644
index 3e9ea0c2d..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-search.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-send-email.png b/resources/graphics/icons/papirus-dark/item-send-email.png
deleted file mode 100644
index 9d6b9f392..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-send-email.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-sync.png b/resources/graphics/icons/papirus-dark/item-sync.png
deleted file mode 100755
index b5c5c3e3a..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-sync.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-update-all.png b/resources/graphics/icons/papirus-dark/item-update-all.png
deleted file mode 100644
index 227865585..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-update-all.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/item-update-selected.png b/resources/graphics/icons/papirus-dark/item-update-selected.png
deleted file mode 100644
index aa566ef40..000000000
Binary files a/resources/graphics/icons/papirus-dark/item-update-selected.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/list-add.png b/resources/graphics/icons/papirus-dark/list-add.png
deleted file mode 100644
index af7893daa..000000000
Binary files a/resources/graphics/icons/papirus-dark/list-add.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/list-current.png b/resources/graphics/icons/papirus-dark/list-current.png
deleted file mode 100644
index 008bdd194..000000000
Binary files a/resources/graphics/icons/papirus-dark/list-current.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/list-remove.png b/resources/graphics/icons/papirus-dark/list-remove.png
deleted file mode 100644
index 816085c11..000000000
Binary files a/resources/graphics/icons/papirus-dark/list-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/mail-mark-favorite.png b/resources/graphics/icons/papirus-dark/mail-mark-favorite.png
deleted file mode 100644
index 0d1f47a78..000000000
Binary files a/resources/graphics/icons/papirus-dark/mail-mark-favorite.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/mail-mark-read.png b/resources/graphics/icons/papirus-dark/mail-mark-read.png
deleted file mode 100644
index 7b534eeb3..000000000
Binary files a/resources/graphics/icons/papirus-dark/mail-mark-read.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/mail-mark-unread.png b/resources/graphics/icons/papirus-dark/mail-mark-unread.png
deleted file mode 100644
index 1e6d7fd80..000000000
Binary files a/resources/graphics/icons/papirus-dark/mail-mark-unread.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/mail-remove.png b/resources/graphics/icons/papirus-dark/mail-remove.png
deleted file mode 100644
index 816085c11..000000000
Binary files a/resources/graphics/icons/papirus-dark/mail-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/print-web-page.png b/resources/graphics/icons/papirus-dark/print-web-page.png
deleted file mode 100644
index 9671f7fa5..000000000
Binary files a/resources/graphics/icons/papirus-dark/print-web-page.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/recycle-bin-empty.png b/resources/graphics/icons/papirus-dark/recycle-bin-empty.png
deleted file mode 100644
index 57ce99d24..000000000
Binary files a/resources/graphics/icons/papirus-dark/recycle-bin-empty.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/recycle-bin-restore-all.png b/resources/graphics/icons/papirus-dark/recycle-bin-restore-all.png
deleted file mode 100644
index 75e390f0a..000000000
Binary files a/resources/graphics/icons/papirus-dark/recycle-bin-restore-all.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/recycle-bin-restore-one.png b/resources/graphics/icons/papirus-dark/recycle-bin-restore-one.png
deleted file mode 100644
index 3985e5c99..000000000
Binary files a/resources/graphics/icons/papirus-dark/recycle-bin-restore-one.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/rssguard.png b/resources/graphics/icons/papirus-dark/rssguard.png
deleted file mode 100644
index 87b48fc46..000000000
Binary files a/resources/graphics/icons/papirus-dark/rssguard.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/text-html.png b/resources/graphics/icons/papirus-dark/text-html.png
deleted file mode 100644
index 2f08656ac..000000000
Binary files a/resources/graphics/icons/papirus-dark/text-html.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/view-fullscreen.png b/resources/graphics/icons/papirus-dark/view-fullscreen.png
deleted file mode 100644
index e7844b66c..000000000
Binary files a/resources/graphics/icons/papirus-dark/view-fullscreen.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/view-separator.png b/resources/graphics/icons/papirus-dark/view-separator.png
deleted file mode 100644
index e470732cc..000000000
Binary files a/resources/graphics/icons/papirus-dark/view-separator.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/view-spacer.png b/resources/graphics/icons/papirus-dark/view-spacer.png
deleted file mode 100644
index 66866a18d..000000000
Binary files a/resources/graphics/icons/papirus-dark/view-spacer.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/view-switch-layout-direction.png b/resources/graphics/icons/papirus-dark/view-switch-layout-direction.png
deleted file mode 100644
index 39fd89286..000000000
Binary files a/resources/graphics/icons/papirus-dark/view-switch-layout-direction.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/view-switch-list.png b/resources/graphics/icons/papirus-dark/view-switch-list.png
deleted file mode 100644
index 284fa2b10..000000000
Binary files a/resources/graphics/icons/papirus-dark/view-switch-list.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/view-switch-menu.png b/resources/graphics/icons/papirus-dark/view-switch-menu.png
deleted file mode 100644
index 5e312f726..000000000
Binary files a/resources/graphics/icons/papirus-dark/view-switch-menu.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/view-switch-window.png b/resources/graphics/icons/papirus-dark/view-switch-window.png
deleted file mode 100644
index 63618c8ac..000000000
Binary files a/resources/graphics/icons/papirus-dark/view-switch-window.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/view-switch.png b/resources/graphics/icons/papirus-dark/view-switch.png
deleted file mode 100644
index 5e312f726..000000000
Binary files a/resources/graphics/icons/papirus-dark/view-switch.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/web-adblock-disabled.png b/resources/graphics/icons/papirus-dark/web-adblock-disabled.png
deleted file mode 100644
index c7b50f013..000000000
Binary files a/resources/graphics/icons/papirus-dark/web-adblock-disabled.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/web-adblock.png b/resources/graphics/icons/papirus-dark/web-adblock.png
deleted file mode 100644
index d1fbbe8ff..000000000
Binary files a/resources/graphics/icons/papirus-dark/web-adblock.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/web-flash.png b/resources/graphics/icons/papirus-dark/web-flash.png
deleted file mode 100644
index eda30d532..000000000
Binary files a/resources/graphics/icons/papirus-dark/web-flash.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus-dark/web-javascript.png b/resources/graphics/icons/papirus-dark/web-javascript.png
deleted file mode 100644
index 7f88b0d12..000000000
Binary files a/resources/graphics/icons/papirus-dark/web-javascript.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/AUTHORS b/resources/graphics/icons/papirus/AUTHORS
deleted file mode 100644
index 93394bac8..000000000
--- a/resources/graphics/icons/papirus/AUTHORS
+++ /dev/null
@@ -1,4 +0,0 @@
------------------------- PAPIRUS RSS GUARD SKIN ------------------------
-
-CUSTOMIZER:
-Alexey Varfolomeev - varlesh@gmail.com
\ No newline at end of file
diff --git a/resources/graphics/icons/papirus/LICENSE b/resources/graphics/icons/papirus/LICENSE
deleted file mode 100644
index 443254047..000000000
--- a/resources/graphics/icons/papirus/LICENSE
+++ /dev/null
@@ -1,676 +0,0 @@
-
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "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.
-
- 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.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- 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.
-
- 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.
-
- 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.
-
- 1. Source Code.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- 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.
-
- 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.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- 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.
-
- 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.
-
- 4. Conveying Verbatim Copies.
-
- 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.
-
- 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.
-
- 5. Conveying Modified Source Versions.
-
- 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:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- 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".
-
- 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.
-
- 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.
-
- 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.
-
- 6. Conveying Non-Source Forms.
-
- 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:
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- "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.
-
- 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).
-
- 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.
-
- 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.
-
- 7. Additional Terms.
-
- "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.
-
- 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.
-
- 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:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- 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
-
- 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
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 8. Termination.
-
- 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).
-
- 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.
-
- 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.
-
- 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.
-
- 9. Acceptance Not Required for Having Copies.
-
- 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.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- 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.
-
- 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.
-
- 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.
-
- 11. Patents.
-
- 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".
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 12. No Surrender of Others' Freedom.
-
- 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.
-
- 13. Use with the GNU Affero General Public License.
-
- 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.
-
- 14. Revised Versions of this License.
-
- 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.
-
- 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.
-
- 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.
-
- 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.
-
- 15. Disclaimer of Warranty.
-
- 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.
-
- 16. Limitation of Liability.
-
- 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.
-
- 17. Interpretation of Sections 15 and 16.
-
- 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.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- 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.
-
- 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.
-
-
- Copyright (C)
-
- This program 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 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-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".
-
- 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
-.
-
- 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
-.
-
diff --git a/resources/graphics/icons/papirus/application-about.png b/resources/graphics/icons/papirus/application-about.png
deleted file mode 100644
index dfc20c9ff..000000000
Binary files a/resources/graphics/icons/papirus/application-about.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/application-donate.png b/resources/graphics/icons/papirus/application-donate.png
deleted file mode 100644
index ff06e4d12..000000000
Binary files a/resources/graphics/icons/papirus/application-donate.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/application-exit.png b/resources/graphics/icons/papirus/application-exit.png
deleted file mode 100644
index 72a27e1fb..000000000
Binary files a/resources/graphics/icons/papirus/application-exit.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/application-menu.png b/resources/graphics/icons/papirus/application-menu.png
deleted file mode 100644
index 567c6bc83..000000000
Binary files a/resources/graphics/icons/papirus/application-menu.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/application-owncloud.png b/resources/graphics/icons/papirus/application-owncloud.png
deleted file mode 100644
index 1edf2747d..000000000
Binary files a/resources/graphics/icons/papirus/application-owncloud.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/application-report-bug.png b/resources/graphics/icons/papirus/application-report-bug.png
deleted file mode 100644
index 944aafab5..000000000
Binary files a/resources/graphics/icons/papirus/application-report-bug.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/application-settings.png b/resources/graphics/icons/papirus/application-settings.png
deleted file mode 100644
index 01ba32478..000000000
Binary files a/resources/graphics/icons/papirus/application-settings.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/application-ttrss.png b/resources/graphics/icons/papirus/application-ttrss.png
deleted file mode 100644
index 3cc173541..000000000
Binary files a/resources/graphics/icons/papirus/application-ttrss.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/application-wiki.png b/resources/graphics/icons/papirus/application-wiki.png
deleted file mode 100644
index 422bc7f29..000000000
Binary files a/resources/graphics/icons/papirus/application-wiki.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/check-for-updates.png b/resources/graphics/icons/papirus/check-for-updates.png
deleted file mode 100644
index 888cc89d1..000000000
Binary files a/resources/graphics/icons/papirus/check-for-updates.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/cleanup-database.png b/resources/graphics/icons/papirus/cleanup-database.png
deleted file mode 100644
index 3dc2ae624..000000000
Binary files a/resources/graphics/icons/papirus/cleanup-database.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/dialog-cancel.png b/resources/graphics/icons/papirus/dialog-cancel.png
deleted file mode 100644
index 71d2b9d7d..000000000
Binary files a/resources/graphics/icons/papirus/dialog-cancel.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/dialog-error.png b/resources/graphics/icons/papirus/dialog-error.png
deleted file mode 100644
index 944aafab5..000000000
Binary files a/resources/graphics/icons/papirus/dialog-error.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/dialog-information.png b/resources/graphics/icons/papirus/dialog-information.png
deleted file mode 100644
index dfc20c9ff..000000000
Binary files a/resources/graphics/icons/papirus/dialog-information.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/dialog-no.png b/resources/graphics/icons/papirus/dialog-no.png
deleted file mode 100644
index 29791331e..000000000
Binary files a/resources/graphics/icons/papirus/dialog-no.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/dialog-ok.png b/resources/graphics/icons/papirus/dialog-ok.png
deleted file mode 100644
index 0625706d1..000000000
Binary files a/resources/graphics/icons/papirus/dialog-ok.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/dialog-question.png b/resources/graphics/icons/papirus/dialog-question.png
deleted file mode 100644
index b56ffe57b..000000000
Binary files a/resources/graphics/icons/papirus/dialog-question.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/dialog-warning.png b/resources/graphics/icons/papirus/dialog-warning.png
deleted file mode 100644
index 898a70b56..000000000
Binary files a/resources/graphics/icons/papirus/dialog-warning.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/dialog-yes.png b/resources/graphics/icons/papirus/dialog-yes.png
deleted file mode 100644
index 0625706d1..000000000
Binary files a/resources/graphics/icons/papirus/dialog-yes.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/document-download.png b/resources/graphics/icons/papirus/document-download.png
deleted file mode 100644
index 86a7723f1..000000000
Binary files a/resources/graphics/icons/papirus/document-download.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/document-export.png b/resources/graphics/icons/papirus/document-export.png
deleted file mode 100644
index a422d633c..000000000
Binary files a/resources/graphics/icons/papirus/document-export.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/document-import.png b/resources/graphics/icons/papirus/document-import.png
deleted file mode 100644
index 0aa76a8de..000000000
Binary files a/resources/graphics/icons/papirus/document-import.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/download-manager.png b/resources/graphics/icons/papirus/download-manager.png
deleted file mode 100644
index 86a7723f1..000000000
Binary files a/resources/graphics/icons/papirus/download-manager.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/edit-copy-image.png b/resources/graphics/icons/papirus/edit-copy-image.png
deleted file mode 100644
index e6050b58e..000000000
Binary files a/resources/graphics/icons/papirus/edit-copy-image.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/edit-copy.png b/resources/graphics/icons/papirus/edit-copy.png
deleted file mode 100644
index 52cf57b0b..000000000
Binary files a/resources/graphics/icons/papirus/edit-copy.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/edit-revert.png b/resources/graphics/icons/papirus/edit-revert.png
deleted file mode 100644
index 9fff5449e..000000000
Binary files a/resources/graphics/icons/papirus/edit-revert.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/expand-collapse.png b/resources/graphics/icons/papirus/expand-collapse.png
deleted file mode 100644
index d8841e2fb..000000000
Binary files a/resources/graphics/icons/papirus/expand-collapse.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/cs_CZ.png b/resources/graphics/icons/papirus/flags/cs_CZ.png
deleted file mode 100644
index b50e69ec0..000000000
Binary files a/resources/graphics/icons/papirus/flags/cs_CZ.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/da_DK.png b/resources/graphics/icons/papirus/flags/da_DK.png
deleted file mode 100644
index 3f4dac36d..000000000
Binary files a/resources/graphics/icons/papirus/flags/da_DK.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/de_DE.png b/resources/graphics/icons/papirus/flags/de_DE.png
deleted file mode 100644
index 463f855d7..000000000
Binary files a/resources/graphics/icons/papirus/flags/de_DE.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/en_GB.png b/resources/graphics/icons/papirus/flags/en_GB.png
deleted file mode 100644
index bfe631c02..000000000
Binary files a/resources/graphics/icons/papirus/flags/en_GB.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/en_US.png b/resources/graphics/icons/papirus/flags/en_US.png
deleted file mode 100644
index 48c448fc9..000000000
Binary files a/resources/graphics/icons/papirus/flags/en_US.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/fr_FR.png b/resources/graphics/icons/papirus/flags/fr_FR.png
deleted file mode 100644
index 33156c6a6..000000000
Binary files a/resources/graphics/icons/papirus/flags/fr_FR.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/he_IL.png b/resources/graphics/icons/papirus/flags/he_IL.png
deleted file mode 100644
index 3ba7553d3..000000000
Binary files a/resources/graphics/icons/papirus/flags/he_IL.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/id_ID.png b/resources/graphics/icons/papirus/flags/id_ID.png
deleted file mode 100644
index ed42d1f98..000000000
Binary files a/resources/graphics/icons/papirus/flags/id_ID.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/it_IT.png b/resources/graphics/icons/papirus/flags/it_IT.png
deleted file mode 100644
index ea0b791b5..000000000
Binary files a/resources/graphics/icons/papirus/flags/it_IT.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/ja_JP.png b/resources/graphics/icons/papirus/flags/ja_JP.png
deleted file mode 100644
index 29c45d586..000000000
Binary files a/resources/graphics/icons/papirus/flags/ja_JP.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/lt_LT.png b/resources/graphics/icons/papirus/flags/lt_LT.png
deleted file mode 100644
index 875dd3f90..000000000
Binary files a/resources/graphics/icons/papirus/flags/lt_LT.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/nl_NL.png b/resources/graphics/icons/papirus/flags/nl_NL.png
deleted file mode 100644
index 2e7ac6191..000000000
Binary files a/resources/graphics/icons/papirus/flags/nl_NL.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/pt_BR.png b/resources/graphics/icons/papirus/flags/pt_BR.png
deleted file mode 100644
index 47a007f2d..000000000
Binary files a/resources/graphics/icons/papirus/flags/pt_BR.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/flags/sv_SE.png b/resources/graphics/icons/papirus/flags/sv_SE.png
deleted file mode 100644
index 2c9bd9dbf..000000000
Binary files a/resources/graphics/icons/papirus/flags/sv_SE.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/folder-category.png b/resources/graphics/icons/papirus/folder-category.png
deleted file mode 100644
index c9af45863..000000000
Binary files a/resources/graphics/icons/papirus/folder-category.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/folder-feed.png b/resources/graphics/icons/papirus/folder-feed.png
deleted file mode 100644
index 6d54cf169..000000000
Binary files a/resources/graphics/icons/papirus/folder-feed.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/folder-recycle-bin.png b/resources/graphics/icons/papirus/folder-recycle-bin.png
deleted file mode 100644
index fa84bc6b0..000000000
Binary files a/resources/graphics/icons/papirus/folder-recycle-bin.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/folder-root.png b/resources/graphics/icons/papirus/folder-root.png
deleted file mode 100644
index ae75ed34e..000000000
Binary files a/resources/graphics/icons/papirus/folder-root.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/go-down.png b/resources/graphics/icons/papirus/go-down.png
deleted file mode 100644
index ef52df4d8..000000000
Binary files a/resources/graphics/icons/papirus/go-down.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/go-home.png b/resources/graphics/icons/papirus/go-home.png
deleted file mode 100644
index d492c0c08..000000000
Binary files a/resources/graphics/icons/papirus/go-home.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/go-next.png b/resources/graphics/icons/papirus/go-next.png
deleted file mode 100644
index 7460f2007..000000000
Binary files a/resources/graphics/icons/papirus/go-next.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/go-previous.png b/resources/graphics/icons/papirus/go-previous.png
deleted file mode 100644
index 62a1ae093..000000000
Binary files a/resources/graphics/icons/papirus/go-previous.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/go-refresh.png b/resources/graphics/icons/papirus/go-refresh.png
deleted file mode 100644
index 942797580..000000000
Binary files a/resources/graphics/icons/papirus/go-refresh.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/go-stop.png b/resources/graphics/icons/papirus/go-stop.png
deleted file mode 100644
index 5e864f5d4..000000000
Binary files a/resources/graphics/icons/papirus/go-stop.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/go-up.png b/resources/graphics/icons/papirus/go-up.png
deleted file mode 100644
index a10369764..000000000
Binary files a/resources/graphics/icons/papirus/go-up.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/image-generic.png b/resources/graphics/icons/papirus/image-generic.png
deleted file mode 100644
index e6050b58e..000000000
Binary files a/resources/graphics/icons/papirus/image-generic.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/image-placeholder.png b/resources/graphics/icons/papirus/image-placeholder.png
deleted file mode 100644
index fada9038b..000000000
Binary files a/resources/graphics/icons/papirus/image-placeholder.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-edit.png b/resources/graphics/icons/papirus/item-edit.png
deleted file mode 100644
index 3c6782ceb..000000000
Binary files a/resources/graphics/icons/papirus/item-edit.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-new.png b/resources/graphics/icons/papirus/item-new.png
deleted file mode 100644
index 45e82c529..000000000
Binary files a/resources/graphics/icons/papirus/item-new.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-newspaper.png b/resources/graphics/icons/papirus/item-newspaper.png
deleted file mode 100644
index 11f2eab0b..000000000
Binary files a/resources/graphics/icons/papirus/item-newspaper.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-open-external.png b/resources/graphics/icons/papirus/item-open-external.png
deleted file mode 100644
index 990029b83..000000000
Binary files a/resources/graphics/icons/papirus/item-open-external.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-open-internal.png b/resources/graphics/icons/papirus/item-open-internal.png
deleted file mode 100644
index 3c524124d..000000000
Binary files a/resources/graphics/icons/papirus/item-open-internal.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-remove.png b/resources/graphics/icons/papirus/item-remove.png
deleted file mode 100644
index 29791331e..000000000
Binary files a/resources/graphics/icons/papirus/item-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-search-google.png b/resources/graphics/icons/papirus/item-search-google.png
deleted file mode 100644
index f5344e101..000000000
Binary files a/resources/graphics/icons/papirus/item-search-google.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-search.png b/resources/graphics/icons/papirus/item-search.png
deleted file mode 100644
index 587317bdb..000000000
Binary files a/resources/graphics/icons/papirus/item-search.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-send-email.png b/resources/graphics/icons/papirus/item-send-email.png
deleted file mode 100644
index 1bff80a83..000000000
Binary files a/resources/graphics/icons/papirus/item-send-email.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-sync.png b/resources/graphics/icons/papirus/item-sync.png
deleted file mode 100755
index 0f0c6fd14..000000000
Binary files a/resources/graphics/icons/papirus/item-sync.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-update-all.png b/resources/graphics/icons/papirus/item-update-all.png
deleted file mode 100644
index 942797580..000000000
Binary files a/resources/graphics/icons/papirus/item-update-all.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/item-update-selected.png b/resources/graphics/icons/papirus/item-update-selected.png
deleted file mode 100644
index 6469027e6..000000000
Binary files a/resources/graphics/icons/papirus/item-update-selected.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/list-add.png b/resources/graphics/icons/papirus/list-add.png
deleted file mode 100644
index 45e82c529..000000000
Binary files a/resources/graphics/icons/papirus/list-add.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/list-current.png b/resources/graphics/icons/papirus/list-current.png
deleted file mode 100644
index d492c0c08..000000000
Binary files a/resources/graphics/icons/papirus/list-current.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/list-remove.png b/resources/graphics/icons/papirus/list-remove.png
deleted file mode 100644
index 29791331e..000000000
Binary files a/resources/graphics/icons/papirus/list-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/mail-mark-favorite.png b/resources/graphics/icons/papirus/mail-mark-favorite.png
deleted file mode 100644
index ddeda801a..000000000
Binary files a/resources/graphics/icons/papirus/mail-mark-favorite.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/mail-mark-read.png b/resources/graphics/icons/papirus/mail-mark-read.png
deleted file mode 100644
index 0625706d1..000000000
Binary files a/resources/graphics/icons/papirus/mail-mark-read.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/mail-mark-unread.png b/resources/graphics/icons/papirus/mail-mark-unread.png
deleted file mode 100644
index d714dffc6..000000000
Binary files a/resources/graphics/icons/papirus/mail-mark-unread.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/mail-remove.png b/resources/graphics/icons/papirus/mail-remove.png
deleted file mode 100644
index 29791331e..000000000
Binary files a/resources/graphics/icons/papirus/mail-remove.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/print-web-page.png b/resources/graphics/icons/papirus/print-web-page.png
deleted file mode 100644
index 97476d2b8..000000000
Binary files a/resources/graphics/icons/papirus/print-web-page.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/recycle-bin-empty.png b/resources/graphics/icons/papirus/recycle-bin-empty.png
deleted file mode 100644
index fa84bc6b0..000000000
Binary files a/resources/graphics/icons/papirus/recycle-bin-empty.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/recycle-bin-restore-all.png b/resources/graphics/icons/papirus/recycle-bin-restore-all.png
deleted file mode 100644
index 4e1ba8574..000000000
Binary files a/resources/graphics/icons/papirus/recycle-bin-restore-all.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/recycle-bin-restore-one.png b/resources/graphics/icons/papirus/recycle-bin-restore-one.png
deleted file mode 100644
index 5c232333d..000000000
Binary files a/resources/graphics/icons/papirus/recycle-bin-restore-one.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/rssguard.png b/resources/graphics/icons/papirus/rssguard.png
deleted file mode 100644
index c352052db..000000000
Binary files a/resources/graphics/icons/papirus/rssguard.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/text-html.png b/resources/graphics/icons/papirus/text-html.png
deleted file mode 100644
index 2ef7876c7..000000000
Binary files a/resources/graphics/icons/papirus/text-html.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/view-fullscreen.png b/resources/graphics/icons/papirus/view-fullscreen.png
deleted file mode 100644
index 8970285ce..000000000
Binary files a/resources/graphics/icons/papirus/view-fullscreen.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/view-separator.png b/resources/graphics/icons/papirus/view-separator.png
deleted file mode 100644
index a18161626..000000000
Binary files a/resources/graphics/icons/papirus/view-separator.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/view-spacer.png b/resources/graphics/icons/papirus/view-spacer.png
deleted file mode 100644
index c80da2a15..000000000
Binary files a/resources/graphics/icons/papirus/view-spacer.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/view-switch-layout-direction.png b/resources/graphics/icons/papirus/view-switch-layout-direction.png
deleted file mode 100644
index 7449f1930..000000000
Binary files a/resources/graphics/icons/papirus/view-switch-layout-direction.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/view-switch-list.png b/resources/graphics/icons/papirus/view-switch-list.png
deleted file mode 100644
index 0fcdbf8fa..000000000
Binary files a/resources/graphics/icons/papirus/view-switch-list.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/view-switch-menu.png b/resources/graphics/icons/papirus/view-switch-menu.png
deleted file mode 100644
index 98f8d40bc..000000000
Binary files a/resources/graphics/icons/papirus/view-switch-menu.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/view-switch-window.png b/resources/graphics/icons/papirus/view-switch-window.png
deleted file mode 100644
index 11b84c7bb..000000000
Binary files a/resources/graphics/icons/papirus/view-switch-window.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/view-switch.png b/resources/graphics/icons/papirus/view-switch.png
deleted file mode 100644
index 98f8d40bc..000000000
Binary files a/resources/graphics/icons/papirus/view-switch.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/web-adblock-disabled.png b/resources/graphics/icons/papirus/web-adblock-disabled.png
deleted file mode 100644
index 382d5675e..000000000
Binary files a/resources/graphics/icons/papirus/web-adblock-disabled.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/web-adblock.png b/resources/graphics/icons/papirus/web-adblock.png
deleted file mode 100644
index c8ba0c76b..000000000
Binary files a/resources/graphics/icons/papirus/web-adblock.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/web-flash.png b/resources/graphics/icons/papirus/web-flash.png
deleted file mode 100644
index 09c758c67..000000000
Binary files a/resources/graphics/icons/papirus/web-flash.png and /dev/null differ
diff --git a/resources/graphics/icons/papirus/web-javascript.png b/resources/graphics/icons/papirus/web-javascript.png
deleted file mode 100644
index edfa01822..000000000
Binary files a/resources/graphics/icons/papirus/web-javascript.png and /dev/null differ
diff --git a/src/core/feedsmodel.cpp b/src/core/feedsmodel.cpp
index 6b3a628c0..a76c2e47a 100755
--- a/src/core/feedsmodel.cpp
+++ b/src/core/feedsmodel.cpp
@@ -55,7 +55,7 @@ FeedsModel::FeedsModel(QObject *parent)
//: Name of root item of feed list which can be seen in feed add/edit dialog.
m_rootItem->setTitle(tr("Root"));
- m_rootItem->setIcon(qApp->icons()->fromTheme(QSL("folder-root")));
+ m_rootItem->setIcon(qApp->icons()->fromTheme(QSL("folder")));
// Setup icons.
m_countsIcon = qApp->icons()->fromTheme(QSL("mail-mark-unread"));
@@ -175,7 +175,7 @@ void FeedsModel::onFeedUpdatesFinished(const FeedDownloadResults &results) {
if (!results.updatedFeeds().isEmpty()) {
// Now, inform about results via GUI message/notification.
qApp->showGuiMessage(tr("New messages downloaded"), results.overview(10), QSystemTrayIcon::NoIcon,
- 0, false, qApp->icons()->fromTheme(QSL("item-update-all")));
+ 0, false, qApp->icons()->fromTheme(QSL("view-refresh")));
}
emit feedsUpdateFinished();
diff --git a/src/core/messagesmodel.cpp b/src/core/messagesmodel.cpp
index f4cfd69da..f33df2542 100755
--- a/src/core/messagesmodel.cpp
+++ b/src/core/messagesmodel.cpp
@@ -48,7 +48,7 @@ MessagesModel::~MessagesModel() {
}
void MessagesModel::setupIcons() {
- m_favoriteIcon = qApp->icons()->fromTheme(QSL("mail-mark-favorite"));
+ m_favoriteIcon = qApp->icons()->fromTheme(QSL("mail-mark-important"));
m_readIcon = qApp->icons()->fromTheme(QSL("mail-mark-read"));
m_unreadIcon = qApp->icons()->fromTheme(QSL("mail-mark-unread"));
}
diff --git a/src/definitions/definitions.h.in b/src/definitions/definitions.h.in
index 3abfd8a68..f89cf1db7 100755
--- a/src/definitions/definitions.h.in
+++ b/src/definitions/definitions.h.in
@@ -143,7 +143,7 @@
#define APP_QUIT_INSTANCE "app_quit"
#define APP_IS_RUNNING "app_is_running"
#define APP_SKIN_DEFAULT "base/vergilius.xml"
-#define APP_THEME_DEFAULT "mini-kfaenza"
+#define APP_THEME_DEFAULT "faenza"
#define APP_NO_THEME "-"
#define APP_THEME_SUFFIX ".png"
diff --git a/src/dynamic-shortcuts/shortcutcatcher.cpp b/src/dynamic-shortcuts/shortcutcatcher.cpp
index 0696a3fd3..74ad2ddf4 100755
--- a/src/dynamic-shortcuts/shortcutcatcher.cpp
+++ b/src/dynamic-shortcuts/shortcutcatcher.cpp
@@ -61,13 +61,13 @@ ShortcutCatcher::ShortcutCatcher(QWidget *parent)
// Create reset button.
m_btnReset = new PlainToolButton(this);
- m_btnReset->setIcon(qApp->icons()->fromTheme(QSL("edit-revert")));
+ m_btnReset->setIcon(qApp->icons()->fromTheme(QSL("document-revert")));
m_btnReset->setFocusPolicy(Qt::NoFocus);
m_btnReset->setToolTip(tr("Reset to original shortcut."));
// Create clear button.
m_btnClear = new PlainToolButton(this);
- m_btnClear->setIcon(qApp->icons()->fromTheme(QSL("item-remove")));
+ m_btnClear->setIcon(qApp->icons()->fromTheme(QSL("list-remove")));
m_btnClear->setFocusPolicy(Qt::NoFocus);
m_btnClear->setToolTip(tr("Clear current shortcut."));
diff --git a/src/gui/dialogs/formabout.cpp b/src/gui/dialogs/formabout.cpp
index 211a67fdf..d5b8f2ba9 100755
--- a/src/gui/dialogs/formabout.cpp
+++ b/src/gui/dialogs/formabout.cpp
@@ -30,7 +30,7 @@ FormAbout::FormAbout(QWidget *parent) : QDialog(parent), m_ui(new Ui::FormAbout(
// Set flags and attributes.
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint);
- setWindowIcon(qApp->icons()->fromTheme(QSL("application-about")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("help-about")));
//: About RSS Guard dialog title.
setWindowTitle(tr("About %1").arg(APP_NAME));
diff --git a/src/gui/dialogs/formaddaccount.cpp b/src/gui/dialogs/formaddaccount.cpp
index 4fd20d511..af26e324e 100755
--- a/src/gui/dialogs/formaddaccount.cpp
+++ b/src/gui/dialogs/formaddaccount.cpp
@@ -29,7 +29,7 @@ FormAddAccount::FormAddAccount(const QList &entry_points, Fe
// Set flags and attributes.
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint);
- setWindowIcon(qApp->icons()->fromTheme(QSL("item-new")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("document-new")));
connect(m_ui->m_listEntryPoints, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(addSelectedAccount()));
connect(m_ui->m_buttonBox, SIGNAL(accepted()), this, SLOT(addSelectedAccount()));
diff --git a/src/gui/dialogs/formdatabasecleanup.cpp b/src/gui/dialogs/formdatabasecleanup.cpp
index 66bde9ac9..8ad506cb9 100755
--- a/src/gui/dialogs/formdatabasecleanup.cpp
+++ b/src/gui/dialogs/formdatabasecleanup.cpp
@@ -29,7 +29,7 @@ FormDatabaseCleanup::FormDatabaseCleanup(QWidget *parent) : QDialog(parent), m_u
// Set flags and attributes.
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint | Qt::WindowTitleHint);
- setWindowIcon(qApp->icons()->fromTheme(QSL("cleanup-database")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("edit-clear")));
connect(m_ui->m_spinDays, SIGNAL(valueChanged(int)), this, SLOT(updateDaysSuffix(int)));
m_ui->m_spinDays->setValue(DEFAULT_DAYS_TO_DELETE_MSG);
diff --git a/src/gui/dialogs/formmain.cpp b/src/gui/dialogs/formmain.cpp
index 772f55b5d..9bce53d73 100755
--- a/src/gui/dialogs/formmain.cpp
+++ b/src/gui/dialogs/formmain.cpp
@@ -186,7 +186,7 @@ void FormMain::updateAddItemMenu() {
QList specific_root_actions = activated_root->addItemMenu();
if (activated_root->supportsCategoryAdding()) {
- QAction *action_new_category = new QAction(qApp->icons()->fromTheme(QSL("folder-category")),
+ QAction *action_new_category = new QAction(qApp->icons()->fromTheme(QSL("folder")),
tr("Add new category"),
m_ui->m_menuAddItem);
root_menu->addAction(action_new_category);
@@ -194,7 +194,7 @@ void FormMain::updateAddItemMenu() {
}
if (activated_root->supportsFeedAdding()) {
- QAction *action_new_feed = new QAction(qApp->icons()->fromTheme(QSL("folder-feed")),
+ QAction *action_new_feed = new QAction(qApp->icons()->fromTheme(QSL("application-rss+xml")),
tr("Add new feed"),
m_ui->m_menuAddItem);
root_menu->addAction(action_new_feed);
@@ -327,10 +327,10 @@ void FormMain::setupIcons() {
IconFactory *icon_theme_factory = qApp->icons();
// Setup icons of this main window.
- m_ui->m_actionDownloadManager->setIcon(icon_theme_factory->fromTheme(QSL("download-manager")));
- m_ui->m_actionSettings->setIcon(icon_theme_factory->fromTheme(QSL("application-settings")));
+ m_ui->m_actionDownloadManager->setIcon(icon_theme_factory->fromTheme(QSL("emblem-downloads")));
+ m_ui->m_actionSettings->setIcon(icon_theme_factory->fromTheme(QSL("preferences-other")));
m_ui->m_actionQuit->setIcon(icon_theme_factory->fromTheme(QSL("application-exit")));
- m_ui->m_actionRestart->setIcon(icon_theme_factory->fromTheme(QSL("go-refresh")));
+ m_ui->m_actionRestart->setIcon(icon_theme_factory->fromTheme(QSL("view-refresh")));
m_ui->m_actionAboutGuard->setIcon(icon_theme_factory->fromTheme(QSL("application-about")));
m_ui->m_actionCheckForUpdates->setIcon(icon_theme_factory->fromTheme(QSL("check-for-updates")));
m_ui->m_actionCleanupDatabase->setIcon(icon_theme_factory->fromTheme(QSL("cleanup-database")));
@@ -338,36 +338,36 @@ void FormMain::setupIcons() {
m_ui->m_actionReportBugBitBucket->setIcon(icon_theme_factory->fromTheme(QSL("application-report-bug")));
m_ui->m_actionBackupDatabaseSettings->setIcon(icon_theme_factory->fromTheme(QSL("document-export")));
m_ui->m_actionRestoreDatabaseSettings->setIcon(icon_theme_factory->fromTheme(QSL("document-import")));
- m_ui->m_actionDonate->setIcon(icon_theme_factory->fromTheme(QSL("application-donate")));
- m_ui->m_actionDisplayWiki->setIcon(icon_theme_factory->fromTheme(QSL("application-wiki")));
+ m_ui->m_actionDonate->setIcon(icon_theme_factory->fromTheme(QSL("face-smile")));
+ m_ui->m_actionDisplayWiki->setIcon(icon_theme_factory->fromTheme(QSL("applications-science")));
// View.
- m_ui->m_actionSwitchMainWindow->setIcon(icon_theme_factory->fromTheme(QSL("view-switch-window")));
+ m_ui->m_actionSwitchMainWindow->setIcon(icon_theme_factory->fromTheme(QSL("window-close")));
m_ui->m_actionFullscreen->setIcon(icon_theme_factory->fromTheme(QSL("view-fullscreen")));
- m_ui->m_actionSwitchFeedsList->setIcon(icon_theme_factory->fromTheme(QSL("view-switch-list")));
- m_ui->m_actionSwitchMainMenu->setIcon(icon_theme_factory->fromTheme(QSL("view-switch-menu")));
- m_ui->m_actionSwitchToolBars->setIcon(icon_theme_factory->fromTheme(QSL("view-switch-list")));
- m_ui->m_actionSwitchListHeaders->setIcon(icon_theme_factory->fromTheme(QSL("view-switch-list")));
+ m_ui->m_actionSwitchFeedsList->setIcon(icon_theme_factory->fromTheme(QSL("view-restore")));
+ m_ui->m_actionSwitchMainMenu->setIcon(icon_theme_factory->fromTheme(QSL("view-restore")));
+ m_ui->m_actionSwitchToolBars->setIcon(icon_theme_factory->fromTheme(QSL("view-restore")));
+ m_ui->m_actionSwitchListHeaders->setIcon(icon_theme_factory->fromTheme(QSL("view-restore")));
m_ui->m_actionSwitchStatusBar->setIcon(icon_theme_factory->fromTheme(QSL("dialog-information")));
- m_ui->m_actionSwitchMessageListOrientation->setIcon(icon_theme_factory->fromTheme(QSL("view-switch-layout-direction")));
- m_ui->m_menuShowHide->setIcon(icon_theme_factory->fromTheme(QSL("view-switch")));
+ m_ui->m_actionSwitchMessageListOrientation->setIcon(icon_theme_factory->fromTheme(QSL("view-restore")));
+ m_ui->m_menuShowHide->setIcon(icon_theme_factory->fromTheme(QSL("view-restore")));
// Feeds/messages.
- m_ui->m_menuAddItem->setIcon(icon_theme_factory->fromTheme(QSL("item-new")));
- m_ui->m_actionStopRunningItemsUpdate->setIcon(icon_theme_factory->fromTheme(QSL("go-stop")));
- m_ui->m_actionUpdateAllItems->setIcon(icon_theme_factory->fromTheme(QSL("item-update-all")));
- m_ui->m_actionUpdateSelectedItems->setIcon(icon_theme_factory->fromTheme(QSL("item-update-selected")));
- m_ui->m_actionClearSelectedItems->setIcon(icon_theme_factory->fromTheme(QSL("mail-remove")));
- m_ui->m_actionClearAllItems->setIcon(icon_theme_factory->fromTheme(QSL("mail-remove")));
- m_ui->m_actionDeleteSelectedItem->setIcon(icon_theme_factory->fromTheme(QSL("item-remove")));
- m_ui->m_actionDeleteSelectedMessages->setIcon(icon_theme_factory->fromTheme(QSL("mail-remove")));
- m_ui->m_actionEditSelectedItem->setIcon(icon_theme_factory->fromTheme(QSL("item-edit")));
+ m_ui->m_menuAddItem->setIcon(icon_theme_factory->fromTheme(QSL("list-add")));
+ m_ui->m_actionStopRunningItemsUpdate->setIcon(icon_theme_factory->fromTheme(QSL("process-stop")));
+ m_ui->m_actionUpdateAllItems->setIcon(icon_theme_factory->fromTheme(QSL("view-refresh")));
+ m_ui->m_actionUpdateSelectedItems->setIcon(icon_theme_factory->fromTheme(QSL("view-refresh")));
+ m_ui->m_actionClearSelectedItems->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-junk")));
+ m_ui->m_actionClearAllItems->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-junk")));
+ m_ui->m_actionDeleteSelectedItem->setIcon(icon_theme_factory->fromTheme(QSL("list-remove")));
+ m_ui->m_actionDeleteSelectedMessages->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-junk")));
+ m_ui->m_actionEditSelectedItem->setIcon(icon_theme_factory->fromTheme(QSL("text-x-generic")));
m_ui->m_actionMarkAllItemsRead->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-read")));
m_ui->m_actionMarkSelectedItemsAsRead->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-read")));
m_ui->m_actionMarkSelectedItemsAsUnread->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-unread")));
m_ui->m_actionMarkSelectedMessagesAsRead->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-read")));
m_ui->m_actionMarkSelectedMessagesAsUnread->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-unread")));
- m_ui->m_actionSwitchImportanceOfSelectedMessages->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-favorite")));
+ m_ui->m_actionSwitchImportanceOfSelectedMessages->setIcon(icon_theme_factory->fromTheme(QSL("mail-mark-important")));
m_ui->m_actionOpenSelectedSourceArticlesExternally->setIcon(icon_theme_factory->fromTheme(QSL("item-open-external")));
m_ui->m_actionOpenSelectedMessagesInternally->setIcon(icon_theme_factory->fromTheme(QSL("item-open-internal")));
m_ui->m_actionSendMessageViaEmail->setIcon(icon_theme_factory->fromTheme(QSL("item-send-email")));
@@ -385,14 +385,11 @@ void FormMain::setupIcons() {
m_ui->m_actionServiceAdd->setIcon(icon_theme_factory->fromTheme(QSL("item-new")));
m_ui->m_actionServiceEdit->setIcon(icon_theme_factory->fromTheme(QSL("item-edit")));
m_ui->m_actionServiceDelete->setIcon(icon_theme_factory->fromTheme(QSL("item-remove")));
- m_ui->m_actionAddFeedIntoSelectedAccount->setIcon(icon_theme_factory->fromTheme(QSL("folder-feed")));
- m_ui->m_actionAddCategoryIntoSelectedAccount->setIcon(icon_theme_factory->fromTheme(QSL("folder-category")));
+ m_ui->m_actionAddFeedIntoSelectedAccount->setIcon(icon_theme_factory->fromTheme(QSL("application-rss+xml")));
+ m_ui->m_actionAddCategoryIntoSelectedAccount->setIcon(icon_theme_factory->fromTheme(QSL("folder")));
// Setup icons on TabWidget too.
m_ui->m_tabWidget->setupIcons();
-
- // Most of icons are loaded, clear the cache.
- qApp->icons()->clearCache();
}
void FormMain::loadSize() {
diff --git a/src/gui/dialogs/formsettings.cpp b/src/gui/dialogs/formsettings.cpp
index 97be413a2..c5ba52e5c 100755
--- a/src/gui/dialogs/formsettings.cpp
+++ b/src/gui/dialogs/formsettings.cpp
@@ -59,7 +59,7 @@ FormSettings::FormSettings(QWidget *parent) : QDialog(parent), m_ui(new Ui::Form
// Set flags and attributes.
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint | Qt::WindowTitleHint);
- setWindowIcon(qApp->icons()->fromTheme(QSL("application-settings")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("preferences-other")));
m_ui->m_editorMessagesToolbar->activeItemsWidget()->viewport()->installEventFilter(this);
m_ui->m_editorFeedsToolbar->activeItemsWidget()->viewport()->installEventFilter(this);
diff --git a/src/gui/dialogs/formupdate.cpp b/src/gui/dialogs/formupdate.cpp
index 142666222..f8ad85529 100755
--- a/src/gui/dialogs/formupdate.cpp
+++ b/src/gui/dialogs/formupdate.cpp
@@ -44,7 +44,7 @@ FormUpdate::FormUpdate(QWidget *parent)
// Set flags and attributes.
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint | Qt::WindowTitleHint);
- setWindowIcon(qApp->icons()->fromTheme(QSL("application-about")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("help-about")));
connect(m_btnUpdate, SIGNAL(clicked()), this, SLOT(startUpdate()));
checkForUpdates();
diff --git a/src/gui/feedstoolbar.cpp b/src/gui/feedstoolbar.cpp
index 9f5ce59ba..be0dc3e85 100755
--- a/src/gui/feedstoolbar.cpp
+++ b/src/gui/feedstoolbar.cpp
@@ -75,7 +75,7 @@ void FeedsToolBar::loadChangeableActions(const QStringList &actions) {
spacer->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
QAction *action = addWidget(spacer);
- action->setIcon(qApp->icons()->fromTheme(QSL("application-search")));
+ action->setIcon(qApp->icons()->fromTheme(QSL("system-search")));
action->setProperty("type", SPACER_ACTION_NAME);
action->setProperty("name", tr("Toolbar spacer"));
}
diff --git a/src/gui/messagepreviewer.cpp b/src/gui/messagepreviewer.cpp
index f2be7e1a2..b60352aa4 100644
--- a/src/gui/messagepreviewer.cpp
+++ b/src/gui/messagepreviewer.cpp
@@ -69,7 +69,7 @@ void MessagePreviewer::createConnections() {
&QAction::triggered,
this,
&MessagePreviewer::markMessageAsUnread);
- connect(m_actionSwitchImportance = m_toolBar->addAction(qApp->icons()->fromTheme("mail-mark-favorite"), tr("Switch message importance")),
+ connect(m_actionSwitchImportance = m_toolBar->addAction(qApp->icons()->fromTheme("mail-mark-important"), tr("Switch message importance")),
&QAction::triggered,
this,
&MessagePreviewer::switchMessageImportance);
diff --git a/src/gui/messagestoolbar.cpp b/src/gui/messagestoolbar.cpp
index 6433df9ab..d14f5f7f6 100755
--- a/src/gui/messagestoolbar.cpp
+++ b/src/gui/messagestoolbar.cpp
@@ -92,7 +92,7 @@ void MessagesToolBar::loadChangeableActions(const QStringList& actions) {
spacer->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
QAction *action = addWidget(spacer);
- action->setIcon(qApp->icons()->fromTheme(QSL("view-spacer")));
+ action->setIcon(qApp->icons()->fromTheme(QSL("go-jump")));
action->setProperty("type", SPACER_ACTION_NAME);
action->setProperty("name", tr("Toolbar spacer"));
}
@@ -114,7 +114,7 @@ void MessagesToolBar::initializeSearchBox() {
// Setup wrapping action for search box.
m_actionSearchMessages = new QWidgetAction(this);
m_actionSearchMessages->setDefaultWidget(m_txtSearchMessages);
- m_actionSearchMessages->setIcon(qApp->icons()->fromTheme(QSL("item-search")));
+ m_actionSearchMessages->setIcon(qApp->icons()->fromTheme(QSL("system-search")));
m_actionSearchMessages->setProperty("type", SEACRH_MESSAGES_ACTION_NAME);
m_actionSearchMessages->setProperty("name", tr("Message search box"));
@@ -128,7 +128,7 @@ void MessagesToolBar::initializeHighlighter() {
tr("No extra highlighting"))->setData(QVariant::fromValue(MessagesModel::NoHighlighting));
m_menuMessageHighlighter->addAction(qApp->icons()->fromTheme(QSL("mail-mark-unread")),
tr("Highlight unread messages"))->setData(QVariant::fromValue(MessagesModel::HighlightUnread));
- m_menuMessageHighlighter->addAction(qApp->icons()->fromTheme(QSL("mail-mark-favorite")),
+ m_menuMessageHighlighter->addAction(qApp->icons()->fromTheme(QSL("mail-mark-important")),
tr("Highlight important messages"))->setData(QVariant::fromValue(MessagesModel::HighlightImportant));
m_btnMessageHighlighter = new QToolButton(this);
diff --git a/src/gui/messagesview.cpp b/src/gui/messagesview.cpp
index d789d02da..d7d8cc569 100755
--- a/src/gui/messagesview.cpp
+++ b/src/gui/messagesview.cpp
@@ -470,7 +470,7 @@ void MessagesView::filterMessages(MessagesModel::MessageHighlighter filter) {
void MessagesView::createNewspaperView(RootItem *selected_item, const QList &messages) {
NewspaperPreviewer *prev = new NewspaperPreviewer(selected_item, messages, this);
int index = qApp->mainForm()->tabWidget()->addTab(prev,
- qApp->icons()->fromTheme(QSL("item-newspaper")),
+ qApp->icons()->fromTheme(QSL("emblem-mail")),
tr("Newspaper view"),
TabBar::Closable);
qApp->mainForm()->tabWidget()->setCurrentIndex(index);
diff --git a/src/gui/messagetextbrowser.cpp b/src/gui/messagetextbrowser.cpp
index 953e91d74..be55ce84a 100644
--- a/src/gui/messagetextbrowser.cpp
+++ b/src/gui/messagetextbrowser.cpp
@@ -17,6 +17,7 @@ QVariant MessageTextBrowser::loadResource(int type, const QUrl &name) {
switch (type) {
case QTextDocument::ImageResource: {
if (m_imagePlaceholder.isNull()) {
+ // TODO: opravit, zahrnout ten obrázek asi.
m_imagePlaceholder = qApp->icons()->pixmap(QSL("image-placeholder")).scaledToWidth(20, Qt::FastTransformation);
}
diff --git a/src/gui/statusbar.cpp b/src/gui/statusbar.cpp
index f90cb6ad8..a1e3b6755 100755
--- a/src/gui/statusbar.cpp
+++ b/src/gui/statusbar.cpp
@@ -38,7 +38,7 @@ StatusBar::StatusBar(QWidget *parent) : QStatusBar(parent) {
m_barProgressFeeds->setVisible(false);
m_barProgressFeeds->setObjectName(QSL("m_barProgressFeeds"));
- m_barProgressFeedsAction = new QAction(qApp->icons()->fromTheme(QSL("folder-feed")), tr("Feed update progress bar"), this);
+ m_barProgressFeedsAction = new QAction(qApp->icons()->fromTheme(QSL("application-rss+xml")), tr("Feed update progress bar"), this);
m_barProgressFeedsAction->setObjectName(QSL("m_barProgressFeedsAction"));
m_lblProgressFeeds = new QLabel(this);
@@ -46,7 +46,7 @@ StatusBar::StatusBar(QWidget *parent) : QStatusBar(parent) {
m_lblProgressFeeds->setVisible(false);
m_lblProgressFeeds->setObjectName(QSL("m_lblProgressFeeds"));
- m_lblProgressFeedsAction = new QAction(qApp->icons()->fromTheme(QSL("folder-feed")), tr("Feed update label"), this);
+ m_lblProgressFeedsAction = new QAction(qApp->icons()->fromTheme(QSL("application-rss+xml")), tr("Feed update label"), this);
m_lblProgressFeedsAction->setObjectName(QSL("m_lblProgressFeedsAction"));
m_barProgressDownload = new QProgressBar(this);
@@ -55,7 +55,7 @@ StatusBar::StatusBar(QWidget *parent) : QStatusBar(parent) {
m_barProgressDownload->setVisible(false);
m_barProgressDownload->setObjectName(QSL("m_barProgressDownload"));
- m_barProgressDownloadAction = new QAction(qApp->icons()->fromTheme(QSL("download-manager")), tr("File download progress bar"), this);
+ m_barProgressDownloadAction = new QAction(qApp->icons()->fromTheme(QSL("emblem-downloads")), tr("File download progress bar"), this);
m_barProgressDownloadAction->setObjectName(QSL("m_barProgressDownloadAction"));
m_lblProgressDownload = new QLabel(this);
@@ -64,7 +64,7 @@ StatusBar::StatusBar(QWidget *parent) : QStatusBar(parent) {
m_lblProgressDownload->setVisible(false);
m_lblProgressDownload->setObjectName(QSL("m_lblProgressDownload"));
- m_lblProgressDownloadAction = new QAction(qApp->icons()->fromTheme(QSL("download-manager")), tr("File download label"), this);
+ m_lblProgressDownloadAction = new QAction(qApp->icons()->fromTheme(QSL("emblem-downloads")), tr("File download label"), this);
m_lblProgressDownloadAction->setObjectName(QSL("m_lblProgressDownloadAction"));
m_lblProgressDownload->installEventFilter(this);
@@ -152,7 +152,7 @@ void StatusBar::loadChangeableActions(const QStringList &action_names) {
action_to_add = new QAction(this);
action_to_add->setProperty("should_remove_action", true);
- action_to_add->setIcon(qApp->icons()->fromTheme(QSL("application-search")));
+ action_to_add->setIcon(qApp->icons()->fromTheme(QSL("system-search")));
action_to_add->setProperty("type", SPACER_ACTION_NAME);
action_to_add->setProperty("name", tr("Toolbar spacer"));
}
diff --git a/src/gui/tabwidget.cpp b/src/gui/tabwidget.cpp
index f75141e4f..0f0bffd07 100755
--- a/src/gui/tabwidget.cpp
+++ b/src/gui/tabwidget.cpp
@@ -46,7 +46,7 @@ void TabWidget::setupMainMenuButton() {
m_btnMainMenu->setAutoRaise(true);
m_btnMainMenu->setPadding(3);
m_btnMainMenu->setToolTip(tr("Displays main menu."));
- m_btnMainMenu->setIcon(qApp->icons()->fromTheme(QSL("application-menu")));
+ m_btnMainMenu->setIcon(qApp->icons()->fromTheme(QSL("applications-other")));
m_btnMainMenu->setPopupMode(QToolButton::InstantPopup);
connect(m_btnMainMenu, SIGNAL(clicked()), this, SLOT(openMainMenu()));
@@ -82,7 +82,7 @@ void TabWidget::showDownloadManager() {
// Download manager is not opened. Create tab with it.
qApp->downloadManager()->setParent(this);
- addTab(qApp->downloadManager(), qApp->icons()->fromTheme(QSL("download-manager")), tr("Downloads"), TabBar::DownloadManager);
+ addTab(qApp->downloadManager(), qApp->icons()->fromTheme(QSL("emblem-downloads")), tr("Downloads"), TabBar::DownloadManager);
setCurrentIndex(count() - 1);
}
@@ -147,7 +147,7 @@ void TabWidget::setupIcons() {
for (int index = 0; index < count(); index++) {
// Index 0 usually contains widget which displays feeds & messages.
if (tabBar()->tabType(index) == TabBar::FeedReader) {
- setTabIcon(index, qApp->icons()->fromTheme(QSL("folder-feed")));
+ setTabIcon(index, qApp->icons()->fromTheme(QSL("application-rss+xml")));
}
}
}
diff --git a/src/gui/toolbareditor.cpp b/src/gui/toolbareditor.cpp
index aa08290cc..7cc97f145 100755
--- a/src/gui/toolbareditor.cpp
+++ b/src/gui/toolbareditor.cpp
@@ -60,7 +60,7 @@ void ToolBarEditor::loadFromToolBar(BaseBar *tool_bar) {
if (action->isSeparator()) {
action_item->setData(Qt::UserRole, SEPARATOR_ACTION_NAME);
- action_item->setIcon(qApp->icons()->fromTheme(QSL("view-separator")));
+ action_item->setIcon(qApp->icons()->fromTheme(QSL("insert-object")));
action_item->setText(tr("Separator"));
action_item->setToolTip(tr("Separator"));
}
@@ -83,7 +83,7 @@ void ToolBarEditor::loadFromToolBar(BaseBar *tool_bar) {
action_item->setData(Qt::UserRole, SEPARATOR_ACTION_NAME);
action_item->setText(tr("Separator"));
action_item->setToolTip(tr("Separator"));
- action_item->setIcon(qApp->icons()->fromTheme(QSL("view-separator")));
+ action_item->setIcon(qApp->icons()->fromTheme(QSL("insert-object")));
}
else if (action->property("type").isValid()) {
action_item->setData(Qt::UserRole, action->property("type").toString());
@@ -149,7 +149,7 @@ void ToolBarEditor::insertSpacer() {
const int current_row = m_ui->m_listActivatedActions->currentRow();
QListWidgetItem *item = new QListWidgetItem(tr("Toolbar spacer"));
- item->setIcon(qApp->icons()->fromTheme(QSL("view-spacer")));
+ item->setIcon(qApp->icons()->fromTheme(QSL("go-jump")));
item->setData(Qt::UserRole, SPACER_ACTION_NAME);
m_ui->m_listActivatedActions->insertItem(current_row + 1, item);
@@ -162,7 +162,7 @@ void ToolBarEditor::insertSeparator() {
item->setData(Qt::UserRole, SEPARATOR_ACTION_NAME);
item->setToolTip(tr("Separator"));
- item->setIcon(qApp->icons()->fromTheme(QSL("view-separator")));
+ item->setIcon(qApp->icons()->fromTheme(QSL("insert-object")));
m_ui->m_listActivatedActions->insertItem(current_row + 1, item);
m_ui->m_listActivatedActions->setCurrentRow(current_row + 1);
diff --git a/src/gui/widgetwithstatus.cpp b/src/gui/widgetwithstatus.cpp
index ef7b3ed69..794e13ac3 100755
--- a/src/gui/widgetwithstatus.cpp
+++ b/src/gui/widgetwithstatus.cpp
@@ -29,7 +29,7 @@ WidgetWithStatus::WidgetWithStatus(QWidget *parent)
m_btnStatus = new PlainToolButton(this);
m_btnStatus->setFocusPolicy(Qt::NoFocus);
- m_iconProgress = qApp->icons()->fromTheme(QSL("item-sync"));
+ m_iconProgress = qApp->icons()->fromTheme(QSL("view-refresh"));
m_iconInformation = qApp->icons()->fromTheme(QSL("dialog-information"));
m_iconWarning = qApp->icons()->fromTheme(QSL("dialog-warning"));
m_iconError = qApp->icons()->fromTheme(QSL("dialog-error"));
diff --git a/src/miscellaneous/iconfactory.cpp b/src/miscellaneous/iconfactory.cpp
index d5f5bc628..77f7431de 100755
--- a/src/miscellaneous/iconfactory.cpp
+++ b/src/miscellaneous/iconfactory.cpp
@@ -57,12 +57,21 @@ QByteArray IconFactory::toByteArray(const QIcon &icon) {
return array.toBase64();
}
-void IconFactory::clearCache() {
- m_cachedIcons.clear();
+QPixmap IconFactory::pixmap(const QString &name) {
+ if (QIcon::themeName() == APP_NO_THEME) {
+ return QPixmap();
+ }
+ else {
+ return QIcon::fromTheme(name).pixmap(64, 64);
+ }
+}
+
+QIcon IconFactory::fromTheme(const QString &name) {
+ return QIcon::fromTheme(name);
}
void IconFactory::setupSearchPaths() {
- QIcon::setThemeSearchPaths(QStringList() << APP_THEME_PATH);
+ QIcon::setThemeSearchPaths(QIcon::themeSearchPaths() << APP_THEME_PATH);
qDebug("Available icon theme paths: %s.",
qPrintable(QIcon::themeSearchPaths()
.replaceInStrings(QRegExp(QSL("^|$")), QSL("\'"))
@@ -77,7 +86,7 @@ void IconFactory::loadCurrentIconTheme() {
const QStringList installed_themes = installedIconThemes();
const QString theme_name_from_settings = qApp->settings()->value(GROUP(GUI), SETTING(GUI::IconTheme)).toString();
- if (m_currentIconTheme == theme_name_from_settings) {
+ if (QIcon::themeName() == theme_name_from_settings) {
qDebug("Icon theme '%s' already loaded.", qPrintable(theme_name_from_settings));
return;
}
@@ -89,14 +98,14 @@ void IconFactory::loadCurrentIconTheme() {
if (installed_themes.contains(theme_name_from_settings)) {
// Desired icon theme is installed and can be loaded.
qDebug("Loading icon theme '%s'.", qPrintable(theme_name_from_settings));
- m_currentIconTheme = theme_name_from_settings;
+ QIcon::setThemeName(theme_name_from_settings);
}
else {
// Desired icon theme is not currently available.
// Install "default" icon theme instead.
qDebug("Icon theme '%s' cannot be loaded because it is not installed. No icon theme is loaded now.",
qPrintable(theme_name_from_settings));
- m_currentIconTheme = APP_NO_THEME;
+ QIcon::setThemeName(APP_NO_THEME);
}
}
@@ -105,20 +114,34 @@ QStringList IconFactory::installedIconThemes() const {
// Iterate all directories with icon themes.
QStringList icon_themes_paths = QIcon::themeSearchPaths();
+ QStringList filters_index;
+
+ filters_index.append("index.theme");
icon_themes_paths.removeDuplicates();
foreach (const QString &icon_path, icon_themes_paths) {
- const QDir icon_dir(icon_path);
+ const QDir icon_dir(icon_path);
// Iterate all icon themes in this directory.
- foreach (const QString &icon_theme_path, icon_dir.entryList(QDir::Dirs | QDir::NoDotAndDotDot |
- QDir::Readable | QDir::CaseSensitive |
- QDir::NoSymLinks,
- QDir::Time)) {
- icon_theme_names << icon_theme_path;
+ foreach (const QFileInfo &icon_theme_path, icon_dir.entryInfoList(QDir::Dirs | QDir::NoDotAndDotDot |
+ QDir::Readable | QDir::CaseSensitive |
+ QDir::NoSymLinks,
+ QDir::Time)) {
+ QDir icon_theme_dir = QDir(icon_theme_path.absoluteFilePath());
+
+ if (icon_theme_dir.exists(filters_index.at(0))) {
+ // We found theme.
+ QSettings index_theme(icon_theme_dir.entryInfoList(filters_index,
+ QDir::Files).at(0).absoluteFilePath(), QSettings::IniFormat);
+
+ icon_theme_names << index_theme.value(QString("%1/%2").arg("Icon Theme",
+ "Name")).toString();
+ }
}
}
icon_theme_names.removeDuplicates();
+ icon_theme_names.removeAll(QString());
+
return icon_theme_names;
}
diff --git a/src/miscellaneous/iconfactory.h b/src/miscellaneous/iconfactory.h
index 4d46c66a1..9d48577bf 100755
--- a/src/miscellaneous/iconfactory.h
+++ b/src/miscellaneous/iconfactory.h
@@ -44,32 +44,11 @@ class IconFactory : public QObject {
static QIcon fromByteArray(QByteArray array);
static QByteArray toByteArray(const QIcon &icon);
- void clearCache();
-
- inline QPixmap pixmap(const QString &name) {
- if (m_currentIconTheme == APP_NO_THEME) {
- return QPixmap();
- }
- else {
- return QPixmap(APP_THEME_PATH + QDir::separator() + m_currentIconTheme + QDir::separator() + name + APP_THEME_SUFFIX);
- }
- }
+ QPixmap pixmap(const QString &name);
// Returns icon from active theme or invalid icon if
// "no icon theme" is set.
- inline QIcon fromTheme(const QString &name) {
- if (m_currentIconTheme == APP_NO_THEME) {
- return QIcon();
- }
-
- if (!m_cachedIcons.contains(name)) {
- // Icon is not cached yet.
- m_cachedIcons.insert(name,
- QIcon(APP_THEME_PATH + QDir::separator() + m_currentIconTheme + QDir::separator() + name + APP_THEME_SUFFIX));
- }
-
- return m_cachedIcons.value(name);
- }
+ QIcon fromTheme(const QString &name);
// Adds custom application path to be search for icons.
void setupSearchPaths();
@@ -84,15 +63,11 @@ class IconFactory : public QObject {
// Returns name of currently activated theme for the application.
inline QString currentIconTheme() const {
- return m_currentIconTheme;
+ return QIcon::themeName();
}
// Sets icon theme with given name as the active one and loads it.
void setCurrentIconTheme(const QString &theme_name);
-
- private:
- QHash m_cachedIcons;
- QString m_currentIconTheme;
};
#endif // ICONFACTORY_H
diff --git a/src/miscellaneous/settings.cpp b/src/miscellaneous/settings.cpp
index 3343b19b5..2e71c2e0c 100755
--- a/src/miscellaneous/settings.cpp
+++ b/src/miscellaneous/settings.cpp
@@ -145,7 +145,7 @@ DVALUE(int) GUI::DefaultSortColumnFeedsDef = FDS_MODEL_TITLE_INDEX;
DKEY GUI::DefaultSortOrderFeeds = "default_sort_order_feeds";
DVALUE(Qt::SortOrder) GUI::DefaultSortOrderFeedsDef = Qt::AscendingOrder;
-DKEY GUI::IconTheme = "icon_theme";
+DKEY GUI::IconTheme = "icon_theme_name";
DVALUE(char*) GUI::IconThemeDef = APP_THEME_DEFAULT;
DKEY GUI::Skin = "skin";
diff --git a/src/services/abstract/recyclebin.cpp b/src/services/abstract/recyclebin.cpp
index 442fc256a..da450258f 100755
--- a/src/services/abstract/recyclebin.cpp
+++ b/src/services/abstract/recyclebin.cpp
@@ -28,7 +28,7 @@ RecycleBin::RecycleBin(RootItem *parent_item) : RootItem(parent_item), m_totalCo
m_unreadCount(0), m_contextMenu(QList()) {
setKind(RootItemKind::Bin);
setId(ID_RECYCLE_BIN);
- setIcon(qApp->icons()->fromTheme(QSL("folder-recycle-bin")));
+ setIcon(qApp->icons()->fromTheme(QSL("user-trash")));
setTitle(tr("Recycle bin"));
setDescription(tr("Recycle bin contains all deleted messages from all feeds."));
setCreationDate(QDateTime::currentDateTime());
diff --git a/src/services/abstract/serviceroot.cpp b/src/services/abstract/serviceroot.cpp
index 8db0e85b8..c233b036b 100755
--- a/src/services/abstract/serviceroot.cpp
+++ b/src/services/abstract/serviceroot.cpp
@@ -212,7 +212,7 @@ void ServiceRoot::requestItemRemoval(RootItem *item) {
void ServiceRoot::syncIn() {
QIcon original_icon = icon();
- setIcon(qApp->icons()->fromTheme(QSL("item-sync")));
+ setIcon(qApp->icons()->fromTheme(QSL("view-refresh")));
itemChanged(QList() << this);
RootItem *new_tree = obtainNewTreeForSyncIn();
diff --git a/src/services/owncloud/gui/formeditowncloudaccount.cpp b/src/services/owncloud/gui/formeditowncloudaccount.cpp
index 7de408c2f..29cb34e3a 100755
--- a/src/services/owncloud/gui/formeditowncloudaccount.cpp
+++ b/src/services/owncloud/gui/formeditowncloudaccount.cpp
@@ -30,7 +30,7 @@ FormEditOwnCloudAccount::FormEditOwnCloudAccount(QWidget *parent)
m_btnOk = m_ui->m_buttonBox->button(QDialogButtonBox::Ok);
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint);
- setWindowIcon(qApp->icons()->fromTheme(QSL("application-owncloud")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("owncloud")));
m_ui->m_lblServerSideUpdateInformation->setText(tr("Leaving this option on causes that updates "
"of feeds will be probably much slower and may time-out often."));
diff --git a/src/services/owncloud/gui/formeditowncloudfeed.cpp b/src/services/owncloud/gui/formeditowncloudfeed.cpp
index 140b95404..a80a1d185 100644
--- a/src/services/owncloud/gui/formeditowncloudfeed.cpp
+++ b/src/services/owncloud/gui/formeditowncloudfeed.cpp
@@ -146,7 +146,7 @@ void FormEditOwnCloudFeed::onTitleChanged(const QString &title) {
}
void FormEditOwnCloudFeed::initialize() {
- setWindowIcon(qApp->icons()->fromTheme(QSL("folder-feed")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("application-rss+xml")));
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint | Qt::WindowTitleHint);
// Setup auto-update options.
diff --git a/src/services/owncloud/owncloudcategory.cpp b/src/services/owncloud/owncloudcategory.cpp
index cd384fd13..147a10aff 100755
--- a/src/services/owncloud/owncloudcategory.cpp
+++ b/src/services/owncloud/owncloudcategory.cpp
@@ -23,11 +23,11 @@
OwnCloudCategory::OwnCloudCategory(RootItem *parent) : Category(parent) {
// Categories in ownCloud have now icons etc. They just have titles.
- setIcon(qApp->icons()->fromTheme(QSL("folder-category")));
+ setIcon(qApp->icons()->fromTheme(QSL("folder")));
}
OwnCloudCategory::OwnCloudCategory(const QSqlRecord &record) : Category(NULL) {
- setIcon(qApp->icons()->fromTheme(QSL("folder-category")));
+ setIcon(qApp->icons()->fromTheme(QSL("folder")));
setId(record.value(CAT_DB_ID_INDEX).toInt());
setTitle(record.value(CAT_DB_TITLE_INDEX).toString());
setCustomId(record.value(CAT_DB_CUSTOM_ID_INDEX).toInt());
diff --git a/src/services/owncloud/owncloudserviceentrypoint.cpp b/src/services/owncloud/owncloudserviceentrypoint.cpp
index 64e4efe90..b275405ab 100755
--- a/src/services/owncloud/owncloudserviceentrypoint.cpp
+++ b/src/services/owncloud/owncloudserviceentrypoint.cpp
@@ -70,6 +70,6 @@ QString OwnCloudServiceEntryPoint::author() const {
}
QIcon OwnCloudServiceEntryPoint::icon() const {
- return qApp->icons()->fromTheme(QSL("application-owncloud"));
+ return qApp->icons()->fromTheme(QSL("owncloud"));
}
diff --git a/src/services/owncloud/owncloudserviceroot.cpp b/src/services/owncloud/owncloudserviceroot.cpp
index 59b7307ab..8e0ba0851 100755
--- a/src/services/owncloud/owncloudserviceroot.cpp
+++ b/src/services/owncloud/owncloudserviceroot.cpp
@@ -79,7 +79,7 @@ bool OwnCloudServiceRoot::supportsCategoryAdding() const {
QList OwnCloudServiceRoot::serviceMenu() {
if (m_serviceMenu.isEmpty()) {
- m_actionSyncIn = new QAction(qApp->icons()->fromTheme(QSL("item-sync")), tr("Sync in"), this);
+ m_actionSyncIn = new QAction(qApp->icons()->fromTheme(QSL("view-refresh")), tr("Sync in"), this);
connect(m_actionSyncIn, SIGNAL(triggered()), this, SLOT(syncIn()));
m_serviceMenu.append(m_actionSyncIn);
diff --git a/src/services/standard/gui/formstandardcategorydetails.cpp b/src/services/standard/gui/formstandardcategorydetails.cpp
index ea995c7d9..7bf83c78a 100755
--- a/src/services/standard/gui/formstandardcategorydetails.cpp
+++ b/src/services/standard/gui/formstandardcategorydetails.cpp
@@ -181,7 +181,7 @@ void FormStandardCategoryDetails::onLoadIconFromFile() {
QFileDialog dialog(this, tr("Select icon file for the category"),
qApp->homeFolderPath(), tr("Images (*.bmp *.jpg *.jpeg *.png *.svg *.tga)"));
dialog.setFileMode(QFileDialog::ExistingFile);
- dialog.setWindowIcon(qApp->icons()->fromTheme(QSL("image-generic")));
+ dialog.setWindowIcon(qApp->icons()->fromTheme(QSL("image-x-generic")));
dialog.setOptions(QFileDialog::DontUseNativeDialog | QFileDialog::ReadOnly);
dialog.setViewMode(QFileDialog::Detail);
dialog.setLabelText(QFileDialog::Accept, tr("Select icon"));
@@ -197,7 +197,7 @@ void FormStandardCategoryDetails::onLoadIconFromFile() {
}
void FormStandardCategoryDetails::onUseDefaultIcon() {
- m_ui->m_btnIcon->setIcon(qApp->icons()->fromTheme(QSL("folder-category")));
+ m_ui->m_btnIcon->setIcon(qApp->icons()->fromTheme(QSL("folder")));
}
void FormStandardCategoryDetails::initialize() {
@@ -213,20 +213,20 @@ void FormStandardCategoryDetails::initialize() {
// Set flags and attributes.
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint | Qt::WindowTitleHint);
- setWindowIcon(qApp->icons()->fromTheme(QSL("folder-category")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("folder")));
// Setup button box.
m_ui->m_buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
// Setup menu & actions for icon selection.
m_iconMenu = new QMenu(tr("Icon selection"), this);
- m_actionLoadIconFromFile = new QAction(qApp->icons()->fromTheme(QSL("image-generic")),
+ m_actionLoadIconFromFile = new QAction(qApp->icons()->fromTheme(QSL("image-x-generic")),
tr("Load icon from file..."),
this);
- m_actionNoIcon = new QAction(qApp->icons()->fromTheme(QSL("dialog-cancel")),
+ m_actionNoIcon = new QAction(qApp->icons()->fromTheme(QSL("dialog-error")),
tr("Do not use icon"),
this);
- m_actionUseDefaultIcon = new QAction(qApp->icons()->fromTheme(QSL("folder-category")),
+ m_actionUseDefaultIcon = new QAction(qApp->icons()->fromTheme(QSL("folder")),
tr("Use default icon"),
this);
m_iconMenu->addAction(m_actionLoadIconFromFile);
diff --git a/src/services/standard/gui/formstandardfeeddetails.cpp b/src/services/standard/gui/formstandardfeeddetails.cpp
index 2fb45e4cc..d0ea41df9 100755
--- a/src/services/standard/gui/formstandardfeeddetails.cpp
+++ b/src/services/standard/gui/formstandardfeeddetails.cpp
@@ -202,7 +202,7 @@ void FormStandardFeedDetails::onLoadIconFromFile() {
QFileDialog dialog(this, tr("Select icon file for the feed"),
qApp->homeFolderPath(), tr("Images (*.bmp *.jpg *.jpeg *.png *.svg *.tga)"));
dialog.setFileMode(QFileDialog::ExistingFile);
- dialog.setWindowIcon(qApp->icons()->fromTheme(QSL("image-generic")));
+ dialog.setWindowIcon(qApp->icons()->fromTheme(QSL("image-x-generic")));
dialog.setOptions(QFileDialog::DontUseNativeDialog | QFileDialog::ReadOnly);
dialog.setViewMode(QFileDialog::Detail);
dialog.setLabelText(QFileDialog::Accept, tr("Select icon"));
@@ -218,7 +218,7 @@ void FormStandardFeedDetails::onLoadIconFromFile() {
}
void FormStandardFeedDetails::onUseDefaultIcon() {
- m_ui->m_btnIcon->setIcon(qApp->icons()->fromTheme(QSL("folder-feed")));
+ m_ui->m_btnIcon->setIcon(qApp->icons()->fromTheme(QSL("application-rss+xml")));
}
void FormStandardFeedDetails::apply() {
@@ -390,7 +390,7 @@ void FormStandardFeedDetails::initialize() {
// Set flags and attributes.
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint | Qt::WindowTitleHint);
- setWindowIcon(qApp->icons()->fromTheme(QSL("folder-feed")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("application-rss+xml")));
// Setup button box.
m_ui->m_buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
@@ -431,16 +431,16 @@ void FormStandardFeedDetails::initialize() {
// Setup menu & actions for icon selection.
m_iconMenu = new QMenu(tr("Icon selection"), this);
- m_actionLoadIconFromFile = new QAction(qApp->icons()->fromTheme(QSL("image-generic")),
+ m_actionLoadIconFromFile = new QAction(qApp->icons()->fromTheme(QSL("image-x-generic")),
tr("Load icon from file..."),
this);
- m_actionNoIcon = new QAction(qApp->icons()->fromTheme(QSL("dialog-cancel")),
+ m_actionNoIcon = new QAction(qApp->icons()->fromTheme(QSL("dialog-error")),
tr("Do not use icon"),
this);
- m_actionUseDefaultIcon = new QAction(qApp->icons()->fromTheme(QSL("folder-feed")),
+ m_actionUseDefaultIcon = new QAction(qApp->icons()->fromTheme(QSL("application-rss+xml")),
tr("Use default icon"),
this);
- m_actionFetchIcon = new QAction(qApp->icons()->fromTheme(QSL("document-download")),
+ m_actionFetchIcon = new QAction(qApp->icons()->fromTheme(QSL("emblem-downloads")),
tr("Fetch icon from feed"),
this);
m_iconMenu->addAction(m_actionFetchIcon);
diff --git a/src/services/standard/standardfeedsimportexportmodel.cpp b/src/services/standard/standardfeedsimportexportmodel.cpp
index 5a7b00f9b..3032809d6 100755
--- a/src/services/standard/standardfeedsimportexportmodel.cpp
+++ b/src/services/standard/standardfeedsimportexportmodel.cpp
@@ -225,7 +225,7 @@ void FeedsImportExportModel::importAsOPML20(const QByteArray &data, bool fetch_m
new_feed->setEncoding(feed_encoding);
new_feed->setUrl(feed_url);
new_feed->setCreationDate(QDateTime::currentDateTime());
- new_feed->setIcon(feed_icon.isNull() ? qApp->icons()->fromTheme(QSL("folder-feed")) : feed_icon);
+ new_feed->setIcon(feed_icon.isNull() ? qApp->icons()->fromTheme(QSL("application-rss+xml")) : feed_icon);
if (feed_type == QL1S("RSS1")) {
new_feed->setType(StandardFeed::Rdf);
@@ -267,7 +267,7 @@ void FeedsImportExportModel::importAsOPML20(const QByteArray &data, bool fetch_m
StandardCategory *new_category = new StandardCategory(active_model_item);
new_category->setTitle(category_title);
- new_category->setIcon(category_icon.isNull() ? qApp->icons()->fromTheme(QSL("folder-category")) : category_icon);
+ new_category->setIcon(category_icon.isNull() ? qApp->icons()->fromTheme(QSL("folder")) : category_icon);
new_category->setCreationDate(QDateTime::currentDateTime());
new_category->setDescription(category_description);
@@ -325,7 +325,7 @@ void FeedsImportExportModel::importAsTxtURLPerLine(const QByteArray &data, bool
feed->setUrl(url);
feed->setTitle(url);
feed->setCreationDate(QDateTime::currentDateTime());
- feed->setIcon(qApp->icons()->fromTheme(QSL("folder-feed")));
+ feed->setIcon(qApp->icons()->fromTheme(QSL("application-rss+xml")));
feed->setEncoding(DEFAULT_FEED_ENCODING);
root_item->appendChild(feed);
diff --git a/src/services/standard/standardserviceroot.cpp b/src/services/standard/standardserviceroot.cpp
index 9f3e00509..ed5f49d98 100755
--- a/src/services/standard/standardserviceroot.cpp
+++ b/src/services/standard/standardserviceroot.cpp
@@ -215,7 +215,7 @@ void StandardServiceRoot::checkArgumentForFeedAdding(const QString &argument) {
QList StandardServiceRoot::getContextMenuForFeed(StandardFeed *feed) {
if (m_feedContextMenu.isEmpty()) {
// Initialize.
- m_actionFeedFetchMetadata = new QAction(qApp->icons()->fromTheme(QSL("download-manager")), tr("Fetch metadata"), NULL);
+ m_actionFeedFetchMetadata = new QAction(qApp->icons()->fromTheme(QSL("emblem-downloads")), tr("Fetch metadata"), NULL);
m_feedContextMenu.append(m_actionFeedFetchMetadata);
}
diff --git a/src/services/tt-rss/gui/formeditaccount.cpp b/src/services/tt-rss/gui/formeditaccount.cpp
index a55fcdd25..6f47fa030 100755
--- a/src/services/tt-rss/gui/formeditaccount.cpp
+++ b/src/services/tt-rss/gui/formeditaccount.cpp
@@ -31,7 +31,7 @@ FormEditAccount::FormEditAccount(QWidget *parent)
m_btnOk = m_ui->m_buttonBox->button(QDialogButtonBox::Ok);
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint);
- setWindowIcon(qApp->icons()->fromTheme(QSL("application-ttrss")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("tinytinyrss")));
m_ui->m_lblServerSideUpdateInformation->setText(tr("Leaving this option on causes that updates "
"of feeds will be probably much slower and may time-out often."));
diff --git a/src/services/tt-rss/gui/formeditfeed.cpp b/src/services/tt-rss/gui/formeditfeed.cpp
index 89b5c16e2..188a11f58 100755
--- a/src/services/tt-rss/gui/formeditfeed.cpp
+++ b/src/services/tt-rss/gui/formeditfeed.cpp
@@ -139,7 +139,7 @@ void FormEditFeed::onPasswordChanged(const QString &new_password) {
}
void FormEditFeed::initialize() {
- setWindowIcon(qApp->icons()->fromTheme(QSL("folder-feed")));
+ setWindowIcon(qApp->icons()->fromTheme(QSL("application-rss+xml")));
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint | Qt::Dialog | Qt::WindowSystemMenuHint | Qt::WindowTitleHint);
// Setup auto-update options.
diff --git a/src/services/tt-rss/ttrsscategory.cpp b/src/services/tt-rss/ttrsscategory.cpp
index 04c4e78a1..c132b1cf4 100755
--- a/src/services/tt-rss/ttrsscategory.cpp
+++ b/src/services/tt-rss/ttrsscategory.cpp
@@ -28,11 +28,11 @@
TtRssCategory::TtRssCategory(RootItem *parent) : Category(parent) {
- setIcon(qApp->icons()->fromTheme(QSL("folder-category")));
+ setIcon(qApp->icons()->fromTheme(QSL("folder")));
}
TtRssCategory::TtRssCategory(const QSqlRecord &record) : Category(NULL) {
- setIcon(qApp->icons()->fromTheme(QSL("folder-category")));
+ setIcon(qApp->icons()->fromTheme(QSL("folder")));
setId(record.value(CAT_DB_ID_INDEX).toInt());
setTitle(record.value(CAT_DB_TITLE_INDEX).toString());
setCustomId(record.value(CAT_DB_CUSTOM_ID_INDEX).toInt());
diff --git a/src/services/tt-rss/ttrssserviceentrypoint.cpp b/src/services/tt-rss/ttrssserviceentrypoint.cpp
index b82468962..5f1404b0b 100755
--- a/src/services/tt-rss/ttrssserviceentrypoint.cpp
+++ b/src/services/tt-rss/ttrssserviceentrypoint.cpp
@@ -59,7 +59,7 @@ QString TtRssServiceEntryPoint::author() const {
}
QIcon TtRssServiceEntryPoint::icon() const {
- return qApp->icons()->fromTheme(QSL("application-ttrss"));
+ return qApp->icons()->fromTheme(QSL("tinytinyrss"));
}
QString TtRssServiceEntryPoint::code() const {
diff --git a/src/services/tt-rss/ttrssserviceroot.cpp b/src/services/tt-rss/ttrssserviceroot.cpp
index 2632c3815..a06387ac0 100755
--- a/src/services/tt-rss/ttrssserviceroot.cpp
+++ b/src/services/tt-rss/ttrssserviceroot.cpp
@@ -168,7 +168,7 @@ RecycleBin *TtRssServiceRoot::recycleBin() const {
QList TtRssServiceRoot::serviceMenu() {
if (m_serviceMenu.isEmpty()) {
- m_actionSyncIn = new QAction(qApp->icons()->fromTheme(QSL("item-sync")), tr("Sync in"), this);
+ m_actionSyncIn = new QAction(qApp->icons()->fromTheme(QSL("view-refresh")), tr("Sync in"), this);
connect(m_actionSyncIn, SIGNAL(triggered()), this, SLOT(syncIn()));
m_serviceMenu.append(m_actionSyncIn);