Age | Commit message (Collapse) | Author | Files | Lines |
|
https://bugzilla.gnome.org/show_bug.cgi?id=668178
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/6b28ca6
|
|
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
|
|
Realized in a similar fashion as in Evince and Totem.
https://bugzilla.gnome.org/show_bug.cgi?id=684581
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/e8b50ab
|
|
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
|
|
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
|
|
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
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=650402
origin commit:
https://git.gnome.org/browse/eog/commit/?id=9df5fd43
|
|
|
|
|
|
|
|
and drop additional checks for min/max GLib versions, it's not needed
|
|
|
|
avoid deprecated:
gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_window
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/eog/commit/?id=a54b3a8
|
|
|
|
|
|
backported from eog with a few changes
upstream commits for reference:
https://git.gnome.org/browse/eog/commit/?id=1f79c321367c91c8e9063f1343a7e4ce4199c4d5
https://git.gnome.org/browse/eog/commit/?id=9afc5483b615039a580e295fe08d7b8ec524759c
https://git.gnome.org/browse/eog/commit/?id=40bedbf33812e65f4a8e79691b1fadfaace94035
https://git.gnome.org/browse/eog/commit/?id=8b0acfddc52c220393770a9895b6b56cab7821fd
https://git.gnome.org/browse/eog/commit/?id=95694f8b5f06b891a5e55356451ad60b53387563
https://git.gnome.org/browse/eog/commit/?id=7eeb6c8c0e55a3ad954cde4a6fed91ea7f89691c
|
|
|
|
and require libmate-desktop >= 1.17
|
|
it requires PyGTK so won't even build with GTK+3
|
|
|
|
|
|
|
|
|
|
from
https://git.gnome.org/browse/eog/commit/?id=3764db24f7d5e570b39894a05ba71a09012eea24
fixes https://github.com/mate-desktop/eom/issues/69
|
|
Didn't work with GTK-3 and caused critical warnings when entering fullscreen mode.
Just removing the callback seems to be sufficient
as the toolbar's size request is set when entering fullscreen mode anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=653162
example warning:
(eom:10676): GLib-GObject-WARNING **: gsignal.c:2417: signal 'size_request' is invalid for instance '0x563599a10b00' of type 'GtkWindow'
taken from:
https://git.gnome.org/browse/eog/commit/?id=1cc2606
|
|
|
|
|
|
Both are deprecated and can be replaced by simple GtkWidget properties.
This leaves out the dialogs made with Glade as it doesn't have
support for the new margin-start property yet.
taken from:
https://git.gnome.org/browse/eog/commit/?id=2fad221
|
|
The call to gtk_widget_set_style was actually useless since
previous commit.
taken from:
https://git.gnome.org/browse/eog/commit/?id=bbe4a87
|
|
This stuff wasn't needed anymore since we dropped the GtkFrame as
parent for the EogScrollView widget. Also it didn't have any effect
at all in GTK+-3. Fixes more build warnings because of deprecations.
Taken from:
https://git.gnome.org/browse/eog/commit/?id=f9a5ec6
|
|
|
|
>=gtk+.3.0.0
taken from:
https://git.gnome.org/browse/eog/commit/?id=da78cc9
|
|
|
|
The window uses it during runtime so it should keep a reference
to it. Due to the necessary unref this avoids critical warnings
because of EogThumbView's own disposal routine causing an unwanted
signal emission.
taken from:
https://git.gnome.org/browse/eog/commit/?id=3145fce
see:
https://bugzilla.gnome.org/show_bug.cgi?id=691517
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1114012
|
|
- no need of it after exra resize-grip code is removed
taken from https://git.gnome.org/browse/eog/commit/?id=10f1713
|
|
- gtk+ handle this for itself since a long time
- with <=3.14 resize-grip is removed
- with gtk2 is not affected
|
|
https://git.gnome.org/browse/eog/commit/?id=ffd057a0be9610b49f2dc718060c82c4ee1065be
https://git.gnome.org/browse/eog/commit/?id=40919ebb2ce1fd70edae61c7b578c6a7ce8ef432
https://git.gnome.org/browse/eog/commit/?id=a3b769506abbbf7b24547b95c9c99349e99d44c0
Closes https://github.com/mate-desktop/eom/pull/67
|
|
|
|
|
|
Partly based on eog commit 3859553433838e97367e7678f9da4ba2bcc7f973
From Cosimo Cecchi <[email protected]>
|
|
This apparently got broken when the page setup dialog was merged into
the general print dialog.
Based on eog commit 1bff58f772de4aad8cbf0886e46e1c26e075b54b
From Felix Riemann <[email protected]>
|
|
Based on eog commit 7c69b182662f43636b1027fa395f9372593e39bb
From Felix Riemann <[email protected]>
|
|
|
|
Prepare everything for the use of GSettings' enum support for this.
Based on eog commit 0c327b7ec802a07f53da04f5dc484e646548b552
From Felix Riemann <[email protected]>
|
|
Based on eog commit 21ced20430078aaa283b7925ce282ebb54e05e5d
From Felix Riemann <[email protected]>
|
|
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=646360
Based on Eog commit b4fefa4d98a8db91738da593e2101160fbd63465
From Felix Riemann <[email protected]>
|
|
Based on eog commit d1da84198d50703006e747b56ef8ba5107f7f3bd
From Cosimo Cecchi <[email protected]>
|