View | Details | Raw Unified | Return to bug 216345 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/kde.mk (-1 / +1 lines)
Lines 65-71 Link Here
65
KDE4_BRANCH?=			stable
65
KDE4_BRANCH?=			stable
66
66
67
# Current KDE desktop.
67
# Current KDE desktop.
68
KDE_FRAMEWORKS_VERSION?=	5.29.0
68
KDE_FRAMEWORKS_VERSION?=	5.30.0
69
KDE_FRAMEWORKS_BRANCH?= 	stable
69
KDE_FRAMEWORKS_BRANCH?= 	stable
70
70
71
# Current KDE applications.
71
# Current KDE applications.
(-)archivers/kf5-karchive/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934869
1
TIMESTAMP = 1483950366
2
SHA256 (KDE/frameworks/5.29.0/karchive-5.29.0.tar.xz) = 9091bba1683eefcae6e27ecce6c7236ac792c173d3efa15f255e5890909c2986
2
SHA256 (KDE/frameworks/5.30.0/karchive-5.30.0.tar.xz) = 18b35d437e7cbf6f00983d0f66372cbd6a0daedaa58e6c092838c20845571f38
3
SIZE (KDE/frameworks/5.29.0/karchive-5.29.0.tar.xz) = 111712
3
SIZE (KDE/frameworks/5.30.0/karchive-5.30.0.tar.xz) = 111724
(-)devel/kf5-extra-cmake-modules/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934869
1
TIMESTAMP = 1483950366
2
SHA256 (KDE/frameworks/5.29.0/extra-cmake-modules-5.29.0.tar.xz) = 48f76e626e2235bd4b64aeea9bbbcb803eb8966a6d020d0ab8ddbe81930e98d8
2
SHA256 (KDE/frameworks/5.30.0/extra-cmake-modules-5.30.0.tar.xz) = 7da9647514e134db5054ab4848d4bfa6054537593a95720a7a9361f8cc71a96c
3
SIZE (KDE/frameworks/5.29.0/extra-cmake-modules-5.29.0.tar.xz) = 303064
3
SIZE (KDE/frameworks/5.30.0/extra-cmake-modules-5.30.0.tar.xz) = 306108
(-)devel/kf5-extra-cmake-modules/files/patch-git_add_FindInotify.cmake (-43 / +60 lines)
Lines 1-37 Link Here
1
Import FindLibinotify.cmake from https//git.reviewboard.kde.org/r/129316/
1
From 8dab9b3f336ba889f9a750676cb7937ac6fc775d Mon Sep 17 00:00:00 2001
2
From: Adriaan de Groot <groot@kde.org>
3
Date: Tue, 27 Dec 2016 21:05:50 +0100
4
Subject: [PATCH] Detect inotify.
2
5
3
From 2da80872431a9dc169085a9edca8c79c49e7fade Mon Sep 17 00:00:00 2001
6
Summary:
4
From: "Tobias C. Berner" <tcberner@gmail.com>
7
On Linux, inotify always exists; all you need is the header file.
5
Date: Sun, 30 Oct 2016 01:22:58 +0200
8
On the BSDs, inotify is provided through a shim to kqueue, which
6
Subject: [PATCH] Add new cmake module `FindLibinotify.cmake`.
9
must be installed separately. Add a FindInotify to help sort
10
that out.
7
11
8
FreeBSD also has inotify. However it is a library and not a kernel subsystem.
12
Based on RB 129316 and RB 129549.
13
14
Test Plan:
15
 - On FreeBSD, reliably detects presence of libinotify in $LOCALBASE,
16
 - Needs testing on Linux that it does find the header file.
17
18
Reviewers: apol, tcberner, arrowdodger
19
20
Differential Revision: https://phabricator.kde.org/D3826
9
---
21
---
10
 find-modules/FindLibinotify.cmake | 71 +++++++++++++++++++++++++++++++++++++++
22
 find-modules/FindInotify.cmake | 76 ++++++++++++++++++++++++++++++++++++++++++
11
 1 file changed, 71 insertions(+)
23
 1 file changed, 76 insertions(+)
12
 create mode 100644 find-modules/FindLibinotify.cmake
24
 create mode 100644 find-modules/FindInotify.cmake
13
25
14
diff --git a/find-modules/FindLibinotify.cmake b/find-modules/FindLibinotify.cmake
26
diff --git a/find-modules/FindInotify.cmake b/find-modules/FindInotify.cmake
15
new file mode 100644
27
new file mode 100644
16
index 0000000..fe1f35e
28
index 0000000..41ef11f
17
--- /dev/null
29
--- /dev/null
18
+++ find-modules/FindLibinotify.cmake
30
+++ find-modules/FindInotify.cmake
19
@@ -0,0 +1,71 @@
31
@@ -0,0 +1,76 @@
20
+#.rest:
32
+#.rest:
21
+# FindLibinotify
33
+# FindInotify
22
+# --------------
34
+# --------------
23
+#
35
+#
24
+# Try to find libinotiy on Unix like systems.
36
+# Try to find inotify on this system. This finds:
37
+#  - libinotiy on Unix like systems, or 
38
+#  - the kernel's inotify on Linux systems.
25
+#
39
+#
26
+# This will define the following variables:
40
+# This will define the following variables:
27
+#
41
+#
28
+# ``LIBINOTIFY_FOUND``
42
+# ``Inotify_FOUND``
29
+#    True if Libinotify is available
43
+#    True if inotify is available
30
+# ``LIBINOTIFY_LIBRARIES``
44
+# ``Inotify_LIBRARIES``
31
+#    This has to be passed to target_link_libraries()
45
+#    This has to be passed to target_link_libraries()
32
+# ``LIBINOTIFY_INCLUDE_DIRS``
46
+# ``Inotify_INCLUDE_DIRS``
33
+#    This has to be passed to target_include_directories()
47
+#    This has to be passed to target_include_directories()
34
+#
48
+#
49
+# On Linux, the libraries and include directories are empty,
50
+# even though Inotify_FOUND may be set to TRUE. This is because
51
+# no special includes or libraries are needed. On other systems
52
+# these may be needed to use inotify.
35
+
53
+
36
+#=============================================================================
54
+#=============================================================================
37
+# Copyright 2016 Tobias C. Berner <tcberner@FreeBSD.org>
55
+# Copyright 2016 Tobias C. Berner <tcberner@FreeBSD.org>
Lines 45-52 Link Here
45
+# 2. Redistributions in binary form must reproduce the copyright
63
+# 2. Redistributions in binary form must reproduce the copyright
46
+#    notice, this list of conditions and the following disclaimer in the
64
+#    notice, this list of conditions and the following disclaimer in the
47
+#    documentation and/or other materials provided with the distribution.
65
+#    documentation and/or other materials provided with the distribution.
48
+# 3. The name of the author may not be used to endorse or promote products
49
+#    derived from this software without specific prior written permission.
50
+#
66
+#
51
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
67
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
52
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
68
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Lines 60-93 Link Here
60
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
76
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61
+#=============================================================================
77
+#=============================================================================
62
+
78
+
63
+find_path(LIBINOTIFY_INCLUDE_DIRS sys/inotify.h )
79
+find_path(Inotify_INCLUDE_DIRS sys/inotify.h)
64
+
80
+
65
+if ( LIBINOTIFY_INCLUDE_DIRS )
81
+if(Inotify_INCLUDE_DIRS)
66
+    # On Linux there is no library to link against, on the BSDs there is.
82
+  # On Linux there is no library to link against, on the BSDs there is.
67
+    if ( CMAKE_SYSTEM_NAME MATCHES "Linux" )
83
+  # On the BSD's, inotify is implemented through a library, libinotify.
68
+        set( LIBINOTIFY_FOUND TRUE )
84
+    if( CMAKE_SYSTEM_NAME MATCHES "Linux")
69
+    else ()
85
+        set(Inotify_FOUND TRUE)
70
+        find_library( LIBINOTIFY_LIBRARIES NAMES inotify )
86
+    else()
87
+        find_library(Inotify_LIBRARIES NAMES inotify)
71
+        include(FindPackageHandleStandardArgs)
88
+        include(FindPackageHandleStandardArgs)
72
+        find_package_handle_standard_args( Libinotify
89
+        find_package_handle_standard_args(Inotify
73
+            FOUND_VAR
90
+            FOUND_VAR
74
+                LIBINOTIFY_FOUND
91
+                Inotify_FOUND
75
+           REQUIRED_VARS
92
+            REQUIRED_VARS
76
+                LIBINOTIFY_LIBRARIES
93
+                Inotify_LIBRARIES
77
+                LIBINOTIFY_INCLUDE_DIRS
94
+                Inotify_INCLUDE_DIRS
78
+        )
95
+        )
79
+        mark_as_advanced( LIBINOTIFY_LIBRARIES LIBINOTIFY_INCLUDE_DIRS )
96
+        mark_as_advanced(Inotify_LIBRARIES Inotify_INCLUDE_DIRS)
80
+        include(FeatureSummary)
97
+        include(FeatureSummary)
81
+        set_package_properties(Libinotify PROPERTIES
98
+        set_package_properties(Inotify PROPERTIES
82
+            URL "https://github.com/dmatveev/libinotify-kqueue"
99
+            URL "https://github.com/libinotify-kqueue/"
83
+            DESCRIPTION "inotify API on the *BSD family of operating systems."
100
+            DESCRIPTION "inotify API on the *BSD family of operating systems."
84
+        )
101
+        )
85
+    endif ()
102
+    endif()
86
+else ()
103
+else()
87
+   set( LIBINOTIFY_FOUND FALSE )
104
+   set(Inotify_FOUND FALSE)
88
+endif ()
105
+endif()
89
+
106
+
90
+mark_as_advanced( LIBINOTIFY_FOUND )
107
+mark_as_advanced(Inotify_FOUND) 
91
--
108
-- 
92
2.10.1
109
2.9.2
93
110
(-)devel/kf5-extra-cmake-modules/files/patch-git_add_FindLibinotify.cmake (-93 lines)
Lines 1-93 Link Here
1
Import FindLibinotify.cmake from https//git.reviewboard.kde.org/r/129316/
2
3
From 2da80872431a9dc169085a9edca8c79c49e7fade Mon Sep 17 00:00:00 2001
4
From: "Tobias C. Berner" <tcberner@gmail.com>
5
Date: Sun, 30 Oct 2016 01:22:58 +0200
6
Subject: [PATCH] Add new cmake module `FindLibinotify.cmake`.
7
8
FreeBSD also has inotify. However it is a library and not a kernel subsystem.
9
---
10
 find-modules/FindLibinotify.cmake | 71 +++++++++++++++++++++++++++++++++++++++
11
 1 file changed, 71 insertions(+)
12
 create mode 100644 find-modules/FindLibinotify.cmake
13
14
diff --git a/find-modules/FindLibinotify.cmake b/find-modules/FindLibinotify.cmake
15
new file mode 100644
16
index 0000000..fe1f35e
17
--- /dev/null
18
+++ find-modules/FindLibinotify.cmake
19
@@ -0,0 +1,71 @@
20
+#.rest:
21
+# FindLibinotify
22
+# --------------
23
+#
24
+# Try to find libinotiy on Unix like systems.
25
+#
26
+# This will define the following variables:
27
+#
28
+# ``LIBINOTIFY_FOUND``
29
+#    True if Libinotify is available
30
+# ``LIBINOTIFY_LIBRARIES``
31
+#    This has to be passed to target_link_libraries()
32
+# ``LIBINOTIFY_INCLUDE_DIRS``
33
+#    This has to be passed to target_include_directories()
34
+#
35
+
36
+#=============================================================================
37
+# Copyright 2016 Tobias C. Berner <tcberner@FreeBSD.org>
38
+#
39
+# Redistribution and use in source and binary forms, with or without
40
+# modification, are permitted provided that the following conditions
41
+# are met:
42
+#
43
+# 1. Redistributions of source code must retain the copyright
44
+#    notice, this list of conditions and the following disclaimer.
45
+# 2. Redistributions in binary form must reproduce the copyright
46
+#    notice, this list of conditions and the following disclaimer in the
47
+#    documentation and/or other materials provided with the distribution.
48
+# 3. The name of the author may not be used to endorse or promote products
49
+#    derived from this software without specific prior written permission.
50
+#
51
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
52
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
53
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
54
+# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
55
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
56
+# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
57
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
58
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
59
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
60
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61
+#=============================================================================
62
+
63
+find_path(LIBINOTIFY_INCLUDE_DIRS sys/inotify.h )
64
+
65
+if ( LIBINOTIFY_INCLUDE_DIRS )
66
+    # On Linux there is no library to link against, on the BSDs there is.
67
+    if ( CMAKE_SYSTEM_NAME MATCHES "Linux" )
68
+        set( LIBINOTIFY_FOUND TRUE )
69
+    else ()
70
+        find_library( LIBINOTIFY_LIBRARIES NAMES inotify )
71
+        include(FindPackageHandleStandardArgs)
72
+        find_package_handle_standard_args( Libinotify
73
+            FOUND_VAR
74
+                LIBINOTIFY_FOUND
75
+           REQUIRED_VARS
76
+                LIBINOTIFY_LIBRARIES
77
+                LIBINOTIFY_INCLUDE_DIRS
78
+        )
79
+        mark_as_advanced( LIBINOTIFY_LIBRARIES LIBINOTIFY_INCLUDE_DIRS )
80
+        include(FeatureSummary)
81
+        set_package_properties(Libinotify PROPERTIES
82
+            URL "https://github.com/dmatveev/libinotify-kqueue"
83
+            DESCRIPTION "inotify API on the *BSD family of operating systems."
84
+        )
85
+    endif ()
86
+else ()
87
+   set( LIBINOTIFY_FOUND FALSE )
88
+endif ()
89
+
90
+mark_as_advanced( LIBINOTIFY_FOUND )
91
--
92
2.10.1
93
(-)devel/kf5-extra-cmake-modules/pkg-plist (-1 / +1 lines)
Lines 2-10 Link Here
2
share/ECM/cmake/ECMConfigVersion.cmake
2
share/ECM/cmake/ECMConfigVersion.cmake
3
share/ECM/find-modules/ECMFindModuleHelpersStub.cmake
3
share/ECM/find-modules/ECMFindModuleHelpersStub.cmake
4
share/ECM/find-modules/FindEGL.cmake
4
share/ECM/find-modules/FindEGL.cmake
5
share/ECM/find-modules/FindInotify.cmake
5
share/ECM/find-modules/FindKF5.cmake
6
share/ECM/find-modules/FindKF5.cmake
6
share/ECM/find-modules/FindLibGit2.cmake
7
share/ECM/find-modules/FindLibGit2.cmake
7
share/ECM/find-modules/FindLibinotify.cmake
8
share/ECM/find-modules/FindOpenEXR.cmake
8
share/ECM/find-modules/FindOpenEXR.cmake
9
share/ECM/find-modules/FindPng2Ico.cmake
9
share/ECM/find-modules/FindPng2Ico.cmake
10
share/ECM/find-modules/FindPoppler.cmake
10
share/ECM/find-modules/FindPoppler.cmake
(-)devel/kf5-kapidox/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934869
1
TIMESTAMP = 1483950366
2
SHA256 (KDE/frameworks/5.29.0/kapidox-5.29.0.tar.xz) = 17d6152b3dbf02c094288d58f50d8a764546de191031855b0d352c3f479592a0
2
SHA256 (KDE/frameworks/5.30.0/kapidox-5.30.0.tar.xz) = 4edae3b3a3d2ede9567533174bb33dd66bde9228c98f4af4f36431c45f5d1723
3
SIZE (KDE/frameworks/5.29.0/kapidox-5.29.0.tar.xz) = 395240
3
SIZE (KDE/frameworks/5.30.0/kapidox-5.30.0.tar.xz) = 395276
(-)devel/kf5-kauth/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934870
1
TIMESTAMP = 1483950367
2
SHA256 (KDE/frameworks/5.29.0/kauth-5.29.0.tar.xz) = f2c51dfb42196fe5d604883c9f28bda7fd3f40d308144f521f4090a941c2091d
2
SHA256 (KDE/frameworks/5.30.0/kauth-5.30.0.tar.xz) = 6c68db4ee049631c08cadde8f4991764ec03cfab4e6780d3a16c7a15e7e4c061
3
SIZE (KDE/frameworks/5.29.0/kauth-5.29.0.tar.xz) = 2551192
3
SIZE (KDE/frameworks/5.30.0/kauth-5.30.0.tar.xz) = 82924
(-)devel/kf5-kbookmarks/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934870
1
TIMESTAMP = 1483950367
2
SHA256 (KDE/frameworks/5.29.0/kbookmarks-5.29.0.tar.xz) = 71a9126427ac7ebfce98458c2f8d6fe954537e6b81b409e26f0d1ec7be8effc6
2
SHA256 (KDE/frameworks/5.30.0/kbookmarks-5.30.0.tar.xz) = 5fa0cf48bf3eaef337f6368736dd1a978682382680a3739d48365931007f2b32
3
SIZE (KDE/frameworks/5.29.0/kbookmarks-5.29.0.tar.xz) = 1245700
3
SIZE (KDE/frameworks/5.30.0/kbookmarks-5.30.0.tar.xz) = 115904
(-)devel/kf5-kcmutils/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934870
1
TIMESTAMP = 1483950367
2
SHA256 (KDE/frameworks/5.29.0/kcmutils-5.29.0.tar.xz) = 02a761033f043ee43b2874b335a40fc4ac7b35a68b723ce29057b71bb2ad36f2
2
SHA256 (KDE/frameworks/5.30.0/kcmutils-5.30.0.tar.xz) = 4973b7ac9bde35e2ce75b2fefc81ad9ab697a14a26c8bc0a3d673de4b814a38b
3
SIZE (KDE/frameworks/5.29.0/kcmutils-5.29.0.tar.xz) = 2729528
3
SIZE (KDE/frameworks/5.30.0/kcmutils-5.30.0.tar.xz) = 235612
(-)devel/kf5-kconfig/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1481263139
1
TIMESTAMP = 1483950367
2
SHA256 (KDE/frameworks/5.29.0/kconfig-5.29.0.tar.xz) = d6c12e0908de1b91529de15e75a52c9974685c91b423d5b5abeb06f261d0fa47
2
SHA256 (KDE/frameworks/5.30.0/kconfig-5.30.0.tar.xz) = a29a3ccb6c9e8124eca488417d602e689dc7240f9b10510f4152e739fdc143dc
3
SIZE (KDE/frameworks/5.29.0/kconfig-5.29.0.tar.xz) = 233408
3
SIZE (KDE/frameworks/5.30.0/kconfig-5.30.0.tar.xz) = 228916
(-)devel/kf5-kcoreaddons/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	kcoreaddons
4
PORTNAME=	kcoreaddons
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
5
PORTVERSION=	5.30.1
6
CATEGORIES=	devel kde kde-frameworks
6
CATEGORIES=	devel kde kde-frameworks
7
7
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
(-)devel/kf5-kcoreaddons/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934870
1
TIMESTAMP = 1484429087
2
SHA256 (KDE/frameworks/5.29.0/kcoreaddons-5.29.0.tar.xz) = e28b39fada9b19b03c7c79fc7ac337c1b943b33dbb40967a5cc7ba9f314cb3f6
2
SHA256 (KDE/frameworks/5.30.0/kcoreaddons-5.30.1.tar.xz) = cdd29840c23ab3403eadff578a54e33a2c17b357b59e2ef8a8509ed436c33e70
3
SIZE (KDE/frameworks/5.29.0/kcoreaddons-5.29.0.tar.xz) = 2735576
3
SIZE (KDE/frameworks/5.30.0/kcoreaddons-5.30.1.tar.xz) = 333496
(-)devel/kf5-kcoreaddons/files/patch-CMakeLists.txt (-5 / +5 lines)
Lines 1-7 Link Here
1
--- CMakeLists.txt.orig	2016-05-09 16:05:04 UTC
1
--- CMakeLists.txt.orig	2016-05-09 16:05:04 UTC
2
+++ CMakeLists.txt
2
+++ CMakeLists.txt
3
@@ -35,9 +35,14 @@ set(HAVE_FAM ${FAM_FOUND})
3
@@ -35,9 +35,14 @@ set(HAVE_FAM ${FAM_FOUND})
4
 
4
5
 option(ENABLE_INOTIFY "Try to use inotify for directory monitoring" ON)
5
 option(ENABLE_INOTIFY "Try to use inotify for directory monitoring" ON)
6
 if(ENABLE_INOTIFY)
6
 if(ENABLE_INOTIFY)
7
-    include(CheckIncludeFiles)
7
-    include(CheckIncludeFiles)
Lines 8-20 Link Here
8
-    check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND)
8
-    check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND)
9
-    set(HAVE_SYS_INOTIFY_H ${SYS_INOTIFY_H_FOUND})
9
-    set(HAVE_SYS_INOTIFY_H ${SYS_INOTIFY_H_FOUND})
10
+# Find libinotify
10
+# Find libinotify
11
+find_package(Libinotify)
11
+find_package(Inotify)
12
+set_package_properties(Libinotify PROPERTIES
12
+set_package_properties(Inotify PROPERTIES
13
+     PURPOSE "Filesystem alteration notifications using inotify")
13
+     PURPOSE "Filesystem alteration notifications using inotify")
14
+
14
+
15
+set(HAVE_SYS_INOTIFY_H ${LIBINOTIFY_FOUND})
15
+set(HAVE_SYS_INOTIFY_H ${Inotify_FOUND})
16
+else()
16
+else()
17
+set(HAVE_SYS_INOTIFY_H FALSE)
17
+set(HAVE_SYS_INOTIFY_H FALSE)
18
 endif()
18
 endif()
19
 
19
20
 # Generate io/config-kdirwatch.h
20
 # Generate io/config-kdirwatch.h
(-)devel/kf5-kcoreaddons/files/patch-src_lib_CMakeLists.txt (-3 / +3 lines)
Lines 4-12 Link Here
4
    set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${FAM_LIBRARIES})
4
    set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${FAM_LIBRARIES})
5
 endif ()
5
 endif ()
6
6
7
+if (LIBINOTIFY_FOUND)
7
+if (Inotify_FOUND)
8
+   include_directories(${LIBINOTIFY_INCLUDE_DIRS})
8
+   include_directories(${Inotify_INCLUDE_DIRS})
9
+   set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${LIBINOTIFY_LIBRARIES})
9
+   set(kcoreaddons_OPTIONAL_LIBS ${kcoreaddons_OPTIONAL_LIBS} ${Inotify_LIBRARIES})
10
+endif ()
10
+endif ()
11
+
11
+
12
 if(NOT WIN32)
12
 if(NOT WIN32)
(-)devel/kf5-kcrash/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934871
1
TIMESTAMP = 1483950367
2
SHA256 (KDE/frameworks/5.29.0/kcrash-5.29.0.tar.xz) = 3bdb5421b0909fa4e0d7bfb8bba708f9b95c4edf9ca1580aac8229512c49e224
2
SHA256 (KDE/frameworks/5.30.0/kcrash-5.30.0.tar.xz) = 04a22615e03dc9db29daccfc437fd6d952e35b3dd39f52d95ea24115037aac42
3
SIZE (KDE/frameworks/5.29.0/kcrash-5.29.0.tar.xz) = 21324
3
SIZE (KDE/frameworks/5.30.0/kcrash-5.30.0.tar.xz) = 21340
(-)devel/kf5-kdbusaddons/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934871
1
TIMESTAMP = 1483950368
2
SHA256 (KDE/frameworks/5.29.0/kdbusaddons-5.29.0.tar.xz) = 122c23842dccbba8e50dd5639a19df0373bc8217ce5a853c3e8db33a414b3a96
2
SHA256 (KDE/frameworks/5.30.0/kdbusaddons-5.30.0.tar.xz) = f7f021286c4a34e06576cc69392b0b357b1a3321fc0bfc545dc023ecbaec85e2
3
SIZE (KDE/frameworks/5.29.0/kdbusaddons-5.29.0.tar.xz) = 34628
3
SIZE (KDE/frameworks/5.30.0/kdbusaddons-5.30.0.tar.xz) = 35000
(-)devel/kf5-kdeclarative/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934871
1
TIMESTAMP = 1483950368
2
SHA256 (KDE/frameworks/5.29.0/kdeclarative-5.29.0.tar.xz) = 0333fe53eb0f75a027b2cd432c8a310abe6b93efba269440e2fba893da42254e
2
SHA256 (KDE/frameworks/5.30.0/kdeclarative-5.30.0.tar.xz) = 865c0cd147ed79b748c3c9e46a2ad1950b2a73d70f6d1f494bb6ff7860af2821
3
SIZE (KDE/frameworks/5.29.0/kdeclarative-5.29.0.tar.xz) = 2740248
3
SIZE (KDE/frameworks/5.30.0/kdeclarative-5.30.0.tar.xz) = 169140
(-)devel/kf5-kdeclarative/pkg-plist (+2 lines)
Lines 45-50 Link Here
45
%%QT_MKSPECDIR%%/modules/qt_QuickAddons.pri
45
%%QT_MKSPECDIR%%/modules/qt_QuickAddons.pri
46
%%QT_QMLDIR%%/org/kde/draganddrop/libdraganddropplugin.so
46
%%QT_QMLDIR%%/org/kde/draganddrop/libdraganddropplugin.so
47
%%QT_QMLDIR%%/org/kde/draganddrop/qmldir
47
%%QT_QMLDIR%%/org/kde/draganddrop/qmldir
48
%%QT_QMLDIR%%/org/kde/kconfig/libkconfigplugin.so
49
%%QT_QMLDIR%%/org/kde/kconfig/qmldir
48
%%QT_QMLDIR%%/org/kde/kcoreaddons/libkcoreaddonsplugin.so
50
%%QT_QMLDIR%%/org/kde/kcoreaddons/libkcoreaddonsplugin.so
49
%%QT_QMLDIR%%/org/kde/kcoreaddons/qmldir
51
%%QT_QMLDIR%%/org/kde/kcoreaddons/qmldir
50
%%QT_QMLDIR%%/org/kde/kio/libkio.so
52
%%QT_QMLDIR%%/org/kde/kio/libkio.so
(-)devel/kf5-kdoctools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934871
1
TIMESTAMP = 1483950368
2
SHA256 (KDE/frameworks/5.29.0/kdoctools-5.29.0.tar.xz) = 60badcc58d9d79514fdc1061704e7999021d5cfcdb2b1201ad846f2508fba37d
2
SHA256 (KDE/frameworks/5.30.0/kdoctools-5.30.0.tar.xz) = 7e4f16bd55b9de0afbc338dc923bb7c5f4f3b6541ccd72dfc10b624eab732792
3
SIZE (KDE/frameworks/5.29.0/kdoctools-5.29.0.tar.xz) = 437920
3
SIZE (KDE/frameworks/5.30.0/kdoctools-5.30.0.tar.xz) = 414264
(-)devel/kf5-kfilemetadata/Makefile (-2 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	kfilemetadata
4
PORTNAME=	kfilemetadata
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
6
PORTREVISION=	1
7
CATEGORIES=	devel kde kde-frameworks
6
CATEGORIES=	devel kde kde-frameworks
8
7
9
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
Lines 23-28 Link Here
23
22
24
# Frameworks ports install localization files that conflict with some
23
# Frameworks ports install localization files that conflict with some
25
# KDE4 localization ports
24
# KDE4 localization ports
26
CONFLICTS_INSTALL=	kde4-l10n-*
25
CONFLICTS_INSTALL=     kde4-l10n-*
27
26
28
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)devel/kf5-kfilemetadata/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934871
1
TIMESTAMP = 1483950368
2
SHA256 (KDE/frameworks/5.29.0/kfilemetadata-5.29.0.tar.xz) = 821df076d1fce4ac7dac067703e3c2ab885676a68e34f36140b10e58ec7b91c2
2
SHA256 (KDE/frameworks/5.30.0/kfilemetadata-5.30.0.tar.xz) = 90c69432d8a85d112ce3dc98f3caeff80b3485330342ea55e6012d6b8b8407d4
3
SIZE (KDE/frameworks/5.29.0/kfilemetadata-5.29.0.tar.xz) = 135184
3
SIZE (KDE/frameworks/5.30.0/kfilemetadata-5.30.0.tar.xz) = 133484
(-)devel/kf5-ki18n/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934872
1
TIMESTAMP = 1483950368
2
SHA256 (KDE/frameworks/5.29.0/ki18n-5.29.0.tar.xz) = a72e87759f50d3e39ba6cc5bca1a16725609d14cfa8055a2db22dd14b1c79670
2
SHA256 (KDE/frameworks/5.30.0/ki18n-5.30.0.tar.xz) = 2dd2d0835570c5e9fcdabd124613131cb4042a4deb3a38e68ed05daf6fcd72f3
3
SIZE (KDE/frameworks/5.29.0/ki18n-5.29.0.tar.xz) = 3031896
3
SIZE (KDE/frameworks/5.30.0/ki18n-5.30.0.tar.xz) = 604296
(-)devel/kf5-kidletime/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934872
1
TIMESTAMP = 1483950368
2
SHA256 (KDE/frameworks/5.29.0/kidletime-5.29.0.tar.xz) = 3d66400e008d20d2c2710caebf8a2d6f94197c11643c5df713b95889467cd95a
2
SHA256 (KDE/frameworks/5.30.0/kidletime-5.30.0.tar.xz) = 0667866bf1a3cdeb976497ef3afe2ee806a48a85a21144448be5c3583cdf72ed
3
SIZE (KDE/frameworks/5.29.0/kidletime-5.29.0.tar.xz) = 26360
3
SIZE (KDE/frameworks/5.30.0/kidletime-5.30.0.tar.xz) = 26372
(-)devel/kf5-kio/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1481452366
1
TIMESTAMP = 1483950369
2
SHA256 (KDE/frameworks/5.29.0/kio-5.29.0.tar.xz) = 52ce0e402a466a82480ee6edeaeae36bdc3b254aece3210dd4273a2b57955c6b
2
SHA256 (KDE/frameworks/5.30.0/kio-5.30.0.tar.xz) = a15a688395e7c8a22e78b0cf5a8b9c3c4bd679bf667b23f50ae82b36cf5e363a
3
SIZE (KDE/frameworks/5.29.0/kio-5.29.0.tar.xz) = 3076744
3
SIZE (KDE/frameworks/5.30.0/kio-5.30.0.tar.xz) = 3082084
(-)devel/kf5-kio/pkg-plist (+6 lines)
Lines 51-56 Link Here
51
include/KF5/KIOCore/KIO/UDSEntry
51
include/KF5/KIOCore/KIO/UDSEntry
52
include/KF5/KIOCore/KMountPoint
52
include/KF5/KIOCore/KMountPoint
53
include/KF5/KIOCore/KNFSShare
53
include/KF5/KIOCore/KNFSShare
54
include/KF5/KIOCore/KPasswdServerClient
54
include/KF5/KIOCore/KProtocolInfo
55
include/KF5/KIOCore/KProtocolInfo
55
include/KF5/KIOCore/KProtocolManager
56
include/KF5/KIOCore/KProtocolManager
56
include/KF5/KIOCore/KRecentDocument
57
include/KF5/KIOCore/KRecentDocument
Lines 113-118 Link Here
113
include/KF5/KIOCore/kiocore_export.h
114
include/KF5/KIOCore/kiocore_export.h
114
include/KF5/KIOCore/kmountpoint.h
115
include/KF5/KIOCore/kmountpoint.h
115
include/KF5/KIOCore/knfsshare.h
116
include/KF5/KIOCore/knfsshare.h
117
include/KF5/KIOCore/kpasswdserverclient.h
116
include/KF5/KIOCore/kprotocolinfo.h
118
include/KF5/KIOCore/kprotocolinfo.h
117
include/KF5/KIOCore/kprotocolmanager.h
119
include/KF5/KIOCore/kprotocolmanager.h
118
include/KF5/KIOCore/krecentdocument.h
120
include/KF5/KIOCore/krecentdocument.h
Lines 586-591 Link Here
586
share/doc/HTML/sr/kcontrol5/smb/index.docbook
588
share/doc/HTML/sr/kcontrol5/smb/index.docbook
587
share/doc/HTML/sr/kcontrol5/useragent/index.cache.bz2
589
share/doc/HTML/sr/kcontrol5/useragent/index.cache.bz2
588
share/doc/HTML/sr/kcontrol5/useragent/index.docbook
590
share/doc/HTML/sr/kcontrol5/useragent/index.docbook
591
share/doc/HTML/sr/kcontrol5/webshortcuts/index.cache.bz2
592
share/doc/HTML/sr/kcontrol5/webshortcuts/index.docbook
589
share/doc/HTML/sr/kioslave5/data/index.cache.bz2
593
share/doc/HTML/sr/kioslave5/data/index.cache.bz2
590
share/doc/HTML/sr/kioslave5/data/index.docbook
594
share/doc/HTML/sr/kioslave5/data/index.docbook
591
share/doc/HTML/sr/kioslave5/file/index.cache.bz2
595
share/doc/HTML/sr/kioslave5/file/index.cache.bz2
Lines 616-621 Link Here
616
share/doc/HTML/sr@latin/kcontrol5/smb/index.docbook
620
share/doc/HTML/sr@latin/kcontrol5/smb/index.docbook
617
share/doc/HTML/sr@latin/kcontrol5/useragent/index.cache.bz2
621
share/doc/HTML/sr@latin/kcontrol5/useragent/index.cache.bz2
618
share/doc/HTML/sr@latin/kcontrol5/useragent/index.docbook
622
share/doc/HTML/sr@latin/kcontrol5/useragent/index.docbook
623
share/doc/HTML/sr@latin/kcontrol5/webshortcuts/index.cache.bz2
624
share/doc/HTML/sr@latin/kcontrol5/webshortcuts/index.docbook
619
share/doc/HTML/sr@latin/kioslave5/data/index.cache.bz2
625
share/doc/HTML/sr@latin/kioslave5/data/index.cache.bz2
620
share/doc/HTML/sr@latin/kioslave5/data/index.docbook
626
share/doc/HTML/sr@latin/kioslave5/data/index.docbook
621
share/doc/HTML/sr@latin/kioslave5/file/index.cache.bz2
627
share/doc/HTML/sr@latin/kioslave5/file/index.cache.bz2
(-)devel/kf5-kitemmodels/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934872
1
TIMESTAMP = 1483950369
2
SHA256 (KDE/frameworks/5.29.0/kitemmodels-5.29.0.tar.xz) = 83779f373340bf474017f8b8c654190ef03d275c99ceb04bfd13fa3d614842eb
2
SHA256 (KDE/frameworks/5.30.0/kitemmodels-5.30.0.tar.xz) = aeb94534470bb581196a3e2eef158694c5b5727a7e9db8ca2d873fdcbf5bc2f9
3
SIZE (KDE/frameworks/5.29.0/kitemmodels-5.29.0.tar.xz) = 388584
3
SIZE (KDE/frameworks/5.30.0/kitemmodels-5.30.0.tar.xz) = 388912
(-)devel/kf5-knewstuff/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	knewstuff
4
PORTNAME=	knewstuff
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
5
PORTVERSION=	5.30.1
6
CATEGORIES=	devel kde kde-frameworks
6
CATEGORIES=	devel kde kde-frameworks
7
7
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
(-)devel/kf5-knewstuff/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934872
1
TIMESTAMP = 1484478975
2
SHA256 (KDE/frameworks/5.29.0/knewstuff-5.29.0.tar.xz) = 8165785151bb8cce05e43d306b2bbe0bf4a8eb81940c999b5a14901bdabdd3b1
2
SHA256 (KDE/frameworks/5.30.0/knewstuff-5.30.1.tar.xz) = 10c08ff82c934bf9b045408cffafe18a3cd4789046d64fccfbaa196c7dbe4aef
3
SIZE (KDE/frameworks/5.29.0/knewstuff-5.29.0.tar.xz) = 3335192
3
SIZE (KDE/frameworks/5.30.0/knewstuff-5.30.1.tar.xz) = 879388
(-)devel/kf5-knewstuff/pkg-plist (+2 lines)
Lines 38-43 Link Here
38
include/KF5/KNewStuff3/knscore/entryinternal.h
38
include/KF5/KNewStuff3/knscore/entryinternal.h
39
include/KF5/KNewStuff3/knscore/installation.h
39
include/KF5/KNewStuff3/knscore/installation.h
40
include/KF5/KNewStuff3/knscore/itemsmodel.h
40
include/KF5/KNewStuff3/knscore/itemsmodel.h
41
include/KF5/KNewStuff3/knscore/knewstuffcore_export.h
41
include/KF5/KNewStuff3/knscore/provider.h
42
include/KF5/KNewStuff3/knscore/provider.h
42
include/KF5/KNewStuff3/knscore/question.h
43
include/KF5/KNewStuff3/knscore/question.h
43
include/KF5/KNewStuff3/knscore/questionlistener.h
44
include/KF5/KNewStuff3/knscore/questionlistener.h
Lines 66-71 Link Here
66
lib/libKF5NewStuffCore.so.5
67
lib/libKF5NewStuffCore.so.5
67
lib/libKF5NewStuffCore.so.%%KDE_FRAMEWORKS_VERSION%%
68
lib/libKF5NewStuffCore.so.%%KDE_FRAMEWORKS_VERSION%%
68
%%QT_MKSPECDIR%%/modules/qt_KNewStuff.pri
69
%%QT_MKSPECDIR%%/modules/qt_KNewStuff.pri
70
%%QT_MKSPECDIR%%/modules/qt_KNewStuffCore.pri
69
%%QT_QMLDIR%%/org/kde/newstuff/libnewstuffqmlplugin.so
71
%%QT_QMLDIR%%/org/kde/newstuff/libnewstuffqmlplugin.so
70
%%QT_QMLDIR%%/org/kde/newstuff/qml/NewStuffItem.qml
72
%%QT_QMLDIR%%/org/kde/newstuff/qml/NewStuffItem.qml
71
%%QT_QMLDIR%%/org/kde/newstuff/qml/NewStuffList.qml
73
%%QT_QMLDIR%%/org/kde/newstuff/qml/NewStuffList.qml
(-)devel/kf5-knotifications/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934873
1
TIMESTAMP = 1483950369
2
SHA256 (KDE/frameworks/5.29.0/knotifications-5.29.0.tar.xz) = 68a4feb7a504bd3f1f7301bec9541e6dff52d801ae74274ec091a373c5d1662d
2
SHA256 (KDE/frameworks/5.30.0/knotifications-5.30.0.tar.xz) = 7a26925b16eb4c7df03589950c8b45e3b5656a620ace937e0f8cb71f5f8032a5
3
SIZE (KDE/frameworks/5.29.0/knotifications-5.29.0.tar.xz) = 2563216
3
SIZE (KDE/frameworks/5.30.0/knotifications-5.30.0.tar.xz) = 97180
(-)devel/kf5-knotifyconfig/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934873
1
TIMESTAMP = 1483950369
2
SHA256 (KDE/frameworks/5.29.0/knotifyconfig-5.29.0.tar.xz) = 9cb4a084a5a136397de695a1dc64430ef2cc321ba11e449b604b84e59e104bcd
2
SHA256 (KDE/frameworks/5.30.0/knotifyconfig-5.30.0.tar.xz) = b83a40156ca8d7b9af1e213ae00358b643c41351e8e7fa7cf2e60cd09a848512
3
SIZE (KDE/frameworks/5.29.0/knotifyconfig-5.29.0.tar.xz) = 2654336
3
SIZE (KDE/frameworks/5.30.0/knotifyconfig-5.30.0.tar.xz) = 83312
(-)devel/kf5-kpackage/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	kpackage
4
PORTNAME=	kpackage
5
PORTVERSION=	5.29.1
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
6
CATEGORIES=	devel kde kde-frameworks
6
CATEGORIES=	devel kde kde-frameworks
7
7
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
(-)devel/kf5-kpackage/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1481724462
1
TIMESTAMP = 1483950427
2
SHA256 (KDE/frameworks/5.29.0/kpackage-5.29.1.tar.xz) = 91aa6c79f99492eeefb0b03cb1d04cc19f91d5a5c08867141e31ea1b74c17ced
2
SHA256 (KDE/frameworks/5.30.0/kpackage-5.30.0.tar.xz) = ca3eb1f8ffbe14e0ed99cc1aaa2d2ef2c77dfa1b4817ea9ac6fc185e94e53bc8
3
SIZE (KDE/frameworks/5.29.0/kpackage-5.29.1.tar.xz) = 166940
3
SIZE (KDE/frameworks/5.30.0/kpackage-5.30.0.tar.xz) = 118692
(-)devel/kf5-kpackage/pkg-plist (+1 lines)
Lines 25-30 Link Here
25
man/pt_BR/man1/kpackagetool5.1.gz
25
man/pt_BR/man1/kpackagetool5.1.gz
26
man/sv/man1/kpackagetool5.1.gz
26
man/sv/man1/kpackagetool5.1.gz
27
man/uk/man1/kpackagetool5.1.gz
27
man/uk/man1/kpackagetool5.1.gz
28
share/kservicetypes5/kpackage-generic.desktop
28
share/kservicetypes5/kpackage-packagestructure.desktop
29
share/kservicetypes5/kpackage-packagestructure.desktop
29
share/locale/ar/LC_MESSAGES/libkpackage5.mo
30
share/locale/ar/LC_MESSAGES/libkpackage5.mo
30
share/locale/ast/LC_MESSAGES/libkpackage5.mo
31
share/locale/ast/LC_MESSAGES/libkpackage5.mo
(-)devel/kf5-kparts/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934873
1
TIMESTAMP = 1483950427
2
SHA256 (KDE/frameworks/5.29.0/kparts-5.29.0.tar.xz) = 61c3fed62a6830191e9d7b23be40814e7de2b48c2ab3f40f919eeb86cb57372b
2
SHA256 (KDE/frameworks/5.30.0/kparts-5.30.0.tar.xz) = 0f5d566f6c56e100b7a04f61c5287017dc4155c46fa6946337ad0c6c3df5f8e9
3
SIZE (KDE/frameworks/5.29.0/kparts-5.29.0.tar.xz) = 2743388
3
SIZE (KDE/frameworks/5.30.0/kparts-5.30.0.tar.xz) = 155264
(-)devel/kf5-kpeople/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934874
1
TIMESTAMP = 1483950427
2
SHA256 (KDE/frameworks/5.29.0/kpeople-5.29.0.tar.xz) = e869dd6080ea619d641e9b1c50ffec320fb8164ba87c518e4b49c4858b044ba7
2
SHA256 (KDE/frameworks/5.30.0/kpeople-5.30.0.tar.xz) = 120a32017815a5442574d627a8a48d7c825088162332051d033c88603277e2c0
3
SIZE (KDE/frameworks/5.29.0/kpeople-5.29.0.tar.xz) = 59964
3
SIZE (KDE/frameworks/5.30.0/kpeople-5.30.0.tar.xz) = 58900
(-)devel/kf5-kpty/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934874
1
TIMESTAMP = 1483950427
2
SHA256 (KDE/frameworks/5.29.0/kpty-5.29.0.tar.xz) = f1c077b1c15fb7182c1272fd311ee5c51bf8de149b7f63ddcce4a557c6c36821
2
SHA256 (KDE/frameworks/5.30.0/kpty-5.30.0.tar.xz) = c06ce55010745aedf787005d940241e49963fb06b8c3294411e2d1638142ca36
3
SIZE (KDE/frameworks/5.29.0/kpty-5.29.0.tar.xz) = 2673472
3
SIZE (KDE/frameworks/5.30.0/kpty-5.30.0.tar.xz) = 57952
(-)devel/kf5-kservice/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934874
1
TIMESTAMP = 1483950427
2
SHA256 (KDE/frameworks/5.29.0/kservice-5.29.0.tar.xz) = 8796ff345f09ac422abbc752b441ceee2f6113a591e68e7c10e4a2cad9838010
2
SHA256 (KDE/frameworks/5.30.0/kservice-5.30.0.tar.xz) = 1470ce617a4c68b93e709abeec6b3319f40ca9fc417c5e7fae94ce51d1488bc9
3
SIZE (KDE/frameworks/5.29.0/kservice-5.29.0.tar.xz) = 2769092
3
SIZE (KDE/frameworks/5.30.0/kservice-5.30.0.tar.xz) = 247628
(-)devel/kf5-ktexteditor/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934874
1
TIMESTAMP = 1483950427
2
SHA256 (KDE/frameworks/5.29.0/ktexteditor-5.29.0.tar.xz) = 5ab58db532955e762ef8698a075bd44fbb39dd8136f037484edbf7854cfa79a6
2
SHA256 (KDE/frameworks/5.30.0/ktexteditor-5.30.0.tar.xz) = dadaa7521e88653468d6d00933e698031e4822b4bd1bc3c72dc9df3a1d660b2e
3
SIZE (KDE/frameworks/5.29.0/ktexteditor-5.29.0.tar.xz) = 2493780
3
SIZE (KDE/frameworks/5.30.0/ktexteditor-5.30.0.tar.xz) = 2232128
(-)devel/kf5-kunitconversion/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934874
1
TIMESTAMP = 1483950428
2
SHA256 (KDE/frameworks/5.29.0/kunitconversion-5.29.0.tar.xz) = 67dfa40e9e362834a2c711c7b87ebfe0d7268bdcc9c056584728c21bf9e8f5ef
2
SHA256 (KDE/frameworks/5.30.0/kunitconversion-5.30.0.tar.xz) = 45654fd401afbff1fa12330e5ea1b367c8552bc722883414698ff156caa0533a
3
SIZE (KDE/frameworks/5.29.0/kunitconversion-5.29.0.tar.xz) = 797716
3
SIZE (KDE/frameworks/5.30.0/kunitconversion-5.30.0.tar.xz) = 775456
(-)devel/kf5-solid/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934875
1
TIMESTAMP = 1483950428
2
SHA256 (KDE/frameworks/5.29.0/solid-5.29.0.tar.xz) = 3371263a1e66d3f82e933d876577444886fd781f0056440b946b84901576c907
2
SHA256 (KDE/frameworks/5.30.0/solid-5.30.0.tar.xz) = b0da3820036ead46d97826971567e70b1e9ba08f8b3801fefba8219dc6d52e83
3
SIZE (KDE/frameworks/5.29.0/solid-5.29.0.tar.xz) = 276288
3
SIZE (KDE/frameworks/5.30.0/solid-5.30.0.tar.xz) = 245992
(-)devel/kf5-threadweaver/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934875
1
TIMESTAMP = 1483950428
2
SHA256 (KDE/frameworks/5.29.0/threadweaver-5.29.0.tar.xz) = e60982c55c6d31a47e3072e21caaedaa6d9df1d37f96a00071c350f29bc9896a
2
SHA256 (KDE/frameworks/5.30.0/threadweaver-5.30.0.tar.xz) = 7e219f6799d25ed9a6aaa309eafb59edf579602d5628d9f98f597a9cd4cbf18b
3
SIZE (KDE/frameworks/5.29.0/threadweaver-5.29.0.tar.xz) = 1409336
3
SIZE (KDE/frameworks/5.30.0/threadweaver-5.30.0.tar.xz) = 1409300
(-)dns/kf5-kdnssd/Makefile (-2 / +10 lines)
Lines 8-17 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	KF5 abstraction to system DNSSD features
9
COMMENT=	KF5 abstraction to system DNSSD features
10
10
11
OPTIONS_DEFAULT=AVAHI
12
OPTIONS_RADIO=ZEROCONF
13
OPTIONS_RADIO_ZEROCONF=AVAHI MDNSRESPONDER
14
ZEROCONF_DESC=	Zeroconf (Bonjour) support
15
16
AVAHI_CLAGS+=			-I${LOCALBASE}/include/avahi-compat-libdns_sd
17
AVAHI_LIB_DEPENDS=		libdns_sd.so:net/avahi-libdns
18
MDNSRESPONDER_LIB_DEPENDS=	libdns_sd.so:net/mDNSResponder
19
11
# TODO: options to depend on avahi and/or dnssd
20
# TODO: options to depend on avahi and/or dnssd
12
USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz
21
USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz
13
USE_KDE=	ecm
22
USE_KDE=	ecm
14
USE_QT5=	core dbus linguisttools network \
23
USE_QT5=	buildtools_build core dbus linguisttools network qmake_build
15
		buildtools_build qmake_build
16
24
17
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)dns/kf5-kdnssd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934875
1
TIMESTAMP = 1483950428
2
SHA256 (KDE/frameworks/5.29.0/kdnssd-5.29.0.tar.xz) = 4aee47cb9229302e9075159654859ed0e2342952b5d880c0163e0ef26cf9e3ad
2
SHA256 (KDE/frameworks/5.30.0/kdnssd-5.30.0.tar.xz) = a8197ca5b18afb38c393ea9191cf695d49be49bf35822bc6dba5a937bd7ac1c5
3
SIZE (KDE/frameworks/5.29.0/kdnssd-5.29.0.tar.xz) = 2529024
3
SIZE (KDE/frameworks/5.30.0/kdnssd-5.30.0.tar.xz) = 56568
(-)graphics/kf5-kimageformats/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934875
1
TIMESTAMP = 1483950428
2
SHA256 (KDE/frameworks/5.29.0/kimageformats-5.29.0.tar.xz) = aa9fab34f7e564cc7a5334ef4b9d775452873cd23495279ad8d7b68f0855050d
2
SHA256 (KDE/frameworks/5.30.0/kimageformats-5.30.0.tar.xz) = 513c82bd951224472193e4acaef546b64281fa21d7cb188a1a32604ad54bea14
3
SIZE (KDE/frameworks/5.29.0/kimageformats-5.29.0.tar.xz) = 204576
3
SIZE (KDE/frameworks/5.30.0/kimageformats-5.30.0.tar.xz) = 204596
(-)graphics/kf5-kplotting/Makefile (-2 / +1 lines)
Lines 10-16 Link Here
10
10
11
USES=		cmake:outsource compiler:c++11-lib kde:5 tar:xz
11
USES=		cmake:outsource compiler:c++11-lib kde:5 tar:xz
12
USE_KDE=	ecm
12
USE_KDE=	ecm
13
USE_QT5=	core gui testlib widgets \
13
USE_QT5=	buildtools_build core gui qmake_build testlib widgets
14
		buildtools_build qmake_build
15
14
16
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)graphics/kf5-kplotting/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934875
1
TIMESTAMP = 1483950428
2
SHA256 (KDE/frameworks/5.29.0/kplotting-5.29.0.tar.xz) = 0b0ff1734b377de4e8eb08bab466363cb0ba3fde6bfb05afd27d4b178b0bdf1f
2
SHA256 (KDE/frameworks/5.30.0/kplotting-5.30.0.tar.xz) = f009db3cae5329c8e123cd72a3ff185ddfff0606d38d70c008902e524df89903
3
SIZE (KDE/frameworks/5.29.0/kplotting-5.29.0.tar.xz) = 29540
3
SIZE (KDE/frameworks/5.30.0/kplotting-5.30.0.tar.xz) = 29576
(-)graphics/kf5-prison/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
CATEGORIES=	graphics kde kde-frameworks
6
CATEGORIES=	graphics kde kde-frameworks
7
7
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	API to produce barcodes
9
COMMENT=	API to prodcue barcodes
10
10
11
LIB_DEPENDS=	libdmtx.so:graphics/libdmtx \
11
LIB_DEPENDS=	libdmtx.so:graphics/libdmtx \
12
		libqrencode.so:graphics/libqrencode
12
		libqrencode.so:graphics/libqrencode
(-)graphics/kf5-prison/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934875
1
TIMESTAMP = 1483950429
2
SHA256 (KDE/frameworks/5.29.0/prison-5.29.0.tar.xz) = f4e4d5badd8bbefb0e78f27640d80453e475a710a866339dd165c2dec37c8741
2
SHA256 (KDE/frameworks/5.30.0/prison-5.30.0.tar.xz) = ecd68620fd0b1e609de458edd1e5e0fd20de961453794be141f5868d8ff97497
3
SIZE (KDE/frameworks/5.29.0/prison-5.29.0.tar.xz) = 13540
3
SIZE (KDE/frameworks/5.30.0/prison-5.30.0.tar.xz) = 13572
(-)graphics/kf5-prison/pkg-plist (-1 / +1 lines)
Lines 10-14 Link Here
10
lib/cmake/KF5Prison/KF5PrisonTargets.cmake
10
lib/cmake/KF5Prison/KF5PrisonTargets.cmake
11
lib/libKF5Prison.so
11
lib/libKF5Prison.so
12
lib/libKF5Prison.so.5
12
lib/libKF5Prison.so.5
13
lib/libKF5Prison.so.5.28.0
13
lib/libKF5Prison.so.%%KDE_FRAMEWORKS_VERSION%%
14
%%QT_MKSPECDIR%%/modules/qt_Prison.pri
14
%%QT_MKSPECDIR%%/modules/qt_Prison.pri
(-)lang/kf5-kross/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934876
1
TIMESTAMP = 1483950429
2
SHA256 (KDE/frameworks/5.29.0/kross-5.29.0.tar.xz) = 1b886258b219b494c86c6add8a8b4bd17d2a9f3a17ad2375f026a1b1a3a9d7e0
2
SHA256 (KDE/frameworks/5.30.0/kross-5.30.0.tar.xz) = bfab8313f0f1b121e3fd61d0537efe6fa3cd7004121eed1c42eca09c9dfd0eaf
3
SIZE (KDE/frameworks/5.29.0/kross-5.29.0.tar.xz) = 2694160
3
SIZE (KDE/frameworks/5.30.0/kross-5.30.0.tar.xz) = 127364
(-)multimedia/kf5-kmediaplayer/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934876
1
TIMESTAMP = 1483950429
2
SHA256 (KDE/frameworks/5.29.0/kmediaplayer-5.29.0.tar.xz) = 5c41999a0cd1a78f76322dac39ee70196693fc7be546a0110bc4018684df4643
2
SHA256 (KDE/frameworks/5.30.0/kmediaplayer-5.30.0.tar.xz) = a8715820b2313d050216165d535dcdeeb8c1289327c3a985ce4d42b7ce23392e
3
SIZE (KDE/frameworks/5.29.0/kmediaplayer-5.29.0.tar.xz) = 9520
3
SIZE (KDE/frameworks/5.30.0/kmediaplayer-5.30.0.tar.xz) = 9540
(-)net/kf5-kxmlrpcclient/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934876
1
TIMESTAMP = 1483950429
2
SHA256 (KDE/frameworks/5.29.0/kxmlrpcclient-5.29.0.tar.xz) = 629dc2d17b1e4f89fe0074010dc8b4c53269f9be426e432826b23c0a5a243c27
2
SHA256 (KDE/frameworks/5.30.0/kxmlrpcclient-5.30.0.tar.xz) = 1853ace6f175c53425291326158b6f6210f2cadbd027e0a47de959b70b625fa1
3
SIZE (KDE/frameworks/5.29.0/kxmlrpcclient-5.29.0.tar.xz) = 28508
3
SIZE (KDE/frameworks/5.30.0/kxmlrpcclient-5.30.0.tar.xz) = 28512
(-)security/kf5-kdesu/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934876
1
TIMESTAMP = 1483950429
2
SHA256 (KDE/frameworks/5.29.0/kdesu-5.29.0.tar.xz) = 854cce99c3cac9ca28fd3f7c74b39b7af9d88f63b82c021398819888b4767dd2
2
SHA256 (KDE/frameworks/5.30.0/kdesu-5.30.0.tar.xz) = b3a265811f09048f45232af3a75b734c57b38a1b22be97e8d1290d72d535d4b2
3
SIZE (KDE/frameworks/5.29.0/kdesu-5.29.0.tar.xz) = 44624
3
SIZE (KDE/frameworks/5.30.0/kdesu-5.30.0.tar.xz) = 44624
(-)sysutils/kf5-baloo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934876
1
TIMESTAMP = 1483950429
2
SHA256 (KDE/frameworks/5.29.0/baloo-5.29.0.tar.xz) = 76c0079d965b9a095a396b0e46e257de4458a2288922527a231aa38aad05f81b
2
SHA256 (KDE/frameworks/5.30.0/baloo-5.30.0.tar.xz) = a956c008a220c65dbd42d01a344a3338b6f40706278a6c120987d7e284cd4e08
3
SIZE (KDE/frameworks/5.29.0/baloo-5.29.0.tar.xz) = 201068
3
SIZE (KDE/frameworks/5.30.0/baloo-5.30.0.tar.xz) = 190248
(-)sysutils/kf5-baloo/files/patch-CMakeLists.txt (-4 / +4 lines)
Lines 8-19 Link Here
8
-if(CMAKE_SYSTEM_NAME MATCHES "Linux")
8
-if(CMAKE_SYSTEM_NAME MATCHES "Linux")
9
-    set(BUILD_KINOTIFY True)
9
-    set(BUILD_KINOTIFY True)
10
-endif()
10
-endif()
11
+find_package(Libinotify)
11
+find_package(Inotify)
12
+set_package_properties(Libinotify PROPERTIES
12
+set_package_properties(Inotify PROPERTIES
13
+    PURPOSE "Filesystem alteration notifications using inotify"
13
+    PURPOSE "Filesystem alteration notifications using inotify"
14
+    TYPE REQUIRED
14
+    TYPE REQUIRED
15
+)
15
+)
16
+set(BUILD_KINOTIFY ${LIBINOTIFY_FOUND})
16
+set(BUILD_KINOTIFY ${Inotify_FOUND})
17
17
18
 include_directories(
18
 include_directories(
19
     ${CMAKE_BINARY_DIR}
19
     ${CMAKE_BINARY_DIR}
Lines 21-27 Link Here
21
     ${CMAKE_SOURCE_DIR}/src/file
21
     ${CMAKE_SOURCE_DIR}/src/file
22
     ${CMAKE_BINARY_DIR}/src/dbus
22
     ${CMAKE_BINARY_DIR}/src/dbus
23
     ${CMAKE_SOURCE_DIR}/src/dbus
23
     ${CMAKE_SOURCE_DIR}/src/dbus
24
+    ${LIBINOTIFY_INCLUDE_DIRS}
24
+    ${Inotify_INCLUDE_DIRS}
25
 )
25
 )
26
26
27
 # targets
27
 # targets
(-)sysutils/kf5-baloo/files/patch-src_file_CMakeLists.txt (-2 / +2 lines)
Lines 4-10 Link Here
4
     KF5::Crash
4
     KF5::Crash
5
     KF5::ConfigCore
5
     KF5::ConfigCore
6
     KF5::BalooEngine
6
     KF5::BalooEngine
7
+    ${LIBINOTIFY_LIBRARIES}
7
+    ${Inotify_LIBRARIES}
8
 )
8
 )
9
 
9
10
 set(file_SRCS
10
 set(file_SRCS
(-)sysutils/kf5-kwallet/Makefile (-1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	kwallet
4
PORTNAME=	kwallet
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
6
PORTREVISION=	1
7
CATEGORIES=	sysutils kde kde-frameworks
6
CATEGORIES=	sysutils kde kde-frameworks
8
7
9
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
(-)sysutils/kf5-kwallet/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934877
1
TIMESTAMP = 1483950430
2
SHA256 (KDE/frameworks/5.29.0/kwallet-5.29.0.tar.xz) = 81f1d7593857e6b05614cab1fc11e9f6ce34cd0272773e8ddde2aff33eb24c96
2
SHA256 (KDE/frameworks/5.30.0/kwallet-5.30.0.tar.xz) = 93140adf0b48c45d1867ae0927484fda0e0b33c5247fa27fadb2f063d903ccda
3
SIZE (KDE/frameworks/5.29.0/kwallet-5.29.0.tar.xz) = 309144
3
SIZE (KDE/frameworks/5.30.0/kwallet-5.30.0.tar.xz) = 302344
(-)textproc/kf5-kcodecs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934877
1
TIMESTAMP = 1483950430
2
SHA256 (KDE/frameworks/5.29.0/kcodecs-5.29.0.tar.xz) = a757e0298574c143b3cac9054ebe50e43fc6b14986728c2e640cba993457294e
2
SHA256 (KDE/frameworks/5.30.0/kcodecs-5.30.0.tar.xz) = 6eb6935512e01a70d730938c28cb84852e73d4c023deebb5f2946b4c760f2aee
3
SIZE (KDE/frameworks/5.29.0/kcodecs-5.29.0.tar.xz) = 2742220
3
SIZE (KDE/frameworks/5.30.0/kcodecs-5.30.0.tar.xz) = 220112
(-)textproc/kf5-sonnet/Makefile (-1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sonnet
4
PORTNAME=	sonnet
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
6
PORTREVISION=	1
7
CATEGORIES=	textproc kde kde-frameworks
6
CATEGORIES=	textproc kde kde-frameworks
8
7
9
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
(-)textproc/kf5-sonnet/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934877
1
TIMESTAMP = 1483950430
2
SHA256 (KDE/frameworks/5.29.0/sonnet-5.29.0.tar.xz) = 20358de0d45387f44260c3e6f8df012d661b4446293cbb3823c978e3a8766965
2
SHA256 (KDE/frameworks/5.30.0/sonnet-5.30.0.tar.xz) = 99fd42d919d3350e22ae99fc480a14bc30ebd461b064ef24aed5042c772a91c4
3
SIZE (KDE/frameworks/5.29.0/sonnet-5.29.0.tar.xz) = 2652812
3
SIZE (KDE/frameworks/5.30.0/sonnet-5.30.0.tar.xz) = 281828
(-)textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake (-12 lines)
Lines 1-12 Link Here
1
--- cmake/FindHUNSPELL.cmake.orig	2016-12-03 21:15:34 UTC
2
+++ cmake/FindHUNSPELL.cmake
3
@@ -14,7 +14,8 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL
4
 
5
 FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
6
 
7
-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
8
+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6
9
+             hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 hunspell)
10
 
11
 # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if 
12
 # all listed variables are TRUE
(-)textproc/kf5-syntax-highlighting/Makefile (-1 / +2 lines)
Lines 10-15 Link Here
10
10
11
USES=		cmake:outsource compiler:c++11-lib kde:5 perl5 tar:xz
11
USES=		cmake:outsource compiler:c++11-lib kde:5 perl5 tar:xz
12
USE_KDE=	ecm
12
USE_KDE=	ecm
13
USE_QT5=	buildtools_build core gui network testlib qmake_build
13
USE_QT5=	buildtools_build core gui linguisttools_build \
14
		network testlib qmake_build
14
15
15
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)textproc/kf5-syntax-highlighting/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934877
1
TIMESTAMP = 1483952997
2
SHA256 (KDE/frameworks/5.29.0/syntax-highlighting-5.29.0.tar.xz) = cbcca052a1ad79b4d1ed1209d6f8e9ba0c3812dc158b26c4a8232a8d879c7839
2
SHA256 (KDE/frameworks/5.30.0/syntax-highlighting-5.30.0.tar.xz) = a3d4d68c45f95133b4f242be24ecf88620478bbcd84ced1f1bea080667783746
3
SIZE (KDE/frameworks/5.29.0/syntax-highlighting-5.29.0.tar.xz) = 883920
3
SIZE (KDE/frameworks/5.30.0/syntax-highlighting-5.30.0.tar.xz) = 974816
(-)textproc/kf5-syntax-highlighting/pkg-plist (+84 lines)
Lines 26-28 Link Here
26
lib/libKF5SyntaxHighlighting.so.5
26
lib/libKF5SyntaxHighlighting.so.5
27
lib/libKF5SyntaxHighlighting.so.%%KDE_FRAMEWORKS_VERSION%%
27
lib/libKF5SyntaxHighlighting.so.%%KDE_FRAMEWORKS_VERSION%%
28
%%QT_MKSPECDIR%%/modules/qt_KSyntaxHighlighting.pri
28
%%QT_MKSPECDIR%%/modules/qt_KSyntaxHighlighting.pri
29
share/locale/af/LC_MESSAGES/syntaxhighlighting5_qt.qm
30
share/locale/ar/LC_MESSAGES/syntaxhighlighting5_qt.qm
31
share/locale/ast/LC_MESSAGES/syntaxhighlighting5_qt.qm
32
share/locale/be/LC_MESSAGES/syntaxhighlighting5_qt.qm
33
share/locale/bg/LC_MESSAGES/syntaxhighlighting5_qt.qm
34
share/locale/bn/LC_MESSAGES/syntaxhighlighting5_qt.qm
35
share/locale/br/LC_MESSAGES/syntaxhighlighting5_qt.qm
36
share/locale/bs/LC_MESSAGES/syntaxhighlighting5_qt.qm
37
share/locale/ca/LC_MESSAGES/syntaxhighlighting5_qt.qm
38
share/locale/ca@valencia/LC_MESSAGES/syntaxhighlighting5_qt.qm
39
share/locale/cs/LC_MESSAGES/syntaxhighlighting5_qt.qm
40
share/locale/cy/LC_MESSAGES/syntaxhighlighting5_qt.qm
41
share/locale/da/LC_MESSAGES/syntaxhighlighting5_qt.qm
42
share/locale/de/LC_MESSAGES/syntaxhighlighting5_qt.qm
43
share/locale/el/LC_MESSAGES/syntaxhighlighting5_qt.qm
44
share/locale/en_GB/LC_MESSAGES/syntaxhighlighting5_qt.qm
45
share/locale/eo/LC_MESSAGES/syntaxhighlighting5_qt.qm
46
share/locale/es/LC_MESSAGES/syntaxhighlighting5_qt.qm
47
share/locale/et/LC_MESSAGES/syntaxhighlighting5_qt.qm
48
share/locale/eu/LC_MESSAGES/syntaxhighlighting5_qt.qm
49
share/locale/fa/LC_MESSAGES/syntaxhighlighting5_qt.qm
50
share/locale/fi/LC_MESSAGES/syntaxhighlighting5_qt.qm
51
share/locale/fr/LC_MESSAGES/syntaxhighlighting5_qt.qm
52
share/locale/fy/LC_MESSAGES/syntaxhighlighting5_qt.qm
53
share/locale/ga/LC_MESSAGES/syntaxhighlighting5_qt.qm
54
share/locale/gl/LC_MESSAGES/syntaxhighlighting5_qt.qm
55
share/locale/gu/LC_MESSAGES/syntaxhighlighting5_qt.qm
56
share/locale/he/LC_MESSAGES/syntaxhighlighting5_qt.qm
57
share/locale/hi/LC_MESSAGES/syntaxhighlighting5_qt.qm
58
share/locale/hr/LC_MESSAGES/syntaxhighlighting5_qt.qm
59
share/locale/hsb/LC_MESSAGES/syntaxhighlighting5_qt.qm
60
share/locale/hu/LC_MESSAGES/syntaxhighlighting5_qt.qm
61
share/locale/ia/LC_MESSAGES/syntaxhighlighting5_qt.qm
62
share/locale/is/LC_MESSAGES/syntaxhighlighting5_qt.qm
63
share/locale/it/LC_MESSAGES/syntaxhighlighting5_qt.qm
64
share/locale/ja/LC_MESSAGES/syntaxhighlighting5_qt.qm
65
share/locale/ka/LC_MESSAGES/syntaxhighlighting5_qt.qm
66
share/locale/kk/LC_MESSAGES/syntaxhighlighting5_qt.qm
67
share/locale/km/LC_MESSAGES/syntaxhighlighting5_qt.qm
68
share/locale/ko/LC_MESSAGES/syntaxhighlighting5_qt.qm
69
share/locale/ku/LC_MESSAGES/syntaxhighlighting5_qt.qm
70
share/locale/lb/LC_MESSAGES/syntaxhighlighting5_qt.qm
71
share/locale/lt/LC_MESSAGES/syntaxhighlighting5_qt.qm
72
share/locale/lv/LC_MESSAGES/syntaxhighlighting5_qt.qm
73
share/locale/mai/LC_MESSAGES/syntaxhighlighting5_qt.qm
74
share/locale/mk/LC_MESSAGES/syntaxhighlighting5_qt.qm
75
share/locale/ml/LC_MESSAGES/syntaxhighlighting5_qt.qm
76
share/locale/mr/LC_MESSAGES/syntaxhighlighting5_qt.qm
77
share/locale/ms/LC_MESSAGES/syntaxhighlighting5_qt.qm
78
share/locale/nb/LC_MESSAGES/syntaxhighlighting5_qt.qm
79
share/locale/nds/LC_MESSAGES/syntaxhighlighting5_qt.qm
80
share/locale/ne/LC_MESSAGES/syntaxhighlighting5_qt.qm
81
share/locale/nl/LC_MESSAGES/syntaxhighlighting5_qt.qm
82
share/locale/nn/LC_MESSAGES/syntaxhighlighting5_qt.qm
83
share/locale/oc/LC_MESSAGES/syntaxhighlighting5_qt.qm
84
share/locale/pa/LC_MESSAGES/syntaxhighlighting5_qt.qm
85
share/locale/pl/LC_MESSAGES/syntaxhighlighting5_qt.qm
86
share/locale/pt/LC_MESSAGES/syntaxhighlighting5_qt.qm
87
share/locale/pt_BR/LC_MESSAGES/syntaxhighlighting5_qt.qm
88
share/locale/ro/LC_MESSAGES/syntaxhighlighting5_qt.qm
89
share/locale/ru/LC_MESSAGES/syntaxhighlighting5_qt.qm
90
share/locale/se/LC_MESSAGES/syntaxhighlighting5_qt.qm
91
share/locale/si/LC_MESSAGES/syntaxhighlighting5_qt.qm
92
share/locale/sk/LC_MESSAGES/syntaxhighlighting5_qt.qm
93
share/locale/sl/LC_MESSAGES/syntaxhighlighting5_qt.qm
94
share/locale/sq/LC_MESSAGES/syntaxhighlighting5_qt.qm
95
share/locale/sr/LC_MESSAGES/syntaxhighlighting5_qt.qm
96
share/locale/sr@ijekavian/LC_MESSAGES/syntaxhighlighting5_qt.qm
97
share/locale/sr@ijekavianlatin/LC_MESSAGES/syntaxhighlighting5_qt.qm
98
share/locale/sr@latin/LC_MESSAGES/syntaxhighlighting5_qt.qm
99
share/locale/sv/LC_MESSAGES/syntaxhighlighting5_qt.qm
100
share/locale/ta/LC_MESSAGES/syntaxhighlighting5_qt.qm
101
share/locale/tg/LC_MESSAGES/syntaxhighlighting5_qt.qm
102
share/locale/th/LC_MESSAGES/syntaxhighlighting5_qt.qm
103
share/locale/tr/LC_MESSAGES/syntaxhighlighting5_qt.qm
104
share/locale/ug/LC_MESSAGES/syntaxhighlighting5_qt.qm
105
share/locale/uk/LC_MESSAGES/syntaxhighlighting5_qt.qm
106
share/locale/uz/LC_MESSAGES/syntaxhighlighting5_qt.qm
107
share/locale/uz@cyrillic/LC_MESSAGES/syntaxhighlighting5_qt.qm
108
share/locale/vi/LC_MESSAGES/syntaxhighlighting5_qt.qm
109
share/locale/wa/LC_MESSAGES/syntaxhighlighting5_qt.qm
110
share/locale/xh/LC_MESSAGES/syntaxhighlighting5_qt.qm
111
share/locale/zh_CN/LC_MESSAGES/syntaxhighlighting5_qt.qm
112
share/locale/zh_TW/LC_MESSAGES/syntaxhighlighting5_qt.qm
(-)www/kf5-kdewebkit/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934878
1
TIMESTAMP = 1483950430
2
SHA256 (KDE/frameworks/5.29.0/kdewebkit-5.29.0.tar.xz) = 40e37e5c6436c6a930b12c538bfcb9c4734c60718f17732d0276d858640ce475
2
SHA256 (KDE/frameworks/5.30.0/kdewebkit-5.30.0.tar.xz) = 7373e60d34079019359bb864cf5d0adc4278c310f29926bbfb7b6bc1f5f503e7
3
SIZE (KDE/frameworks/5.29.0/kdewebkit-5.29.0.tar.xz) = 29440
3
SIZE (KDE/frameworks/5.30.0/kdewebkit-5.30.0.tar.xz) = 29476
(-)www/kf5-khtml/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934878
1
TIMESTAMP = 1483950431
2
SHA256 (KDE/frameworks/5.29.0/khtml-5.29.0.tar.xz) = dbe7511be3efa00914e523fac828da7df9292c715f942f1ab4c8206f4bbf30e7
2
SHA256 (KDE/frameworks/5.30.0/khtml-5.30.0.tar.xz) = 702dc24913aa361e021a8e0353174cb9a9f0343de887b800a2eb2f94d99097fc
3
SIZE (KDE/frameworks/5.29.0/khtml-5.29.0.tar.xz) = 4333000
3
SIZE (KDE/frameworks/5.30.0/khtml-5.30.0.tar.xz) = 2085180
(-)www/kf5-kjs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934878
1
TIMESTAMP = 1483950431
2
SHA256 (KDE/frameworks/5.29.0/kjs-5.29.0.tar.xz) = f340ded15b4e98070a04008456a8b135c0a2966f827fe1e17193306b3db5d4a4
2
SHA256 (KDE/frameworks/5.30.0/kjs-5.30.0.tar.xz) = 306ea881ad235b7e1360dd5842ac9da312d1a0d15e16214db3a8af1d30b0077a
3
SIZE (KDE/frameworks/5.29.0/kjs-5.29.0.tar.xz) = 294084
3
SIZE (KDE/frameworks/5.30.0/kjs-5.30.0.tar.xz) = 294116
(-)www/kf5-kjsembed/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934878
1
TIMESTAMP = 1483950431
2
SHA256 (KDE/frameworks/5.29.0/kjsembed-5.29.0.tar.xz) = 2705a70b2de07adc88163c0510c890f991ef8691453eb93c51ce1012b3bab7bc
2
SHA256 (KDE/frameworks/5.30.0/kjsembed-5.30.0.tar.xz) = 058fa11609a020cd59fc030cd27b827324936569bf219866d7d7989fa729ad47
3
SIZE (KDE/frameworks/5.29.0/kjsembed-5.29.0.tar.xz) = 2742108
3
SIZE (KDE/frameworks/5.30.0/kjsembed-5.30.0.tar.xz) = 169736
(-)x11/kf5-frameworkintegration/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
11
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
12
		tar:xz
12
		tar:xz
13
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
13
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
14
		iconthemes kio notifications package widgetsaddons
14
		iconthemes kio newstuff notifications package widgetsaddons
15
USE_QT5=	buildtools_build core dbus gui qmake_build widgets \
15
USE_QT5=	buildtools_build core dbus gui qmake_build widgets \
16
		x11extras xml
16
		x11extras xml
17
USE_XORG=	xcb xcursor
17
USE_XORG=	xcb xcursor
(-)x11/kf5-frameworkintegration/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934883
1
TIMESTAMP = 1483950435
2
SHA256 (KDE/frameworks/5.29.0/frameworkintegration-5.29.0.tar.xz) = ebb89e4b236163c067402cf78d67cddc443ef4fda0778001980948efc3cf5a52
2
SHA256 (KDE/frameworks/5.30.0/frameworkintegration-5.30.0.tar.xz) = d3b5a0e22fc37396b40018fdf6b5cfe1da401d655c828fa34537596952c33fa9
3
SIZE (KDE/frameworks/5.29.0/frameworkintegration-5.29.0.tar.xz) = 1750692
3
SIZE (KDE/frameworks/5.30.0/frameworkintegration-5.30.0.tar.xz) = 1751456
(-)x11/kf5-frameworkintegration/pkg-plist (+1 lines)
Lines 10-15 Link Here
10
lib/libKF5Style.so.5
10
lib/libKF5Style.so.5
11
lib/libKF5Style.so.%%KDE_FRAMEWORKS_VERSION%%
11
lib/libKF5Style.so.%%KDE_FRAMEWORKS_VERSION%%
12
%%QT_PLUGINDIR%%/kf5/FrameworkIntegrationPlugin.so
12
%%QT_PLUGINDIR%%/kf5/FrameworkIntegrationPlugin.so
13
lib/libexec/kf5/kpackagehandlers/knshandler
13
share/kf5/infopage/bar-bottom-left.png
14
share/kf5/infopage/bar-bottom-left.png
14
share/kf5/infopage/bar-bottom-middle.png
15
share/kf5/infopage/bar-bottom-middle.png
15
share/kf5/infopage/bar-bottom-right.png
16
share/kf5/infopage/bar-bottom-right.png
(-)x11/kf5-kactivities/Makefile (-1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	kactivities
4
PORTNAME=	kactivities
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
5
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
6
PORTREVISION=	1
7
CATEGORIES=	x11 kde kde-frameworks
6
CATEGORIES=	x11 kde kde-frameworks
8
7
9
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
(-)x11/kf5-kactivities/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934883
1
TIMESTAMP = 1483950436
2
SHA256 (KDE/frameworks/5.29.0/kactivities-5.29.0.tar.xz) = 39cb0d7e9e64fe50ac935549b4c495ed02d7bb1397b176ab3b60bb6c3ec7d7d6
2
SHA256 (KDE/frameworks/5.30.0/kactivities-5.30.0.tar.xz) = 1b2392dcdb5358c0016dd472ed8c69f969425654394a9f0d1c4fe19d9844585a
3
SIZE (KDE/frameworks/5.29.0/kactivities-5.29.0.tar.xz) = 61236
3
SIZE (KDE/frameworks/5.30.0/kactivities-5.30.0.tar.xz) = 61260
(-)x11/kf5-kded/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934884
1
TIMESTAMP = 1483950436
2
SHA256 (KDE/frameworks/5.29.0/kded-5.29.0.tar.xz) = eb22398682d8eda2686352c1b7657749e4f1aaf9c5c3eb01a304822a8f3a5224
2
SHA256 (KDE/frameworks/5.30.0/kded-5.30.0.tar.xz) = 2d67d51c7ae8c60a329a8aaa55bddb4ce09b52d5aa4ba6583175441063b715eb
3
SIZE (KDE/frameworks/5.29.0/kded-5.29.0.tar.xz) = 36412
3
SIZE (KDE/frameworks/5.30.0/kded-5.30.0.tar.xz) = 36412
(-)x11/kf5-kdelibs4support/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
		i18n iconthemes itemviews jobwidgets kded kio notifications \
16
		i18n iconthemes itemviews jobwidgets kded kio notifications \
17
		parts service solid sonnet textwidgets unitconversion \
17
		parts service solid sonnet textwidgets unitconversion \
18
		widgetsaddons windowsystem xmlgui \
18
		widgetsaddons windowsystem xmlgui \
19
		designerplugin_build designerplugin_run
19
		designerplugin_build designerplugin_run emoticons_run \
20
		itemmodels_run
20
USE_QT5=	buildtools_build core dbus designer gui network \
21
USE_QT5=	buildtools_build core dbus designer gui network \
21
		printsupport qmake_build svg testlib widgets \
22
		printsupport qmake_build svg testlib widgets \
22
		x11extras xml
23
		x11extras xml
(-)x11/kf5-kdelibs4support/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1481452377
1
TIMESTAMP = 1483950436
2
SHA256 (KDE/frameworks/5.29.0/kdelibs4support-5.29.0.tar.xz) = e1c3640bbcbd622ce65f88017976beeaddca2f17bf9a0314ec2d8fe91fa731f2
2
SHA256 (KDE/frameworks/5.30.0/kdelibs4support-5.30.0.tar.xz) = b5734b63e1a4a89d0fd3260bf190a5e1608b1b17001ea36cc031a41be62a6f3a
3
SIZE (KDE/frameworks/5.29.0/kdelibs4support-5.29.0.tar.xz) = 3349896
3
SIZE (KDE/frameworks/5.30.0/kdelibs4support-5.30.0.tar.xz) = 3341180
(-)x11/kf5-kglobalaccel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934884
1
TIMESTAMP = 1483950436
2
SHA256 (KDE/frameworks/5.29.0/kglobalaccel-5.29.0.tar.xz) = 5fb143c4cf71f19ea0a145a2d4d80c98dfb437739bc03d6d3ef1b16a3bb75573
2
SHA256 (KDE/frameworks/5.30.0/kglobalaccel-5.30.0.tar.xz) = a136174681e4f8a91393c4a9346f01426bf41436c1f39779deaa11c9b13e6c88
3
SIZE (KDE/frameworks/5.29.0/kglobalaccel-5.29.0.tar.xz) = 2576544
3
SIZE (KDE/frameworks/5.30.0/kglobalaccel-5.30.0.tar.xz) = 83512
(-)x11/kf5-kinit/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934884
1
TIMESTAMP = 1483950436
2
SHA256 (KDE/frameworks/5.29.0/kinit-5.29.0.tar.xz) = d6d85684c5b0e0afb73082efb6e8cdd4b07a2461d74348bcfde2e42769431033
2
SHA256 (KDE/frameworks/5.30.0/kinit-5.30.0.tar.xz) = 426603c200d78e5143b8de900e4dc39209c9009800207cf506875e4fb0edfb10
3
SIZE (KDE/frameworks/5.29.0/kinit-5.29.0.tar.xz) = 2659136
3
SIZE (KDE/frameworks/5.30.0/kinit-5.30.0.tar.xz) = 120584
(-)x11/kf5-krunner/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934885
1
TIMESTAMP = 1483950437
2
SHA256 (KDE/frameworks/5.29.0/krunner-5.29.0.tar.xz) = 1d8fa44211300c28471098fa97f987899858343845be79bfb966049586a05fce
2
SHA256 (KDE/frameworks/5.30.0/krunner-5.30.0.tar.xz) = 1f8780e6db9328eaba8001c7049c87ca01777c5a7fea305e6e9a5a129855b3ea
3
SIZE (KDE/frameworks/5.29.0/krunner-5.29.0.tar.xz) = 67232
3
SIZE (KDE/frameworks/5.30.0/krunner-5.30.0.tar.xz) = 67264
(-)x11/kf5-kwindowsystem/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934885
1
TIMESTAMP = 1483950437
2
SHA256 (KDE/frameworks/5.29.0/kwindowsystem-5.29.0.tar.xz) = 361eebfebc753019d3b507c5b758dfb878c032b41c9062930bc46239618e7fa5
2
SHA256 (KDE/frameworks/5.30.0/kwindowsystem-5.30.0.tar.xz) = 20ac7025f998f85e83f72609038b4bf7051f3c373dc039faf30340c595e7e16b
3
SIZE (KDE/frameworks/5.29.0/kwindowsystem-5.29.0.tar.xz) = 2642800
3
SIZE (KDE/frameworks/5.30.0/kwindowsystem-5.30.0.tar.xz) = 167540
(-)x11/kf5-plasma-framework/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934885
1
TIMESTAMP = 1483956650
2
SHA256 (KDE/frameworks/5.29.0/plasma-framework-5.29.0.tar.xz) = 303b65207bd3fae01ff89cd521f7b58141c0ab0bc672d8d0acc5d4fd4a0c64b0
2
SHA256 (KDE/frameworks/5.30.0/plasma-framework-5.30.0.tar.xz) = e0f03bc4f7f694e090271e64c0fe66f059f8a10c83fbf6c2d1561f102960bee1
3
SIZE (KDE/frameworks/5.29.0/plasma-framework-5.29.0.tar.xz) = 4633528
3
SIZE (KDE/frameworks/5.30.0/plasma-framework-5.30.0.tar.xz) = 4578700
(-)x11-themes/kf5-breeze-icons/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934878
1
TIMESTAMP = 1483950431
2
SHA256 (KDE/frameworks/5.29.0/breeze-icons-5.29.0.tar.xz) = 0bad6cad78f948fd73fc89ae2566b59b6859a752e95eb348ce735408d4bffbae
2
SHA256 (KDE/frameworks/5.30.0/breeze-icons-5.30.0.tar.xz) = 53e533d006e0289b969ee37534a71f02b2708cee28cfa829b95a144f75010759
3
SIZE (KDE/frameworks/5.29.0/breeze-icons-5.29.0.tar.xz) = 1467464
3
SIZE (KDE/frameworks/5.30.0/breeze-icons-5.30.0.tar.xz) = 1462648
(-)x11-themes/kf5-breeze-icons/pkg-plist (-22 / +775 lines)
Lines 18-23 Link Here
18
share/icons/breeze-dark/actions/16/add-placemark.svg
18
share/icons/breeze-dark/actions/16/add-placemark.svg
19
share/icons/breeze-dark/actions/16/address-book-new.svg
19
share/icons/breeze-dark/actions/16/address-book-new.svg
20
share/icons/breeze-dark/actions/16/addressbook-details.svg
20
share/icons/breeze-dark/actions/16/addressbook-details.svg
21
share/icons/breeze-dark/actions/16/adjustcol.svg
22
share/icons/breeze-dark/actions/16/adjustrow.svg
21
share/icons/breeze-dark/actions/16/adress-book-new.svg
23
share/icons/breeze-dark/actions/16/adress-book-new.svg
22
share/icons/breeze-dark/actions/16/aggregation.svg
24
share/icons/breeze-dark/actions/16/aggregation.svg
23
share/icons/breeze-dark/actions/16/akonadi-phone-home.svg
25
share/icons/breeze-dark/actions/16/akonadi-phone-home.svg
Lines 56-61 Link Here
56
share/icons/breeze-dark/actions/16/amarok_playlist_refresh.svg
58
share/icons/breeze-dark/actions/16/amarok_playlist_refresh.svg
57
share/icons/breeze-dark/actions/16/amarok_scripts.svg
59
share/icons/breeze-dark/actions/16/amarok_scripts.svg
58
share/icons/breeze-dark/actions/16/anchor.svg
60
share/icons/breeze-dark/actions/16/anchor.svg
61
share/icons/breeze-dark/actions/16/animation-stage.svg
59
share/icons/breeze-dark/actions/16/answer-correct.svg
62
share/icons/breeze-dark/actions/16/answer-correct.svg
60
share/icons/breeze-dark/actions/16/answer.svg
63
share/icons/breeze-dark/actions/16/answer.svg
61
share/icons/breeze-dark/actions/16/application-exit.svg
64
share/icons/breeze-dark/actions/16/application-exit.svg
Lines 76-86 Link Here
76
share/icons/breeze-dark/actions/16/arrow-up.svg
79
share/icons/breeze-dark/actions/16/arrow-up.svg
77
share/icons/breeze-dark/actions/16/arrow.svg
80
share/icons/breeze-dark/actions/16/arrow.svg
78
share/icons/breeze-dark/actions/16/artifact.svg
81
share/icons/breeze-dark/actions/16/artifact.svg
82
share/icons/breeze-dark/actions/16/artistictext-tool.svg
79
share/icons/breeze-dark/actions/16/association.svg
83
share/icons/breeze-dark/actions/16/association.svg
80
share/icons/breeze-dark/actions/16/atmosphere.svg
84
share/icons/breeze-dark/actions/16/atmosphere.svg
81
share/icons/breeze-dark/actions/16/autocorrection.svg
85
share/icons/breeze-dark/actions/16/autocorrection.svg
82
share/icons/breeze-dark/actions/16/automated-tasks.svg
86
share/icons/breeze-dark/actions/16/automated-tasks.svg
83
share/icons/breeze-dark/actions/16/bitmap-trace.svg
87
share/icons/breeze-dark/actions/16/bitmap-trace.svg
88
share/icons/breeze-dark/actions/16/black_sum.svg
84
share/icons/breeze-dark/actions/16/bookmark-add-folder.svg
89
share/icons/breeze-dark/actions/16/bookmark-add-folder.svg
85
share/icons/breeze-dark/actions/16/bookmark-edit.svg
90
share/icons/breeze-dark/actions/16/bookmark-edit.svg
86
share/icons/breeze-dark/actions/16/bookmark-new-list.svg
91
share/icons/breeze-dark/actions/16/bookmark-new-list.svg
Lines 89-94 Link Here
89
share/icons/breeze-dark/actions/16/bookmark-toolbar.svg
94
share/icons/breeze-dark/actions/16/bookmark-toolbar.svg
90
share/icons/breeze-dark/actions/16/bookmarks-organize.svg
95
share/icons/breeze-dark/actions/16/bookmarks-organize.svg
91
share/icons/breeze-dark/actions/16/bookmarks.svg
96
share/icons/breeze-dark/actions/16/bookmarks.svg
97
share/icons/breeze-dark/actions/16/borderpainter.svg
92
share/icons/breeze-dark/actions/16/bordertool.svg
98
share/icons/breeze-dark/actions/16/bordertool.svg
93
share/icons/breeze-dark/actions/16/box.svg
99
share/icons/breeze-dark/actions/16/box.svg
94
share/icons/breeze-dark/actions/16/bqm-add.svg
100
share/icons/breeze-dark/actions/16/bqm-add.svg
Lines 101-109 Link Here
101
share/icons/breeze-dark/actions/16/branch.svg
107
share/icons/breeze-dark/actions/16/branch.svg
102
share/icons/breeze-dark/actions/16/call-start.svg
108
share/icons/breeze-dark/actions/16/call-start.svg
103
share/icons/breeze-dark/actions/16/call-stop.svg
109
share/icons/breeze-dark/actions/16/call-stop.svg
110
share/icons/breeze-dark/actions/16/callout-shape.svg
104
share/icons/breeze-dark/actions/16/cards-block.svg
111
share/icons/breeze-dark/actions/16/cards-block.svg
105
share/icons/breeze-dark/actions/16/category.svg
112
share/icons/breeze-dark/actions/16/category.svg
106
share/icons/breeze-dark/actions/16/category2parent.svg
113
share/icons/breeze-dark/actions/16/category2parent.svg
114
share/icons/breeze-dark/actions/16/cell_edit.svg
115
share/icons/breeze-dark/actions/16/cell_layout.svg
107
share/icons/breeze-dark/actions/16/character-set.svg
116
share/icons/breeze-dark/actions/16/character-set.svg
108
share/icons/breeze-dark/actions/16/check_constraint.svg
117
share/icons/breeze-dark/actions/16/check_constraint.svg
109
share/icons/breeze-dark/actions/16/checkbox.svg
118
share/icons/breeze-dark/actions/16/checkbox.svg
Lines 116-121 Link Here
116
share/icons/breeze-dark/actions/16/chronometer-reset.svg
125
share/icons/breeze-dark/actions/16/chronometer-reset.svg
117
share/icons/breeze-dark/actions/16/chronometer-start.svg
126
share/icons/breeze-dark/actions/16/chronometer-start.svg
118
share/icons/breeze-dark/actions/16/chronometer.svg
127
share/icons/breeze-dark/actions/16/chronometer.svg
128
share/icons/breeze-dark/actions/16/circular-arrow-shape.svg
119
share/icons/breeze-dark/actions/16/class-or-package.svg
129
share/icons/breeze-dark/actions/16/class-or-package.svg
120
share/icons/breeze-dark/actions/16/class.svg
130
share/icons/breeze-dark/actions/16/class.svg
121
share/icons/breeze-dark/actions/16/clock-large.svg
131
share/icons/breeze-dark/actions/16/clock-large.svg
Lines 150-155 Link Here
150
share/icons/breeze-dark/actions/16/configure.svg
160
share/icons/breeze-dark/actions/16/configure.svg
151
share/icons/breeze-dark/actions/16/contact-new.svg
161
share/icons/breeze-dark/actions/16/contact-new.svg
152
share/icons/breeze-dark/actions/16/containment.svg
162
share/icons/breeze-dark/actions/16/containment.svg
163
share/icons/breeze-dark/actions/16/createpath.svg
164
share/icons/breeze-dark/actions/16/cross-shape.svg
153
share/icons/breeze-dark/actions/16/crosshairs.svg
165
share/icons/breeze-dark/actions/16/crosshairs.svg
154
share/icons/breeze-dark/actions/16/cursor-arrow.svg
166
share/icons/breeze-dark/actions/16/cursor-arrow.svg
155
share/icons/breeze-dark/actions/16/curve-connector.svg
167
share/icons/breeze-dark/actions/16/curve-connector.svg
Lines 168-173 Link Here
168
share/icons/breeze-dark/actions/16/deep-history.svg
180
share/icons/breeze-dark/actions/16/deep-history.svg
169
share/icons/breeze-dark/actions/16/delete-comment.svg
181
share/icons/breeze-dark/actions/16/delete-comment.svg
170
share/icons/breeze-dark/actions/16/delete-table-row.svg
182
share/icons/breeze-dark/actions/16/delete-table-row.svg
183
share/icons/breeze-dark/actions/16/delete_table.svg
184
share/icons/breeze-dark/actions/16/deletecell.svg
171
share/icons/breeze-dark/actions/16/dependency.svg
185
share/icons/breeze-dark/actions/16/dependency.svg
172
share/icons/breeze-dark/actions/16/diag_class.svg
186
share/icons/breeze-dark/actions/16/diag_class.svg
173
share/icons/breeze-dark/actions/16/dialog-align-and-distribute.svg
187
share/icons/breeze-dark/actions/16/dialog-align-and-distribute.svg
Lines 190-195 Link Here
190
share/icons/breeze-dark/actions/16/dialog-transform.svg
204
share/icons/breeze-dark/actions/16/dialog-transform.svg
191
share/icons/breeze-dark/actions/16/dialog-xml-editor.svg
205
share/icons/breeze-dark/actions/16/dialog-xml-editor.svg
192
share/icons/breeze-dark/actions/16/dirsync.svg
206
share/icons/breeze-dark/actions/16/dirsync.svg
207
share/icons/breeze-dark/actions/16/dissociatecell.svg
193
share/icons/breeze-dark/actions/16/distribute-horizontal-baseline.svg
208
share/icons/breeze-dark/actions/16/distribute-horizontal-baseline.svg
194
share/icons/breeze-dark/actions/16/distribute-horizontal-center.svg
209
share/icons/breeze-dark/actions/16/distribute-horizontal-center.svg
195
share/icons/breeze-dark/actions/16/distribute-horizontal-equal.svg
210
share/icons/breeze-dark/actions/16/distribute-horizontal-equal.svg
Lines 347-352 Link Here
347
share/icons/breeze-dark/actions/16/edit-undo.svg
362
share/icons/breeze-dark/actions/16/edit-undo.svg
348
share/icons/breeze-dark/actions/16/editimage.svg
363
share/icons/breeze-dark/actions/16/editimage.svg
349
share/icons/breeze-dark/actions/16/editor.svg
364
share/icons/breeze-dark/actions/16/editor.svg
365
share/icons/breeze-dark/actions/16/editpath.svg
366
share/icons/breeze-dark/actions/16/edittext.svg
367
share/icons/breeze-dark/actions/16/ellipse-shape.svg
350
share/icons/breeze-dark/actions/16/end_of_life.svg
368
share/icons/breeze-dark/actions/16/end_of_life.svg
351
share/icons/breeze-dark/actions/16/end_state.svg
369
share/icons/breeze-dark/actions/16/end_state.svg
352
share/icons/breeze-dark/actions/16/entity.svg
370
share/icons/breeze-dark/actions/16/entity.svg
Lines 407-412 Link Here
407
share/icons/breeze-dark/actions/16/folder-new.svg
425
share/icons/breeze-dark/actions/16/folder-new.svg
408
share/icons/breeze-dark/actions/16/folder-sync.svg
426
share/icons/breeze-dark/actions/16/folder-sync.svg
409
share/icons/breeze-dark/actions/16/followmouse.svg
427
share/icons/breeze-dark/actions/16/followmouse.svg
428
share/icons/breeze-dark/actions/16/font-face.svg
429
share/icons/breeze-dark/actions/16/font-size-down.svg
430
share/icons/breeze-dark/actions/16/font-size-up.svg
410
share/icons/breeze-dark/actions/16/foreign_green.svg
431
share/icons/breeze-dark/actions/16/foreign_green.svg
411
share/icons/breeze-dark/actions/16/foreign_red.svg
432
share/icons/breeze-dark/actions/16/foreign_red.svg
412
share/icons/breeze-dark/actions/16/foreignkey_constraint.svg
433
share/icons/breeze-dark/actions/16/foreignkey_constraint.svg
Lines 484-489 Link Here
484
share/icons/breeze-dark/actions/16/geany-build.svg
505
share/icons/breeze-dark/actions/16/geany-build.svg
485
share/icons/breeze-dark/actions/16/geany-close-all.svg
506
share/icons/breeze-dark/actions/16/geany-close-all.svg
486
share/icons/breeze-dark/actions/16/geany-save-all.svg
507
share/icons/breeze-dark/actions/16/geany-save-all.svg
508
share/icons/breeze-dark/actions/16/gearhead-shape.svg
487
share/icons/breeze-dark/actions/16/generalisation.svg
509
share/icons/breeze-dark/actions/16/generalisation.svg
488
share/icons/breeze-dark/actions/16/generalise.svg
510
share/icons/breeze-dark/actions/16/generalise.svg
489
share/icons/breeze-dark/actions/16/get-hot-new-stuff.svg
511
share/icons/breeze-dark/actions/16/get-hot-new-stuff.svg
Lines 521-526 Link Here
521
share/icons/breeze-dark/actions/16/gpg.svg
543
share/icons/breeze-dark/actions/16/gpg.svg
522
share/icons/breeze-dark/actions/16/gpgsm.svg
544
share/icons/breeze-dark/actions/16/gpgsm.svg
523
share/icons/breeze-dark/actions/16/gps.svg
545
share/icons/breeze-dark/actions/16/gps.svg
546
share/icons/breeze-dark/actions/16/gradient.svg
524
share/icons/breeze-dark/actions/16/grid-axonometric.svg
547
share/icons/breeze-dark/actions/16/grid-axonometric.svg
525
share/icons/breeze-dark/actions/16/grid-rectangular.svg
548
share/icons/breeze-dark/actions/16/grid-rectangular.svg
526
share/icons/breeze-dark/actions/16/group-delete.svg
549
share/icons/breeze-dark/actions/16/group-delete.svg
Lines 562-568 Link Here
562
share/icons/breeze-dark/actions/16/help-hint.svg
585
share/icons/breeze-dark/actions/16/help-hint.svg
563
share/icons/breeze-dark/actions/16/help-keybord-shortcuts.svg
586
share/icons/breeze-dark/actions/16/help-keybord-shortcuts.svg
564
share/icons/breeze-dark/actions/16/help-whatsthis.svg
587
share/icons/breeze-dark/actions/16/help-whatsthis.svg
588
share/icons/breeze-dark/actions/16/hide_table_column.svg
589
share/icons/breeze-dark/actions/16/hide_table_row.svg
565
share/icons/breeze-dark/actions/16/hidemouse.svg
590
share/icons/breeze-dark/actions/16/hidemouse.svg
591
share/icons/breeze-dark/actions/16/highlight-pointer-spot.svg
566
share/icons/breeze-dark/actions/16/hint.svg
592
share/icons/breeze-dark/actions/16/hint.svg
567
share/icons/breeze-dark/actions/16/identity.svg
593
share/icons/breeze-dark/actions/16/identity.svg
568
share/icons/breeze-dark/actions/16/im-aim.svg
594
share/icons/breeze-dark/actions/16/im-aim.svg
Lines 602-607 Link Here
602
share/icons/breeze-dark/actions/16/insert-tableofcontents.svg
628
share/icons/breeze-dark/actions/16/insert-tableofcontents.svg
603
share/icons/breeze-dark/actions/16/insert-text-frame.svg
629
share/icons/breeze-dark/actions/16/insert-text-frame.svg
604
share/icons/breeze-dark/actions/16/insert-text.svg
630
share/icons/breeze-dark/actions/16/insert-text.svg
631
share/icons/breeze-dark/actions/16/insertcell.svg
605
share/icons/breeze-dark/actions/16/installed.svg
632
share/icons/breeze-dark/actions/16/installed.svg
606
share/icons/breeze-dark/actions/16/interface.svg
633
share/icons/breeze-dark/actions/16/interface.svg
607
share/icons/breeze-dark/actions/16/internet-amarok.svg
634
share/icons/breeze-dark/actions/16/internet-amarok.svg
Lines 678-683 Link Here
678
share/icons/breeze-dark/actions/16/labplot-format-text-symbol.svg
705
share/icons/breeze-dark/actions/16/labplot-format-text-symbol.svg
679
share/icons/breeze-dark/actions/16/labplot-transform-move.svg
706
share/icons/breeze-dark/actions/16/labplot-transform-move.svg
680
share/icons/breeze-dark/actions/16/languages.svg
707
share/icons/breeze-dark/actions/16/languages.svg
708
share/icons/breeze-dark/actions/16/lastfm-neighbour.svg
709
share/icons/breeze-dark/actions/16/lastfm-personal.svg
710
share/icons/breeze-dark/actions/16/lastfm-recommended.svg
711
share/icons/breeze-dark/actions/16/lastfm-tag.svg
681
share/icons/breeze-dark/actions/16/layer-bottom.svg
712
share/icons/breeze-dark/actions/16/layer-bottom.svg
682
share/icons/breeze-dark/actions/16/layer-delete.svg
713
share/icons/breeze-dark/actions/16/layer-delete.svg
683
share/icons/breeze-dark/actions/16/layer-duplicate.svg
714
share/icons/breeze-dark/actions/16/layer-duplicate.svg
Lines 690-695 Link Here
690
share/icons/breeze-dark/actions/16/layer-top.svg
721
share/icons/breeze-dark/actions/16/layer-top.svg
691
share/icons/breeze-dark/actions/16/layer-visible-off.svg
722
share/icons/breeze-dark/actions/16/layer-visible-off.svg
692
share/icons/breeze-dark/actions/16/layer-visible-on.svg
723
share/icons/breeze-dark/actions/16/layer-visible-on.svg
724
share/icons/breeze-dark/actions/16/libpeas-plugin.svg
693
share/icons/breeze-dark/actions/16/license.svg
725
share/icons/breeze-dark/actions/16/license.svg
694
share/icons/breeze-dark/actions/16/lighttable.svg
726
share/icons/breeze-dark/actions/16/lighttable.svg
695
share/icons/breeze-dark/actions/16/lighttableadd.svg
727
share/icons/breeze-dark/actions/16/lighttableadd.svg
Lines 756-761 Link Here
756
share/icons/breeze-dark/actions/16/media-album-repeat-amarok.svg
788
share/icons/breeze-dark/actions/16/media-album-repeat-amarok.svg
757
share/icons/breeze-dark/actions/16/media-album-track.svg
789
share/icons/breeze-dark/actions/16/media-album-track.svg
758
share/icons/breeze-dark/actions/16/media-eject.svg
790
share/icons/breeze-dark/actions/16/media-eject.svg
791
share/icons/breeze-dark/actions/16/media-import-audio-cd.svg
759
share/icons/breeze-dark/actions/16/media-mount.svg
792
share/icons/breeze-dark/actions/16/media-mount.svg
760
share/icons/breeze-dark/actions/16/media-playback-pause.svg
793
share/icons/breeze-dark/actions/16/media-playback-pause.svg
761
share/icons/breeze-dark/actions/16/media-playback-start.svg
794
share/icons/breeze-dark/actions/16/media-playback-start.svg
Lines 767-773 Link Here
767
share/icons/breeze-dark/actions/16/media-random-tracks-amarok.svg
800
share/icons/breeze-dark/actions/16/media-random-tracks-amarok.svg
768
share/icons/breeze-dark/actions/16/media-record.svg
801
share/icons/breeze-dark/actions/16/media-record.svg
769
share/icons/breeze-dark/actions/16/media-repeat-album-amarok.svg
802
share/icons/breeze-dark/actions/16/media-repeat-album-amarok.svg
803
share/icons/breeze-dark/actions/16/media-repeat-all.svg
804
share/icons/breeze-dark/actions/16/media-repeat-none.svg
770
share/icons/breeze-dark/actions/16/media-repeat-playlist-amarok.svg
805
share/icons/breeze-dark/actions/16/media-repeat-playlist-amarok.svg
806
share/icons/breeze-dark/actions/16/media-repeat-single.svg
771
share/icons/breeze-dark/actions/16/media-repeat-track-amarok.svg
807
share/icons/breeze-dark/actions/16/media-repeat-track-amarok.svg
772
share/icons/breeze-dark/actions/16/media-seek-backward.svg
808
share/icons/breeze-dark/actions/16/media-seek-backward.svg
773
share/icons/breeze-dark/actions/16/media-seek-forward.svg
809
share/icons/breeze-dark/actions/16/media-seek-forward.svg
Lines 779-784 Link Here
779
share/icons/breeze-dark/actions/16/media-track-edit-amarok.svg
815
share/icons/breeze-dark/actions/16/media-track-edit-amarok.svg
780
share/icons/breeze-dark/actions/16/media-track-queue-amarok.svg
816
share/icons/breeze-dark/actions/16/media-track-queue-amarok.svg
781
share/icons/breeze-dark/actions/16/media-track-remove-amarok.svg
817
share/icons/breeze-dark/actions/16/media-track-remove-amarok.svg
818
share/icons/breeze-dark/actions/16/media-write-cd.svg
782
share/icons/breeze-dark/actions/16/meeting-attending-tentative.svg
819
share/icons/breeze-dark/actions/16/meeting-attending-tentative.svg
783
share/icons/breeze-dark/actions/16/meeting-attending.svg
820
share/icons/breeze-dark/actions/16/meeting-attending.svg
784
share/icons/breeze-dark/actions/16/meeting-participant-no-response.svg
821
share/icons/breeze-dark/actions/16/meeting-participant-no-response.svg
Lines 785-790 Link Here
785
share/icons/breeze-dark/actions/16/meeting-participant-request-response.svg
822
share/icons/breeze-dark/actions/16/meeting-participant-request-response.svg
786
share/icons/breeze-dark/actions/16/menu_new.svg
823
share/icons/breeze-dark/actions/16/menu_new.svg
787
share/icons/breeze-dark/actions/16/merge.svg
824
share/icons/breeze-dark/actions/16/merge.svg
825
share/icons/breeze-dark/actions/16/mergecell-horizontal.svg
826
share/icons/breeze-dark/actions/16/mergecell-vertical.svg
827
share/icons/breeze-dark/actions/16/mergecell.svg
828
share/icons/breeze-dark/actions/16/message-new.svg
788
share/icons/breeze-dark/actions/16/messagebox_warning.svg
829
share/icons/breeze-dark/actions/16/messagebox_warning.svg
789
share/icons/breeze-dark/actions/16/milestone.svg
830
share/icons/breeze-dark/actions/16/milestone.svg
790
share/icons/breeze-dark/actions/16/minuet-chords.svg
831
share/icons/breeze-dark/actions/16/minuet-chords.svg
Lines 797-802 Link Here
797
share/icons/breeze-dark/actions/16/mode4.svg
838
share/icons/breeze-dark/actions/16/mode4.svg
798
share/icons/breeze-dark/actions/16/mode5.svg
839
share/icons/breeze-dark/actions/16/mode5.svg
799
share/icons/breeze-dark/actions/16/msgid2msgstr.svg
840
share/icons/breeze-dark/actions/16/msgid2msgstr.svg
841
share/icons/breeze-dark/actions/16/multirow.svg
800
share/icons/breeze-dark/actions/16/music-amarok.svg
842
share/icons/breeze-dark/actions/16/music-amarok.svg
801
share/icons/breeze-dark/actions/16/network-connect.svg
843
share/icons/breeze-dark/actions/16/network-connect.svg
802
share/icons/breeze-dark/actions/16/network-disconnect.svg
844
share/icons/breeze-dark/actions/16/network-disconnect.svg
Lines 886-891 Link Here
886
share/icons/breeze-dark/actions/16/package-purge.svg
928
share/icons/breeze-dark/actions/16/package-purge.svg
887
share/icons/breeze-dark/actions/16/package-reinstall.svg
929
share/icons/breeze-dark/actions/16/package-reinstall.svg
888
share/icons/breeze-dark/actions/16/package-remove.svg
930
share/icons/breeze-dark/actions/16/package-remove.svg
931
share/icons/breeze-dark/actions/16/package-supported.svg
889
share/icons/breeze-dark/actions/16/package-upgrade.svg
932
share/icons/breeze-dark/actions/16/package-upgrade.svg
890
share/icons/breeze-dark/actions/16/package.svg
933
share/icons/breeze-dark/actions/16/package.svg
891
share/icons/breeze-dark/actions/16/page-2sides.svg
934
share/icons/breeze-dark/actions/16/page-2sides.svg
Lines 924-930 Link Here
924
share/icons/breeze-dark/actions/16/path-reverse.svg
967
share/icons/breeze-dark/actions/16/path-reverse.svg
925
share/icons/breeze-dark/actions/16/path-simplify.svg
968
share/icons/breeze-dark/actions/16/path-simplify.svg
926
share/icons/breeze-dark/actions/16/path-union.svg
969
share/icons/breeze-dark/actions/16/path-union.svg
970
share/icons/breeze-dark/actions/16/pattern.svg
927
share/icons/breeze-dark/actions/16/pdf-annotations.svg
971
share/icons/breeze-dark/actions/16/pdf-annotations.svg
972
share/icons/breeze-dark/actions/16/pentagon-shape.svg
928
share/icons/breeze-dark/actions/16/photo.svg
973
share/icons/breeze-dark/actions/16/photo.svg
929
share/icons/breeze-dark/actions/16/photos-amarok.svg
974
share/icons/breeze-dark/actions/16/photos-amarok.svg
930
share/icons/breeze-dark/actions/16/pin.svg
975
share/icons/breeze-dark/actions/16/pin.svg
Lines 968-973 Link Here
968
share/icons/breeze-dark/actions/16/ratiocrop.svg
1013
share/icons/breeze-dark/actions/16/ratiocrop.svg
969
share/icons/breeze-dark/actions/16/realization.svg
1014
share/icons/breeze-dark/actions/16/realization.svg
970
share/icons/breeze-dark/actions/16/rectangle-make-corners-sharp.svg
1015
share/icons/breeze-dark/actions/16/rectangle-make-corners-sharp.svg
1016
share/icons/breeze-dark/actions/16/rectangle-shape.svg
971
share/icons/breeze-dark/actions/16/redeyes.svg
1017
share/icons/breeze-dark/actions/16/redeyes.svg
972
share/icons/breeze-dark/actions/16/refactor.svg
1018
share/icons/breeze-dark/actions/16/refactor.svg
973
share/icons/breeze-dark/actions/16/region.svg
1019
share/icons/breeze-dark/actions/16/region.svg
Lines 975-981 Link Here
975
share/icons/breeze-dark/actions/16/remove-amarok.svg
1021
share/icons/breeze-dark/actions/16/remove-amarok.svg
976
share/icons/breeze-dark/actions/16/remove-link.svg
1022
share/icons/breeze-dark/actions/16/remove-link.svg
977
share/icons/breeze-dark/actions/16/remove.svg
1023
share/icons/breeze-dark/actions/16/remove.svg
1024
share/icons/breeze-dark/actions/16/removecell.svg
978
share/icons/breeze-dark/actions/16/repeat.svg
1025
share/icons/breeze-dark/actions/16/repeat.svg
1026
share/icons/breeze-dark/actions/16/resizecol.svg
1027
share/icons/breeze-dark/actions/16/resizerow.svg
979
share/icons/breeze-dark/actions/16/resource-calendar-child-insert.svg
1028
share/icons/breeze-dark/actions/16/resource-calendar-child-insert.svg
980
share/icons/breeze-dark/actions/16/resource-calendar-child.svg
1029
share/icons/breeze-dark/actions/16/resource-calendar-child.svg
981
share/icons/breeze-dark/actions/16/resource-calendar-insert.svg
1030
share/icons/breeze-dark/actions/16/resource-calendar-insert.svg
Lines 996-1001 Link Here
996
share/icons/breeze-dark/actions/16/run-install.svg
1045
share/icons/breeze-dark/actions/16/run-install.svg
997
share/icons/breeze-dark/actions/16/search.svg
1046
share/icons/breeze-dark/actions/16/search.svg
998
share/icons/breeze-dark/actions/16/select-rectangular.svg
1047
share/icons/breeze-dark/actions/16/select-rectangular.svg
1048
share/icons/breeze-dark/actions/16/select.svg
999
share/icons/breeze-dark/actions/16/selection-bottom.svg
1049
share/icons/breeze-dark/actions/16/selection-bottom.svg
1000
share/icons/breeze-dark/actions/16/selection-lower.svg
1050
share/icons/breeze-dark/actions/16/selection-lower.svg
1001
share/icons/breeze-dark/actions/16/selection-make-bitmap-copy.svg
1051
share/icons/breeze-dark/actions/16/selection-make-bitmap-copy.svg
Lines 1003-1008 Link Here
1003
share/icons/breeze-dark/actions/16/selection-move-to-layer-below.svg
1053
share/icons/breeze-dark/actions/16/selection-move-to-layer-below.svg
1004
share/icons/breeze-dark/actions/16/selection-raise.svg
1054
share/icons/breeze-dark/actions/16/selection-raise.svg
1005
share/icons/breeze-dark/actions/16/selection-top.svg
1055
share/icons/breeze-dark/actions/16/selection-top.svg
1056
share/icons/breeze-dark/actions/16/selection.svg
1006
share/icons/breeze-dark/actions/16/send_signal.svg
1057
share/icons/breeze-dark/actions/16/send_signal.svg
1007
share/icons/breeze-dark/actions/16/services.svg
1058
share/icons/breeze-dark/actions/16/services.svg
1008
share/icons/breeze-dark/actions/16/set-language.svg
1059
share/icons/breeze-dark/actions/16/set-language.svg
Lines 1018-1023 Link Here
1018
share/icons/breeze-dark/actions/16/show-node-handles.svg
1069
share/icons/breeze-dark/actions/16/show-node-handles.svg
1019
share/icons/breeze-dark/actions/16/show-offline.svg
1070
share/icons/breeze-dark/actions/16/show-offline.svg
1020
share/icons/breeze-dark/actions/16/show-path-outline.svg
1071
share/icons/breeze-dark/actions/16/show-path-outline.svg
1072
share/icons/breeze-dark/actions/16/show_table_column.svg
1073
share/icons/breeze-dark/actions/16/show_table_row.svg
1021
share/icons/breeze-dark/actions/16/shuffle.svg
1074
share/icons/breeze-dark/actions/16/shuffle.svg
1022
share/icons/breeze-dark/actions/16/similarartists-amarok.svg
1075
share/icons/breeze-dark/actions/16/similarartists-amarok.svg
1023
share/icons/breeze-dark/actions/16/smallclock.svg
1076
share/icons/breeze-dark/actions/16/smallclock.svg
Lines 1046-1058 Link Here
1046
share/icons/breeze-dark/actions/16/sort-name.svg
1099
share/icons/breeze-dark/actions/16/sort-name.svg
1047
share/icons/breeze-dark/actions/16/sort-presence.svg
1100
share/icons/breeze-dark/actions/16/sort-presence.svg
1048
share/icons/breeze-dark/actions/16/sort_incr.svg
1101
share/icons/breeze-dark/actions/16/sort_incr.svg
1102
share/icons/breeze-dark/actions/16/source-playlist.svg
1103
share/icons/breeze-dark/actions/16/source-smart-playlist.svg
1049
share/icons/breeze-dark/actions/16/speaker.svg
1104
share/icons/breeze-dark/actions/16/speaker.svg
1105
share/icons/breeze-dark/actions/16/special_paste.svg
1050
share/icons/breeze-dark/actions/16/specific-setup.svg
1106
share/icons/breeze-dark/actions/16/specific-setup.svg
1051
share/icons/breeze-dark/actions/16/speedometer.svg
1107
share/icons/breeze-dark/actions/16/speedometer.svg
1108
share/icons/breeze-dark/actions/16/spiral-shape.svg
1052
share/icons/breeze-dark/actions/16/split.svg
1109
share/icons/breeze-dark/actions/16/split.svg
1110
share/icons/breeze-dark/actions/16/spreadsheetshape.svg
1053
share/icons/breeze-dark/actions/16/standard-connector.svg
1111
share/icons/breeze-dark/actions/16/standard-connector.svg
1112
share/icons/breeze-dark/actions/16/star-shape.svg
1054
share/icons/breeze-dark/actions/16/start-over.svg
1113
share/icons/breeze-dark/actions/16/start-over.svg
1055
share/icons/breeze-dark/actions/16/state-fork.svg
1114
share/icons/breeze-dark/actions/16/state-fork.svg
1115
share/icons/breeze-dark/actions/16/stateshape.svg
1116
share/icons/breeze-dark/actions/16/statetool.svg
1056
share/icons/breeze-dark/actions/16/sticky_zoom.svg
1117
share/icons/breeze-dark/actions/16/sticky_zoom.svg
1057
share/icons/breeze-dark/actions/16/story-editor.svg
1118
share/icons/breeze-dark/actions/16/story-editor.svg
1058
share/icons/breeze-dark/actions/16/straight-connector.svg
1119
share/icons/breeze-dark/actions/16/straight-connector.svg
Lines 1069-1074 Link Here
1069
share/icons/breeze-dark/actions/16/svn-commit.svg
1130
share/icons/breeze-dark/actions/16/svn-commit.svg
1070
share/icons/breeze-dark/actions/16/svn-update.svg
1131
share/icons/breeze-dark/actions/16/svn-update.svg
1071
share/icons/breeze-dark/actions/16/symbols.svg
1132
share/icons/breeze-dark/actions/16/symbols.svg
1133
share/icons/breeze-dark/actions/16/system-lock-screen.svg
1134
share/icons/breeze-dark/actions/16/system-log-out.svg
1072
share/icons/breeze-dark/actions/16/system-run.svg
1135
share/icons/breeze-dark/actions/16/system-run.svg
1073
share/icons/breeze-dark/actions/16/system-search.svg
1136
share/icons/breeze-dark/actions/16/system-search.svg
1074
share/icons/breeze-dark/actions/16/system-upgrade.svg
1137
share/icons/breeze-dark/actions/16/system-upgrade.svg
Lines 1117-1123 Link Here
1117
share/icons/breeze-dark/actions/16/tool-measure.svg
1180
share/icons/breeze-dark/actions/16/tool-measure.svg
1118
share/icons/breeze-dark/actions/16/tool-node-editor.svg
1181
share/icons/breeze-dark/actions/16/tool-node-editor.svg
1119
share/icons/breeze-dark/actions/16/tool-pointer.svg
1182
share/icons/breeze-dark/actions/16/tool-pointer.svg
1183
share/icons/breeze-dark/actions/16/tool-text.svg
1120
share/icons/breeze-dark/actions/16/tool-tweak.svg
1184
share/icons/breeze-dark/actions/16/tool-tweak.svg
1185
share/icons/breeze-dark/actions/16/tool_cellformatting.svg
1186
share/icons/breeze-dark/actions/16/tool_imageeffects.svg
1187
share/icons/breeze-dark/actions/16/tool_pagelayout.svg
1188
share/icons/breeze-dark/actions/16/tool_references.svg
1189
share/icons/breeze-dark/actions/16/tool_review.svg
1190
share/icons/breeze-dark/actions/16/tool_text.svg
1121
share/icons/breeze-dark/actions/16/tools-check-spelling.svg
1191
share/icons/breeze-dark/actions/16/tools-check-spelling.svg
1122
share/icons/breeze-dark/actions/16/tools-media-optical-burn-image.svg
1192
share/icons/breeze-dark/actions/16/tools-media-optical-burn-image.svg
1123
share/icons/breeze-dark/actions/16/tools-media-optical-burn.svg
1193
share/icons/breeze-dark/actions/16/tools-media-optical-burn.svg
Lines 1334-1339 Link Here
1334
share/icons/breeze-dark/actions/22/adjustlevels.svg
1404
share/icons/breeze-dark/actions/22/adjustlevels.svg
1335
share/icons/breeze-dark/actions/22/adjustrgb.svg
1405
share/icons/breeze-dark/actions/22/adjustrgb.svg
1336
share/icons/breeze-dark/actions/22/aggregation.svg
1406
share/icons/breeze-dark/actions/22/aggregation.svg
1407
share/icons/breeze-dark/actions/22/akonadi-phone-home.svg
1337
share/icons/breeze-dark/actions/22/akonadiconsole.svg
1408
share/icons/breeze-dark/actions/22/akonadiconsole.svg
1338
share/icons/breeze-dark/actions/22/albumfolder-importdir.svg
1409
share/icons/breeze-dark/actions/22/albumfolder-importdir.svg
1339
share/icons/breeze-dark/actions/22/albumfolder-importimages.svg
1410
share/icons/breeze-dark/actions/22/albumfolder-importimages.svg
Lines 1370-1375 Link Here
1370
share/icons/breeze-dark/actions/22/amarok_playlist_refresh.svg
1441
share/icons/breeze-dark/actions/22/amarok_playlist_refresh.svg
1371
share/icons/breeze-dark/actions/22/amarok_scripts.svg
1442
share/icons/breeze-dark/actions/22/amarok_scripts.svg
1372
share/icons/breeze-dark/actions/22/anchor.svg
1443
share/icons/breeze-dark/actions/22/anchor.svg
1444
share/icons/breeze-dark/actions/22/animation-stage.svg
1373
share/icons/breeze-dark/actions/22/answer-correct.svg
1445
share/icons/breeze-dark/actions/22/answer-correct.svg
1374
share/icons/breeze-dark/actions/22/answer.svg
1446
share/icons/breeze-dark/actions/22/answer.svg
1375
share/icons/breeze-dark/actions/22/antivignetting.svg
1447
share/icons/breeze-dark/actions/22/antivignetting.svg
Lines 1391-1400 Link Here
1391
share/icons/breeze-dark/actions/22/arrow-up.svg
1463
share/icons/breeze-dark/actions/22/arrow-up.svg
1392
share/icons/breeze-dark/actions/22/arrow.svg
1464
share/icons/breeze-dark/actions/22/arrow.svg
1393
share/icons/breeze-dark/actions/22/artifact.svg
1465
share/icons/breeze-dark/actions/22/artifact.svg
1466
share/icons/breeze-dark/actions/22/artistictext-tool.svg
1394
share/icons/breeze-dark/actions/22/association.svg
1467
share/icons/breeze-dark/actions/22/association.svg
1395
share/icons/breeze-dark/actions/22/atmosphere.svg
1468
share/icons/breeze-dark/actions/22/atmosphere.svg
1469
share/icons/breeze-dark/actions/22/auto-scale-all.svg
1470
share/icons/breeze-dark/actions/22/auto-scale-x.svg
1471
share/icons/breeze-dark/actions/22/auto-scale-y.svg
1472
share/icons/breeze-dark/actions/22/auto-transition.svg
1396
share/icons/breeze-dark/actions/22/auto-type.svg
1473
share/icons/breeze-dark/actions/22/auto-type.svg
1397
share/icons/breeze-dark/actions/22/autocorrection.svg
1474
share/icons/breeze-dark/actions/22/autocorrection.svg
1475
share/icons/breeze-dark/actions/22/backgroundtool.svg
1476
share/icons/breeze-dark/actions/22/black_sum.svg
1398
share/icons/breeze-dark/actions/22/blurfx.svg
1477
share/icons/breeze-dark/actions/22/blurfx.svg
1399
share/icons/breeze-dark/actions/22/blurimage.svg
1478
share/icons/breeze-dark/actions/22/blurimage.svg
1400
share/icons/breeze-dark/actions/22/bookmark-add-folder.svg
1479
share/icons/breeze-dark/actions/22/bookmark-add-folder.svg
Lines 1405-1410 Link Here
1405
share/icons/breeze-dark/actions/22/bookmark-toolbar.svg
1484
share/icons/breeze-dark/actions/22/bookmark-toolbar.svg
1406
share/icons/breeze-dark/actions/22/bookmarks-organize.svg
1485
share/icons/breeze-dark/actions/22/bookmarks-organize.svg
1407
share/icons/breeze-dark/actions/22/bookmarks.svg
1486
share/icons/breeze-dark/actions/22/bookmarks.svg
1487
share/icons/breeze-dark/actions/22/borderpainter.svg
1408
share/icons/breeze-dark/actions/22/bordertool.svg
1488
share/icons/breeze-dark/actions/22/bordertool.svg
1409
share/icons/breeze-dark/actions/22/box.svg
1489
share/icons/breeze-dark/actions/22/box.svg
1410
share/icons/breeze-dark/actions/22/bqm-diff.svg
1490
share/icons/breeze-dark/actions/22/bqm-diff.svg
Lines 1414-1422 Link Here
1414
share/icons/breeze-dark/actions/22/bwtonal.svg
1494
share/icons/breeze-dark/actions/22/bwtonal.svg
1415
share/icons/breeze-dark/actions/22/call-start.svg
1495
share/icons/breeze-dark/actions/22/call-start.svg
1416
share/icons/breeze-dark/actions/22/call-stop.svg
1496
share/icons/breeze-dark/actions/22/call-stop.svg
1497
share/icons/breeze-dark/actions/22/calligraphy.svg
1498
share/icons/breeze-dark/actions/22/callout-shape.svg
1417
share/icons/breeze-dark/actions/22/cards-block.svg
1499
share/icons/breeze-dark/actions/22/cards-block.svg
1418
share/icons/breeze-dark/actions/22/category.svg
1500
share/icons/breeze-dark/actions/22/category.svg
1419
share/icons/breeze-dark/actions/22/category2parent.svg
1501
share/icons/breeze-dark/actions/22/category2parent.svg
1502
share/icons/breeze-dark/actions/22/cell_edit.svg
1503
share/icons/breeze-dark/actions/22/cell_layout.svg
1420
share/icons/breeze-dark/actions/22/channelmixer.svg
1504
share/icons/breeze-dark/actions/22/channelmixer.svg
1421
share/icons/breeze-dark/actions/22/character-set.svg
1505
share/icons/breeze-dark/actions/22/character-set.svg
1422
share/icons/breeze-dark/actions/22/charcoaltool.svg
1506
share/icons/breeze-dark/actions/22/charcoaltool.svg
Lines 1431-1436 Link Here
1431
share/icons/breeze-dark/actions/22/chronometer-reset.svg
1515
share/icons/breeze-dark/actions/22/chronometer-reset.svg
1432
share/icons/breeze-dark/actions/22/chronometer-start.svg
1516
share/icons/breeze-dark/actions/22/chronometer-start.svg
1433
share/icons/breeze-dark/actions/22/chronometer.svg
1517
share/icons/breeze-dark/actions/22/chronometer.svg
1518
share/icons/breeze-dark/actions/22/circular-arrow-shape.svg
1434
share/icons/breeze-dark/actions/22/class-or-package.svg
1519
share/icons/breeze-dark/actions/22/class-or-package.svg
1435
share/icons/breeze-dark/actions/22/class.svg
1520
share/icons/breeze-dark/actions/22/class.svg
1436
share/icons/breeze-dark/actions/22/clock-large.svg
1521
share/icons/breeze-dark/actions/22/clock-large.svg
Lines 1461-1466 Link Here
1461
share/icons/breeze-dark/actions/22/combined_fragment.svg
1546
share/icons/breeze-dark/actions/22/combined_fragment.svg
1462
share/icons/breeze-dark/actions/22/compass.svg
1547
share/icons/breeze-dark/actions/22/compass.svg
1463
share/icons/breeze-dark/actions/22/component.svg
1548
share/icons/breeze-dark/actions/22/component.svg
1549
share/icons/breeze-dark/actions/22/composite-track-off.svg
1550
share/icons/breeze-dark/actions/22/composite-track-on.svg
1551
share/icons/breeze-dark/actions/22/composite-track-preview.svg
1464
share/icons/breeze-dark/actions/22/composition.svg
1552
share/icons/breeze-dark/actions/22/composition.svg
1465
share/icons/breeze-dark/actions/22/configure-shortcuts.svg
1553
share/icons/breeze-dark/actions/22/configure-shortcuts.svg
1466
share/icons/breeze-dark/actions/22/configure-toolbars.svg
1554
share/icons/breeze-dark/actions/22/configure-toolbars.svg
Lines 1470-1475 Link Here
1470
share/icons/breeze-dark/actions/22/contrast.svg
1558
share/icons/breeze-dark/actions/22/contrast.svg
1471
share/icons/breeze-dark/actions/22/coordinate.svg
1559
share/icons/breeze-dark/actions/22/coordinate.svg
1472
share/icons/breeze-dark/actions/22/copy-coordinates.svg
1560
share/icons/breeze-dark/actions/22/copy-coordinates.svg
1561
share/icons/breeze-dark/actions/22/createpath.svg
1562
share/icons/breeze-dark/actions/22/cross-shape.svg
1473
share/icons/breeze-dark/actions/22/crosshairs.svg
1563
share/icons/breeze-dark/actions/22/crosshairs.svg
1474
share/icons/breeze-dark/actions/22/cursor-arrow.svg
1564
share/icons/breeze-dark/actions/22/cursor-arrow.svg
1475
share/icons/breeze-dark/actions/22/curve-connector.svg
1565
share/icons/breeze-dark/actions/22/curve-connector.svg
Lines 1502-1507 Link Here
1502
share/icons/breeze-dark/actions/22/dialog-ok.svg
1592
share/icons/breeze-dark/actions/22/dialog-ok.svg
1503
share/icons/breeze-dark/actions/22/dialog-xml-editor.svg
1593
share/icons/breeze-dark/actions/22/dialog-xml-editor.svg
1504
share/icons/breeze-dark/actions/22/dirsync.svg
1594
share/icons/breeze-dark/actions/22/dirsync.svg
1595
share/icons/breeze-dark/actions/22/discrete.svg
1505
share/icons/breeze-dark/actions/22/distortionfx.svg
1596
share/icons/breeze-dark/actions/22/distortionfx.svg
1506
share/icons/breeze-dark/actions/22/distribute-graph-directed.svg
1597
share/icons/breeze-dark/actions/22/distribute-graph-directed.svg
1507
share/icons/breeze-dark/actions/22/distribute-graph.svg
1598
share/icons/breeze-dark/actions/22/distribute-graph.svg
Lines 1656-1667 Link Here
1656
share/icons/breeze-dark/actions/22/edit-table-insert-row-under.svg
1747
share/icons/breeze-dark/actions/22/edit-table-insert-row-under.svg
1657
share/icons/breeze-dark/actions/22/edit-text-frame-update.svg
1748
share/icons/breeze-dark/actions/22/edit-text-frame-update.svg
1658
share/icons/breeze-dark/actions/22/edit-undo.svg
1749
share/icons/breeze-dark/actions/22/edit-undo.svg
1750
share/icons/breeze-dark/actions/22/edit_animation.svg
1659
share/icons/breeze-dark/actions/22/editimage.svg
1751
share/icons/breeze-dark/actions/22/editimage.svg
1660
share/icons/breeze-dark/actions/22/editor.svg
1752
share/icons/breeze-dark/actions/22/editor.svg
1753
share/icons/breeze-dark/actions/22/editpath.svg
1754
share/icons/breeze-dark/actions/22/edittext.svg
1755
share/icons/breeze-dark/actions/22/ellipse-shape.svg
1661
share/icons/breeze-dark/actions/22/embosstool.svg
1756
share/icons/breeze-dark/actions/22/embosstool.svg
1662
share/icons/breeze-dark/actions/22/end_of_life.svg
1757
share/icons/breeze-dark/actions/22/end_of_life.svg
1663
share/icons/breeze-dark/actions/22/end_state.svg
1758
share/icons/breeze-dark/actions/22/end_state.svg
1664
share/icons/breeze-dark/actions/22/entity.svg
1759
share/icons/breeze-dark/actions/22/entity.svg
1760
share/icons/breeze-dark/actions/22/entrance_animations.svg
1665
share/icons/breeze-dark/actions/22/entry-delete.svg
1761
share/icons/breeze-dark/actions/22/entry-delete.svg
1666
share/icons/breeze-dark/actions/22/entry-edit.svg
1762
share/icons/breeze-dark/actions/22/entry-edit.svg
1667
share/icons/breeze-dark/actions/22/entry-new.svg
1763
share/icons/breeze-dark/actions/22/entry-new.svg
Lines 1679-1685 Link Here
1679
share/icons/breeze-dark/actions/22/exchange-positions-zorder.svg
1775
share/icons/breeze-dark/actions/22/exchange-positions-zorder.svg
1680
share/icons/breeze-dark/actions/22/exchange-positions.svg
1776
share/icons/breeze-dark/actions/22/exchange-positions.svg
1681
share/icons/breeze-dark/actions/22/exifinfo.svg
1777
share/icons/breeze-dark/actions/22/exifinfo.svg
1778
share/icons/breeze-dark/actions/22/exit_animations.svg
1682
share/icons/breeze-dark/actions/22/favorite-genres-amarok.svg
1779
share/icons/breeze-dark/actions/22/favorite-genres-amarok.svg
1780
share/icons/breeze-dark/actions/22/favorite.svg
1683
share/icons/breeze-dark/actions/22/feed-subscribe.svg
1781
share/icons/breeze-dark/actions/22/feed-subscribe.svg
1684
share/icons/breeze-dark/actions/22/file-zoom-in.svg
1782
share/icons/breeze-dark/actions/22/file-zoom-in.svg
1685
share/icons/breeze-dark/actions/22/file-zoom-out.svg
1783
share/icons/breeze-dark/actions/22/file-zoom-out.svg
Lines 1719-1725 Link Here
1719
share/icons/breeze-dark/actions/22/flag-yellow.svg
1817
share/icons/breeze-dark/actions/22/flag-yellow.svg
1720
share/icons/breeze-dark/actions/22/flag.svg
1818
share/icons/breeze-dark/actions/22/flag.svg
1721
share/icons/breeze-dark/actions/22/flash.svg
1819
share/icons/breeze-dark/actions/22/flash.svg
1722
share/icons/breeze-dark/actions/22/folder-html.svg
1820
share/icons/breeze-dark/actions/22/flower-shape.svg
1723
share/icons/breeze-dark/actions/22/folder-new.svg
1821
share/icons/breeze-dark/actions/22/folder-new.svg
1724
share/icons/breeze-dark/actions/22/folder-sync.svg
1822
share/icons/breeze-dark/actions/22/folder-sync.svg
1725
share/icons/breeze-dark/actions/22/followmouse.svg
1823
share/icons/breeze-dark/actions/22/followmouse.svg
Lines 1809-1814 Link Here
1809
share/icons/breeze-dark/actions/22/geany-build.svg
1907
share/icons/breeze-dark/actions/22/geany-build.svg
1810
share/icons/breeze-dark/actions/22/geany-close-all.svg
1908
share/icons/breeze-dark/actions/22/geany-close-all.svg
1811
share/icons/breeze-dark/actions/22/geany-save-all.svg
1909
share/icons/breeze-dark/actions/22/geany-save-all.svg
1910
share/icons/breeze-dark/actions/22/gearhead-shape.svg
1812
share/icons/breeze-dark/actions/22/generalisation.svg
1911
share/icons/breeze-dark/actions/22/generalisation.svg
1813
share/icons/breeze-dark/actions/22/generalise.svg
1912
share/icons/breeze-dark/actions/22/generalise.svg
1814
share/icons/breeze-dark/actions/22/get-hot-new-stuff.svg
1913
share/icons/breeze-dark/actions/22/get-hot-new-stuff.svg
Lines 1846-1851 Link Here
1846
share/icons/breeze-dark/actions/22/gpg.svg
1945
share/icons/breeze-dark/actions/22/gpg.svg
1847
share/icons/breeze-dark/actions/22/gpgsm.svg
1946
share/icons/breeze-dark/actions/22/gpgsm.svg
1848
share/icons/breeze-dark/actions/22/gps.svg
1947
share/icons/breeze-dark/actions/22/gps.svg
1948
share/icons/breeze-dark/actions/22/gradient.svg
1849
share/icons/breeze-dark/actions/22/grid-rectangular.svg
1949
share/icons/breeze-dark/actions/22/grid-rectangular.svg
1850
share/icons/breeze-dark/actions/22/group-delete.svg
1950
share/icons/breeze-dark/actions/22/group-delete.svg
1851
share/icons/breeze-dark/actions/22/group-edit.svg
1951
share/icons/breeze-dark/actions/22/group-edit.svg
Lines 1889-1894 Link Here
1889
share/icons/breeze-dark/actions/22/help-hint.svg
1989
share/icons/breeze-dark/actions/22/help-hint.svg
1890
share/icons/breeze-dark/actions/22/help-keybord-shortcuts.svg
1990
share/icons/breeze-dark/actions/22/help-keybord-shortcuts.svg
1891
share/icons/breeze-dark/actions/22/help-whatsthis.svg
1991
share/icons/breeze-dark/actions/22/help-whatsthis.svg
1992
share/icons/breeze-dark/actions/22/hexagon-shape.svg
1993
share/icons/breeze-dark/actions/22/hide_table_column.svg
1994
share/icons/breeze-dark/actions/22/hide_table_row.svg
1892
share/icons/breeze-dark/actions/22/hidemouse.svg
1995
share/icons/breeze-dark/actions/22/hidemouse.svg
1893
share/icons/breeze-dark/actions/22/hint.svg
1996
share/icons/breeze-dark/actions/22/hint.svg
1894
share/icons/breeze-dark/actions/22/hotpixels.svg
1997
share/icons/breeze-dark/actions/22/hotpixels.svg
Lines 1934-1941 Link Here
1934
share/icons/breeze-dark/actions/22/insert-tableofcontents.svg
2037
share/icons/breeze-dark/actions/22/insert-tableofcontents.svg
1935
share/icons/breeze-dark/actions/22/insert-text-frame.svg
2038
share/icons/breeze-dark/actions/22/insert-text-frame.svg
1936
share/icons/breeze-dark/actions/22/insert-text.svg
2039
share/icons/breeze-dark/actions/22/insert-text.svg
2040
share/icons/breeze-dark/actions/22/insertcell.svg
1937
share/icons/breeze-dark/actions/22/interface.svg
2041
share/icons/breeze-dark/actions/22/interface.svg
1938
share/icons/breeze-dark/actions/22/internet-amarok.svg
2042
share/icons/breeze-dark/actions/22/internet-amarok.svg
2043
share/icons/breeze-dark/actions/22/internet-services.svg
1939
share/icons/breeze-dark/actions/22/invertimage.svg
2044
share/icons/breeze-dark/actions/22/invertimage.svg
1940
share/icons/breeze-dark/actions/22/irc-channel-active.svg
2045
share/icons/breeze-dark/actions/22/irc-channel-active.svg
1941
share/icons/breeze-dark/actions/22/irc-channel-inactive.svg
2046
share/icons/breeze-dark/actions/22/irc-channel-inactive.svg
Lines 1959-1964 Link Here
1959
share/icons/breeze-dark/actions/22/kdenlive-align-right.svg
2064
share/icons/breeze-dark/actions/22/kdenlive-align-right.svg
1960
share/icons/breeze-dark/actions/22/kdenlive-align-top.svg
2065
share/icons/breeze-dark/actions/22/kdenlive-align-top.svg
1961
share/icons/breeze-dark/actions/22/kdenlive-align-vert.svg
2066
share/icons/breeze-dark/actions/22/kdenlive-align-vert.svg
2067
share/icons/breeze-dark/actions/22/kdenlive-composite.svg
1962
share/icons/breeze-dark/actions/22/kdenlive-custom-effect.svg
2068
share/icons/breeze-dark/actions/22/kdenlive-custom-effect.svg
1963
share/icons/breeze-dark/actions/22/kdenlive-deleffect.svg
2069
share/icons/breeze-dark/actions/22/kdenlive-deleffect.svg
1964
share/icons/breeze-dark/actions/22/kdenlive-down.svg
2070
share/icons/breeze-dark/actions/22/kdenlive-down.svg
Lines 1969-1974 Link Here
1969
share/icons/breeze-dark/actions/22/kdenlive-insert-unicode.svg
2075
share/icons/breeze-dark/actions/22/kdenlive-insert-unicode.svg
1970
share/icons/breeze-dark/actions/22/kdenlive-lock.svg
2076
share/icons/breeze-dark/actions/22/kdenlive-lock.svg
1971
share/icons/breeze-dark/actions/22/kdenlive-menu.svg
2077
share/icons/breeze-dark/actions/22/kdenlive-menu.svg
2078
share/icons/breeze-dark/actions/22/kdenlive-no-composite.svg
1972
share/icons/breeze-dark/actions/22/kdenlive-normal-edit.svg
2079
share/icons/breeze-dark/actions/22/kdenlive-normal-edit.svg
1973
share/icons/breeze-dark/actions/22/kdenlive-object-height.svg
2080
share/icons/breeze-dark/actions/22/kdenlive-object-height.svg
1974
share/icons/breeze-dark/actions/22/kdenlive-object-width.svg
2081
share/icons/breeze-dark/actions/22/kdenlive-object-width.svg
Lines 2067-2072 Link Here
2067
share/icons/breeze-dark/actions/22/kt-start.svg
2174
share/icons/breeze-dark/actions/22/kt-start.svg
2068
share/icons/breeze-dark/actions/22/kt-stop-all.svg
2175
share/icons/breeze-dark/actions/22/kt-stop-all.svg
2069
share/icons/breeze-dark/actions/22/kt-stop.svg
2176
share/icons/breeze-dark/actions/22/kt-stop.svg
2177
share/icons/breeze-dark/actions/22/ktnef_extract_all_to.svg
2070
share/icons/breeze-dark/actions/22/ktnef_extract_to.svg
2178
share/icons/breeze-dark/actions/22/ktnef_extract_to.svg
2071
share/icons/breeze-dark/actions/22/label-amarok.svg
2179
share/icons/breeze-dark/actions/22/label-amarok.svg
2072
share/icons/breeze-dark/actions/22/labplot-1x-zoom.svg
2180
share/icons/breeze-dark/actions/22/labplot-1x-zoom.svg
Lines 2089-2099 Link Here
2089
share/icons/breeze-dark/actions/22/labplot-shift-left-x.svg
2197
share/icons/breeze-dark/actions/22/labplot-shift-left-x.svg
2090
share/icons/breeze-dark/actions/22/labplot-shift-right-x.svg
2198
share/icons/breeze-dark/actions/22/labplot-shift-right-x.svg
2091
share/icons/breeze-dark/actions/22/labplot-shift-up-y.svg
2199
share/icons/breeze-dark/actions/22/labplot-shift-up-y.svg
2200
share/icons/breeze-dark/actions/22/labplot-spreadsheet-new.svg
2201
share/icons/breeze-dark/actions/22/labplot-spreadsheet.svg
2092
share/icons/breeze-dark/actions/22/labplot-transform-move.svg
2202
share/icons/breeze-dark/actions/22/labplot-transform-move.svg
2093
share/icons/breeze-dark/actions/22/labplot-workbook-new.svg
2203
share/icons/breeze-dark/actions/22/labplot-workbook-new.svg
2094
share/icons/breeze-dark/actions/22/labplot-workbook.svg
2204
share/icons/breeze-dark/actions/22/labplot-workbook.svg
2095
share/icons/breeze-dark/actions/22/labplot-worksheet-new.svg
2205
share/icons/breeze-dark/actions/22/labplot-worksheet-new.svg
2096
share/icons/breeze-dark/actions/22/labplot-worksheet.svg
2206
share/icons/breeze-dark/actions/22/labplot-worksheet.svg
2207
share/icons/breeze-dark/actions/22/labplot-xy-curve-points.svg
2097
share/icons/breeze-dark/actions/22/labplot-xy-curve-segments.svg
2208
share/icons/breeze-dark/actions/22/labplot-xy-curve-segments.svg
2098
share/icons/breeze-dark/actions/22/labplot-xy-curve.svg
2209
share/icons/breeze-dark/actions/22/labplot-xy-curve.svg
2099
share/icons/breeze-dark/actions/22/labplot-xy-equation-curve.svg
2210
share/icons/breeze-dark/actions/22/labplot-xy-equation-curve.svg
Lines 2118-2127 Link Here
2118
share/icons/breeze-dark/actions/22/layer-visible-on.svg
2229
share/icons/breeze-dark/actions/22/layer-visible-on.svg
2119
share/icons/breeze-dark/actions/22/lensautofix.svg
2230
share/icons/breeze-dark/actions/22/lensautofix.svg
2120
share/icons/breeze-dark/actions/22/lensdistortion.svg
2231
share/icons/breeze-dark/actions/22/lensdistortion.svg
2232
share/icons/breeze-dark/actions/22/libpeas-plugin.svg
2121
share/icons/breeze-dark/actions/22/license.svg
2233
share/icons/breeze-dark/actions/22/license.svg
2122
share/icons/breeze-dark/actions/22/lighttable.svg
2234
share/icons/breeze-dark/actions/22/lighttable.svg
2123
share/icons/breeze-dark/actions/22/lighttableadd.svg
2235
share/icons/breeze-dark/actions/22/lighttableadd.svg
2236
share/icons/breeze-dark/actions/22/linear.svg
2124
share/icons/breeze-dark/actions/22/lines-connector.svg
2237
share/icons/breeze-dark/actions/22/lines-connector.svg
2238
share/icons/breeze-dark/actions/22/link.svg
2125
share/icons/breeze-dark/actions/22/list-add-font.svg
2239
share/icons/breeze-dark/actions/22/list-add-font.svg
2126
share/icons/breeze-dark/actions/22/list-add-user.svg
2240
share/icons/breeze-dark/actions/22/list-add-user.svg
2127
share/icons/breeze-dark/actions/22/list-add.svg
2241
share/icons/breeze-dark/actions/22/list-add.svg
Lines 2130-2135 Link Here
2130
share/icons/breeze-dark/actions/22/list-resource-add.svg
2244
share/icons/breeze-dark/actions/22/list-resource-add.svg
2131
share/icons/breeze-dark/actions/22/lock.svg
2245
share/icons/breeze-dark/actions/22/lock.svg
2132
share/icons/breeze-dark/actions/22/love-amarok.svg
2246
share/icons/breeze-dark/actions/22/love-amarok.svg
2247
share/icons/breeze-dark/actions/22/love.svg
2133
share/icons/breeze-dark/actions/22/mail-attachment.svg
2248
share/icons/breeze-dark/actions/22/mail-attachment.svg
2134
share/icons/breeze-dark/actions/22/mail-deleted.svg
2249
share/icons/breeze-dark/actions/22/mail-deleted.svg
2135
share/icons/breeze-dark/actions/22/mail-encrypted-full.svg
2250
share/icons/breeze-dark/actions/22/mail-encrypted-full.svg
Lines 2150-2155 Link Here
2150
share/icons/breeze-dark/actions/22/mail-meeting-request-reply.svg
2265
share/icons/breeze-dark/actions/22/mail-meeting-request-reply.svg
2151
share/icons/breeze-dark/actions/22/mail-message-new-list.svg
2266
share/icons/breeze-dark/actions/22/mail-message-new-list.svg
2152
share/icons/breeze-dark/actions/22/mail-message-new.svg
2267
share/icons/breeze-dark/actions/22/mail-message-new.svg
2268
share/icons/breeze-dark/actions/22/mail-message.svg
2153
share/icons/breeze-dark/actions/22/mail-queue.svg
2269
share/icons/breeze-dark/actions/22/mail-queue.svg
2154
share/icons/breeze-dark/actions/22/mail-queued.svg
2270
share/icons/breeze-dark/actions/22/mail-queued.svg
2155
share/icons/breeze-dark/actions/22/mail-read.svg
2271
share/icons/breeze-dark/actions/22/mail-read.svg
Lines 2227-2233 Link Here
2227
share/icons/breeze-dark/actions/22/mode4.svg
2343
share/icons/breeze-dark/actions/22/mode4.svg
2228
share/icons/breeze-dark/actions/22/mode5.svg
2344
share/icons/breeze-dark/actions/22/mode5.svg
2229
share/icons/breeze-dark/actions/22/msgid2msgstr.svg
2345
share/icons/breeze-dark/actions/22/msgid2msgstr.svg
2346
share/icons/breeze-dark/actions/22/multirow.svg
2230
share/icons/breeze-dark/actions/22/music-amarok.svg
2347
share/icons/breeze-dark/actions/22/music-amarok.svg
2348
share/icons/breeze-dark/actions/22/music-note-16th.svg
2231
share/icons/breeze-dark/actions/22/network-connect.svg
2349
share/icons/breeze-dark/actions/22/network-connect.svg
2232
share/icons/breeze-dark/actions/22/network-disconnect.svg
2350
share/icons/breeze-dark/actions/22/network-disconnect.svg
2233
share/icons/breeze-dark/actions/22/new-audio-alarm.svg
2351
share/icons/breeze-dark/actions/22/new-audio-alarm.svg
Lines 2323-2329 Link Here
2323
share/icons/breeze-dark/actions/22/path-mode-spiro.svg
2441
share/icons/breeze-dark/actions/22/path-mode-spiro.svg
2324
share/icons/breeze-dark/actions/22/path-reverse.svg
2442
share/icons/breeze-dark/actions/22/path-reverse.svg
2325
share/icons/breeze-dark/actions/22/path-simplify.svg
2443
share/icons/breeze-dark/actions/22/path-simplify.svg
2444
share/icons/breeze-dark/actions/22/pathshape.svg
2326
share/icons/breeze-dark/actions/22/pdf-annotations.svg
2445
share/icons/breeze-dark/actions/22/pdf-annotations.svg
2446
share/icons/breeze-dark/actions/22/pentagon-shape.svg
2327
share/icons/breeze-dark/actions/22/perspective.svg
2447
share/icons/breeze-dark/actions/22/perspective.svg
2328
share/icons/breeze-dark/actions/22/photo.svg
2448
share/icons/breeze-dark/actions/22/photo.svg
2329
share/icons/breeze-dark/actions/22/photos-amarok.svg
2449
share/icons/breeze-dark/actions/22/photos-amarok.svg
Lines 2355-2363 Link Here
2355
share/icons/breeze-dark/actions/22/presence_unknown.svg
2475
share/icons/breeze-dark/actions/22/presence_unknown.svg
2356
share/icons/breeze-dark/actions/22/prevfuzzy.svg
2476
share/icons/breeze-dark/actions/22/prevfuzzy.svg
2357
share/icons/breeze-dark/actions/22/prevfuzzyuntrans.svg
2477
share/icons/breeze-dark/actions/22/prevfuzzyuntrans.svg
2478
share/icons/breeze-dark/actions/22/preview-add-zone.svg
2479
share/icons/breeze-dark/actions/22/preview-remove-all.svg
2480
share/icons/breeze-dark/actions/22/preview-remove-zone.svg
2481
share/icons/breeze-dark/actions/22/preview-render-off.svg
2482
share/icons/breeze-dark/actions/22/preview-render-on.svg
2358
share/icons/breeze-dark/actions/22/prevuntranslated.svg
2483
share/icons/breeze-dark/actions/22/prevuntranslated.svg
2359
share/icons/breeze-dark/actions/22/primarykey_constraint.svg
2484
share/icons/breeze-dark/actions/22/primarykey_constraint.svg
2360
share/icons/breeze-dark/actions/22/process-stop.svg
2485
share/icons/breeze-dark/actions/22/process-stop.svg
2486
share/icons/breeze-dark/actions/22/project-defaults.svg
2361
share/icons/breeze-dark/actions/22/project-development-close-all.svg
2487
share/icons/breeze-dark/actions/22/project-development-close-all.svg
2362
share/icons/breeze-dark/actions/22/project-development-close.svg
2488
share/icons/breeze-dark/actions/22/project-development-close.svg
2363
share/icons/breeze-dark/actions/22/project-development-new-template.svg
2489
share/icons/breeze-dark/actions/22/project-development-new-template.svg
Lines 2374-2379 Link Here
2374
share/icons/breeze-dark/actions/22/randomize.svg
2500
share/icons/breeze-dark/actions/22/randomize.svg
2375
share/icons/breeze-dark/actions/22/ratiocrop.svg
2501
share/icons/breeze-dark/actions/22/ratiocrop.svg
2376
share/icons/breeze-dark/actions/22/realization.svg
2502
share/icons/breeze-dark/actions/22/realization.svg
2503
share/icons/breeze-dark/actions/22/rectangle-shape.svg
2377
share/icons/breeze-dark/actions/22/redeyes.svg
2504
share/icons/breeze-dark/actions/22/redeyes.svg
2378
share/icons/breeze-dark/actions/22/refactor.svg
2505
share/icons/breeze-dark/actions/22/refactor.svg
2379
share/icons/breeze-dark/actions/22/region.svg
2506
share/icons/breeze-dark/actions/22/region.svg
Lines 2381-2386 Link Here
2381
share/icons/breeze-dark/actions/22/remove-amarok.svg
2508
share/icons/breeze-dark/actions/22/remove-amarok.svg
2382
share/icons/breeze-dark/actions/22/remove-link.svg
2509
share/icons/breeze-dark/actions/22/remove-link.svg
2383
share/icons/breeze-dark/actions/22/remove.svg
2510
share/icons/breeze-dark/actions/22/remove.svg
2511
share/icons/breeze-dark/actions/22/removecell.svg
2384
share/icons/breeze-dark/actions/22/repeat.svg
2512
share/icons/breeze-dark/actions/22/repeat.svg
2385
share/icons/breeze-dark/actions/22/resource-calendar-child-insert.svg
2513
share/icons/breeze-dark/actions/22/resource-calendar-child-insert.svg
2386
share/icons/breeze-dark/actions/22/resource-calendar-child.svg
2514
share/icons/breeze-dark/actions/22/resource-calendar-child.svg
Lines 2401-2406 Link Here
2401
share/icons/breeze-dark/actions/22/run-clean.svg
2529
share/icons/breeze-dark/actions/22/run-clean.svg
2402
share/icons/breeze-dark/actions/22/run-install.svg
2530
share/icons/breeze-dark/actions/22/run-install.svg
2403
share/icons/breeze-dark/actions/22/select-rectangular.svg
2531
share/icons/breeze-dark/actions/22/select-rectangular.svg
2532
share/icons/breeze-dark/actions/22/select.svg
2533
share/icons/breeze-dark/actions/22/selection.svg
2404
share/icons/breeze-dark/actions/22/send_signal.svg
2534
share/icons/breeze-dark/actions/22/send_signal.svg
2405
share/icons/breeze-dark/actions/22/services.svg
2535
share/icons/breeze-dark/actions/22/services.svg
2406
share/icons/breeze-dark/actions/22/set-language.svg
2536
share/icons/breeze-dark/actions/22/set-language.svg
Lines 2410-2419 Link Here
2410
share/icons/breeze-dark/actions/22/shapes.svg
2540
share/icons/breeze-dark/actions/22/shapes.svg
2411
share/icons/breeze-dark/actions/22/sharpenimage.svg
2541
share/icons/breeze-dark/actions/22/sharpenimage.svg
2412
share/icons/breeze-dark/actions/22/shear.svg
2542
share/icons/breeze-dark/actions/22/shear.svg
2543
share/icons/breeze-dark/actions/22/show-all-effects.svg
2544
share/icons/breeze-dark/actions/22/show-gpu-effects.svg
2413
share/icons/breeze-dark/actions/22/show-menu.svg
2545
share/icons/breeze-dark/actions/22/show-menu.svg
2414
share/icons/breeze-dark/actions/22/show-node-handles.svg
2546
share/icons/breeze-dark/actions/22/show-node-handles.svg
2415
share/icons/breeze-dark/actions/22/show-offline.svg
2547
share/icons/breeze-dark/actions/22/show-offline.svg
2416
share/icons/breeze-dark/actions/22/show-path-outline.svg
2548
share/icons/breeze-dark/actions/22/show-path-outline.svg
2549
share/icons/breeze-dark/actions/22/show_table_column.svg
2550
share/icons/breeze-dark/actions/22/show_table_row.svg
2417
share/icons/breeze-dark/actions/22/shuffle.svg
2551
share/icons/breeze-dark/actions/22/shuffle.svg
2418
share/icons/breeze-dark/actions/22/similarartists-amarok.svg
2552
share/icons/breeze-dark/actions/22/similarartists-amarok.svg
2419
share/icons/breeze-dark/actions/22/skg-chart-bubble.svg
2553
share/icons/breeze-dark/actions/22/skg-chart-bubble.svg
Lines 2424-2429 Link Here
2424
share/icons/breeze-dark/actions/22/skrooge_much_more.svg
2558
share/icons/breeze-dark/actions/22/skrooge_much_more.svg
2425
share/icons/breeze-dark/actions/22/skrooge_type.svg
2559
share/icons/breeze-dark/actions/22/skrooge_type.svg
2426
share/icons/breeze-dark/actions/22/smallclock.svg
2560
share/icons/breeze-dark/actions/22/smallclock.svg
2561
share/icons/breeze-dark/actions/22/smiley-shape.svg
2562
share/icons/breeze-dark/actions/22/smooth.svg
2427
share/icons/breeze-dark/actions/22/snap-bounding-box-center.svg
2563
share/icons/breeze-dark/actions/22/snap-bounding-box-center.svg
2428
share/icons/breeze-dark/actions/22/snap-bounding-box-corners.svg
2564
share/icons/breeze-dark/actions/22/snap-bounding-box-corners.svg
2429
share/icons/breeze-dark/actions/22/snap-bounding-box-edges.svg
2565
share/icons/breeze-dark/actions/22/snap-bounding-box-edges.svg
Lines 2446-2457 Link Here
2446
share/icons/breeze-dark/actions/22/sort-presence.svg
2582
share/icons/breeze-dark/actions/22/sort-presence.svg
2447
share/icons/breeze-dark/actions/22/sort_incr.svg
2583
share/icons/breeze-dark/actions/22/sort_incr.svg
2448
share/icons/breeze-dark/actions/22/speaker.svg
2584
share/icons/breeze-dark/actions/22/speaker.svg
2585
share/icons/breeze-dark/actions/22/special_paste.svg
2449
share/icons/breeze-dark/actions/22/specific-setup.svg
2586
share/icons/breeze-dark/actions/22/specific-setup.svg
2450
share/icons/breeze-dark/actions/22/speedometer.svg
2587
share/icons/breeze-dark/actions/22/speedometer.svg
2588
share/icons/breeze-dark/actions/22/spiral-shape.svg
2451
share/icons/breeze-dark/actions/22/split.svg
2589
share/icons/breeze-dark/actions/22/split.svg
2590
share/icons/breeze-dark/actions/22/spreadsheetshape.svg
2452
share/icons/breeze-dark/actions/22/standard-connector.svg
2591
share/icons/breeze-dark/actions/22/standard-connector.svg
2592
share/icons/breeze-dark/actions/22/star-shape.svg
2453
share/icons/breeze-dark/actions/22/start-over.svg
2593
share/icons/breeze-dark/actions/22/start-over.svg
2454
share/icons/breeze-dark/actions/22/state-fork.svg
2594
share/icons/breeze-dark/actions/22/state-fork.svg
2595
share/icons/breeze-dark/actions/22/stateshape.svg
2596
share/icons/breeze-dark/actions/22/statetool.svg
2455
share/icons/breeze-dark/actions/22/step_object_Anchor.svg
2597
share/icons/breeze-dark/actions/22/step_object_Anchor.svg
2456
share/icons/breeze-dark/actions/22/step_object_Box.svg
2598
share/icons/breeze-dark/actions/22/step_object_Box.svg
2457
share/icons/breeze-dark/actions/22/step_object_ChargedParticle.svg
2599
share/icons/breeze-dark/actions/22/step_object_ChargedParticle.svg
Lines 2489-2497 Link Here
2489
share/icons/breeze-dark/actions/22/subsystem.svg
2631
share/icons/breeze-dark/actions/22/subsystem.svg
2490
share/icons/breeze-dark/actions/22/svn-commit.svg
2632
share/icons/breeze-dark/actions/22/svn-commit.svg
2491
share/icons/breeze-dark/actions/22/svn-update.svg
2633
share/icons/breeze-dark/actions/22/svn-update.svg
2634
share/icons/breeze-dark/actions/22/system-lock-screen.svg
2635
share/icons/breeze-dark/actions/22/system-log-out.svg
2636
share/icons/breeze-dark/actions/22/system-reboot.svg
2492
share/icons/breeze-dark/actions/22/system-run.svg
2637
share/icons/breeze-dark/actions/22/system-run.svg
2638
share/icons/breeze-dark/actions/22/system-save-session.svg
2493
share/icons/breeze-dark/actions/22/system-search.svg
2639
share/icons/breeze-dark/actions/22/system-search.svg
2640
share/icons/breeze-dark/actions/22/system-shutdown.svg
2641
share/icons/breeze-dark/actions/22/system-suspend-hibernate.svg
2642
share/icons/breeze-dark/actions/22/system-suspend.svg
2643
share/icons/breeze-dark/actions/22/system-switch-user.svg
2494
share/icons/breeze-dark/actions/22/system-upgrade.svg
2644
share/icons/breeze-dark/actions/22/system-upgrade.svg
2645
share/icons/breeze-dark/actions/22/system-users.svg
2495
share/icons/breeze-dark/actions/22/tab-close-other.svg
2646
share/icons/breeze-dark/actions/22/tab-close-other.svg
2496
share/icons/breeze-dark/actions/22/tab-close.svg
2647
share/icons/breeze-dark/actions/22/tab-close.svg
2497
share/icons/breeze-dark/actions/22/tab-detach.svg
2648
share/icons/breeze-dark/actions/22/tab-detach.svg
Lines 2531-2543 Link Here
2531
share/icons/breeze-dark/actions/22/text_vert_kern.svg
2682
share/icons/breeze-dark/actions/22/text_vert_kern.svg
2532
share/icons/breeze-dark/actions/22/text_word_spacing.svg
2683
share/icons/breeze-dark/actions/22/text_word_spacing.svg
2533
share/icons/breeze-dark/actions/22/texture.svg
2684
share/icons/breeze-dark/actions/22/texture.svg
2685
share/icons/breeze-dark/actions/22/timeline-extract.svg
2686
share/icons/breeze-dark/actions/22/timeline-insert.svg
2687
share/icons/breeze-dark/actions/22/timeline-lift.svg
2688
share/icons/breeze-dark/actions/22/timeline-overwrite.svg
2689
share/icons/breeze-dark/actions/22/timeline-use-zone-off.svg
2690
share/icons/breeze-dark/actions/22/timeline-use-zone-on.svg
2534
share/icons/breeze-dark/actions/22/tool-animator.svg
2691
share/icons/breeze-dark/actions/22/tool-animator.svg
2535
share/icons/breeze-dark/actions/22/tool-measure.svg
2692
share/icons/breeze-dark/actions/22/tool-measure.svg
2536
share/icons/breeze-dark/actions/22/tool-node-editor.svg
2693
share/icons/breeze-dark/actions/22/tool-node-editor.svg
2537
share/icons/breeze-dark/actions/22/tool-pointer.svg
2694
share/icons/breeze-dark/actions/22/tool-pointer.svg
2538
share/icons/breeze-dark/actions/22/tool-spray.svg
2695
share/icons/breeze-dark/actions/22/tool-spray.svg
2696
share/icons/breeze-dark/actions/22/tool-text.svg
2539
share/icons/breeze-dark/actions/22/tool-tweak.svg
2697
share/icons/breeze-dark/actions/22/tool-tweak.svg
2540
share/icons/breeze-dark/actions/22/tool_brush.svg
2698
share/icons/breeze-dark/actions/22/tool_brush.svg
2699
share/icons/breeze-dark/actions/22/tool_cellformatting.svg
2541
share/icons/breeze-dark/actions/22/tool_color_eraser.svg
2700
share/icons/breeze-dark/actions/22/tool_color_eraser.svg
2542
share/icons/breeze-dark/actions/22/tool_color_picker.svg
2701
share/icons/breeze-dark/actions/22/tool_color_picker.svg
2543
share/icons/breeze-dark/actions/22/tool_curve.svg
2702
share/icons/breeze-dark/actions/22/tool_curve.svg
Lines 2546-2557 Link Here
2546
share/icons/breeze-dark/actions/22/tool_eraser.svg
2705
share/icons/breeze-dark/actions/22/tool_eraser.svg
2547
share/icons/breeze-dark/actions/22/tool_flood_fill.svg
2706
share/icons/breeze-dark/actions/22/tool_flood_fill.svg
2548
share/icons/breeze-dark/actions/22/tool_free_form_selection.svg
2707
share/icons/breeze-dark/actions/22/tool_free_form_selection.svg
2708
share/icons/breeze-dark/actions/22/tool_imageeffects.svg
2549
share/icons/breeze-dark/actions/22/tool_line.svg
2709
share/icons/breeze-dark/actions/22/tool_line.svg
2710
share/icons/breeze-dark/actions/22/tool_pagelayout.svg
2550
share/icons/breeze-dark/actions/22/tool_pen.svg
2711
share/icons/breeze-dark/actions/22/tool_pen.svg
2551
share/icons/breeze-dark/actions/22/tool_polygon.svg
2712
share/icons/breeze-dark/actions/22/tool_polygon.svg
2552
share/icons/breeze-dark/actions/22/tool_polyline.svg
2713
share/icons/breeze-dark/actions/22/tool_polyline.svg
2553
share/icons/breeze-dark/actions/22/tool_rect_selection.svg
2714
share/icons/breeze-dark/actions/22/tool_rect_selection.svg
2554
share/icons/breeze-dark/actions/22/tool_rectangle.svg
2715
share/icons/breeze-dark/actions/22/tool_rectangle.svg
2716
share/icons/breeze-dark/actions/22/tool_references.svg
2717
share/icons/breeze-dark/actions/22/tool_review.svg
2555
share/icons/breeze-dark/actions/22/tool_rounded_rectangle.svg
2718
share/icons/breeze-dark/actions/22/tool_rounded_rectangle.svg
2556
share/icons/breeze-dark/actions/22/tool_spraycan.svg
2719
share/icons/breeze-dark/actions/22/tool_spraycan.svg
2557
share/icons/breeze-dark/actions/22/tool_text.svg
2720
share/icons/breeze-dark/actions/22/tool_text.svg
Lines 2701-2706 Link Here
2701
share/icons/breeze-dark/actions/22/view-sidetree.svg
2864
share/icons/breeze-dark/actions/22/view-sidetree.svg
2702
share/icons/breeze-dark/actions/22/view-sort-ascending.svg
2865
share/icons/breeze-dark/actions/22/view-sort-ascending.svg
2703
share/icons/breeze-dark/actions/22/view-sort-descending.svg
2866
share/icons/breeze-dark/actions/22/view-sort-descending.svg
2867
share/icons/breeze-dark/actions/22/view-split-effect.svg
2704
share/icons/breeze-dark/actions/22/view-split-left-right.svg
2868
share/icons/breeze-dark/actions/22/view-split-left-right.svg
2705
share/icons/breeze-dark/actions/22/view-split-top-bottom.svg
2869
share/icons/breeze-dark/actions/22/view-split-top-bottom.svg
2706
share/icons/breeze-dark/actions/22/view-statistics.svg
2870
share/icons/breeze-dark/actions/22/view-statistics.svg
Lines 2718-2732 Link Here
2718
share/icons/breeze-dark/actions/22/view-time-schedule-edit.svg
2882
share/icons/breeze-dark/actions/22/view-time-schedule-edit.svg
2719
share/icons/breeze-dark/actions/22/view-time-schedule-insert.svg
2883
share/icons/breeze-dark/actions/22/view-time-schedule-insert.svg
2720
share/icons/breeze-dark/actions/22/view-time-schedule.svg
2884
share/icons/breeze-dark/actions/22/view-time-schedule.svg
2885
share/icons/breeze-dark/actions/22/view-unsplit-effect.svg
2721
share/icons/breeze-dark/actions/22/view-web-browser-dom-tree.svg
2886
share/icons/breeze-dark/actions/22/view-web-browser-dom-tree.svg
2722
share/icons/breeze-dark/actions/22/view_fit_to_page.svg
2887
share/icons/breeze-dark/actions/22/view_fit_to_page.svg
2723
share/icons/breeze-dark/actions/22/viewimage.svg
2888
share/icons/breeze-dark/actions/22/viewimage.svg
2724
share/icons/breeze-dark/actions/22/visibility.svg
2889
share/icons/breeze-dark/actions/22/visibility.svg
2890
share/icons/breeze-dark/actions/22/wallet-closed.svg
2891
share/icons/breeze-dark/actions/22/wallet-open.svg
2725
share/icons/breeze-dark/actions/22/whitebalance.svg
2892
share/icons/breeze-dark/actions/22/whitebalance.svg
2726
share/icons/breeze-dark/actions/22/window-close.svg
2893
share/icons/breeze-dark/actions/22/window-close.svg
2727
share/icons/breeze-dark/actions/22/window-duplicate.svg
2894
share/icons/breeze-dark/actions/22/window-duplicate.svg
2728
share/icons/breeze-dark/actions/22/window-new.svg
2895
share/icons/breeze-dark/actions/22/window-new.svg
2729
share/icons/breeze-dark/actions/22/window.svg
2896
share/icons/breeze-dark/actions/22/window.svg
2897
share/icons/breeze-dark/actions/22/x-clementine-album.svg
2898
share/icons/breeze-dark/actions/22/x-clementine-albums.svg
2899
share/icons/breeze-dark/actions/22/x-clementine-artist.svg
2730
share/icons/breeze-dark/actions/22/x-clementine-shuffle.svg
2900
share/icons/breeze-dark/actions/22/x-clementine-shuffle.svg
2731
share/icons/breeze-dark/actions/22/x-shape-connection.svg
2901
share/icons/breeze-dark/actions/22/x-shape-connection.svg
2732
share/icons/breeze-dark/actions/22/x-shape-formula.svg
2902
share/icons/breeze-dark/actions/22/x-shape-formula.svg
Lines 2737-2742 Link Here
2737
share/icons/breeze-dark/actions/22/xml-node-delete.svg
2907
share/icons/breeze-dark/actions/22/xml-node-delete.svg
2738
share/icons/breeze-dark/actions/22/xml-node-duplicate.svg
2908
share/icons/breeze-dark/actions/22/xml-node-duplicate.svg
2739
share/icons/breeze-dark/actions/22/xml-text-new.svg
2909
share/icons/breeze-dark/actions/22/xml-text-new.svg
2910
share/icons/breeze-dark/actions/22/zone-in.svg
2911
share/icons/breeze-dark/actions/22/zone-out.svg
2740
share/icons/breeze-dark/actions/22/zoom-1-to-2.svg
2912
share/icons/breeze-dark/actions/22/zoom-1-to-2.svg
2741
share/icons/breeze-dark/actions/22/zoom-2-to-1.svg
2913
share/icons/breeze-dark/actions/22/zoom-2-to-1.svg
2742
share/icons/breeze-dark/actions/22/zoom-draw.svg
2914
share/icons/breeze-dark/actions/22/zoom-draw.svg
Lines 3418-3423 Link Here
3418
share/icons/breeze-dark/actions/24/run-clean.svg
3590
share/icons/breeze-dark/actions/24/run-clean.svg
3419
share/icons/breeze-dark/actions/24/run-install.svg
3591
share/icons/breeze-dark/actions/24/run-install.svg
3420
share/icons/breeze-dark/actions/24/select-rectangular.svg
3592
share/icons/breeze-dark/actions/24/select-rectangular.svg
3593
share/icons/breeze-dark/actions/24/select.svg
3421
share/icons/breeze-dark/actions/24/services.svg
3594
share/icons/breeze-dark/actions/24/services.svg
3422
share/icons/breeze-dark/actions/24/shapes.svg
3595
share/icons/breeze-dark/actions/24/shapes.svg
3423
share/icons/breeze-dark/actions/24/sharpenimage.svg
3596
share/icons/breeze-dark/actions/24/sharpenimage.svg
Lines 3691-3698 Link Here
3691
share/icons/breeze-dark/actions/32/archive-insert-directory.svg
3864
share/icons/breeze-dark/actions/32/archive-insert-directory.svg
3692
share/icons/breeze-dark/actions/32/archive-insert.svg
3865
share/icons/breeze-dark/actions/32/archive-insert.svg
3693
share/icons/breeze-dark/actions/32/archive-remove.svg
3866
share/icons/breeze-dark/actions/32/archive-remove.svg
3867
share/icons/breeze-dark/actions/32/arrow-down-double.svg
3868
share/icons/breeze-dark/actions/32/arrow-down.svg
3694
share/icons/breeze-dark/actions/32/arrow-left-double.svg
3869
share/icons/breeze-dark/actions/32/arrow-left-double.svg
3870
share/icons/breeze-dark/actions/32/arrow-left.svg
3695
share/icons/breeze-dark/actions/32/arrow-right-double.svg
3871
share/icons/breeze-dark/actions/32/arrow-right-double.svg
3872
share/icons/breeze-dark/actions/32/arrow-right.svg
3873
share/icons/breeze-dark/actions/32/arrow-up-double.svg
3874
share/icons/breeze-dark/actions/32/arrow-up.svg
3875
share/icons/breeze-dark/actions/32/arrow.svg
3696
share/icons/breeze-dark/actions/32/autocorrection.svg
3876
share/icons/breeze-dark/actions/32/autocorrection.svg
3697
share/icons/breeze-dark/actions/32/blurimage.svg
3877
share/icons/breeze-dark/actions/32/blurimage.svg
3698
share/icons/breeze-dark/actions/32/bookmark-new.svg
3878
share/icons/breeze-dark/actions/32/bookmark-new.svg
Lines 3712-3717 Link Here
3712
share/icons/breeze-dark/actions/32/compass.svg
3892
share/icons/breeze-dark/actions/32/compass.svg
3713
share/icons/breeze-dark/actions/32/configure-shortcuts.svg
3893
share/icons/breeze-dark/actions/32/configure-shortcuts.svg
3714
share/icons/breeze-dark/actions/32/configure.svg
3894
share/icons/breeze-dark/actions/32/configure.svg
3895
share/icons/breeze-dark/actions/32/cursor-arrow.svg
3715
share/icons/breeze-dark/actions/32/dialog-cancel.svg
3896
share/icons/breeze-dark/actions/32/dialog-cancel.svg
3716
share/icons/breeze-dark/actions/32/dialog-messages.svg
3897
share/icons/breeze-dark/actions/32/dialog-messages.svg
3717
share/icons/breeze-dark/actions/32/dialog-ok-apply.svg
3898
share/icons/breeze-dark/actions/32/dialog-ok-apply.svg
Lines 3740-3759 Link Here
3740
share/icons/breeze-dark/actions/32/document-save-as.svg
3921
share/icons/breeze-dark/actions/32/document-save-as.svg
3741
share/icons/breeze-dark/actions/32/document-save.svg
3922
share/icons/breeze-dark/actions/32/document-save.svg
3742
share/icons/breeze-dark/actions/32/document-share.svg
3923
share/icons/breeze-dark/actions/32/document-share.svg
3924
share/icons/breeze-dark/actions/32/draw-arrow-back.svg
3925
share/icons/breeze-dark/actions/32/draw-arrow-down.svg
3926
share/icons/breeze-dark/actions/32/draw-arrow-forward.svg
3927
share/icons/breeze-dark/actions/32/draw-arrow-up.svg
3743
share/icons/breeze-dark/actions/32/edit-delete.svg
3928
share/icons/breeze-dark/actions/32/edit-delete.svg
3744
share/icons/breeze-dark/actions/32/edit-redo.svg
3929
share/icons/breeze-dark/actions/32/edit-redo.svg
3930
share/icons/breeze-dark/actions/32/edit-select.svg
3745
share/icons/breeze-dark/actions/32/edit-undo.svg
3931
share/icons/breeze-dark/actions/32/edit-undo.svg
3746
share/icons/breeze-dark/actions/32/editor.svg
3932
share/icons/breeze-dark/actions/32/editor.svg
3933
share/icons/breeze-dark/actions/32/file-zoom-in.svg
3934
share/icons/breeze-dark/actions/32/file-zoom-out.svg
3747
share/icons/breeze-dark/actions/32/flash.svg
3935
share/icons/breeze-dark/actions/32/flash.svg
3748
share/icons/breeze-dark/actions/32/folder-new.svg
3936
share/icons/breeze-dark/actions/32/folder-new.svg
3749
share/icons/breeze-dark/actions/32/folder-sync.svg
3937
share/icons/breeze-dark/actions/32/folder-sync.svg
3750
share/icons/breeze-dark/actions/32/format-stroke-color.svg
3938
share/icons/breeze-dark/actions/32/format-stroke-color.svg
3751
share/icons/breeze-dark/actions/32/games-config-options.svg
3939
share/icons/breeze-dark/actions/32/games-config-options.svg
3940
share/icons/breeze-dark/actions/32/go-bottom.svg
3941
share/icons/breeze-dark/actions/32/go-down.svg
3942
share/icons/breeze-dark/actions/32/go-first.svg
3943
share/icons/breeze-dark/actions/32/go-jump.svg
3944
share/icons/breeze-dark/actions/32/go-last.svg
3945
share/icons/breeze-dark/actions/32/go-next.svg
3752
share/icons/breeze-dark/actions/32/go-parent-folder.svg
3946
share/icons/breeze-dark/actions/32/go-parent-folder.svg
3947
share/icons/breeze-dark/actions/32/go-previous.svg
3948
share/icons/breeze-dark/actions/32/go-top.svg
3949
share/icons/breeze-dark/actions/32/go-up.svg
3753
share/icons/breeze-dark/actions/32/help-about.svg
3950
share/icons/breeze-dark/actions/32/help-about.svg
3754
share/icons/breeze-dark/actions/32/help-donate.svg
3951
share/icons/breeze-dark/actions/32/help-donate.svg
3755
share/icons/breeze-dark/actions/32/help-keybord-shortcuts.svg
3952
share/icons/breeze-dark/actions/32/help-keybord-shortcuts.svg
3756
share/icons/breeze-dark/actions/32/help-whatsthis.svg
3953
share/icons/breeze-dark/actions/32/help-whatsthis.svg
3954
share/icons/breeze-dark/actions/32/kdenlive-zoom-large.svg
3955
share/icons/breeze-dark/actions/32/kdenlive-zoom-small.svg
3956
share/icons/breeze-dark/actions/32/labplot-cursor-arrow.svg
3957
share/icons/breeze-dark/actions/32/labplot-zoom-in-x.svg
3958
share/icons/breeze-dark/actions/32/labplot-zoom-in-y.svg
3959
share/icons/breeze-dark/actions/32/labplot-zoom-out-x.svg
3960
share/icons/breeze-dark/actions/32/labplot-zoom-out-y.svg
3961
share/icons/breeze-dark/actions/32/labplot-zoom-select-x.svg
3962
share/icons/breeze-dark/actions/32/labplot-zoom-select-y.svg
3963
share/icons/breeze-dark/actions/32/labplot-zoom-select.svg
3964
share/icons/breeze-dark/actions/32/mail-attachment.svg
3965
share/icons/breeze-dark/actions/32/mail-deleted.svg
3966
share/icons/breeze-dark/actions/32/mail-encrypted-full.svg
3967
share/icons/breeze-dark/actions/32/mail-encrypted-part.svg
3968
share/icons/breeze-dark/actions/32/mail-encrypted.svg
3969
share/icons/breeze-dark/actions/32/mail-flag.svg
3970
share/icons/breeze-dark/actions/32/mail-forward.svg
3971
share/icons/breeze-dark/actions/32/mail-forwarded-replied.svg
3972
share/icons/breeze-dark/actions/32/mail-forwarded.svg
3973
share/icons/breeze-dark/actions/32/mail-invitation.svg
3974
share/icons/breeze-dark/actions/32/mail-mark-important.svg
3975
share/icons/breeze-dark/actions/32/mail-mark-junk.svg
3976
share/icons/breeze-dark/actions/32/mail-mark-notjunk.svg
3977
share/icons/breeze-dark/actions/32/mail-mark-read.svg
3978
share/icons/breeze-dark/actions/32/mail-mark-unread-new.svg
3979
share/icons/breeze-dark/actions/32/mail-mark-unread.svg
3980
share/icons/breeze-dark/actions/32/mail-meeting-request-reply.svg
3981
share/icons/breeze-dark/actions/32/mail-message-new-list.svg
3982
share/icons/breeze-dark/actions/32/mail-message-new.svg
3983
share/icons/breeze-dark/actions/32/mail-message.svg
3984
share/icons/breeze-dark/actions/32/mail-queue.svg
3985
share/icons/breeze-dark/actions/32/mail-queued.svg
3986
share/icons/breeze-dark/actions/32/mail-read.svg
3987
share/icons/breeze-dark/actions/32/mail-replied.svg
3988
share/icons/breeze-dark/actions/32/mail-reply-all.svg
3989
share/icons/breeze-dark/actions/32/mail-reply-custom-all.svg
3990
share/icons/breeze-dark/actions/32/mail-reply-custom.svg
3991
share/icons/breeze-dark/actions/32/mail-reply-list.svg
3992
share/icons/breeze-dark/actions/32/mail-reply-sender.svg
3993
share/icons/breeze-dark/actions/32/mail-send.svg
3994
share/icons/breeze-dark/actions/32/mail-sent.svg
3995
share/icons/breeze-dark/actions/32/mail-signature-unknown.svg
3996
share/icons/breeze-dark/actions/32/mail-signed-full.svg
3997
share/icons/breeze-dark/actions/32/mail-signed-fully.svg
3998
share/icons/breeze-dark/actions/32/mail-signed-part.svg
3999
share/icons/breeze-dark/actions/32/mail-signed-verified.svg
4000
share/icons/breeze-dark/actions/32/mail-signed.svg
4001
share/icons/breeze-dark/actions/32/mail-tagged.svg
4002
share/icons/breeze-dark/actions/32/mail-thread-watch.svg
4003
share/icons/breeze-dark/actions/32/mail-unread-new.svg
4004
share/icons/breeze-dark/actions/32/mail-unread.svg
3757
share/icons/breeze-dark/actions/32/media-eject.svg
4005
share/icons/breeze-dark/actions/32/media-eject.svg
3758
share/icons/breeze-dark/actions/32/media-playback-pause.svg
4006
share/icons/breeze-dark/actions/32/media-playback-pause.svg
3759
share/icons/breeze-dark/actions/32/media-playback-start.svg
4007
share/icons/breeze-dark/actions/32/media-playback-start.svg
Lines 3770-3778 Link Here
3770
share/icons/breeze-dark/actions/32/object-order-front.svg
4018
share/icons/breeze-dark/actions/32/object-order-front.svg
3771
share/icons/breeze-dark/actions/32/object-order-lower.svg
4019
share/icons/breeze-dark/actions/32/object-order-lower.svg
3772
share/icons/breeze-dark/actions/32/object-order-raise.svg
4020
share/icons/breeze-dark/actions/32/object-order-raise.svg
4021
share/icons/breeze-dark/actions/32/page-zoom.svg
3773
share/icons/breeze-dark/actions/32/percent.svg
4022
share/icons/breeze-dark/actions/32/percent.svg
3774
share/icons/breeze-dark/actions/32/qa.svg
4023
share/icons/breeze-dark/actions/32/qa.svg
4024
share/icons/breeze-dark/actions/32/select.svg
4025
share/icons/breeze-dark/actions/32/system-lock-screen.svg
4026
share/icons/breeze-dark/actions/32/system-log-out.svg
4027
share/icons/breeze-dark/actions/32/system-reboot.svg
4028
share/icons/breeze-dark/actions/32/system-save-session.svg
4029
share/icons/breeze-dark/actions/32/system-shutdown.svg
4030
share/icons/breeze-dark/actions/32/system-suspend-hibernate.svg
4031
share/icons/breeze-dark/actions/32/system-suspend.svg
4032
share/icons/breeze-dark/actions/32/system-switch-user.svg
4033
share/icons/breeze-dark/actions/32/system-users.svg
3775
share/icons/breeze-dark/actions/32/taxes-finances.svg
4034
share/icons/breeze-dark/actions/32/taxes-finances.svg
4035
share/icons/breeze-dark/actions/32/tool-pointer.svg
3776
share/icons/breeze-dark/actions/32/view-filter.svg
4036
share/icons/breeze-dark/actions/32/view-filter.svg
3777
share/icons/breeze-dark/actions/32/view-group.svg
4037
share/icons/breeze-dark/actions/32/view-group.svg
3778
share/icons/breeze-dark/actions/32/view-left-close.svg
4038
share/icons/breeze-dark/actions/32/view-left-close.svg
Lines 3787-3792 Link Here
3787
share/icons/breeze-dark/actions/32/view-sort-ascending.svg
4047
share/icons/breeze-dark/actions/32/view-sort-ascending.svg
3788
share/icons/breeze-dark/actions/32/view-sort-descending.svg
4048
share/icons/breeze-dark/actions/32/view-sort-descending.svg
3789
share/icons/breeze-dark/actions/32/window-close.svg
4049
share/icons/breeze-dark/actions/32/window-close.svg
4050
share/icons/breeze-dark/actions/32/zoom-1-to-2.svg
4051
share/icons/breeze-dark/actions/32/zoom-2-to-1.svg
4052
share/icons/breeze-dark/actions/32/zoom-draw.svg
4053
share/icons/breeze-dark/actions/32/zoom-fit-best.svg
4054
share/icons/breeze-dark/actions/32/zoom-fit-height.svg
4055
share/icons/breeze-dark/actions/32/zoom-fit-selection.svg
4056
share/icons/breeze-dark/actions/32/zoom-fit-width.svg
4057
share/icons/breeze-dark/actions/32/zoom-in-large.svg
4058
share/icons/breeze-dark/actions/32/zoom-in.svg
4059
share/icons/breeze-dark/actions/32/zoom-next.svg
4060
share/icons/breeze-dark/actions/32/zoom-original.svg
4061
share/icons/breeze-dark/actions/32/zoom-out-large.svg
4062
share/icons/breeze-dark/actions/32/zoom-out.svg
4063
share/icons/breeze-dark/actions/32/zoom-previous.svg
4064
share/icons/breeze-dark/actions/32/zoom-select-fit.svg
4065
share/icons/breeze-dark/actions/32/zoom-select-x.svg
4066
share/icons/breeze-dark/actions/32/zoom-select-y.svg
4067
share/icons/breeze-dark/actions/32/zoom-select.svg
4068
share/icons/breeze-dark/actions/32/zoom.svg
4069
share/icons/breeze-dark/actions/symbolic/action-unavailable-symbolic.svg
4070
share/icons/breeze-dark/actions/symbolic/address-book-new-symbolic.svg
4071
share/icons/breeze-dark/actions/symbolic/application-exit-symbolic.svg
4072
share/icons/breeze-dark/actions/symbolic/appointment-new-symbolic.svg
4073
share/icons/breeze-dark/actions/symbolic/bookmark-add-symbolic.svg
4074
share/icons/breeze-dark/actions/symbolic/bookmark-new-symbolic.svg
4075
share/icons/breeze-dark/actions/symbolic/call-end-symbolic.svg
4076
share/icons/breeze-dark/actions/symbolic/call-start-symbolic.svg
4077
share/icons/breeze-dark/actions/symbolic/call-stop-symbolic.svg
4078
share/icons/breeze-dark/actions/symbolic/change-date-symbolic.svg
4079
share/icons/breeze-dark/actions/symbolic/color-profile.svg
4080
share/icons/breeze-dark/actions/symbolic/color-select-symbolic.svg
4081
share/icons/breeze-dark/actions/symbolic/comment-symbolic.svg
4082
share/icons/breeze-dark/actions/symbolic/contact-new-symbolic.svg
4083
share/icons/breeze-dark/actions/symbolic/content-loading-symbolic.svg
4084
share/icons/breeze-dark/actions/symbolic/document-edit-symbolic.svg
4085
share/icons/breeze-dark/actions/symbolic/document-new-symbolic.svg
4086
share/icons/breeze-dark/actions/symbolic/document-open-recent-symbolic.svg
4087
share/icons/breeze-dark/actions/symbolic/document-open-symbolic.svg
4088
share/icons/breeze-dark/actions/symbolic/document-page-setup-symbolic.svg
4089
share/icons/breeze-dark/actions/symbolic/document-print-preview-symbolic.svg
4090
share/icons/breeze-dark/actions/symbolic/document-print-symbolic.svg
4091
share/icons/breeze-dark/actions/symbolic/document-properties-symbolic.svg
4092
share/icons/breeze-dark/actions/symbolic/document-revert-symbolic-rtl.svg
4093
share/icons/breeze-dark/actions/symbolic/document-revert-symbolic.svg
4094
share/icons/breeze-dark/actions/symbolic/document-save-as-symbolic.svg
4095
share/icons/breeze-dark/actions/symbolic/document-save-symbolic.svg
4096
share/icons/breeze-dark/actions/symbolic/document-send-symbolic.svg
4097
share/icons/breeze-dark/actions/symbolic/edit-clear-all-symbolic.svg
4098
share/icons/breeze-dark/actions/symbolic/edit-clear-rtl-symbolic.svg
4099
share/icons/breeze-dark/actions/symbolic/edit-clear-symbolic-rtl.svg
4100
share/icons/breeze-dark/actions/symbolic/edit-clear-symbolic.svg
4101
share/icons/breeze-dark/actions/symbolic/edit-copy-symbolic.svg
4102
share/icons/breeze-dark/actions/symbolic/edit-cut-symbolic.svg
4103
share/icons/breeze-dark/actions/symbolic/edit-delete-symbolic.svg
4104
share/icons/breeze-dark/actions/symbolic/edit-find-replace-symbolic.svg
4105
share/icons/breeze-dark/actions/symbolic/edit-find-symbolic.svg
4106
share/icons/breeze-dark/actions/symbolic/edit-paste-symbolic.svg
4107
share/icons/breeze-dark/actions/symbolic/edit-redo-rtl-symbolic.svg
4108
share/icons/breeze-dark/actions/symbolic/edit-redo-symbolic-rtl.svg
4109
share/icons/breeze-dark/actions/symbolic/edit-redo-symbolic.svg
4110
share/icons/breeze-dark/actions/symbolic/edit-select-all-symbolic.svg
4111
share/icons/breeze-dark/actions/symbolic/edit-select-symbolic.svg
4112
share/icons/breeze-dark/actions/symbolic/edit-symbolic.svg
4113
share/icons/breeze-dark/actions/symbolic/edit-undo-rtl-symbolic.svg
4114
share/icons/breeze-dark/actions/symbolic/edit-undo-symbolic-rtl.svg
4115
share/icons/breeze-dark/actions/symbolic/edit-undo-symbolic.svg
4116
share/icons/breeze-dark/actions/symbolic/export-symbolic.svg
4117
share/icons/breeze-dark/actions/symbolic/extension-symbolic.svg
4118
share/icons/breeze-dark/actions/symbolic/file-catalog-symbolic.svg
4119
share/icons/breeze-dark/actions/symbolic/file-library-symbolic.svg
4120
share/icons/breeze-dark/actions/symbolic/file-search-symbolic.svg
4121
share/icons/breeze-dark/actions/symbolic/filter-symbolic.svg
4122
share/icons/breeze-dark/actions/symbolic/find-location-symbolic.svg
4123
share/icons/breeze-dark/actions/symbolic/folder-new-symbolic.svg
4124
share/icons/breeze-dark/actions/symbolic/font-select-symbolic.svg
4125
share/icons/breeze-dark/actions/symbolic/format-indent-less-rtl-symbolic.svg
4126
share/icons/breeze-dark/actions/symbolic/format-indent-less-symbolic-rtl.svg
4127
share/icons/breeze-dark/actions/symbolic/format-indent-less-symbolic.svg
4128
share/icons/breeze-dark/actions/symbolic/format-indent-more-rtl-symbolic.svg
4129
share/icons/breeze-dark/actions/symbolic/format-indent-more-symbolic-rtl.svg
4130
share/icons/breeze-dark/actions/symbolic/format-indent-more-symbolic.svg
4131
share/icons/breeze-dark/actions/symbolic/format-justify-center-symbolic.svg
4132
share/icons/breeze-dark/actions/symbolic/format-justify-fill-symbolic.svg
4133
share/icons/breeze-dark/actions/symbolic/format-justify-left-symbolic.svg
4134
share/icons/breeze-dark/actions/symbolic/format-justify-right-symbolic.svg
4135
share/icons/breeze-dark/actions/symbolic/format-text-bold-symbolic.svg
4136
share/icons/breeze-dark/actions/symbolic/format-text-direction-ltr-symbolic.svg
4137
share/icons/breeze-dark/actions/symbolic/format-text-direction-rtl-symbolic.svg
4138
share/icons/breeze-dark/actions/symbolic/format-text-direction-symbolic-rtl.svg
4139
share/icons/breeze-dark/actions/symbolic/format-text-direction-symbolic.svg
4140
share/icons/breeze-dark/actions/symbolic/format-text-italic-symbolic.svg
4141
share/icons/breeze-dark/actions/symbolic/format-text-strikethrough-symbolic.svg
4142
share/icons/breeze-dark/actions/symbolic/format-text-underline-symbolic.svg
4143
share/icons/breeze-dark/actions/symbolic/go-bottom-symbolic.svg
4144
share/icons/breeze-dark/actions/symbolic/go-down-symbolic.svg
4145
share/icons/breeze-dark/actions/symbolic/go-first-rtl-symbolic.svg
4146
share/icons/breeze-dark/actions/symbolic/go-first-symbolic-rtl.svg
4147
share/icons/breeze-dark/actions/symbolic/go-first-symbolic.svg
4148
share/icons/breeze-dark/actions/symbolic/go-home-symbolic.svg
4149
share/icons/breeze-dark/actions/symbolic/go-jump-rtl-symbolic.svg
4150
share/icons/breeze-dark/actions/symbolic/go-jump-symbolic.svg
4151
share/icons/breeze-dark/actions/symbolic/go-last-rtl-symbolic.svg
4152
share/icons/breeze-dark/actions/symbolic/go-last-symbolic-rtl.svg
4153
share/icons/breeze-dark/actions/symbolic/go-last-symbolic.svg
4154
share/icons/breeze-dark/actions/symbolic/go-next-rtl-symbolic.svg
4155
share/icons/breeze-dark/actions/symbolic/go-next-symbolic-rtl.svg
4156
share/icons/breeze-dark/actions/symbolic/go-next-symbolic.svg
4157
share/icons/breeze-dark/actions/symbolic/go-previous-rtl-symbolic.svg
4158
share/icons/breeze-dark/actions/symbolic/go-previous-symbolic-rtl.svg
4159
share/icons/breeze-dark/actions/symbolic/go-previous-symbolic.svg
4160
share/icons/breeze-dark/actions/symbolic/go-top-symbolic.svg
4161
share/icons/breeze-dark/actions/symbolic/go-up-symbolic.svg
4162
share/icons/breeze-dark/actions/symbolic/help-about-symbolic.svg
4163
share/icons/breeze-dark/actions/symbolic/histogram-symbolic.svg
4164
share/icons/breeze-dark/actions/symbolic/image-crop-symbolic.svg
4165
share/icons/breeze-dark/actions/symbolic/image-flip-horizontal-symbolic.svg
4166
share/icons/breeze-dark/actions/symbolic/image-flip-vertical-symbolic.svg
4167
share/icons/breeze-dark/actions/symbolic/image-invert-symbolic.svg
4168
share/icons/breeze-dark/actions/symbolic/image-navigator-symbolic.svg
4169
share/icons/breeze-dark/actions/symbolic/image-red-eye-symbolic.svg
4170
share/icons/breeze-dark/actions/symbolic/image-resize-symbolic.svg
4171
share/icons/breeze-dark/actions/symbolic/image-rotate-left-symbolic.svg
4172
share/icons/breeze-dark/actions/symbolic/image-rotate-right-symbolic.svg
4173
share/icons/breeze-dark/actions/symbolic/image-rotate-symbolic.svg
4174
share/icons/breeze-dark/actions/symbolic/insert-image-symbolic.svg
4175
share/icons/breeze-dark/actions/symbolic/insert-link-symbolic.svg
4176
share/icons/breeze-dark/actions/symbolic/insert-text-symbolic.svg
4177
share/icons/breeze-dark/actions/symbolic/list-add-symbolic.svg
4178
share/icons/breeze-dark/actions/symbolic/list-remove-all-symbolic.svg
4179
share/icons/breeze-dark/actions/symbolic/list-remove-symbolic.svg
4180
share/icons/breeze-dark/actions/symbolic/mail-mark-important-symbolic.svg
4181
share/icons/breeze-dark/actions/symbolic/mail-send-receive-symbolic.svg
4182
share/icons/breeze-dark/actions/symbolic/mail-send-symbolic.svg
4183
share/icons/breeze-dark/actions/symbolic/map-symbolic.svg
4184
share/icons/breeze-dark/actions/symbolic/mark-location-symbolic.svg
4185
share/icons/breeze-dark/actions/symbolic/media-eject-symbolic.svg
4186
share/icons/breeze-dark/actions/symbolic/media-playback-pause-symbolic.svg
4187
share/icons/breeze-dark/actions/symbolic/media-playback-start-rtl-symbolic.svg
4188
share/icons/breeze-dark/actions/symbolic/media-playback-start-symbolic-rtl.svg
4189
share/icons/breeze-dark/actions/symbolic/media-playback-start-symbolic.svg
4190
share/icons/breeze-dark/actions/symbolic/media-playback-stop-symbolic.svg
4191
share/icons/breeze-dark/actions/symbolic/media-record-symbolic.svg
4192
share/icons/breeze-dark/actions/symbolic/media-seek-backward-rtl-symbolic.svg
4193
share/icons/breeze-dark/actions/symbolic/media-seek-backward-symbolic-rtl.svg
4194
share/icons/breeze-dark/actions/symbolic/media-seek-backward-symbolic.svg
4195
share/icons/breeze-dark/actions/symbolic/media-seek-forward-rtl-symbolic.svg
4196
share/icons/breeze-dark/actions/symbolic/media-seek-forward-symbolic-rtl.svg
4197
share/icons/breeze-dark/actions/symbolic/media-seek-forward-symbolic.svg
4198
share/icons/breeze-dark/actions/symbolic/media-skip-backward-rtl-symbolic.svg
4199
share/icons/breeze-dark/actions/symbolic/media-skip-backward-symbolic-rtl.svg
4200
share/icons/breeze-dark/actions/symbolic/media-skip-backward-symbolic.svg
4201
share/icons/breeze-dark/actions/symbolic/media-skip-forward-rtl-symbolic.svg
4202
share/icons/breeze-dark/actions/symbolic/media-skip-forward-symbolic-rtl.svg
4203
share/icons/breeze-dark/actions/symbolic/media-skip-forward-symbolic.svg
4204
share/icons/breeze-dark/actions/symbolic/media-view-subtitles-symbolic.svg
4205
share/icons/breeze-dark/actions/symbolic/object-flip-horizontal-symbolic.svg
4206
share/icons/breeze-dark/actions/symbolic/object-flip-vertical-symbolic.svg
4207
share/icons/breeze-dark/actions/symbolic/object-rotate-left-symbolic.svg
4208
share/icons/breeze-dark/actions/symbolic/object-rotate-right-symbolic.svg
4209
share/icons/breeze-dark/actions/symbolic/object-select-symbolic.svg
4210
share/icons/breeze-dark/actions/symbolic/open-menu-symbolic.svg
4211
share/icons/breeze-dark/actions/symbolic/palette-symbolic.svg
4212
share/icons/breeze-dark/actions/symbolic/pan-down-symbolic.svg
4213
share/icons/breeze-dark/actions/symbolic/pan-end-symbolic-rtl.svg
4214
share/icons/breeze-dark/actions/symbolic/pan-end-symbolic.svg
4215
share/icons/breeze-dark/actions/symbolic/pan-start-symbolic-rtl.svg
4216
share/icons/breeze-dark/actions/symbolic/pan-start-symbolic.svg
4217
share/icons/breeze-dark/actions/symbolic/pan-up-symbolic.svg
4218
share/icons/breeze-dark/actions/symbolic/process-stop-symbolic.svg
4219
share/icons/breeze-dark/actions/symbolic/selection-end-symbolic-rtl.svg
4220
share/icons/breeze-dark/actions/symbolic/selection-end-symbolic.svg
4221
share/icons/breeze-dark/actions/symbolic/selection-start-symbolic-rtl.svg
4222
share/icons/breeze-dark/actions/symbolic/selection-start-symbolic.svg
4223
share/icons/breeze-dark/actions/symbolic/send-to-symbolic.svg
4224
share/icons/breeze-dark/actions/symbolic/special-effects-symbolic.svg
4225
share/icons/breeze-dark/actions/symbolic/star-new-symbolic.svg
4226
share/icons/breeze-dark/actions/symbolic/system-run-symbolic.svg
4227
share/icons/breeze-dark/actions/symbolic/system-search-symbolic.svg
4228
share/icons/breeze-dark/actions/symbolic/system-shutdown-symbolic.svg
4229
share/icons/breeze-dark/actions/symbolic/tab-new-symbolic.svg
4230
share/icons/breeze-dark/actions/symbolic/tag-symbolic.svg
4231
share/icons/breeze-dark/actions/symbolic/tools-check-spelling-symbolic.svg
4232
share/icons/breeze-dark/actions/symbolic/tools-symbolic.svg
4233
share/icons/breeze-dark/actions/symbolic/view-app-grid-symbolic.svg
4234
share/icons/breeze-dark/actions/symbolic/view-continuous-symbolic.svg
4235
share/icons/breeze-dark/actions/symbolic/view-dual-symbolic.svg
4236
share/icons/breeze-dark/actions/symbolic/view-fullscreen-symbolic.svg
4237
share/icons/breeze-dark/actions/symbolic/view-grid-symbolic.svg
4238
share/icons/breeze-dark/actions/symbolic/view-list-symbolic.svg
4239
share/icons/breeze-dark/actions/symbolic/view-more-horizontal-symbolic.svg
4240
share/icons/breeze-dark/actions/symbolic/view-more-symbolic.svg
4241
share/icons/breeze-dark/actions/symbolic/view-presentation-symbolic.svg
4242
share/icons/breeze-dark/actions/symbolic/view-refresh-symbolic.svg
4243
share/icons/breeze-dark/actions/symbolic/view-restore-symbolic.svg
4244
share/icons/breeze-dark/actions/symbolic/view-sort-ascending-symbolic.svg
4245
share/icons/breeze-dark/actions/symbolic/view-sort-descending-symbolic.svg
4246
share/icons/breeze-dark/actions/symbolic/view-zoom-fit-height-symbolic.svg
4247
share/icons/breeze-dark/actions/symbolic/view-zoom-fit-symbolic.svg
4248
share/icons/breeze-dark/actions/symbolic/view-zoom-fit-width-symbolic.svg
4249
share/icons/breeze-dark/actions/symbolic/view-zoom-in-symbolic.svg
4250
share/icons/breeze-dark/actions/symbolic/view-zoom-original-symbolic.svg
4251
share/icons/breeze-dark/actions/symbolic/view-zoom-out-symbolic.svg
4252
share/icons/breeze-dark/actions/symbolic/window-close-symbolic.svg
4253
share/icons/breeze-dark/actions/symbolic/window-maximize-symbolic.svg
4254
share/icons/breeze-dark/actions/symbolic/window-minimize-symbolic.svg
4255
share/icons/breeze-dark/actions/symbolic/window-restore-symbolic.svg
4256
share/icons/breeze-dark/actions/symbolic/zoom-fit-best-symbolic.svg
4257
share/icons/breeze-dark/actions/symbolic/zoom-in-symbolic.svg
4258
share/icons/breeze-dark/actions/symbolic/zoom-original-symbolic.svg
4259
share/icons/breeze-dark/actions/symbolic/zoom-out-symbolic.svg
3790
share/icons/breeze-dark/applets/128/user-ada-lovelace.svg
4260
share/icons/breeze-dark/applets/128/user-ada-lovelace.svg
3791
share/icons/breeze-dark/applets/128/user-alice-in-wonderland.svg
4261
share/icons/breeze-dark/applets/128/user-alice-in-wonderland.svg
3792
share/icons/breeze-dark/applets/128/user-grace-hopper.svg
4262
share/icons/breeze-dark/applets/128/user-grace-hopper.svg
Lines 3913-3920 Link Here
3913
share/icons/breeze-dark/apps/16/preferences-system-bluetooth.svg
4383
share/icons/breeze-dark/apps/16/preferences-system-bluetooth.svg
3914
share/icons/breeze-dark/apps/16/system-file-manager.svg
4384
share/icons/breeze-dark/apps/16/system-file-manager.svg
3915
share/icons/breeze-dark/apps/16/system-help.svg
4385
share/icons/breeze-dark/apps/16/system-help.svg
3916
share/icons/breeze-dark/apps/16/system-lock-screen.svg
3917
share/icons/breeze-dark/apps/16/system-log-out.svg
3918
share/icons/breeze-dark/apps/16/umbrello.svg
4386
share/icons/breeze-dark/apps/16/umbrello.svg
3919
share/icons/breeze-dark/apps/16/utilities-terminal.svg
4387
share/icons/breeze-dark/apps/16/utilities-terminal.svg
3920
share/icons/breeze-dark/apps/22/accessories-text-editor.svg
4388
share/icons/breeze-dark/apps/22/accessories-text-editor.svg
Lines 3941-3955 Link Here
3941
share/icons/breeze-dark/apps/22/preferences-plugin.svg
4409
share/icons/breeze-dark/apps/22/preferences-plugin.svg
3942
share/icons/breeze-dark/apps/22/system-file-manager.svg
4410
share/icons/breeze-dark/apps/22/system-file-manager.svg
3943
share/icons/breeze-dark/apps/22/system-help.svg
4411
share/icons/breeze-dark/apps/22/system-help.svg
3944
share/icons/breeze-dark/apps/22/system-lock-screen.svg
3945
share/icons/breeze-dark/apps/22/system-log-out.svg
3946
share/icons/breeze-dark/apps/22/system-reboot.svg
3947
share/icons/breeze-dark/apps/22/system-save-session.svg
3948
share/icons/breeze-dark/apps/22/system-shutdown.svg
3949
share/icons/breeze-dark/apps/22/system-suspend-hibernate.svg
3950
share/icons/breeze-dark/apps/22/system-suspend.svg
3951
share/icons/breeze-dark/apps/22/system-switch-user.svg
3952
share/icons/breeze-dark/apps/22/system-users.svg
3953
share/icons/breeze-dark/apps/22/umbrello.svg
4412
share/icons/breeze-dark/apps/22/umbrello.svg
3954
share/icons/breeze-dark/apps/22/utilities-terminal.svg
4413
share/icons/breeze-dark/apps/22/utilities-terminal.svg
3955
share/icons/breeze-dark/apps/22/vlc.svg
4414
share/icons/breeze-dark/apps/22/vlc.svg
Lines 4027-4040 Link Here
4027
share/icons/breeze-dark/apps/32/preferences-web-browser-stylesheets.svg
4486
share/icons/breeze-dark/apps/32/preferences-web-browser-stylesheets.svg
4028
share/icons/breeze-dark/apps/32/system-file-manager.svg
4487
share/icons/breeze-dark/apps/32/system-file-manager.svg
4029
share/icons/breeze-dark/apps/32/system-lock-screen.svg
4488
share/icons/breeze-dark/apps/32/system-lock-screen.svg
4030
share/icons/breeze-dark/apps/32/system-log-out.svg
4031
share/icons/breeze-dark/apps/32/system-reboot.svg
4032
share/icons/breeze-dark/apps/32/system-run.svg
4489
share/icons/breeze-dark/apps/32/system-run.svg
4033
share/icons/breeze-dark/apps/32/system-save-session.svg
4034
share/icons/breeze-dark/apps/32/system-shutdown.svg
4035
share/icons/breeze-dark/apps/32/system-suspend-hibernate.svg
4036
share/icons/breeze-dark/apps/32/system-suspend.svg
4037
share/icons/breeze-dark/apps/32/system-switch-user.svg
4038
share/icons/breeze-dark/apps/32/system-users.svg
4490
share/icons/breeze-dark/apps/32/system-users.svg
4039
share/icons/breeze-dark/apps/32/umbrello.svg
4491
share/icons/breeze-dark/apps/32/umbrello.svg
4040
share/icons/breeze-dark/apps/32/utilities-terminal.svg
4492
share/icons/breeze-dark/apps/32/utilities-terminal.svg
Lines 4044-4050 Link Here
4044
share/icons/breeze-dark/apps/48/CMakeSetup.svg
4496
share/icons/breeze-dark/apps/48/CMakeSetup.svg
4045
share/icons/breeze-dark/apps/48/QOwnNotes.svg
4497
share/icons/breeze-dark/apps/48/QOwnNotes.svg
4046
share/icons/breeze-dark/apps/48/QtProject-designer.svg
4498
share/icons/breeze-dark/apps/48/QtProject-designer.svg
4499
share/icons/breeze-dark/apps/48/VBox.svg
4047
share/icons/breeze-dark/apps/48/accessories-calculator.svg
4500
share/icons/breeze-dark/apps/48/accessories-calculator.svg
4501
share/icons/breeze-dark/apps/48/accessories-character-map.svg
4048
share/icons/breeze-dark/apps/48/accessories-text-editor.svg
4502
share/icons/breeze-dark/apps/48/accessories-text-editor.svg
4049
share/icons/breeze-dark/apps/48/acroread.svg
4503
share/icons/breeze-dark/apps/48/acroread.svg
4050
share/icons/breeze-dark/apps/48/akregator.svg
4504
share/icons/breeze-dark/apps/48/akregator.svg
Lines 4121-4126 Link Here
4121
share/icons/breeze-dark/apps/48/grub-customizer.svg
4575
share/icons/breeze-dark/apps/48/grub-customizer.svg
4122
share/icons/breeze-dark/apps/48/gtkhash.svg
4576
share/icons/breeze-dark/apps/48/gtkhash.svg
4123
share/icons/breeze-dark/apps/48/gwenview.svg
4577
share/icons/breeze-dark/apps/48/gwenview.svg
4578
share/icons/breeze-dark/apps/48/haguichi.svg
4124
share/icons/breeze-dark/apps/48/handbrake.svg
4579
share/icons/breeze-dark/apps/48/handbrake.svg
4125
share/icons/breeze-dark/apps/48/help-browser.svg
4580
share/icons/breeze-dark/apps/48/help-browser.svg
4126
share/icons/breeze-dark/apps/48/homebank.svg
4581
share/icons/breeze-dark/apps/48/homebank.svg
Lines 4198-4203 Link Here
4198
share/icons/breeze-dark/apps/48/kpresenter.svg
4653
share/icons/breeze-dark/apps/48/kpresenter.svg
4199
share/icons/breeze-dark/apps/48/krdc.svg
4654
share/icons/breeze-dark/apps/48/krdc.svg
4200
share/icons/breeze-dark/apps/48/krename.svg
4655
share/icons/breeze-dark/apps/48/krename.svg
4656
share/icons/breeze-dark/apps/48/krfb.svg
4201
share/icons/breeze-dark/apps/48/kronometer.svg
4657
share/icons/breeze-dark/apps/48/kronometer.svg
4202
share/icons/breeze-dark/apps/48/kruler.svg
4658
share/icons/breeze-dark/apps/48/kruler.svg
4203
share/icons/breeze-dark/apps/48/krusader_root.svg
4659
share/icons/breeze-dark/apps/48/krusader_root.svg
Lines 4300-4310 Link Here
4300
share/icons/breeze-dark/apps/48/step.svg
4756
share/icons/breeze-dark/apps/48/step.svg
4301
share/icons/breeze-dark/apps/48/sublime.svg
4757
share/icons/breeze-dark/apps/48/sublime.svg
4302
share/icons/breeze-dark/apps/48/subtitlecomposer.svg
4758
share/icons/breeze-dark/apps/48/subtitlecomposer.svg
4759
share/icons/breeze-dark/apps/48/sweeper.svg
4303
share/icons/breeze-dark/apps/48/synaptic.svg
4760
share/icons/breeze-dark/apps/48/synaptic.svg
4304
share/icons/breeze-dark/apps/48/synfig_icon.svg
4761
share/icons/breeze-dark/apps/48/synfig_icon.svg
4305
share/icons/breeze-dark/apps/48/system-file-manager.svg
4762
share/icons/breeze-dark/apps/48/system-file-manager.svg
4306
share/icons/breeze-dark/apps/48/system-help.svg
4763
share/icons/breeze-dark/apps/48/system-help.svg
4307
share/icons/breeze-dark/apps/48/system-shutdown.svg
4308
share/icons/breeze-dark/apps/48/system-software-install.svg
4764
share/icons/breeze-dark/apps/48/system-software-install.svg
4309
share/icons/breeze-dark/apps/48/system-software-update.svg
4765
share/icons/breeze-dark/apps/48/system-software-update.svg
4310
share/icons/breeze-dark/apps/48/systemsettings.svg
4766
share/icons/breeze-dark/apps/48/systemsettings.svg
Lines 4328-4338 Link Here
4328
share/icons/breeze-dark/apps/48/vivaldi.svg
4784
share/icons/breeze-dark/apps/48/vivaldi.svg
4329
share/icons/breeze-dark/apps/48/vlc.svg
4785
share/icons/breeze-dark/apps/48/vlc.svg
4330
share/icons/breeze-dark/apps/48/vokoscreen.svg
4786
share/icons/breeze-dark/apps/48/vokoscreen.svg
4787
share/icons/breeze-dark/apps/48/wayland.svg
4331
share/icons/breeze-dark/apps/48/wine.svg
4788
share/icons/breeze-dark/apps/48/wine.svg
4332
share/icons/breeze-dark/apps/48/words.svg
4789
share/icons/breeze-dark/apps/48/words.svg
4333
share/icons/breeze-dark/apps/48/xchat.svg
4790
share/icons/breeze-dark/apps/48/xchat.svg
4334
share/icons/breeze-dark/apps/48/xine.svg
4791
share/icons/breeze-dark/apps/48/xine.svg
4335
share/icons/breeze-dark/apps/48/xmind.svg
4792
share/icons/breeze-dark/apps/48/xmind.svg
4793
share/icons/breeze-dark/apps/48/xorg.svg
4336
share/icons/breeze-dark/apps/48/xterm-color.svg
4794
share/icons/breeze-dark/apps/48/xterm-color.svg
4337
share/icons/breeze-dark/apps/48/xterm.svg
4795
share/icons/breeze-dark/apps/48/xterm.svg
4338
share/icons/breeze-dark/apps/48/yakuake.svg
4796
share/icons/breeze-dark/apps/48/yakuake.svg
Lines 4341-4346 Link Here
4341
share/icons/breeze-dark/apps/64/diaspora.svg
4799
share/icons/breeze-dark/apps/64/diaspora.svg
4342
share/icons/breeze-dark/apps/64/kate.svg
4800
share/icons/breeze-dark/apps/64/kate.svg
4343
share/icons/breeze-dark/apps/64/kwrite.svg
4801
share/icons/breeze-dark/apps/64/kwrite.svg
4802
share/icons/breeze-dark/apps/64/sharedlib.svg
4344
share/icons/breeze-dark/apps/64/system-file-manager.svg
4803
share/icons/breeze-dark/apps/64/system-file-manager.svg
4345
share/icons/breeze-dark/apps/64/umbrello.svg
4804
share/icons/breeze-dark/apps/64/umbrello.svg
4346
share/icons/breeze-dark/apps/64/utilities-terminal.svg
4805
share/icons/breeze-dark/apps/64/utilities-terminal.svg
Lines 4357-4365 Link Here
4357
share/icons/breeze-dark/categories/32/applications-science.svg
4816
share/icons/breeze-dark/categories/32/applications-science.svg
4358
share/icons/breeze-dark/categories/32/applications-system.svg
4817
share/icons/breeze-dark/categories/32/applications-system.svg
4359
share/icons/breeze-dark/categories/32/applications-utilities.svg
4818
share/icons/breeze-dark/categories/32/applications-utilities.svg
4819
share/icons/breeze-dark/devices/16/audio-input-microphone.svg
4360
share/icons/breeze-dark/devices/16/camera-photo.svg
4820
share/icons/breeze-dark/devices/16/camera-photo.svg
4361
share/icons/breeze-dark/devices/16/computer-laptop.svg
4821
share/icons/breeze-dark/devices/16/computer-laptop.svg
4362
share/icons/breeze-dark/devices/16/computer.svg
4822
share/icons/breeze-dark/devices/16/computer.svg
4823
share/icons/breeze-dark/devices/16/cups.svg
4824
share/icons/breeze-dark/devices/16/cupsprinter.svg
4363
share/icons/breeze-dark/devices/16/drive-harddisk.svg
4825
share/icons/breeze-dark/devices/16/drive-harddisk.svg
4364
share/icons/breeze-dark/devices/16/drive-removable-media-usb-pendrive.svg
4826
share/icons/breeze-dark/devices/16/drive-removable-media-usb-pendrive.svg
4365
share/icons/breeze-dark/devices/16/drive-removable-media-usb.svg
4827
share/icons/breeze-dark/devices/16/drive-removable-media-usb.svg
Lines 4373-4378 Link Here
4373
share/icons/breeze-dark/devices/16/media-optical-video.svg
4835
share/icons/breeze-dark/devices/16/media-optical-video.svg
4374
share/icons/breeze-dark/devices/16/media-optical.svg
4836
share/icons/breeze-dark/devices/16/media-optical.svg
4375
share/icons/breeze-dark/devices/16/multimedia-player-ipod-mini-blue.svg
4837
share/icons/breeze-dark/devices/16/multimedia-player-ipod-mini-blue.svg
4838
share/icons/breeze-dark/devices/16/multimedia-player.svg
4376
share/icons/breeze-dark/devices/16/network-bluetooth.svg
4839
share/icons/breeze-dark/devices/16/network-bluetooth.svg
4377
share/icons/breeze-dark/devices/16/network-modem.svg
4840
share/icons/breeze-dark/devices/16/network-modem.svg
4378
share/icons/breeze-dark/devices/16/network-vpn.svg
4841
share/icons/breeze-dark/devices/16/network-vpn.svg
Lines 4386-4396 Link Here
4386
share/icons/breeze-dark/devices/16/network-wireless-connected-75.svg
4849
share/icons/breeze-dark/devices/16/network-wireless-connected-75.svg
4387
share/icons/breeze-dark/devices/16/network-wireless-disconnected.svg
4850
share/icons/breeze-dark/devices/16/network-wireless-disconnected.svg
4388
share/icons/breeze-dark/devices/16/network-wireless.svg
4851
share/icons/breeze-dark/devices/16/network-wireless.svg
4852
share/icons/breeze-dark/devices/16/phone.svg
4853
share/icons/breeze-dark/devices/16/printer.svg
4389
share/icons/breeze-dark/devices/16/smartphone.svg
4854
share/icons/breeze-dark/devices/16/smartphone.svg
4390
share/icons/breeze-dark/devices/16/tablet.svg
4855
share/icons/breeze-dark/devices/16/tablet.svg
4391
share/icons/breeze-dark/devices/22/camera-photo.svg
4856
share/icons/breeze-dark/devices/22/camera-photo.svg
4392
share/icons/breeze-dark/devices/22/computer-laptop.svg
4857
share/icons/breeze-dark/devices/22/computer-laptop.svg
4393
share/icons/breeze-dark/devices/22/computer.svg
4858
share/icons/breeze-dark/devices/22/computer.svg
4859
share/icons/breeze-dark/devices/22/cups.svg
4860
share/icons/breeze-dark/devices/22/cupsprinter.svg
4394
share/icons/breeze-dark/devices/22/drive-harddisk.svg
4861
share/icons/breeze-dark/devices/22/drive-harddisk.svg
4395
share/icons/breeze-dark/devices/22/drive-removable-media-usb-pendrive.svg
4862
share/icons/breeze-dark/devices/22/drive-removable-media-usb-pendrive.svg
4396
share/icons/breeze-dark/devices/22/drive-removable-media-usb.svg
4863
share/icons/breeze-dark/devices/22/drive-removable-media-usb.svg
Lines 4421-4426 Link Here
4421
share/icons/breeze-dark/devices/22/network-wireless-connected-75.svg
4888
share/icons/breeze-dark/devices/22/network-wireless-connected-75.svg
4422
share/icons/breeze-dark/devices/22/network-wireless-disconnected.svg
4889
share/icons/breeze-dark/devices/22/network-wireless-disconnected.svg
4423
share/icons/breeze-dark/devices/22/network-wireless.svg
4890
share/icons/breeze-dark/devices/22/network-wireless.svg
4891
share/icons/breeze-dark/devices/22/phone.svg
4892
share/icons/breeze-dark/devices/22/printer.svg
4424
share/icons/breeze-dark/devices/22/smartphone.svg
4893
share/icons/breeze-dark/devices/22/smartphone.svg
4425
share/icons/breeze-dark/devices/22/tablet.svg
4894
share/icons/breeze-dark/devices/22/tablet.svg
4426
share/icons/breeze-dark/devices/64/audio-card.svg
4895
share/icons/breeze-dark/devices/64/audio-card.svg
Lines 4431-4436 Link Here
4431
share/icons/breeze-dark/devices/64/computer-laptop.svg
4900
share/icons/breeze-dark/devices/64/computer-laptop.svg
4432
share/icons/breeze-dark/devices/64/computer.svg
4901
share/icons/breeze-dark/devices/64/computer.svg
4433
share/icons/breeze-dark/devices/64/cpu.svg
4902
share/icons/breeze-dark/devices/64/cpu.svg
4903
share/icons/breeze-dark/devices/64/cups.svg
4904
share/icons/breeze-dark/devices/64/cupsprinter.svg
4434
share/icons/breeze-dark/devices/64/drive-harddisk.svg
4905
share/icons/breeze-dark/devices/64/drive-harddisk.svg
4435
share/icons/breeze-dark/devices/64/drive-removable-media-usb-pendrive.svg
4906
share/icons/breeze-dark/devices/64/drive-removable-media-usb-pendrive.svg
4436
share/icons/breeze-dark/devices/64/drive-removable-media-usb.svg
4907
share/icons/breeze-dark/devices/64/drive-removable-media-usb.svg
Lines 4459-4464 Link Here
4459
share/icons/breeze-dark/devices/64/smartphone.svg
4930
share/icons/breeze-dark/devices/64/smartphone.svg
4460
share/icons/breeze-dark/devices/64/video-display.svg
4931
share/icons/breeze-dark/devices/64/video-display.svg
4461
share/icons/breeze-dark/devices/64/video-television.svg
4932
share/icons/breeze-dark/devices/64/video-television.svg
4933
share/icons/breeze-dark/devices/symbolic/audio-input-microphone-symbolic.svg
4934
share/icons/breeze-dark/devices/symbolic/audio-speakers-symbolic.svg
4935
share/icons/breeze-dark/devices/symbolic/camera-photo-symbolic.svg
4936
share/icons/breeze-dark/devices/symbolic/camera-web-symbolic.svg
4937
share/icons/breeze-dark/devices/symbolic/computer-symbolic.svg
4938
share/icons/breeze-dark/devices/symbolic/drive-harddisk-ieee1394-symbolic.svg
4939
share/icons/breeze-dark/devices/symbolic/drive-harddisk-symbolic.svg
4940
share/icons/breeze-dark/devices/symbolic/drive-harddisk-system-symbolic.svg
4941
share/icons/breeze-dark/devices/symbolic/drive-harddisk-usb-symbolic.svg
4942
share/icons/breeze-dark/devices/symbolic/drive-removable-media-symbolic.svg
4943
share/icons/breeze-dark/devices/symbolic/input-tablet-symbolic.svg
4944
share/icons/breeze-dark/devices/symbolic/media-flash-symbolic.svg
4945
share/icons/breeze-dark/devices/symbolic/media-floppy-symbolic.svg
4946
share/icons/breeze-dark/devices/symbolic/media-optical-bd-symbolic.svg
4947
share/icons/breeze-dark/devices/symbolic/media-optical-cd-audio-symbolic.svg
4948
share/icons/breeze-dark/devices/symbolic/media-optical-dvd-symbolic.svg
4949
share/icons/breeze-dark/devices/symbolic/media-optical-symbolic.svg
4950
share/icons/breeze-dark/devices/symbolic/media-removable-symbolic.svg
4951
share/icons/breeze-dark/devices/symbolic/multimedia-player-apple-ipod-touch-symbolic.svg
4952
share/icons/breeze-dark/devices/symbolic/multimedia-player-symbolic.svg
4953
share/icons/breeze-dark/devices/symbolic/network-wired-symbolic.svg
4954
share/icons/breeze-dark/devices/symbolic/network-wireless-symbolic.svg
4955
share/icons/breeze-dark/devices/symbolic/phone-apple-iphone-symbolic.svg
4956
share/icons/breeze-dark/devices/symbolic/phone-symbolic.svg
4957
share/icons/breeze-dark/devices/symbolic/printer-network-symbolic.svg
4958
share/icons/breeze-dark/devices/symbolic/printer-symbolic.svg
4462
share/icons/breeze-dark/emblems/16/emblem-symbolic-link.svg
4959
share/icons/breeze-dark/emblems/16/emblem-symbolic-link.svg
4463
share/icons/breeze-dark/emblems/16/rating-unrated.svg
4960
share/icons/breeze-dark/emblems/16/rating-unrated.svg
4464
share/icons/breeze-dark/emblems/16/rating.svg
4961
share/icons/breeze-dark/emblems/16/rating.svg
Lines 4489-4494 Link Here
4489
share/icons/breeze-dark/emblems/8/emblem-unlocked.svg
4986
share/icons/breeze-dark/emblems/8/emblem-unlocked.svg
4490
share/icons/breeze-dark/emblems/8/emblem-unmounted.svg
4987
share/icons/breeze-dark/emblems/8/emblem-unmounted.svg
4491
share/icons/breeze-dark/emblems/8/emblem-warning.svg
4988
share/icons/breeze-dark/emblems/8/emblem-warning.svg
4989
share/icons/breeze-dark/emblems/symbolic/emblem-documents-symbolic.svg
4990
share/icons/breeze-dark/emblems/symbolic/emblem-favorite-symbolic.svg
4991
share/icons/breeze-dark/emblems/symbolic/emblem-important-symbolic.svg
4992
share/icons/breeze-dark/emblems/symbolic/emblem-music-symbolic.svg
4993
share/icons/breeze-dark/emblems/symbolic/emblem-ok-symbolic.svg
4994
share/icons/breeze-dark/emblems/symbolic/emblem-photos-symbolic.svg
4995
share/icons/breeze-dark/emblems/symbolic/emblem-shared-symbolic.svg
4996
share/icons/breeze-dark/emblems/symbolic/emblem-synchronizing-symbolic.svg
4997
share/icons/breeze-dark/emblems/symbolic/emblem-system-symbolic.svg
4998
share/icons/breeze-dark/emblems/symbolic/emblem-videos-symbolic.svg
4492
share/icons/breeze-dark/emotes/22/drink-beer.svg
4999
share/icons/breeze-dark/emotes/22/drink-beer.svg
4493
share/icons/breeze-dark/emotes/22/drink-martini.svg
5000
share/icons/breeze-dark/emotes/22/drink-martini.svg
4494
share/icons/breeze-dark/emotes/22/face-angel.svg
5001
share/icons/breeze-dark/emotes/22/face-angel.svg
Lines 4721-4726 Link Here
4721
share/icons/breeze-dark/mimetypes/16/application-x-quattropro.svg
5228
share/icons/breeze-dark/mimetypes/16/application-x-quattropro.svg
4722
share/icons/breeze-dark/mimetypes/16/application-x-rar.svg
5229
share/icons/breeze-dark/mimetypes/16/application-x-rar.svg
4723
share/icons/breeze-dark/mimetypes/16/application-x-raw-disk-image.svg
5230
share/icons/breeze-dark/mimetypes/16/application-x-raw-disk-image.svg
5231
share/icons/breeze-dark/mimetypes/16/application-x-rdata.svg
4724
share/icons/breeze-dark/mimetypes/16/application-x-rpm.svg
5232
share/icons/breeze-dark/mimetypes/16/application-x-rpm.svg
4725
share/icons/breeze-dark/mimetypes/16/application-x-ruby.svg
5233
share/icons/breeze-dark/mimetypes/16/application-x-ruby.svg
4726
share/icons/breeze-dark/mimetypes/16/application-x-sharedlib.svg
5234
share/icons/breeze-dark/mimetypes/16/application-x-sharedlib.svg
Lines 4909-4914 Link Here
4909
share/icons/breeze-dark/mimetypes/16/text-x-po.svg
5417
share/icons/breeze-dark/mimetypes/16/text-x-po.svg
4910
share/icons/breeze-dark/mimetypes/16/text-x-python.svg
5418
share/icons/breeze-dark/mimetypes/16/text-x-python.svg
4911
share/icons/breeze-dark/mimetypes/16/text-x-qml.svg
5419
share/icons/breeze-dark/mimetypes/16/text-x-qml.svg
5420
share/icons/breeze-dark/mimetypes/16/text-x-r.svg
4912
share/icons/breeze-dark/mimetypes/16/text-x-readme.svg
5421
share/icons/breeze-dark/mimetypes/16/text-x-readme.svg
4913
share/icons/breeze-dark/mimetypes/16/text-x-rpm-spec.svg
5422
share/icons/breeze-dark/mimetypes/16/text-x-rpm-spec.svg
4914
share/icons/breeze-dark/mimetypes/16/text-x-rust.svg
5423
share/icons/breeze-dark/mimetypes/16/text-x-rust.svg
Lines 5163-5168 Link Here
5163
share/icons/breeze-dark/mimetypes/22/application-x-quattropro.svg
5672
share/icons/breeze-dark/mimetypes/22/application-x-quattropro.svg
5164
share/icons/breeze-dark/mimetypes/22/application-x-rar.svg
5673
share/icons/breeze-dark/mimetypes/22/application-x-rar.svg
5165
share/icons/breeze-dark/mimetypes/22/application-x-raw-disk-image.svg
5674
share/icons/breeze-dark/mimetypes/22/application-x-raw-disk-image.svg
5675
share/icons/breeze-dark/mimetypes/22/application-x-rdata.svg
5166
share/icons/breeze-dark/mimetypes/22/application-x-rpm.svg
5676
share/icons/breeze-dark/mimetypes/22/application-x-rpm.svg
5167
share/icons/breeze-dark/mimetypes/22/application-x-ruby.svg
5677
share/icons/breeze-dark/mimetypes/22/application-x-ruby.svg
5168
share/icons/breeze-dark/mimetypes/22/application-x-sharedlib.svg
5678
share/icons/breeze-dark/mimetypes/22/application-x-sharedlib.svg
Lines 5350-5355 Link Here
5350
share/icons/breeze-dark/mimetypes/22/text-x-po.svg
5860
share/icons/breeze-dark/mimetypes/22/text-x-po.svg
5351
share/icons/breeze-dark/mimetypes/22/text-x-python.svg
5861
share/icons/breeze-dark/mimetypes/22/text-x-python.svg
5352
share/icons/breeze-dark/mimetypes/22/text-x-qml.svg
5862
share/icons/breeze-dark/mimetypes/22/text-x-qml.svg
5863
share/icons/breeze-dark/mimetypes/22/text-x-r.svg
5353
share/icons/breeze-dark/mimetypes/22/text-x-readme.svg
5864
share/icons/breeze-dark/mimetypes/22/text-x-readme.svg
5354
share/icons/breeze-dark/mimetypes/22/text-x-rpm-spec.svg
5865
share/icons/breeze-dark/mimetypes/22/text-x-rpm-spec.svg
5355
share/icons/breeze-dark/mimetypes/22/text-x-rust.svg
5866
share/icons/breeze-dark/mimetypes/22/text-x-rust.svg
Lines 5604-5609 Link Here
5604
share/icons/breeze-dark/mimetypes/32/application-x-quattropro.svg
6115
share/icons/breeze-dark/mimetypes/32/application-x-quattropro.svg
5605
share/icons/breeze-dark/mimetypes/32/application-x-rar.svg
6116
share/icons/breeze-dark/mimetypes/32/application-x-rar.svg
5606
share/icons/breeze-dark/mimetypes/32/application-x-raw-disk-image.svg
6117
share/icons/breeze-dark/mimetypes/32/application-x-raw-disk-image.svg
6118
share/icons/breeze-dark/mimetypes/32/application-x-rdata.svg
5607
share/icons/breeze-dark/mimetypes/32/application-x-rpm.svg
6119
share/icons/breeze-dark/mimetypes/32/application-x-rpm.svg
5608
share/icons/breeze-dark/mimetypes/32/application-x-ruby.svg
6120
share/icons/breeze-dark/mimetypes/32/application-x-ruby.svg
5609
share/icons/breeze-dark/mimetypes/32/application-x-sharedlib.svg
6121
share/icons/breeze-dark/mimetypes/32/application-x-sharedlib.svg
Lines 5791-5796 Link Here
5791
share/icons/breeze-dark/mimetypes/32/text-x-po.svg
6303
share/icons/breeze-dark/mimetypes/32/text-x-po.svg
5792
share/icons/breeze-dark/mimetypes/32/text-x-python.svg
6304
share/icons/breeze-dark/mimetypes/32/text-x-python.svg
5793
share/icons/breeze-dark/mimetypes/32/text-x-qml.svg
6305
share/icons/breeze-dark/mimetypes/32/text-x-qml.svg
6306
share/icons/breeze-dark/mimetypes/32/text-x-r.svg
5794
share/icons/breeze-dark/mimetypes/32/text-x-readme.svg
6307
share/icons/breeze-dark/mimetypes/32/text-x-readme.svg
5795
share/icons/breeze-dark/mimetypes/32/text-x-rpm-spec.svg
6308
share/icons/breeze-dark/mimetypes/32/text-x-rpm-spec.svg
5796
share/icons/breeze-dark/mimetypes/32/text-x-rust.svg
6309
share/icons/breeze-dark/mimetypes/32/text-x-rust.svg
Lines 6045-6050 Link Here
6045
share/icons/breeze-dark/mimetypes/64/application-x-quattropro.svg
6558
share/icons/breeze-dark/mimetypes/64/application-x-quattropro.svg
6046
share/icons/breeze-dark/mimetypes/64/application-x-rar.svg
6559
share/icons/breeze-dark/mimetypes/64/application-x-rar.svg
6047
share/icons/breeze-dark/mimetypes/64/application-x-raw-disk-image.svg
6560
share/icons/breeze-dark/mimetypes/64/application-x-raw-disk-image.svg
6561
share/icons/breeze-dark/mimetypes/64/application-x-rdata.svg
6048
share/icons/breeze-dark/mimetypes/64/application-x-rpm.svg
6562
share/icons/breeze-dark/mimetypes/64/application-x-rpm.svg
6049
share/icons/breeze-dark/mimetypes/64/application-x-ruby.svg
6563
share/icons/breeze-dark/mimetypes/64/application-x-ruby.svg
6050
share/icons/breeze-dark/mimetypes/64/application-x-sharedlib.svg
6564
share/icons/breeze-dark/mimetypes/64/application-x-sharedlib.svg
Lines 6232-6242 Link Here
6232
share/icons/breeze-dark/mimetypes/64/text-x-po.svg
6746
share/icons/breeze-dark/mimetypes/64/text-x-po.svg
6233
share/icons/breeze-dark/mimetypes/64/text-x-python.svg
6747
share/icons/breeze-dark/mimetypes/64/text-x-python.svg
6234
share/icons/breeze-dark/mimetypes/64/text-x-qml.svg
6748
share/icons/breeze-dark/mimetypes/64/text-x-qml.svg
6749
share/icons/breeze-dark/mimetypes/64/text-x-r.svg
6235
share/icons/breeze-dark/mimetypes/64/text-x-readme.svg
6750
share/icons/breeze-dark/mimetypes/64/text-x-readme.svg
6236
share/icons/breeze-dark/mimetypes/64/text-x-rpm-spec.svg
6751
share/icons/breeze-dark/mimetypes/64/text-x-rpm-spec.svg
6237
share/icons/breeze-dark/mimetypes/64/text-x-rust.svg
6752
share/icons/breeze-dark/mimetypes/64/text-x-rust.svg
6753
share/icons/breeze-dark/mimetypes/64/text-x-sass.svg
6238
share/icons/breeze-dark/mimetypes/64/text-x-scala.svg
6754
share/icons/breeze-dark/mimetypes/64/text-x-scala.svg
6239
share/icons/breeze-dark/mimetypes/64/text-x-script.svg
6755
share/icons/breeze-dark/mimetypes/64/text-x-script.svg
6756
share/icons/breeze-dark/mimetypes/64/text-x-scss.svg
6240
share/icons/breeze-dark/mimetypes/64/text-x-sql.svg
6757
share/icons/breeze-dark/mimetypes/64/text-x-sql.svg
6241
share/icons/breeze-dark/mimetypes/64/text-x-tcl.svg
6758
share/icons/breeze-dark/mimetypes/64/text-x-tcl.svg
6242
share/icons/breeze-dark/mimetypes/64/text-x-tex.svg
6759
share/icons/breeze-dark/mimetypes/64/text-x-tex.svg
Lines 6291-6296 Link Here
6291
share/icons/breeze-dark/mimetypes/64/x-office-spreadsheet.svg
6808
share/icons/breeze-dark/mimetypes/64/x-office-spreadsheet.svg
6292
share/icons/breeze-dark/places/16/bookmarks.svg
6809
share/icons/breeze-dark/places/16/bookmarks.svg
6293
share/icons/breeze-dark/places/16/certificate-server.svg
6810
share/icons/breeze-dark/places/16/certificate-server.svg
6811
share/icons/breeze-dark/places/16/desktop.svg
6294
share/icons/breeze-dark/places/16/document-multiple.svg
6812
share/icons/breeze-dark/places/16/document-multiple.svg
6295
share/icons/breeze-dark/places/16/favorites.svg
6813
share/icons/breeze-dark/places/16/favorites.svg
6296
share/icons/breeze-dark/places/16/folder-activities.svg
6814
share/icons/breeze-dark/places/16/folder-activities.svg
Lines 6362-6367 Link Here
6362
share/icons/breeze-dark/places/16/user-trash.svg
6880
share/icons/breeze-dark/places/16/user-trash.svg
6363
share/icons/breeze-dark/places/22/bookmarks.svg
6881
share/icons/breeze-dark/places/22/bookmarks.svg
6364
share/icons/breeze-dark/places/22/certificate-server.svg
6882
share/icons/breeze-dark/places/22/certificate-server.svg
6883
share/icons/breeze-dark/places/22/desktop.svg
6365
share/icons/breeze-dark/places/22/document-multiple.svg
6884
share/icons/breeze-dark/places/22/document-multiple.svg
6366
share/icons/breeze-dark/places/22/favorites.svg
6885
share/icons/breeze-dark/places/22/favorites.svg
6367
share/icons/breeze-dark/places/22/folder-activities.svg
6886
share/icons/breeze-dark/places/22/folder-activities.svg
Lines 6433-6438 Link Here
6433
share/icons/breeze-dark/places/22/user-trash.svg
6952
share/icons/breeze-dark/places/22/user-trash.svg
6434
share/icons/breeze-dark/places/32/bookmarks.svg
6953
share/icons/breeze-dark/places/32/bookmarks.svg
6435
share/icons/breeze-dark/places/32/certificate-server.svg
6954
share/icons/breeze-dark/places/32/certificate-server.svg
6955
share/icons/breeze-dark/places/32/desktop.svg
6436
share/icons/breeze-dark/places/32/favorites.svg
6956
share/icons/breeze-dark/places/32/favorites.svg
6437
share/icons/breeze-dark/places/32/folder-activities.svg
6957
share/icons/breeze-dark/places/32/folder-activities.svg
6438
share/icons/breeze-dark/places/32/folder-black.svg
6958
share/icons/breeze-dark/places/32/folder-black.svg
Lines 6494-6499 Link Here
6494
share/icons/breeze-dark/places/32/user-trash.svg
7014
share/icons/breeze-dark/places/32/user-trash.svg
6495
share/icons/breeze-dark/places/64/bookmarks.svg
7015
share/icons/breeze-dark/places/64/bookmarks.svg
6496
share/icons/breeze-dark/places/64/certificate-server.svg
7016
share/icons/breeze-dark/places/64/certificate-server.svg
7017
share/icons/breeze-dark/places/64/desktop.svg
6497
share/icons/breeze-dark/places/64/favorites.svg
7018
share/icons/breeze-dark/places/64/favorites.svg
6498
share/icons/breeze-dark/places/64/folder-activities.svg
7019
share/icons/breeze-dark/places/64/folder-activities.svg
6499
share/icons/breeze-dark/places/64/folder-black.svg
7020
share/icons/breeze-dark/places/64/folder-black.svg
Lines 6554-6562 Link Here
6554
share/icons/breeze-dark/places/64/user-home.svg
7075
share/icons/breeze-dark/places/64/user-home.svg
6555
share/icons/breeze-dark/places/64/user-trash-full.svg
7076
share/icons/breeze-dark/places/64/user-trash-full.svg
6556
share/icons/breeze-dark/places/64/user-trash.svg
7077
share/icons/breeze-dark/places/64/user-trash.svg
7078
share/icons/breeze-dark/places/symbolic/folder-documents-symbolic.svg
7079
share/icons/breeze-dark/places/symbolic/folder-download-symbolic.svg
7080
share/icons/breeze-dark/places/symbolic/folder-music-symbolic.svg
7081
share/icons/breeze-dark/places/symbolic/folder-pictures-symbolic.svg
7082
share/icons/breeze-dark/places/symbolic/folder-publicshare-symbolic.svg
7083
share/icons/breeze-dark/places/symbolic/folder-remote-symbolic.svg
7084
share/icons/breeze-dark/places/symbolic/folder-saved-search-symbolic.svg
7085
share/icons/breeze-dark/places/symbolic/folder-symbolic.svg
7086
share/icons/breeze-dark/places/symbolic/folder-templates-symbolic.svg
7087
share/icons/breeze-dark/places/symbolic/folder-videos-symbolic.svg
7088
share/icons/breeze-dark/places/symbolic/network-server-symbolic.svg
7089
share/icons/breeze-dark/places/symbolic/network-workgroup-symbolic.svg
7090
share/icons/breeze-dark/places/symbolic/start-here-symbolic.svg
7091
share/icons/breeze-dark/places/symbolic/user-bookmarks-symbolic.svg
7092
share/icons/breeze-dark/places/symbolic/user-desktop-symbolic.svg
7093
share/icons/breeze-dark/places/symbolic/user-home-symbolic.svg
7094
share/icons/breeze-dark/places/symbolic/user-trash-symbolic.svg
6557
share/icons/breeze-dark/status/16/audio-off.svg
7095
share/icons/breeze-dark/status/16/audio-off.svg
6558
share/icons/breeze-dark/status/16/audio-on.svg
7096
share/icons/breeze-dark/status/16/audio-on.svg
6559
share/icons/breeze-dark/status/16/audio-ready.svg
7097
share/icons/breeze-dark/status/16/audio-ready.svg
7098
share/icons/breeze-dark/status/16/audio-volume-high.svg
7099
share/icons/breeze-dark/status/16/audio-volume-low.svg
7100
share/icons/breeze-dark/status/16/audio-volume-medium.svg
7101
share/icons/breeze-dark/status/16/audio-volume-muted.svg
6560
share/icons/breeze-dark/status/16/camera-off.svg
7102
share/icons/breeze-dark/status/16/camera-off.svg
6561
share/icons/breeze-dark/status/16/camera-on.svg
7103
share/icons/breeze-dark/status/16/camera-on.svg
6562
share/icons/breeze-dark/status/16/camera-ready.svg
7104
share/icons/breeze-dark/status/16/camera-ready.svg
Lines 6574-6579 Link Here
6574
share/icons/breeze-dark/status/16/mic-off.svg
7116
share/icons/breeze-dark/status/16/mic-off.svg
6575
share/icons/breeze-dark/status/16/mic-on.svg
7117
share/icons/breeze-dark/status/16/mic-on.svg
6576
share/icons/breeze-dark/status/16/mic-ready.svg
7118
share/icons/breeze-dark/status/16/mic-ready.svg
7119
share/icons/breeze-dark/status/16/microphone-sensitivity-high.svg
7120
share/icons/breeze-dark/status/16/microphone-sensitivity-low.svg
7121
share/icons/breeze-dark/status/16/microphone-sensitivity-medium.svg
7122
share/icons/breeze-dark/status/16/microphone-sensitivity-muted.svg
7123
share/icons/breeze-dark/status/16/pidgin-tray-available.svg
7124
share/icons/breeze-dark/status/16/pidgin-tray-away.svg
7125
share/icons/breeze-dark/status/16/pidgin-tray-busy.svg
7126
share/icons/breeze-dark/status/16/pidgin-tray-email.svg
7127
share/icons/breeze-dark/status/16/pidgin-tray-invisible.svg
7128
share/icons/breeze-dark/status/16/pidgin-tray-offline.svg
7129
share/icons/breeze-dark/status/16/pidgin-tray-pending.svg
7130
share/icons/breeze-dark/status/16/pidgin-tray-xa.svg
7131
share/icons/breeze-dark/status/16/security-high.svg
7132
share/icons/breeze-dark/status/16/security-low.svg
7133
share/icons/breeze-dark/status/16/security-medium.svg
6577
share/icons/breeze-dark/status/16/state-download.svg
7134
share/icons/breeze-dark/status/16/state-download.svg
6578
share/icons/breeze-dark/status/16/state-error.svg
7135
share/icons/breeze-dark/status/16/state-error.svg
6579
share/icons/breeze-dark/status/16/state-information.svg
7136
share/icons/breeze-dark/status/16/state-information.svg
Lines 6590-6596 Link Here
6590
share/icons/breeze-dark/status/16/user-invisible.svg
7147
share/icons/breeze-dark/status/16/user-invisible.svg
6591
share/icons/breeze-dark/status/16/user-offline.svg
7148
share/icons/breeze-dark/status/16/user-offline.svg
6592
share/icons/breeze-dark/status/16/user-online.svg
7149
share/icons/breeze-dark/status/16/user-online.svg
6593
share/icons/breeze-dark/status/22/audio-ready.svg
6594
share/icons/breeze-dark/status/22/audio-volume-high.svg
7150
share/icons/breeze-dark/status/22/audio-volume-high.svg
6595
share/icons/breeze-dark/status/22/audio-volume-low.svg
7151
share/icons/breeze-dark/status/22/audio-volume-low.svg
6596
share/icons/breeze-dark/status/22/audio-volume-medium.svg
7152
share/icons/breeze-dark/status/22/audio-volume-medium.svg
Lines 6605-6610 Link Here
6605
share/icons/breeze-dark/status/22/dropboxstatus-idle.svg
7161
share/icons/breeze-dark/status/22/dropboxstatus-idle.svg
6606
share/icons/breeze-dark/status/22/dropboxstatus-logo.svg
7162
share/icons/breeze-dark/status/22/dropboxstatus-logo.svg
6607
share/icons/breeze-dark/status/22/dropboxstatus-x.svg
7163
share/icons/breeze-dark/status/22/dropboxstatus-x.svg
7164
share/icons/breeze-dark/status/22/haguichi-connected.svg
7165
share/icons/breeze-dark/status/22/haguichi-connecting-1.svg
7166
share/icons/breeze-dark/status/22/haguichi-connecting-2.svg
7167
share/icons/breeze-dark/status/22/haguichi-connecting-3.svg
7168
share/icons/breeze-dark/status/22/haguichi-disconnected.svg
6608
share/icons/breeze-dark/status/22/input-caps-on.svg
7169
share/icons/breeze-dark/status/22/input-caps-on.svg
6609
share/icons/breeze-dark/status/22/input-keyboard-virtual-off.svg
7170
share/icons/breeze-dark/status/22/input-keyboard-virtual-off.svg
6610
share/icons/breeze-dark/status/22/input-keyboard-virtual-on.svg
7171
share/icons/breeze-dark/status/22/input-keyboard-virtual-on.svg
Lines 6654-6659 Link Here
6654
share/icons/breeze-dark/status/64/security-high.svg
7215
share/icons/breeze-dark/status/64/security-high.svg
6655
share/icons/breeze-dark/status/64/security-low.svg
7216
share/icons/breeze-dark/status/64/security-low.svg
6656
share/icons/breeze-dark/status/64/security-medium.svg
7217
share/icons/breeze-dark/status/64/security-medium.svg
7218
share/icons/breeze-dark/status/symbolic/alarm-symbolic.svg
7219
share/icons/breeze-dark/status/symbolic/appointment-missed-symbolic.svg
7220
share/icons/breeze-dark/status/symbolic/appointment-soon-symbolic.svg
7221
share/icons/breeze-dark/status/symbolic/audio-volume-high-symbolic.svg
7222
share/icons/breeze-dark/status/symbolic/audio-volume-low-symbolic.svg
7223
share/icons/breeze-dark/status/symbolic/audio-volume-medium-symbolic.svg
7224
share/icons/breeze-dark/status/symbolic/audio-volume-muted-symbolic.svg
7225
share/icons/breeze-dark/status/symbolic/avatar-default-symbolic.svg
7226
share/icons/breeze-dark/status/symbolic/changes-allow-symbolic.svg
7227
share/icons/breeze-dark/status/symbolic/changes-prevent-symbolic.svg
7228
share/icons/breeze-dark/status/symbolic/channel-insecure-symbolic.svg
7229
share/icons/breeze-dark/status/symbolic/channel-secure-symbolic.svg
7230
share/icons/breeze-dark/status/symbolic/computer-fail-symbolic.svg
7231
share/icons/breeze-dark/status/symbolic/content-loading-symbolic.svg
7232
share/icons/breeze-dark/status/symbolic/dialog-error-symbolic.svg
7233
share/icons/breeze-dark/status/symbolic/dialog-warning-symbolic.svg
7234
share/icons/breeze-dark/status/symbolic/folder-open-symbolic.svg
7235
share/icons/breeze-dark/status/symbolic/image-loading-symbolic.svg
7236
share/icons/breeze-dark/status/symbolic/mail-attachment-symbolic.svg
7237
share/icons/breeze-dark/status/symbolic/mail-read-symbolic.svg
7238
share/icons/breeze-dark/status/symbolic/mail-replied-symbolic.svg
7239
share/icons/breeze-dark/status/symbolic/mail-unread-symbolic.svg
7240
share/icons/breeze-dark/status/symbolic/media-playlist-consecutive-symbolic-rtl.svg
7241
share/icons/breeze-dark/status/symbolic/media-playlist-consecutive-symbolic.svg
7242
share/icons/breeze-dark/status/symbolic/media-playlist-repeat-song-symbolic-rtl.svg
7243
share/icons/breeze-dark/status/symbolic/media-playlist-repeat-song-symbolic.svg
7244
share/icons/breeze-dark/status/symbolic/media-playlist-repeat-symbolic-rtl.svg
7245
share/icons/breeze-dark/status/symbolic/media-playlist-repeat-symbolic.svg
7246
share/icons/breeze-dark/status/symbolic/media-playlist-shuffle-symbolic-rtl.svg
7247
share/icons/breeze-dark/status/symbolic/media-playlist-shuffle-symbolic.svg
7248
share/icons/breeze-dark/status/symbolic/microphone-sensitivity-high-symbolic.svg
7249
share/icons/breeze-dark/status/symbolic/microphone-sensitivity-low-symbolic.svg
7250
share/icons/breeze-dark/status/symbolic/microphone-sensitivity-medium-symbolic.svg
7251
share/icons/breeze-dark/status/symbolic/microphone-sensitivity-muted-symbolic.svg
7252
share/icons/breeze-dark/status/symbolic/non-starred-symbolic.svg
7253
share/icons/breeze-dark/status/symbolic/printer-error-symbolic.svg
7254
share/icons/breeze-dark/status/symbolic/printer-printing-symbolic.svg
7255
share/icons/breeze-dark/status/symbolic/printer-warning-symbolic.svg
7256
share/icons/breeze-dark/status/symbolic/rating-unrated.svg
7257
share/icons/breeze-dark/status/symbolic/rotation-allowed-symbolic.svg
7258
share/icons/breeze-dark/status/symbolic/rotation-locked-symbolic.svg
7259
share/icons/breeze-dark/status/symbolic/security-high-symbolic.svg
7260
share/icons/breeze-dark/status/symbolic/security-low-symbolic.svg
7261
share/icons/breeze-dark/status/symbolic/security-medium-symbolic.svg
7262
share/icons/breeze-dark/status/symbolic/semi-starred-symbolic-rtl.svg
7263
share/icons/breeze-dark/status/symbolic/semi-starred-symbolic.svg
7264
share/icons/breeze-dark/status/symbolic/starred-symbolic.svg
7265
share/icons/breeze-dark/status/symbolic/system-lock-screen-symbolic.svg
7266
share/icons/breeze-dark/status/symbolic/user-available-symbolic.svg
7267
share/icons/breeze-dark/status/symbolic/user-away-symbolic.svg
7268
share/icons/breeze-dark/status/symbolic/user-busy-symbolic.svg
7269
share/icons/breeze-dark/status/symbolic/user-idle-symbolic.svg
7270
share/icons/breeze-dark/status/symbolic/user-invisible-symbolic.svg
7271
share/icons/breeze-dark/status/symbolic/user-not-tracked-symbolic.svg
7272
share/icons/breeze-dark/status/symbolic/user-offline-symbolic.svg
7273
share/icons/breeze-dark/status/symbolic/user-status-pending-symbolic.svg
7274
share/icons/breeze-dark/status/symbolic/user-trash-full-symbolic.svg
7275
share/icons/breeze-dark/status/symbolic/view-wrapped-symbolic-rtl.svg
7276
share/icons/breeze-dark/status/symbolic/view-wrapped-symbolic.svg
6657
share/icons/breeze/actions/12/object-fill.svg
7277
share/icons/breeze/actions/12/object-fill.svg
6658
share/icons/breeze/actions/12/object-stroke-style.svg
7278
share/icons/breeze/actions/12/object-stroke-style.svg
6659
share/icons/breeze/actions/12/object-stroke.svg
7279
share/icons/breeze/actions/12/object-stroke.svg
Lines 6674-6679 Link Here
6674
share/icons/breeze/actions/16/add-placemark.svg
7294
share/icons/breeze/actions/16/add-placemark.svg
6675
share/icons/breeze/actions/16/address-book-new.svg
7295
share/icons/breeze/actions/16/address-book-new.svg
6676
share/icons/breeze/actions/16/addressbook-details.svg
7296
share/icons/breeze/actions/16/addressbook-details.svg
7297
share/icons/breeze/actions/16/adjustcol.svg
7298
share/icons/breeze/actions/16/adjustrow.svg
6677
share/icons/breeze/actions/16/adress-book-new.svg
7299
share/icons/breeze/actions/16/adress-book-new.svg
6678
share/icons/breeze/actions/16/aggregation.svg
7300
share/icons/breeze/actions/16/aggregation.svg
6679
share/icons/breeze/actions/16/akonadi-phone-home.svg
7301
share/icons/breeze/actions/16/akonadi-phone-home.svg
Lines 6712-6717 Link Here
6712
share/icons/breeze/actions/16/amarok_playlist_refresh.svg
7334
share/icons/breeze/actions/16/amarok_playlist_refresh.svg
6713
share/icons/breeze/actions/16/amarok_scripts.svg
7335
share/icons/breeze/actions/16/amarok_scripts.svg
6714
share/icons/breeze/actions/16/anchor.svg
7336
share/icons/breeze/actions/16/anchor.svg
7337
share/icons/breeze/actions/16/animation-stage.svg
6715
share/icons/breeze/actions/16/answer-correct.svg
7338
share/icons/breeze/actions/16/answer-correct.svg
6716
share/icons/breeze/actions/16/answer.svg
7339
share/icons/breeze/actions/16/answer.svg
6717
share/icons/breeze/actions/16/application-exit.svg
7340
share/icons/breeze/actions/16/application-exit.svg
Lines 6732-6742 Link Here
6732
share/icons/breeze/actions/16/arrow-up.svg
7355
share/icons/breeze/actions/16/arrow-up.svg
6733
share/icons/breeze/actions/16/arrow.svg
7356
share/icons/breeze/actions/16/arrow.svg
6734
share/icons/breeze/actions/16/artifact.svg
7357
share/icons/breeze/actions/16/artifact.svg
7358
share/icons/breeze/actions/16/artistictext-tool.svg
6735
share/icons/breeze/actions/16/association.svg
7359
share/icons/breeze/actions/16/association.svg
6736
share/icons/breeze/actions/16/atmosphere.svg
7360
share/icons/breeze/actions/16/atmosphere.svg
6737
share/icons/breeze/actions/16/autocorrection.svg
7361
share/icons/breeze/actions/16/autocorrection.svg
6738
share/icons/breeze/actions/16/automated-tasks.svg
7362
share/icons/breeze/actions/16/automated-tasks.svg
6739
share/icons/breeze/actions/16/bitmap-trace.svg
7363
share/icons/breeze/actions/16/bitmap-trace.svg
7364
share/icons/breeze/actions/16/black_sum.svg
6740
share/icons/breeze/actions/16/bookmark-add-folder.svg
7365
share/icons/breeze/actions/16/bookmark-add-folder.svg
6741
share/icons/breeze/actions/16/bookmark-edit.svg
7366
share/icons/breeze/actions/16/bookmark-edit.svg
6742
share/icons/breeze/actions/16/bookmark-new-list.svg
7367
share/icons/breeze/actions/16/bookmark-new-list.svg
Lines 6745-6750 Link Here
6745
share/icons/breeze/actions/16/bookmark-toolbar.svg
7370
share/icons/breeze/actions/16/bookmark-toolbar.svg
6746
share/icons/breeze/actions/16/bookmarks-organize.svg
7371
share/icons/breeze/actions/16/bookmarks-organize.svg
6747
share/icons/breeze/actions/16/bookmarks.svg
7372
share/icons/breeze/actions/16/bookmarks.svg
7373
share/icons/breeze/actions/16/borderpainter.svg
6748
share/icons/breeze/actions/16/bordertool.svg
7374
share/icons/breeze/actions/16/bordertool.svg
6749
share/icons/breeze/actions/16/box.svg
7375
share/icons/breeze/actions/16/box.svg
6750
share/icons/breeze/actions/16/bqm-add.svg
7376
share/icons/breeze/actions/16/bqm-add.svg
Lines 6757-6765 Link Here
6757
share/icons/breeze/actions/16/branch.svg
7383
share/icons/breeze/actions/16/branch.svg
6758
share/icons/breeze/actions/16/call-start.svg
7384
share/icons/breeze/actions/16/call-start.svg
6759
share/icons/breeze/actions/16/call-stop.svg
7385
share/icons/breeze/actions/16/call-stop.svg
7386
share/icons/breeze/actions/16/callout-shape.svg
6760
share/icons/breeze/actions/16/cards-block.svg
7387
share/icons/breeze/actions/16/cards-block.svg
6761
share/icons/breeze/actions/16/category.svg
7388
share/icons/breeze/actions/16/category.svg
6762
share/icons/breeze/actions/16/category2parent.svg
7389
share/icons/breeze/actions/16/category2parent.svg
7390
share/icons/breeze/actions/16/cell_edit.svg
7391
share/icons/breeze/actions/16/cell_layout.svg
6763
share/icons/breeze/actions/16/character-set.svg
7392
share/icons/breeze/actions/16/character-set.svg
6764
share/icons/breeze/actions/16/check_constraint.svg
7393
share/icons/breeze/actions/16/check_constraint.svg
6765
share/icons/breeze/actions/16/checkbox.svg
7394
share/icons/breeze/actions/16/checkbox.svg
Lines 6772-6777 Link Here
6772
share/icons/breeze/actions/16/chronometer-reset.svg
7401
share/icons/breeze/actions/16/chronometer-reset.svg
6773
share/icons/breeze/actions/16/chronometer-start.svg
7402
share/icons/breeze/actions/16/chronometer-start.svg
6774
share/icons/breeze/actions/16/chronometer.svg
7403
share/icons/breeze/actions/16/chronometer.svg
7404
share/icons/breeze/actions/16/circular-arrow-shape.svg
6775
share/icons/breeze/actions/16/class-or-package.svg
7405
share/icons/breeze/actions/16/class-or-package.svg
6776
share/icons/breeze/actions/16/class.svg
7406
share/icons/breeze/actions/16/class.svg
6777
share/icons/breeze/actions/16/clock-large.svg
7407
share/icons/breeze/actions/16/clock-large.svg
Lines 6806-6811 Link Here
6806
share/icons/breeze/actions/16/configure.svg
7436
share/icons/breeze/actions/16/configure.svg
6807
share/icons/breeze/actions/16/contact-new.svg
7437
share/icons/breeze/actions/16/contact-new.svg
6808
share/icons/breeze/actions/16/containment.svg
7438
share/icons/breeze/actions/16/containment.svg
7439
share/icons/breeze/actions/16/createpath.svg
7440
share/icons/breeze/actions/16/cross-shape.svg
6809
share/icons/breeze/actions/16/crosshairs.svg
7441
share/icons/breeze/actions/16/crosshairs.svg
6810
share/icons/breeze/actions/16/cursor-arrow.svg
7442
share/icons/breeze/actions/16/cursor-arrow.svg
6811
share/icons/breeze/actions/16/curve-connector.svg
7443
share/icons/breeze/actions/16/curve-connector.svg
Lines 6824-6829 Link Here
6824
share/icons/breeze/actions/16/deep-history.svg
7456
share/icons/breeze/actions/16/deep-history.svg
6825
share/icons/breeze/actions/16/delete-comment.svg
7457
share/icons/breeze/actions/16/delete-comment.svg
6826
share/icons/breeze/actions/16/delete-table-row.svg
7458
share/icons/breeze/actions/16/delete-table-row.svg
7459
share/icons/breeze/actions/16/delete_table.svg
7460
share/icons/breeze/actions/16/deletecell.svg
6827
share/icons/breeze/actions/16/dependency.svg
7461
share/icons/breeze/actions/16/dependency.svg
6828
share/icons/breeze/actions/16/diag_class.svg
7462
share/icons/breeze/actions/16/diag_class.svg
6829
share/icons/breeze/actions/16/dialog-align-and-distribute.svg
7463
share/icons/breeze/actions/16/dialog-align-and-distribute.svg
Lines 6846-6851 Link Here
6846
share/icons/breeze/actions/16/dialog-transform.svg
7480
share/icons/breeze/actions/16/dialog-transform.svg
6847
share/icons/breeze/actions/16/dialog-xml-editor.svg
7481
share/icons/breeze/actions/16/dialog-xml-editor.svg
6848
share/icons/breeze/actions/16/dirsync.svg
7482
share/icons/breeze/actions/16/dirsync.svg
7483
share/icons/breeze/actions/16/dissociatecell.svg
6849
share/icons/breeze/actions/16/distribute-horizontal-baseline.svg
7484
share/icons/breeze/actions/16/distribute-horizontal-baseline.svg
6850
share/icons/breeze/actions/16/distribute-horizontal-center.svg
7485
share/icons/breeze/actions/16/distribute-horizontal-center.svg
6851
share/icons/breeze/actions/16/distribute-horizontal-equal.svg
7486
share/icons/breeze/actions/16/distribute-horizontal-equal.svg
Lines 7003-7008 Link Here
7003
share/icons/breeze/actions/16/edit-undo.svg
7638
share/icons/breeze/actions/16/edit-undo.svg
7004
share/icons/breeze/actions/16/editimage.svg
7639
share/icons/breeze/actions/16/editimage.svg
7005
share/icons/breeze/actions/16/editor.svg
7640
share/icons/breeze/actions/16/editor.svg
7641
share/icons/breeze/actions/16/editpath.svg
7642
share/icons/breeze/actions/16/edittext.svg
7643
share/icons/breeze/actions/16/ellipse-shape.svg
7006
share/icons/breeze/actions/16/end_of_life.svg
7644
share/icons/breeze/actions/16/end_of_life.svg
7007
share/icons/breeze/actions/16/end_state.svg
7645
share/icons/breeze/actions/16/end_state.svg
7008
share/icons/breeze/actions/16/entity.svg
7646
share/icons/breeze/actions/16/entity.svg
Lines 7143-7148 Link Here
7143
share/icons/breeze/actions/16/geany-build.svg
7781
share/icons/breeze/actions/16/geany-build.svg
7144
share/icons/breeze/actions/16/geany-close-all.svg
7782
share/icons/breeze/actions/16/geany-close-all.svg
7145
share/icons/breeze/actions/16/geany-save-all.svg
7783
share/icons/breeze/actions/16/geany-save-all.svg
7784
share/icons/breeze/actions/16/gearhead-shape.svg
7146
share/icons/breeze/actions/16/generalisation.svg
7785
share/icons/breeze/actions/16/generalisation.svg
7147
share/icons/breeze/actions/16/generalise.svg
7786
share/icons/breeze/actions/16/generalise.svg
7148
share/icons/breeze/actions/16/get-hot-new-stuff.svg
7787
share/icons/breeze/actions/16/get-hot-new-stuff.svg
Lines 7180-7185 Link Here
7180
share/icons/breeze/actions/16/gpg.svg
7819
share/icons/breeze/actions/16/gpg.svg
7181
share/icons/breeze/actions/16/gpgsm.svg
7820
share/icons/breeze/actions/16/gpgsm.svg
7182
share/icons/breeze/actions/16/gps.svg
7821
share/icons/breeze/actions/16/gps.svg
7822
share/icons/breeze/actions/16/gradient.svg
7183
share/icons/breeze/actions/16/grid-axonometric.svg
7823
share/icons/breeze/actions/16/grid-axonometric.svg
7184
share/icons/breeze/actions/16/grid-rectangular.svg
7824
share/icons/breeze/actions/16/grid-rectangular.svg
7185
share/icons/breeze/actions/16/group-delete.svg
7825
share/icons/breeze/actions/16/group-delete.svg
Lines 7221-7227 Link Here
7221
share/icons/breeze/actions/16/help-hint.svg
7861
share/icons/breeze/actions/16/help-hint.svg
7222
share/icons/breeze/actions/16/help-keybord-shortcuts.svg
7862
share/icons/breeze/actions/16/help-keybord-shortcuts.svg
7223
share/icons/breeze/actions/16/help-whatsthis.svg
7863
share/icons/breeze/actions/16/help-whatsthis.svg
7864
share/icons/breeze/actions/16/hide_table_column.svg
7865
share/icons/breeze/actions/16/hide_table_row.svg
7224
share/icons/breeze/actions/16/hidemouse.svg
7866
share/icons/breeze/actions/16/hidemouse.svg
7867
share/icons/breeze/actions/16/highlight-pointer-spot.svg
7225
share/icons/breeze/actions/16/hint.svg
7868
share/icons/breeze/actions/16/hint.svg
7226
share/icons/breeze/actions/16/identity.svg
7869
share/icons/breeze/actions/16/identity.svg
7227
share/icons/breeze/actions/16/im-aim.svg
7870
share/icons/breeze/actions/16/im-aim.svg
Lines 7261-7266 Link Here
7261
share/icons/breeze/actions/16/insert-tableofcontents.svg
7904
share/icons/breeze/actions/16/insert-tableofcontents.svg
7262
share/icons/breeze/actions/16/insert-text-frame.svg
7905
share/icons/breeze/actions/16/insert-text-frame.svg
7263
share/icons/breeze/actions/16/insert-text.svg
7906
share/icons/breeze/actions/16/insert-text.svg
7907
share/icons/breeze/actions/16/insertcell.svg
7908
share/icons/breeze/actions/16/insertcellcopy.svg
7264
share/icons/breeze/actions/16/installed.svg
7909
share/icons/breeze/actions/16/installed.svg
7265
share/icons/breeze/actions/16/interface.svg
7910
share/icons/breeze/actions/16/interface.svg
7266
share/icons/breeze/actions/16/internet-amarok.svg
7911
share/icons/breeze/actions/16/internet-amarok.svg
Lines 7353-7358 Link Here
7353
share/icons/breeze/actions/16/layer-top.svg
7998
share/icons/breeze/actions/16/layer-top.svg
7354
share/icons/breeze/actions/16/layer-visible-off.svg
7999
share/icons/breeze/actions/16/layer-visible-off.svg
7355
share/icons/breeze/actions/16/layer-visible-on.svg
8000
share/icons/breeze/actions/16/layer-visible-on.svg
8001
share/icons/breeze/actions/16/libpeas-plugin.svg
7356
share/icons/breeze/actions/16/license.svg
8002
share/icons/breeze/actions/16/license.svg
7357
share/icons/breeze/actions/16/lighttable.svg
8003
share/icons/breeze/actions/16/lighttable.svg
7358
share/icons/breeze/actions/16/lighttableadd.svg
8004
share/icons/breeze/actions/16/lighttableadd.svg
Lines 7453-7458 Link Here
7453
share/icons/breeze/actions/16/meeting-participant-request-response.svg
8099
share/icons/breeze/actions/16/meeting-participant-request-response.svg
7454
share/icons/breeze/actions/16/menu_new.svg
8100
share/icons/breeze/actions/16/menu_new.svg
7455
share/icons/breeze/actions/16/merge.svg
8101
share/icons/breeze/actions/16/merge.svg
8102
share/icons/breeze/actions/16/mergecell-horizontal.svg
8103
share/icons/breeze/actions/16/mergecell-vertical.svg
8104
share/icons/breeze/actions/16/mergecell.svg
7456
share/icons/breeze/actions/16/message-new.svg
8105
share/icons/breeze/actions/16/message-new.svg
7457
share/icons/breeze/actions/16/messagebox_warning.svg
8106
share/icons/breeze/actions/16/messagebox_warning.svg
7458
share/icons/breeze/actions/16/milestone.svg
8107
share/icons/breeze/actions/16/milestone.svg
Lines 7466-7471 Link Here
7466
share/icons/breeze/actions/16/mode4.svg
8115
share/icons/breeze/actions/16/mode4.svg
7467
share/icons/breeze/actions/16/mode5.svg
8116
share/icons/breeze/actions/16/mode5.svg
7468
share/icons/breeze/actions/16/msgid2msgstr.svg
8117
share/icons/breeze/actions/16/msgid2msgstr.svg
8118
share/icons/breeze/actions/16/multirow.svg
7469
share/icons/breeze/actions/16/music-amarok.svg
8119
share/icons/breeze/actions/16/music-amarok.svg
7470
share/icons/breeze/actions/16/network-connect.svg
8120
share/icons/breeze/actions/16/network-connect.svg
7471
share/icons/breeze/actions/16/network-disconnect.svg
8121
share/icons/breeze/actions/16/network-disconnect.svg
Lines 7594-7600 Link Here
7594
share/icons/breeze/actions/16/path-reverse.svg
8244
share/icons/breeze/actions/16/path-reverse.svg
7595
share/icons/breeze/actions/16/path-simplify.svg
8245
share/icons/breeze/actions/16/path-simplify.svg
7596
share/icons/breeze/actions/16/path-union.svg
8246
share/icons/breeze/actions/16/path-union.svg
8247
share/icons/breeze/actions/16/pattern.svg
7597
share/icons/breeze/actions/16/pdf-annotations.svg
8248
share/icons/breeze/actions/16/pdf-annotations.svg
8249
share/icons/breeze/actions/16/pentagon-shape.svg
7598
share/icons/breeze/actions/16/photo.svg
8250
share/icons/breeze/actions/16/photo.svg
7599
share/icons/breeze/actions/16/photos-amarok.svg
8251
share/icons/breeze/actions/16/photos-amarok.svg
7600
share/icons/breeze/actions/16/pin.svg
8252
share/icons/breeze/actions/16/pin.svg
Lines 7638-7643 Link Here
7638
share/icons/breeze/actions/16/ratiocrop.svg
8290
share/icons/breeze/actions/16/ratiocrop.svg
7639
share/icons/breeze/actions/16/realization.svg
8291
share/icons/breeze/actions/16/realization.svg
7640
share/icons/breeze/actions/16/rectangle-make-corners-sharp.svg
8292
share/icons/breeze/actions/16/rectangle-make-corners-sharp.svg
8293
share/icons/breeze/actions/16/rectangle-shape.svg
7641
share/icons/breeze/actions/16/redeyes.svg
8294
share/icons/breeze/actions/16/redeyes.svg
7642
share/icons/breeze/actions/16/refactor.svg
8295
share/icons/breeze/actions/16/refactor.svg
7643
share/icons/breeze/actions/16/region.svg
8296
share/icons/breeze/actions/16/region.svg
Lines 7645-7651 Link Here
7645
share/icons/breeze/actions/16/remove-amarok.svg
8298
share/icons/breeze/actions/16/remove-amarok.svg
7646
share/icons/breeze/actions/16/remove-link.svg
8299
share/icons/breeze/actions/16/remove-link.svg
7647
share/icons/breeze/actions/16/remove.svg
8300
share/icons/breeze/actions/16/remove.svg
8301
share/icons/breeze/actions/16/removecell.svg
7648
share/icons/breeze/actions/16/repeat.svg
8302
share/icons/breeze/actions/16/repeat.svg
8303
share/icons/breeze/actions/16/resizecol.svg
8304
share/icons/breeze/actions/16/resizerow.svg
7649
share/icons/breeze/actions/16/resource-calendar-child-insert.svg
8305
share/icons/breeze/actions/16/resource-calendar-child-insert.svg
7650
share/icons/breeze/actions/16/resource-calendar-child.svg
8306
share/icons/breeze/actions/16/resource-calendar-child.svg
7651
share/icons/breeze/actions/16/resource-calendar-insert.svg
8307
share/icons/breeze/actions/16/resource-calendar-insert.svg
Lines 7666-7671 Link Here
7666
share/icons/breeze/actions/16/run-install.svg
8322
share/icons/breeze/actions/16/run-install.svg
7667
share/icons/breeze/actions/16/search.svg
8323
share/icons/breeze/actions/16/search.svg
7668
share/icons/breeze/actions/16/select-rectangular.svg
8324
share/icons/breeze/actions/16/select-rectangular.svg
8325
share/icons/breeze/actions/16/select.svg
7669
share/icons/breeze/actions/16/selection-bottom.svg
8326
share/icons/breeze/actions/16/selection-bottom.svg
7670
share/icons/breeze/actions/16/selection-lower.svg
8327
share/icons/breeze/actions/16/selection-lower.svg
7671
share/icons/breeze/actions/16/selection-make-bitmap-copy.svg
8328
share/icons/breeze/actions/16/selection-make-bitmap-copy.svg
Lines 7673-7678 Link Here
7673
share/icons/breeze/actions/16/selection-move-to-layer-below.svg
8330
share/icons/breeze/actions/16/selection-move-to-layer-below.svg
7674
share/icons/breeze/actions/16/selection-raise.svg
8331
share/icons/breeze/actions/16/selection-raise.svg
7675
share/icons/breeze/actions/16/selection-top.svg
8332
share/icons/breeze/actions/16/selection-top.svg
8333
share/icons/breeze/actions/16/selection.svg
7676
share/icons/breeze/actions/16/send_signal.svg
8334
share/icons/breeze/actions/16/send_signal.svg
7677
share/icons/breeze/actions/16/services.svg
8335
share/icons/breeze/actions/16/services.svg
7678
share/icons/breeze/actions/16/set-language.svg
8336
share/icons/breeze/actions/16/set-language.svg
Lines 7688-7693 Link Here
7688
share/icons/breeze/actions/16/show-node-handles.svg
8346
share/icons/breeze/actions/16/show-node-handles.svg
7689
share/icons/breeze/actions/16/show-offline.svg
8347
share/icons/breeze/actions/16/show-offline.svg
7690
share/icons/breeze/actions/16/show-path-outline.svg
8348
share/icons/breeze/actions/16/show-path-outline.svg
8349
share/icons/breeze/actions/16/show_table_column.svg
8350
share/icons/breeze/actions/16/show_table_row.svg
7691
share/icons/breeze/actions/16/shuffle.svg
8351
share/icons/breeze/actions/16/shuffle.svg
7692
share/icons/breeze/actions/16/similarartists-amarok.svg
8352
share/icons/breeze/actions/16/similarartists-amarok.svg
7693
share/icons/breeze/actions/16/smallclock.svg
8353
share/icons/breeze/actions/16/smallclock.svg
Lines 7719-7730 Link Here
7719
share/icons/breeze/actions/16/source-playlist.svg
8379
share/icons/breeze/actions/16/source-playlist.svg
7720
share/icons/breeze/actions/16/source-smart-playlist.svg
8380
share/icons/breeze/actions/16/source-smart-playlist.svg
7721
share/icons/breeze/actions/16/speaker.svg
8381
share/icons/breeze/actions/16/speaker.svg
8382
share/icons/breeze/actions/16/special_paste.svg
7722
share/icons/breeze/actions/16/specific-setup.svg
8383
share/icons/breeze/actions/16/specific-setup.svg
7723
share/icons/breeze/actions/16/speedometer.svg
8384
share/icons/breeze/actions/16/speedometer.svg
8385
share/icons/breeze/actions/16/spiral-shape.svg
7724
share/icons/breeze/actions/16/split.svg
8386
share/icons/breeze/actions/16/split.svg
8387
share/icons/breeze/actions/16/spreadsheetshape.svg
7725
share/icons/breeze/actions/16/standard-connector.svg
8388
share/icons/breeze/actions/16/standard-connector.svg
8389
share/icons/breeze/actions/16/star-shape.svg
7726
share/icons/breeze/actions/16/start-over.svg
8390
share/icons/breeze/actions/16/start-over.svg
7727
share/icons/breeze/actions/16/state-fork.svg
8391
share/icons/breeze/actions/16/state-fork.svg
8392
share/icons/breeze/actions/16/stateshape.svg
8393
share/icons/breeze/actions/16/statetool.svg
7728
share/icons/breeze/actions/16/sticky_zoom.svg
8394
share/icons/breeze/actions/16/sticky_zoom.svg
7729
share/icons/breeze/actions/16/story-editor.svg
8395
share/icons/breeze/actions/16/story-editor.svg
7730
share/icons/breeze/actions/16/straight-connector.svg
8396
share/icons/breeze/actions/16/straight-connector.svg
Lines 7791-7797 Link Here
7791
share/icons/breeze/actions/16/tool-measure.svg
8457
share/icons/breeze/actions/16/tool-measure.svg
7792
share/icons/breeze/actions/16/tool-node-editor.svg
8458
share/icons/breeze/actions/16/tool-node-editor.svg
7793
share/icons/breeze/actions/16/tool-pointer.svg
8459
share/icons/breeze/actions/16/tool-pointer.svg
8460
share/icons/breeze/actions/16/tool-text.svg
7794
share/icons/breeze/actions/16/tool-tweak.svg
8461
share/icons/breeze/actions/16/tool-tweak.svg
8462
share/icons/breeze/actions/16/tool_cellformatting.svg
8463
share/icons/breeze/actions/16/tool_imageeffects.svg
8464
share/icons/breeze/actions/16/tool_pagelayout.svg
8465
share/icons/breeze/actions/16/tool_references.svg
8466
share/icons/breeze/actions/16/tool_review.svg
8467
share/icons/breeze/actions/16/tool_text.svg
7795
share/icons/breeze/actions/16/tools-check-spelling.svg
8468
share/icons/breeze/actions/16/tools-check-spelling.svg
7796
share/icons/breeze/actions/16/tools-media-optical-burn-image.svg
8469
share/icons/breeze/actions/16/tools-media-optical-burn-image.svg
7797
share/icons/breeze/actions/16/tools-media-optical-burn.svg
8470
share/icons/breeze/actions/16/tools-media-optical-burn.svg
Lines 8045-8050 Link Here
8045
share/icons/breeze/actions/22/amarok_playlist_refresh.svg
8718
share/icons/breeze/actions/22/amarok_playlist_refresh.svg
8046
share/icons/breeze/actions/22/amarok_scripts.svg
8719
share/icons/breeze/actions/22/amarok_scripts.svg
8047
share/icons/breeze/actions/22/anchor.svg
8720
share/icons/breeze/actions/22/anchor.svg
8721
share/icons/breeze/actions/22/animation-stage.svg
8048
share/icons/breeze/actions/22/answer-correct.svg
8722
share/icons/breeze/actions/22/answer-correct.svg
8049
share/icons/breeze/actions/22/answer.svg
8723
share/icons/breeze/actions/22/answer.svg
8050
share/icons/breeze/actions/22/antivignetting.svg
8724
share/icons/breeze/actions/22/antivignetting.svg
Lines 8066-8071 Link Here
8066
share/icons/breeze/actions/22/arrow-up.svg
8740
share/icons/breeze/actions/22/arrow-up.svg
8067
share/icons/breeze/actions/22/arrow.svg
8741
share/icons/breeze/actions/22/arrow.svg
8068
share/icons/breeze/actions/22/artifact.svg
8742
share/icons/breeze/actions/22/artifact.svg
8743
share/icons/breeze/actions/22/artistictext-tool.svg
8069
share/icons/breeze/actions/22/association.svg
8744
share/icons/breeze/actions/22/association.svg
8070
share/icons/breeze/actions/22/atmosphere.svg
8745
share/icons/breeze/actions/22/atmosphere.svg
8071
share/icons/breeze/actions/22/auto-scale-all.svg
8746
share/icons/breeze/actions/22/auto-scale-all.svg
Lines 8074-8079 Link Here
8074
share/icons/breeze/actions/22/auto-transition.svg
8749
share/icons/breeze/actions/22/auto-transition.svg
8075
share/icons/breeze/actions/22/auto-type.svg
8750
share/icons/breeze/actions/22/auto-type.svg
8076
share/icons/breeze/actions/22/autocorrection.svg
8751
share/icons/breeze/actions/22/autocorrection.svg
8752
share/icons/breeze/actions/22/backgroundtool.svg
8753
share/icons/breeze/actions/22/black_sum.svg
8077
share/icons/breeze/actions/22/blurfx.svg
8754
share/icons/breeze/actions/22/blurfx.svg
8078
share/icons/breeze/actions/22/blurimage.svg
8755
share/icons/breeze/actions/22/blurimage.svg
8079
share/icons/breeze/actions/22/bookmark-add-folder.svg
8756
share/icons/breeze/actions/22/bookmark-add-folder.svg
Lines 8084-8089 Link Here
8084
share/icons/breeze/actions/22/bookmark-toolbar.svg
8761
share/icons/breeze/actions/22/bookmark-toolbar.svg
8085
share/icons/breeze/actions/22/bookmarks-organize.svg
8762
share/icons/breeze/actions/22/bookmarks-organize.svg
8086
share/icons/breeze/actions/22/bookmarks.svg
8763
share/icons/breeze/actions/22/bookmarks.svg
8764
share/icons/breeze/actions/22/borderpainter.svg
8087
share/icons/breeze/actions/22/bordertool.svg
8765
share/icons/breeze/actions/22/bordertool.svg
8088
share/icons/breeze/actions/22/box.svg
8766
share/icons/breeze/actions/22/box.svg
8089
share/icons/breeze/actions/22/bqm-diff.svg
8767
share/icons/breeze/actions/22/bqm-diff.svg
Lines 8093-8101 Link Here
8093
share/icons/breeze/actions/22/bwtonal.svg
8771
share/icons/breeze/actions/22/bwtonal.svg
8094
share/icons/breeze/actions/22/call-start.svg
8772
share/icons/breeze/actions/22/call-start.svg
8095
share/icons/breeze/actions/22/call-stop.svg
8773
share/icons/breeze/actions/22/call-stop.svg
8774
share/icons/breeze/actions/22/calligraphy.svg
8775
share/icons/breeze/actions/22/callout-shape.svg
8096
share/icons/breeze/actions/22/cards-block.svg
8776
share/icons/breeze/actions/22/cards-block.svg
8097
share/icons/breeze/actions/22/category.svg
8777
share/icons/breeze/actions/22/category.svg
8098
share/icons/breeze/actions/22/category2parent.svg
8778
share/icons/breeze/actions/22/category2parent.svg
8779
share/icons/breeze/actions/22/cell_edit.svg
8780
share/icons/breeze/actions/22/cell_layout.svg
8099
share/icons/breeze/actions/22/channelmixer.svg
8781
share/icons/breeze/actions/22/channelmixer.svg
8100
share/icons/breeze/actions/22/character-set.svg
8782
share/icons/breeze/actions/22/character-set.svg
8101
share/icons/breeze/actions/22/charcoaltool.svg
8783
share/icons/breeze/actions/22/charcoaltool.svg
Lines 8110-8115 Link Here
8110
share/icons/breeze/actions/22/chronometer-reset.svg
8792
share/icons/breeze/actions/22/chronometer-reset.svg
8111
share/icons/breeze/actions/22/chronometer-start.svg
8793
share/icons/breeze/actions/22/chronometer-start.svg
8112
share/icons/breeze/actions/22/chronometer.svg
8794
share/icons/breeze/actions/22/chronometer.svg
8795
share/icons/breeze/actions/22/circular-arrow-shape.svg
8113
share/icons/breeze/actions/22/class-or-package.svg
8796
share/icons/breeze/actions/22/class-or-package.svg
8114
share/icons/breeze/actions/22/class.svg
8797
share/icons/breeze/actions/22/class.svg
8115
share/icons/breeze/actions/22/clock-large.svg
8798
share/icons/breeze/actions/22/clock-large.svg
Lines 8152-8157 Link Here
8152
share/icons/breeze/actions/22/contrast.svg
8835
share/icons/breeze/actions/22/contrast.svg
8153
share/icons/breeze/actions/22/coordinate.svg
8836
share/icons/breeze/actions/22/coordinate.svg
8154
share/icons/breeze/actions/22/copy-coordinates.svg
8837
share/icons/breeze/actions/22/copy-coordinates.svg
8838
share/icons/breeze/actions/22/createpath.svg
8839
share/icons/breeze/actions/22/cross-shape.svg
8155
share/icons/breeze/actions/22/crosshairs.svg
8840
share/icons/breeze/actions/22/crosshairs.svg
8156
share/icons/breeze/actions/22/cursor-arrow.svg
8841
share/icons/breeze/actions/22/cursor-arrow.svg
8157
share/icons/breeze/actions/22/curve-connector.svg
8842
share/icons/breeze/actions/22/curve-connector.svg
Lines 8339-8350 Link Here
8339
share/icons/breeze/actions/22/edit-table-insert-row-under.svg
9024
share/icons/breeze/actions/22/edit-table-insert-row-under.svg
8340
share/icons/breeze/actions/22/edit-text-frame-update.svg
9025
share/icons/breeze/actions/22/edit-text-frame-update.svg
8341
share/icons/breeze/actions/22/edit-undo.svg
9026
share/icons/breeze/actions/22/edit-undo.svg
9027
share/icons/breeze/actions/22/edit_animation.svg
8342
share/icons/breeze/actions/22/editimage.svg
9028
share/icons/breeze/actions/22/editimage.svg
8343
share/icons/breeze/actions/22/editor.svg
9029
share/icons/breeze/actions/22/editor.svg
9030
share/icons/breeze/actions/22/editpath.svg
9031
share/icons/breeze/actions/22/edittext.svg
9032
share/icons/breeze/actions/22/ellipse-shape.svg
8344
share/icons/breeze/actions/22/embosstool.svg
9033
share/icons/breeze/actions/22/embosstool.svg
8345
share/icons/breeze/actions/22/end_of_life.svg
9034
share/icons/breeze/actions/22/end_of_life.svg
8346
share/icons/breeze/actions/22/end_state.svg
9035
share/icons/breeze/actions/22/end_state.svg
8347
share/icons/breeze/actions/22/entity.svg
9036
share/icons/breeze/actions/22/entity.svg
9037
share/icons/breeze/actions/22/entrance_animations.svg
8348
share/icons/breeze/actions/22/entry-delete.svg
9038
share/icons/breeze/actions/22/entry-delete.svg
8349
share/icons/breeze/actions/22/entry-edit.svg
9039
share/icons/breeze/actions/22/entry-edit.svg
8350
share/icons/breeze/actions/22/entry-new.svg
9040
share/icons/breeze/actions/22/entry-new.svg
Lines 8362-8367 Link Here
8362
share/icons/breeze/actions/22/exchange-positions-zorder.svg
9052
share/icons/breeze/actions/22/exchange-positions-zorder.svg
8363
share/icons/breeze/actions/22/exchange-positions.svg
9053
share/icons/breeze/actions/22/exchange-positions.svg
8364
share/icons/breeze/actions/22/exifinfo.svg
9054
share/icons/breeze/actions/22/exifinfo.svg
9055
share/icons/breeze/actions/22/exit_animations.svg
8365
share/icons/breeze/actions/22/favorite-genres-amarok.svg
9056
share/icons/breeze/actions/22/favorite-genres-amarok.svg
8366
share/icons/breeze/actions/22/favorite.svg
9057
share/icons/breeze/actions/22/favorite.svg
8367
share/icons/breeze/actions/22/feed-subscribe.svg
9058
share/icons/breeze/actions/22/feed-subscribe.svg
Lines 8403-8409 Link Here
8403
share/icons/breeze/actions/22/flag-yellow.svg
9094
share/icons/breeze/actions/22/flag-yellow.svg
8404
share/icons/breeze/actions/22/flag.svg
9095
share/icons/breeze/actions/22/flag.svg
8405
share/icons/breeze/actions/22/flash.svg
9096
share/icons/breeze/actions/22/flash.svg
8406
share/icons/breeze/actions/22/folder-html.svg
9097
share/icons/breeze/actions/22/flower-shape.svg
8407
share/icons/breeze/actions/22/folder-new.svg
9098
share/icons/breeze/actions/22/folder-new.svg
8408
share/icons/breeze/actions/22/folder-sync.svg
9099
share/icons/breeze/actions/22/folder-sync.svg
8409
share/icons/breeze/actions/22/followmouse.svg
9100
share/icons/breeze/actions/22/followmouse.svg
Lines 8493-8498 Link Here
8493
share/icons/breeze/actions/22/geany-build.svg
9184
share/icons/breeze/actions/22/geany-build.svg
8494
share/icons/breeze/actions/22/geany-close-all.svg
9185
share/icons/breeze/actions/22/geany-close-all.svg
8495
share/icons/breeze/actions/22/geany-save-all.svg
9186
share/icons/breeze/actions/22/geany-save-all.svg
9187
share/icons/breeze/actions/22/gearhead-shape.svg
8496
share/icons/breeze/actions/22/generalisation.svg
9188
share/icons/breeze/actions/22/generalisation.svg
8497
share/icons/breeze/actions/22/generalise.svg
9189
share/icons/breeze/actions/22/generalise.svg
8498
share/icons/breeze/actions/22/get-hot-new-stuff.svg
9190
share/icons/breeze/actions/22/get-hot-new-stuff.svg
Lines 8530-8535 Link Here
8530
share/icons/breeze/actions/22/gpg.svg
9222
share/icons/breeze/actions/22/gpg.svg
8531
share/icons/breeze/actions/22/gpgsm.svg
9223
share/icons/breeze/actions/22/gpgsm.svg
8532
share/icons/breeze/actions/22/gps.svg
9224
share/icons/breeze/actions/22/gps.svg
9225
share/icons/breeze/actions/22/gradient.svg
8533
share/icons/breeze/actions/22/grid-rectangular.svg
9226
share/icons/breeze/actions/22/grid-rectangular.svg
8534
share/icons/breeze/actions/22/group-delete.svg
9227
share/icons/breeze/actions/22/group-delete.svg
8535
share/icons/breeze/actions/22/group-edit.svg
9228
share/icons/breeze/actions/22/group-edit.svg
Lines 8563-8568 Link Here
8563
share/icons/breeze/actions/22/gtk-undelete-rtl.svg
9256
share/icons/breeze/actions/22/gtk-undelete-rtl.svg
8564
share/icons/breeze/actions/22/gtk-yes.svg
9257
share/icons/breeze/actions/22/gtk-yes.svg
8565
share/icons/breeze/actions/22/guides.svg
9258
share/icons/breeze/actions/22/guides.svg
9259
share/icons/breeze/actions/22/hand.svg
8566
share/icons/breeze/actions/22/handle-left.svg
9260
share/icons/breeze/actions/22/handle-left.svg
8567
share/icons/breeze/actions/22/handle-right.svg
9261
share/icons/breeze/actions/22/handle-right.svg
8568
share/icons/breeze/actions/22/help-about.svg
9262
share/icons/breeze/actions/22/help-about.svg
Lines 8573-8578 Link Here
8573
share/icons/breeze/actions/22/help-hint.svg
9267
share/icons/breeze/actions/22/help-hint.svg
8574
share/icons/breeze/actions/22/help-keybord-shortcuts.svg
9268
share/icons/breeze/actions/22/help-keybord-shortcuts.svg
8575
share/icons/breeze/actions/22/help-whatsthis.svg
9269
share/icons/breeze/actions/22/help-whatsthis.svg
9270
share/icons/breeze/actions/22/hexagon-shape.svg
9271
share/icons/breeze/actions/22/hide_table_column.svg
9272
share/icons/breeze/actions/22/hide_table_row.svg
8576
share/icons/breeze/actions/22/hidemouse.svg
9273
share/icons/breeze/actions/22/hidemouse.svg
8577
share/icons/breeze/actions/22/hint.svg
9274
share/icons/breeze/actions/22/hint.svg
8578
share/icons/breeze/actions/22/hotpixels.svg
9275
share/icons/breeze/actions/22/hotpixels.svg
Lines 8618-8623 Link Here
8618
share/icons/breeze/actions/22/insert-tableofcontents.svg
9315
share/icons/breeze/actions/22/insert-tableofcontents.svg
8619
share/icons/breeze/actions/22/insert-text-frame.svg
9316
share/icons/breeze/actions/22/insert-text-frame.svg
8620
share/icons/breeze/actions/22/insert-text.svg
9317
share/icons/breeze/actions/22/insert-text.svg
9318
share/icons/breeze/actions/22/insertcell.svg
8621
share/icons/breeze/actions/22/interface.svg
9319
share/icons/breeze/actions/22/interface.svg
8622
share/icons/breeze/actions/22/internet-amarok.svg
9320
share/icons/breeze/actions/22/internet-amarok.svg
8623
share/icons/breeze/actions/22/internet-services.svg
9321
share/icons/breeze/actions/22/internet-services.svg
Lines 8754-8759 Link Here
8754
share/icons/breeze/actions/22/kt-start.svg
9452
share/icons/breeze/actions/22/kt-start.svg
8755
share/icons/breeze/actions/22/kt-stop-all.svg
9453
share/icons/breeze/actions/22/kt-stop-all.svg
8756
share/icons/breeze/actions/22/kt-stop.svg
9454
share/icons/breeze/actions/22/kt-stop.svg
9455
share/icons/breeze/actions/22/ktnef_extract_all_to.svg
8757
share/icons/breeze/actions/22/ktnef_extract_to.svg
9456
share/icons/breeze/actions/22/ktnef_extract_to.svg
8758
share/icons/breeze/actions/22/label-amarok.svg
9457
share/icons/breeze/actions/22/label-amarok.svg
8759
share/icons/breeze/actions/22/labplot-1x-zoom.svg
9458
share/icons/breeze/actions/22/labplot-1x-zoom.svg
Lines 8808-8813 Link Here
8808
share/icons/breeze/actions/22/layer-visible-on.svg
9507
share/icons/breeze/actions/22/layer-visible-on.svg
8809
share/icons/breeze/actions/22/lensautofix.svg
9508
share/icons/breeze/actions/22/lensautofix.svg
8810
share/icons/breeze/actions/22/lensdistortion.svg
9509
share/icons/breeze/actions/22/lensdistortion.svg
9510
share/icons/breeze/actions/22/libpeas-plugin.svg
8811
share/icons/breeze/actions/22/license.svg
9511
share/icons/breeze/actions/22/license.svg
8812
share/icons/breeze/actions/22/lighttable.svg
9512
share/icons/breeze/actions/22/lighttable.svg
8813
share/icons/breeze/actions/22/lighttableadd.svg
9513
share/icons/breeze/actions/22/lighttableadd.svg
Lines 8920-8927 Link Here
8920
share/icons/breeze/actions/22/mode3.svg
9620
share/icons/breeze/actions/22/mode3.svg
8921
share/icons/breeze/actions/22/mode4.svg
9621
share/icons/breeze/actions/22/mode4.svg
8922
share/icons/breeze/actions/22/mode5.svg
9622
share/icons/breeze/actions/22/mode5.svg
9623
share/icons/breeze/actions/22/motion_path_animations.svg
8923
share/icons/breeze/actions/22/msgid2msgstr.svg
9624
share/icons/breeze/actions/22/msgid2msgstr.svg
9625
share/icons/breeze/actions/22/multirow.svg
8924
share/icons/breeze/actions/22/music-amarok.svg
9626
share/icons/breeze/actions/22/music-amarok.svg
9627
share/icons/breeze/actions/22/music-note-16th.svg
8925
share/icons/breeze/actions/22/network-connect.svg
9628
share/icons/breeze/actions/22/network-connect.svg
8926
share/icons/breeze/actions/22/network-disconnect.svg
9629
share/icons/breeze/actions/22/network-disconnect.svg
8927
share/icons/breeze/actions/22/new-audio-alarm.svg
9630
share/icons/breeze/actions/22/new-audio-alarm.svg
Lines 9017-9023 Link Here
9017
share/icons/breeze/actions/22/path-mode-spiro.svg
9720
share/icons/breeze/actions/22/path-mode-spiro.svg
9018
share/icons/breeze/actions/22/path-reverse.svg
9721
share/icons/breeze/actions/22/path-reverse.svg
9019
share/icons/breeze/actions/22/path-simplify.svg
9722
share/icons/breeze/actions/22/path-simplify.svg
9723
share/icons/breeze/actions/22/pathshape.svg
9020
share/icons/breeze/actions/22/pdf-annotations.svg
9724
share/icons/breeze/actions/22/pdf-annotations.svg
9725
share/icons/breeze/actions/22/pentagon-shape.svg
9021
share/icons/breeze/actions/22/perspective.svg
9726
share/icons/breeze/actions/22/perspective.svg
9022
share/icons/breeze/actions/22/photo.svg
9727
share/icons/breeze/actions/22/photo.svg
9023
share/icons/breeze/actions/22/photos-amarok.svg
9728
share/icons/breeze/actions/22/photos-amarok.svg
Lines 9074-9079 Link Here
9074
share/icons/breeze/actions/22/randomize.svg
9779
share/icons/breeze/actions/22/randomize.svg
9075
share/icons/breeze/actions/22/ratiocrop.svg
9780
share/icons/breeze/actions/22/ratiocrop.svg
9076
share/icons/breeze/actions/22/realization.svg
9781
share/icons/breeze/actions/22/realization.svg
9782
share/icons/breeze/actions/22/rectangle-shape.svg
9077
share/icons/breeze/actions/22/redeyes.svg
9783
share/icons/breeze/actions/22/redeyes.svg
9078
share/icons/breeze/actions/22/refactor.svg
9784
share/icons/breeze/actions/22/refactor.svg
9079
share/icons/breeze/actions/22/region.svg
9785
share/icons/breeze/actions/22/region.svg
Lines 9081-9086 Link Here
9081
share/icons/breeze/actions/22/remove-amarok.svg
9787
share/icons/breeze/actions/22/remove-amarok.svg
9082
share/icons/breeze/actions/22/remove-link.svg
9788
share/icons/breeze/actions/22/remove-link.svg
9083
share/icons/breeze/actions/22/remove.svg
9789
share/icons/breeze/actions/22/remove.svg
9790
share/icons/breeze/actions/22/removecell.svg
9084
share/icons/breeze/actions/22/repeat.svg
9791
share/icons/breeze/actions/22/repeat.svg
9085
share/icons/breeze/actions/22/resource-calendar-child-insert.svg
9792
share/icons/breeze/actions/22/resource-calendar-child-insert.svg
9086
share/icons/breeze/actions/22/resource-calendar-child.svg
9793
share/icons/breeze/actions/22/resource-calendar-child.svg
Lines 9101-9106 Link Here
9101
share/icons/breeze/actions/22/run-clean.svg
9808
share/icons/breeze/actions/22/run-clean.svg
9102
share/icons/breeze/actions/22/run-install.svg
9809
share/icons/breeze/actions/22/run-install.svg
9103
share/icons/breeze/actions/22/select-rectangular.svg
9810
share/icons/breeze/actions/22/select-rectangular.svg
9811
share/icons/breeze/actions/22/select.svg
9812
share/icons/breeze/actions/22/selection.svg
9104
share/icons/breeze/actions/22/send_signal.svg
9813
share/icons/breeze/actions/22/send_signal.svg
9105
share/icons/breeze/actions/22/services.svg
9814
share/icons/breeze/actions/22/services.svg
9106
share/icons/breeze/actions/22/set-language.svg
9815
share/icons/breeze/actions/22/set-language.svg
Lines 9116-9121 Link Here
9116
share/icons/breeze/actions/22/show-node-handles.svg
9825
share/icons/breeze/actions/22/show-node-handles.svg
9117
share/icons/breeze/actions/22/show-offline.svg
9826
share/icons/breeze/actions/22/show-offline.svg
9118
share/icons/breeze/actions/22/show-path-outline.svg
9827
share/icons/breeze/actions/22/show-path-outline.svg
9828
share/icons/breeze/actions/22/show_table_column.svg
9829
share/icons/breeze/actions/22/show_table_row.svg
9119
share/icons/breeze/actions/22/shuffle.svg
9830
share/icons/breeze/actions/22/shuffle.svg
9120
share/icons/breeze/actions/22/similarartists-amarok.svg
9831
share/icons/breeze/actions/22/similarartists-amarok.svg
9121
share/icons/breeze/actions/22/skg-chart-bubble.svg
9832
share/icons/breeze/actions/22/skg-chart-bubble.svg
Lines 9126-9131 Link Here
9126
share/icons/breeze/actions/22/skrooge_much_more.svg
9837
share/icons/breeze/actions/22/skrooge_much_more.svg
9127
share/icons/breeze/actions/22/skrooge_type.svg
9838
share/icons/breeze/actions/22/skrooge_type.svg
9128
share/icons/breeze/actions/22/smallclock.svg
9839
share/icons/breeze/actions/22/smallclock.svg
9840
share/icons/breeze/actions/22/smiley-shape.svg
9129
share/icons/breeze/actions/22/smooth.svg
9841
share/icons/breeze/actions/22/smooth.svg
9130
share/icons/breeze/actions/22/snap-bounding-box-center.svg
9842
share/icons/breeze/actions/22/snap-bounding-box-center.svg
9131
share/icons/breeze/actions/22/snap-bounding-box-corners.svg
9843
share/icons/breeze/actions/22/snap-bounding-box-corners.svg
Lines 9149-9160 Link Here
9149
share/icons/breeze/actions/22/sort-presence.svg
9861
share/icons/breeze/actions/22/sort-presence.svg
9150
share/icons/breeze/actions/22/sort_incr.svg
9862
share/icons/breeze/actions/22/sort_incr.svg
9151
share/icons/breeze/actions/22/speaker.svg
9863
share/icons/breeze/actions/22/speaker.svg
9864
share/icons/breeze/actions/22/special_paste.svg
9152
share/icons/breeze/actions/22/specific-setup.svg
9865
share/icons/breeze/actions/22/specific-setup.svg
9153
share/icons/breeze/actions/22/speedometer.svg
9866
share/icons/breeze/actions/22/speedometer.svg
9867
share/icons/breeze/actions/22/spiral-shape.svg
9154
share/icons/breeze/actions/22/split.svg
9868
share/icons/breeze/actions/22/split.svg
9869
share/icons/breeze/actions/22/spreadsheetshape.svg
9155
share/icons/breeze/actions/22/standard-connector.svg
9870
share/icons/breeze/actions/22/standard-connector.svg
9871
share/icons/breeze/actions/22/star-shape.svg
9156
share/icons/breeze/actions/22/start-over.svg
9872
share/icons/breeze/actions/22/start-over.svg
9157
share/icons/breeze/actions/22/state-fork.svg
9873
share/icons/breeze/actions/22/state-fork.svg
9874
share/icons/breeze/actions/22/stateshape.svg
9875
share/icons/breeze/actions/22/statetool.svg
9158
share/icons/breeze/actions/22/step_object_Anchor.svg
9876
share/icons/breeze/actions/22/step_object_Anchor.svg
9159
share/icons/breeze/actions/22/step_object_Box.svg
9877
share/icons/breeze/actions/22/step_object_Box.svg
9160
share/icons/breeze/actions/22/step_object_ChargedParticle.svg
9878
share/icons/breeze/actions/22/step_object_ChargedParticle.svg
Lines 9254-9261 Link Here
9254
share/icons/breeze/actions/22/tool-node-editor.svg
9972
share/icons/breeze/actions/22/tool-node-editor.svg
9255
share/icons/breeze/actions/22/tool-pointer.svg
9973
share/icons/breeze/actions/22/tool-pointer.svg
9256
share/icons/breeze/actions/22/tool-spray.svg
9974
share/icons/breeze/actions/22/tool-spray.svg
9975
share/icons/breeze/actions/22/tool-text.svg
9257
share/icons/breeze/actions/22/tool-tweak.svg
9976
share/icons/breeze/actions/22/tool-tweak.svg
9258
share/icons/breeze/actions/22/tool_brush.svg
9977
share/icons/breeze/actions/22/tool_brush.svg
9978
share/icons/breeze/actions/22/tool_cellformatting.svg
9259
share/icons/breeze/actions/22/tool_color_eraser.svg
9979
share/icons/breeze/actions/22/tool_color_eraser.svg
9260
share/icons/breeze/actions/22/tool_color_picker.svg
9980
share/icons/breeze/actions/22/tool_color_picker.svg
9261
share/icons/breeze/actions/22/tool_curve.svg
9981
share/icons/breeze/actions/22/tool_curve.svg
Lines 9264-9275 Link Here
9264
share/icons/breeze/actions/22/tool_eraser.svg
9984
share/icons/breeze/actions/22/tool_eraser.svg
9265
share/icons/breeze/actions/22/tool_flood_fill.svg
9985
share/icons/breeze/actions/22/tool_flood_fill.svg
9266
share/icons/breeze/actions/22/tool_free_form_selection.svg
9986
share/icons/breeze/actions/22/tool_free_form_selection.svg
9987
share/icons/breeze/actions/22/tool_imageeffects.svg
9267
share/icons/breeze/actions/22/tool_line.svg
9988
share/icons/breeze/actions/22/tool_line.svg
9989
share/icons/breeze/actions/22/tool_pagelayout.svg
9268
share/icons/breeze/actions/22/tool_pen.svg
9990
share/icons/breeze/actions/22/tool_pen.svg
9269
share/icons/breeze/actions/22/tool_polygon.svg
9991
share/icons/breeze/actions/22/tool_polygon.svg
9270
share/icons/breeze/actions/22/tool_polyline.svg
9992
share/icons/breeze/actions/22/tool_polyline.svg
9271
share/icons/breeze/actions/22/tool_rect_selection.svg
9993
share/icons/breeze/actions/22/tool_rect_selection.svg
9272
share/icons/breeze/actions/22/tool_rectangle.svg
9994
share/icons/breeze/actions/22/tool_rectangle.svg
9995
share/icons/breeze/actions/22/tool_references.svg
9996
share/icons/breeze/actions/22/tool_review.svg
9273
share/icons/breeze/actions/22/tool_rounded_rectangle.svg
9997
share/icons/breeze/actions/22/tool_rounded_rectangle.svg
9274
share/icons/breeze/actions/22/tool_spraycan.svg
9998
share/icons/breeze/actions/22/tool_spraycan.svg
9275
share/icons/breeze/actions/22/tool_text.svg
9999
share/icons/breeze/actions/22/tool_text.svg
Lines 9442-9447 Link Here
9442
share/icons/breeze/actions/22/view_fit_to_page.svg
10166
share/icons/breeze/actions/22/view_fit_to_page.svg
9443
share/icons/breeze/actions/22/viewimage.svg
10167
share/icons/breeze/actions/22/viewimage.svg
9444
share/icons/breeze/actions/22/visibility.svg
10168
share/icons/breeze/actions/22/visibility.svg
10169
share/icons/breeze/actions/22/wallet-closed.svg
10170
share/icons/breeze/actions/22/wallet-open.svg
9445
share/icons/breeze/actions/22/whitebalance.svg
10171
share/icons/breeze/actions/22/whitebalance.svg
9446
share/icons/breeze/actions/22/window-close.svg
10172
share/icons/breeze/actions/22/window-close.svg
9447
share/icons/breeze/actions/22/window-duplicate.svg
10173
share/icons/breeze/actions/22/window-duplicate.svg
Lines 9475-9480 Link Here
9475
share/icons/breeze/actions/22/zoom-original.svg
10201
share/icons/breeze/actions/22/zoom-original.svg
9476
share/icons/breeze/actions/22/zoom-out-large.svg
10202
share/icons/breeze/actions/22/zoom-out-large.svg
9477
share/icons/breeze/actions/22/zoom-out.svg
10203
share/icons/breeze/actions/22/zoom-out.svg
10204
share/icons/breeze/actions/22/zoom-pixels.svg
9478
share/icons/breeze/actions/22/zoom-previous.svg
10205
share/icons/breeze/actions/22/zoom-previous.svg
9479
share/icons/breeze/actions/22/zoom-select-fit.svg
10206
share/icons/breeze/actions/22/zoom-select-fit.svg
9480
share/icons/breeze/actions/22/zoom-select-x.svg
10207
share/icons/breeze/actions/22/zoom-select-x.svg
Lines 10143-10148 Link Here
10143
share/icons/breeze/actions/24/run-clean.svg
10870
share/icons/breeze/actions/24/run-clean.svg
10144
share/icons/breeze/actions/24/run-install.svg
10871
share/icons/breeze/actions/24/run-install.svg
10145
share/icons/breeze/actions/24/select-rectangular.svg
10872
share/icons/breeze/actions/24/select-rectangular.svg
10873
share/icons/breeze/actions/24/select.svg
10146
share/icons/breeze/actions/24/services.svg
10874
share/icons/breeze/actions/24/services.svg
10147
share/icons/breeze/actions/24/shapes.svg
10875
share/icons/breeze/actions/24/shapes.svg
10148
share/icons/breeze/actions/24/sharpenimage.svg
10876
share/icons/breeze/actions/24/sharpenimage.svg
Lines 10573-10578 Link Here
10573
share/icons/breeze/actions/32/page-zoom.svg
11301
share/icons/breeze/actions/32/page-zoom.svg
10574
share/icons/breeze/actions/32/percent.svg
11302
share/icons/breeze/actions/32/percent.svg
10575
share/icons/breeze/actions/32/qa.svg
11303
share/icons/breeze/actions/32/qa.svg
11304
share/icons/breeze/actions/32/select.svg
10576
share/icons/breeze/actions/32/system-lock-screen.svg
11305
share/icons/breeze/actions/32/system-lock-screen.svg
10577
share/icons/breeze/actions/32/system-log-out.svg
11306
share/icons/breeze/actions/32/system-log-out.svg
10578
share/icons/breeze/actions/32/system-reboot.svg
11307
share/icons/breeze/actions/32/system-reboot.svg
Lines 11127-11132 Link Here
11127
share/icons/breeze/apps/48/grub-customizer.svg
11856
share/icons/breeze/apps/48/grub-customizer.svg
11128
share/icons/breeze/apps/48/gtkhash.svg
11857
share/icons/breeze/apps/48/gtkhash.svg
11129
share/icons/breeze/apps/48/gwenview.svg
11858
share/icons/breeze/apps/48/gwenview.svg
11859
share/icons/breeze/apps/48/haguichi.svg
11130
share/icons/breeze/apps/48/handbrake.svg
11860
share/icons/breeze/apps/48/handbrake.svg
11131
share/icons/breeze/apps/48/help-browser.svg
11861
share/icons/breeze/apps/48/help-browser.svg
11132
share/icons/breeze/apps/48/homebank.svg
11862
share/icons/breeze/apps/48/homebank.svg
Lines 11204-11209 Link Here
11204
share/icons/breeze/apps/48/kpresenter.svg
11934
share/icons/breeze/apps/48/kpresenter.svg
11205
share/icons/breeze/apps/48/krdc.svg
11935
share/icons/breeze/apps/48/krdc.svg
11206
share/icons/breeze/apps/48/krename.svg
11936
share/icons/breeze/apps/48/krename.svg
11937
share/icons/breeze/apps/48/krfb.svg
11207
share/icons/breeze/apps/48/kronometer.svg
11938
share/icons/breeze/apps/48/kronometer.svg
11208
share/icons/breeze/apps/48/kruler.svg
11939
share/icons/breeze/apps/48/kruler.svg
11209
share/icons/breeze/apps/48/krusader_root.svg
11940
share/icons/breeze/apps/48/krusader_root.svg
Lines 11306-11311 Link Here
11306
share/icons/breeze/apps/48/step.svg
12037
share/icons/breeze/apps/48/step.svg
11307
share/icons/breeze/apps/48/sublime.svg
12038
share/icons/breeze/apps/48/sublime.svg
11308
share/icons/breeze/apps/48/subtitlecomposer.svg
12039
share/icons/breeze/apps/48/subtitlecomposer.svg
12040
share/icons/breeze/apps/48/sweeper.svg
11309
share/icons/breeze/apps/48/synaptic.svg
12041
share/icons/breeze/apps/48/synaptic.svg
11310
share/icons/breeze/apps/48/synfig_icon.svg
12042
share/icons/breeze/apps/48/synfig_icon.svg
11311
share/icons/breeze/apps/48/system-file-manager.svg
12043
share/icons/breeze/apps/48/system-file-manager.svg
Lines 11369-11374 Link Here
11369
share/icons/breeze/devices/16/camera-photo.svg
12101
share/icons/breeze/devices/16/camera-photo.svg
11370
share/icons/breeze/devices/16/computer-laptop.svg
12102
share/icons/breeze/devices/16/computer-laptop.svg
11371
share/icons/breeze/devices/16/computer.svg
12103
share/icons/breeze/devices/16/computer.svg
12104
share/icons/breeze/devices/16/cups.svg
12105
share/icons/breeze/devices/16/cupsprinter.svg
11372
share/icons/breeze/devices/16/drive-harddisk.svg
12106
share/icons/breeze/devices/16/drive-harddisk.svg
11373
share/icons/breeze/devices/16/drive-removable-media-usb-pendrive.svg
12107
share/icons/breeze/devices/16/drive-removable-media-usb-pendrive.svg
11374
share/icons/breeze/devices/16/drive-removable-media-usb.svg
12108
share/icons/breeze/devices/16/drive-removable-media-usb.svg
Lines 11397-11407 Link Here
11397
share/icons/breeze/devices/16/network-wireless-disconnected.svg
12131
share/icons/breeze/devices/16/network-wireless-disconnected.svg
11398
share/icons/breeze/devices/16/network-wireless.svg
12132
share/icons/breeze/devices/16/network-wireless.svg
11399
share/icons/breeze/devices/16/phone.svg
12133
share/icons/breeze/devices/16/phone.svg
12134
share/icons/breeze/devices/16/printer.svg
11400
share/icons/breeze/devices/16/smartphone.svg
12135
share/icons/breeze/devices/16/smartphone.svg
11401
share/icons/breeze/devices/16/tablet.svg
12136
share/icons/breeze/devices/16/tablet.svg
11402
share/icons/breeze/devices/22/camera-photo.svg
12137
share/icons/breeze/devices/22/camera-photo.svg
11403
share/icons/breeze/devices/22/computer-laptop.svg
12138
share/icons/breeze/devices/22/computer-laptop.svg
11404
share/icons/breeze/devices/22/computer.svg
12139
share/icons/breeze/devices/22/computer.svg
12140
share/icons/breeze/devices/22/cups.svg
12141
share/icons/breeze/devices/22/cupsprinter.svg
11405
share/icons/breeze/devices/22/drive-harddisk.svg
12142
share/icons/breeze/devices/22/drive-harddisk.svg
11406
share/icons/breeze/devices/22/drive-removable-media-usb-pendrive.svg
12143
share/icons/breeze/devices/22/drive-removable-media-usb-pendrive.svg
11407
share/icons/breeze/devices/22/drive-removable-media-usb.svg
12144
share/icons/breeze/devices/22/drive-removable-media-usb.svg
Lines 11433-11438 Link Here
11433
share/icons/breeze/devices/22/network-wireless-disconnected.svg
12170
share/icons/breeze/devices/22/network-wireless-disconnected.svg
11434
share/icons/breeze/devices/22/network-wireless.svg
12171
share/icons/breeze/devices/22/network-wireless.svg
11435
share/icons/breeze/devices/22/phone.svg
12172
share/icons/breeze/devices/22/phone.svg
12173
share/icons/breeze/devices/22/printer.svg
11436
share/icons/breeze/devices/22/smartphone.svg
12174
share/icons/breeze/devices/22/smartphone.svg
11437
share/icons/breeze/devices/22/tablet.svg
12175
share/icons/breeze/devices/22/tablet.svg
11438
share/icons/breeze/devices/64/audio-card.svg
12176
share/icons/breeze/devices/64/audio-card.svg
Lines 11443-11448 Link Here
11443
share/icons/breeze/devices/64/computer-laptop.svg
12181
share/icons/breeze/devices/64/computer-laptop.svg
11444
share/icons/breeze/devices/64/computer.svg
12182
share/icons/breeze/devices/64/computer.svg
11445
share/icons/breeze/devices/64/cpu.svg
12183
share/icons/breeze/devices/64/cpu.svg
12184
share/icons/breeze/devices/64/cups.svg
12185
share/icons/breeze/devices/64/cupsprinter.svg
11446
share/icons/breeze/devices/64/drive-harddisk.svg
12186
share/icons/breeze/devices/64/drive-harddisk.svg
11447
share/icons/breeze/devices/64/drive-removable-media-usb-pendrive.svg
12187
share/icons/breeze/devices/64/drive-removable-media-usb-pendrive.svg
11448
share/icons/breeze/devices/64/drive-removable-media-usb.svg
12188
share/icons/breeze/devices/64/drive-removable-media-usb.svg
Lines 11769-11774 Link Here
11769
share/icons/breeze/mimetypes/16/application-x-quattropro.svg
12509
share/icons/breeze/mimetypes/16/application-x-quattropro.svg
11770
share/icons/breeze/mimetypes/16/application-x-rar.svg
12510
share/icons/breeze/mimetypes/16/application-x-rar.svg
11771
share/icons/breeze/mimetypes/16/application-x-raw-disk-image.svg
12511
share/icons/breeze/mimetypes/16/application-x-raw-disk-image.svg
12512
share/icons/breeze/mimetypes/16/application-x-rdata.svg
11772
share/icons/breeze/mimetypes/16/application-x-rpm.svg
12513
share/icons/breeze/mimetypes/16/application-x-rpm.svg
11773
share/icons/breeze/mimetypes/16/application-x-ruby.svg
12514
share/icons/breeze/mimetypes/16/application-x-ruby.svg
11774
share/icons/breeze/mimetypes/16/application-x-sharedlib.svg
12515
share/icons/breeze/mimetypes/16/application-x-sharedlib.svg
Lines 11957-11962 Link Here
11957
share/icons/breeze/mimetypes/16/text-x-po.svg
12698
share/icons/breeze/mimetypes/16/text-x-po.svg
11958
share/icons/breeze/mimetypes/16/text-x-python.svg
12699
share/icons/breeze/mimetypes/16/text-x-python.svg
11959
share/icons/breeze/mimetypes/16/text-x-qml.svg
12700
share/icons/breeze/mimetypes/16/text-x-qml.svg
12701
share/icons/breeze/mimetypes/16/text-x-r.svg
11960
share/icons/breeze/mimetypes/16/text-x-readme.svg
12702
share/icons/breeze/mimetypes/16/text-x-readme.svg
11961
share/icons/breeze/mimetypes/16/text-x-rpm-spec.svg
12703
share/icons/breeze/mimetypes/16/text-x-rpm-spec.svg
11962
share/icons/breeze/mimetypes/16/text-x-rust.svg
12704
share/icons/breeze/mimetypes/16/text-x-rust.svg
Lines 12211-12216 Link Here
12211
share/icons/breeze/mimetypes/22/application-x-quattropro.svg
12953
share/icons/breeze/mimetypes/22/application-x-quattropro.svg
12212
share/icons/breeze/mimetypes/22/application-x-rar.svg
12954
share/icons/breeze/mimetypes/22/application-x-rar.svg
12213
share/icons/breeze/mimetypes/22/application-x-raw-disk-image.svg
12955
share/icons/breeze/mimetypes/22/application-x-raw-disk-image.svg
12956
share/icons/breeze/mimetypes/22/application-x-rdata.svg
12214
share/icons/breeze/mimetypes/22/application-x-rpm.svg
12957
share/icons/breeze/mimetypes/22/application-x-rpm.svg
12215
share/icons/breeze/mimetypes/22/application-x-ruby.svg
12958
share/icons/breeze/mimetypes/22/application-x-ruby.svg
12216
share/icons/breeze/mimetypes/22/application-x-sharedlib.svg
12959
share/icons/breeze/mimetypes/22/application-x-sharedlib.svg
Lines 12398-12403 Link Here
12398
share/icons/breeze/mimetypes/22/text-x-po.svg
13141
share/icons/breeze/mimetypes/22/text-x-po.svg
12399
share/icons/breeze/mimetypes/22/text-x-python.svg
13142
share/icons/breeze/mimetypes/22/text-x-python.svg
12400
share/icons/breeze/mimetypes/22/text-x-qml.svg
13143
share/icons/breeze/mimetypes/22/text-x-qml.svg
13144
share/icons/breeze/mimetypes/22/text-x-r.svg
12401
share/icons/breeze/mimetypes/22/text-x-readme.svg
13145
share/icons/breeze/mimetypes/22/text-x-readme.svg
12402
share/icons/breeze/mimetypes/22/text-x-rpm-spec.svg
13146
share/icons/breeze/mimetypes/22/text-x-rpm-spec.svg
12403
share/icons/breeze/mimetypes/22/text-x-rust.svg
13147
share/icons/breeze/mimetypes/22/text-x-rust.svg
Lines 12652-12657 Link Here
12652
share/icons/breeze/mimetypes/32/application-x-quattropro.svg
13396
share/icons/breeze/mimetypes/32/application-x-quattropro.svg
12653
share/icons/breeze/mimetypes/32/application-x-rar.svg
13397
share/icons/breeze/mimetypes/32/application-x-rar.svg
12654
share/icons/breeze/mimetypes/32/application-x-raw-disk-image.svg
13398
share/icons/breeze/mimetypes/32/application-x-raw-disk-image.svg
13399
share/icons/breeze/mimetypes/32/application-x-rdata.svg
12655
share/icons/breeze/mimetypes/32/application-x-rpm.svg
13400
share/icons/breeze/mimetypes/32/application-x-rpm.svg
12656
share/icons/breeze/mimetypes/32/application-x-ruby.svg
13401
share/icons/breeze/mimetypes/32/application-x-ruby.svg
12657
share/icons/breeze/mimetypes/32/application-x-sharedlib.svg
13402
share/icons/breeze/mimetypes/32/application-x-sharedlib.svg
Lines 12839-12844 Link Here
12839
share/icons/breeze/mimetypes/32/text-x-po.svg
13584
share/icons/breeze/mimetypes/32/text-x-po.svg
12840
share/icons/breeze/mimetypes/32/text-x-python.svg
13585
share/icons/breeze/mimetypes/32/text-x-python.svg
12841
share/icons/breeze/mimetypes/32/text-x-qml.svg
13586
share/icons/breeze/mimetypes/32/text-x-qml.svg
13587
share/icons/breeze/mimetypes/32/text-x-r.svg
12842
share/icons/breeze/mimetypes/32/text-x-readme.svg
13588
share/icons/breeze/mimetypes/32/text-x-readme.svg
12843
share/icons/breeze/mimetypes/32/text-x-rpm-spec.svg
13589
share/icons/breeze/mimetypes/32/text-x-rpm-spec.svg
12844
share/icons/breeze/mimetypes/32/text-x-rust.svg
13590
share/icons/breeze/mimetypes/32/text-x-rust.svg
Lines 13093-13098 Link Here
13093
share/icons/breeze/mimetypes/64/application-x-quattropro.svg
13839
share/icons/breeze/mimetypes/64/application-x-quattropro.svg
13094
share/icons/breeze/mimetypes/64/application-x-rar.svg
13840
share/icons/breeze/mimetypes/64/application-x-rar.svg
13095
share/icons/breeze/mimetypes/64/application-x-raw-disk-image.svg
13841
share/icons/breeze/mimetypes/64/application-x-raw-disk-image.svg
13842
share/icons/breeze/mimetypes/64/application-x-rdata.svg
13096
share/icons/breeze/mimetypes/64/application-x-rpm.svg
13843
share/icons/breeze/mimetypes/64/application-x-rpm.svg
13097
share/icons/breeze/mimetypes/64/application-x-ruby.svg
13844
share/icons/breeze/mimetypes/64/application-x-ruby.svg
13098
share/icons/breeze/mimetypes/64/application-x-sharedlib.svg
13845
share/icons/breeze/mimetypes/64/application-x-sharedlib.svg
Lines 13280-13285 Link Here
13280
share/icons/breeze/mimetypes/64/text-x-po.svg
14027
share/icons/breeze/mimetypes/64/text-x-po.svg
13281
share/icons/breeze/mimetypes/64/text-x-python.svg
14028
share/icons/breeze/mimetypes/64/text-x-python.svg
13282
share/icons/breeze/mimetypes/64/text-x-qml.svg
14029
share/icons/breeze/mimetypes/64/text-x-qml.svg
14030
share/icons/breeze/mimetypes/64/text-x-r.svg
13283
share/icons/breeze/mimetypes/64/text-x-readme.svg
14031
share/icons/breeze/mimetypes/64/text-x-readme.svg
13284
share/icons/breeze/mimetypes/64/text-x-rpm-spec.svg
14032
share/icons/breeze/mimetypes/64/text-x-rpm-spec.svg
13285
share/icons/breeze/mimetypes/64/text-x-rust.svg
14033
share/icons/breeze/mimetypes/64/text-x-rust.svg
Lines 13694-13699 Link Here
13694
share/icons/breeze/status/22/dropboxstatus-idle.svg
14442
share/icons/breeze/status/22/dropboxstatus-idle.svg
13695
share/icons/breeze/status/22/dropboxstatus-logo.svg
14443
share/icons/breeze/status/22/dropboxstatus-logo.svg
13696
share/icons/breeze/status/22/dropboxstatus-x.svg
14444
share/icons/breeze/status/22/dropboxstatus-x.svg
14445
share/icons/breeze/status/22/haguichi-connected.svg
14446
share/icons/breeze/status/22/haguichi-connecting-1.svg
14447
share/icons/breeze/status/22/haguichi-connecting-2.svg
14448
share/icons/breeze/status/22/haguichi-connecting-3.svg
14449
share/icons/breeze/status/22/haguichi-disconnected.svg
13697
share/icons/breeze/status/22/input-caps-on.svg
14450
share/icons/breeze/status/22/input-caps-on.svg
13698
share/icons/breeze/status/22/input-keyboard-virtual-off.svg
14451
share/icons/breeze/status/22/input-keyboard-virtual-off.svg
13699
share/icons/breeze/status/22/input-keyboard-virtual-on.svg
14452
share/icons/breeze/status/22/input-keyboard-virtual-on.svg
(-)x11-themes/kf5-kemoticons/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934878
1
TIMESTAMP = 1483950431
2
SHA256 (KDE/frameworks/5.29.0/kemoticons-5.29.0.tar.xz) = 6a29ae178ffdf8c17877bdb001914fc7a6b55199e92e17971e0bfbd91524b577
2
SHA256 (KDE/frameworks/5.30.0/kemoticons-5.30.0.tar.xz) = d4125c19db3d4c18ed7a97a9e63607ec5a379c9aaea1ebb968818210744f6a40
3
SIZE (KDE/frameworks/5.29.0/kemoticons-5.29.0.tar.xz) = 1694676
3
SIZE (KDE/frameworks/5.30.0/kemoticons-5.30.0.tar.xz) = 1694568
(-)x11-themes/kf5-kiconthemes/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934879
1
TIMESTAMP = 1483950431
2
SHA256 (KDE/frameworks/5.29.0/kiconthemes-5.29.0.tar.xz) = b01cd2eb5a7e2cfdf611e343bbbfdacdcd98c47904a132ba9a0bd65dcf36b225
2
SHA256 (KDE/frameworks/5.30.0/kiconthemes-5.30.0.tar.xz) = e969d2180f0d5b0802e7c57d63ff78314562cad4b50dbb3a0935d5edc4c33d6a
3
SIZE (KDE/frameworks/5.29.0/kiconthemes-5.29.0.tar.xz) = 1442400
3
SIZE (KDE/frameworks/5.30.0/kiconthemes-5.30.0.tar.xz) = 204076
(-)x11-themes/kf5-oxygen-icons5/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934881
1
TIMESTAMP = 1483950433
2
SHA256 (KDE/frameworks/5.29.0/oxygen-icons5-5.29.0.tar.xz) = 933c226ba028578a67da4091e70990abb06831b665ee0fe6aef137fb1ded32c9
2
SHA256 (KDE/frameworks/5.30.0/oxygen-icons5-5.30.0.tar.xz) = 14ceead9522c188574b826ee03fe6cdb9715fde50ef5fdd62c28bf2de67333ac
3
SIZE (KDE/frameworks/5.29.0/oxygen-icons5-5.29.0.tar.xz) = 234134192
3
SIZE (KDE/frameworks/5.30.0/oxygen-icons5-5.30.0.tar.xz) = 234226672
(-)x11-themes/kf5-oxygen-icons5/pkg-plist (+150 lines)
Lines 114-119 Link Here
114
share/icons/oxygen/base/128x128/apps/digikam.png
114
share/icons/oxygen/base/128x128/apps/digikam.png
115
share/icons/oxygen/base/128x128/apps/dragonplayer.png
115
share/icons/oxygen/base/128x128/apps/dragonplayer.png
116
share/icons/oxygen/base/128x128/apps/esd.png
116
share/icons/oxygen/base/128x128/apps/esd.png
117
share/icons/oxygen/base/128x128/apps/expoblending.png
117
share/icons/oxygen/base/128x128/apps/fontforge.png
118
share/icons/oxygen/base/128x128/apps/fontforge.png
118
share/icons/oxygen/base/128x128/apps/graphics-viewer-document.png
119
share/icons/oxygen/base/128x128/apps/graphics-viewer-document.png
119
share/icons/oxygen/base/128x128/apps/gwenview.png
120
share/icons/oxygen/base/128x128/apps/gwenview.png
Lines 126-131 Link Here
126
share/icons/oxygen/base/128x128/apps/k3b.png
127
share/icons/oxygen/base/128x128/apps/k3b.png
127
share/icons/oxygen/base/128x128/apps/kaddressbook.png
128
share/icons/oxygen/base/128x128/apps/kaddressbook.png
128
share/icons/oxygen/base/128x128/apps/kaffeine.png
129
share/icons/oxygen/base/128x128/apps/kaffeine.png
130
share/icons/oxygen/base/128x128/apps/kalarm.png
129
share/icons/oxygen/base/128x128/apps/kate.png
131
share/icons/oxygen/base/128x128/apps/kate.png
130
share/icons/oxygen/base/128x128/apps/kblogger.png
132
share/icons/oxygen/base/128x128/apps/kblogger.png
131
share/icons/oxygen/base/128x128/apps/kbruch.png
133
share/icons/oxygen/base/128x128/apps/kbruch.png
Lines 186-191 Link Here
186
share/icons/oxygen/base/128x128/apps/okteta.png
188
share/icons/oxygen/base/128x128/apps/okteta.png
187
share/icons/oxygen/base/128x128/apps/okular.png
189
share/icons/oxygen/base/128x128/apps/okular.png
188
share/icons/oxygen/base/128x128/apps/oxygen.png
190
share/icons/oxygen/base/128x128/apps/oxygen.png
191
share/icons/oxygen/base/128x128/apps/panorama.png
189
share/icons/oxygen/base/128x128/apps/partitionmanager.png
192
share/icons/oxygen/base/128x128/apps/partitionmanager.png
190
share/icons/oxygen/base/128x128/apps/picmi.png
193
share/icons/oxygen/base/128x128/apps/picmi.png
191
share/icons/oxygen/base/128x128/apps/planner.png
194
share/icons/oxygen/base/128x128/apps/planner.png
Lines 825-844 Link Here
825
share/icons/oxygen/base/16x16/actions/add-placemark.png
828
share/icons/oxygen/base/16x16/actions/add-placemark.png
826
share/icons/oxygen/base/16x16/actions/address-book-new.png
829
share/icons/oxygen/base/16x16/actions/address-book-new.png
827
share/icons/oxygen/base/16x16/actions/addressbook-details.png
830
share/icons/oxygen/base/16x16/actions/addressbook-details.png
831
share/icons/oxygen/base/16x16/actions/adress-book-new.png
832
share/icons/oxygen/base/16x16/actions/akonadi-phone-home.png
828
share/icons/oxygen/base/16x16/actions/albumfolder-importdir.png
833
share/icons/oxygen/base/16x16/actions/albumfolder-importdir.png
829
share/icons/oxygen/base/16x16/actions/albumfolder-importimages.png
834
share/icons/oxygen/base/16x16/actions/albumfolder-importimages.png
830
share/icons/oxygen/base/16x16/actions/albumfolder-new.png
835
share/icons/oxygen/base/16x16/actions/albumfolder-new.png
831
share/icons/oxygen/base/16x16/actions/albumfolder-properties.png
836
share/icons/oxygen/base/16x16/actions/albumfolder-properties.png
832
share/icons/oxygen/base/16x16/actions/albumfolder-user-trash.png
837
share/icons/oxygen/base/16x16/actions/albumfolder-user-trash.png
838
share/icons/oxygen/base/16x16/actions/align-horizontal-bottom-out.png
833
share/icons/oxygen/base/16x16/actions/align-horizontal-center.png
839
share/icons/oxygen/base/16x16/actions/align-horizontal-center.png
834
share/icons/oxygen/base/16x16/actions/align-horizontal-left-out.png
840
share/icons/oxygen/base/16x16/actions/align-horizontal-left-out.png
841
share/icons/oxygen/base/16x16/actions/align-horizontal-left-to-anchor.png
835
share/icons/oxygen/base/16x16/actions/align-horizontal-left.png
842
share/icons/oxygen/base/16x16/actions/align-horizontal-left.png
836
share/icons/oxygen/base/16x16/actions/align-horizontal-right-out.png
843
share/icons/oxygen/base/16x16/actions/align-horizontal-right-out.png
844
share/icons/oxygen/base/16x16/actions/align-horizontal-right-to-anchor.png
837
share/icons/oxygen/base/16x16/actions/align-horizontal-right.png
845
share/icons/oxygen/base/16x16/actions/align-horizontal-right.png
846
share/icons/oxygen/base/16x16/actions/align-horizontal-top-out.png
838
share/icons/oxygen/base/16x16/actions/align-vertical-bottom-out.png
847
share/icons/oxygen/base/16x16/actions/align-vertical-bottom-out.png
848
share/icons/oxygen/base/16x16/actions/align-vertical-bottom-to-anchor.png
839
share/icons/oxygen/base/16x16/actions/align-vertical-bottom.png
849
share/icons/oxygen/base/16x16/actions/align-vertical-bottom.png
840
share/icons/oxygen/base/16x16/actions/align-vertical-center.png
850
share/icons/oxygen/base/16x16/actions/align-vertical-center.png
841
share/icons/oxygen/base/16x16/actions/align-vertical-top-out.png
851
share/icons/oxygen/base/16x16/actions/align-vertical-top-out.png
852
share/icons/oxygen/base/16x16/actions/align-vertical-top-to-anchor.png
842
share/icons/oxygen/base/16x16/actions/align-vertical-top.png
853
share/icons/oxygen/base/16x16/actions/align-vertical-top.png
843
share/icons/oxygen/base/16x16/actions/amarok_artist.png
854
share/icons/oxygen/base/16x16/actions/amarok_artist.png
844
share/icons/oxygen/base/16x16/actions/amarok_clock.png
855
share/icons/oxygen/base/16x16/actions/amarok_clock.png
Lines 864-874 Link Here
864
share/icons/oxygen/base/16x16/actions/arrow-right.png
875
share/icons/oxygen/base/16x16/actions/arrow-right.png
865
share/icons/oxygen/base/16x16/actions/arrow-up-double.png
876
share/icons/oxygen/base/16x16/actions/arrow-up-double.png
866
share/icons/oxygen/base/16x16/actions/arrow-up.png
877
share/icons/oxygen/base/16x16/actions/arrow-up.png
878
share/icons/oxygen/base/16x16/actions/atmosphere.png
867
share/icons/oxygen/base/16x16/actions/audio-on.png
879
share/icons/oxygen/base/16x16/actions/audio-on.png
868
share/icons/oxygen/base/16x16/actions/bookmark-add-folder.png
880
share/icons/oxygen/base/16x16/actions/bookmark-add-folder.png
869
share/icons/oxygen/base/16x16/actions/bookmark-edit.png
881
share/icons/oxygen/base/16x16/actions/bookmark-edit.png
870
share/icons/oxygen/base/16x16/actions/bookmark-new-list.png
882
share/icons/oxygen/base/16x16/actions/bookmark-new-list.png
871
share/icons/oxygen/base/16x16/actions/bookmark-new.png
883
share/icons/oxygen/base/16x16/actions/bookmark-new.png
884
share/icons/oxygen/base/16x16/actions/bookmark-remove.png
872
share/icons/oxygen/base/16x16/actions/bookmark-toolbar.png
885
share/icons/oxygen/base/16x16/actions/bookmark-toolbar.png
873
share/icons/oxygen/base/16x16/actions/bookmarks-organize.png
886
share/icons/oxygen/base/16x16/actions/bookmarks-organize.png
874
share/icons/oxygen/base/16x16/actions/bookmarks.png
887
share/icons/oxygen/base/16x16/actions/bookmarks.png
Lines 903-912 Link Here
903
share/icons/oxygen/base/16x16/actions/code-variable.png
916
share/icons/oxygen/base/16x16/actions/code-variable.png
904
share/icons/oxygen/base/16x16/actions/collection-rescan-amarok.png
917
share/icons/oxygen/base/16x16/actions/collection-rescan-amarok.png
905
share/icons/oxygen/base/16x16/actions/color-fill.png
918
share/icons/oxygen/base/16x16/actions/color-fill.png
919
share/icons/oxygen/base/16x16/actions/color-management.png
906
share/icons/oxygen/base/16x16/actions/color-picker-black.png
920
share/icons/oxygen/base/16x16/actions/color-picker-black.png
907
share/icons/oxygen/base/16x16/actions/color-picker-grey.png
921
share/icons/oxygen/base/16x16/actions/color-picker-grey.png
908
share/icons/oxygen/base/16x16/actions/color-picker-white.png
922
share/icons/oxygen/base/16x16/actions/color-picker-white.png
909
share/icons/oxygen/base/16x16/actions/color-picker.png
923
share/icons/oxygen/base/16x16/actions/color-picker.png
924
share/icons/oxygen/base/16x16/actions/colormanagement.png
910
share/icons/oxygen/base/16x16/actions/component.png
925
share/icons/oxygen/base/16x16/actions/component.png
911
share/icons/oxygen/base/16x16/actions/configure-shortcuts.png
926
share/icons/oxygen/base/16x16/actions/configure-shortcuts.png
912
share/icons/oxygen/base/16x16/actions/configure-toolbars.png
927
share/icons/oxygen/base/16x16/actions/configure-toolbars.png
Lines 938-955 Link Here
938
share/icons/oxygen/base/16x16/actions/dirsync.png
953
share/icons/oxygen/base/16x16/actions/dirsync.png
939
share/icons/oxygen/base/16x16/actions/distribute-horizontal-center.png
954
share/icons/oxygen/base/16x16/actions/distribute-horizontal-center.png
940
share/icons/oxygen/base/16x16/actions/distribute-horizontal-equal.png
955
share/icons/oxygen/base/16x16/actions/distribute-horizontal-equal.png
956
share/icons/oxygen/base/16x16/actions/distribute-horizontal-gaps.png
941
share/icons/oxygen/base/16x16/actions/distribute-horizontal-left.png
957
share/icons/oxygen/base/16x16/actions/distribute-horizontal-left.png
942
share/icons/oxygen/base/16x16/actions/distribute-horizontal-margin.png
958
share/icons/oxygen/base/16x16/actions/distribute-horizontal-margin.png
943
share/icons/oxygen/base/16x16/actions/distribute-horizontal-page.png
959
share/icons/oxygen/base/16x16/actions/distribute-horizontal-page.png
944
share/icons/oxygen/base/16x16/actions/distribute-horizontal-right.png
960
share/icons/oxygen/base/16x16/actions/distribute-horizontal-right.png
945
share/icons/oxygen/base/16x16/actions/distribute-horizontal-x.png
961
share/icons/oxygen/base/16x16/actions/distribute-horizontal-x.png
962
share/icons/oxygen/base/16x16/actions/distribute-horizontal.png
946
share/icons/oxygen/base/16x16/actions/distribute-vertical-bottom.png
963
share/icons/oxygen/base/16x16/actions/distribute-vertical-bottom.png
947
share/icons/oxygen/base/16x16/actions/distribute-vertical-center.png
964
share/icons/oxygen/base/16x16/actions/distribute-vertical-center.png
948
share/icons/oxygen/base/16x16/actions/distribute-vertical-equal.png
965
share/icons/oxygen/base/16x16/actions/distribute-vertical-equal.png
966
share/icons/oxygen/base/16x16/actions/distribute-vertical-gaps.png
949
share/icons/oxygen/base/16x16/actions/distribute-vertical-margin.png
967
share/icons/oxygen/base/16x16/actions/distribute-vertical-margin.png
950
share/icons/oxygen/base/16x16/actions/distribute-vertical-page.png
968
share/icons/oxygen/base/16x16/actions/distribute-vertical-page.png
951
share/icons/oxygen/base/16x16/actions/distribute-vertical-top.png
969
share/icons/oxygen/base/16x16/actions/distribute-vertical-top.png
952
share/icons/oxygen/base/16x16/actions/distribute-vertical-y.png
970
share/icons/oxygen/base/16x16/actions/distribute-vertical-y.png
971
share/icons/oxygen/base/16x16/actions/distribute-vertical.png
953
share/icons/oxygen/base/16x16/actions/document-cleanup.png
972
share/icons/oxygen/base/16x16/actions/document-cleanup.png
954
share/icons/oxygen/base/16x16/actions/document-close.png
973
share/icons/oxygen/base/16x16/actions/document-close.png
955
share/icons/oxygen/base/16x16/actions/document-decrypt.png
974
share/icons/oxygen/base/16x16/actions/document-decrypt.png
Lines 967-972 Link Here
967
share/icons/oxygen/base/16x16/actions/document-import-ocal.png
986
share/icons/oxygen/base/16x16/actions/document-import-ocal.png
968
share/icons/oxygen/base/16x16/actions/document-import.png
987
share/icons/oxygen/base/16x16/actions/document-import.png
969
share/icons/oxygen/base/16x16/actions/document-multiple.png
988
share/icons/oxygen/base/16x16/actions/document-multiple.png
989
share/icons/oxygen/base/16x16/actions/document-new-from-template.png
970
share/icons/oxygen/base/16x16/actions/document-new.png
990
share/icons/oxygen/base/16x16/actions/document-new.png
971
share/icons/oxygen/base/16x16/actions/document-open-data.png
991
share/icons/oxygen/base/16x16/actions/document-open-data.png
972
share/icons/oxygen/base/16x16/actions/document-open-folder.png
992
share/icons/oxygen/base/16x16/actions/document-open-folder.png
Lines 984-993 Link Here
984
share/icons/oxygen/base/16x16/actions/document-save-all.png
1004
share/icons/oxygen/base/16x16/actions/document-save-all.png
985
share/icons/oxygen/base/16x16/actions/document-save-as.png
1005
share/icons/oxygen/base/16x16/actions/document-save-as.png
986
share/icons/oxygen/base/16x16/actions/document-save.png
1006
share/icons/oxygen/base/16x16/actions/document-save.png
1007
share/icons/oxygen/base/16x16/actions/document-share.png
987
share/icons/oxygen/base/16x16/actions/document-sign.png
1008
share/icons/oxygen/base/16x16/actions/document-sign.png
988
share/icons/oxygen/base/16x16/actions/document-swap.png
1009
share/icons/oxygen/base/16x16/actions/document-swap.png
989
share/icons/oxygen/base/16x16/actions/documentation.png
1010
share/icons/oxygen/base/16x16/actions/documentation.png
990
share/icons/oxygen/base/16x16/actions/documentinfo.png
1011
share/icons/oxygen/base/16x16/actions/documentinfo.png
1012
share/icons/oxygen/base/16x16/actions/download-amarok.png
991
share/icons/oxygen/base/16x16/actions/download-later.png
1013
share/icons/oxygen/base/16x16/actions/download-later.png
992
share/icons/oxygen/base/16x16/actions/download.png
1014
share/icons/oxygen/base/16x16/actions/download.png
993
share/icons/oxygen/base/16x16/actions/draw-arrow-back.png
1015
share/icons/oxygen/base/16x16/actions/draw-arrow-back.png
Lines 1031-1036 Link Here
1031
share/icons/oxygen/base/16x16/actions/edit-cut.png
1053
share/icons/oxygen/base/16x16/actions/edit-cut.png
1032
share/icons/oxygen/base/16x16/actions/edit-delete-shred.png
1054
share/icons/oxygen/base/16x16/actions/edit-delete-shred.png
1033
share/icons/oxygen/base/16x16/actions/edit-delete.png
1055
share/icons/oxygen/base/16x16/actions/edit-delete.png
1056
share/icons/oxygen/base/16x16/actions/edit-download.png
1034
share/icons/oxygen/base/16x16/actions/edit-duplicate.png
1057
share/icons/oxygen/base/16x16/actions/edit-duplicate.png
1035
share/icons/oxygen/base/16x16/actions/edit-entry.png
1058
share/icons/oxygen/base/16x16/actions/edit-entry.png
1036
share/icons/oxygen/base/16x16/actions/edit-find-mail.png
1059
share/icons/oxygen/base/16x16/actions/edit-find-mail.png
Lines 1189-1194 Link Here
1189
share/icons/oxygen/base/16x16/actions/gtk-properties.png
1212
share/icons/oxygen/base/16x16/actions/gtk-properties.png
1190
share/icons/oxygen/base/16x16/actions/gtk-quit.png
1213
share/icons/oxygen/base/16x16/actions/gtk-quit.png
1191
share/icons/oxygen/base/16x16/actions/gtk-select-color.png
1214
share/icons/oxygen/base/16x16/actions/gtk-select-color.png
1215
share/icons/oxygen/base/16x16/actions/gtk-select-font.png
1192
share/icons/oxygen/base/16x16/actions/gtk-stop.png
1216
share/icons/oxygen/base/16x16/actions/gtk-stop.png
1193
share/icons/oxygen/base/16x16/actions/gtk-undelete-ltr.png
1217
share/icons/oxygen/base/16x16/actions/gtk-undelete-ltr.png
1194
share/icons/oxygen/base/16x16/actions/gtk-undelete-rtl.png
1218
share/icons/oxygen/base/16x16/actions/gtk-undelete-rtl.png
Lines 1201-1206 Link Here
1201
share/icons/oxygen/base/16x16/actions/help-feedback.png
1225
share/icons/oxygen/base/16x16/actions/help-feedback.png
1202
share/icons/oxygen/base/16x16/actions/help-hint.png
1226
share/icons/oxygen/base/16x16/actions/help-hint.png
1203
share/icons/oxygen/base/16x16/actions/help-keybord-shortcuts.png
1227
share/icons/oxygen/base/16x16/actions/help-keybord-shortcuts.png
1228
share/icons/oxygen/base/16x16/actions/hint.png
1204
share/icons/oxygen/base/16x16/actions/identity.png
1229
share/icons/oxygen/base/16x16/actions/identity.png
1205
share/icons/oxygen/base/16x16/actions/im-aim.png
1230
share/icons/oxygen/base/16x16/actions/im-aim.png
1206
share/icons/oxygen/base/16x16/actions/im-ban-kick-user.png
1231
share/icons/oxygen/base/16x16/actions/im-ban-kick-user.png
Lines 1232-1237 Link Here
1232
share/icons/oxygen/base/16x16/actions/insert-text.png
1257
share/icons/oxygen/base/16x16/actions/insert-text.png
1233
share/icons/oxygen/base/16x16/actions/interface.png
1258
share/icons/oxygen/base/16x16/actions/interface.png
1234
share/icons/oxygen/base/16x16/actions/internet-amarok.png
1259
share/icons/oxygen/base/16x16/actions/internet-amarok.png
1260
share/icons/oxygen/base/16x16/actions/irc-channel-active.png
1261
share/icons/oxygen/base/16x16/actions/irc-channel-inactive.png
1235
share/icons/oxygen/base/16x16/actions/irc-close-channel.png
1262
share/icons/oxygen/base/16x16/actions/irc-close-channel.png
1236
share/icons/oxygen/base/16x16/actions/irc-join-channel.png
1263
share/icons/oxygen/base/16x16/actions/irc-join-channel.png
1237
share/icons/oxygen/base/16x16/actions/irc-operator.png
1264
share/icons/oxygen/base/16x16/actions/irc-operator.png
Lines 1282-1287 Link Here
1282
share/icons/oxygen/base/16x16/actions/layer-rename.png
1309
share/icons/oxygen/base/16x16/actions/layer-rename.png
1283
share/icons/oxygen/base/16x16/actions/layer-visible-off.png
1310
share/icons/oxygen/base/16x16/actions/layer-visible-off.png
1284
share/icons/oxygen/base/16x16/actions/layer-visible-on.png
1311
share/icons/oxygen/base/16x16/actions/layer-visible-on.png
1312
share/icons/oxygen/base/16x16/actions/lighttable.png
1285
share/icons/oxygen/base/16x16/actions/lighttableadd.png
1313
share/icons/oxygen/base/16x16/actions/lighttableadd.png
1286
share/icons/oxygen/base/16x16/actions/list-add-font.png
1314
share/icons/oxygen/base/16x16/actions/list-add-font.png
1287
share/icons/oxygen/base/16x16/actions/list-add-user.png
1315
share/icons/oxygen/base/16x16/actions/list-add-user.png
Lines 1429-1434 Link Here
1429
share/icons/oxygen/base/16x16/actions/quickopen-file.png
1457
share/icons/oxygen/base/16x16/actions/quickopen-file.png
1430
share/icons/oxygen/base/16x16/actions/quickopen-function.png
1458
share/icons/oxygen/base/16x16/actions/quickopen-function.png
1431
share/icons/oxygen/base/16x16/actions/quickopen.png
1459
share/icons/oxygen/base/16x16/actions/quickopen.png
1460
share/icons/oxygen/base/16x16/actions/quickview.png
1432
share/icons/oxygen/base/16x16/actions/rating.png
1461
share/icons/oxygen/base/16x16/actions/rating.png
1433
share/icons/oxygen/base/16x16/actions/ratiocrop.png
1462
share/icons/oxygen/base/16x16/actions/ratiocrop.png
1434
share/icons/oxygen/base/16x16/actions/refactor.png
1463
share/icons/oxygen/base/16x16/actions/refactor.png
Lines 1677-1682 Link Here
1677
share/icons/oxygen/base/16x16/actions/window-close.png
1706
share/icons/oxygen/base/16x16/actions/window-close.png
1678
share/icons/oxygen/base/16x16/actions/window-duplicate.png
1707
share/icons/oxygen/base/16x16/actions/window-duplicate.png
1679
share/icons/oxygen/base/16x16/actions/window-new.png
1708
share/icons/oxygen/base/16x16/actions/window-new.png
1709
share/icons/oxygen/base/16x16/actions/window-next.png
1710
share/icons/oxygen/base/16x16/actions/window-previous.png
1680
share/icons/oxygen/base/16x16/actions/x-clementine-artist.png
1711
share/icons/oxygen/base/16x16/actions/x-clementine-artist.png
1681
share/icons/oxygen/base/16x16/actions/x-shape-image.png
1712
share/icons/oxygen/base/16x16/actions/x-shape-image.png
1682
share/icons/oxygen/base/16x16/actions/x-shape-text.png
1713
share/icons/oxygen/base/16x16/actions/x-shape-text.png
Lines 1702-1707 Link Here
1702
share/icons/oxygen/base/16x16/actions/zoom-select-x.png
1733
share/icons/oxygen/base/16x16/actions/zoom-select-x.png
1703
share/icons/oxygen/base/16x16/actions/zoom-select-y.png
1734
share/icons/oxygen/base/16x16/actions/zoom-select-y.png
1704
share/icons/oxygen/base/16x16/actions/zoom-select.png
1735
share/icons/oxygen/base/16x16/actions/zoom-select.png
1736
share/icons/oxygen/base/16x16/actions/zoom.png
1705
share/icons/oxygen/base/16x16/animations/process-idle-kde.png
1737
share/icons/oxygen/base/16x16/animations/process-idle-kde.png
1706
share/icons/oxygen/base/16x16/animations/process-working-kde.png
1738
share/icons/oxygen/base/16x16/animations/process-working-kde.png
1707
share/icons/oxygen/base/16x16/apps/Charm.png
1739
share/icons/oxygen/base/16x16/apps/Charm.png
Lines 1727-1732 Link Here
1727
share/icons/oxygen/base/16x16/apps/digikam.png
1759
share/icons/oxygen/base/16x16/apps/digikam.png
1728
share/icons/oxygen/base/16x16/apps/dragonplayer.png
1760
share/icons/oxygen/base/16x16/apps/dragonplayer.png
1729
share/icons/oxygen/base/16x16/apps/esd.png
1761
share/icons/oxygen/base/16x16/apps/esd.png
1762
share/icons/oxygen/base/16x16/apps/expoblending.png
1730
share/icons/oxygen/base/16x16/apps/fontforge.png
1763
share/icons/oxygen/base/16x16/apps/fontforge.png
1731
share/icons/oxygen/base/16x16/apps/graphics-viewer-document.png
1764
share/icons/oxygen/base/16x16/apps/graphics-viewer-document.png
1732
share/icons/oxygen/base/16x16/apps/gwenview.png
1765
share/icons/oxygen/base/16x16/apps/gwenview.png
Lines 1739-1744 Link Here
1739
share/icons/oxygen/base/16x16/apps/java.png
1772
share/icons/oxygen/base/16x16/apps/java.png
1740
share/icons/oxygen/base/16x16/apps/k3b.png
1773
share/icons/oxygen/base/16x16/apps/k3b.png
1741
share/icons/oxygen/base/16x16/apps/kaffeine.png
1774
share/icons/oxygen/base/16x16/apps/kaffeine.png
1775
share/icons/oxygen/base/16x16/apps/kalarm.png
1742
share/icons/oxygen/base/16x16/apps/kate.png
1776
share/icons/oxygen/base/16x16/apps/kate.png
1743
share/icons/oxygen/base/16x16/apps/kblogger.png
1777
share/icons/oxygen/base/16x16/apps/kblogger.png
1744
share/icons/oxygen/base/16x16/apps/kbruch.png
1778
share/icons/oxygen/base/16x16/apps/kbruch.png
Lines 1797-1802 Link Here
1797
share/icons/oxygen/base/16x16/apps/okteta.png
1831
share/icons/oxygen/base/16x16/apps/okteta.png
1798
share/icons/oxygen/base/16x16/apps/okular.png
1832
share/icons/oxygen/base/16x16/apps/okular.png
1799
share/icons/oxygen/base/16x16/apps/oxygen.png
1833
share/icons/oxygen/base/16x16/apps/oxygen.png
1834
share/icons/oxygen/base/16x16/apps/panorama.png
1800
share/icons/oxygen/base/16x16/apps/partitionmanager.png
1835
share/icons/oxygen/base/16x16/apps/partitionmanager.png
1801
share/icons/oxygen/base/16x16/apps/picmi.png
1836
share/icons/oxygen/base/16x16/apps/picmi.png
1802
share/icons/oxygen/base/16x16/apps/plasma.png
1837
share/icons/oxygen/base/16x16/apps/plasma.png
Lines 2349-2354 Link Here
2349
share/icons/oxygen/base/16x16/mimetypes/x-office-spreadsheet.png
2384
share/icons/oxygen/base/16x16/mimetypes/x-office-spreadsheet.png
2350
share/icons/oxygen/base/16x16/places/bookmarks.png
2385
share/icons/oxygen/base/16x16/places/bookmarks.png
2351
share/icons/oxygen/base/16x16/places/certificate-server.png
2386
share/icons/oxygen/base/16x16/places/certificate-server.png
2387
share/icons/oxygen/base/16x16/places/desktop.png
2352
share/icons/oxygen/base/16x16/places/document-multiple.png
2388
share/icons/oxygen/base/16x16/places/document-multiple.png
2353
share/icons/oxygen/base/16x16/places/favorites.png
2389
share/icons/oxygen/base/16x16/places/favorites.png
2354
share/icons/oxygen/base/16x16/places/folder-activities.png
2390
share/icons/oxygen/base/16x16/places/folder-activities.png
Lines 2398-2403 Link Here
2398
share/icons/oxygen/base/16x16/places/folder-violet.png
2434
share/icons/oxygen/base/16x16/places/folder-violet.png
2399
share/icons/oxygen/base/16x16/places/folder-yellow.png
2435
share/icons/oxygen/base/16x16/places/folder-yellow.png
2400
share/icons/oxygen/base/16x16/places/folder.png
2436
share/icons/oxygen/base/16x16/places/folder.png
2437
share/icons/oxygen/base/16x16/places/folder_html.png
2401
share/icons/oxygen/base/16x16/places/mail-folder-inbox.png
2438
share/icons/oxygen/base/16x16/places/mail-folder-inbox.png
2402
share/icons/oxygen/base/16x16/places/mail-folder-outbox.png
2439
share/icons/oxygen/base/16x16/places/mail-folder-outbox.png
2403
share/icons/oxygen/base/16x16/places/mail-folder-sent.png
2440
share/icons/oxygen/base/16x16/places/mail-folder-sent.png
Lines 2526-2545 Link Here
2526
share/icons/oxygen/base/22x22/actions/actor.png
2563
share/icons/oxygen/base/22x22/actions/actor.png
2527
share/icons/oxygen/base/22x22/actions/address-book-new.png
2564
share/icons/oxygen/base/22x22/actions/address-book-new.png
2528
share/icons/oxygen/base/22x22/actions/addressbook-details.png
2565
share/icons/oxygen/base/22x22/actions/addressbook-details.png
2566
share/icons/oxygen/base/22x22/actions/adress-book-new.png
2567
share/icons/oxygen/base/22x22/actions/akonadi-phone-home.png
2529
share/icons/oxygen/base/22x22/actions/albumfolder-importdir.png
2568
share/icons/oxygen/base/22x22/actions/albumfolder-importdir.png
2530
share/icons/oxygen/base/22x22/actions/albumfolder-importimages.png
2569
share/icons/oxygen/base/22x22/actions/albumfolder-importimages.png
2531
share/icons/oxygen/base/22x22/actions/albumfolder-new.png
2570
share/icons/oxygen/base/22x22/actions/albumfolder-new.png
2532
share/icons/oxygen/base/22x22/actions/albumfolder-properties.png
2571
share/icons/oxygen/base/22x22/actions/albumfolder-properties.png
2533
share/icons/oxygen/base/22x22/actions/albumfolder-user-trash.png
2572
share/icons/oxygen/base/22x22/actions/albumfolder-user-trash.png
2573
share/icons/oxygen/base/22x22/actions/align-horizontal-bottom-out.png
2534
share/icons/oxygen/base/22x22/actions/align-horizontal-center.png
2574
share/icons/oxygen/base/22x22/actions/align-horizontal-center.png
2535
share/icons/oxygen/base/22x22/actions/align-horizontal-left-out.png
2575
share/icons/oxygen/base/22x22/actions/align-horizontal-left-out.png
2576
share/icons/oxygen/base/22x22/actions/align-horizontal-left-to-anchor.png
2536
share/icons/oxygen/base/22x22/actions/align-horizontal-left.png
2577
share/icons/oxygen/base/22x22/actions/align-horizontal-left.png
2537
share/icons/oxygen/base/22x22/actions/align-horizontal-right-out.png
2578
share/icons/oxygen/base/22x22/actions/align-horizontal-right-out.png
2579
share/icons/oxygen/base/22x22/actions/align-horizontal-right-to-anchor.png
2538
share/icons/oxygen/base/22x22/actions/align-horizontal-right.png
2580
share/icons/oxygen/base/22x22/actions/align-horizontal-right.png
2581
share/icons/oxygen/base/22x22/actions/align-horizontal-top-out.png
2539
share/icons/oxygen/base/22x22/actions/align-vertical-bottom-out.png
2582
share/icons/oxygen/base/22x22/actions/align-vertical-bottom-out.png
2583
share/icons/oxygen/base/22x22/actions/align-vertical-bottom-to-anchor.png
2540
share/icons/oxygen/base/22x22/actions/align-vertical-bottom.png
2584
share/icons/oxygen/base/22x22/actions/align-vertical-bottom.png
2541
share/icons/oxygen/base/22x22/actions/align-vertical-center.png
2585
share/icons/oxygen/base/22x22/actions/align-vertical-center.png
2542
share/icons/oxygen/base/22x22/actions/align-vertical-top-out.png
2586
share/icons/oxygen/base/22x22/actions/align-vertical-top-out.png
2587
share/icons/oxygen/base/22x22/actions/align-vertical-top-to-anchor.png
2543
share/icons/oxygen/base/22x22/actions/align-vertical-top.png
2588
share/icons/oxygen/base/22x22/actions/align-vertical-top.png
2544
share/icons/oxygen/base/22x22/actions/amarok_artist.png
2589
share/icons/oxygen/base/22x22/actions/amarok_artist.png
2545
share/icons/oxygen/base/22x22/actions/amarok_clock.png
2590
share/icons/oxygen/base/22x22/actions/amarok_clock.png
Lines 2566-2575 Link Here
2566
share/icons/oxygen/base/22x22/actions/arrow-up-double.png
2611
share/icons/oxygen/base/22x22/actions/arrow-up-double.png
2567
share/icons/oxygen/base/22x22/actions/arrow-up.png
2612
share/icons/oxygen/base/22x22/actions/arrow-up.png
2568
share/icons/oxygen/base/22x22/actions/arrow.png
2613
share/icons/oxygen/base/22x22/actions/arrow.png
2614
share/icons/oxygen/base/22x22/actions/atmosphere.png
2569
share/icons/oxygen/base/22x22/actions/bookmark-add-folder.png
2615
share/icons/oxygen/base/22x22/actions/bookmark-add-folder.png
2570
share/icons/oxygen/base/22x22/actions/bookmark-edit.png
2616
share/icons/oxygen/base/22x22/actions/bookmark-edit.png
2571
share/icons/oxygen/base/22x22/actions/bookmark-new-list.png
2617
share/icons/oxygen/base/22x22/actions/bookmark-new-list.png
2572
share/icons/oxygen/base/22x22/actions/bookmark-new.png
2618
share/icons/oxygen/base/22x22/actions/bookmark-new.png
2619
share/icons/oxygen/base/22x22/actions/bookmark-remove.png
2573
share/icons/oxygen/base/22x22/actions/bookmark-toolbar.png
2620
share/icons/oxygen/base/22x22/actions/bookmark-toolbar.png
2574
share/icons/oxygen/base/22x22/actions/bookmarks-organize.png
2621
share/icons/oxygen/base/22x22/actions/bookmarks-organize.png
2575
share/icons/oxygen/base/22x22/actions/bookmarks.png
2622
share/icons/oxygen/base/22x22/actions/bookmarks.png
Lines 2599-2608 Link Here
2599
share/icons/oxygen/base/22x22/actions/code-variable.png
2646
share/icons/oxygen/base/22x22/actions/code-variable.png
2600
share/icons/oxygen/base/22x22/actions/collection-rescan-amarok.png
2647
share/icons/oxygen/base/22x22/actions/collection-rescan-amarok.png
2601
share/icons/oxygen/base/22x22/actions/color-fill.png
2648
share/icons/oxygen/base/22x22/actions/color-fill.png
2649
share/icons/oxygen/base/22x22/actions/color-management.png
2602
share/icons/oxygen/base/22x22/actions/color-picker-black.png
2650
share/icons/oxygen/base/22x22/actions/color-picker-black.png
2603
share/icons/oxygen/base/22x22/actions/color-picker-grey.png
2651
share/icons/oxygen/base/22x22/actions/color-picker-grey.png
2604
share/icons/oxygen/base/22x22/actions/color-picker-white.png
2652
share/icons/oxygen/base/22x22/actions/color-picker-white.png
2605
share/icons/oxygen/base/22x22/actions/color-picker.png
2653
share/icons/oxygen/base/22x22/actions/color-picker.png
2654
share/icons/oxygen/base/22x22/actions/colormanagement.png
2606
share/icons/oxygen/base/22x22/actions/component.png
2655
share/icons/oxygen/base/22x22/actions/component.png
2607
share/icons/oxygen/base/22x22/actions/configure-shortcuts.png
2656
share/icons/oxygen/base/22x22/actions/configure-shortcuts.png
2608
share/icons/oxygen/base/22x22/actions/configure-toolbars.png
2657
share/icons/oxygen/base/22x22/actions/configure-toolbars.png
Lines 2632-2649 Link Here
2632
share/icons/oxygen/base/22x22/actions/distortionfx.png
2681
share/icons/oxygen/base/22x22/actions/distortionfx.png
2633
share/icons/oxygen/base/22x22/actions/distribute-horizontal-center.png
2682
share/icons/oxygen/base/22x22/actions/distribute-horizontal-center.png
2634
share/icons/oxygen/base/22x22/actions/distribute-horizontal-equal.png
2683
share/icons/oxygen/base/22x22/actions/distribute-horizontal-equal.png
2684
share/icons/oxygen/base/22x22/actions/distribute-horizontal-gaps.png
2635
share/icons/oxygen/base/22x22/actions/distribute-horizontal-left.png
2685
share/icons/oxygen/base/22x22/actions/distribute-horizontal-left.png
2636
share/icons/oxygen/base/22x22/actions/distribute-horizontal-margin.png
2686
share/icons/oxygen/base/22x22/actions/distribute-horizontal-margin.png
2637
share/icons/oxygen/base/22x22/actions/distribute-horizontal-page.png
2687
share/icons/oxygen/base/22x22/actions/distribute-horizontal-page.png
2638
share/icons/oxygen/base/22x22/actions/distribute-horizontal-right.png
2688
share/icons/oxygen/base/22x22/actions/distribute-horizontal-right.png
2639
share/icons/oxygen/base/22x22/actions/distribute-horizontal-x.png
2689
share/icons/oxygen/base/22x22/actions/distribute-horizontal-x.png
2690
share/icons/oxygen/base/22x22/actions/distribute-horizontal.png
2640
share/icons/oxygen/base/22x22/actions/distribute-vertical-bottom.png
2691
share/icons/oxygen/base/22x22/actions/distribute-vertical-bottom.png
2641
share/icons/oxygen/base/22x22/actions/distribute-vertical-center.png
2692
share/icons/oxygen/base/22x22/actions/distribute-vertical-center.png
2642
share/icons/oxygen/base/22x22/actions/distribute-vertical-equal.png
2693
share/icons/oxygen/base/22x22/actions/distribute-vertical-equal.png
2694
share/icons/oxygen/base/22x22/actions/distribute-vertical-gaps.png
2643
share/icons/oxygen/base/22x22/actions/distribute-vertical-margin.png
2695
share/icons/oxygen/base/22x22/actions/distribute-vertical-margin.png
2644
share/icons/oxygen/base/22x22/actions/distribute-vertical-page.png
2696
share/icons/oxygen/base/22x22/actions/distribute-vertical-page.png
2645
share/icons/oxygen/base/22x22/actions/distribute-vertical-top.png
2697
share/icons/oxygen/base/22x22/actions/distribute-vertical-top.png
2646
share/icons/oxygen/base/22x22/actions/distribute-vertical-y.png
2698
share/icons/oxygen/base/22x22/actions/distribute-vertical-y.png
2699
share/icons/oxygen/base/22x22/actions/distribute-vertical.png
2647
share/icons/oxygen/base/22x22/actions/document-close.png
2700
share/icons/oxygen/base/22x22/actions/document-close.png
2648
share/icons/oxygen/base/22x22/actions/document-decrypt.png
2701
share/icons/oxygen/base/22x22/actions/document-decrypt.png
2649
share/icons/oxygen/base/22x22/actions/document-edit-decrypt-verify.png
2702
share/icons/oxygen/base/22x22/actions/document-edit-decrypt-verify.png
Lines 2659-2664 Link Here
2659
share/icons/oxygen/base/22x22/actions/document-export.png
2712
share/icons/oxygen/base/22x22/actions/document-export.png
2660
share/icons/oxygen/base/22x22/actions/document-import.png
2713
share/icons/oxygen/base/22x22/actions/document-import.png
2661
share/icons/oxygen/base/22x22/actions/document-multiple.png
2714
share/icons/oxygen/base/22x22/actions/document-multiple.png
2715
share/icons/oxygen/base/22x22/actions/document-new-from-template.png
2662
share/icons/oxygen/base/22x22/actions/document-new.png
2716
share/icons/oxygen/base/22x22/actions/document-new.png
2663
share/icons/oxygen/base/22x22/actions/document-open-data.png
2717
share/icons/oxygen/base/22x22/actions/document-open-data.png
2664
share/icons/oxygen/base/22x22/actions/document-open-folder.png
2718
share/icons/oxygen/base/22x22/actions/document-open-folder.png
Lines 2676-2684 Link Here
2676
share/icons/oxygen/base/22x22/actions/document-save-all.png
2730
share/icons/oxygen/base/22x22/actions/document-save-all.png
2677
share/icons/oxygen/base/22x22/actions/document-save-as.png
2731
share/icons/oxygen/base/22x22/actions/document-save-as.png
2678
share/icons/oxygen/base/22x22/actions/document-save.png
2732
share/icons/oxygen/base/22x22/actions/document-save.png
2733
share/icons/oxygen/base/22x22/actions/document-share.png
2679
share/icons/oxygen/base/22x22/actions/document-sign.png
2734
share/icons/oxygen/base/22x22/actions/document-sign.png
2680
share/icons/oxygen/base/22x22/actions/documentation.png
2735
share/icons/oxygen/base/22x22/actions/documentation.png
2681
share/icons/oxygen/base/22x22/actions/documentinfo.png
2736
share/icons/oxygen/base/22x22/actions/documentinfo.png
2737
share/icons/oxygen/base/22x22/actions/download-amarok.png
2682
share/icons/oxygen/base/22x22/actions/download-later.png
2738
share/icons/oxygen/base/22x22/actions/download-later.png
2683
share/icons/oxygen/base/22x22/actions/download.png
2739
share/icons/oxygen/base/22x22/actions/download.png
2684
share/icons/oxygen/base/22x22/actions/draw-arrow-back.png
2740
share/icons/oxygen/base/22x22/actions/draw-arrow-back.png
Lines 2720-2725 Link Here
2720
share/icons/oxygen/base/22x22/actions/edit-cut.png
2776
share/icons/oxygen/base/22x22/actions/edit-cut.png
2721
share/icons/oxygen/base/22x22/actions/edit-delete-shred.png
2777
share/icons/oxygen/base/22x22/actions/edit-delete-shred.png
2722
share/icons/oxygen/base/22x22/actions/edit-delete.png
2778
share/icons/oxygen/base/22x22/actions/edit-delete.png
2779
share/icons/oxygen/base/22x22/actions/edit-download.png
2723
share/icons/oxygen/base/22x22/actions/edit-entry.png
2780
share/icons/oxygen/base/22x22/actions/edit-entry.png
2724
share/icons/oxygen/base/22x22/actions/edit-find-mail.png
2781
share/icons/oxygen/base/22x22/actions/edit-find-mail.png
2725
share/icons/oxygen/base/22x22/actions/edit-find-project.png
2782
share/icons/oxygen/base/22x22/actions/edit-find-project.png
Lines 2879-2884 Link Here
2879
share/icons/oxygen/base/22x22/actions/gtk-properties.png
2936
share/icons/oxygen/base/22x22/actions/gtk-properties.png
2880
share/icons/oxygen/base/22x22/actions/gtk-quit.png
2937
share/icons/oxygen/base/22x22/actions/gtk-quit.png
2881
share/icons/oxygen/base/22x22/actions/gtk-select-color.png
2938
share/icons/oxygen/base/22x22/actions/gtk-select-color.png
2939
share/icons/oxygen/base/22x22/actions/gtk-select-font.png
2882
share/icons/oxygen/base/22x22/actions/gtk-stop.png
2940
share/icons/oxygen/base/22x22/actions/gtk-stop.png
2883
share/icons/oxygen/base/22x22/actions/gtk-undelete-ltr.png
2941
share/icons/oxygen/base/22x22/actions/gtk-undelete-ltr.png
2884
share/icons/oxygen/base/22x22/actions/gtk-undelete-rtl.png
2942
share/icons/oxygen/base/22x22/actions/gtk-undelete-rtl.png
Lines 2890-2895 Link Here
2890
share/icons/oxygen/base/22x22/actions/help-donate.png
2948
share/icons/oxygen/base/22x22/actions/help-donate.png
2891
share/icons/oxygen/base/22x22/actions/help-feedback.png
2949
share/icons/oxygen/base/22x22/actions/help-feedback.png
2892
share/icons/oxygen/base/22x22/actions/help-hint.png
2950
share/icons/oxygen/base/22x22/actions/help-hint.png
2951
share/icons/oxygen/base/22x22/actions/hint.png
2893
share/icons/oxygen/base/22x22/actions/identity.png
2952
share/icons/oxygen/base/22x22/actions/identity.png
2894
share/icons/oxygen/base/22x22/actions/im-aim.png
2953
share/icons/oxygen/base/22x22/actions/im-aim.png
2895
share/icons/oxygen/base/22x22/actions/im-ban-kick-user.png
2954
share/icons/oxygen/base/22x22/actions/im-ban-kick-user.png
Lines 2922-2927 Link Here
2922
share/icons/oxygen/base/22x22/actions/insert-text.png
2981
share/icons/oxygen/base/22x22/actions/insert-text.png
2923
share/icons/oxygen/base/22x22/actions/interface.png
2982
share/icons/oxygen/base/22x22/actions/interface.png
2924
share/icons/oxygen/base/22x22/actions/internet-amarok.png
2983
share/icons/oxygen/base/22x22/actions/internet-amarok.png
2984
share/icons/oxygen/base/22x22/actions/irc-channel-active.png
2985
share/icons/oxygen/base/22x22/actions/irc-channel-inactive.png
2925
share/icons/oxygen/base/22x22/actions/irc-close-channel.png
2986
share/icons/oxygen/base/22x22/actions/irc-close-channel.png
2926
share/icons/oxygen/base/22x22/actions/irc-join-channel.png
2987
share/icons/oxygen/base/22x22/actions/irc-join-channel.png
2927
share/icons/oxygen/base/22x22/actions/irc-operator.png
2988
share/icons/oxygen/base/22x22/actions/irc-operator.png
Lines 2984-2989 Link Here
2984
share/icons/oxygen/base/22x22/actions/labplot-zoom-select.png
3045
share/icons/oxygen/base/22x22/actions/labplot-zoom-select.png
2985
share/icons/oxygen/base/22x22/actions/layer-visible-off.png
3046
share/icons/oxygen/base/22x22/actions/layer-visible-off.png
2986
share/icons/oxygen/base/22x22/actions/layer-visible-on.png
3047
share/icons/oxygen/base/22x22/actions/layer-visible-on.png
3048
share/icons/oxygen/base/22x22/actions/lighttable.png
2987
share/icons/oxygen/base/22x22/actions/lighttableadd.png
3049
share/icons/oxygen/base/22x22/actions/lighttableadd.png
2988
share/icons/oxygen/base/22x22/actions/list-add-font.png
3050
share/icons/oxygen/base/22x22/actions/list-add-font.png
2989
share/icons/oxygen/base/22x22/actions/list-add-user.png
3051
share/icons/oxygen/base/22x22/actions/list-add-user.png
Lines 3141-3146 Link Here
3141
share/icons/oxygen/base/22x22/actions/quickopen-file.png
3203
share/icons/oxygen/base/22x22/actions/quickopen-file.png
3142
share/icons/oxygen/base/22x22/actions/quickopen-function.png
3204
share/icons/oxygen/base/22x22/actions/quickopen-function.png
3143
share/icons/oxygen/base/22x22/actions/quickopen.png
3205
share/icons/oxygen/base/22x22/actions/quickopen.png
3206
share/icons/oxygen/base/22x22/actions/quickview.png
3144
share/icons/oxygen/base/22x22/actions/rating.png
3207
share/icons/oxygen/base/22x22/actions/rating.png
3145
share/icons/oxygen/base/22x22/actions/ratiocrop.png
3208
share/icons/oxygen/base/22x22/actions/ratiocrop.png
3146
share/icons/oxygen/base/22x22/actions/refactor.png
3209
share/icons/oxygen/base/22x22/actions/refactor.png
Lines 3388-3393 Link Here
3388
share/icons/oxygen/base/22x22/actions/window-close.png
3451
share/icons/oxygen/base/22x22/actions/window-close.png
3389
share/icons/oxygen/base/22x22/actions/window-duplicate.png
3452
share/icons/oxygen/base/22x22/actions/window-duplicate.png
3390
share/icons/oxygen/base/22x22/actions/window-new.png
3453
share/icons/oxygen/base/22x22/actions/window-new.png
3454
share/icons/oxygen/base/22x22/actions/window-next.png
3455
share/icons/oxygen/base/22x22/actions/window-previous.png
3391
share/icons/oxygen/base/22x22/actions/x-shape-image.png
3456
share/icons/oxygen/base/22x22/actions/x-shape-image.png
3392
share/icons/oxygen/base/22x22/actions/x-shape-text.png
3457
share/icons/oxygen/base/22x22/actions/x-shape-text.png
3393
share/icons/oxygen/base/22x22/actions/zoom-1-to-2.png
3458
share/icons/oxygen/base/22x22/actions/zoom-1-to-2.png
Lines 3408-3413 Link Here
3408
share/icons/oxygen/base/22x22/actions/zoom-select-x.png
3473
share/icons/oxygen/base/22x22/actions/zoom-select-x.png
3409
share/icons/oxygen/base/22x22/actions/zoom-select-y.png
3474
share/icons/oxygen/base/22x22/actions/zoom-select-y.png
3410
share/icons/oxygen/base/22x22/actions/zoom-select.png
3475
share/icons/oxygen/base/22x22/actions/zoom-select.png
3476
share/icons/oxygen/base/22x22/actions/zoom.png
3411
share/icons/oxygen/base/22x22/animations/process-idle-kde.png
3477
share/icons/oxygen/base/22x22/animations/process-idle-kde.png
3412
share/icons/oxygen/base/22x22/animations/process-idle.png
3478
share/icons/oxygen/base/22x22/animations/process-idle.png
3413
share/icons/oxygen/base/22x22/animations/process-working-kde.png
3479
share/icons/oxygen/base/22x22/animations/process-working-kde.png
Lines 3434-3439 Link Here
3434
share/icons/oxygen/base/22x22/apps/digikam.png
3500
share/icons/oxygen/base/22x22/apps/digikam.png
3435
share/icons/oxygen/base/22x22/apps/dragonplayer.png
3501
share/icons/oxygen/base/22x22/apps/dragonplayer.png
3436
share/icons/oxygen/base/22x22/apps/esd.png
3502
share/icons/oxygen/base/22x22/apps/esd.png
3503
share/icons/oxygen/base/22x22/apps/expoblending.png
3437
share/icons/oxygen/base/22x22/apps/filelight.png
3504
share/icons/oxygen/base/22x22/apps/filelight.png
3438
share/icons/oxygen/base/22x22/apps/fontforge.png
3505
share/icons/oxygen/base/22x22/apps/fontforge.png
3439
share/icons/oxygen/base/22x22/apps/graphics-viewer-document.png
3506
share/icons/oxygen/base/22x22/apps/graphics-viewer-document.png
Lines 3448-3453 Link Here
3448
share/icons/oxygen/base/22x22/apps/k3b.png
3515
share/icons/oxygen/base/22x22/apps/k3b.png
3449
share/icons/oxygen/base/22x22/apps/kaddressbook.png
3516
share/icons/oxygen/base/22x22/apps/kaddressbook.png
3450
share/icons/oxygen/base/22x22/apps/kaffeine.png
3517
share/icons/oxygen/base/22x22/apps/kaffeine.png
3518
share/icons/oxygen/base/22x22/apps/kalarm.png
3451
share/icons/oxygen/base/22x22/apps/kate.png
3519
share/icons/oxygen/base/22x22/apps/kate.png
3452
share/icons/oxygen/base/22x22/apps/kblogger.png
3520
share/icons/oxygen/base/22x22/apps/kblogger.png
3453
share/icons/oxygen/base/22x22/apps/kbruch.png
3521
share/icons/oxygen/base/22x22/apps/kbruch.png
Lines 3505-3510 Link Here
3505
share/icons/oxygen/base/22x22/apps/okteta.png
3573
share/icons/oxygen/base/22x22/apps/okteta.png
3506
share/icons/oxygen/base/22x22/apps/okular.png
3574
share/icons/oxygen/base/22x22/apps/okular.png
3507
share/icons/oxygen/base/22x22/apps/oxygen.png
3575
share/icons/oxygen/base/22x22/apps/oxygen.png
3576
share/icons/oxygen/base/22x22/apps/panorama.png
3508
share/icons/oxygen/base/22x22/apps/partitionmanager.png
3577
share/icons/oxygen/base/22x22/apps/partitionmanager.png
3509
share/icons/oxygen/base/22x22/apps/picmi.png
3578
share/icons/oxygen/base/22x22/apps/picmi.png
3510
share/icons/oxygen/base/22x22/apps/plasma.png
3579
share/icons/oxygen/base/22x22/apps/plasma.png
Lines 4102-4107 Link Here
4102
share/icons/oxygen/base/22x22/mimetypes/x-office-spreadsheet.png
4171
share/icons/oxygen/base/22x22/mimetypes/x-office-spreadsheet.png
4103
share/icons/oxygen/base/22x22/places/bookmarks.png
4172
share/icons/oxygen/base/22x22/places/bookmarks.png
4104
share/icons/oxygen/base/22x22/places/certificate-server.png
4173
share/icons/oxygen/base/22x22/places/certificate-server.png
4174
share/icons/oxygen/base/22x22/places/desktop.png
4105
share/icons/oxygen/base/22x22/places/document-multiple.png
4175
share/icons/oxygen/base/22x22/places/document-multiple.png
4106
share/icons/oxygen/base/22x22/places/favorites.png
4176
share/icons/oxygen/base/22x22/places/favorites.png
4107
share/icons/oxygen/base/22x22/places/folder-activities.png
4177
share/icons/oxygen/base/22x22/places/folder-activities.png
Lines 4151-4156 Link Here
4151
share/icons/oxygen/base/22x22/places/folder-violet.png
4221
share/icons/oxygen/base/22x22/places/folder-violet.png
4152
share/icons/oxygen/base/22x22/places/folder-yellow.png
4222
share/icons/oxygen/base/22x22/places/folder-yellow.png
4153
share/icons/oxygen/base/22x22/places/folder.png
4223
share/icons/oxygen/base/22x22/places/folder.png
4224
share/icons/oxygen/base/22x22/places/folder_html.png
4154
share/icons/oxygen/base/22x22/places/mail-folder-inbox.png
4225
share/icons/oxygen/base/22x22/places/mail-folder-inbox.png
4155
share/icons/oxygen/base/22x22/places/mail-folder-outbox.png
4226
share/icons/oxygen/base/22x22/places/mail-folder-outbox.png
4156
share/icons/oxygen/base/22x22/places/mail-folder-sent.png
4227
share/icons/oxygen/base/22x22/places/mail-folder-sent.png
Lines 4829-4843 Link Here
4829
share/icons/oxygen/base/256x256/places/user-trash.png
4900
share/icons/oxygen/base/256x256/places/user-trash.png
4830
share/icons/oxygen/base/256x256/status/user-trash-full.png
4901
share/icons/oxygen/base/256x256/status/user-trash-full.png
4831
share/icons/oxygen/base/32x32/actions/address-book-new.png
4902
share/icons/oxygen/base/32x32/actions/address-book-new.png
4903
share/icons/oxygen/base/32x32/actions/adress-book-new.png
4904
share/icons/oxygen/base/32x32/actions/akonadi-phone-home.png
4905
share/icons/oxygen/base/32x32/actions/albumfolder-importdir.png
4906
share/icons/oxygen/base/32x32/actions/albumfolder-importimages.png
4907
share/icons/oxygen/base/32x32/actions/albumfolder-new.png
4908
share/icons/oxygen/base/32x32/actions/albumfolder-properties.png
4832
share/icons/oxygen/base/32x32/actions/align-horizontal-bottom-out.png
4909
share/icons/oxygen/base/32x32/actions/align-horizontal-bottom-out.png
4833
share/icons/oxygen/base/32x32/actions/align-horizontal-center.png
4910
share/icons/oxygen/base/32x32/actions/align-horizontal-center.png
4834
share/icons/oxygen/base/32x32/actions/align-horizontal-left-out.png
4911
share/icons/oxygen/base/32x32/actions/align-horizontal-left-out.png
4912
share/icons/oxygen/base/32x32/actions/align-horizontal-left-to-anchor.png
4835
share/icons/oxygen/base/32x32/actions/align-horizontal-left.png
4913
share/icons/oxygen/base/32x32/actions/align-horizontal-left.png
4836
share/icons/oxygen/base/32x32/actions/align-horizontal-right-out.png
4914
share/icons/oxygen/base/32x32/actions/align-horizontal-right-out.png
4915
share/icons/oxygen/base/32x32/actions/align-horizontal-right-to-anchor.png
4837
share/icons/oxygen/base/32x32/actions/align-horizontal-right.png
4916
share/icons/oxygen/base/32x32/actions/align-horizontal-right.png
4838
share/icons/oxygen/base/32x32/actions/align-horizontal-top-out.png
4917
share/icons/oxygen/base/32x32/actions/align-horizontal-top-out.png
4918
share/icons/oxygen/base/32x32/actions/align-vertical-bottom-to-anchor.png
4839
share/icons/oxygen/base/32x32/actions/align-vertical-bottom.png
4919
share/icons/oxygen/base/32x32/actions/align-vertical-bottom.png
4840
share/icons/oxygen/base/32x32/actions/align-vertical-center.png
4920
share/icons/oxygen/base/32x32/actions/align-vertical-center.png
4921
share/icons/oxygen/base/32x32/actions/align-vertical-top-to-anchor.png
4841
share/icons/oxygen/base/32x32/actions/align-vertical-top.png
4922
share/icons/oxygen/base/32x32/actions/align-vertical-top.png
4842
share/icons/oxygen/base/32x32/actions/application-exit.png
4923
share/icons/oxygen/base/32x32/actions/application-exit.png
4843
share/icons/oxygen/base/32x32/actions/application-menu.png
4924
share/icons/oxygen/base/32x32/actions/application-menu.png
Lines 4854-4862 Link Here
4854
share/icons/oxygen/base/32x32/actions/arrow-right.png
4935
share/icons/oxygen/base/32x32/actions/arrow-right.png
4855
share/icons/oxygen/base/32x32/actions/arrow-up-double.png
4936
share/icons/oxygen/base/32x32/actions/arrow-up-double.png
4856
share/icons/oxygen/base/32x32/actions/arrow-up.png
4937
share/icons/oxygen/base/32x32/actions/arrow-up.png
4938
share/icons/oxygen/base/32x32/actions/atmosphere.png
4857
share/icons/oxygen/base/32x32/actions/blurimage.png
4939
share/icons/oxygen/base/32x32/actions/blurimage.png
4858
share/icons/oxygen/base/32x32/actions/bookmark-new-list.png
4940
share/icons/oxygen/base/32x32/actions/bookmark-new-list.png
4859
share/icons/oxygen/base/32x32/actions/bookmark-new.png
4941
share/icons/oxygen/base/32x32/actions/bookmark-new.png
4942
share/icons/oxygen/base/32x32/actions/bookmark-remove.png
4860
share/icons/oxygen/base/32x32/actions/bookmark-toolbar.png
4943
share/icons/oxygen/base/32x32/actions/bookmark-toolbar.png
4861
share/icons/oxygen/base/32x32/actions/bookmarks-organize.png
4944
share/icons/oxygen/base/32x32/actions/bookmarks-organize.png
4862
share/icons/oxygen/base/32x32/actions/call-start.png
4945
share/icons/oxygen/base/32x32/actions/call-start.png
Lines 4870-4879 Link Here
4870
share/icons/oxygen/base/32x32/actions/code-function.png
4953
share/icons/oxygen/base/32x32/actions/code-function.png
4871
share/icons/oxygen/base/32x32/actions/code-typedef.png
4954
share/icons/oxygen/base/32x32/actions/code-typedef.png
4872
share/icons/oxygen/base/32x32/actions/code-variable.png
4955
share/icons/oxygen/base/32x32/actions/code-variable.png
4956
share/icons/oxygen/base/32x32/actions/color-management.png
4873
share/icons/oxygen/base/32x32/actions/color-picker-black.png
4957
share/icons/oxygen/base/32x32/actions/color-picker-black.png
4874
share/icons/oxygen/base/32x32/actions/color-picker-grey.png
4958
share/icons/oxygen/base/32x32/actions/color-picker-grey.png
4875
share/icons/oxygen/base/32x32/actions/color-picker-white.png
4959
share/icons/oxygen/base/32x32/actions/color-picker-white.png
4876
share/icons/oxygen/base/32x32/actions/color-picker.png
4960
share/icons/oxygen/base/32x32/actions/color-picker.png
4961
share/icons/oxygen/base/32x32/actions/colormanagement.png
4877
share/icons/oxygen/base/32x32/actions/configure-shortcuts.png
4962
share/icons/oxygen/base/32x32/actions/configure-shortcuts.png
4878
share/icons/oxygen/base/32x32/actions/configure-toolbars.png
4963
share/icons/oxygen/base/32x32/actions/configure-toolbars.png
4879
share/icons/oxygen/base/32x32/actions/configure.png
4964
share/icons/oxygen/base/32x32/actions/configure.png
Lines 4894-4911 Link Here
4894
share/icons/oxygen/base/32x32/actions/dialog-ok.png
4979
share/icons/oxygen/base/32x32/actions/dialog-ok.png
4895
share/icons/oxygen/base/32x32/actions/distribute-horizontal-center.png
4980
share/icons/oxygen/base/32x32/actions/distribute-horizontal-center.png
4896
share/icons/oxygen/base/32x32/actions/distribute-horizontal-equal.png
4981
share/icons/oxygen/base/32x32/actions/distribute-horizontal-equal.png
4982
share/icons/oxygen/base/32x32/actions/distribute-horizontal-gaps.png
4897
share/icons/oxygen/base/32x32/actions/distribute-horizontal-left.png
4983
share/icons/oxygen/base/32x32/actions/distribute-horizontal-left.png
4898
share/icons/oxygen/base/32x32/actions/distribute-horizontal-margin.png
4984
share/icons/oxygen/base/32x32/actions/distribute-horizontal-margin.png
4899
share/icons/oxygen/base/32x32/actions/distribute-horizontal-page.png
4985
share/icons/oxygen/base/32x32/actions/distribute-horizontal-page.png
4900
share/icons/oxygen/base/32x32/actions/distribute-horizontal-right.png
4986
share/icons/oxygen/base/32x32/actions/distribute-horizontal-right.png
4901
share/icons/oxygen/base/32x32/actions/distribute-horizontal-x.png
4987
share/icons/oxygen/base/32x32/actions/distribute-horizontal-x.png
4988
share/icons/oxygen/base/32x32/actions/distribute-horizontal.png
4902
share/icons/oxygen/base/32x32/actions/distribute-vertical-bottom.png
4989
share/icons/oxygen/base/32x32/actions/distribute-vertical-bottom.png
4903
share/icons/oxygen/base/32x32/actions/distribute-vertical-center.png
4990
share/icons/oxygen/base/32x32/actions/distribute-vertical-center.png
4904
share/icons/oxygen/base/32x32/actions/distribute-vertical-equal.png
4991
share/icons/oxygen/base/32x32/actions/distribute-vertical-equal.png
4992
share/icons/oxygen/base/32x32/actions/distribute-vertical-gaps.png
4905
share/icons/oxygen/base/32x32/actions/distribute-vertical-margin.png
4993
share/icons/oxygen/base/32x32/actions/distribute-vertical-margin.png
4906
share/icons/oxygen/base/32x32/actions/distribute-vertical-page.png
4994
share/icons/oxygen/base/32x32/actions/distribute-vertical-page.png
4907
share/icons/oxygen/base/32x32/actions/distribute-vertical-top.png
4995
share/icons/oxygen/base/32x32/actions/distribute-vertical-top.png
4908
share/icons/oxygen/base/32x32/actions/distribute-vertical-y.png
4996
share/icons/oxygen/base/32x32/actions/distribute-vertical-y.png
4997
share/icons/oxygen/base/32x32/actions/distribute-vertical.png
4909
share/icons/oxygen/base/32x32/actions/document-close.png
4998
share/icons/oxygen/base/32x32/actions/document-close.png
4910
share/icons/oxygen/base/32x32/actions/document-decrypt.png
4999
share/icons/oxygen/base/32x32/actions/document-decrypt.png
4911
share/icons/oxygen/base/32x32/actions/document-edit-decrypt-verify.png
5000
share/icons/oxygen/base/32x32/actions/document-edit-decrypt-verify.png
Lines 4920-4925 Link Here
4920
share/icons/oxygen/base/32x32/actions/document-export-table.png
5009
share/icons/oxygen/base/32x32/actions/document-export-table.png
4921
share/icons/oxygen/base/32x32/actions/document-export.png
5010
share/icons/oxygen/base/32x32/actions/document-export.png
4922
share/icons/oxygen/base/32x32/actions/document-import.png
5011
share/icons/oxygen/base/32x32/actions/document-import.png
5012
share/icons/oxygen/base/32x32/actions/document-new-from-template.png
4923
share/icons/oxygen/base/32x32/actions/document-new.png
5013
share/icons/oxygen/base/32x32/actions/document-new.png
4924
share/icons/oxygen/base/32x32/actions/document-open-folder.png
5014
share/icons/oxygen/base/32x32/actions/document-open-folder.png
4925
share/icons/oxygen/base/32x32/actions/document-open-recent.png
5015
share/icons/oxygen/base/32x32/actions/document-open-recent.png
Lines 4936-4943 Link Here
4936
share/icons/oxygen/base/32x32/actions/document-save-all.png
5026
share/icons/oxygen/base/32x32/actions/document-save-all.png
4937
share/icons/oxygen/base/32x32/actions/document-save-as.png
5027
share/icons/oxygen/base/32x32/actions/document-save-as.png
4938
share/icons/oxygen/base/32x32/actions/document-save.png
5028
share/icons/oxygen/base/32x32/actions/document-save.png
5029
share/icons/oxygen/base/32x32/actions/document-share.png
4939
share/icons/oxygen/base/32x32/actions/document-sign.png
5030
share/icons/oxygen/base/32x32/actions/document-sign.png
4940
share/icons/oxygen/base/32x32/actions/documentation.png
5031
share/icons/oxygen/base/32x32/actions/documentation.png
5032
share/icons/oxygen/base/32x32/actions/download-amarok.png
4941
share/icons/oxygen/base/32x32/actions/download-later.png
5033
share/icons/oxygen/base/32x32/actions/download-later.png
4942
share/icons/oxygen/base/32x32/actions/download.png
5034
share/icons/oxygen/base/32x32/actions/download.png
4943
share/icons/oxygen/base/32x32/actions/draw-arrow-back.png
5035
share/icons/oxygen/base/32x32/actions/draw-arrow-back.png
Lines 4979-4984 Link Here
4979
share/icons/oxygen/base/32x32/actions/edit-cut.png
5071
share/icons/oxygen/base/32x32/actions/edit-cut.png
4980
share/icons/oxygen/base/32x32/actions/edit-delete-shred.png
5072
share/icons/oxygen/base/32x32/actions/edit-delete-shred.png
4981
share/icons/oxygen/base/32x32/actions/edit-delete.png
5073
share/icons/oxygen/base/32x32/actions/edit-delete.png
5074
share/icons/oxygen/base/32x32/actions/edit-download.png
4982
share/icons/oxygen/base/32x32/actions/edit-find-mail.png
5075
share/icons/oxygen/base/32x32/actions/edit-find-mail.png
4983
share/icons/oxygen/base/32x32/actions/edit-find-project.png
5076
share/icons/oxygen/base/32x32/actions/edit-find-project.png
4984
share/icons/oxygen/base/32x32/actions/edit-find-replace.png
5077
share/icons/oxygen/base/32x32/actions/edit-find-replace.png
Lines 5090-5095 Link Here
5090
share/icons/oxygen/base/32x32/actions/go-top.png
5183
share/icons/oxygen/base/32x32/actions/go-top.png
5091
share/icons/oxygen/base/32x32/actions/go-up-search.png
5184
share/icons/oxygen/base/32x32/actions/go-up-search.png
5092
share/icons/oxygen/base/32x32/actions/go-up.png
5185
share/icons/oxygen/base/32x32/actions/go-up.png
5186
share/icons/oxygen/base/32x32/actions/gtk-select-font.png
5093
share/icons/oxygen/base/32x32/actions/help-about.png
5187
share/icons/oxygen/base/32x32/actions/help-about.png
5094
share/icons/oxygen/base/32x32/actions/help-contents.png
5188
share/icons/oxygen/base/32x32/actions/help-contents.png
5095
share/icons/oxygen/base/32x32/actions/help-contextual.png
5189
share/icons/oxygen/base/32x32/actions/help-contextual.png
Lines 5096-5101 Link Here
5096
share/icons/oxygen/base/32x32/actions/help-donate.png
5190
share/icons/oxygen/base/32x32/actions/help-donate.png
5097
share/icons/oxygen/base/32x32/actions/help-feedback.png
5191
share/icons/oxygen/base/32x32/actions/help-feedback.png
5098
share/icons/oxygen/base/32x32/actions/help-hint.png
5192
share/icons/oxygen/base/32x32/actions/help-hint.png
5193
share/icons/oxygen/base/32x32/actions/hint.png
5099
share/icons/oxygen/base/32x32/actions/im-aim.png
5194
share/icons/oxygen/base/32x32/actions/im-aim.png
5100
share/icons/oxygen/base/32x32/actions/im-ban-kick-user.png
5195
share/icons/oxygen/base/32x32/actions/im-ban-kick-user.png
5101
share/icons/oxygen/base/32x32/actions/im-ban-user.png
5196
share/icons/oxygen/base/32x32/actions/im-ban-user.png
Lines 5122-5127 Link Here
5122
share/icons/oxygen/base/32x32/actions/insert-link.png
5217
share/icons/oxygen/base/32x32/actions/insert-link.png
5123
share/icons/oxygen/base/32x32/actions/insert-table.png
5218
share/icons/oxygen/base/32x32/actions/insert-table.png
5124
share/icons/oxygen/base/32x32/actions/insert-text.png
5219
share/icons/oxygen/base/32x32/actions/insert-text.png
5220
share/icons/oxygen/base/32x32/actions/irc-channel-active.png
5221
share/icons/oxygen/base/32x32/actions/irc-channel-inactive.png
5125
share/icons/oxygen/base/32x32/actions/irc-close-channel.png
5222
share/icons/oxygen/base/32x32/actions/irc-close-channel.png
5126
share/icons/oxygen/base/32x32/actions/irc-join-channel.png
5223
share/icons/oxygen/base/32x32/actions/irc-join-channel.png
5127
share/icons/oxygen/base/32x32/actions/irc-operator.png
5224
share/icons/oxygen/base/32x32/actions/irc-operator.png
Lines 5132-5137 Link Here
5132
share/icons/oxygen/base/32x32/actions/key-enter.png
5229
share/icons/oxygen/base/32x32/actions/key-enter.png
5133
share/icons/oxygen/base/32x32/actions/layer-visible-off.png
5230
share/icons/oxygen/base/32x32/actions/layer-visible-off.png
5134
share/icons/oxygen/base/32x32/actions/layer-visible-on.png
5231
share/icons/oxygen/base/32x32/actions/layer-visible-on.png
5232
share/icons/oxygen/base/32x32/actions/lighttable.png
5135
share/icons/oxygen/base/32x32/actions/list-add-font.png
5233
share/icons/oxygen/base/32x32/actions/list-add-font.png
5136
share/icons/oxygen/base/32x32/actions/list-add-user.png
5234
share/icons/oxygen/base/32x32/actions/list-add-user.png
5137
share/icons/oxygen/base/32x32/actions/list-add.png
5235
share/icons/oxygen/base/32x32/actions/list-add.png
Lines 5228-5233 Link Here
5228
share/icons/oxygen/base/32x32/actions/quickopen-file.png
5326
share/icons/oxygen/base/32x32/actions/quickopen-file.png
5229
share/icons/oxygen/base/32x32/actions/quickopen-function.png
5327
share/icons/oxygen/base/32x32/actions/quickopen-function.png
5230
share/icons/oxygen/base/32x32/actions/quickopen.png
5328
share/icons/oxygen/base/32x32/actions/quickopen.png
5329
share/icons/oxygen/base/32x32/actions/quickview.png
5231
share/icons/oxygen/base/32x32/actions/rating.png
5330
share/icons/oxygen/base/32x32/actions/rating.png
5232
share/icons/oxygen/base/32x32/actions/resource-calendar-child-insert.png
5331
share/icons/oxygen/base/32x32/actions/resource-calendar-child-insert.png
5233
share/icons/oxygen/base/32x32/actions/resource-calendar-child.png
5332
share/icons/oxygen/base/32x32/actions/resource-calendar-child.png
Lines 5284-5289 Link Here
5284
share/icons/oxygen/base/32x32/actions/tab-duplicate.png
5383
share/icons/oxygen/base/32x32/actions/tab-duplicate.png
5285
share/icons/oxygen/base/32x32/actions/tab-new-background.png
5384
share/icons/oxygen/base/32x32/actions/tab-new-background.png
5286
share/icons/oxygen/base/32x32/actions/tab-new.png
5385
share/icons/oxygen/base/32x32/actions/tab-new.png
5386
share/icons/oxygen/base/32x32/actions/tag-addresbook.png
5387
share/icons/oxygen/base/32x32/actions/tag-assigned.png
5388
share/icons/oxygen/base/32x32/actions/tag-delete.png
5389
share/icons/oxygen/base/32x32/actions/tag-events.png
5390
share/icons/oxygen/base/32x32/actions/tag-folder.png
5391
share/icons/oxygen/base/32x32/actions/tag-new.png
5392
share/icons/oxygen/base/32x32/actions/tag-people.png
5393
share/icons/oxygen/base/32x32/actions/tag-places.png
5394
share/icons/oxygen/base/32x32/actions/tag-properties.png
5395
share/icons/oxygen/base/32x32/actions/tag-recents.png
5396
share/icons/oxygen/base/32x32/actions/tag-reset.png
5397
share/icons/oxygen/base/32x32/actions/tag.png
5287
share/icons/oxygen/base/32x32/actions/task-new.png
5398
share/icons/oxygen/base/32x32/actions/task-new.png
5288
share/icons/oxygen/base/32x32/actions/taxes-finances.png
5399
share/icons/oxygen/base/32x32/actions/taxes-finances.png
5289
share/icons/oxygen/base/32x32/actions/text-field.png
5400
share/icons/oxygen/base/32x32/actions/text-field.png
Lines 5436-5441 Link Here
5436
share/icons/oxygen/base/32x32/actions/window-close.png
5547
share/icons/oxygen/base/32x32/actions/window-close.png
5437
share/icons/oxygen/base/32x32/actions/window-duplicate.png
5548
share/icons/oxygen/base/32x32/actions/window-duplicate.png
5438
share/icons/oxygen/base/32x32/actions/window-new.png
5549
share/icons/oxygen/base/32x32/actions/window-new.png
5550
share/icons/oxygen/base/32x32/actions/window-next.png
5551
share/icons/oxygen/base/32x32/actions/window-previous.png
5439
share/icons/oxygen/base/32x32/actions/zoom-1-to-2.png
5552
share/icons/oxygen/base/32x32/actions/zoom-1-to-2.png
5440
share/icons/oxygen/base/32x32/actions/zoom-2-to-1.png
5553
share/icons/oxygen/base/32x32/actions/zoom-2-to-1.png
5441
share/icons/oxygen/base/32x32/actions/zoom-draw.png
5554
share/icons/oxygen/base/32x32/actions/zoom-draw.png
Lines 5448-5453 Link Here
5448
share/icons/oxygen/base/32x32/actions/zoom-out.png
5561
share/icons/oxygen/base/32x32/actions/zoom-out.png
5449
share/icons/oxygen/base/32x32/actions/zoom-previous.png
5562
share/icons/oxygen/base/32x32/actions/zoom-previous.png
5450
share/icons/oxygen/base/32x32/actions/zoom-select.png
5563
share/icons/oxygen/base/32x32/actions/zoom-select.png
5564
share/icons/oxygen/base/32x32/actions/zoom.png
5451
share/icons/oxygen/base/32x32/animations/process-idle-kde.png
5565
share/icons/oxygen/base/32x32/animations/process-idle-kde.png
5452
share/icons/oxygen/base/32x32/animations/process-working-kde.png
5566
share/icons/oxygen/base/32x32/animations/process-working-kde.png
5453
share/icons/oxygen/base/32x32/apps/Charm.png
5567
share/icons/oxygen/base/32x32/apps/Charm.png
Lines 5462-5467 Link Here
5462
share/icons/oxygen/base/32x32/apps/amarok_change_language.png
5576
share/icons/oxygen/base/32x32/apps/amarok_change_language.png
5463
share/icons/oxygen/base/32x32/apps/application-sxw.png
5577
share/icons/oxygen/base/32x32/apps/application-sxw.png
5464
share/icons/oxygen/base/32x32/apps/ark.png
5578
share/icons/oxygen/base/32x32/apps/ark.png
5579
share/icons/oxygen/base/32x32/apps/baloo.png
5465
share/icons/oxygen/base/32x32/apps/basket.png
5580
share/icons/oxygen/base/32x32/apps/basket.png
5466
share/icons/oxygen/base/32x32/apps/braindump.png
5581
share/icons/oxygen/base/32x32/apps/braindump.png
5467
share/icons/oxygen/base/32x32/apps/calligraauthor.png
5582
share/icons/oxygen/base/32x32/apps/calligraauthor.png
Lines 5476-5481 Link Here
5476
share/icons/oxygen/base/32x32/apps/digikam.png
5591
share/icons/oxygen/base/32x32/apps/digikam.png
5477
share/icons/oxygen/base/32x32/apps/dragonplayer.png
5592
share/icons/oxygen/base/32x32/apps/dragonplayer.png
5478
share/icons/oxygen/base/32x32/apps/esd.png
5593
share/icons/oxygen/base/32x32/apps/esd.png
5594
share/icons/oxygen/base/32x32/apps/expoblending.png
5479
share/icons/oxygen/base/32x32/apps/filelight.png
5595
share/icons/oxygen/base/32x32/apps/filelight.png
5480
share/icons/oxygen/base/32x32/apps/fontforge.png
5596
share/icons/oxygen/base/32x32/apps/fontforge.png
5481
share/icons/oxygen/base/32x32/apps/graphics-viewer-document.png
5597
share/icons/oxygen/base/32x32/apps/graphics-viewer-document.png
Lines 5489-5494 Link Here
5489
share/icons/oxygen/base/32x32/apps/java.png
5605
share/icons/oxygen/base/32x32/apps/java.png
5490
share/icons/oxygen/base/32x32/apps/k3b.png
5606
share/icons/oxygen/base/32x32/apps/k3b.png
5491
share/icons/oxygen/base/32x32/apps/kaffeine.png
5607
share/icons/oxygen/base/32x32/apps/kaffeine.png
5608
share/icons/oxygen/base/32x32/apps/kalarm.png
5492
share/icons/oxygen/base/32x32/apps/kblogger.png
5609
share/icons/oxygen/base/32x32/apps/kblogger.png
5493
share/icons/oxygen/base/32x32/apps/kbruch.png
5610
share/icons/oxygen/base/32x32/apps/kbruch.png
5494
share/icons/oxygen/base/32x32/apps/kbugbuster.png
5611
share/icons/oxygen/base/32x32/apps/kbugbuster.png
Lines 5546-5551 Link Here
5546
share/icons/oxygen/base/32x32/apps/office-calendar.png
5663
share/icons/oxygen/base/32x32/apps/office-calendar.png
5547
share/icons/oxygen/base/32x32/apps/okteta.png
5664
share/icons/oxygen/base/32x32/apps/okteta.png
5548
share/icons/oxygen/base/32x32/apps/oxygen.png
5665
share/icons/oxygen/base/32x32/apps/oxygen.png
5666
share/icons/oxygen/base/32x32/apps/panorama.png
5549
share/icons/oxygen/base/32x32/apps/partitionmanager.png
5667
share/icons/oxygen/base/32x32/apps/partitionmanager.png
5550
share/icons/oxygen/base/32x32/apps/picmi.png
5668
share/icons/oxygen/base/32x32/apps/picmi.png
5551
share/icons/oxygen/base/32x32/apps/plasma.png
5669
share/icons/oxygen/base/32x32/apps/plasma.png
Lines 5552-5557 Link Here
5552
share/icons/oxygen/base/32x32/apps/plasmagik.png
5670
share/icons/oxygen/base/32x32/apps/plasmagik.png
5553
share/icons/oxygen/base/32x32/apps/preferences-contact-list.png
5671
share/icons/oxygen/base/32x32/apps/preferences-contact-list.png
5554
share/icons/oxygen/base/32x32/apps/preferences-desktop-accessibility.png
5672
share/icons/oxygen/base/32x32/apps/preferences-desktop-accessibility.png
5673
share/icons/oxygen/base/32x32/apps/preferences-desktop-baloo.png
5555
share/icons/oxygen/base/32x32/apps/preferences-desktop-color.png
5674
share/icons/oxygen/base/32x32/apps/preferences-desktop-color.png
5556
share/icons/oxygen/base/32x32/apps/preferences-desktop-cryptography.png
5675
share/icons/oxygen/base/32x32/apps/preferences-desktop-cryptography.png
5557
share/icons/oxygen/base/32x32/apps/preferences-desktop-default-applications.png
5676
share/icons/oxygen/base/32x32/apps/preferences-desktop-default-applications.png
Lines 6104-6109 Link Here
6104
share/icons/oxygen/base/32x32/mimetypes/x-office-spreadsheet.png
6223
share/icons/oxygen/base/32x32/mimetypes/x-office-spreadsheet.png
6105
share/icons/oxygen/base/32x32/places/bookmarks.png
6224
share/icons/oxygen/base/32x32/places/bookmarks.png
6106
share/icons/oxygen/base/32x32/places/certificate-server.png
6225
share/icons/oxygen/base/32x32/places/certificate-server.png
6226
share/icons/oxygen/base/32x32/places/desktop.png
6107
share/icons/oxygen/base/32x32/places/document-multiple.png
6227
share/icons/oxygen/base/32x32/places/document-multiple.png
6108
share/icons/oxygen/base/32x32/places/favorites.png
6228
share/icons/oxygen/base/32x32/places/favorites.png
6109
share/icons/oxygen/base/32x32/places/folder-activities.png
6229
share/icons/oxygen/base/32x32/places/folder-activities.png
Lines 6153-6158 Link Here
6153
share/icons/oxygen/base/32x32/places/folder-violet.png
6273
share/icons/oxygen/base/32x32/places/folder-violet.png
6154
share/icons/oxygen/base/32x32/places/folder-yellow.png
6274
share/icons/oxygen/base/32x32/places/folder-yellow.png
6155
share/icons/oxygen/base/32x32/places/folder.png
6275
share/icons/oxygen/base/32x32/places/folder.png
6276
share/icons/oxygen/base/32x32/places/folder_html.png
6156
share/icons/oxygen/base/32x32/places/library-music.png
6277
share/icons/oxygen/base/32x32/places/library-music.png
6157
share/icons/oxygen/base/32x32/places/mail-folder-inbox.png
6278
share/icons/oxygen/base/32x32/places/mail-folder-inbox.png
6158
share/icons/oxygen/base/32x32/places/mail-folder-outbox.png
6279
share/icons/oxygen/base/32x32/places/mail-folder-outbox.png
Lines 6265-6279 Link Here
6265
share/icons/oxygen/base/32x32/status/weather-storm.png
6386
share/icons/oxygen/base/32x32/status/weather-storm.png
6266
share/icons/oxygen/base/32x32/status/window-suppressed.png
6387
share/icons/oxygen/base/32x32/status/window-suppressed.png
6267
share/icons/oxygen/base/48x48/actions/address-book-new.png
6388
share/icons/oxygen/base/48x48/actions/address-book-new.png
6389
share/icons/oxygen/base/48x48/actions/adress-book-new.png
6390
share/icons/oxygen/base/48x48/actions/akonadi-phone-home.png
6268
share/icons/oxygen/base/48x48/actions/align-horizontal-bottom-out.png
6391
share/icons/oxygen/base/48x48/actions/align-horizontal-bottom-out.png
6269
share/icons/oxygen/base/48x48/actions/align-horizontal-center.png
6392
share/icons/oxygen/base/48x48/actions/align-horizontal-center.png
6270
share/icons/oxygen/base/48x48/actions/align-horizontal-left-out.png
6393
share/icons/oxygen/base/48x48/actions/align-horizontal-left-out.png
6394
share/icons/oxygen/base/48x48/actions/align-horizontal-left-to-anchor.png
6271
share/icons/oxygen/base/48x48/actions/align-horizontal-left.png
6395
share/icons/oxygen/base/48x48/actions/align-horizontal-left.png
6272
share/icons/oxygen/base/48x48/actions/align-horizontal-right-out.png
6396
share/icons/oxygen/base/48x48/actions/align-horizontal-right-out.png
6397
share/icons/oxygen/base/48x48/actions/align-horizontal-right-to-anchor.png
6273
share/icons/oxygen/base/48x48/actions/align-horizontal-right.png
6398
share/icons/oxygen/base/48x48/actions/align-horizontal-right.png
6274
share/icons/oxygen/base/48x48/actions/align-horizontal-top-out.png
6399
share/icons/oxygen/base/48x48/actions/align-horizontal-top-out.png
6400
share/icons/oxygen/base/48x48/actions/align-vertical-bottom-to-anchor.png
6275
share/icons/oxygen/base/48x48/actions/align-vertical-bottom.png
6401
share/icons/oxygen/base/48x48/actions/align-vertical-bottom.png
6276
share/icons/oxygen/base/48x48/actions/align-vertical-center.png
6402
share/icons/oxygen/base/48x48/actions/align-vertical-center.png
6403
share/icons/oxygen/base/48x48/actions/align-vertical-top-to-anchor.png
6277
share/icons/oxygen/base/48x48/actions/align-vertical-top.png
6404
share/icons/oxygen/base/48x48/actions/align-vertical-top.png
6278
share/icons/oxygen/base/48x48/actions/application-exit.png
6405
share/icons/oxygen/base/48x48/actions/application-exit.png
6279
share/icons/oxygen/base/48x48/actions/application-menu.png
6406
share/icons/oxygen/base/48x48/actions/application-menu.png
Lines 6290-6297 Link Here
6290
share/icons/oxygen/base/48x48/actions/arrow-right.png
6417
share/icons/oxygen/base/48x48/actions/arrow-right.png
6291
share/icons/oxygen/base/48x48/actions/arrow-up-double.png
6418
share/icons/oxygen/base/48x48/actions/arrow-up-double.png
6292
share/icons/oxygen/base/48x48/actions/arrow-up.png
6419
share/icons/oxygen/base/48x48/actions/arrow-up.png
6420
share/icons/oxygen/base/48x48/actions/atmosphere.png
6293
share/icons/oxygen/base/48x48/actions/bookmark-new-list.png
6421
share/icons/oxygen/base/48x48/actions/bookmark-new-list.png
6294
share/icons/oxygen/base/48x48/actions/bookmark-new.png
6422
share/icons/oxygen/base/48x48/actions/bookmark-new.png
6423
share/icons/oxygen/base/48x48/actions/bookmark-remove.png
6295
share/icons/oxygen/base/48x48/actions/bookmark-toolbar.png
6424
share/icons/oxygen/base/48x48/actions/bookmark-toolbar.png
6296
share/icons/oxygen/base/48x48/actions/bookmarks-organize.png
6425
share/icons/oxygen/base/48x48/actions/bookmarks-organize.png
6297
share/icons/oxygen/base/48x48/actions/call-start.png
6426
share/icons/oxygen/base/48x48/actions/call-start.png
Lines 6304-6313 Link Here
6304
share/icons/oxygen/base/48x48/actions/code-function.png
6433
share/icons/oxygen/base/48x48/actions/code-function.png
6305
share/icons/oxygen/base/48x48/actions/code-typedef.png
6434
share/icons/oxygen/base/48x48/actions/code-typedef.png
6306
share/icons/oxygen/base/48x48/actions/code-variable.png
6435
share/icons/oxygen/base/48x48/actions/code-variable.png
6436
share/icons/oxygen/base/48x48/actions/color-management.png
6307
share/icons/oxygen/base/48x48/actions/color-picker-black.png
6437
share/icons/oxygen/base/48x48/actions/color-picker-black.png
6308
share/icons/oxygen/base/48x48/actions/color-picker-grey.png
6438
share/icons/oxygen/base/48x48/actions/color-picker-grey.png
6309
share/icons/oxygen/base/48x48/actions/color-picker-white.png
6439
share/icons/oxygen/base/48x48/actions/color-picker-white.png
6310
share/icons/oxygen/base/48x48/actions/color-picker.png
6440
share/icons/oxygen/base/48x48/actions/color-picker.png
6441
share/icons/oxygen/base/48x48/actions/colormanagement.png
6311
share/icons/oxygen/base/48x48/actions/configure-shortcuts.png
6442
share/icons/oxygen/base/48x48/actions/configure-shortcuts.png
6312
share/icons/oxygen/base/48x48/actions/configure-toolbars.png
6443
share/icons/oxygen/base/48x48/actions/configure-toolbars.png
6313
share/icons/oxygen/base/48x48/actions/configure.png
6444
share/icons/oxygen/base/48x48/actions/configure.png
Lines 6340-6345 Link Here
6340
share/icons/oxygen/base/48x48/actions/document-export-table.png
6471
share/icons/oxygen/base/48x48/actions/document-export-table.png
6341
share/icons/oxygen/base/48x48/actions/document-export.png
6472
share/icons/oxygen/base/48x48/actions/document-export.png
6342
share/icons/oxygen/base/48x48/actions/document-import.png
6473
share/icons/oxygen/base/48x48/actions/document-import.png
6474
share/icons/oxygen/base/48x48/actions/document-new-from-template.png
6343
share/icons/oxygen/base/48x48/actions/document-new.png
6475
share/icons/oxygen/base/48x48/actions/document-new.png
6344
share/icons/oxygen/base/48x48/actions/document-open-folder.png
6476
share/icons/oxygen/base/48x48/actions/document-open-folder.png
6345
share/icons/oxygen/base/48x48/actions/document-open-recent.png
6477
share/icons/oxygen/base/48x48/actions/document-open-recent.png
Lines 6356-6363 Link Here
6356
share/icons/oxygen/base/48x48/actions/document-save-all.png
6488
share/icons/oxygen/base/48x48/actions/document-save-all.png
6357
share/icons/oxygen/base/48x48/actions/document-save-as.png
6489
share/icons/oxygen/base/48x48/actions/document-save-as.png
6358
share/icons/oxygen/base/48x48/actions/document-save.png
6490
share/icons/oxygen/base/48x48/actions/document-save.png
6491
share/icons/oxygen/base/48x48/actions/document-share.png
6359
share/icons/oxygen/base/48x48/actions/document-sign.png
6492
share/icons/oxygen/base/48x48/actions/document-sign.png
6360
share/icons/oxygen/base/48x48/actions/documentation.png
6493
share/icons/oxygen/base/48x48/actions/documentation.png
6494
share/icons/oxygen/base/48x48/actions/download-amarok.png
6361
share/icons/oxygen/base/48x48/actions/download-later.png
6495
share/icons/oxygen/base/48x48/actions/download-later.png
6362
share/icons/oxygen/base/48x48/actions/download.png
6496
share/icons/oxygen/base/48x48/actions/download.png
6363
share/icons/oxygen/base/48x48/actions/draw-bezier-curves.png
6497
share/icons/oxygen/base/48x48/actions/draw-bezier-curves.png
Lines 6389-6394 Link Here
6389
share/icons/oxygen/base/48x48/actions/edit-cut.png
6523
share/icons/oxygen/base/48x48/actions/edit-cut.png
6390
share/icons/oxygen/base/48x48/actions/edit-delete-shred.png
6524
share/icons/oxygen/base/48x48/actions/edit-delete-shred.png
6391
share/icons/oxygen/base/48x48/actions/edit-delete.png
6525
share/icons/oxygen/base/48x48/actions/edit-delete.png
6526
share/icons/oxygen/base/48x48/actions/edit-download.png
6392
share/icons/oxygen/base/48x48/actions/edit-find-mail.png
6527
share/icons/oxygen/base/48x48/actions/edit-find-mail.png
6393
share/icons/oxygen/base/48x48/actions/edit-find-project.png
6528
share/icons/oxygen/base/48x48/actions/edit-find-project.png
6394
share/icons/oxygen/base/48x48/actions/edit-find-user.png
6529
share/icons/oxygen/base/48x48/actions/edit-find-user.png
Lines 6497-6502 Link Here
6497
share/icons/oxygen/base/48x48/actions/go-top.png
6632
share/icons/oxygen/base/48x48/actions/go-top.png
6498
share/icons/oxygen/base/48x48/actions/go-up-search.png
6633
share/icons/oxygen/base/48x48/actions/go-up-search.png
6499
share/icons/oxygen/base/48x48/actions/go-up.png
6634
share/icons/oxygen/base/48x48/actions/go-up.png
6635
share/icons/oxygen/base/48x48/actions/gtk-select-font.png
6500
share/icons/oxygen/base/48x48/actions/help-about.png
6636
share/icons/oxygen/base/48x48/actions/help-about.png
6501
share/icons/oxygen/base/48x48/actions/help-contents.png
6637
share/icons/oxygen/base/48x48/actions/help-contents.png
6502
share/icons/oxygen/base/48x48/actions/help-contextual.png
6638
share/icons/oxygen/base/48x48/actions/help-contextual.png
Lines 6503-6508 Link Here
6503
share/icons/oxygen/base/48x48/actions/help-donate.png
6639
share/icons/oxygen/base/48x48/actions/help-donate.png
6504
share/icons/oxygen/base/48x48/actions/help-feedback.png
6640
share/icons/oxygen/base/48x48/actions/help-feedback.png
6505
share/icons/oxygen/base/48x48/actions/help-hint.png
6641
share/icons/oxygen/base/48x48/actions/help-hint.png
6642
share/icons/oxygen/base/48x48/actions/hint.png
6506
share/icons/oxygen/base/48x48/actions/im-aim.png
6643
share/icons/oxygen/base/48x48/actions/im-aim.png
6507
share/icons/oxygen/base/48x48/actions/im-ban-kick-user.png
6644
share/icons/oxygen/base/48x48/actions/im-ban-kick-user.png
6508
share/icons/oxygen/base/48x48/actions/im-ban-user.png
6645
share/icons/oxygen/base/48x48/actions/im-ban-user.png
Lines 6529-6534 Link Here
6529
share/icons/oxygen/base/48x48/actions/insert-link.png
6666
share/icons/oxygen/base/48x48/actions/insert-link.png
6530
share/icons/oxygen/base/48x48/actions/insert-table.png
6667
share/icons/oxygen/base/48x48/actions/insert-table.png
6531
share/icons/oxygen/base/48x48/actions/insert-text.png
6668
share/icons/oxygen/base/48x48/actions/insert-text.png
6669
share/icons/oxygen/base/48x48/actions/irc-channel-active.png
6670
share/icons/oxygen/base/48x48/actions/irc-channel-inactive.png
6532
share/icons/oxygen/base/48x48/actions/irc-close-channel.png
6671
share/icons/oxygen/base/48x48/actions/irc-close-channel.png
6533
share/icons/oxygen/base/48x48/actions/irc-join-channel.png
6672
share/icons/oxygen/base/48x48/actions/irc-join-channel.png
6534
share/icons/oxygen/base/48x48/actions/irc-operator.png
6673
share/icons/oxygen/base/48x48/actions/irc-operator.png
Lines 6538-6543 Link Here
6538
share/icons/oxygen/base/48x48/actions/key-enter.png
6677
share/icons/oxygen/base/48x48/actions/key-enter.png
6539
share/icons/oxygen/base/48x48/actions/layer-visible-off.png
6678
share/icons/oxygen/base/48x48/actions/layer-visible-off.png
6540
share/icons/oxygen/base/48x48/actions/layer-visible-on.png
6679
share/icons/oxygen/base/48x48/actions/layer-visible-on.png
6680
share/icons/oxygen/base/48x48/actions/lighttable.png
6541
share/icons/oxygen/base/48x48/actions/list-add-font.png
6681
share/icons/oxygen/base/48x48/actions/list-add-font.png
6542
share/icons/oxygen/base/48x48/actions/list-add-user.png
6682
share/icons/oxygen/base/48x48/actions/list-add-user.png
6543
share/icons/oxygen/base/48x48/actions/list-add.png
6683
share/icons/oxygen/base/48x48/actions/list-add.png
Lines 6629-6634 Link Here
6629
share/icons/oxygen/base/48x48/actions/quickopen-file.png
6769
share/icons/oxygen/base/48x48/actions/quickopen-file.png
6630
share/icons/oxygen/base/48x48/actions/quickopen-function.png
6770
share/icons/oxygen/base/48x48/actions/quickopen-function.png
6631
share/icons/oxygen/base/48x48/actions/quickopen.png
6771
share/icons/oxygen/base/48x48/actions/quickopen.png
6772
share/icons/oxygen/base/48x48/actions/quickview.png
6632
share/icons/oxygen/base/48x48/actions/rating.png
6773
share/icons/oxygen/base/48x48/actions/rating.png
6633
share/icons/oxygen/base/48x48/actions/resource-calendar-child-insert.png
6774
share/icons/oxygen/base/48x48/actions/resource-calendar-child-insert.png
6634
share/icons/oxygen/base/48x48/actions/resource-calendar-child.png
6775
share/icons/oxygen/base/48x48/actions/resource-calendar-child.png
Lines 6832-6837 Link Here
6832
share/icons/oxygen/base/48x48/actions/window-close.png
6973
share/icons/oxygen/base/48x48/actions/window-close.png
6833
share/icons/oxygen/base/48x48/actions/window-duplicate.png
6974
share/icons/oxygen/base/48x48/actions/window-duplicate.png
6834
share/icons/oxygen/base/48x48/actions/window-new.png
6975
share/icons/oxygen/base/48x48/actions/window-new.png
6976
share/icons/oxygen/base/48x48/actions/window-next.png
6977
share/icons/oxygen/base/48x48/actions/window-previous.png
6835
share/icons/oxygen/base/48x48/actions/window-suppressed.png
6978
share/icons/oxygen/base/48x48/actions/window-suppressed.png
6836
share/icons/oxygen/base/48x48/actions/zoom-1-to-2.png
6979
share/icons/oxygen/base/48x48/actions/zoom-1-to-2.png
6837
share/icons/oxygen/base/48x48/actions/zoom-2-to-1.png
6980
share/icons/oxygen/base/48x48/actions/zoom-2-to-1.png
Lines 6845-6850 Link Here
6845
share/icons/oxygen/base/48x48/actions/zoom-out.png
6988
share/icons/oxygen/base/48x48/actions/zoom-out.png
6846
share/icons/oxygen/base/48x48/actions/zoom-previous.png
6989
share/icons/oxygen/base/48x48/actions/zoom-previous.png
6847
share/icons/oxygen/base/48x48/actions/zoom-select.png
6990
share/icons/oxygen/base/48x48/actions/zoom-select.png
6991
share/icons/oxygen/base/48x48/actions/zoom.png
6848
share/icons/oxygen/base/48x48/animations/process-idle-kde.png
6992
share/icons/oxygen/base/48x48/animations/process-idle-kde.png
6849
share/icons/oxygen/base/48x48/animations/process-working-kde.png
6993
share/icons/oxygen/base/48x48/animations/process-working-kde.png
6850
share/icons/oxygen/base/48x48/apps/Charm.png
6994
share/icons/oxygen/base/48x48/apps/Charm.png
Lines 6869-6874 Link Here
6869
share/icons/oxygen/base/48x48/apps/clock.png
7013
share/icons/oxygen/base/48x48/apps/clock.png
6870
share/icons/oxygen/base/48x48/apps/digikam.png
7014
share/icons/oxygen/base/48x48/apps/digikam.png
6871
share/icons/oxygen/base/48x48/apps/esd.png
7015
share/icons/oxygen/base/48x48/apps/esd.png
7016
share/icons/oxygen/base/48x48/apps/expoblending.png
6872
share/icons/oxygen/base/48x48/apps/filelight.png
7017
share/icons/oxygen/base/48x48/apps/filelight.png
6873
share/icons/oxygen/base/48x48/apps/fontforge.png
7018
share/icons/oxygen/base/48x48/apps/fontforge.png
6874
share/icons/oxygen/base/48x48/apps/graphics-viewer-document.png
7019
share/icons/oxygen/base/48x48/apps/graphics-viewer-document.png
Lines 6884-6889 Link Here
6884
share/icons/oxygen/base/48x48/apps/k3b.png
7029
share/icons/oxygen/base/48x48/apps/k3b.png
6885
share/icons/oxygen/base/48x48/apps/kaddressbook.png
7030
share/icons/oxygen/base/48x48/apps/kaddressbook.png
6886
share/icons/oxygen/base/48x48/apps/kaffeine.png
7031
share/icons/oxygen/base/48x48/apps/kaffeine.png
7032
share/icons/oxygen/base/48x48/apps/kalarm.png
6887
share/icons/oxygen/base/48x48/apps/kate.png
7033
share/icons/oxygen/base/48x48/apps/kate.png
6888
share/icons/oxygen/base/48x48/apps/kblogger.png
7034
share/icons/oxygen/base/48x48/apps/kblogger.png
6889
share/icons/oxygen/base/48x48/apps/kbruch.png
7035
share/icons/oxygen/base/48x48/apps/kbruch.png
Lines 6946-6951 Link Here
6946
share/icons/oxygen/base/48x48/apps/okteta.png
7092
share/icons/oxygen/base/48x48/apps/okteta.png
6947
share/icons/oxygen/base/48x48/apps/okular.png
7093
share/icons/oxygen/base/48x48/apps/okular.png
6948
share/icons/oxygen/base/48x48/apps/oxygen.png
7094
share/icons/oxygen/base/48x48/apps/oxygen.png
7095
share/icons/oxygen/base/48x48/apps/panorama.png
6949
share/icons/oxygen/base/48x48/apps/partitionmanager.png
7096
share/icons/oxygen/base/48x48/apps/partitionmanager.png
6950
share/icons/oxygen/base/48x48/apps/picmi.png
7097
share/icons/oxygen/base/48x48/apps/picmi.png
6951
share/icons/oxygen/base/48x48/apps/plasma.png
7098
share/icons/oxygen/base/48x48/apps/plasma.png
Lines 7482-7487 Link Here
7482
share/icons/oxygen/base/48x48/mimetypes/x-office-spreadsheet.png
7629
share/icons/oxygen/base/48x48/mimetypes/x-office-spreadsheet.png
7483
share/icons/oxygen/base/48x48/places/bookmarks.png
7630
share/icons/oxygen/base/48x48/places/bookmarks.png
7484
share/icons/oxygen/base/48x48/places/certificate-server.png
7631
share/icons/oxygen/base/48x48/places/certificate-server.png
7632
share/icons/oxygen/base/48x48/places/desktop.png
7485
share/icons/oxygen/base/48x48/places/document-multiple.png
7633
share/icons/oxygen/base/48x48/places/document-multiple.png
7486
share/icons/oxygen/base/48x48/places/favorites.png
7634
share/icons/oxygen/base/48x48/places/favorites.png
7487
share/icons/oxygen/base/48x48/places/folder-activities.png
7635
share/icons/oxygen/base/48x48/places/folder-activities.png
Lines 7532-7537 Link Here
7532
share/icons/oxygen/base/48x48/places/folder-violet.png
7680
share/icons/oxygen/base/48x48/places/folder-violet.png
7533
share/icons/oxygen/base/48x48/places/folder-yellow.png
7681
share/icons/oxygen/base/48x48/places/folder-yellow.png
7534
share/icons/oxygen/base/48x48/places/folder.png
7682
share/icons/oxygen/base/48x48/places/folder.png
7683
share/icons/oxygen/base/48x48/places/folder_html.png
7535
share/icons/oxygen/base/48x48/places/mail-folder-inbox.png
7684
share/icons/oxygen/base/48x48/places/mail-folder-inbox.png
7536
share/icons/oxygen/base/48x48/places/mail-folder-outbox.png
7685
share/icons/oxygen/base/48x48/places/mail-folder-outbox.png
7537
share/icons/oxygen/base/48x48/places/mail-folder-sent.png
7686
share/icons/oxygen/base/48x48/places/mail-folder-sent.png
Lines 7755-7760 Link Here
7755
share/icons/oxygen/base/64x64/apps/k3b.png
7904
share/icons/oxygen/base/64x64/apps/k3b.png
7756
share/icons/oxygen/base/64x64/apps/kaddressbook.png
7905
share/icons/oxygen/base/64x64/apps/kaddressbook.png
7757
share/icons/oxygen/base/64x64/apps/kaffeine.png
7906
share/icons/oxygen/base/64x64/apps/kaffeine.png
7907
share/icons/oxygen/base/64x64/apps/kalarm.png
7758
share/icons/oxygen/base/64x64/apps/kblogger.png
7908
share/icons/oxygen/base/64x64/apps/kblogger.png
7759
share/icons/oxygen/base/64x64/apps/kbruch.png
7909
share/icons/oxygen/base/64x64/apps/kbruch.png
7760
share/icons/oxygen/base/64x64/apps/kbugbuster.png
7910
share/icons/oxygen/base/64x64/apps/kbugbuster.png
(-)x11-toolkits/kf5-attica/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934881
1
TIMESTAMP = 1483950434
2
SHA256 (KDE/frameworks/5.29.0/attica-5.29.0.tar.xz) = a195e8ef4ae8dfb586c3c0a012797f5d4c358bdf3dde9c4eee10f07330c62af6
2
SHA256 (KDE/frameworks/5.30.0/attica-5.30.0.tar.xz) = 5b44207c93f42b84e99fc7e110025059e3023a1dac2e4f5bd019335c7a331eed
3
SIZE (KDE/frameworks/5.29.0/attica-5.29.0.tar.xz) = 60196
3
SIZE (KDE/frameworks/5.30.0/attica-5.30.0.tar.xz) = 60244
(-)x11-toolkits/kf5-kcompletion/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934881
1
TIMESTAMP = 1483950434
2
SHA256 (KDE/frameworks/5.29.0/kcompletion-5.29.0.tar.xz) = 6b1acf683de6d4b3ec36f7ddc270cd639268d25bb53217c83c9088a55f695ec0
2
SHA256 (KDE/frameworks/5.30.0/kcompletion-5.30.0.tar.xz) = a667bd28575ba4462ed365ce3ea7d35e3f86b20e6fc034365914949205ee0588
3
SIZE (KDE/frameworks/5.29.0/kcompletion-5.29.0.tar.xz) = 2580112
3
SIZE (KDE/frameworks/5.30.0/kcompletion-5.30.0.tar.xz) = 116156
(-)x11-toolkits/kf5-kconfigwidgets/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934881
1
TIMESTAMP = 1483950434
2
SHA256 (KDE/frameworks/5.29.0/kconfigwidgets-5.29.0.tar.xz) = ca9580a1079adcc9f95907ea9355ee9b2ceaf001e7620005d2d0b1f1dd245e75
2
SHA256 (KDE/frameworks/5.30.0/kconfigwidgets-5.30.0.tar.xz) = 021d85537faf01b9a88a9614edf9011a7e2dac752330f4928a287f4832263996
3
SIZE (KDE/frameworks/5.29.0/kconfigwidgets-5.29.0.tar.xz) = 2872180
3
SIZE (KDE/frameworks/5.30.0/kconfigwidgets-5.30.0.tar.xz) = 371220
(-)x11-toolkits/kf5-kdesignerplugin/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934882
1
TIMESTAMP = 1483950434
2
SHA256 (KDE/frameworks/5.29.0/kdesignerplugin-5.29.0.tar.xz) = cf0b6ad6d996ff460447c83d382188c10eb01a9ff1e8532866e13050f389a807
2
SHA256 (KDE/frameworks/5.30.0/kdesignerplugin-5.30.0.tar.xz) = bf6db9ebf47c73aa9a2f3175603dfdf0ae15d4f62929352ad9288df61310c741
3
SIZE (KDE/frameworks/5.29.0/kdesignerplugin-5.29.0.tar.xz) = 2552788
3
SIZE (KDE/frameworks/5.30.0/kdesignerplugin-5.30.0.tar.xz) = 89252
(-)x11-toolkits/kf5-kguiaddons/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934882
1
TIMESTAMP = 1483950434
2
SHA256 (KDE/frameworks/5.29.0/kguiaddons-5.29.0.tar.xz) = f3906d76b48660ab685caf06a71d9bd4d716a8875dc0973157f577632601f8b1
2
SHA256 (KDE/frameworks/5.30.0/kguiaddons-5.30.0.tar.xz) = f55f5b5ffe0e330ae3ee5971cf8d206040d82bd52d677a8478d6a9c88c8ac04e
3
SIZE (KDE/frameworks/5.29.0/kguiaddons-5.29.0.tar.xz) = 39412
3
SIZE (KDE/frameworks/5.30.0/kguiaddons-5.30.0.tar.xz) = 39820
(-)x11-toolkits/kf5-kitemviews/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934882
1
TIMESTAMP = 1483950434
2
SHA256 (KDE/frameworks/5.29.0/kitemviews-5.29.0.tar.xz) = 70dffefe04badc6e0ed7c2bc8009cc6a987c6c511d6e700c60efa688adcfe2a0
2
SHA256 (KDE/frameworks/5.30.0/kitemviews-5.30.0.tar.xz) = 5e8466caa4d27cd78e37c3814e495590158a5a57cbb61e8d07505cea72d3a43b
3
SIZE (KDE/frameworks/5.29.0/kitemviews-5.29.0.tar.xz) = 2512384
3
SIZE (KDE/frameworks/5.30.0/kitemviews-5.30.0.tar.xz) = 74332
(-)x11-toolkits/kf5-kjobwidgets/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934882
1
TIMESTAMP = 1483950435
2
SHA256 (KDE/frameworks/5.29.0/kjobwidgets-5.29.0.tar.xz) = c8ee18380c1cae2ab48f007d10b4e85625bf7a2f2d5dba834f4f0bf0bb1e356a
2
SHA256 (KDE/frameworks/5.30.0/kjobwidgets-5.30.0.tar.xz) = 0e26aa3d496c6b651f57b11bb2ced5da49538c17be403b4067a7bb5475a09f46
3
SIZE (KDE/frameworks/5.29.0/kjobwidgets-5.29.0.tar.xz) = 2537368
3
SIZE (KDE/frameworks/5.30.0/kjobwidgets-5.30.0.tar.xz) = 89416
(-)x11-toolkits/kf5-ktextwidgets/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934882
1
TIMESTAMP = 1483950435
2
SHA256 (KDE/frameworks/5.29.0/ktextwidgets-5.29.0.tar.xz) = 47fcec17d6d1d7f9b55e776e8ae0abd55b16de78f74424e7ea5c842ca6623c86
2
SHA256 (KDE/frameworks/5.30.0/ktextwidgets-5.30.0.tar.xz) = 5c86dc3d5866d53d2e70bb5321ff74431886c825304db5997f617d6e5e94f8ba
3
SIZE (KDE/frameworks/5.29.0/ktextwidgets-5.29.0.tar.xz) = 2804552
3
SIZE (KDE/frameworks/5.30.0/ktextwidgets-5.30.0.tar.xz) = 307384
(-)x11-toolkits/kf5-kwidgetsaddons/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934883
1
TIMESTAMP = 1483950435
2
SHA256 (KDE/frameworks/5.29.0/kwidgetsaddons-5.29.0.tar.xz) = 4d0c209fae36f0342aeae4f3d2f402a89566eab1cee0afa5e612c88ae5d01ba6
2
SHA256 (KDE/frameworks/5.30.0/kwidgetsaddons-5.30.0.tar.xz) = 34c322aa53a33ed883d8082e2435cd9464fb9d3f63e50c4a81d87166088fc24a
3
SIZE (KDE/frameworks/5.29.0/kwidgetsaddons-5.29.0.tar.xz) = 4328936
3
SIZE (KDE/frameworks/5.30.0/kwidgetsaddons-5.30.0.tar.xz) = 2165676
(-)x11-toolkits/kf5-kwidgetsaddons/pkg-plist (+2 lines)
Lines 60-65 Link Here
60
include/KF5/KWidgetsAddons/KToolBarLabelAction
60
include/KF5/KWidgetsAddons/KToolBarLabelAction
61
include/KF5/KWidgetsAddons/KToolBarPopupAction
61
include/KF5/KWidgetsAddons/KToolBarPopupAction
62
include/KF5/KWidgetsAddons/KToolBarSpacerAction
62
include/KF5/KWidgetsAddons/KToolBarSpacerAction
63
include/KF5/KWidgetsAddons/KToolTipWidget
63
include/KF5/KWidgetsAddons/KUrlLabel
64
include/KF5/KWidgetsAddons/KUrlLabel
64
include/KF5/KWidgetsAddons/KViewStateMaintainerBase
65
include/KF5/KWidgetsAddons/KViewStateMaintainerBase
65
include/KF5/KWidgetsAddons/KViewStateSerializer
66
include/KF5/KWidgetsAddons/KViewStateSerializer
Lines 127-132 Link Here
127
include/KF5/KWidgetsAddons/ktoolbarlabelaction.h
128
include/KF5/KWidgetsAddons/ktoolbarlabelaction.h
128
include/KF5/KWidgetsAddons/ktoolbarpopupaction.h
129
include/KF5/KWidgetsAddons/ktoolbarpopupaction.h
129
include/KF5/KWidgetsAddons/ktoolbarspaceraction.h
130
include/KF5/KWidgetsAddons/ktoolbarspaceraction.h
131
include/KF5/KWidgetsAddons/ktooltipwidget.h
130
include/KF5/KWidgetsAddons/kurllabel.h
132
include/KF5/KWidgetsAddons/kurllabel.h
131
include/KF5/KWidgetsAddons/kviewstatemaintainerbase.h
133
include/KF5/KWidgetsAddons/kviewstatemaintainerbase.h
132
include/KF5/KWidgetsAddons/kviewstateserializer.h
134
include/KF5/KWidgetsAddons/kviewstateserializer.h
(-)x11-toolkits/kf5-kxmlgui/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480934883
1
TIMESTAMP = 1484047584
2
SHA256 (KDE/frameworks/5.29.0/kxmlgui-5.29.0.tar.xz) = 00bf6c5fad99162e9367d5125aa684a26db7fc9c83fcd44e2e824a547c8405c1
2
SHA256 (KDE/frameworks/5.30.0/kxmlgui-5.30.0.tar.xz) = da3f6f59aed6d7970f78a040e387fcec6509a2bac3e6efaa965b6600c9b1ac00
3
SIZE (KDE/frameworks/5.29.0/kxmlgui-5.29.0.tar.xz) = 3155408
3
SIZE (KDE/frameworks/5.30.0/kxmlgui-5.30.0.tar.xz) = 879344
(-)x11-toolkits/kirigami/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480945374
1
TIMESTAMP = 1484993614
2
SHA256 (KDE/frameworks/5.29.0/kirigami-1.1.0.tar.xz) = 6677af0c486a4c9cfefe74a0951e85dad53435010031bf2b7fcdf9c5df6b3edd
2
SHA256 (KDE/frameworks/5.30.0/kirigami-1.1.0.tar.xz) = 6677af0c486a4c9cfefe74a0951e85dad53435010031bf2b7fcdf9c5df6b3edd
3
SIZE (KDE/frameworks/5.29.0/kirigami-1.1.0.tar.xz) = 262152
3
SIZE (KDE/frameworks/5.30.0/kirigami-1.1.0.tar.xz) = 262152

Return to bug 216345