]> granicus.if.org Git - handbrake/commit
LinGui: Initial import
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 17 Jun 2008 15:40:49 +0000 (15:40 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 17 Jun 2008 15:40:49 +0000 (15:40 +0000)
commit8bbd36bcbe75a53b29f7cc62e5ae9d107f92eddc
treeaafba8f8091293cc3faac87f0c61460cc6017c39
parent01cf7f40ab14ce0961c5ea0c6e16580284c03945
LinGui: Initial import

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1517 b64f7644-9d1e-0410-96f1-a4d463321fa5
104 files changed:
gtk/.cvsignore [new file with mode: 0644]
gtk/AUTHORS [new file with mode: 0644]
gtk/COPYING [new file with mode: 0644]
gtk/ChangeLog [new file with mode: 0644]
gtk/INSTALL [new file with mode: 0644]
gtk/Jamfile [new file with mode: 0644]
gtk/Makefile.am [new file with mode: 0644]
gtk/Makefile.in [new file with mode: 0644]
gtk/NEWS [new file with mode: 0644]
gtk/README [new file with mode: 0644]
gtk/TODO.tasks [new file with mode: 0644]
gtk/autogen.sh [new file with mode: 0755]
gtk/config.guess [new file with mode: 0755]
gtk/config.h.in [new file with mode: 0644]
gtk/config.sub [new file with mode: 0755]
gtk/configure [new file with mode: 0755]
gtk/configure.ac [new file with mode: 0644]
gtk/depcomp [new file with mode: 0755]
gtk/ghb.anjuta [new file with mode: 0644]
gtk/ghb.spec [new file with mode: 0644]
gtk/install-sh [new file with mode: 0755]
gtk/intltool-extract.in [new file with mode: 0644]
gtk/intltool-merge.in [new file with mode: 0644]
gtk/intltool-update.in [new file with mode: 0644]
gtk/ltmain.sh [new file with mode: 0644]
gtk/missing [new file with mode: 0755]
gtk/po/.cvsignore [new file with mode: 0644]
gtk/po/ChangeLog [new file with mode: 0644]
gtk/po/LINGUAS [new file with mode: 0644]
gtk/po/Makefile.in.in [new file with mode: 0644]
gtk/po/POTFILES.in [new file with mode: 0644]
gtk/src/.cvsignore [new file with mode: 0644]
gtk/src/Makefile.am [new file with mode: 0644]
gtk/src/Makefile.in [new file with mode: 0644]
gtk/src/callbacks.c [new file with mode: 0644]
gtk/src/callbacks.h [new file with mode: 0644]
gtk/src/ghb-dvd.c [new file with mode: 0644]
gtk/src/ghb-dvd.h [new file with mode: 0644]
gtk/src/ghb.desktop [new file with mode: 0644]
gtk/src/ghb.glade [new file with mode: 0644]
gtk/src/ghb.ui [new file with mode: 0644]
gtk/src/hb-activity.32.png [new file with mode: 0644]
gtk/src/hb-add-queue.32.png [new file with mode: 0644]
gtk/src/hb-backend.c [new file with mode: 0644]
gtk/src/hb-backend.h [new file with mode: 0644]
gtk/src/hb-canceled.16.png [new file with mode: 0644]
gtk/src/hb-complete.16.png [new file with mode: 0644]
gtk/src/hb-drawer.32.png [new file with mode: 0644]
gtk/src/hb-icon.128.png [new file with mode: 0644]
gtk/src/hb-icon.64.png [new file with mode: 0644]
gtk/src/hb-pause.32.png [new file with mode: 0644]
gtk/src/hb-play.32.png [new file with mode: 0644]
gtk/src/hb-pref.32.png [new file with mode: 0644]
gtk/src/hb-queue-delete.16.png [new file with mode: 0644]
gtk/src/hb-queue-job.16.png [new file with mode: 0644]
gtk/src/hb-queue-pass1.16.png [new file with mode: 0644]
gtk/src/hb-queue-pass2.16.png [new file with mode: 0644]
gtk/src/hb-queue-subtitle.16.png [new file with mode: 0644]
gtk/src/hb-queue.32.png [new file with mode: 0644]
gtk/src/hb-remove.32.png [new file with mode: 0644]
gtk/src/hb-source.32.png [new file with mode: 0644]
gtk/src/hb-stop.32.png [new file with mode: 0644]
gtk/src/hb-working0.16.png [new file with mode: 0644]
gtk/src/hb-working1.16.png [new file with mode: 0644]
gtk/src/hb-working2.16.png [new file with mode: 0644]
gtk/src/hb-working3.16.png [new file with mode: 0644]
gtk/src/hb-working4.16.png [new file with mode: 0644]
gtk/src/hb-working5.16.png [new file with mode: 0644]
gtk/src/icons/hicolor/128x128/apps/hb-icon.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-canceled.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-complete.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-queue-delete.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-queue-job.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-queue-pass1.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-queue-pass2.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-queue-subtitle.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-working0.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-working1.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-working2.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-working3.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-working4.png [new file with mode: 0644]
gtk/src/icons/hicolor/16x16/apps/hb-working5.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-activity.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-add-queue.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-drawer.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-pause.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-play.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-pref.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-queue.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-remove.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-source.png [new file with mode: 0644]
gtk/src/icons/hicolor/32x32/apps/hb-stop.png [new file with mode: 0644]
gtk/src/icons/hicolor/64x64/apps/hb-icon.png [new file with mode: 0644]
gtk/src/icons/hicolor/index.theme [new file with mode: 0644]
gtk/src/internal_defaults [new file with mode: 0644]
gtk/src/internal_defaults.h [new file with mode: 0644]
gtk/src/main.c [new file with mode: 0644]
gtk/src/preset_to_string.c [new file with mode: 0644]
gtk/src/renderer_button.c [new file with mode: 0644]
gtk/src/renderer_button.h [new file with mode: 0644]
gtk/src/settings.c [new file with mode: 0644]
gtk/src/settings.h [new file with mode: 0644]
gtk/src/standard_presets [new file with mode: 0755]
gtk/todo [new file with mode: 0644]