summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2019-04-12store: Add any image file in the current directory to the storeVictor Kareh1-1/+1
This allows eom to navigate through all image files in a directory without having to manually load them into the store.
2019-02-18Read authors (updated) and documenters (updated) from eom.about gresourcerbuj2-0/+4
2018-10-19Update the appdata XML filesuve2-4/+4
- Fix appdata XML root node tag - Change <id type="desktop"> to <id> in appdata XML - Change <id type="desktop"> to <id> in appdata XML
2018-08-15Tweak sidebar uiTrinh Anh Ngoc1-0/+3
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/fff55c6
2018-08-13EomPreferencesDialog: Convert to GtkBuilder templateFelix Riemann2-7/+15
Also embed the plugin manager into the template directly. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/f96947c
2018-08-13EomThumbnail: Load thumbnail frame from a GResourceFelix Riemann2-4/+1
Also optimize the frame's filesize. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/65720c0
2018-08-13Load EomMultipleSaveAsDialog from GResourceFelix Riemann1-1/+1
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/a2defa1
2018-08-01Load eom-image-properties-dialog.ui with a gresourceraveit651-1/+1
2018-08-01EomPropertiesDialog: Convert to GtkBuilder templateFelix Riemann1-2/+5
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/a8343a6
2018-08-01EomSidebar: Center and reformat page selectorFelix Riemann1-0/+4
origin comit: https://gitlab.gnome.org/GNOME/eog/commit/5b9f6f5
2018-08-01metadata-sidebar: add the details button againraveit651-2/+15
2018-08-01EogMetadataSidebar: Try to unclutter and improve the sidebar's lookFelix Riemann2-0/+411
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-27Initial GResource migrationraveit651-9/+5
Embedding UI data files as GResource makes several things easier. The compiled resources need to be linked directly with the binary as they won't be available if linked with the embedded libeom. Starting with eom.css and eom-ui.xml inspired from: https://gitlab.gnome.org/GNOME/eog/commit/94004b4
2018-07-26EomPropertiesDialog: Separate Exif/XMP-specific widgets from generic onesFelix Riemann1-2/+2
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-23drop forgotten gtkrc fileraveit652-10/+0
no support for gtk+-2
2018-07-23css: drop obsolete old css languageraveit651-3/+1
gtk+-3.22 is our min requirement
2018-07-17Make the URI-label in the properties dialog a button showing the folderFelix Riemann1-7/+31
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-03Add an "Open containing folder" commandAkshay Gupta2-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=650402 origin commit: https://git.gnome.org/browse/eog/commit/?id=9df5fd43
2018-05-18toolbar: add missing popup menu for launching toolbar editormonsta1-0/+4
2018-01-30drop CSS for GTK+ 3.18monsta2-13/+1
2017-04-27multiple-save-as-dialog.ui: avoid deprecated widgetsraveit651-289/+118
2017-05-07use different css files for < gtk+=3.20raveit652-1/+13
2017-04-24settings: use rgb color definition as defaultsraveit651-2/+2
2017-04-23UI: avoid using deprecaded widgetsraveit652-302/+470
2017-04-23EomPropertiesDialog: Allow RGBA for transparent background colorFelix Riemann1-0/+2
Now that it is supported in EomScrollView there's no reason not to allow setting an alpha value for the color. taken from: https://git.gnome.org/browse/eog/commit/?id=7d2cf4d
2017-04-23preferences-ui: drop usage of MateColorButtonraveit651-2/+2
There is no call to <libmate-desktop/mate-colorbutton.h> in eom-preferences-dialog.c, so this fixes the usage of setting a color for transparent areas. And MateColorButton support no rgba colors.
2017-04-22css; add settings for progressbar backraveit651-0/+6
Avoid jumping statusbar if progressbar gets load. Use old and new css syntax to support all gtk+ versions. For some reasons the old syntax generates no warning with modern gtk+.
2017-04-21css: remove useless css settingsraveit651-11/+0
They don't work with >= gtk+-3.20 and causes only runtime warnings It's sufficient to use normal scrollbar settings from themes
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-1/+1
and require libmate-desktop >= 1.17
2016-01-02drop MateConf migration scriptMonsta2-33/+0
2015-10-06fix gtk3 buildraveit651-16/+13
eom.css was not created by make dist
2015-09-06Gtk3: define height of horizontal progressbar to avoid redraws of imagesraveit651-0/+4
2015-09-06Gtk3 thumbview: Replace deprecated GtkRCStyle usage with a GtkCssProviderraveit652-0/+12
Makes EomThumbNav's scrollbar style similar to gtk2 version inspired from: https://git.gnome.org/browse/eog/commit/?id=4c93c41
2015-06-15fixes for gschema translationMonsta3-152/+147
taken from https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) - removed obsolete lines from po/POTFILES.skip
2014-11-10appdata: Move translation marker to descriptioninfirit1-4/+4
2014-11-09appdata: Fixup Makefile.aminfirit1-1/+2
2014-10-24Fix makefile for appdata fileeom-1.9.0Stefano Karapetsas1-1/+1
2014-09-23Add AppData fileStefano Karapetsas2-0/+26
Provided by Richard Hughes <[email protected]> Closes https://github.com/mate-desktop/eom/issues/56
2014-07-29Have GSettings use enum for transparency styleinfirit1-3/+3
Based on eog commit e8f2f6ecdd99dc5dce35a044e84738fe73f937e0 From Felix Riemann <[email protected]> ps infirit: eom never had this value in the convert file
2014-07-29Make the image-collection-position GSetting an enuminfirit1-3/+3
Based on eog commit 7c69b182662f43636b1027fa395f9372593e39bb From Felix Riemann <[email protected]>
2014-07-29Use GSettings enum supportinfirit1-0/+4
Based on eog commit 28a38946c4871ee00305a4a6c0cf9e48c36e530b From Felix Riemann <[email protected]>
2014-07-28Add "Edit Image" toolbar buttoninfirit1-0/+5
Add a conditionally-enabled "Edit Image" toolbar button. The toolbar is only enabled if a specific image editor is specified in GSettings. Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=609958 Based on eog commit b5e6b7d31181ab87f788921f751a6550bddb5bcf From Ryan Lortie <[email protected]>
2014-07-26Unite copy to clipboard functions in a single menu entryinfirit1-3/+0
Also assign a shortcut and icon to it. Based on eog commit 031908baeeac94a398e44e53253ee8454f834242 From Felix Riemann <[email protected]>
2014-07-26Add Copy Image and Copy Path to clipboard functionalityinfirit1-0/+9
Based on eog commit 0b209b1ff16e863e60a1d86413aa57c5fbde76b0 From Adrian Hands <[email protected]>
2014-07-25Fix Makefile for ui files.infirit1-10/+5
2014-07-25Allow disabling the save-on-close confirmation dialoginfirit1-0/+4
Based on eog commit 20d1a4a24ea4d1ae25cec467ee7be364a8ab82cb From Felix Riemann <[email protected]>
2014-07-25Remove any reference to glade*infirit1-3/+3
Based on eog commit d26606d6273427777790e998902d86acd57c3393 From Baptiste Mille-Mathias <[email protected]>
2014-07-24Use MateColorButtoninfirit1-2/+2
2014-07-24Remove has_searator property from ui filesinfirit3-3/+0
2014-02-12Add keywords key to eom.desktop fileMike Gabriel1-0/+1
Closes https://github.com/mate-desktop/eom/issues/42