commit a4d5c7fda197c223b3b30956577f2e7fa0bdba9a Author: Felix Riemann Date: Mon Feb 2 21:04:37 2015 +0100 Update for release 3.15.1 NEWS | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) commit a86c990b8fff9714a313070d65d287879d45a875 Author: Felix Riemann Date: Mon Feb 2 20:36:17 2015 +0100 EogWindow: Cleanups for 254f4ba4 https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) commit 254f4ba40788749948f1740291ccb942733493c3 Author: Jente Hidskes Date: Sat Jan 31 18:25:00 2015 +0100 EogWindow: make the Open With submenu work The editor_app has been removed, since it will cause all entries in the submenu to be disabled. The editor application should be listed amongst the entries anyway, so it made no sense keeping it. https://bugzilla.gnome.org/show_bug.cgi?id=741050 https://bugzilla.gnome.org/show_bug.cgi?id=740426 data/eog-gear-menu.ui | 5 +- data/popup-menus.ui | 3 +- src/eog-window.c | 305 +++++++++++++++++--------------------------------- 3 files changed, 109 insertions(+), 204 deletions(-) commit ba57d4aa20260caf3f0f7e506bcdbf986ae03553 Author: Sveinn í Felli Date: Mon Feb 2 11:05:14 2015 +0000 Updated Icelandic translation po/is.po | 1893 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 1345 insertions(+), 548 deletions(-) commit eb8c706cbd2754f9487adb87e63c4d26ddd98481 Author: Daniel Mustieles Date: Mon Feb 2 11:54:03 2015 +0100 Updated Spanish translation po/es.po | 282 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 143 insertions(+), 139 deletions(-) commit e26f5629eb11f6dc22f6172876397b809b1bad7e Author: Felix Riemann Date: Sat Jan 31 16:09:01 2015 +0100 reload: Fix memory leak in menu cleanup code plugins/reload/eog-reload-plugin.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 44cbe596bd3e17f062dd332d04d104d563dd7577 Author: Felix Riemann Date: Sat Jan 31 15:37:15 2015 +0100 EogWindow: Fix leaking gear menu builder src/eog-window.c | 2 ++ 1 file changed, 2 insertions(+) commit 341e8b6e688bba0654f30cd40cb8d1eefbf556d3 Author: Felix Riemann Date: Fri Jan 30 23:30:55 2015 +0100 reload: Update to GAction Menu handling as shown in the GTK+ plugman example. https://bugzilla.gnome.org/show_bug.cgi?id=741050 plugins/reload/eog-reload-plugin.c | 134 ++++++++++++++++++-------------- plugins/reload/reload.plugin.desktop.in | 2 +- 2 files changed, 78 insertions(+), 58 deletions(-) commit 8b74808890afdff86f01e4b2748f3e4733068937 Author: Felix Riemann Date: Fri Jan 30 22:58:18 2015 +0100 EogWindow: Allow plugin entries in gear menu Based on the corresponding feature in Totem. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/eog-gear-menu.ui | 1 + src/eog-window.c | 18 +++++++++++++++++- src/eog-window.h | 3 +++ 3 files changed, 21 insertions(+), 1 deletion(-) commit ad1c325ecea47d1fd7d16f8a564c75971850c481 Author: Balázs Úr Date: Fri Jan 30 20:38:54 2015 +0000 Updated Hungarian translation po/hu.po | 279 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 142 insertions(+), 137 deletions(-) commit 3dab203da36d5d2ff63fec7e146ce27606701cf4 Author: Stas Solovey Date: Thu Jan 29 22:17:56 2015 +0000 Updated Russian translation po/ru.po | 298 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 159 insertions(+), 139 deletions(-) commit c90bfa65c9c5494aea308fa889ff89e1c28c8804 Author: Felix Riemann Date: Wed Jan 28 21:10:33 2015 +0100 EogWindow: Try a different range for the zoom scale This is a first try to tame it. src/eog-window.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 9e6547c519eccaca6abafd7f1a62bec8488be62f Author: Felix Riemann Date: Wed Jan 28 21:02:45 2015 +0100 EogWindow: Update gear menu First improvements following suggestions by Allan Day. data/eog-gear-menu.ui | 88 +++++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 41 deletions(-) commit 366b3b1a62a1022116430b6ac17ecf2e3c77048e Author: Felix Riemann Date: Wed Jan 28 20:49:03 2015 +0100 EogWindow: Disable zoom button if no image is loaded src/eog-window.c | 5 +++++ 1 file changed, 5 insertions(+) commit febad1aed4966798f99726c91dbddb945d84e9eb Author: Felix Riemann Date: Wed Jan 28 19:47:20 2015 +0100 Remove unneeded subsection in the app menu data/eog-app-menu.xml | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) commit b1dd9bf9d41e6c184f6b0e1c26155314d9798282 Author: Felix Riemann Date: Wed Jan 28 19:39:13 2015 +0100 EogScrollView: Visually merge the overlaid rotate buttons Incorporating UI feedback from Allan Day. src/eog-scroll-view.c | 2 ++ 1 file changed, 2 insertions(+) commit 963d754d5008f311c44f8a36dde36c142867e91e Author: Felix Riemann Date: Wed Jan 28 19:32:35 2015 +0100 EogScrollView: Make overlay buttons use the 'osd' style class src/eog-scroll-view.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit e8f207ec85a94e6fb2ab378e472e9cddca45fe33 Author: Dušan Kazik Date: Tue Jan 27 16:27:22 2015 +0000 Updated Slovak translation po/sk.po | 1379 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 673 insertions(+), 706 deletions(-) commit 2370d5c82163be83750c4173ac679761c78c8763 Author: Yosef Or Boczko Date: Mon Jan 26 22:42:52 2015 +0200 Updated Hebrew translation po/he.po | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit a5bd8eccdaebc8c14484ac39c0b5c0133a839cb9 Author: Felix Riemann Date: Mon Jan 26 20:21:41 2015 +0100 EogWindow: Simplify metadata sidebar title src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a986da9208e865fe1f76f2e0412a3d7016b1b83f Author: Yosef Or Boczko Date: Mon Jan 26 21:09:37 2015 +0200 Updated Hebrew translation po/he.po | 257 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 131 insertions(+), 126 deletions(-) commit bf4085fa5d21ce184c33f290e12d35af5e67301b Author: Piotr Drąg Date: Sat Jan 24 20:58:58 2015 +0100 Updated POTFILES.in po/POTFILES.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit a898c26195d9f643821c44280b84b818ae0d0191 Author: Felix Riemann Date: Sat Jan 24 18:47:25 2015 +0100 EogScrollView: Add tooltips to overlaid buttons src/eog-scroll-view.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) commit 09f08726398111c9e8fcf2c25ac43110a5f4c560 Author: Felix Riemann Date: Sat Jan 24 18:39:56 2015 +0100 EogScrollView: Hide and reveal the overlay buttons by mouse movement src/eog-scroll-view.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 88 insertions(+), 6 deletions(-) commit c3f1ba2a6317dd3698492964efdaae688c41a911 Author: Felix Riemann Date: Sat Jan 24 17:38:01 2015 +0100 EogScrollView: Add overlay buttons to switch images Revealing and hiding is not yet active. data/eog.css | 9 +++++ src/eog-scroll-view.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 100 insertions(+), 2 deletions(-) commit 828bd784b1ae0ff3251db9854ec61d6b29dfd42c Author: Daniel Martinez Date: Thu Jan 22 19:44:35 2015 +0100 Update Aragonese translation po/an.po | 946 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 453 insertions(+), 493 deletions(-) commit 1c4522852d89c43ac26559a8734ab984e17bf68f Author: Marek Černocký Date: Wed Jan 21 08:00:06 2015 +0100 Updated Czech translation po/cs.po | 133 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 73 insertions(+), 60 deletions(-) commit 94ceb3d5679c89a099717c3b7dc741c0558c1adb Author: Jente Hidskes Date: Sat Jan 17 18:21:27 2015 +0100 EogWindow: remove the Recent Images submenu It creates more issues than it's worth, as explained in https://bugzilla.gnome.org/show_bug.cgi?id=741050#c51 https://bugzilla.gnome.org/show_bug.cgi?id=741050 https://bugzilla.gnome.org/show_bug.cgi?id=740426 data/eog-gear-menu.ui | 6 -- src/eog-window.c | 238 -------------------------------------------------- 2 files changed, 244 deletions(-) commit 936754d7de440d12f66839cf8651454b9bece9e8 Author: Daniel Mustieles Date: Mon Jan 19 18:21:45 2015 +0100 Updated Spanish translation po/es.po | 158 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 81 insertions(+), 77 deletions(-) commit dbe4fe97ed016077f211484b1357024d6629db42 Author: Dimitris Spingos Date: Sun Jan 18 22:03:33 2015 +0200 Updated Greek translation po/el.po | 973 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 470 insertions(+), 503 deletions(-) commit 2712b8e0383469461af96e58dacc703a4f682e6a Author: Balázs Úr Date: Sun Jan 18 17:45:55 2015 +0000 Updated Hungarian translation po/hu.po | 161 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 82 insertions(+), 79 deletions(-) commit cc19771f7fa7e5824aad8082c5808ea1d810e2d1 Author: Aurimas Černius Date: Sat Jan 17 22:04:12 2015 +0200 Updated Lithuanian translation po/lt.po | 994 +++++++++++++++++++++++---------------------------------------- 1 file changed, 364 insertions(+), 630 deletions(-) commit adce09fdd4efb0949e101effb7c24e5ec12d7dda Author: Inaki Larranaga Murgoitio Date: Sat Jan 17 14:12:46 2015 +0100 Updated Basque language po/eu.po | 249 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 144 insertions(+), 105 deletions(-) commit 17f54b47eb920fbd20acaf40b9b2a90d9f6bea2d Author: Felix Riemann Date: Sat Jan 17 12:58:56 2015 +0100 EogWindow: Fix some overindented function parameters src/eog-window.c | 92 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) commit 5b9f6f5e8e4b14c39b35dbd4b31712ffd0a2bf04 Author: Felix Riemann Date: Fri Jan 16 22:20:13 2015 +0100 EogSidebar: Center and reformat page selector data/eog.css | 4 ++++ src/eog-sidebar.c | 23 ++++++++++++++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) commit fec0939df2d96ea2eac3e5ee68540a262ea99302 Author: Felix Riemann Date: Thu Jan 15 23:27:51 2015 +0100 EogMetadataSidebar: Fix leaked strings src/eog-metadata-sidebar.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit a54b3a803c0721b518b8867ceede418d1dce720e Author: Felix Riemann Date: Thu Jan 15 23:03:39 2015 +0100 EogWindow: Set file open dialog transient for its parent window src/eog-window.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit db3a16e905d106d6e88d7a205c12f2dc51c92b99 Author: Felix Riemann Date: Thu Jan 15 22:47:29 2015 +0100 EogSidebar: Set orientation property via g_object_new src/eog-sidebar.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 10a6c5f6e9916caa3a7a6af1d3bbffc99c4a2169 Author: Felix Riemann Date: Thu Jan 15 21:54:50 2015 +0100 Fix duplicate underscore accelerators in gear menu https://bugzilla.gnome.org/show_bug.cgi?id=740426 data/eog-gear-menu.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit af0def5f1cba5b718e98320686fe6f98ddfa92a0 Author: Yosef Or Boczko Date: Thu Jan 15 00:41:32 2015 +0200 Updated Hebrew translation po/he.po | 1139 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 546 insertions(+), 593 deletions(-) commit 9156ad9b33e9da27dddd5182637c74b75614d9d2 Author: Felix Riemann Date: Wed Jan 14 23:29:54 2015 +0100 Add new UI file to POTFILES.in https://bugzilla.gnome.org/show_bug.cgi?id=740426 po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit de5ee93aa325bc29a2e00e8d874af97cebb10cd6 Author: Jente Hidskes Date: Wed Jan 14 23:09:31 2015 +0100 EogWindow: implement headerbar https://bugzilla.gnome.org/show_bug.cgi?id=740426 data/Makefile.am | 1 + data/eog-gear-menu.ui | 49 +++++++++++++++++ src/eog-scroll-view.c | 10 ---- src/eog-scroll-view.h | 10 ++++ src/eog-window.c | 146 +++++++++++++++++++++++++++++++++++++++++++++++--- src/eog.gresource.xml | 1 + 6 files changed, 200 insertions(+), 17 deletions(-) commit 9b3d863db9ddaefcaa726b15c7f755c5b554744b Author: Trần Ngọc Quân Date: Wed Jan 14 08:00:34 2015 +0700 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 924 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 429 insertions(+), 495 deletions(-) commit 51532cf4f776da95f4b10772dbbe3ef2fae7dff3 Author: Felix Riemann Date: Tue Jan 13 19:48:35 2015 +0100 EogSidebar: Use symbolic close icon src/eog-sidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c0a51e581c4ba6ab91b3c1f6669f782a8df808fa Author: Felix Riemann Date: Tue Jan 13 19:44:04 2015 +0100 EogMetadataSidebar: Reduce row spacing to 3px Should improve the separation of the different tag groups. data/metadata-sidebar.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit be4c5f88fde3861cb0fa1febafe0d29266e7e71c Author: Fran Dieguez Date: Mon Jan 12 23:54:04 2015 +0100 Updated Galician translations po/gl.po | 1157 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 548 insertions(+), 609 deletions(-) commit 650b54a7fbe106ad6d15aa626d80c91a91573fec Author: hanniedu Date: Mon Jan 12 17:19:56 2015 +0100 Updated Dutch translation Master 3.16 po/nl.po | 1211 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 585 insertions(+), 626 deletions(-) commit 841e96d56d36b96510658aa0ad8bd6cd983daba1 Author: Stas Solovey Date: Mon Jan 12 12:36:54 2015 +0000 Updated Russian translation po/ru.po | 978 ++++++++++++++++++++++----------------------------------------- 1 file changed, 339 insertions(+), 639 deletions(-) commit 3f3bc09db3ed4c36128eff1aa6bf23a72b8efb8d Author: Daniel Mustieles Date: Mon Jan 12 12:15:06 2015 +0100 Updated Spanish translation po/es.po | 143 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 87 insertions(+), 56 deletions(-) commit a31ead7ad37b959b0200f82ef55ef2fd1bfb73c2 Author: Balázs Úr Date: Sat Jan 10 11:00:17 2015 +0000 Updated Hungarian translation po/hu.po | 1124 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 534 insertions(+), 590 deletions(-) commit 4fbf532fb0720237a646ed999f17c76170a98e6e Author: Rafael Ferreira Date: Thu Jan 8 23:38:09 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 1183 ++++++++++++++++++++++++++++------------------------------- 1 file changed, 561 insertions(+), 622 deletions(-) commit 6dc9355ce54e8f31974e4fb503bc16aaee30369f Author: Marek Černocký Date: Thu Jan 8 23:02:05 2015 +0100 Updated Czech translation po/cs.po | 128 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 77 insertions(+), 51 deletions(-) commit 83bf6c4498e9c107a809517e1a2926df251acc16 Author: Felix Riemann Date: Wed Jan 7 21:59:39 2015 +0100 EogMetadataSidebar: Hook up date and time labels src/eog-metadata-sidebar.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) commit 93129f1faf5dd6573ae91122ec08b70be5bf25b6 Author: Felix Riemann Date: Wed Jan 7 21:59:13 2015 +0100 EogExifUtil: Allow freeform formatting of date strings src/eog-exif-util.c | 55 +++++++++++++++++++++++++++++++++++++---------------- src/eog-exif-util.h | 4 ++++ 2 files changed, 43 insertions(+), 16 deletions(-) commit 2e5b0655db5199046d84b0f98daad4d015e3b2d6 Author: Felix Riemann Date: Wed Jan 7 20:15:07 2015 +0100 EogMetadataSidebar: Try to unclutter and improve the sidebar's look Based on a design by Allan Day. data/Makefile.am | 1 + data/metadata-sidebar.ui | 409 +++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + src/eog-metadata-sidebar.c | 366 +++++++--------------------------------- src/eog.gresource.xml | 1 + 5 files changed, 471 insertions(+), 307 deletions(-) commit 8cdbae1f54b0fb746343595c8423c1adcca833ee Author: Felix Riemann Date: Wed Jan 7 19:59:21 2015 +0100 EogWindow: Move sidebar to the opposite side of the image src/eog-window.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 68369759466670395eb874eb145f48ba03a0652d Author: Daniel Mustieles Date: Thu Jan 8 18:22:33 2015 +0100 Updated Spanish translation po/es.po | 1127 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 523 insertions(+), 604 deletions(-) commit 1c324ab120a96d07b3a4cc90e5ecf6a626ad8096 Author: Marek Černocký Date: Wed Jan 7 21:46:15 2015 +0100 Updated Czech translation po/cs.po | 925 +++++++++++++++++++++------------------------------------------ 1 file changed, 302 insertions(+), 623 deletions(-) commit e025f72df93d62ebd94c5eb91bee2bd682fdee8f Author: Inaki Larranaga Murgoitio Date: Wed Jan 7 21:28:41 2015 +0100 Updated Basque language po/eu.po | 1039 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 476 insertions(+), 563 deletions(-) commit f8051de56416e9a49184065c70c1e926a3ae8187 Merge: 631b66c 5cfdbd1 Author: Felix Riemann Date: Wed Jan 7 19:43:50 2015 +0100 Merge branch 'wip/gaction-migration' Conflicts: src/eog.gresource.xml This is the merge of the current state as it is required for further developments. The "OpenWith" and "RecentFiles" menus are still todo as is plugin integration. https://bugzilla.gnome.org/show_bug.cgi?id=741050 commit 631b66c849674c8118393ab967a9dd9229f6e681 Author: Felix Riemann Date: Mon Jan 5 19:27:57 2015 +0100 Remove accidential executable bit from documentation images help/hu/figures/multiple-convert.png | Bin help/hu/figures/multiple-rename-count.png | Bin 2 files changed, 0 insertions(+), 0 deletions(-) commit 65720c07c943885a0048220b7a35d91002afc164 Author: Felix Riemann Date: Mon Jan 5 19:06:26 2015 +0100 EogThumbnail: Load thumbnail frame from a GResource Also optimize the frame's filesize. data/pixmaps/Makefile.am | 7 +------ data/pixmaps/thumbnail-frame.png | Bin 908 -> 474 bytes src/eog-thumbnail.c | 4 +++- src/eog.gresource.xml | 1 + 4 files changed, 5 insertions(+), 7 deletions(-) commit b9df4c049e493ba3d9f29193bdeb6d5b0ca95a2c Author: Felix Riemann Date: Mon Jan 5 18:15:21 2015 +0100 EogApplication: Use gtk_application_get_active_window This allows dropping our own implementation. src/eog-application.c | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) commit b35bbcc21e77ecd6b66f280f31859d87e179530b Author: Felix Riemann Date: Mon Jan 5 17:59:55 2015 +0100 Build API docs without intermediate tmpl-files gtk-doc devs consider the tmpl-based workflow as obsolete. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f7c670c29bf328071129bded4446646470e6287c Author: Andreas Nilsson Date: Mon Jan 5 16:34:03 2015 +0100 Remove the scalable app icon Should make the 256x256 high resolution PNG the prefered one for display in gnome-shell. https://bugzilla.gnome.org/show_bug.cgi?id=742369 data/icons/scalable/Makefile.am | 3 - data/icons/scalable/apps/eog.svg | 548 --------------------------------------- 2 files changed, 551 deletions(-) commit 27fb2129a74a8dc2521346c597073dc44fc91422 Author: Felix Riemann Date: Sun Jan 4 19:19:54 2015 +0100 EogThumbNav: Stop deprecated GtkArrow usage Use a matching GtkImage instead. Swapping the icons in RTL locales is done automatically by the icon theme. src/eog-thumb-nav.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 096806fdea91c89ae918910348b051f2c0e86f91 Author: Felix Riemann Date: Sun Jan 4 19:19:07 2015 +0100 EogSidebar: Stop deprecated GtkArrow usage Use a matching GtkImage instead. src/eog-sidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5cfdbd1c2ab3f2af96d9b9a6cacd5a7879ad1599 Author: Felix Riemann Date: Sun Jan 4 17:57:23 2015 +0100 EogWindow: Add missing view-* actions to the window action group These actions were part of it beforehand and were forgotten in the initial GAction port. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 467aa7459a2515e15c72cb359fb5b2839e3092ca Author: Felix Riemann Date: Sun Jan 4 16:05:48 2015 +0100 EogWindow: Fix indentation in commit 965549c0 Also remove some trailing commas in array initializers. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit ab4e432c083275869c744a721b3bb5d37c2ee5fd Author: Felix Riemann Date: Sun Jan 4 15:56:45 2015 +0100 EogScrollView: Use gdk_cursor_new_for_display gdk_cursor_new() will be deprecated in GTK+ 3.16 and we have the correct display at hand already anyway. src/eog-scroll-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 965549c0d12668d3225affc11da89513a946c3b9 Author: Jente Hidskes Date: Mon Dec 29 20:40:31 2014 +0100 EogWindow: implement "groupwise" enabling/disabling of actions https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 88 insertions(+), 11 deletions(-) commit 97035fa063a4c6b96fcaabce7d40a201ea1f8dd9 Author: Christian Kirbach Date: Sat Jan 3 14:16:58 2015 +0000 Updated German translation help/de/de.po | 1510 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 922 insertions(+), 588 deletions(-) commit e88b8b6c3b789a3edad93b2920924b66f349531f Author: Felix Riemann Date: Thu Dec 25 15:52:00 2014 +0100 EogPropertiesDialog: Automatically make parent window actions available Allows accessing the parent window's GActions via the "win" namespace. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-properties-dialog.c | 49 +++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 19 deletions(-) commit 09fe55c6ca5206668db2da20f751fbe690437947 Author: Jente Hidskes Date: Tue Dec 23 23:04:49 2014 +0100 EogPropertiesDialog: migrate to GAction This patch takes care of the GAction migration in EogPropertiesDialog. It should be considered a draft, as it is not working yet. There is one thing to note: the action names for the dialog are now hardcoded in EogWindow. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-properties-dialog.c | 24 ++++++++++++------------ src/eog-properties-dialog.h | 4 ++-- src/eog-window.c | 13 ++----------- 3 files changed, 16 insertions(+), 25 deletions(-) commit 69a80edd4db7a9adf796e8019a7a70e55230c30b Author: Felix Riemann Date: Tue Dec 23 17:52:55 2014 +0100 EogWindow: Fix critical warning when switching between fullscreen modes src/eog-window.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 0309e59fa59b6dc11d94810087a116763541e6bb Author: Felix Riemann Date: Tue Dec 23 17:48:24 2014 +0100 EogWindow: Drop unneeded handler blocks As the action state is now changed without triggering the handlers they don't need to be blocked anymore. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 18 ------------------ 1 file changed, 18 deletions(-) commit df87939c78373051683f73660893fb87eeb372e2 Author: Felix Riemann Date: Tue Dec 23 17:22:45 2014 +0100 EogWindow: Use gtk_widget_set_visible src/eog-window.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) commit 3aa22d49f74551051e4c0d86f3ecf3fd3240cb2c Author: Jente Hidskes Date: Mon Dec 22 23:55:13 2014 +0100 EogWindow: remove zoom-fit action https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 20 -------------------- 1 file changed, 20 deletions(-) commit 0d632979adf0bdd650fffd3ad2e190ec03f1b01a Author: Felix Riemann Date: Tue Dec 23 17:05:13 2014 +0100 Adjust fullscreen toolbar's action names Makes the toolbar work again after e2723eaf. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/fullscreen-toolbar.ui | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 87d65c884460426c140c7861a148511bf1d7705e Author: Felix Riemann Date: Tue Dec 23 16:23:20 2014 +0100 Restore keyboard shortcut for slideshow mode https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-application.c | 1 + 1 file changed, 1 insertion(+) commit f23f70136861dee2519cf72828c416a907418e53 Author: Felix Riemann Date: Sun Dec 21 15:55:24 2014 +0100 Fix renamed file in POTFILES.in data/Makefile.am | 2 +- po/POTFILES.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 419b0ec142fbe64b7ae5267f42275e6c0edef2fa Author: Felix Riemann Date: Sun Dec 21 15:52:03 2014 +0100 EogApplication: Restore accelerator for Save As This one fell under the rug in commit 31368a7d. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-application.c | 1 + 1 file changed, 1 insertion(+) commit 31368a7d721465dfcc2e9f61fa90704c7af83e33 Author: Felix Riemann Date: Sun Dec 21 15:47:44 2014 +0100 EogApplication: Make accelerator assignments easier to read Based on code found in Evince's EvApplication class. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-application.c | 74 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 28 deletions(-) commit 1d0bc8471bdc53db0c5d84f6859d3b5596795271 Author: Jente Hidskes Date: Sat Dec 20 02:09:30 2014 +0100 EogApplication: add accelerators to GActions This patch adds accelerators to those GActions whose GtkActions used to have accelerators. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-application.c | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) commit fb7bb77afd2230811ab22a7866beeb83cf94aed0 Author: Felix Riemann Date: Fri Dec 19 18:35:18 2014 +0100 Avoid endless feedback loop when changing bar visibility Also provides feedback to the app menu when the sidebar is closed. src/eog-window.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) commit e2723eaf178ff92b957204c2f16e80ae0435d63b Author: Jente Hidskes Date: Thu Dec 18 19:41:39 2014 +0100 change action names to short, lowercase names As the GAction documentation suggests, change the GAction names to short, lowercase names. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/popup-menus.ui | 16 ++--- src/eog-window.c | 164 ++++++++++++++++++++++++++-------------------------- 2 files changed, 90 insertions(+), 90 deletions(-) commit 8ea5e61c147ec80aa1065bd6ac0be57de0ac0e60 Author: Jente Hidskes Date: Thu Dec 18 19:01:07 2014 +0100 EogWindow: remove the string matching from ui_settings_changed_cb The changed setting is now passed as a detailed signal instead of having to do string matching inside eog_window_ui_settings_changed_cb. In order to facilitate this change, the connecting of the callbacks had to be moved down a few lines to after the GActions are added to the window. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) commit bc4e3dbf7e7d85908e6b3c20d8dbe14e2e7edde3 Author: Jente Hidskes Date: Thu Dec 18 18:32:40 2014 +0100 EogWindow: disable the open-with and recently-used menus Disable the open-with and recently-used code, to prevent compile errors. They are commented because we might still need them in the new design, but are disabled to not hold us back for now. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 58 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 26 deletions(-) commit 85339ccdbdb17af357dc837f12791b9d2fb151e2 Author: Felix Riemann Date: Thu Dec 18 20:53:55 2014 +0100 Don't reuse the GtkMenu but the menu model for the thumb view data/popup-menus.ui | 50 -------------------------------------------------- src/eog-window.c | 16 ++++++++-------- 2 files changed, 8 insertions(+), 58 deletions(-) commit d6fa7a086c97408b4f281320293b98f2f7e43f15 Author: Felix Riemann Date: Thu Dec 18 20:30:42 2014 +0100 Use separate object for thumbnail popup menu Assigning a GtkMenu twice is not guaranteed to be glitchfree. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/Makefile.am | 2 +- data/{eog-view-popup.ui => popup-menus.ui} | 50 ++++++++++++++++++++++++++++++ src/eog-window.c | 22 ++++++------- src/eog.gresource.xml | 2 +- 4 files changed, 62 insertions(+), 14 deletions(-) commit 9793b8ce016242704a2a55912d948ce3283275ce Author: Felix Riemann Date: Thu Dec 18 20:04:45 2014 +0100 Update git.mk Revision bf30ed81 from https://github.com/behdad/git.mk git.mk | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) commit 7e43f480abc3b9a17f91f354fd9c0e71aea1595c Author: Felix Riemann Date: Thu Dec 18 19:53:42 2014 +0100 Record new GtkBuilder files in Makefiles data/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit d82e711cdbcfb9bf12ab6f8c2edd17a1df90b621 Author: Felix Riemann Date: Thu Dec 18 19:01:09 2014 +0100 Add fullscreen toolbar to POTFILES po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit d87f0a29e72d378b32d9ce5f20e48c6946e94a3f Author: Felix Riemann Date: Thu Dec 18 18:27:41 2014 +0100 Stop trying to build menus with GtkUIManager data/eog-ui.xml | 39 --------------------------------------- src/eog-window.c | 11 ++++------- src/eog.gresource.xml | 1 - 3 files changed, 4 insertions(+), 47 deletions(-) commit 3a0d54caf6c70bb46271d36b0ecabc9c8d8033e7 Author: Felix Riemann Date: Thu Dec 18 18:12:00 2014 +0100 Convert fullscreen toolbar to GAction/GtkBuilder data/fullscreen-toolbar.ui | 218 +++++++++++++++++++++++++++++++++++++++++++++ src/eog-window.c | 15 ++-- src/eog.gresource.xml | 1 + 3 files changed, 228 insertions(+), 6 deletions(-) commit b1b868035d5a580459b7a83bc5e9bfb9a3d33985 Author: Felix Riemann Date: Wed Dec 17 22:14:36 2014 +0100 Remove debug printouts src/eog-window.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 1e378def9cb7d4fc13d738daf821f647eb871919 Author: Felix Riemann Date: Wed Dec 17 22:03:58 2014 +0100 Make thumbnail popup share its model with the scrollview https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 49fe9e214c064e7f7a5beb89232982f5f5d96700 Author: Felix Riemann Date: Wed Dec 17 21:34:28 2014 +0100 Populate EogScrollView popup menu using GtkBuilder https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/eog-ui.xml | 19 ------------------ data/eog-view-popup.ui | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + src/eog-window.c | 10 +++++++++- src/eog.gresource.xml | 1 + 5 files changed, 64 insertions(+), 20 deletions(-) commit a004b0b24f3f6bad3308fbdd878596184a0a45cc Author: Felix Riemann Date: Wed Dec 17 21:05:23 2014 +0100 Remove EggEditableToolbar files from translation https://bugzilla.gnome.org/show_bug.cgi?id=741050 po/POTFILES.in | 2 -- 1 file changed, 2 deletions(-) commit 567b86dbdb099f2b56afd8c88ff8d59ff8bf1004 Author: Felix Riemann Date: Wed Dec 17 20:08:39 2014 +0100 Add back eog_window_open_editor as we might still need it https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) commit 73b6d67391649d8224435f53d6329c4436976b7c Author: Jente Hidskes Date: Tue Dec 16 21:11:02 2014 +0100 Remove the GtkMenuBar This patch removes all code for the GtkMenuBar in Eye of Gnome. This is necessary because the new GActions are incompatible with it and it needs to be removed for the UI update as well. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/eog-ui.xml | 83 -------------------------------------- src/eog-window.c | 121 ++----------------------------------------------------- 2 files changed, 3 insertions(+), 201 deletions(-) commit 92caaf8db45b8b891225beaa8cb0194f44d36e67 Author: Jente Hidskes Date: Tue Dec 16 00:46:36 2014 +0100 Remove all other references to the toolbar This patch removes all further references to the toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=741050 Makefile.am | 2 +- configure.ac | 9 - cut-n-paste/Makefile.am | 3 - cut-n-paste/toolbar-editor/Makefile.am | 105 -- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 1936 -------------------- cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 95 - cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 677 ------- cut-n-paste/toolbar-editor/egg-toolbar-editor.h | 63 - cut-n-paste/toolbar-editor/egg-toolbars-model.c | 987 ---------- cut-n-paste/toolbar-editor/egg-toolbars-model.h | 190 -- cut-n-paste/toolbar-editor/eggmarshalers.list | 1 - .../update-toolbareditor-from-libegg.sh | 33 - data/Makefile.am | 5 - data/eog-app-menu.xml | 4 - data/eog-toolbar.xml | 37 - data/eog-ui.xml | 2 - data/eog.convert | 1 - data/org.gnome.eog.gschema.xml.in | 6 +- doc/reference/Makefile.am | 2 - doc/reference/eog-sections.txt | 4 - tests/actions.feature | 9 - 21 files changed, 2 insertions(+), 4169 deletions(-) commit 2c5e3979a65f6525c3dfb0c96fa91458bf3b7c56 Author: Jente Hidskes Date: Tue Dec 16 00:30:18 2014 +0100 src: remove all code related to EggEditableToolbar This patch removes all code for the GtkToolbar inside src/. This is necessary because the new GActions are incompatible with it and it needs to be removed for the UI update as well. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/Makefile.am | 5 - src/eog-application-internal.h | 9 -- src/eog-application.c | 93 ------------- src/eog-config-keys.h | 1 - src/eog-util.c | 1 - src/eog-window.c | 308 ++--------------------------------------- 6 files changed, 14 insertions(+), 403 deletions(-) commit 677297cd95ea7c446605b10144c54061f5e78d01 Author: Jente Hidskes Date: Thu Dec 11 20:01:23 2014 +0100 eog-window.c: GtkAction -> GAction This patch replaces all the GtkAction related code in eog-window.c to its GAction equivalents. Some things to note: 1) I only changed the lines required to change, to keep the diff as small as possible. I do think some parts in eog-window.c can do with some cleanup and a consistent style needs to be applied. (I tried to match up with whatever style was used in the function I was working in.) 2) I renamed _some_ functions and arguments to better indicate what they're for, but only those lines I already touched anyway. 3) actions_window is now directly mapped onto the GtkApplicationWindow/EogWindow. 4) We might want to change the action names to short, lowercase names as the documentation suggests. 5) The UI is not working anymore, due to incompatibility: it requires GtkAction. This left me unable to test some/most of the changes, however I quickly added some accelerators to those actions I could and it all seems to be working so I have faith the other changes will to. What's left to do: 1) Test all changes. 2) Remove deprecated and not-working UI code. 3) Add accelerators to all actions. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 1075 +++++++++++++++++++++--------------------------------- 1 file changed, 422 insertions(+), 653 deletions(-) commit c0f6deb2b1afdc4c4b414c43388d5575eeea357f Author: Felix Riemann Date: Wed Dec 17 21:40:37 2014 +0100 Revert "eog-window.c: GtkAction -> GAction" This reverts commit 8b1fc17689d3a73abcabfb55de4721c1f7eac22b. This was not meant to be pushed to master yet. src/eog-window.c | 1075 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 653 insertions(+), 422 deletions(-) commit 099f986965d365ca8cece25fa58f7ddb5ffffb6d Author: Felix Riemann Date: Wed Dec 17 21:40:00 2014 +0100 Revert "src: remove all code related to EggEditableToolbar" This reverts commit 36ff7907cfc0697266fbf43ba0bd55eecb4bac7c. src/Makefile.am | 5 + src/eog-application-internal.h | 9 ++ src/eog-application.c | 93 +++++++++++++ src/eog-config-keys.h | 1 + src/eog-util.c | 1 + src/eog-window.c | 308 +++++++++++++++++++++++++++++++++++++++-- 6 files changed, 403 insertions(+), 14 deletions(-) commit c8a25656244e794fc85a8d7058d54b8b1def966b Author: Felix Riemann Date: Wed Dec 17 21:39:58 2014 +0100 Revert "Remove all other references to the toolbar" This reverts commit 6df4284cda1954e4192d387a676df1fc50730647. Makefile.am | 2 +- configure.ac | 9 + cut-n-paste/Makefile.am | 3 + cut-n-paste/toolbar-editor/Makefile.am | 105 ++ cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 1936 ++++++++++++++++++++ cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 95 + cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 677 +++++++ cut-n-paste/toolbar-editor/egg-toolbar-editor.h | 63 + cut-n-paste/toolbar-editor/egg-toolbars-model.c | 987 ++++++++++ cut-n-paste/toolbar-editor/egg-toolbars-model.h | 190 ++ cut-n-paste/toolbar-editor/eggmarshalers.list | 1 + .../update-toolbareditor-from-libegg.sh | 33 + data/Makefile.am | 5 + data/eog-app-menu.xml | 4 + data/eog-toolbar.xml | 37 + data/eog-ui.xml | 2 + data/eog.convert | 1 + data/org.gnome.eog.gschema.xml.in | 6 +- doc/reference/Makefile.am | 2 + doc/reference/eog-sections.txt | 4 + tests/actions.feature | 9 + 21 files changed, 4169 insertions(+), 2 deletions(-) commit 9000e9f25687e1ee6425269df63ff86b9e3309c7 Author: Felix Riemann Date: Wed Dec 17 21:39:54 2014 +0100 Revert "Remove the GtkMenuBar" This reverts commit 3d0405be352fa13e7021d19d1ead1375140b41c3. data/eog-ui.xml | 83 ++++++++++++++++++++++++++++++++++++++ src/eog-window.c | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 201 insertions(+), 3 deletions(-) commit e68b35ff93617b7ad76460e57b39740e466314e2 Author: Felix Riemann Date: Wed Dec 17 21:39:46 2014 +0100 Revert "Add back eog_window_open_editor as we might still need it" This reverts commit 72253fdf400247092fd6ed613e95f6b023330dc8. src/eog-window.c | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) commit 72253fdf400247092fd6ed613e95f6b023330dc8 Author: Felix Riemann Date: Wed Dec 17 20:08:39 2014 +0100 Add back eog_window_open_editor as we might still need it https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) commit 3d0405be352fa13e7021d19d1ead1375140b41c3 Author: Jente Hidskes Date: Tue Dec 16 21:11:02 2014 +0100 Remove the GtkMenuBar This patch removes all code for the GtkMenuBar in Eye of Gnome. This is necessary because the new GActions are incompatible with it and it needs to be removed for the UI update as well. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/eog-ui.xml | 83 -------------------------------------- src/eog-window.c | 121 ++----------------------------------------------------- 2 files changed, 3 insertions(+), 201 deletions(-) commit 6df4284cda1954e4192d387a676df1fc50730647 Author: Jente Hidskes Date: Tue Dec 16 00:46:36 2014 +0100 Remove all other references to the toolbar This patch removes all further references to the toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=741050 Makefile.am | 2 +- configure.ac | 9 - cut-n-paste/Makefile.am | 3 - cut-n-paste/toolbar-editor/Makefile.am | 105 -- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 1936 -------------------- cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 95 - cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 677 ------- cut-n-paste/toolbar-editor/egg-toolbar-editor.h | 63 - cut-n-paste/toolbar-editor/egg-toolbars-model.c | 987 ---------- cut-n-paste/toolbar-editor/egg-toolbars-model.h | 190 -- cut-n-paste/toolbar-editor/eggmarshalers.list | 1 - .../update-toolbareditor-from-libegg.sh | 33 - data/Makefile.am | 5 - data/eog-app-menu.xml | 4 - data/eog-toolbar.xml | 37 - data/eog-ui.xml | 2 - data/eog.convert | 1 - data/org.gnome.eog.gschema.xml.in | 6 +- doc/reference/Makefile.am | 2 - doc/reference/eog-sections.txt | 4 - tests/actions.feature | 9 - 21 files changed, 2 insertions(+), 4169 deletions(-) commit 36ff7907cfc0697266fbf43ba0bd55eecb4bac7c Author: Jente Hidskes Date: Tue Dec 16 00:30:18 2014 +0100 src: remove all code related to EggEditableToolbar This patch removes all code for the GtkToolbar inside src/. This is necessary because the new GActions are incompatible with it and it needs to be removed for the UI update as well. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/Makefile.am | 5 - src/eog-application-internal.h | 9 -- src/eog-application.c | 93 ------------- src/eog-config-keys.h | 1 - src/eog-util.c | 1 - src/eog-window.c | 308 ++--------------------------------------- 6 files changed, 14 insertions(+), 403 deletions(-) commit 8b1fc17689d3a73abcabfb55de4721c1f7eac22b Author: Jente Hidskes Date: Thu Dec 11 20:01:23 2014 +0100 eog-window.c: GtkAction -> GAction This patch replaces all the GtkAction related code in eog-window.c to its GAction equivalents. Some things to note: 1) I only changed the lines required to change, to keep the diff as small as possible. I do think some parts in eog-window.c can do with some cleanup and a consistent style needs to be applied. (I tried to match up with whatever style was used in the function I was working in.) 2) I renamed _some_ functions and arguments to better indicate what they're for, but only those lines I already touched anyway. 3) actions_window is now directly mapped onto the GtkApplicationWindow/EogWindow. 4) We might want to change the action names to short, lowercase names as the documentation suggests. 5) The UI is not working anymore, due to incompatibility: it requires GtkAction. This left me unable to test some/most of the changes, however I quickly added some accelerators to those actions I could and it all seems to be working so I have faith the other changes will to. What's left to do: 1) Test all changes. 2) Remove deprecated and not-working UI code. 3) Add accelerators to all actions. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 1075 +++++++++++++++++++++--------------------------------- 1 file changed, 422 insertions(+), 653 deletions(-) commit 805c0fdd230655508fc4263eeb7bc302c088c797 Author: Felix Riemann Date: Tue Dec 16 21:42:09 2014 +0100 Post-branch version bump Show that this is development code again. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8559c2bd2b5f904220ef1968818134cea1e27273 Author: Felix Riemann Date: Wed Nov 19 21:39:24 2014 +0100 Add credits to NEWS that got lost when doing 3.14.3 NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 439c15d62d7cee2e9d918e51b3fe839e66483151 Author: Felix Riemann Date: Wed Nov 19 21:33:31 2014 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)