commit 13103861f1189aaa1e496299b84135a5b0488aa6 Author: Felix Riemann Date: Mon May 26 20:38:04 2014 +0200 Prepare for release 3.13.2 NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit 485863e7b92f4d1cf79398ac347355c3c4d55a7b Author: Tom Tryfonidis Date: Mon May 12 20:34:39 2014 +0000 Updated Greek translation help/el/el.po | 224 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 113 insertions(+), 111 deletions(-) commit eefad8ace4ac12ac8f69b48eb8a980e113974f7e Author: Felix Riemann Date: Sun May 11 18:00:25 2014 +0200 Only export eog symbols from the private shared library As eog doesn't install headers for the Egg and JPEG parts these don't need to be exported. src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e7c76ea9eb6e4577a4605fbdb62e3dc4fc64e9a Author: Felix Riemann Date: Sun May 11 17:28:42 2014 +0200 Remove private/obsolete API from reference docs doc/reference/eog-docs.xml.in | 16 +++--------- doc/reference/eog-sections.txt | 57 ++++++++++++++---------------------------- 2 files changed, 22 insertions(+), 51 deletions(-) commit f295f4debe455fb14b1c4cb8aff913bbb9a54597 Author: Felix Riemann Date: Sun May 11 17:09:41 2014 +0200 Split eog into executable and private shared library This makes the GResource migration cleaner as the resources are logically grouped with the code using them. doc/reference/Makefile.am | 19 ++++++++++++++----- plugins/Makefile.am | 13 ++++++++++--- src/Makefile.am | 23 ++++++++++++----------- 3 files changed, 36 insertions(+), 19 deletions(-) commit c991471b092433aab359ed90afc4ae678a4c2713 Author: Carles Ferrando Date: Fri May 9 00:07:51 2014 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 598 +++++++++++++++++++++++++++++------------------------- 1 file changed, 319 insertions(+), 279 deletions(-) commit 377fd19596e83bee323297c9516894901422fa62 Author: Felix Riemann Date: Sun May 4 15:35:26 2014 +0200 EogPreferencesDialog: Make use of extra space when resizing dialog https://bugzilla.gnome.org/show_bug.cgi?id=729498 data/eog-preferences-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 066be17db6a58b55d7c93d7bcb43c2a7fae050ad Author: Felix Riemann Date: Sun May 4 14:13:54 2014 +0200 EogApplication: Activate per-app plugins in the startup callback If activated in the init function the application could not be as initialized as expected by the plugins. Also this avoids the unneeded plugin enumeration when reusing an instance. https://bugzilla.gnome.org/show_bug.cgi?id=729494 src/eog-application.c | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) commit a2defa1d08be2367d78938a362f7a234a9166d65 Author: Felix Riemann Date: Sun May 4 13:24:34 2014 +0200 Load EogMultipleSaveAsDialog from GResource data/Makefile.am | 2 +- src/eog-save-as-dialog-helper.c | 9 +-------- src/eog.gresource.xml | 1 + 3 files changed, 3 insertions(+), 9 deletions(-) commit 9a60071fb0c0adfe71cb58cb81fde6dfb035f63b Author: Felix Riemann Date: Sat May 3 20:27:10 2014 +0200 Remove EogDialog helper class EogDialog has become obsolete with the switch to GtkBuilder templates. doc/reference/eog-sections.txt | 18 ---- src/Makefile.am | 2 - src/eog-dialog.c | 232 ----------------------------------------- src/eog-dialog.h | 76 -------------- src/eog-metadata-sidebar.c | 1 - src/eog-window.h | 1 - 6 files changed, 330 deletions(-) commit f96947cf5749a78cdd3848ed8bc5e7bfe883d0b0 Author: Felix Riemann Date: Sat May 3 20:22:31 2014 +0200 EogPreferencesDialog: Convert to GtkBuilder template Also embed the plugin manager into the template directly. data/Makefile.am | 2 +- data/eog-preferences-dialog.ui | 24 +++-- src/eog-preferences-dialog.c | 205 +++++++++++++++++++++-------------------- src/eog-preferences-dialog.h | 7 +- src/eog-window.c | 4 +- src/eog.gresource.xml | 1 + 6 files changed, 129 insertions(+), 114 deletions(-) commit 94004b468f57673365a069d0654919dd9f2974a7 Author: Felix Riemann Date: Fri Mar 14 21:24:34 2014 +0100 Initial GResource migration 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 libeog. configure.ac | 1 + data/Makefile.am | 16 +++++++--------- src/Makefile.am | 8 +++++++- src/eog-application.c | 10 +++++++--- src/eog-properties-dialog.c | 7 ++----- src/eog-window.c | 6 +++--- src/eog.gresource.xml | 11 +++++++++++ 7 files changed, 38 insertions(+), 21 deletions(-) commit a8343a6c56d8c0df225657f62e0011e694abae5f Author: Felix Riemann Date: Wed Mar 12 21:15:42 2014 +0100 EogPropertiesDialog: Convert to GtkBuilder template data/eog-image-properties-dialog.ui | 11 +- src/eog-metadata-sidebar.c | 4 +- src/eog-properties-dialog.c | 222 +++++++++++++++++++++--------------- src/eog-properties-dialog.h | 9 +- src/eog-window.c | 10 +- src/eog-window.h | 2 +- 6 files changed, 149 insertions(+), 109 deletions(-) commit b4d044366f94e55aed51622f281eb2a0497e47e6 Author: Sami Jaktholm Date: Thu May 1 14:15:02 2014 +0300 Finnish help translation help/fi/fi.po | 4508 ++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 3145 insertions(+), 1363 deletions(-) commit 281fde73c4150ed18c9bbc67455f485c3ffcff13 Author: Felix Riemann Date: Mon Apr 28 23:38:08 2014 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)