commit 142d69fa7181ba51f7f081f49d11a213892243c3 Author: Felix Riemann Date: Mon Feb 13 21:25:20 2017 +0100 Prepare release 3.23.90 NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) commit 8d59ada016f13b6aa9a86c2022fdfe4a6c8a755a Author: Kukuh Syafaat Date: Mon Feb 13 06:44:46 2017 +0000 Update Indonesian translation po/id.po | 437 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 298 insertions(+), 139 deletions(-) commit 969f7c6f3e30c8c62fbcf55e2033c5fc7d8fb671 Author: Marek Černocký Date: Sun Feb 12 22:38:54 2017 +0100 Updated Czech translation po/cs.po | 140 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 88 insertions(+), 52 deletions(-) commit b808b0ce72c0973878548ee2047935dd8f8a6b64 Author: Felix Riemann Date: Sun Feb 12 20:47:59 2017 +0100 EogZoomEntry: Add forgotten GtkBuilder template data/Makefile.am | 1 + data/eog-zoom-entry.ui | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) commit 5c5c1249de9199ff11a1bae44a402a526ea81723 Author: Felix Riemann Date: Sun Feb 12 20:43:27 2017 +0100 EogZoomEntry: Setup Gettext/Intltool po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) commit b5d37f3916f7611082d1b20598f2e703d4f0fecb Author: Felix Riemann Date: Sun Feb 12 20:39:20 2017 +0100 EogZoomEntry: Replace zoom GtkRange This replaces the zoom GtkRange with a combined GtkEntry with buttons and menu. This allows more control than the GtkRange-based solution which wasn't even able to use the full zoom range. EogZoomEntry is based on Evince's EvZoomAction. data/popup-menus.ui | 11 + src/Makefile.am | 16 +- src/eog-scroll-view.c | 674 +++++++++++++++++++++++++------------------------- src/eog-scroll-view.h | 3 + src/eog-window.c | 115 +-------- src/eog-zoom-entry.c | 335 +++++++++++++++++++++++++ src/eog-zoom-entry.h | 41 +++ src/eog.gresource.xml | 1 + 8 files changed, 746 insertions(+), 450 deletions(-) commit 277309100cb94526c3f439ac0d6eb9aa4076688d Author: Felix Riemann Date: Sun Feb 12 19:10:12 2017 +0100 EogWindow: Fix keyboard controls in the popover menu This imports and adapts a workaround from gedit that keeps the keyboard controls working in the popover menu and other widgets in the headerbar. We lose some inofficial keyboard shortcuts in the process, but as their names say, they were "inofficial". Maybe we can find a way to make them work again in the future. https://bugzilla.gnome.org/show_bug.cgi?id=754985 src/eog-application.c | 4 ++-- src/eog-window.c | 45 +++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 45 insertions(+), 4 deletions(-) commit 866816812589e98bd022dae70d48c90ac68b89ec Author: Felix Riemann Date: Sun Feb 12 18:32:53 2017 +0100 EogWindow: Handle "P" shortcut through global shortcuts src/eog-application.c | 1 + src/eog-window.c | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) commit e9fc9d14b71fd5b7144df9aa894bec9b6732c305 Author: Kjartan Maraas Date: Sun Feb 12 13:41:21 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 129 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 63 insertions(+), 66 deletions(-) commit 44ea4a7c10f54c0b1b882a8dedc252a521c9ee89 Author: Jordi Mas Date: Tue Jan 24 17:35:02 2017 +0100 Update Catalan translation po/ca.po | 178 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 89 insertions(+), 89 deletions(-) commit d3442d2385cd43980a3a68e9071c95e47a2b4bd4 Author: Dušan Kazik Date: Wed Jan 18 18:56:08 2017 +0000 Update Slovak translation po/sk.po | 174 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) commit bde2cde70621413769decb9f831738de584f6455 Author: Felix Riemann Date: Mon Jan 16 21:34:25 2017 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)