Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-08 | Ensure UI action sensitivity is set at least once | Felix Riemann | 1 | -0/+2 | |
Beforehand empty windows had all UI actions active. Activation could then spawn critical warnings. This was probably caused by the switch to GtkApplication. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/0c82590 | |||||
2018-07-08 | Remove leftover DBus service description file | Felix Riemann | 1 | -23/+0 | |
It's not needed anymore after switching to GtkApplication. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/71c7a06 | |||||
2018-07-08 | Remove spurious g_object_unref | Felix Riemann | 1 | -2/+0 | |
The released reference isn't owned by the job. Could cause a segfault upon closing an EogWindow. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/757699b | |||||
2018-07-08 | reload: ensure that pending updates to UI are complete | raveit65 | 1 | -0/+2 | |
The plugin tries to remove the menuentry from menu during closing eom. Using gtk_ui_manager_ensure_update () function to make sure that all pending updates to the UI have been completed. fixes https://github.com/mate-desktop/eom/issues/145 | |||||
2018-07-08 | Port EomApplication to GtkApplication | Claudio Saavedra | 8 | -323/+100 | |
This removes the direct dependency on dbus and makes use of the GApplication/GtkApplication facilities for uniqueness and activation. Bump the glib requirement to 2.29.4, since we need G_APPLICATION_NON_UNIQUE. https://bugzilla.gnome.org/show_bug.cgi?id=622876 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/3d39587 Enable TotemScreensaver unconditionally It uses GDBus instead of libdbus now. It can be enabled even if libdbus is not available as GDBus/GIO is always present. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/4c32882 | |||||
2018-07-08 | Make the displayed EomImage a property of EomScrollView | Felix Riemann | 2 | -0/+43 | |
Besides the more obvious object orientation it also allows watch the property for changes. Might be useful for plugins. https://bugzilla.gnome.org/show_bug.cgi?id=544068 origin commit: https://git.gnome.org/browse/eog/commit/?h=gnome-3-4&id=4c0b5c8 | |||||
2018-07-03 | EomPropertiesDialog: Make details view expand vertically | Felix Riemann | 1 | -0/+1 | |
Otherwise it would only be large enough for roughly one line. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/c4a025e | |||||
2018-07-03 | Enable more Drag&Drop actions when eom is drag source | Felix Riemann | 2 | -2/+6 | |
Enable the link and ask actions allowing to create symlinks in Caja or triggering a menu asking what to do. Also enable the move action, which was not specifically enabled before but still worked anyway. https://bugzilla.gnome.org/show_bug.cgi?id=667076 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/bcf7817 | |||||
2018-07-03 | Use new DBus API to show the current image in the file browser | Felix Riemann | 3 | -34/+96 | |
This improves the functionality implemented with commit 9df5fd43. The new API that will be included in Nautilus 3.3.4 not only opens a view for the containing folder but also marks the image in the view. The old behaviour is still available as fallback if the new API is not offered on the system. https://bugzilla.gnome.org/show_bug.cgi?id=650402 origin commit: https://git.gnome.org/browse/eog/commit/?h=gnome-3-4&id=fa74473 | |||||
2018-07-03 | Add an "Open containing folder" command | Akshay Gupta | 3 | -0/+58 | |
https://bugzilla.gnome.org/show_bug.cgi?id=650402 origin commit: https://git.gnome.org/browse/eog/commit/?id=9df5fd43 | |||||
2018-06-21 | release 1.21.0v1.21.0 | raveit65 | 1 | -1/+15 | |
2018-06-21 | sync with transifex | raveit65 | 133 | -21965/+68552 | |
2018-06-13 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-05-18 | toolbar: add missing popup menu for launching toolbar editor | monsta | 2 | -0/+5 | |
2018-05-13 | sidebar: replace deprecated gtk_menu_popup | raveit65 | 1 | -30/+10 | |
2018-05-13 | editable-toolbar: replace deprecated gtk_menu_popup | raveit65 | 1 | -2/+2 | |
2018-05-13 | editable-toolbar: replace deprecated gtk_drag_begin | raveit65 | 1 | -1/+7 | |
use gtk_drag_begin_with_coordinates instead | |||||
2018-05-07 | svg: Fix offset coordinates when transforming SVG images on HiDPI displays | Victor Kareh | 1 | -5/+6 | |
2018-05-06 | require libpeas 1.8.0 | monsta | 1 | -1/+1 | |
Python 3 loader was added in 1.7.0, so let's require next stable release | |||||
2018-05-04 | plugins: Use Python 3.x for Python plugins | Felix Riemann | 1 | -1/+1 | |
2018-05-03 | replace deprecated gdk_flush | raveit65 | 1 | -1/+1 | |
2018-05-03 | fix some -Wincompatible-pointer-types warnings | raveit65 | 3 | -3/+3 | |
2018-05-01 | Scale HiDPI images correctly | Victor Kareh | 1 | -21/+19 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-16 | tx: add makepot and move .pot file to srcdir | raveit65 | 2 | -0/+5 | |
2018-03-14 | tx: add eom.pot for auto-update translations | raveit65 | 1 | -0/+1469 | |
2018-03-11 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-02-17 | eom-window.c: avoid deprecated GtkButton:use-stock | Pablo Barciela | 1 | -5/+2 | |
2018-02-12 | avoid deprecated GtkStock | Pablo Barciela | 5 | -40/+44 | |
2018-01-30 | release 1.20v1.20.0 | raveit65 | 2 | -2/+11 | |
2018-01-30 | sync with transifex | raveit65 | 104 | -13175/+13178 | |
2018-01-30 | drop CSS for GTK+ 3.18 | monsta | 2 | -13/+1 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 10 | -111/+3 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-31 | egg-editable-toolbar.c/egg-toolbars-model.c: drop unused variables | Pablo Barciela | 2 | -7/+0 | |
2017-12-29 | print-preview: replace custom code with GDK function call | monsta | 1 | -93/+3 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=c1ac983bf3bdbd7d8ab4ab34208f1f399bdacbfc | |||||
2017-11-08 | sync with transifex | raveit65 | 2 | -2/+2 | |
2017-10-12 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+10 | |
2017-10-12 | sync with transifex | raveit65 | 104 | -287/+292 | |
2017-08-23 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+21 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-07-23 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-07-20 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -2/+2 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+12 | |
2017-05-11 | fix warning on closing empty window with multiple eom windows | monsta | 1 | -1/+1 | |
2017-05-10 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+31 | |
2017-04-27 | EomThumbView: Replace deprecated gtk_menu_popup function | raveit65 | 1 | -15/+10 | |
2017-04-27 | multiple-save-as-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -289/+118 | |
2017-04-27 | error-message: replace usage of GtkStock | raveit65 | 1 | -3/+3 | |