Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
0be9b33d by wurstsalat at 2025-04-01T23:28:34+02:00
refactor: Icons: Replace deprecated emblem-* icons
- - - - -
3 changed files:
- gajim/data/gui/chat_banner.ui
- + gajim/data/icons/hicolor/scalable/devices/feaher-share-2-symbolic.svg
- gajim/gtk/filetransfer.py
Changes:
=====================================
gajim/data/gui/chat_banner.ui
=====================================
@@ -147,7 +147,7 @@
<property name="popover">share_popover</property>
<child>
<object class="GtkImage">
- <property name="icon-name">emblem-shared-symbolic</property>
+ <property name="icon-name">feaher-share-2-symbolic</property>
</object>
</child>
</object>
=====================================
gajim/data/icons/hicolor/scalable/devices/feaher-share-2-symbolic.svg
=====================================
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ width="24"
+ height="24"
+ viewBox="0 0 24 24"
+ fill="none"
+ stroke="currentColor"
+ stroke-width="2"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ class="feather feather-share-2"
+ version="1.1"
+ id="svg4"
+ sodipodi:docname="feaher-share-2-symbolic.svg"
+ inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="namedview4"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:showpageshadow="2"
+ inkscape:pageopacity="0.0"
+ inkscape:pagecheckerboard="0"
+ inkscape:deskcolor="#d1d1d1"
+ inkscape:zoom="32.333333"
+ inkscape:cx="12"
+ inkscape:cy="12"
+ inkscape:window-width="1920"
+ inkscape:window-height="1005"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg4" />
+ <path
+ style="fill:#000000;stroke:none"
+ d="m 18,1 c -2.197294,0 -4,1.8027056 -4,4 0,2.1972944 1.802706,4 4,4
2.197294,0 4,-1.8027056 4,-4 0,-2.1972944 -1.802706,-4 -4,-4 z m 0,2 c
1.116414,0 2,0.8835859 2,2 0,1.1164141 -0.883586,2 -2,2 -1.116414,0
-2,-0.8835859 -2,-2 0,-1.1164141 0.883586,-2 2,-2 z"
+ id="circle1" />
+ <path
+ style="fill:#000000;stroke:none"
+ d="m 6,8 c -2.1972944,0 -4,1.8027056 -4,4 0,2.197294 1.8027056,4 4,4
2.1972944,0 4,-1.802706 4,-4 C 10,9.8027056 8.1972944,8 6,8 Z m 0,2 c
1.1164141,0 2,0.883586 2,2 0,1.116414 -0.8835859,2 -2,2 -1.1164141,0
-2,-0.883586 -2,-2 0,-1.116414 0.8835859,-2 2,-2 z"
+ id="circle2" />
+ <path
+ style="fill:#000000;stroke:none"
+ d="m 18,15 c -2.197294,0 -4,1.802706 -4,4 0,2.197294 1.802706,4 4,4
2.197294,0 4,-1.802706 4,-4 0,-2.197294 -1.802706,-4 -4,-4 z m 0,2 c 1.116414,0
2,0.883586 2,2 0,1.116414 -0.883586,2 -2,2 -1.116414,0 -2,-0.883586 -2,-2
0,-1.116414 0.883586,-2 2,-2 z"
+ id="circle3" />
+ <path
+ style="fill:#000000;stroke:none"
+ d="m 9.09375,12.646484 a 1,1 0 0 0 -1.3671875,0.359375 1,1 0 0 0
0.359375,1.367188 l 6.8300785,3.980469 a 1,1 0 0 0 1.367187,-0.359375 1,1 0 0 0
-0.359375,-1.367188 z"
+ id="line3" />
+ <path
+ style="fill:#000000;stroke:none"
+ d="M 15.664063,5.5429687 A 1,1 0 0 0 14.90625,5.6464844 L
8.0859375,9.6269531 A 1,1 0 0 0 7.7265625,10.994141 1,1 0 0 0 9.09375,11.353516
L 15.914063,7.3730469 A 1,1 0 0 0 16.273437,6.0058594 1,1 0 0 0
15.664063,5.5429687 Z"
+ id="line4" />
+</svg>
=====================================
gajim/gtk/filetransfer.py
=====================================
@@ -140,7 +140,7 @@
# 'upload': 'go-up-symbolic',
# 'download': 'go-down-symbolic',
# 'stop': 'process-stop-symbolic',
-# 'waiting': 'emblem-synchronizing-symbolic',
+# 'waiting': 'feather-refresh-cw-symbolic',
# 'pause': 'media-playback-pause-symbolic',
# 'continue': 'media-playback-start-symbolic',
# 'ok': 'feather-check-symbolic',
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/0be9b33d6e0ddd6d80c7a48986cd7e876b90c5b8
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/0be9b33d6e0ddd6d80c7a48986cd7e876b90c5b8
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]