summaryrefslogtreecommitdiff
path: root/src/eom-metadata-sidebar.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Tweak sidebar uiTrinh Anh Ngoc1-1/+0
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/fff55c6
2018-08-15EomMetadataSidebar: Use standard::display-name when showing the parentDebarshi Ray1-14/+45
https://bugzilla.gnome.org/show_bug.cgi?id=754731 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/fff55c
2018-08-13Remove EomDialog helper classFelix Riemann1-1/+0
EomDialog has become obsolete with the switch to GtkBuilder templates. origin commits: https://gitlab.gnome.org/GNOME/eog/commit/9a60071
2018-08-01EomPropertiesDialog: Convert to GtkBuilder templateFelix Riemann1-2/+2
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/a8343a6
2018-08-01Fix metadata sidebar with libexif disabledFelix Riemann1-6/+21
Otherwise there would be several labels with the text "label". https://bugzilla.gnome.org/show_bug.cgi?id=751007 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/b4b80db
2018-08-01EomMetadataSidebar: fix --without-libexif buildAlexandre Rostovtsev1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=751007 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/36d2cba
2018-08-01EomMetadataSidebar: Clear folder label if no image is setFelix Riemann1-0/+1
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/254989
2018-08-01EomMetadataSidebar: Fix leaked stringsFelix Riemann1-2/+8
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/fec0939
2018-08-01metadata-sidebar: add the details button againraveit651-0/+32
2018-08-01EogMetadataSidebar: Try to unclutter and improve the sidebar's lookFelix Riemann1-305/+68
Based on a design by Allan Day. Plus adding previous tooltip for the folder label origin commits: https://gitlab.gnome.org/GNOME/eog/commit/2e5b065 https://gitlab.gnome.org/GNOME/eog/commit/83bf6c4 https://gitlab.gnome.org/GNOME/eog/commit/c0a51e5
2018-07-23util: Port to gtk_show_uri_on_windowTimm Bäder1-3/+9
gtk_show_uri is deprecated and will be removed in later versions. https://bugzilla.gnome.org/show_bug.cgi?id=792923 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/77f16df
2018-07-17Convert to G_DEFINE_TYPE_WITH_PRIVATE part 2Felix Riemann1-7/+2
origin commits: https://gitlab.gnome.org/GNOME/eog/commit/ffc4137 https://gitlab.gnome.org/GNOME/eog/commit/ad8c963 https://gitlab.gnome.org/GNOME/eog/commit/afa0dc8 https://gitlab.gnome.org/GNOME/eog/commit/119a768 https://gitlab.gnome.org/GNOME/eog/commit/7725a55 https://gitlab.gnome.org/GNOME/eog/commit/80cf422
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