Initial import from Charles Yates' v0.2 tarball.
authorDan Dennedy <dan@dennedy.org>
Tue, 9 Nov 2010 03:15:24 +0000 (19:15 -0800)
committerDan Dennedy <dan@dennedy.org>
Tue, 9 Nov 2010 03:15:24 +0000 (19:15 -0800)
commit4c1dc967fd477540e82566fff8d60e1c67ff3ca1
tree362547be28af5d85682f74fbfdcecf65006bd468
Initial import from Charles Yates' v0.2 tarball.
47 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.in [new file with mode: 0644]
gdv1394d.glade [new file with mode: 0644]
gdv1394d.gladep [new file with mode: 0644]
pixmaps/editor_fast.xpm [new file with mode: 0644]
pixmaps/editor_fast_i.xpm [new file with mode: 0644]
pixmaps/editor_movie.xpm [new file with mode: 0644]
pixmaps/editor_movie_i.xpm [new file with mode: 0644]
pixmaps/editor_pause.xpm [new file with mode: 0644]
pixmaps/editor_play.xpm [new file with mode: 0644]
pixmaps/editor_play_i.xpm [new file with mode: 0644]
pixmaps/editor_record.xpm [new file with mode: 0644]
pixmaps/editor_scene.xpm [new file with mode: 0644]
pixmaps/editor_scene_i.xpm [new file with mode: 0644]
pixmaps/editor_step.xpm [new file with mode: 0644]
pixmaps/editor_step_i.xpm [new file with mode: 0644]
pixmaps/editor_stop.xpm [new file with mode: 0644]
po/ChangeLog [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/gdv1394d.pot [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/callbacks.c [new file with mode: 0644]
src/callbacks.h [new file with mode: 0644]
src/dv1394app.c [new file with mode: 0644]
src/dv1394app.h [new file with mode: 0644]
src/gtkenhancedscale.c [new file with mode: 0644]
src/gtkenhancedscale.h [new file with mode: 0644]
src/interface.c [new file with mode: 0644]
src/interface.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/page.c [new file with mode: 0644]
src/page.h [new file with mode: 0644]
src/page_clips.c [new file with mode: 0644]
src/page_command.c [new file with mode: 0644]
src/page_status.c [new file with mode: 0644]
src/page_units.c [new file with mode: 0644]
src/support.c [new file with mode: 0644]
src/support.h [new file with mode: 0644]
src/util.c [new file with mode: 0644]
src/util.h [new file with mode: 0644]