commit 0cdff7f8fb7572e3ebdd8516e633b7672e341fda Author: Luciana Fujii Pontello Date: Mon Apr 25 19:21:14 2011 -0300 Updated NEWS file to version 3.0.1 M NEWS commit a9c8fd7d4f98edb660e0a620ad19e90fde377b90 Author: Luciana Fujii Pontello Date: Mon Apr 25 19:11:38 2011 -0300 configure: Bump cheese version to 3.0.1 M configure.ac commit aa3bcfd052b84736666227df784cc29796d1ee41 Author: Luciana Fujii Pontello Date: Mon Apr 25 18:57:07 2011 -0300 .gitignore: Added new test executables M .gitignore commit 36fde6d5f1b05b4465cb89abb93a8e1b0a38726a Author: Muhammet Kara Date: Sat Apr 23 12:50:19 2011 +0300 Updated Turkish translation M po/tr.po commit 3a664e61463a9a464d7eb5efc3c57ca27332b1eb Author: Inaki Larranaga Murgoitio Date: Wed Apr 20 19:13:49 2011 +0200 Updated Basque language M po/eu.po commit f7486d4579e25714bcd42fbf28da4e47ddb4393b Author: Luciana Fujii Pontello Date: Fri Apr 15 20:37:21 2011 -0300 cheese-test-flash: Quit when window is closed When the window was closed, cheese-test-flash would continue to run. Now the test quits when the window is closed. M tests/cheese-test-flash.c commit 1d36e4b4aa1d36942d0afad796953e3010fd4767 Author: Luciana Fujii Pontello Date: Tue Apr 19 14:50:44 2011 -0300 cheese-thumb-view: guard thread unsafe operations Cheese was crashing in gtk_icon_theme_load_icon because there were operations that are not thread safe that were done before gdk_threads_enter. M src/thumbview/cheese-thumb-view.c commit c6103bfb508fb6cf6f67d24815dd344d60f33bc1 Author: Arash Mousavi Date: Mon Apr 18 22:57:04 2011 +0430 Updated Persian translation M po/fa.po commit c6adf013a6a915de675eebf55aba8e95623971f4 Author: Wouter Bolsterlee Date: Thu Apr 14 19:58:49 2011 +0200 Updated Dutch translation by Wouter Bolsterlee M po/nl.po commit 6661a490798fca768fbd2d58b95447c280409f8d Author: Lucas Rocha Date: Sun Apr 3 20:34:05 2011 +0100 lib: fix leaks and simplify cheese_fileutil_get_new_media_filename M libcheese/cheese-fileutil.c commit 3ba35fcaa3bfa6fada6583b86fa09cb51c805791 Author: Lucas Rocha Date: Sun Apr 3 16:01:44 2011 +0100 lib: properly prefix photo/video suffix constants in cheese namespace If this is part of the public API, it should be prefixed accordingly. M libcheese/cheese-fileutil.c M libcheese/cheese-fileutil.h M src/thumbview/cheese-thumb-view.c commit ff22b469172f0bcd224a8423f61f825e97485310 Author: Lucas Rocha Date: Sun Apr 3 15:46:10 2011 +0100 lib: move glib-object.h before G_BEGIN_DECLS in cheese-fileutil.h Fixes a build warning about implicit declaration. M libcheese/cheese-fileutil.h commit ddcb5eb2dfb09a62d17ae38de51d6b9f3b7ef2e5 Author: Lucas Rocha Date: Sun Apr 3 15:30:38 2011 +0100 lib: return const char * when getting photo/video paths Update all uses of both methods accordingly. M libcheese/cheese-fileutil.c M libcheese/cheese-fileutil.h M src/thumbview/cheese-thumb-view.c M src/thumbview/cheese-thumb-view.h commit 98d0494020b3ab4b5aebbc069683813950c72c9e Author: Lucas Rocha Date: Sun Apr 3 15:29:09 2011 +0100 lib: no need to declare variable to retun photo/video paths M libcheese/cheese-fileutil.c commit a6c793c0769189b352a7ceb511d34eb2f329c58a Author: Lucas Rocha Date: Fri Apr 1 23:39:01 2011 +0100 lib: add some missing introspection annotations in cheese-camera M libcheese/cheese-camera.c commit 2caab2ee9fe2a2e13b767ed2110ad8cf8a607d77 Author: daniel g. siegel Date: Fri Apr 8 23:30:58 2011 +0200 set default value for saturation to 1, fixes bug #647228 the default value was set to 0, which is no saturation (range is between 0 and 2) M data/org.gnome.Cheese.gschema.xml