commit 75fe94c2b57e01a34247cd298940db2133dd3b72 Author: Filippo Argiolas Date: Tue Feb 23 09:49:40 2010 +0100 Update NEWS file for 2.29.91 M NEWS commit 1747683289765a357bf7b74507960d58ad2f4bbd Author: Filippo Argiolas Date: Tue Feb 23 09:34:16 2010 +0100 docs: disable gtkdoc-check Disable gtk docs coverage check until I figure out how to make it not fail distcheck (or I write missing docs). M docs/reference/Makefile.am commit 7a8d69dcd688aea4a9f887f1c6c3294cf7e7f434 Author: Filippo Argiolas Date: Tue Feb 23 09:28:35 2010 +0100 libcheese: update soname version numbers Removed a couple of signals and added some new symbol. Why did we start versioning from 17:0:0 and not from 0:0:0? M configure.ac commit ebdfac15796c8bf6431a31268581a3ba4f07ff3c Author: Filippo Argiolas Date: Mon Feb 22 22:15:07 2010 +0100 build: borrow marshal generation rules from clutter I took the mkenum rules, let's take this too. Thanks Emmanuele. A Makefile.am.marshal M libcheese/Makefile.am commit 5d9cc65593e976c17d68e2c573be139950a366ed Author: Filippo Argiolas Date: Sun Feb 21 22:55:42 2010 +0100 Post release (a bit late) version bump M configure.ac commit 84b8e1a76a04d88b158b60d5b4dd34483135ee86 Author: Filippo Argiolas Date: Sun Feb 21 21:59:56 2010 +0100 window: restore the infobar Restore the infobar temporarily removed while reorganizing cheese-window.c. Use it to display generic camera initialization errors instead of just the no-device one. M src/cheese-no-camera.c M src/cheese-no-camera.h M src/cheese-ui.h M src/cheese-window.c commit 325e3390cb658357be3558aaf3dd212da02433be Author: Filippo Argiolas Date: Sun Feb 21 21:58:43 2010 +0100 ui: make room for the infobar Add an alignment to the main vbox to contain the infobar M data/cheese.ui commit 92fc3cd2574be500c8958dac4093e644bbcab199 Author: Filippo Argiolas Date: Sun Feb 21 21:34:31 2010 +0100 avatar-chooser: update to reflect the new api M libcheese/cheese-avatar-chooser.c commit 3dbd5ff54ee7b3031462cc767ac5b174eb9aab93 Author: Filippo Argiolas Date: Sun Feb 21 21:11:56 2010 +0100 widget: turn the widget into a basic state machine Get rid of "ready" and "error" signals and use a "state" property to keep track of the current widget state (none, ready, error). Users can now connect to the notify::state signal to get notified about state changes. If an error occurred (i.e. the widget is in the error state) users can call cheese_widget_get_error() to get a GError containing more details about what went wrong. A Makefile.am.enums M configure.ac M docs/reference/Makefile.am M libcheese/Makefile.am A libcheese/cheese-enum-types.c.in A libcheese/cheese-enum-types.h.in M libcheese/cheese-gtk.symbols M libcheese/cheese-widget.c M libcheese/cheese-widget.h commit d92b053c0bc0f6d27e539addea1d867c95c02951 Author: Filippo Argiolas Date: Sun Feb 21 10:32:25 2010 +0100 widget: propagate error message from cheese-camera Use error messages from CheeseCamera instead of a custom one in the "error" signal M libcheese/cheese-widget.c commit 5dfd316ea1930210f81aaa047ced75b8c454e214 Author: Filippo Argiolas Date: Sun Feb 21 10:31:26 2010 +0100 camera: add some return_if_fail here and there M libcheese/cheese-camera.c commit 58adc0214e3f1c43bd15ffdcb7a10bf6f023a8e2 Author: Filippo Argiolas Date: Fri Feb 19 21:12:13 2010 +0100 widget: show notebook pages before appending them As per GtkNotebook docs, it refuses to switch to a page unless the child widget is visible. So better to show them while constructing the widget instead of relying on the user to call a _show_all. M libcheese/cheese-widget.c commit d71cb48b6f0263c62cbb1563a644db9b75c522f8 Author: Daniel Nylander Date: Sun Feb 21 17:09:44 2010 +0100 Updated Swedish translation M po/sv.po commit e2df790e8aa7990bc01112731138f6d54b73c8b9 Author: Piotr Drąg Date: Sat Feb 20 22:13:37 2010 +0100 Updated Polish translation M po/pl.po commit b723f2e0fc6fab2667176fdc44c7a037b8c0ab41 Author: Wolfgang Stöggl Date: Sat Feb 20 15:59:42 2010 +0100 Updated German translation M po/de.po commit eda98127320e9e1d60d45f8edf552df62fd49821 Author: Fran Diéguez Date: Mon Feb 15 13:43:56 2010 +0100 Updated Galician Translation M po/gl.po commit 22a22ac95ead8188d8187f6606c617de0c3c9dfa Author: Chao-Hsiung Liao Date: Mon Feb 15 11:22:45 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit 767b3f011f1f4a9c91a09c8a7ad8dd45b290a5a5 Author: Lucian Adrian Grijincu Date: Sat Feb 13 00:01:52 2010 +0200 Update Romanian translation M po/ro.po commit 3143a81476f8653eff34759d01e2c4de1458ee40 Author: Bastien Nocera Date: Tue Feb 9 18:21:29 2010 +0000 Require gstreamer-plugins-base-0.10 So that the xoverlay interface is available M cheese-gtk.pc.in commit 2a16851e43cac594bf8983221411e19aa00082cd Author: Matthias Clasen Date: Tue Feb 9 15:46:59 2010 +0000 Update sensitivity of "move all to trash" https://bugzilla.gnome.org/show_bug.cgi?id=592663 M src/cheese-ui.h M src/cheese-window.c