summaryrefslogtreecommitdiff
path: root/src/eom-metadata-sidebar.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17sidebar: show complete directory in button tooltipVictor Kareh1-2/+5
2018-07-09sidebar: replace deprecated gtk_misc_set_alignmentraveit651-2/+4
2018-07-08Replace remaining uses of margin-left and margin-right propertiesFelix Riemann1-3/+3
Replaced with margin-start and margin-end, which should make EomMetadataSidebar's layout in RTL environments more similar to the LTR layout. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/00641d2
2018-07-08EomMetadataSidebar: Allow filename to be wrapped at char boundariesFelix Riemann1-0/+4
It is possible for this field to contain no "word". Enable wrapping at char boundaries as fallback so that such files don't cause the sidebar enlarging too much. https://bugzilla.gnome.org/show_bug.cgi?id=700717 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/cee1f77
2018-07-08EomMetadataSidebar: Fix deprecation warning with newer GTK+Felix Riemann1-2/+1
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/823493f
2018-07-08MetadataSidebar: Add a tooltip to the folder buttonFelix Riemann1-0/+2
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/d82064e
2018-07-08MetadataSidebar: Change layout of the data valuesFelix Riemann1-10/+22
Move the value labels in their own line below their key labels. That improves the visibility of the values and takes away less horizontal space for image viewing. Unfortunately scrolling could be necessary now as the vertical space requirement increased. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/00aad08
2018-07-08Make metadata values in MetadataSidebar selectableFelix Riemann1-0/+1
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/b6b0641
2018-07-08Fix build when not building with libexif and/or exempiFelix Riemann1-8/+41
There were quite some #ifdefs missing. https://bugzilla.gnome.org/show_bug.cgi?id=666556 Origin commit: https://gitlab.gnome.org/GNOME/eog/commit/deb2b63
2018-07-08Make Exif/XMP summaries available as sidebarFelix Riemann1-0/+634
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