]> granicus.if.org Git - handbrake/commit
LinGui: add support for alternate icons
authorJohn Stebbins <jstebbins.hb@gmail.com>
Sun, 24 Dec 2017 00:13:56 +0000 (16:13 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Sun, 24 Dec 2017 00:13:56 +0000 (16:13 -0800)
commitd8b6c1c4355e0e20c586d028c7be483ba1f7eb57
tree975e82e437e32f5439afa487da4f97f877eac17a
parentc7b76d7e236cc07a87e3b6a3b6e15579aa459fe9
LinGui: add support for alternate icons

GTK will use lower res icons if available for lower res screens.
32 files changed:
gtk/src/Makefile.am
gtk/src/icon_res.gresource.xml
gtk/src/icons/24x24/apps/hb-remove.png [new file with mode: 0644]
gtk/src/icons/32x32/apps/hb-activity.png [new file with mode: 0644]
gtk/src/icons/32x32/apps/hb-add-queue.png [new file with mode: 0644]
gtk/src/icons/32x32/apps/hb-pause.png [new file with mode: 0644]
gtk/src/icons/32x32/apps/hb-picture.png [new file with mode: 0644]
gtk/src/icons/32x32/apps/hb-showqueue.png [new file with mode: 0644]
gtk/src/icons/32x32/apps/hb-source.png [new file with mode: 0644]
gtk/src/icons/32x32/apps/hb-start.png [new file with mode: 0644]
gtk/src/icons/32x32/apps/hb-stop.png [new file with mode: 0644]
gtk/src/icons/48x48/apps/hb-remove.png [new file with mode: 0644]
gtk/src/icons/64x64/apps/hb-activity.png [new file with mode: 0644]
gtk/src/icons/64x64/apps/hb-add-queue.png [new file with mode: 0644]
gtk/src/icons/64x64/apps/hb-pause.png [new file with mode: 0644]
gtk/src/icons/64x64/apps/hb-picture.png [new file with mode: 0644]
gtk/src/icons/64x64/apps/hb-showqueue.png [new file with mode: 0644]
gtk/src/icons/64x64/apps/hb-source.png [new file with mode: 0644]
gtk/src/icons/64x64/apps/hb-start.png [new file with mode: 0644]
gtk/src/icons/64x64/apps/hb-stop.png [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-activity.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-add-queue.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-complete.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-edit.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-icon.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-pause.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-picture.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-remove.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-showqueue.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-source.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-start.svg [new file with mode: 0644]
gtk/src/icons/scalable/apps/hb-stop.svg [new file with mode: 0644]