commit 3627e72b26bc5404546068bd2db6b42e90a2a2f4 Author: Cosimo Cecchi Date: Tue Jun 14 10:29:19 2011 -0400 release: prepare for 3.1.2 NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 56 insertions(+), 2 deletions(-) commit 139ed92f0f4d5ba289f8ab51affd5cdd0d17ec29 Author: Daniel Nylander Date: Tue Jun 14 07:20:30 2011 +0200 Updated Swedish translation po/sv.po | 961 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 669 insertions(+), 292 deletions(-) commit 216f91a99d90a343fe053e8d419ded8ef5362d5b Author: Marek Černocký Date: Tue Jun 14 00:55:35 2011 +0200 Updated Czech translation po/cs.po | 617 +++++++++++++++++--------------------------------------------- 1 files changed, 169 insertions(+), 448 deletions(-) commit 781f67818a046638c877540cbe3f0a7540144015 Author: Cosimo Cecchi Date: Mon Jun 13 17:37:02 2011 -0400 screenshot: make the flash duration a bit shorter gnome-screenshot/cheese-flash.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6576afc3c60d0f84be97f99a455de90d8e3b7144 Author: Cosimo Cecchi Date: Mon Jun 13 17:36:02 2011 -0400 screenshot: refactor window rect code Separate the common parts into functions which can be used by both get_pixbuf() and get_window_rect() methods. gnome-screenshot/screenshot-utils.c | 86 ++++++++++++++++------------------- 1 files changed, 39 insertions(+), 47 deletions(-) commit 84d761289747446c9851daeb3e0206a077b233a5 Author: William Jon McCann Date: Mon Jun 13 17:06:33 2011 -0400 Flash the area of the screen that is captured This is really useful to indicate that something happened when audio effects are disabled and to give feedback on what area was captured. https://bugzilla.gnome.org/show_bug.cgi?id=652311 gnome-screenshot/Makefile.am | 2 + gnome-screenshot/cheese-flash.c | 313 +++++++++++++++++++++++++++++++++++ gnome-screenshot/cheese-flash.h | 52 ++++++ gnome-screenshot/gnome-screenshot.c | 15 ++- gnome-screenshot/screenshot-utils.c | 54 ++++++ gnome-screenshot/screenshot-utils.h | 2 + 6 files changed, 437 insertions(+), 1 deletions(-) commit 96fdffb484c3b7c7a68d43f78dc2554d0d7a84d3 Author: Mario Kemper Date: Mon Jun 13 16:27:05 2011 -0400 screenshot: don't ignore typed-in location https://bugzilla.gnome.org/show_bug.cgi?id=579232 gnome-screenshot/screenshot-dialog.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 18a88aa628382382e5aa22bb45752e7bd0c0bfee Author: Cosimo Cecchi Date: Mon Jun 13 16:17:13 2011 -0400 screenshot: don't segfault when taking a window picture with no delay Add a timeout as a workaround. https://bugzilla.gnome.org/show_bug.cgi?id=597435 gnome-screenshot/gnome-screenshot.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit fd3881a80457b3b9115336b47f9894dd2e1dd2a4 Author: Cosimo Cecchi Date: Mon Jun 13 15:36:11 2011 -0400 man: remove a leftover line https://bugzilla.gnome.org/show_bug.cgi?id=599358 gnome-screenshot/gnome-screenshot.1 | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 9b7bf4ae9ad8cc013e9f030c5da33fa6dd628ba9 Author: Cosimo Cecchi Date: Mon Jun 13 15:32:37 2011 -0400 man: fix a typo https://bugzilla.gnome.org/show_bug.cgi?id=636157 gnome-screenshot/gnome-screenshot.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 319fb9a41c52d74f979bda24689f88f89be4b715 Author: William Jon McCann Date: Fri Jun 10 14:44:39 2011 -0400 Change name to Screenshot Take is a bit strange to have in a name. gnome-screenshot/gnome-screenshot.desktop.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 97fa8de56400ba7a48b32df126da754f97d5112b Author: William Jon McCann Date: Fri Jun 10 14:39:37 2011 -0400 Use XDG Pictures directory by default This is especially important now that we don't really have a desktop. https://bugzilla.gnome.org/show_bug.cgi?id=570231 gnome-screenshot/gnome-screenshot.c | 24 +++++++----------------- 1 files changed, 7 insertions(+), 17 deletions(-) commit a8fdd9a767ec6523476fdaf590ad373cba670344 Author: William Jon McCann Date: Fri Jun 10 14:25:23 2011 -0400 Increase the size of the filename entry To accomodate at least the timestamp. https://bugzilla.gnome.org/show_bug.cgi?id=565907 gnome-screenshot/gnome-screenshot.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 83fdccac9de0686ffd4c21fc8291a41dd7579de7 Author: William Jon McCann Date: Fri Jun 10 14:20:46 2011 -0400 Don't use window title in default filenames Now that we have the timestamp it isn't needed to help make the filename unique. It makes the filename really really long and makes the window snaps inconsistent from the area and full screen ones. This makes it a bit harder to edit name name if necessary in the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=565907 gnome-screenshot/gnome-screenshot.c | 36 ++++++---------------------------- 1 files changed, 7 insertions(+), 29 deletions(-) commit 58efa234daaaf7a4b7ef5429f95971eaff9b0da1 Author: William Jon McCann Date: Fri Jun 10 14:13:36 2011 -0400 Add a timestamp to screenshot filenames by default This is useful for correct ordering of sequences, unique filename generation regardless of target directory, and information recording. https://bugzilla.gnome.org/show_bug.cgi?id=565907 gnome-screenshot/gnome-screenshot.c | 22 +++++++++++++++++----- 1 files changed, 17 insertions(+), 5 deletions(-) commit c1f39ad2cf0564f6509ed402065be8563b996a87 Author: Tommi Vainikainen Date: Fri Jun 10 11:20:03 2011 +0300 Updated Finnish translation po/fi.po | 1729 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 882 insertions(+), 847 deletions(-) commit e6a0cc89b34786ac4e0e48c59c64178afc26efa1 Author: Emmanuele Bassi Date: Thu Jun 9 17:17:54 2011 +0100 Remove G_CONST_RETURN usage See GLib bug: https://bugzilla.gnome.org/show_bug.cgi?id=644611 The macro is going to be deprecated soon. gnome-dictionary/libgdict/gdict-client-context.c | 4 ++-- gnome-dictionary/libgdict/gdict-client-context.h | 4 ++-- gnome-dictionary/libgdict/gdict-context.c | 18 +++++++++--------- gnome-dictionary/libgdict/gdict-context.h | 18 +++++++++--------- gnome-dictionary/libgdict/gdict-defbox.c | 6 +++--- gnome-dictionary/libgdict/gdict-defbox.h | 6 +++--- gnome-dictionary/libgdict/gdict-source-loader.c | 4 ++-- gnome-dictionary/libgdict/gdict-source-loader.h | 4 ++-- gnome-dictionary/libgdict/gdict-source.c | 8 ++++---- gnome-dictionary/libgdict/gdict-source.h | 8 ++++---- gnome-dictionary/libgdict/gdict-speller.c | 4 ++-- gnome-dictionary/libgdict/gdict-speller.h | 4 ++-- gnome-dictionary/src/gdict-sidebar.c | 2 +- gnome-dictionary/src/gdict-sidebar.h | 2 +- 14 files changed, 46 insertions(+), 46 deletions(-) commit 8032d114e84efb55b2c9a5c4f9471e1c193602e5 Author: Carles Ferrando Date: Sun May 29 18:44:17 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 1751 +++++++++++++++++++++++++++-------------------------- 1 files changed, 893 insertions(+), 858 deletions(-) commit de6a4eec28269c9e95230e5ea6162c8a88b1b98b Author: Kristjan SCHMIDT Date: Tue May 24 18:01:57 2011 +0200 Updated Esperanto translation po/eo.po | 1726 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 794 insertions(+), 932 deletions(-) commit 7d4bafc09935eea390c9ff74ede23069c75ef158 Author: Dennis Cranston Date: Mon May 23 22:16:19 2011 -0700 Bugs 649016 & 647072 Unable to open folders. Segfault on window close. Patches contributed by Edward Sheldrake. gsearchtool/ChangeLog | 12 ++++++++++++ gsearchtool/gsearchtool-support.c | 1 - .../libgnomeui-deprecated/gsearchtool-entry.c | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) commit 007462e33a38584eb2cd352647c9414f6b3bff6d Author: Sebastien Bacher Date: Mon May 23 16:04:42 2011 +0200 Requires the right gtk version (#650860) gnome-dictionary/libgdict/gdict-1.0.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7638eef0ea12cd9deecf3aec9de138a81a3e4b3a Author: Bruno Brouard Date: Sat May 14 22:19:20 2011 +0200 Updated French doc translation gsearchtool/help/fr/fr.po | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-)