From b1c0911213e74d91059aaa8442898e52e13368af Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Mon, 19 Dec 2011 18:20:30 +0100 Subject: Make Exif/XMP summaries available as sidebar Makes the data from the properties dialog available as a sidebar. A button opens the details tab in the properties dialog. This is graphically still a bit roughg. Committing it in hopes to get some early feedback. https://bugzilla.gnome.org/show_bug.cgi?id=616438 origin commit: https://git.gnome.org/browse/eog/commit/?id=7ac112f --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8b3539c..d9ef069 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,7 @@ NOINST_H_FILES = \ eom-config-keys.h \ eom-image-jpeg.h \ eom-image-private.h \ + eom-metadata-sidebar.h \ eom-uri-converter.h \ eom-metadata-reader.h \ eom-metadata-reader-jpg.h \ @@ -80,6 +81,7 @@ libeom_c_files = \ eom-scroll-view.c \ eom-thumb-view.c \ eom-list-store.c \ + eom-metadata-sidebar.c \ eom-thumbnail.c \ eom-job-queue.c \ eom-jobs.c \ -- cgit v1.2.1