diff --git a/data/.cvsignore b/data/.cvsignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/data/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..c0e1e3b --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,3 @@ +MAINTAINERCLEANFILES = Makefile.in Makefile + +SUBDIRS = images other diff --git a/data/images/.cvsignore b/data/images/.cvsignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/data/images/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/data/images/Makefile.am b/data/images/Makefile.am new file mode 100644 index 0000000..e892a42 --- /dev/null +++ b/data/images/Makefile.am @@ -0,0 +1,39 @@ +MAINTAINERCLEANFILES = Makefile.in Makefile + +FILES = add.png \ + black.png \ + camera-photo.png \ + dialog-close.png \ + edit_view.png \ + emblem-favorite.png \ + emblem-photos.png \ + exit.png \ + folder.png \ + get_exif.png \ + go-up.png \ + go-home.png \ + go-down.png \ + go-next.png \ + go-previous.png \ + image.png \ + in.png \ + list_view.png \ + media-seek-backward.png \ + media-seek-forward.png \ + normal_view.png \ + out.png \ + photo_lens.png \ + preferences-system.png \ + redo.png \ + remove.png \ + search.png \ + stock_fullscreen.png \ + stock_help.png \ + stock_save.png \ + stock_save-as.png \ + undo.png \ + x-office-presentation.png +imagedir = $(pkgdatadir)/images +image_DATA = $(FILES) +EXTRA_DIST = $(FILES) + diff --git a/data/images/add.png b/data/images/add.png new file mode 100644 index 0000000..17a96b6 Binary files /dev/null and b/data/images/add.png differ diff --git a/data/images/black.png b/data/images/black.png new file mode 100644 index 0000000..4ac25e1 Binary files /dev/null and b/data/images/black.png differ diff --git a/data/images/camera-photo.png b/data/images/camera-photo.png new file mode 100644 index 0000000..7398889 Binary files /dev/null and b/data/images/camera-photo.png differ diff --git a/data/images/dialog-close.png b/data/images/dialog-close.png new file mode 100644 index 0000000..d91a52d Binary files /dev/null and b/data/images/dialog-close.png differ diff --git a/data/images/edit_view.png b/data/images/edit_view.png new file mode 100644 index 0000000..a8aed69 Binary files /dev/null and b/data/images/edit_view.png differ diff --git a/data/images/emblem-favorite.png b/data/images/emblem-favorite.png new file mode 100644 index 0000000..1426987 Binary files /dev/null and b/data/images/emblem-favorite.png differ diff --git a/data/images/emblem-photos.png b/data/images/emblem-photos.png new file mode 100644 index 0000000..942c626 Binary files /dev/null and b/data/images/emblem-photos.png differ diff --git a/data/images/exit.png b/data/images/exit.png new file mode 100644 index 0000000..66b1b55 Binary files /dev/null and b/data/images/exit.png differ diff --git a/data/images/folder.png b/data/images/folder.png new file mode 100644 index 0000000..6eee146 Binary files /dev/null and b/data/images/folder.png differ diff --git a/data/images/get_exif.png b/data/images/get_exif.png new file mode 100644 index 0000000..8812474 Binary files /dev/null and b/data/images/get_exif.png differ diff --git a/data/images/go-down.png b/data/images/go-down.png new file mode 100644 index 0000000..7a9658b Binary files /dev/null and b/data/images/go-down.png differ diff --git a/data/images/go-home.png b/data/images/go-home.png new file mode 100644 index 0000000..a0b6d54 Binary files /dev/null and b/data/images/go-home.png differ diff --git a/data/images/go-next.png b/data/images/go-next.png new file mode 100644 index 0000000..a48fb52 Binary files /dev/null and b/data/images/go-next.png differ diff --git a/data/images/go-previous.png b/data/images/go-previous.png new file mode 100644 index 0000000..c37bc04 Binary files /dev/null and b/data/images/go-previous.png differ diff --git a/data/images/go-up.png b/data/images/go-up.png new file mode 100644 index 0000000..afb307b Binary files /dev/null and b/data/images/go-up.png differ diff --git a/data/images/image.png b/data/images/image.png new file mode 100644 index 0000000..7904146 Binary files /dev/null and b/data/images/image.png differ diff --git a/data/images/in.png b/data/images/in.png new file mode 100644 index 0000000..3235948 Binary files /dev/null and b/data/images/in.png differ diff --git a/data/images/list_view.png b/data/images/list_view.png new file mode 100644 index 0000000..4341be3 Binary files /dev/null and b/data/images/list_view.png differ diff --git a/data/images/media-seek-backward.png b/data/images/media-seek-backward.png new file mode 100644 index 0000000..4fdef77 Binary files /dev/null and b/data/images/media-seek-backward.png differ diff --git a/data/images/media-seek-forward.png b/data/images/media-seek-forward.png new file mode 100644 index 0000000..8579902 Binary files /dev/null and b/data/images/media-seek-forward.png differ diff --git a/data/images/normal_view.png b/data/images/normal_view.png new file mode 100644 index 0000000..9972d62 Binary files /dev/null and b/data/images/normal_view.png differ diff --git a/data/images/out.png b/data/images/out.png new file mode 100644 index 0000000..0e38f4f Binary files /dev/null and b/data/images/out.png differ diff --git a/data/images/photo_lens.png b/data/images/photo_lens.png new file mode 100644 index 0000000..d86637e Binary files /dev/null and b/data/images/photo_lens.png differ diff --git a/data/images/preferences-system.png b/data/images/preferences-system.png new file mode 100644 index 0000000..6e52db7 Binary files /dev/null and b/data/images/preferences-system.png differ diff --git a/data/images/redo.png b/data/images/redo.png new file mode 100644 index 0000000..3eb7b05 Binary files /dev/null and b/data/images/redo.png differ diff --git a/data/images/remove.png b/data/images/remove.png new file mode 100644 index 0000000..c5524f7 Binary files /dev/null and b/data/images/remove.png differ diff --git a/data/images/search.png b/data/images/search.png new file mode 100644 index 0000000..950d792 Binary files /dev/null and b/data/images/search.png differ diff --git a/data/images/stock_fullscreen.png b/data/images/stock_fullscreen.png new file mode 100644 index 0000000..8ecbd80 Binary files /dev/null and b/data/images/stock_fullscreen.png differ diff --git a/data/images/stock_help.png b/data/images/stock_help.png new file mode 100644 index 0000000..d60425f Binary files /dev/null and b/data/images/stock_help.png differ diff --git a/data/images/stock_save-as.png b/data/images/stock_save-as.png new file mode 100644 index 0000000..dd445c8 Binary files /dev/null and b/data/images/stock_save-as.png differ diff --git a/data/images/stock_save.png b/data/images/stock_save.png new file mode 100644 index 0000000..f5170bc Binary files /dev/null and b/data/images/stock_save.png differ diff --git a/data/images/undo.png b/data/images/undo.png new file mode 100644 index 0000000..61b2ce9 Binary files /dev/null and b/data/images/undo.png differ diff --git a/data/images/x-office-presentation.png b/data/images/x-office-presentation.png new file mode 100644 index 0000000..047355c Binary files /dev/null and b/data/images/x-office-presentation.png differ diff --git a/data/other/Makefile.am b/data/other/Makefile.am new file mode 100644 index 0000000..c9a573f --- /dev/null +++ b/data/other/Makefile.am @@ -0,0 +1,10 @@ +MAINTAINERCLEANFILES = \ +ephoto.desktop + +icondir = $(prefix)/share/pixmaps +icon_DATA = ephoto.png + +appdir = $(prefix)/share/applications +app_DATA = ephoto.desktop + +EXTRA_DIST = ephoto.png ephoto.desktop.in ephoto.desktop diff --git a/data/other/ephoto.desktop.in b/data/other/ephoto.desktop.in new file mode 100755 index 0000000..d63f9f7 --- /dev/null +++ b/data/other/ephoto.desktop.in @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Ephoto +Comment=An Enlightened Image Viewer +Comment[cs]=Prohlížeč obrázků napsaný v EWL +Exec=ephoto +Terminal=false +Type=Application +StartupNotify=true +MimeType=text/plain; +Icon=@prefix@/share/pixmaps/ephoto.png +Categories=Graphics; diff --git a/data/other/ephoto.png b/data/other/ephoto.png new file mode 100755 index 0000000..72478a0 Binary files /dev/null and b/data/other/ephoto.png differ diff --git a/src/bin/.deps/ephoto-ephoto.Po b/src/bin/.deps/ephoto-ephoto.Po index fad631d..48c59a2 100644 --- a/src/bin/.deps/ephoto-ephoto.Po +++ b/src/bin/.deps/ephoto-ephoto.Po @@ -112,8 +112,9 @@ ephoto-ephoto.o: ephoto.c ephoto.h config.h \ /usr/local/include/ewl/ewl_paned.h \ /usr/local/include/ewl/ewl_separator.h \ /usr/local/include/ewl/ewl_scrollport.h \ - /usr/local/include/ewl/ewl_scrollpane.h \ + /usr/local/include/ewl/ewl_scrollport_kinetic.h \ /usr/local/include/ewl/ewl_scrollport.h \ + /usr/local/include/ewl/ewl_scrollpane.h \ /usr/local/include/ewl/ewl_statusbar.h \ /usr/local/include/ewl/ewl_shadow.h /usr/local/include/ewl/ewl_mvc.h \ /usr/local/include/ewl/ewl_model.h /usr/local/include/ewl/ewl_combo.h \ @@ -459,10 +460,12 @@ config.h: /usr/local/include/ewl/ewl_scrollport.h: -/usr/local/include/ewl/ewl_scrollpane.h: +/usr/local/include/ewl/ewl_scrollport_kinetic.h: /usr/local/include/ewl/ewl_scrollport.h: +/usr/local/include/ewl/ewl_scrollpane.h: + /usr/local/include/ewl/ewl_statusbar.h: /usr/local/include/ewl/ewl_shadow.h: diff --git a/src/bin/.deps/ephoto-ephoto_fsystem.Po b/src/bin/.deps/ephoto-ephoto_fsystem.Po index 3a8cc1d..48ef3b2 100644 --- a/src/bin/.deps/ephoto-ephoto_fsystem.Po +++ b/src/bin/.deps/ephoto-ephoto_fsystem.Po @@ -117,8 +117,9 @@ ephoto-ephoto_fsystem.o: ephoto_fsystem.c ephoto_fsystem.h ephoto_utils.h \ /usr/local/include/ewl/ewl_paned.h \ /usr/local/include/ewl/ewl_separator.h \ /usr/local/include/ewl/ewl_scrollport.h \ - /usr/local/include/ewl/ewl_scrollpane.h \ + /usr/local/include/ewl/ewl_scrollport_kinetic.h \ /usr/local/include/ewl/ewl_scrollport.h \ + /usr/local/include/ewl/ewl_scrollpane.h \ /usr/local/include/ewl/ewl_statusbar.h \ /usr/local/include/ewl/ewl_shadow.h /usr/local/include/ewl/ewl_mvc.h \ /usr/local/include/ewl/ewl_model.h /usr/local/include/ewl/ewl_combo.h \ @@ -485,10 +486,12 @@ config.h: /usr/local/include/ewl/ewl_scrollport.h: -/usr/local/include/ewl/ewl_scrollpane.h: +/usr/local/include/ewl/ewl_scrollport_kinetic.h: /usr/local/include/ewl/ewl_scrollport.h: +/usr/local/include/ewl/ewl_scrollpane.h: + /usr/local/include/ewl/ewl_statusbar.h: /usr/local/include/ewl/ewl_shadow.h: diff --git a/src/bin/.deps/ephoto-ephoto_global.Po b/src/bin/.deps/ephoto-ephoto_global.Po index 3cdddd0..64bda00 100644 --- a/src/bin/.deps/ephoto-ephoto_global.Po +++ b/src/bin/.deps/ephoto-ephoto_global.Po @@ -112,8 +112,9 @@ ephoto-ephoto_global.o: ephoto_global.c ephoto.h config.h \ /usr/local/include/ewl/ewl_paned.h \ /usr/local/include/ewl/ewl_separator.h \ /usr/local/include/ewl/ewl_scrollport.h \ - /usr/local/include/ewl/ewl_scrollpane.h \ + /usr/local/include/ewl/ewl_scrollport_kinetic.h \ /usr/local/include/ewl/ewl_scrollport.h \ + /usr/local/include/ewl/ewl_scrollpane.h \ /usr/local/include/ewl/ewl_statusbar.h \ /usr/local/include/ewl/ewl_shadow.h /usr/local/include/ewl/ewl_mvc.h \ /usr/local/include/ewl/ewl_model.h /usr/local/include/ewl/ewl_combo.h \ @@ -459,10 +460,12 @@ config.h: /usr/local/include/ewl/ewl_scrollport.h: -/usr/local/include/ewl/ewl_scrollpane.h: +/usr/local/include/ewl/ewl_scrollport_kinetic.h: /usr/local/include/ewl/ewl_scrollport.h: +/usr/local/include/ewl/ewl_scrollpane.h: + /usr/local/include/ewl/ewl_statusbar.h: /usr/local/include/ewl/ewl_shadow.h: diff --git a/src/bin/.deps/ephoto-ephoto_imaging.Po b/src/bin/.deps/ephoto-ephoto_imaging.Po index 1de7767..6dc41a0 100644 --- a/src/bin/.deps/ephoto-ephoto_imaging.Po +++ b/src/bin/.deps/ephoto-ephoto_imaging.Po @@ -112,8 +112,9 @@ ephoto-ephoto_imaging.o: ephoto_imaging.c ephoto.h config.h \ /usr/local/include/ewl/ewl_paned.h \ /usr/local/include/ewl/ewl_separator.h \ /usr/local/include/ewl/ewl_scrollport.h \ - /usr/local/include/ewl/ewl_scrollpane.h \ + /usr/local/include/ewl/ewl_scrollport_kinetic.h \ /usr/local/include/ewl/ewl_scrollport.h \ + /usr/local/include/ewl/ewl_scrollpane.h \ /usr/local/include/ewl/ewl_statusbar.h \ /usr/local/include/ewl/ewl_shadow.h /usr/local/include/ewl/ewl_mvc.h \ /usr/local/include/ewl/ewl_model.h /usr/local/include/ewl/ewl_combo.h \ @@ -461,10 +462,12 @@ config.h: /usr/local/include/ewl/ewl_scrollport.h: -/usr/local/include/ewl/ewl_scrollpane.h: +/usr/local/include/ewl/ewl_scrollport_kinetic.h: /usr/local/include/ewl/ewl_scrollport.h: +/usr/local/include/ewl/ewl_scrollpane.h: + /usr/local/include/ewl/ewl_statusbar.h: /usr/local/include/ewl/ewl_shadow.h: diff --git a/src/bin/.deps/ephoto-ephoto_main.Po b/src/bin/.deps/ephoto-ephoto_main.Po index 61156aa..552ef96 100644 --- a/src/bin/.deps/ephoto-ephoto_main.Po +++ b/src/bin/.deps/ephoto-ephoto_main.Po @@ -112,8 +112,9 @@ ephoto-ephoto_main.o: ephoto_main.c ephoto.h config.h \ /usr/local/include/ewl/ewl_paned.h \ /usr/local/include/ewl/ewl_separator.h \ /usr/local/include/ewl/ewl_scrollport.h \ - /usr/local/include/ewl/ewl_scrollpane.h \ + /usr/local/include/ewl/ewl_scrollport_kinetic.h \ /usr/local/include/ewl/ewl_scrollport.h \ + /usr/local/include/ewl/ewl_scrollpane.h \ /usr/local/include/ewl/ewl_statusbar.h \ /usr/local/include/ewl/ewl_shadow.h /usr/local/include/ewl/ewl_mvc.h \ /usr/local/include/ewl/ewl_model.h /usr/local/include/ewl/ewl_combo.h \ @@ -459,10 +460,12 @@ config.h: /usr/local/include/ewl/ewl_scrollport.h: -/usr/local/include/ewl/ewl_scrollpane.h: +/usr/local/include/ewl/ewl_scrollport_kinetic.h: /usr/local/include/ewl/ewl_scrollport.h: +/usr/local/include/ewl/ewl_scrollpane.h: + /usr/local/include/ewl/ewl_statusbar.h: /usr/local/include/ewl/ewl_shadow.h: diff --git a/src/bin/.deps/ephoto-ephoto_normal_view.Po b/src/bin/.deps/ephoto-ephoto_normal_view.Po index 71f3d49..d75413a 100644 --- a/src/bin/.deps/ephoto-ephoto_normal_view.Po +++ b/src/bin/.deps/ephoto-ephoto_normal_view.Po @@ -112,8 +112,9 @@ ephoto-ephoto_normal_view.o: ephoto_normal_view.c ephoto.h config.h \ /usr/local/include/ewl/ewl_paned.h \ /usr/local/include/ewl/ewl_separator.h \ /usr/local/include/ewl/ewl_scrollport.h \ - /usr/local/include/ewl/ewl_scrollpane.h \ + /usr/local/include/ewl/ewl_scrollport_kinetic.h \ /usr/local/include/ewl/ewl_scrollport.h \ + /usr/local/include/ewl/ewl_scrollpane.h \ /usr/local/include/ewl/ewl_statusbar.h \ /usr/local/include/ewl/ewl_shadow.h /usr/local/include/ewl/ewl_mvc.h \ /usr/local/include/ewl/ewl_model.h /usr/local/include/ewl/ewl_combo.h \ @@ -462,10 +463,12 @@ config.h: /usr/local/include/ewl/ewl_scrollport.h: -/usr/local/include/ewl/ewl_scrollpane.h: +/usr/local/include/ewl/ewl_scrollport_kinetic.h: /usr/local/include/ewl/ewl_scrollport.h: +/usr/local/include/ewl/ewl_scrollpane.h: + /usr/local/include/ewl/ewl_statusbar.h: /usr/local/include/ewl/ewl_shadow.h: diff --git a/src/bin/.deps/ephoto-ephoto_single_view.Po b/src/bin/.deps/ephoto-ephoto_single_view.Po index 44e0d2c..0205ebf 100644 --- a/src/bin/.deps/ephoto-ephoto_single_view.Po +++ b/src/bin/.deps/ephoto-ephoto_single_view.Po @@ -112,8 +112,9 @@ ephoto-ephoto_single_view.o: ephoto_single_view.c ephoto.h config.h \ /usr/local/include/ewl/ewl_paned.h \ /usr/local/include/ewl/ewl_separator.h \ /usr/local/include/ewl/ewl_scrollport.h \ - /usr/local/include/ewl/ewl_scrollpane.h \ + /usr/local/include/ewl/ewl_scrollport_kinetic.h \ /usr/local/include/ewl/ewl_scrollport.h \ + /usr/local/include/ewl/ewl_scrollpane.h \ /usr/local/include/ewl/ewl_statusbar.h \ /usr/local/include/ewl/ewl_shadow.h /usr/local/include/ewl/ewl_mvc.h \ /usr/local/include/ewl/ewl_model.h /usr/local/include/ewl/ewl_combo.h \ @@ -461,10 +462,12 @@ config.h: /usr/local/include/ewl/ewl_scrollport.h: -/usr/local/include/ewl/ewl_scrollpane.h: +/usr/local/include/ewl/ewl_scrollport_kinetic.h: /usr/local/include/ewl/ewl_scrollport.h: +/usr/local/include/ewl/ewl_scrollpane.h: + /usr/local/include/ewl/ewl_statusbar.h: /usr/local/include/ewl/ewl_shadow.h: