OSDN Git Service

LinGui: Internalize all the icons so I don't have to install them in
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 8 Sep 2008 23:11:15 +0000 (23:11 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 8 Sep 2008 23:11:15 +0000 (23:11 +0000)
commit07cc0ebf6a7141a76fd9b6e2da6cf510def1ebc7
tree37e069cb0e9e1009eb2143452426e677a593170e
parentbdde3661fa516f965cc9d8e12fbc965929d94ac6
LinGui: Internalize all the icons so I don't have to install them in
a system directory.  One step closer to being able to build a binary
that can stand on it's own without a bunch of additional resource files.

git-svn-id: svn://localhost/HandBrake/trunk@1678 b64f7644-9d1e-0410-96f1-a4d463321fa5
55 files changed:
gtk/src/Makefile.am
gtk/src/hb-activity.32.h [new file with mode: 0644]
gtk/src/hb-add-queue.32.h [new file with mode: 0644]
gtk/src/hb-canceled.16.h [new file with mode: 0644]
gtk/src/hb-complete.16.h [new file with mode: 0644]
gtk/src/hb-drawer.32.h [new file with mode: 0644]
gtk/src/hb-icon.128.h [new file with mode: 0644]
gtk/src/hb-icon.64.h [new file with mode: 0644]
gtk/src/hb-pause.32.h [new file with mode: 0644]
gtk/src/hb-play.32.h [new file with mode: 0644]
gtk/src/hb-pref.32.h [new file with mode: 0644]
gtk/src/hb-queue-delete.16.h [new file with mode: 0644]
gtk/src/hb-queue-job.16.h [new file with mode: 0644]
gtk/src/hb-queue-pass1.16.h [new file with mode: 0644]
gtk/src/hb-queue-pass2.16.h [new file with mode: 0644]
gtk/src/hb-queue-subtitle.16.h [new file with mode: 0644]
gtk/src/hb-queue.32.h [new file with mode: 0644]
gtk/src/hb-remove.32.h [new file with mode: 0644]
gtk/src/hb-source.32.h [new file with mode: 0644]
gtk/src/hb-stop.32.h [new file with mode: 0644]
gtk/src/hb-working0.16.h [new file with mode: 0644]
gtk/src/hb-working1.16.h [new file with mode: 0644]
gtk/src/hb-working2.16.h [new file with mode: 0644]
gtk/src/hb-working3.16.h [new file with mode: 0644]
gtk/src/hb-working4.16.h [new file with mode: 0644]
gtk/src/hb-working5.16.h [new file with mode: 0644]
gtk/src/icons.c [new file with mode: 0644]
gtk/src/icons.h [new file with mode: 0644]
gtk/src/icons/hicolor/128x128/apps/hb-icon.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-canceled.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-complete.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-queue-delete.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-queue-job.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-queue-pass1.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-queue-pass2.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-queue-subtitle.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-working0.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-working1.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-working2.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-working3.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-working4.png [deleted file]
gtk/src/icons/hicolor/16x16/apps/hb-working5.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-activity.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-add-queue.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-drawer.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-pause.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-play.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-pref.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-queue.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-remove.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-source.png [deleted file]
gtk/src/icons/hicolor/32x32/apps/hb-stop.png [deleted file]
gtk/src/icons/hicolor/64x64/apps/hb-icon.png [deleted file]
gtk/src/icons/hicolor/index.theme [deleted file]
gtk/src/main.c