2013-09-27 21:56:13 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<gresources>
|
|
|
|
|
<gresource prefix="/icons">
|
2026-01-05 23:12:38 -07:00
|
|
|
<file alias="zoitechat.png" preprocess="to-pixdata">icons/zoitechat.png</file>
|
2016-12-17 19:55:06 -05:00
|
|
|
<file alias="book.png" preprocess="to-pixdata">icons/book.png</file>
|
2013-09-27 21:56:13 -04:00
|
|
|
|
2016-12-17 19:55:06 -05:00
|
|
|
<file alias="ulist_voice.png" preprocess="to-pixdata">icons/ulist_voice.png</file>
|
|
|
|
|
<file alias="ulist_halfop.png" preprocess="to-pixdata">icons/ulist_halfop.png</file>
|
|
|
|
|
<file alias="ulist_op.png" preprocess="to-pixdata">icons/ulist_op.png</file>
|
|
|
|
|
<file alias="ulist_owner.png" preprocess="to-pixdata">icons/ulist_owner.png</file>
|
|
|
|
|
<file alias="ulist_founder.png" preprocess="to-pixdata">icons/ulist_founder.png</file>
|
|
|
|
|
<file alias="ulist_netop.png" preprocess="to-pixdata">icons/ulist_netop.png</file>
|
2013-09-27 21:56:13 -04:00
|
|
|
|
2026-01-05 23:12:38 -07:00
|
|
|
<file alias="tray_normal.png" preprocess="to-pixdata">icons/zoitechat.png</file>
|
2016-12-17 19:55:06 -05:00
|
|
|
<file alias="tray_fileoffer.png" preprocess="to-pixdata">icons/tray_fileoffer.png</file>
|
|
|
|
|
<file alias="tray_highlight.png" preprocess="to-pixdata">icons/tray_highlight.png</file>
|
|
|
|
|
<file alias="tray_message.png" preprocess="to-pixdata">icons/tray_message.png</file>
|
2013-09-27 21:56:13 -04:00
|
|
|
|
2014-03-13 12:00:25 -04:00
|
|
|
<file alias="tree_channel.png" preprocess="to-pixdata">icons/tree_channel.png</file>
|
2016-12-17 19:55:06 -05:00
|
|
|
<file alias="tree_dialog.png" preprocess="to-pixdata">icons/tree_dialog.png</file>
|
|
|
|
|
<file alias="tree_server.png" preprocess="to-pixdata">icons/tree_server.png</file>
|
|
|
|
|
<file alias="tree_util.png" preprocess="to-pixdata">icons/tree_util.png</file>
|
2026-02-17 20:05:13 -07:00
|
|
|
|
|
|
|
|
<file alias="menu/light/new.svg">icons/menu/light/new.svg</file>
|
2026-02-17 23:44:22 -07:00
|
|
|
<file alias="menu/light/network-list.svg">icons/menu/light/network-list.svg</file>
|
2026-02-17 20:05:13 -07:00
|
|
|
<file alias="menu/light/load-plugin.svg">icons/menu/light/load-plugin.svg</file>
|
|
|
|
|
<file alias="menu/light/detach.svg">icons/menu/light/detach.svg</file>
|
|
|
|
|
<file alias="menu/light/close.svg">icons/menu/light/close.svg</file>
|
|
|
|
|
<file alias="menu/light/quit.svg">icons/menu/light/quit.svg</file>
|
|
|
|
|
<file alias="menu/light/disconnect.svg">icons/menu/light/disconnect.svg</file>
|
|
|
|
|
<file alias="menu/light/connect.svg">icons/menu/light/connect.svg</file>
|
|
|
|
|
<file alias="menu/light/join.svg">icons/menu/light/join.svg</file>
|
|
|
|
|
<file alias="menu/light/chanlist.svg">icons/menu/light/chanlist.svg</file>
|
|
|
|
|
<file alias="menu/light/preferences.svg">icons/menu/light/preferences.svg</file>
|
|
|
|
|
<file alias="menu/light/clear.svg">icons/menu/light/clear.svg</file>
|
Standardized GTK3 menu-related icon constants to the bundled zc-menu-* namespace so menu actions stop depending on mixed system-theme icon names (edit-copy, view-refresh, etc.) and instead use the same internal set. This was updated in channel list, plugin manager, URL grabber, and spell-entry menu definitions.
Updated GTK3 icon rendering paths in affected UI helpers to call gtkutil_image_new_from_stock(...), which is the path that resolves zc-menu-* resources correctly and consistently from data/icons/menu (instead of raw theme lookup).
Added new icons to the shared bundled menu icon set (light/dark) for copy, delete, add, remove, spell-check, and refresh, and registered them in the GResource manifest so they are always available at runtime.
2026-02-17 23:56:49 -07:00
|
|
|
<file alias="menu/light/copy.svg">icons/menu/light/copy.svg</file>
|
|
|
|
|
<file alias="menu/light/delete.svg">icons/menu/light/delete.svg</file>
|
|
|
|
|
<file alias="menu/light/add.svg">icons/menu/light/add.svg</file>
|
|
|
|
|
<file alias="menu/light/remove.svg">icons/menu/light/remove.svg</file>
|
|
|
|
|
<file alias="menu/light/spell-check.svg">icons/menu/light/spell-check.svg</file>
|
2026-02-17 20:05:13 -07:00
|
|
|
<file alias="menu/light/save.svg">icons/menu/light/save.svg</file>
|
Standardized GTK3 menu-related icon constants to the bundled zc-menu-* namespace so menu actions stop depending on mixed system-theme icon names (edit-copy, view-refresh, etc.) and instead use the same internal set. This was updated in channel list, plugin manager, URL grabber, and spell-entry menu definitions.
Updated GTK3 icon rendering paths in affected UI helpers to call gtkutil_image_new_from_stock(...), which is the path that resolves zc-menu-* resources correctly and consistently from data/icons/menu (instead of raw theme lookup).
Added new icons to the shared bundled menu icon set (light/dark) for copy, delete, add, remove, spell-check, and refresh, and registered them in the GResource manifest so they are always available at runtime.
2026-02-17 23:56:49 -07:00
|
|
|
<file alias="menu/light/refresh.svg">icons/menu/light/refresh.svg</file>
|
2026-02-17 20:05:13 -07:00
|
|
|
<file alias="menu/light/search.svg">icons/menu/light/search.svg</file>
|
|
|
|
|
<file alias="menu/light/find.svg">icons/menu/light/find.svg</file>
|
|
|
|
|
<file alias="menu/light/help.svg">icons/menu/light/help.svg</file>
|
|
|
|
|
<file alias="menu/light/about.svg">icons/menu/light/about.svg</file>
|
|
|
|
|
|
|
|
|
|
<file alias="menu/dark/new.svg">icons/menu/dark/new.svg</file>
|
2026-02-17 23:44:22 -07:00
|
|
|
<file alias="menu/dark/network-list.svg">icons/menu/dark/network-list.svg</file>
|
2026-02-17 20:05:13 -07:00
|
|
|
<file alias="menu/dark/load-plugin.svg">icons/menu/dark/load-plugin.svg</file>
|
|
|
|
|
<file alias="menu/dark/detach.svg">icons/menu/dark/detach.svg</file>
|
|
|
|
|
<file alias="menu/dark/close.svg">icons/menu/dark/close.svg</file>
|
|
|
|
|
<file alias="menu/dark/quit.svg">icons/menu/dark/quit.svg</file>
|
|
|
|
|
<file alias="menu/dark/disconnect.svg">icons/menu/dark/disconnect.svg</file>
|
|
|
|
|
<file alias="menu/dark/connect.svg">icons/menu/dark/connect.svg</file>
|
|
|
|
|
<file alias="menu/dark/join.svg">icons/menu/dark/join.svg</file>
|
|
|
|
|
<file alias="menu/dark/chanlist.svg">icons/menu/dark/chanlist.svg</file>
|
|
|
|
|
<file alias="menu/dark/preferences.svg">icons/menu/dark/preferences.svg</file>
|
|
|
|
|
<file alias="menu/dark/clear.svg">icons/menu/dark/clear.svg</file>
|
Standardized GTK3 menu-related icon constants to the bundled zc-menu-* namespace so menu actions stop depending on mixed system-theme icon names (edit-copy, view-refresh, etc.) and instead use the same internal set. This was updated in channel list, plugin manager, URL grabber, and spell-entry menu definitions.
Updated GTK3 icon rendering paths in affected UI helpers to call gtkutil_image_new_from_stock(...), which is the path that resolves zc-menu-* resources correctly and consistently from data/icons/menu (instead of raw theme lookup).
Added new icons to the shared bundled menu icon set (light/dark) for copy, delete, add, remove, spell-check, and refresh, and registered them in the GResource manifest so they are always available at runtime.
2026-02-17 23:56:49 -07:00
|
|
|
<file alias="menu/dark/copy.svg">icons/menu/dark/copy.svg</file>
|
|
|
|
|
<file alias="menu/dark/delete.svg">icons/menu/dark/delete.svg</file>
|
|
|
|
|
<file alias="menu/dark/add.svg">icons/menu/dark/add.svg</file>
|
|
|
|
|
<file alias="menu/dark/remove.svg">icons/menu/dark/remove.svg</file>
|
|
|
|
|
<file alias="menu/dark/spell-check.svg">icons/menu/dark/spell-check.svg</file>
|
2026-02-17 20:05:13 -07:00
|
|
|
<file alias="menu/dark/save.svg">icons/menu/dark/save.svg</file>
|
Standardized GTK3 menu-related icon constants to the bundled zc-menu-* namespace so menu actions stop depending on mixed system-theme icon names (edit-copy, view-refresh, etc.) and instead use the same internal set. This was updated in channel list, plugin manager, URL grabber, and spell-entry menu definitions.
Updated GTK3 icon rendering paths in affected UI helpers to call gtkutil_image_new_from_stock(...), which is the path that resolves zc-menu-* resources correctly and consistently from data/icons/menu (instead of raw theme lookup).
Added new icons to the shared bundled menu icon set (light/dark) for copy, delete, add, remove, spell-check, and refresh, and registered them in the GResource manifest so they are always available at runtime.
2026-02-17 23:56:49 -07:00
|
|
|
<file alias="menu/dark/refresh.svg">icons/menu/dark/refresh.svg</file>
|
2026-02-17 20:05:13 -07:00
|
|
|
<file alias="menu/dark/search.svg">icons/menu/dark/search.svg</file>
|
|
|
|
|
<file alias="menu/dark/find.svg">icons/menu/dark/find.svg</file>
|
|
|
|
|
<file alias="menu/dark/help.svg">icons/menu/dark/help.svg</file>
|
|
|
|
|
<file alias="menu/dark/about.svg">icons/menu/dark/about.svg</file>
|
2013-09-27 21:56:13 -04:00
|
|
|
</gresource>
|
|
|
|
|
</gresources>
|