commit 0b7990c56ec3c4e6fc0c706767cf4cdba2daa85c Author: Felix Riemann Date: Mon Nov 8 23:20:07 2010 +0100 Prepare for release 2.91.2 NEWS | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) commit 88407daf16b509dc33256ad11a8941a8eb4e3eb4 Author: Felix Riemann Date: Tue Nov 2 20:20:02 2010 +0100 Use GRandom as random value generator for random image function Seems to have a better distribution. At least works better with lower image counts. Fixes bug 633764. src/eog-thumb-view.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 474b6c1b1e36e69f8f131cbf5d4f05e20f452928 Author: Ivar Smolin Date: Mon Nov 1 08:16:41 2010 +0200 [l10n] Updated Estonian translation po/et.po | 55 +++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 37 insertions(+), 18 deletions(-) commit dde2c098d66c92c4bdbeedff77463780711c9b75 Author: Matej Urbančič Date: Sun Oct 31 20:25:26 2010 +0100 Updated Slovenian translation po/sl.po | 462 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 262 insertions(+), 200 deletions(-) commit 931cdd9e3fdc35f94494a40640f3eae694dbfc07 Author: Felix Riemann Date: Sun Oct 31 19:08:43 2010 +0100 Refactor XDG folders migration Merges the multiple migration points into a single one. Use GIO for moving files which avoids overwriting present stuff. Remove old config folder once it's empty. Only migrate files that actually belong to eog. Concludes bug 522806. src/eog-application.c | 26 ++---------- src/eog-util.c | 109 ++++++++++++++++++++++++++++++++++++------------- 2 files changed, 84 insertions(+), 51 deletions(-) commit c92e86a6e9816ac5a5a1a97ac6786a06aed9cb81 Author: Sebastian Geiger Date: Sat Aug 21 12:44:48 2010 +0200 Add code for migrating config and cache file to XDG folders Move files from old config dir into XDG-based config folder. Part of bug 522806. src/eog-application.c | 33 +++++++++++++++++++++++++-------- src/eog-util.c | 32 ++++++++++++++++++++++++++++---- 2 files changed, 53 insertions(+), 12 deletions(-) commit ad1bb602f3a922681da5b9d6ae9f9cc75c8dc0ff Author: Sebastian Geiger Date: Sat Aug 21 12:11:30 2010 +0200 Place configuration files into an XDG standard config folder Just replaces the paths for now. Part of bug 522806. src/eog-application.c | 14 ++++++-------- src/eog-util.c | 3 +-- 2 files changed, 7 insertions(+), 10 deletions(-) commit f4c19dfa0db163cac91024db0ed885d614a5ef30 Author: Takayuki KUSANO Date: Sun Oct 31 14:40:17 2010 +0900 Updated Japanese translation po/ja.po | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) commit 00075ab25d5bd3656a2f5f89773bd56e091d5b47 Author: Javier Sánchez Date: Sat Oct 23 23:22:19 2010 +0200 Make newly saved images user writable Doesn't occur for existing files only when saving creates a new file. Fixes bug #589921. src/eog-jobs.c | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) commit 7a6ea9ee0e5e8a2d89fd16f241a693c5a56f3b78 Author: Felix Riemann Date: Sat Oct 23 23:54:33 2010 +0200 Clear status + titlebar when deleting last image in collection Fixes bug 632458. src/eog-statusbar.c | 4 ++++ src/eog-window.c | 20 ++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) commit 29e86493d648f70ee51f54aa53f8915418263ef6 Author: Laco Gubík Date: Mon Oct 25 21:06:28 2010 +0200 Updated Slovak translation po/sk.po | 1449 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 897 insertions(+), 552 deletions(-) commit ff1e76ae5227ed08f5cb4f2109434972f33b7941 Author: Javier Sánchez Date: Sat Oct 23 07:49:29 2010 +0200 Removed all references to gtk_widget_hide_all gtk_widget_hide_all was removed in the latest version of gtk+. Fixes bug #632954. src/eog-properties-dialog.c | 16 ++++++++-------- src/eog-thumb-nav.c | 16 ++++++++-------- src/eog-window.c | 6 +++--- 3 files changed, 19 insertions(+), 19 deletions(-) commit ea9e37e7dd01bf7f1b7b50472b250a41a758f63b Author: Javier Sánchez Date: Sat Oct 23 07:57:55 2010 +0200 Completely replaced references to GtkComboBoxText widget. Fixes bug #632608. src/eog-print-image-setup.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 39509447bb071829f2df49ba3dee2fd9a4dbd16c Author: Carles Ferrando Date: Sat Oct 23 01:04:20 2010 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 518 ++++++++++++++++++++++++++++++----------------------- 1 files changed, 295 insertions(+), 223 deletions(-) commit 5c2ac1c49f66731b9c78b9baa44fe38fef5fe480 Author: Gheyret T.Kenji Date: Thu Oct 21 18:25:46 2010 +0200 Added UG translation po/ug.po | 1950 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 1413 insertions(+), 537 deletions(-) commit d6cf404307d69c148a8b8f78ac0d59582882f4ff Author: Matthias Clasen Date: Wed Oct 20 18:21:50 2010 +0200 Handle combobox text API going away The combobox text convenience API is replaced by a GtkComboBoxText widget in gtk-3. Fixes bug 632608. src/eog-print-image-setup.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 608ef5240e87c4d0e182e7748698e2c298ec00c8 Author: Felix Riemann Date: Wed Oct 20 18:17:43 2010 +0200 Make print preview use the "draw"-signal instead of "expose-event" src/eog-print-preview.c | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) commit 7271873d66ba42edc1e635d56d1821ba997f5588 Author: Aron Xu Date: Wed Oct 20 16:54:38 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 543 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 294 insertions(+), 249 deletions(-) commit 9e704e7ecbbfe603c38f90508a63411adaf86dc4 Author: Jakob Kramer Date: Tue Oct 19 19:30:44 2010 +0200 [i18n] Updated German translation po/de.po | 351 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 189 insertions(+), 162 deletions(-) commit 02e02c72c660a9db79e791458dd4cae5ad766348 Author: Felix Riemann Date: Mon Oct 18 22:36:41 2010 +0200 Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)