summaryrefslogtreecommitdiff
path: root/src/eom-properties-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15EomPropertiesDialog: Use standard::display-name when showing the parentFelix Riemann1-5/+40
This simply adapts the changes from commit fff55c6a to the properties dialog, which shares some code with the EogMetadataSidebar. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/68a5a0
2018-08-05Fix build without XMP supportraveit651-5/+5
https://bugzilla.gnome.org/show_bug.cgi?id=737213 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/037affa
2018-08-01Load eom-image-properties-dialog.ui with a gresourceraveit651-6/+4
2018-08-01properties-dialog: Port to gtk_show_uri_on_windowTimm Bäder1-3/+3
https://bugzilla.gnome.org/show_bug.cgi?id=792923 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/ac4f44b
2018-08-01EomPropertiesDialog: Convert to GtkBuilder templateFelix Riemann1-97/+133
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/a8343a6
2018-08-01EomPropertiesDialog: Remove unused private membersFelix Riemann1-4/+0
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/4221e41
2018-07-26EomPropertiesDialog: Separate Exif/XMP-specific widgets from generic onesFelix Riemann1-23/+23
This is just renaming a few widgets. https://bugzilla.gnome.org/show_bug.cgi?id=509406 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/04d53c3
2018-07-26EomExifDetails: Rename to EomMetadataDetailsFelix Riemann1-4/+4
The widget is not specific to Exif, and is used for XMP as well. https://bugzilla.gnome.org/show_bug.cgi?id=509406 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/2969a58 Plus a clean up, tabs to spaces for eom-metadata-details.c/h
2018-07-17Convert to G_DEFINE_TYPE_WITH_PRIVATE part 1Felix Riemann1-8/+3
origin commits: https://gitlab.gnome.org/GNOME/eog/commit/35c3864 https://gitlab.gnome.org/GNOME/eog/commit/842775b https://gitlab.gnome.org/GNOME/eog/commit/3fe0bd4 https://gitlab.gnome.org/GNOME/eog/commit/2b25632 https://gitlab.gnome.org/GNOME/eog/commit/f0c977d https://gitlab.gnome.org/GNOME/eog/commit/5cdb1b8 https://gitlab.gnome.org/GNOME/eog/commit/dba0bd4 https://gitlab.gnome.org/GNOME/eog/commit/8e31683 https://gitlab.gnome.org/GNOME/eog/commit/3945bb1
2018-07-17properties-dialog: show complete directory in button tooltipraveit651-5/+7
2018-07-17Make the URI-label in the properties dialog a button showing the folderFelix Riemann1-9/+45
This should avoid the label being cut-off while still being informative enough. Clicking the button opens the folder in the file manager. https://bugzilla.gnome.org/show_bug.cgi?id=614869 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/81acc92
2018-07-08Make Exif/XMP summaries available as sidebarFelix Riemann1-103/+15
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
2018-07-03EomPropertiesDialog: Make details view expand verticallyFelix Riemann1-0/+1
Otherwise it would only be large enough for roughly one line. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/c4a025e
2017-04-26EomPropertiesDialog: Fix deprecation warningsEmmanuel Pacaud1-4/+10
Implementation as suggested in the GTK+ documentation. taken from: https://git.gnome.org/browse/eog/commit/?id=a57e788
2015-09-06A bunch of annotation fixes from Eoginfirit1-0/+12
2014-07-28Dont use EomExifData in the C apiinfirit1-1/+1
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=626257 Based on eog commit f457e6cd2f9b25194145681109ae4bd7f3b4ee7f From Claudio Saavedra <[email protected]>
2014-07-25Wrap ExifData in a EogExifData boxed typeinfirit1-2/+2
This is for better interaction with bindings Based on eog commit b88d3713fe45a4bab1bd24ac8ff60551c5c31d49 From Claudio Saavedra <[email protected]>
2014-07-24Use gtk_widget_hide instead of gtk_widget_hide_allinfirit1-12/+8
gtk_widget_hide_all is deprecated in gtk+2.24 for gtk_widget_hide.
2014-07-24Drop support for glib < 2.36infirit1-4/+0
2013-10-17GTK3 supportLaszlo Boros1-0/+4
2013-02-04replace some deprecated codeElias Aebi1-2/+6
2012-09-04Fixed incorrect fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-06inicialPerberos1-0/+834