diff options
author | Felix Riemann <[email protected]> | 2011-12-19 18:20:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-08 12:29:16 +0200 |
commit | b1c0911213e74d91059aaa8442898e52e13368af (patch) | |
tree | 535bd586017c56856020abe18397fb579e3775b0 /src/Makefile.am | |
parent | 28fbd143cb1752c3b8fd68b7206e1df679830a8b (diff) | |
download | eom-b1c0911213e74d91059aaa8442898e52e13368af.tar.bz2 eom-b1c0911213e74d91059aaa8442898e52e13368af.tar.xz |
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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |