summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2023-04-20Use gtk_update_icon_cacheManatsawin Hanmongkolchai1-1/+1
2023-04-20Fix plugin installingManatsawin Hanmongkolchai1-2/+2
2023-04-20Add enum and thumbnailer buildManatsawin Hanmongkolchai1-0/+13
2023-04-20Reduce requirement to meson 0.59Manatsawin Hanmongkolchai1-20/+23
2023-04-20Add meson build supportManatsawin Hanmongkolchai2-0/+74
2021-11-14Accessibility: add proper mnemonic relations and labellingValentin Villenave2-0/+21
2021-02-05build: allow users to disable gettext support (--disable-nls)rbuj1-0/+10
2021-02-05build: Use PACKAGE_URL variablerbuj2-15/+17
2021-01-30Fix desktop file validation warningrbuj1-1/+1
2020-12-29Upgrade ui filesrbuj3-414/+404
2020-03-10eom.desktop: Do not collect the translation for Iconrbuj1-1/+1
2020-02-27Use user page on github when user email is privaterbuj1-1/+1
2020-02-20Update authorsrbuj1-1/+1
2020-01-25Update MIME types supported by commonly used pixbuf-loadersrbuj1-1/+1
* https://github.com/aruiz/webp-pixbuf-loader * http://libopenraw.freedesktop.org/wiki * http://gitorious.org/xcf-pixbuf-loader/mainline.git
2019-11-14switch to gettextWu Xiaotian1-4/+4
2019-11-13Add translator hintWu Xiaotian1-0/+2
2019-11-13migrate from intltools to gettextWu Xiaotian2-5/+6
2019-06-11Restore image types list and add wildcardVictor Kareh1-1/+1
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-04-12Simplify the installation process of the iconsrbuj7-89/+41
... Making install in icons make[2]: Entering directory '/home/robert/devel/eom/data/icons' make[3]: Entering directory '/home/robert/devel/eom/data/icons' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/32x32/actions' /usr/bin/install -c -m 644 32x32/actions/eom-image-collection.png 32x32/actions/eom-plugin.png 32x32/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/32x32/actions' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/16x16/actions' /usr/bin/install -c -m 644 16x16/actions/eom-image-collection.png 16x16/actions/eom-plugin.png 16x16/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/16x16/actions' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/24x24/actions' /usr/bin/install -c -m 644 24x24/actions/eom-image-collection.png 24x24/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/24x24/actions' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/48x48/actions' /usr/bin/install -c -m 644 48x48/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/48x48/actions' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/22x22/actions' /usr/bin/install -c -m 644 22x22/actions/eom-image-collection.png 22x22/actions/eom-plugin.png 22x22/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/22x22/actions' /usr/bin/mkdir -p '/usr/share/icons/hicolor' /usr/bin/mkdir -p '/usr/share/icons/hicolor/24x24/apps' /usr/bin/install -c -m 644 24x24/apps/eom.png '/usr/share/icons/hicolor/24x24/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/scalable/apps' /usr/bin/install -c -m 644 scalable/apps/eom.svg '/usr/share/icons/hicolor/scalable/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/22x22/apps' /usr/bin/install -c -m 644 22x22/apps/eom.png '/usr/share/icons/hicolor/22x22/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/16x16/apps' /usr/bin/install -c -m 644 16x16/apps/eom.png '/usr/share/icons/hicolor/16x16/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/32x32/apps' /usr/bin/install -c -m 644 32x32/apps/eom.png '/usr/share/icons/hicolor/32x32/apps' make install-data-hook make[4]: Entering directory '/home/robert/devel/eom/data/icons' Updating Gtk icon cache. gtk-update-icon-cache: Cache file created successfully. ...
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