From nobody Sat Oct 16 12:28:06 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 877EA17FD1A2; Sat, 16 Oct 2021 12:28:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HWj8k63zxz4mk0; Sat, 16 Oct 2021 12:28:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9096B19B5B; Sat, 16 Oct 2021 12:28:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19GCS6ve083810; Sat, 16 Oct 2021 12:28:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19GCS67H083809; Sat, 16 Oct 2021 12:28:06 GMT (envelope-from git) Date: Sat, 16 Oct 2021 12:28:06 GMT Message-Id: <202110161228.19GCS67H083809@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dima Panov Subject: git: 75e374f5f346 - main - irc/quassel: update to 0.14-rc2 release (+) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fluffy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 75e374f5f346d5c21250278c44d899f037fac300 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=75e374f5f346d5c21250278c44d899f037fac300 commit 75e374f5f346d5c21250278c44d899f037fac300 Author: Dima Panov AuthorDate: 2021-10-16 12:22:18 +0000 Commit: Dima Panov CommitDate: 2021-10-16 12:27:58 +0000 irc/quassel: update to 0.14-rc2 release (+) Switch to author's provided src tarball instead of GitHub auto-generated. Changes since -rc1: * Don't silently fall back to unencrypted client/core communication if certificate cannot be loaded * Properly escape LDAP usernames to prevent injection or bypassing authentication * Strip format codes in ignore list rules (this might affect pre-existing rules) * Improve window handling under Wayland * Update bundled iconsets and application icons * Update default network and documentation to point to our new home Libera IRC (since Freenode killed itself) --- irc/quassel/Makefile | 11 +- irc/quassel/distinfo | 6 +- irc/quassel/pkg-plist | 793 ++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 678 insertions(+), 132 deletions(-) diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index cbd056d9ef1b..ce2553cfeb3d 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -1,8 +1,9 @@ # Created by: Martin Wilke PORTNAME= quassel -DISTVERSION= 0.14-rc1 +DISTVERSION= 0.14-rc2 CATEGORIES= irc +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSION}/ MAINTAINER= fluffy@FreeBSD.org COMMENT?= Qt 5 based distributed IRC client (client and monolithic binary) @@ -12,8 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs -USES= cmake compiler:c++11-lib cpe pkgconfig qca qt:5 tar:bzip2 -USE_GITHUB= yes +USES= cmake compiler:c++11-lib cpe pkgconfig qca qt:5 tar:xz +USE_GITHUB= nodefault +#GH_ACCOUNT= ${PORTNAME} +#GH_PROJECT= ${PORTNAME} USE_OPENLDAP= yes USE_QT= buildtools_build core network qmake_build @@ -72,7 +75,7 @@ PGSQL_USE= qt=sql-pgsql SQLITE3_USE= qt=sql-sqlite3_run -_LIBVERSION= 0.13.90 +_LIBVERSION= 0.13.92 PLIST_SUB= LIBVERSION=${_LIBVERSION} .include diff --git a/irc/quassel/distinfo b/irc/quassel/distinfo index 1e44e75f97bb..e2cb7d01d30e 100644 --- a/irc/quassel/distinfo +++ b/irc/quassel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629209900 -SHA256 (quassel-quassel-0.14-rc1_GH0.tar.gz) = b3863e07748a1e8d452702837cd13d336653636b96b027fa124b2538607bb289 -SIZE (quassel-quassel-0.14-rc1_GH0.tar.gz) = 5873009 +TIMESTAMP = 1634384345 +SHA256 (quassel-0.14-rc2.tar.xz) = a7e10b5a8fb242ed84cfd593dfb7a90861498eeb0d584e3a7e7f5639cd7f588b +SIZE (quassel-0.14-rc2.tar.xz) = 3986792 diff --git a/irc/quassel/pkg-plist b/irc/quassel/pkg-plist index b002354b16bc..31e9098b747f 100644 --- a/irc/quassel/pkg-plist +++ b/irc/quassel/pkg-plist @@ -71,6 +71,118 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/icons/breeze-dark/actions/16/zoom-in.svg %%DATADIR%%/icons/breeze-dark/actions/16/zoom-original.svg %%DATADIR%%/icons/breeze-dark/actions/16/zoom-out.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/dialog-close.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/document-encrypt.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/download.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-clear.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-copy.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-find.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-rename.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/flag-blue.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-fill-color.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-list-unordered.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-bold.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-color.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-italic.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-strikethrough.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-underline.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-next-view.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-previous-view.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-ban-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-user-away.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-user-offline.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-user-online.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/irc-channel-active.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/irc-close-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/irc-join-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/list-add-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/list-add.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/list-remove-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/network-connect.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/network-disconnect.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/show-menu.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/tools-report-bug.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/view-fullscreen.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/16@2x/zoom-out.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/dialog-close.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/document-encrypt.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/download.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-clear.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-copy.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-find.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-rename.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/flag-blue.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-fill-color.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-list-unordered.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-bold.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-color.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-italic.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-strikethrough.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-underline.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-next-view.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-previous-view.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-ban-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-user-away.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-user-offline.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-user-online.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/irc-channel-active.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/irc-close-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/irc-join-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/list-add-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/list-add.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/list-remove-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/network-connect.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/network-disconnect.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/show-menu.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/tools-report-bug.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/view-fullscreen.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/16@3x/zoom-out.svg %%DATADIR%%/icons/breeze-dark/actions/22/application-exit.svg %%DATADIR%%/icons/breeze-dark/actions/22/configure-shortcuts.svg %%DATADIR%%/icons/breeze-dark/actions/22/configure.svg @@ -131,68 +243,128 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/icons/breeze-dark/actions/22/zoom-in.svg %%DATADIR%%/icons/breeze-dark/actions/22/zoom-original.svg %%DATADIR%%/icons/breeze-dark/actions/22/zoom-out.svg -%%DATADIR%%/icons/breeze-dark/actions/24/application-exit.svg -%%DATADIR%%/icons/breeze-dark/actions/24/configure-shortcuts.svg -%%DATADIR%%/icons/breeze-dark/actions/24/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/dialog-close.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/document-encrypt.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/download.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-clear.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-copy.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-find.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-rename.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/flag-blue.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-fill-color.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-list-unordered.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-bold.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-color.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-italic.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-strikethrough.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-underline.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-next-view.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-previous-view.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-ban-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-user-away.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-user-offline.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-user-online.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-channel-active.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-close-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-join-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-operator.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-remove-operator.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-unvoice.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-voice.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/list-add-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/list-add.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/list-remove-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/network-connect.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/network-disconnect.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/show-menu.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/tools-report-bug.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/view-fullscreen.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/22@2x/zoom-out.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/dialog-close.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/document-encrypt.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/download.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-clear.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-copy.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-find.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-rename.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/flag-blue.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-fill-color.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-list-unordered.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-bold.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-color.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-italic.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-strikethrough.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-underline.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-next-view.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-previous-view.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-ban-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-user-away.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-user-offline.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-user-online.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-channel-active.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-close-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-join-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-operator.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-remove-operator.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-unvoice.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-voice.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/list-add-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/list-add.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/list-remove-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/network-connect.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/network-disconnect.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/show-menu.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/tools-report-bug.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/view-fullscreen.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/22@3x/zoom-out.svg %%DATADIR%%/icons/breeze-dark/actions/24/connect-quassel.svg -%%DATADIR%%/icons/breeze-dark/actions/24/dialog-cancel.svg -%%DATADIR%%/icons/breeze-dark/actions/24/dialog-close.svg %%DATADIR%%/icons/breeze-dark/actions/24/disconnect-quassel.svg -%%DATADIR%%/icons/breeze-dark/actions/24/document-edit.svg -%%DATADIR%%/icons/breeze-dark/actions/24/document-encrypt.svg -%%DATADIR%%/icons/breeze-dark/actions/24/document-open.svg -%%DATADIR%%/icons/breeze-dark/actions/24/download.svg -%%DATADIR%%/icons/breeze-dark/actions/24/edit-clear-locationbar-ltr.svg -%%DATADIR%%/icons/breeze-dark/actions/24/edit-clear-locationbar-rtl.svg -%%DATADIR%%/icons/breeze-dark/actions/24/edit-clear.svg -%%DATADIR%%/icons/breeze-dark/actions/24/edit-copy.svg -%%DATADIR%%/icons/breeze-dark/actions/24/edit-delete.svg -%%DATADIR%%/icons/breeze-dark/actions/24/edit-find.svg -%%DATADIR%%/icons/breeze-dark/actions/24/edit-rename.svg -%%DATADIR%%/icons/breeze-dark/actions/24/flag-blue.svg -%%DATADIR%%/icons/breeze-dark/actions/24/format-fill-color.svg -%%DATADIR%%/icons/breeze-dark/actions/24/format-list-unordered.svg -%%DATADIR%%/icons/breeze-dark/actions/24/format-text-bold.svg -%%DATADIR%%/icons/breeze-dark/actions/24/format-text-color.svg -%%DATADIR%%/icons/breeze-dark/actions/24/format-text-italic.svg -%%DATADIR%%/icons/breeze-dark/actions/24/format-text-strikethrough.svg -%%DATADIR%%/icons/breeze-dark/actions/24/format-text-underline.svg -%%DATADIR%%/icons/breeze-dark/actions/24/go-down.svg -%%DATADIR%%/icons/breeze-dark/actions/24/go-next-view.svg -%%DATADIR%%/icons/breeze-dark/actions/24/go-next.svg -%%DATADIR%%/icons/breeze-dark/actions/24/go-previous-view.svg -%%DATADIR%%/icons/breeze-dark/actions/24/go-previous.svg -%%DATADIR%%/icons/breeze-dark/actions/24/go-up.svg -%%DATADIR%%/icons/breeze-dark/actions/24/help-about.svg -%%DATADIR%%/icons/breeze-dark/actions/24/im-ban-kick-user.svg -%%DATADIR%%/icons/breeze-dark/actions/24/im-ban-user.svg -%%DATADIR%%/icons/breeze-dark/actions/24/im-kick-user.svg -%%DATADIR%%/icons/breeze-dark/actions/24/im-user-away.svg -%%DATADIR%%/icons/breeze-dark/actions/24/im-user-offline.svg -%%DATADIR%%/icons/breeze-dark/actions/24/im-user-online.svg -%%DATADIR%%/icons/breeze-dark/actions/24/im-user.svg -%%DATADIR%%/icons/breeze-dark/actions/24/irc-channel-active.svg -%%DATADIR%%/icons/breeze-dark/actions/24/irc-channel-inactive.svg -%%DATADIR%%/icons/breeze-dark/actions/24/irc-close-channel.svg -%%DATADIR%%/icons/breeze-dark/actions/24/irc-join-channel.svg -%%DATADIR%%/icons/breeze-dark/actions/24/irc-operator.svg -%%DATADIR%%/icons/breeze-dark/actions/24/irc-remove-operator.svg -%%DATADIR%%/icons/breeze-dark/actions/24/irc-unvoice.svg -%%DATADIR%%/icons/breeze-dark/actions/24/irc-voice.svg -%%DATADIR%%/icons/breeze-dark/actions/24/list-add-user.svg -%%DATADIR%%/icons/breeze-dark/actions/24/list-add.svg -%%DATADIR%%/icons/breeze-dark/actions/24/list-remove-user.svg -%%DATADIR%%/icons/breeze-dark/actions/24/mail-message-new.svg -%%DATADIR%%/icons/breeze-dark/actions/24/media-playback-start.svg -%%DATADIR%%/icons/breeze-dark/actions/24/network-connect.svg -%%DATADIR%%/icons/breeze-dark/actions/24/network-disconnect.svg -%%DATADIR%%/icons/breeze-dark/actions/24/show-menu.svg -%%DATADIR%%/icons/breeze-dark/actions/24/tools-report-bug.svg -%%DATADIR%%/icons/breeze-dark/actions/24/view-fullscreen.svg -%%DATADIR%%/icons/breeze-dark/actions/24/view-refresh.svg -%%DATADIR%%/icons/breeze-dark/actions/24/zoom-in.svg -%%DATADIR%%/icons/breeze-dark/actions/24/zoom-original.svg -%%DATADIR%%/icons/breeze-dark/actions/24/zoom-out.svg %%DATADIR%%/icons/breeze-dark/actions/32/application-exit.svg %%DATADIR%%/icons/breeze-dark/actions/32/configure-shortcuts.svg %%DATADIR%%/icons/breeze-dark/actions/32/configure.svg @@ -213,17 +385,80 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/icons/breeze-dark/actions/32/zoom-in.svg %%DATADIR%%/icons/breeze-dark/actions/32/zoom-original.svg %%DATADIR%%/icons/breeze-dark/actions/32/zoom-out.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/32@2x/zoom-out.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/32@3x/zoom-out.svg %%DATADIR%%/icons/breeze-dark/apps/32/quassel.svg %%DATADIR%%/icons/breeze-dark/apps/48/quassel.svg %%DATADIR%%/icons/breeze-dark/apps/64/quassel.svg %%DATADIR%%/icons/breeze-dark/devices/16/network-wired.svg +%%DATADIR%%/icons/breeze-dark/devices/16@2x/network-wired.svg +%%DATADIR%%/icons/breeze-dark/devices/16@3x/network-wired.svg %%DATADIR%%/icons/breeze-dark/devices/22/network-wired.svg +%%DATADIR%%/icons/breeze-dark/devices/22@2x/network-wired.svg +%%DATADIR%%/icons/breeze-dark/devices/22@3x/network-wired.svg %%DATADIR%%/icons/breeze-dark/emblems/16/emblem-information.svg %%DATADIR%%/icons/breeze-dark/emblems/16/emblem-question.svg %%DATADIR%%/icons/breeze-dark/emblems/16/emblem-success.svg %%DATADIR%%/icons/breeze-dark/emblems/16/emblem-unavailable.svg +%%DATADIR%%/icons/breeze-dark/emblems/16@2x/emblem-information.svg +%%DATADIR%%/icons/breeze-dark/emblems/16@2x/emblem-question.svg +%%DATADIR%%/icons/breeze-dark/emblems/16@2x/emblem-success.svg +%%DATADIR%%/icons/breeze-dark/emblems/16@2x/emblem-unavailable.svg +%%DATADIR%%/icons/breeze-dark/emblems/16@3x/emblem-information.svg +%%DATADIR%%/icons/breeze-dark/emblems/16@3x/emblem-question.svg +%%DATADIR%%/icons/breeze-dark/emblems/16@3x/emblem-success.svg +%%DATADIR%%/icons/breeze-dark/emblems/16@3x/emblem-unavailable.svg +%%DATADIR%%/icons/breeze-dark/emblems/22/emblem-information.svg +%%DATADIR%%/icons/breeze-dark/emblems/22/emblem-question.svg +%%DATADIR%%/icons/breeze-dark/emblems/22/emblem-success.svg +%%DATADIR%%/icons/breeze-dark/emblems/22/emblem-unavailable.svg +%%DATADIR%%/icons/breeze-dark/emblems/22@2x/emblem-information.svg +%%DATADIR%%/icons/breeze-dark/emblems/22@2x/emblem-question.svg +%%DATADIR%%/icons/breeze-dark/emblems/22@2x/emblem-success.svg +%%DATADIR%%/icons/breeze-dark/emblems/22@2x/emblem-unavailable.svg +%%DATADIR%%/icons/breeze-dark/emblems/22@3x/emblem-information.svg +%%DATADIR%%/icons/breeze-dark/emblems/22@3x/emblem-question.svg +%%DATADIR%%/icons/breeze-dark/emblems/22@3x/emblem-success.svg +%%DATADIR%%/icons/breeze-dark/emblems/22@3x/emblem-unavailable.svg +%%DATADIR%%/icons/breeze-dark/emblems/8/emblem-information.svg +%%DATADIR%%/icons/breeze-dark/emblems/8/emblem-question.svg +%%DATADIR%%/icons/breeze-dark/emblems/8/emblem-success.svg +%%DATADIR%%/icons/breeze-dark/emblems/8/emblem-unavailable.svg %%DATADIR%%/icons/breeze-dark/index.theme -%%DATADIR%%/icons/breeze-dark/preferences/32/help-about.svg %%DATADIR%%/icons/breeze-dark/scalable/actions/connect-quassel.svg %%DATADIR%%/icons/breeze-dark/scalable/actions/disconnect-quassel.svg %%DATADIR%%/icons/breeze-dark/scalable/apps/quassel.svg @@ -236,28 +471,60 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/icons/breeze-dark/scalable/status/message-quassel-tray.svg %%DATADIR%%/icons/breeze-dark/scalable/status/message-quassel.svg %%DATADIR%%/icons/breeze-dark/status/16/dialog-information.svg +%%DATADIR%%/icons/breeze-dark/status/16/dialog-warning.svg %%DATADIR%%/icons/breeze-dark/status/16/security-high.svg %%DATADIR%%/icons/breeze-dark/status/16/security-low.svg %%DATADIR%%/icons/breeze-dark/status/16/user-available.svg %%DATADIR%%/icons/breeze-dark/status/16/user-away.svg %%DATADIR%%/icons/breeze-dark/status/16/user-offline.svg +%%DATADIR%%/icons/breeze-dark/status/16@2x/dialog-information.svg +%%DATADIR%%/icons/breeze-dark/status/16@2x/dialog-warning.svg +%%DATADIR%%/icons/breeze-dark/status/16@2x/security-high.svg +%%DATADIR%%/icons/breeze-dark/status/16@2x/security-low.svg +%%DATADIR%%/icons/breeze-dark/status/16@2x/user-available.svg +%%DATADIR%%/icons/breeze-dark/status/16@2x/user-away.svg +%%DATADIR%%/icons/breeze-dark/status/16@2x/user-offline.svg +%%DATADIR%%/icons/breeze-dark/status/16@3x/dialog-information.svg +%%DATADIR%%/icons/breeze-dark/status/16@3x/dialog-warning.svg +%%DATADIR%%/icons/breeze-dark/status/16@3x/security-high.svg +%%DATADIR%%/icons/breeze-dark/status/16@3x/security-low.svg +%%DATADIR%%/icons/breeze-dark/status/16@3x/user-available.svg +%%DATADIR%%/icons/breeze-dark/status/16@3x/user-away.svg +%%DATADIR%%/icons/breeze-dark/status/16@3x/user-offline.svg %%DATADIR%%/icons/breeze-dark/status/22/dialog-information.svg %%DATADIR%%/icons/breeze-dark/status/22/dialog-password.svg -%%DATADIR%%/icons/breeze-dark/status/22/network-wired.svg +%%DATADIR%%/icons/breeze-dark/status/22/dialog-warning.svg %%DATADIR%%/icons/breeze-dark/status/22/security-high.svg %%DATADIR%%/icons/breeze-dark/status/22/security-low.svg %%DATADIR%%/icons/breeze-dark/status/22/user-available.svg %%DATADIR%%/icons/breeze-dark/status/22/user-away.svg %%DATADIR%%/icons/breeze-dark/status/22/user-offline.svg +%%DATADIR%%/icons/breeze-dark/status/22@2x/dialog-information.svg +%%DATADIR%%/icons/breeze-dark/status/22@2x/dialog-password.svg +%%DATADIR%%/icons/breeze-dark/status/22@2x/dialog-warning.svg +%%DATADIR%%/icons/breeze-dark/status/22@2x/security-high.svg +%%DATADIR%%/icons/breeze-dark/status/22@2x/security-low.svg +%%DATADIR%%/icons/breeze-dark/status/22@2x/user-available.svg +%%DATADIR%%/icons/breeze-dark/status/22@2x/user-away.svg +%%DATADIR%%/icons/breeze-dark/status/22@2x/user-offline.svg +%%DATADIR%%/icons/breeze-dark/status/22@3x/dialog-information.svg +%%DATADIR%%/icons/breeze-dark/status/22@3x/dialog-password.svg +%%DATADIR%%/icons/breeze-dark/status/22@3x/dialog-warning.svg +%%DATADIR%%/icons/breeze-dark/status/22@3x/security-high.svg +%%DATADIR%%/icons/breeze-dark/status/22@3x/security-low.svg +%%DATADIR%%/icons/breeze-dark/status/22@3x/user-available.svg +%%DATADIR%%/icons/breeze-dark/status/22@3x/user-away.svg +%%DATADIR%%/icons/breeze-dark/status/22@3x/user-offline.svg %%DATADIR%%/icons/breeze-dark/status/24/active-quassel-tray-inverted.svg %%DATADIR%%/icons/breeze-dark/status/24/active-quassel-tray.svg -%%DATADIR%%/icons/breeze-dark/status/24/dialog-information.svg %%DATADIR%%/icons/breeze-dark/status/24/inactive-quassel-tray-inverted.svg %%DATADIR%%/icons/breeze-dark/status/24/inactive-quassel-tray.svg %%DATADIR%%/icons/breeze-dark/status/24/inactive-quassel.svg %%DATADIR%%/icons/breeze-dark/status/24/message-quassel-tray-inverted.svg %%DATADIR%%/icons/breeze-dark/status/24/message-quassel-tray.svg %%DATADIR%%/icons/breeze-dark/status/24/message-quassel.svg +%%DATADIR%%/icons/breeze-dark/status/32/dialog-warning.svg +%%DATADIR%%/icons/breeze-dark/status/48/dialog-warning.svg %%DATADIR%%/icons/breeze-dark/status/64/active-quassel-tray-inverted.svg %%DATADIR%%/icons/breeze-dark/status/64/active-quassel-tray.svg %%DATADIR%%/icons/breeze-dark/status/64/dialog-information.svg @@ -330,6 +597,118 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/icons/breeze/actions/16/zoom-in.svg %%DATADIR%%/icons/breeze/actions/16/zoom-original.svg %%DATADIR%%/icons/breeze/actions/16/zoom-out.svg +%%DATADIR%%/icons/breeze/actions/16@2x/application-exit.svg +%%DATADIR%%/icons/breeze/actions/16@2x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/16@2x/configure.svg +%%DATADIR%%/icons/breeze/actions/16@2x/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/16@2x/dialog-close.svg +%%DATADIR%%/icons/breeze/actions/16@2x/document-edit.svg +%%DATADIR%%/icons/breeze/actions/16@2x/document-encrypt.svg +%%DATADIR%%/icons/breeze/actions/16@2x/document-open.svg +%%DATADIR%%/icons/breeze/actions/16@2x/download.svg +%%DATADIR%%/icons/breeze/actions/16@2x/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze/actions/16@2x/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze/actions/16@2x/edit-clear.svg +%%DATADIR%%/icons/breeze/actions/16@2x/edit-copy.svg +%%DATADIR%%/icons/breeze/actions/16@2x/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/16@2x/edit-find.svg +%%DATADIR%%/icons/breeze/actions/16@2x/edit-rename.svg +%%DATADIR%%/icons/breeze/actions/16@2x/flag-blue.svg +%%DATADIR%%/icons/breeze/actions/16@2x/format-fill-color.svg +%%DATADIR%%/icons/breeze/actions/16@2x/format-list-unordered.svg +%%DATADIR%%/icons/breeze/actions/16@2x/format-text-bold.svg +%%DATADIR%%/icons/breeze/actions/16@2x/format-text-color.svg +%%DATADIR%%/icons/breeze/actions/16@2x/format-text-italic.svg +%%DATADIR%%/icons/breeze/actions/16@2x/format-text-strikethrough.svg +%%DATADIR%%/icons/breeze/actions/16@2x/format-text-underline.svg +%%DATADIR%%/icons/breeze/actions/16@2x/go-down.svg +%%DATADIR%%/icons/breeze/actions/16@2x/go-next-view.svg +%%DATADIR%%/icons/breeze/actions/16@2x/go-next.svg +%%DATADIR%%/icons/breeze/actions/16@2x/go-previous-view.svg +%%DATADIR%%/icons/breeze/actions/16@2x/go-previous.svg +%%DATADIR%%/icons/breeze/actions/16@2x/go-up.svg +%%DATADIR%%/icons/breeze/actions/16@2x/help-about.svg +%%DATADIR%%/icons/breeze/actions/16@2x/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze/actions/16@2x/im-ban-user.svg +%%DATADIR%%/icons/breeze/actions/16@2x/im-kick-user.svg +%%DATADIR%%/icons/breeze/actions/16@2x/im-user-away.svg +%%DATADIR%%/icons/breeze/actions/16@2x/im-user-offline.svg +%%DATADIR%%/icons/breeze/actions/16@2x/im-user-online.svg +%%DATADIR%%/icons/breeze/actions/16@2x/im-user.svg +%%DATADIR%%/icons/breeze/actions/16@2x/irc-channel-active.svg +%%DATADIR%%/icons/breeze/actions/16@2x/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze/actions/16@2x/irc-close-channel.svg +%%DATADIR%%/icons/breeze/actions/16@2x/irc-join-channel.svg +%%DATADIR%%/icons/breeze/actions/16@2x/list-add-user.svg +%%DATADIR%%/icons/breeze/actions/16@2x/list-add.svg +%%DATADIR%%/icons/breeze/actions/16@2x/list-remove-user.svg +%%DATADIR%%/icons/breeze/actions/16@2x/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/16@2x/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/16@2x/network-connect.svg +%%DATADIR%%/icons/breeze/actions/16@2x/network-disconnect.svg +%%DATADIR%%/icons/breeze/actions/16@2x/show-menu.svg +%%DATADIR%%/icons/breeze/actions/16@2x/tools-report-bug.svg +%%DATADIR%%/icons/breeze/actions/16@2x/view-fullscreen.svg +%%DATADIR%%/icons/breeze/actions/16@2x/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/16@2x/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/16@2x/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/16@2x/zoom-out.svg +%%DATADIR%%/icons/breeze/actions/16@3x/application-exit.svg +%%DATADIR%%/icons/breeze/actions/16@3x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/16@3x/configure.svg +%%DATADIR%%/icons/breeze/actions/16@3x/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/16@3x/dialog-close.svg +%%DATADIR%%/icons/breeze/actions/16@3x/document-edit.svg +%%DATADIR%%/icons/breeze/actions/16@3x/document-encrypt.svg +%%DATADIR%%/icons/breeze/actions/16@3x/document-open.svg +%%DATADIR%%/icons/breeze/actions/16@3x/download.svg +%%DATADIR%%/icons/breeze/actions/16@3x/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze/actions/16@3x/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze/actions/16@3x/edit-clear.svg +%%DATADIR%%/icons/breeze/actions/16@3x/edit-copy.svg +%%DATADIR%%/icons/breeze/actions/16@3x/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/16@3x/edit-find.svg +%%DATADIR%%/icons/breeze/actions/16@3x/edit-rename.svg +%%DATADIR%%/icons/breeze/actions/16@3x/flag-blue.svg +%%DATADIR%%/icons/breeze/actions/16@3x/format-fill-color.svg +%%DATADIR%%/icons/breeze/actions/16@3x/format-list-unordered.svg +%%DATADIR%%/icons/breeze/actions/16@3x/format-text-bold.svg +%%DATADIR%%/icons/breeze/actions/16@3x/format-text-color.svg +%%DATADIR%%/icons/breeze/actions/16@3x/format-text-italic.svg +%%DATADIR%%/icons/breeze/actions/16@3x/format-text-strikethrough.svg +%%DATADIR%%/icons/breeze/actions/16@3x/format-text-underline.svg +%%DATADIR%%/icons/breeze/actions/16@3x/go-down.svg +%%DATADIR%%/icons/breeze/actions/16@3x/go-next-view.svg +%%DATADIR%%/icons/breeze/actions/16@3x/go-next.svg +%%DATADIR%%/icons/breeze/actions/16@3x/go-previous-view.svg +%%DATADIR%%/icons/breeze/actions/16@3x/go-previous.svg +%%DATADIR%%/icons/breeze/actions/16@3x/go-up.svg +%%DATADIR%%/icons/breeze/actions/16@3x/help-about.svg +%%DATADIR%%/icons/breeze/actions/16@3x/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze/actions/16@3x/im-ban-user.svg +%%DATADIR%%/icons/breeze/actions/16@3x/im-kick-user.svg +%%DATADIR%%/icons/breeze/actions/16@3x/im-user-away.svg +%%DATADIR%%/icons/breeze/actions/16@3x/im-user-offline.svg +%%DATADIR%%/icons/breeze/actions/16@3x/im-user-online.svg +%%DATADIR%%/icons/breeze/actions/16@3x/im-user.svg +%%DATADIR%%/icons/breeze/actions/16@3x/irc-channel-active.svg +%%DATADIR%%/icons/breeze/actions/16@3x/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze/actions/16@3x/irc-close-channel.svg +%%DATADIR%%/icons/breeze/actions/16@3x/irc-join-channel.svg +%%DATADIR%%/icons/breeze/actions/16@3x/list-add-user.svg +%%DATADIR%%/icons/breeze/actions/16@3x/list-add.svg +%%DATADIR%%/icons/breeze/actions/16@3x/list-remove-user.svg +%%DATADIR%%/icons/breeze/actions/16@3x/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/16@3x/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/16@3x/network-connect.svg +%%DATADIR%%/icons/breeze/actions/16@3x/network-disconnect.svg +%%DATADIR%%/icons/breeze/actions/16@3x/show-menu.svg +%%DATADIR%%/icons/breeze/actions/16@3x/tools-report-bug.svg +%%DATADIR%%/icons/breeze/actions/16@3x/view-fullscreen.svg +%%DATADIR%%/icons/breeze/actions/16@3x/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/16@3x/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/16@3x/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/16@3x/zoom-out.svg %%DATADIR%%/icons/breeze/actions/22/application-exit.svg %%DATADIR%%/icons/breeze/actions/22/configure-shortcuts.svg %%DATADIR%%/icons/breeze/actions/22/configure.svg @@ -390,68 +769,128 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/icons/breeze/actions/22/zoom-in.svg %%DATADIR%%/icons/breeze/actions/22/zoom-original.svg %%DATADIR%%/icons/breeze/actions/22/zoom-out.svg -%%DATADIR%%/icons/breeze/actions/24/application-exit.svg -%%DATADIR%%/icons/breeze/actions/24/configure-shortcuts.svg -%%DATADIR%%/icons/breeze/actions/24/configure.svg +%%DATADIR%%/icons/breeze/actions/22@2x/application-exit.svg +%%DATADIR%%/icons/breeze/actions/22@2x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/22@2x/configure.svg +%%DATADIR%%/icons/breeze/actions/22@2x/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/22@2x/dialog-close.svg +%%DATADIR%%/icons/breeze/actions/22@2x/document-edit.svg +%%DATADIR%%/icons/breeze/actions/22@2x/document-encrypt.svg +%%DATADIR%%/icons/breeze/actions/22@2x/document-open.svg +%%DATADIR%%/icons/breeze/actions/22@2x/download.svg +%%DATADIR%%/icons/breeze/actions/22@2x/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze/actions/22@2x/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze/actions/22@2x/edit-clear.svg +%%DATADIR%%/icons/breeze/actions/22@2x/edit-copy.svg +%%DATADIR%%/icons/breeze/actions/22@2x/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/22@2x/edit-find.svg +%%DATADIR%%/icons/breeze/actions/22@2x/edit-rename.svg +%%DATADIR%%/icons/breeze/actions/22@2x/flag-blue.svg +%%DATADIR%%/icons/breeze/actions/22@2x/format-fill-color.svg +%%DATADIR%%/icons/breeze/actions/22@2x/format-list-unordered.svg +%%DATADIR%%/icons/breeze/actions/22@2x/format-text-bold.svg +%%DATADIR%%/icons/breeze/actions/22@2x/format-text-color.svg +%%DATADIR%%/icons/breeze/actions/22@2x/format-text-italic.svg +%%DATADIR%%/icons/breeze/actions/22@2x/format-text-strikethrough.svg +%%DATADIR%%/icons/breeze/actions/22@2x/format-text-underline.svg +%%DATADIR%%/icons/breeze/actions/22@2x/go-down.svg +%%DATADIR%%/icons/breeze/actions/22@2x/go-next-view.svg +%%DATADIR%%/icons/breeze/actions/22@2x/go-next.svg +%%DATADIR%%/icons/breeze/actions/22@2x/go-previous-view.svg +%%DATADIR%%/icons/breeze/actions/22@2x/go-previous.svg +%%DATADIR%%/icons/breeze/actions/22@2x/go-up.svg +%%DATADIR%%/icons/breeze/actions/22@2x/help-about.svg +%%DATADIR%%/icons/breeze/actions/22@2x/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze/actions/22@2x/im-ban-user.svg +%%DATADIR%%/icons/breeze/actions/22@2x/im-kick-user.svg +%%DATADIR%%/icons/breeze/actions/22@2x/im-user-away.svg +%%DATADIR%%/icons/breeze/actions/22@2x/im-user-offline.svg +%%DATADIR%%/icons/breeze/actions/22@2x/im-user-online.svg +%%DATADIR%%/icons/breeze/actions/22@2x/im-user.svg +%%DATADIR%%/icons/breeze/actions/22@2x/irc-channel-active.svg +%%DATADIR%%/icons/breeze/actions/22@2x/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze/actions/22@2x/irc-close-channel.svg +%%DATADIR%%/icons/breeze/actions/22@2x/irc-join-channel.svg +%%DATADIR%%/icons/breeze/actions/22@2x/irc-operator.svg +%%DATADIR%%/icons/breeze/actions/22@2x/irc-remove-operator.svg +%%DATADIR%%/icons/breeze/actions/22@2x/irc-unvoice.svg +%%DATADIR%%/icons/breeze/actions/22@2x/irc-voice.svg +%%DATADIR%%/icons/breeze/actions/22@2x/list-add-user.svg +%%DATADIR%%/icons/breeze/actions/22@2x/list-add.svg +%%DATADIR%%/icons/breeze/actions/22@2x/list-remove-user.svg +%%DATADIR%%/icons/breeze/actions/22@2x/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/22@2x/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/22@2x/network-connect.svg +%%DATADIR%%/icons/breeze/actions/22@2x/network-disconnect.svg +%%DATADIR%%/icons/breeze/actions/22@2x/show-menu.svg +%%DATADIR%%/icons/breeze/actions/22@2x/tools-report-bug.svg +%%DATADIR%%/icons/breeze/actions/22@2x/view-fullscreen.svg +%%DATADIR%%/icons/breeze/actions/22@2x/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/22@2x/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/22@2x/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/22@2x/zoom-out.svg +%%DATADIR%%/icons/breeze/actions/22@3x/application-exit.svg +%%DATADIR%%/icons/breeze/actions/22@3x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/22@3x/configure.svg +%%DATADIR%%/icons/breeze/actions/22@3x/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/22@3x/dialog-close.svg +%%DATADIR%%/icons/breeze/actions/22@3x/document-edit.svg +%%DATADIR%%/icons/breeze/actions/22@3x/document-encrypt.svg +%%DATADIR%%/icons/breeze/actions/22@3x/document-open.svg +%%DATADIR%%/icons/breeze/actions/22@3x/download.svg +%%DATADIR%%/icons/breeze/actions/22@3x/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze/actions/22@3x/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze/actions/22@3x/edit-clear.svg +%%DATADIR%%/icons/breeze/actions/22@3x/edit-copy.svg +%%DATADIR%%/icons/breeze/actions/22@3x/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/22@3x/edit-find.svg +%%DATADIR%%/icons/breeze/actions/22@3x/edit-rename.svg +%%DATADIR%%/icons/breeze/actions/22@3x/flag-blue.svg +%%DATADIR%%/icons/breeze/actions/22@3x/format-fill-color.svg +%%DATADIR%%/icons/breeze/actions/22@3x/format-list-unordered.svg +%%DATADIR%%/icons/breeze/actions/22@3x/format-text-bold.svg +%%DATADIR%%/icons/breeze/actions/22@3x/format-text-color.svg +%%DATADIR%%/icons/breeze/actions/22@3x/format-text-italic.svg +%%DATADIR%%/icons/breeze/actions/22@3x/format-text-strikethrough.svg +%%DATADIR%%/icons/breeze/actions/22@3x/format-text-underline.svg +%%DATADIR%%/icons/breeze/actions/22@3x/go-down.svg +%%DATADIR%%/icons/breeze/actions/22@3x/go-next-view.svg +%%DATADIR%%/icons/breeze/actions/22@3x/go-next.svg +%%DATADIR%%/icons/breeze/actions/22@3x/go-previous-view.svg +%%DATADIR%%/icons/breeze/actions/22@3x/go-previous.svg +%%DATADIR%%/icons/breeze/actions/22@3x/go-up.svg +%%DATADIR%%/icons/breeze/actions/22@3x/help-about.svg +%%DATADIR%%/icons/breeze/actions/22@3x/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze/actions/22@3x/im-ban-user.svg +%%DATADIR%%/icons/breeze/actions/22@3x/im-kick-user.svg +%%DATADIR%%/icons/breeze/actions/22@3x/im-user-away.svg +%%DATADIR%%/icons/breeze/actions/22@3x/im-user-offline.svg +%%DATADIR%%/icons/breeze/actions/22@3x/im-user-online.svg +%%DATADIR%%/icons/breeze/actions/22@3x/im-user.svg +%%DATADIR%%/icons/breeze/actions/22@3x/irc-channel-active.svg +%%DATADIR%%/icons/breeze/actions/22@3x/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze/actions/22@3x/irc-close-channel.svg +%%DATADIR%%/icons/breeze/actions/22@3x/irc-join-channel.svg +%%DATADIR%%/icons/breeze/actions/22@3x/irc-operator.svg +%%DATADIR%%/icons/breeze/actions/22@3x/irc-remove-operator.svg +%%DATADIR%%/icons/breeze/actions/22@3x/irc-unvoice.svg +%%DATADIR%%/icons/breeze/actions/22@3x/irc-voice.svg +%%DATADIR%%/icons/breeze/actions/22@3x/list-add-user.svg +%%DATADIR%%/icons/breeze/actions/22@3x/list-add.svg +%%DATADIR%%/icons/breeze/actions/22@3x/list-remove-user.svg +%%DATADIR%%/icons/breeze/actions/22@3x/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/22@3x/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/22@3x/network-connect.svg +%%DATADIR%%/icons/breeze/actions/22@3x/network-disconnect.svg +%%DATADIR%%/icons/breeze/actions/22@3x/show-menu.svg +%%DATADIR%%/icons/breeze/actions/22@3x/tools-report-bug.svg +%%DATADIR%%/icons/breeze/actions/22@3x/view-fullscreen.svg +%%DATADIR%%/icons/breeze/actions/22@3x/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/22@3x/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/22@3x/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/22@3x/zoom-out.svg %%DATADIR%%/icons/breeze/actions/24/connect-quassel.svg -%%DATADIR%%/icons/breeze/actions/24/dialog-cancel.svg -%%DATADIR%%/icons/breeze/actions/24/dialog-close.svg %%DATADIR%%/icons/breeze/actions/24/disconnect-quassel.svg -%%DATADIR%%/icons/breeze/actions/24/document-edit.svg -%%DATADIR%%/icons/breeze/actions/24/document-encrypt.svg -%%DATADIR%%/icons/breeze/actions/24/document-open.svg -%%DATADIR%%/icons/breeze/actions/24/download.svg -%%DATADIR%%/icons/breeze/actions/24/edit-clear-locationbar-ltr.svg -%%DATADIR%%/icons/breeze/actions/24/edit-clear-locationbar-rtl.svg -%%DATADIR%%/icons/breeze/actions/24/edit-clear.svg -%%DATADIR%%/icons/breeze/actions/24/edit-copy.svg -%%DATADIR%%/icons/breeze/actions/24/edit-delete.svg -%%DATADIR%%/icons/breeze/actions/24/edit-find.svg -%%DATADIR%%/icons/breeze/actions/24/edit-rename.svg -%%DATADIR%%/icons/breeze/actions/24/flag-blue.svg -%%DATADIR%%/icons/breeze/actions/24/format-fill-color.svg -%%DATADIR%%/icons/breeze/actions/24/format-list-unordered.svg -%%DATADIR%%/icons/breeze/actions/24/format-text-bold.svg -%%DATADIR%%/icons/breeze/actions/24/format-text-color.svg -%%DATADIR%%/icons/breeze/actions/24/format-text-italic.svg -%%DATADIR%%/icons/breeze/actions/24/format-text-strikethrough.svg -%%DATADIR%%/icons/breeze/actions/24/format-text-underline.svg -%%DATADIR%%/icons/breeze/actions/24/go-down.svg -%%DATADIR%%/icons/breeze/actions/24/go-next-view.svg -%%DATADIR%%/icons/breeze/actions/24/go-next.svg -%%DATADIR%%/icons/breeze/actions/24/go-previous-view.svg -%%DATADIR%%/icons/breeze/actions/24/go-previous.svg -%%DATADIR%%/icons/breeze/actions/24/go-up.svg -%%DATADIR%%/icons/breeze/actions/24/help-about.svg -%%DATADIR%%/icons/breeze/actions/24/im-ban-kick-user.svg -%%DATADIR%%/icons/breeze/actions/24/im-ban-user.svg -%%DATADIR%%/icons/breeze/actions/24/im-kick-user.svg -%%DATADIR%%/icons/breeze/actions/24/im-user-away.svg -%%DATADIR%%/icons/breeze/actions/24/im-user-offline.svg -%%DATADIR%%/icons/breeze/actions/24/im-user-online.svg -%%DATADIR%%/icons/breeze/actions/24/im-user.svg -%%DATADIR%%/icons/breeze/actions/24/irc-channel-active.svg -%%DATADIR%%/icons/breeze/actions/24/irc-channel-inactive.svg -%%DATADIR%%/icons/breeze/actions/24/irc-close-channel.svg -%%DATADIR%%/icons/breeze/actions/24/irc-join-channel.svg -%%DATADIR%%/icons/breeze/actions/24/irc-operator.svg -%%DATADIR%%/icons/breeze/actions/24/irc-remove-operator.svg -%%DATADIR%%/icons/breeze/actions/24/irc-unvoice.svg -%%DATADIR%%/icons/breeze/actions/24/irc-voice.svg -%%DATADIR%%/icons/breeze/actions/24/list-add-user.svg -%%DATADIR%%/icons/breeze/actions/24/list-add.svg -%%DATADIR%%/icons/breeze/actions/24/list-remove-user.svg -%%DATADIR%%/icons/breeze/actions/24/mail-message-new.svg -%%DATADIR%%/icons/breeze/actions/24/media-playback-start.svg -%%DATADIR%%/icons/breeze/actions/24/network-connect.svg -%%DATADIR%%/icons/breeze/actions/24/network-disconnect.svg -%%DATADIR%%/icons/breeze/actions/24/show-menu.svg -%%DATADIR%%/icons/breeze/actions/24/tools-report-bug.svg -%%DATADIR%%/icons/breeze/actions/24/view-fullscreen.svg -%%DATADIR%%/icons/breeze/actions/24/view-refresh.svg -%%DATADIR%%/icons/breeze/actions/24/zoom-in.svg -%%DATADIR%%/icons/breeze/actions/24/zoom-original.svg -%%DATADIR%%/icons/breeze/actions/24/zoom-out.svg %%DATADIR%%/icons/breeze/actions/32/application-exit.svg %%DATADIR%%/icons/breeze/actions/32/configure-shortcuts.svg %%DATADIR%%/icons/breeze/actions/32/configure.svg @@ -472,17 +911,80 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/icons/breeze/actions/32/zoom-in.svg %%DATADIR%%/icons/breeze/actions/32/zoom-original.svg %%DATADIR%%/icons/breeze/actions/32/zoom-out.svg +%%DATADIR%%/icons/breeze/actions/32@2x/application-exit.svg +%%DATADIR%%/icons/breeze/actions/32@2x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/32@2x/configure.svg +%%DATADIR%%/icons/breeze/actions/32@2x/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/32@2x/document-edit.svg +%%DATADIR%%/icons/breeze/actions/32@2x/document-open.svg +%%DATADIR%%/icons/breeze/actions/32@2x/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/32@2x/go-down.svg +%%DATADIR%%/icons/breeze/actions/32@2x/go-next.svg +%%DATADIR%%/icons/breeze/actions/32@2x/go-previous.svg +%%DATADIR%%/icons/breeze/actions/32@2x/go-up.svg +%%DATADIR%%/icons/breeze/actions/32@2x/help-about.svg +%%DATADIR%%/icons/breeze/actions/32@2x/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/32@2x/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/32@2x/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/32@2x/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/32@2x/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/32@2x/zoom-out.svg +%%DATADIR%%/icons/breeze/actions/32@3x/application-exit.svg +%%DATADIR%%/icons/breeze/actions/32@3x/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/32@3x/configure.svg +%%DATADIR%%/icons/breeze/actions/32@3x/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/32@3x/document-edit.svg +%%DATADIR%%/icons/breeze/actions/32@3x/document-open.svg +%%DATADIR%%/icons/breeze/actions/32@3x/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/32@3x/go-down.svg +%%DATADIR%%/icons/breeze/actions/32@3x/go-next.svg +%%DATADIR%%/icons/breeze/actions/32@3x/go-previous.svg +%%DATADIR%%/icons/breeze/actions/32@3x/go-up.svg +%%DATADIR%%/icons/breeze/actions/32@3x/help-about.svg +%%DATADIR%%/icons/breeze/actions/32@3x/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/32@3x/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/32@3x/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/32@3x/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/32@3x/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/32@3x/zoom-out.svg %%DATADIR%%/icons/breeze/apps/32/quassel.svg %%DATADIR%%/icons/breeze/apps/48/quassel.svg %%DATADIR%%/icons/breeze/apps/64/quassel.svg %%DATADIR%%/icons/breeze/devices/16/network-wired.svg +%%DATADIR%%/icons/breeze/devices/16@2x/network-wired.svg +%%DATADIR%%/icons/breeze/devices/16@3x/network-wired.svg %%DATADIR%%/icons/breeze/devices/22/network-wired.svg +%%DATADIR%%/icons/breeze/devices/22@2x/network-wired.svg +%%DATADIR%%/icons/breeze/devices/22@3x/network-wired.svg %%DATADIR%%/icons/breeze/emblems/16/emblem-information.svg %%DATADIR%%/icons/breeze/emblems/16/emblem-question.svg %%DATADIR%%/icons/breeze/emblems/16/emblem-success.svg %%DATADIR%%/icons/breeze/emblems/16/emblem-unavailable.svg +%%DATADIR%%/icons/breeze/emblems/16@2x/emblem-information.svg +%%DATADIR%%/icons/breeze/emblems/16@2x/emblem-question.svg +%%DATADIR%%/icons/breeze/emblems/16@2x/emblem-success.svg +%%DATADIR%%/icons/breeze/emblems/16@2x/emblem-unavailable.svg +%%DATADIR%%/icons/breeze/emblems/16@3x/emblem-information.svg +%%DATADIR%%/icons/breeze/emblems/16@3x/emblem-question.svg +%%DATADIR%%/icons/breeze/emblems/16@3x/emblem-success.svg +%%DATADIR%%/icons/breeze/emblems/16@3x/emblem-unavailable.svg +%%DATADIR%%/icons/breeze/emblems/22/emblem-information.svg +%%DATADIR%%/icons/breeze/emblems/22/emblem-question.svg +%%DATADIR%%/icons/breeze/emblems/22/emblem-success.svg +%%DATADIR%%/icons/breeze/emblems/22/emblem-unavailable.svg +%%DATADIR%%/icons/breeze/emblems/22@2x/emblem-information.svg +%%DATADIR%%/icons/breeze/emblems/22@2x/emblem-question.svg +%%DATADIR%%/icons/breeze/emblems/22@2x/emblem-success.svg +%%DATADIR%%/icons/breeze/emblems/22@2x/emblem-unavailable.svg +%%DATADIR%%/icons/breeze/emblems/22@3x/emblem-information.svg +%%DATADIR%%/icons/breeze/emblems/22@3x/emblem-question.svg +%%DATADIR%%/icons/breeze/emblems/22@3x/emblem-success.svg +%%DATADIR%%/icons/breeze/emblems/22@3x/emblem-unavailable.svg +%%DATADIR%%/icons/breeze/emblems/8/emblem-information.svg +%%DATADIR%%/icons/breeze/emblems/8/emblem-question.svg +%%DATADIR%%/icons/breeze/emblems/8/emblem-success.svg +%%DATADIR%%/icons/breeze/emblems/8/emblem-unavailable.svg %%DATADIR%%/icons/breeze/index.theme -%%DATADIR%%/icons/breeze/preferences/32/help-about.svg %%DATADIR%%/icons/breeze/scalable/actions/connect-quassel.svg %%DATADIR%%/icons/breeze/scalable/actions/disconnect-quassel.svg %%DATADIR%%/icons/breeze/scalable/apps/quassel.svg @@ -495,19 +997,50 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/icons/breeze/scalable/status/message-quassel-tray.svg %%DATADIR%%/icons/breeze/scalable/status/message-quassel.svg %%DATADIR%%/icons/breeze/status/16/dialog-information.svg +%%DATADIR%%/icons/breeze/status/16/dialog-warning.svg %%DATADIR%%/icons/breeze/status/16/security-high.svg %%DATADIR%%/icons/breeze/status/16/security-low.svg %%DATADIR%%/icons/breeze/status/16/user-available.svg %%DATADIR%%/icons/breeze/status/16/user-away.svg %%DATADIR%%/icons/breeze/status/16/user-offline.svg +%%DATADIR%%/icons/breeze/status/16@2x/dialog-information.svg +%%DATADIR%%/icons/breeze/status/16@2x/dialog-warning.svg +%%DATADIR%%/icons/breeze/status/16@2x/security-high.svg +%%DATADIR%%/icons/breeze/status/16@2x/security-low.svg +%%DATADIR%%/icons/breeze/status/16@2x/user-available.svg +%%DATADIR%%/icons/breeze/status/16@2x/user-away.svg +%%DATADIR%%/icons/breeze/status/16@2x/user-offline.svg +%%DATADIR%%/icons/breeze/status/16@3x/dialog-information.svg +%%DATADIR%%/icons/breeze/status/16@3x/dialog-warning.svg +%%DATADIR%%/icons/breeze/status/16@3x/security-high.svg +%%DATADIR%%/icons/breeze/status/16@3x/security-low.svg +%%DATADIR%%/icons/breeze/status/16@3x/user-available.svg +%%DATADIR%%/icons/breeze/status/16@3x/user-away.svg +%%DATADIR%%/icons/breeze/status/16@3x/user-offline.svg %%DATADIR%%/icons/breeze/status/22/dialog-information.svg %%DATADIR%%/icons/breeze/status/22/dialog-password.svg -%%DATADIR%%/icons/breeze/status/22/network-wired.svg +%%DATADIR%%/icons/breeze/status/22/dialog-warning.svg %%DATADIR%%/icons/breeze/status/22/security-high.svg %%DATADIR%%/icons/breeze/status/22/security-low.svg %%DATADIR%%/icons/breeze/status/22/user-available.svg %%DATADIR%%/icons/breeze/status/22/user-away.svg %%DATADIR%%/icons/breeze/status/22/user-offline.svg +%%DATADIR%%/icons/breeze/status/22@2x/dialog-information.svg +%%DATADIR%%/icons/breeze/status/22@2x/dialog-password.svg +%%DATADIR%%/icons/breeze/status/22@2x/dialog-warning.svg +%%DATADIR%%/icons/breeze/status/22@2x/security-high.svg +%%DATADIR%%/icons/breeze/status/22@2x/security-low.svg +%%DATADIR%%/icons/breeze/status/22@2x/user-available.svg +%%DATADIR%%/icons/breeze/status/22@2x/user-away.svg +%%DATADIR%%/icons/breeze/status/22@2x/user-offline.svg +%%DATADIR%%/icons/breeze/status/22@3x/dialog-information.svg +%%DATADIR%%/icons/breeze/status/22@3x/dialog-password.svg +%%DATADIR%%/icons/breeze/status/22@3x/dialog-warning.svg +%%DATADIR%%/icons/breeze/status/22@3x/security-high.svg +%%DATADIR%%/icons/breeze/status/22@3x/security-low.svg +%%DATADIR%%/icons/breeze/status/22@3x/user-available.svg +%%DATADIR%%/icons/breeze/status/22@3x/user-away.svg +%%DATADIR%%/icons/breeze/status/22@3x/user-offline.svg %%DATADIR%%/icons/breeze/status/24/active-quassel-tray-inverted.svg %%DATADIR%%/icons/breeze/status/24/active-quassel-tray.svg %%DATADIR%%/icons/breeze/status/24/inactive-quassel-tray-inverted.svg @@ -516,6 +1049,8 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/icons/breeze/status/24/message-quassel-tray-inverted.svg %%DATADIR%%/icons/breeze/status/24/message-quassel-tray.svg %%DATADIR%%/icons/breeze/status/24/message-quassel.svg +%%DATADIR%%/icons/breeze/status/32/dialog-warning.svg +%%DATADIR%%/icons/breeze/status/48/dialog-warning.svg %%DATADIR%%/icons/breeze/status/64/active-quassel-tray-inverted.svg %%DATADIR%%/icons/breeze/status/64/active-quassel-tray.svg %%DATADIR%%/icons/breeze/status/64/dialog-information.svg @@ -532,10 +1067,18 @@ lib/libquassel-common.so.%%LIBVERSION%% %%DATADIR%%/networks.ini %%DATADIR%%/scripts/inxi *** 16 LINES SKIPPED ***