commit e907a66fe372e7aedcaa865eaf272ea8238fd7c0 Author: Luciana Fujii Pontello Date: Wed Mar 9 18:57:25 2011 -0300 libcheese: Change cheese gir version to 3.0 Since Cheese-1.0.gir to Cheese-3.0.gir to match Cheese's version. M libcheese/Makefile.am commit f4c74a2c1dfc3df5d751aa3aeb36193ba5c332b9 Author: Luciana Fujii Pontello Date: Wed Mar 9 18:51:33 2011 -0300 libcheese: Re-add introspection with right include dir Re-add gobject-introspection with include dir for g-i M Makefile.am M configure.ac M libcheese/Makefile.am commit 42bc04f9b54b76acc3ecd134bd88a4a2469b3b94 Author: Luciana Fujii Pontello Date: Wed Mar 9 18:26:52 2011 -0300 Revert "Add introspection support to build system" This reverts commit 54bf60feb4416e979548ad7c264669a92c300f78. M Makefile.am M configure.ac M libcheese/Makefile.am commit 7a44c1e2459bbe557ea49cd3c114a639b38eb1c9 Author: daniel g. siegel Date: Wed Mar 9 22:00:57 2011 +0100 update NEWS file M NEWS commit 93b23a8d08b7e154eaddf7fb9f8dc38b7c19af92 Author: Luciana Fujii Pontello Date: Wed Mar 9 17:55:17 2011 -0300 configure.ac: Version bump to 2.91.91 M configure.ac commit 5c5baf856cfa6ead86deffb79fe5e38f39c13ed5 Author: daniel g. siegel Date: Wed Mar 9 21:49:31 2011 +0100 update maintainer.sh tool to work with new autofoo syntax M tools/maintainer.sh commit 353077775b8d5560c1458a1e9850e7d470cc26ab Author: Luciana Fujii Pontello Date: Mon Feb 28 21:40:13 2011 -0300 cheese-camera: Unsetting preview-caps after photo After taking a photo to pixbuf, we set preview-caps to NULL so regular photo doesn't send the preview message. M libcheese/cheese-camera.c commit 62b877fd4d97a515406745abeed7993bad2a8ab0 Author: Luciana Fujii Pontello Date: Sat Jan 29 23:40:20 2011 -0200 cheese-camera: Fixing take_photo_pixbuf Method cheese_camera_take_photo_pixbuf was not working. Now it is implemented using camerabin's features. We set preview-caps in camerabin and get the buffer for the photo via message on the bus. Signals are now only emitted if the capture was successful. M libcheese/cheese-camera.c commit 9dd4f412ed9f77842e6280201b7aff711cd3d044 Author: Luciana Fujii Pontello Date: Wed Jan 26 17:53:52 2011 -0200 cheese-camera: Set video recording options Set encoding and multiplexing options. M libcheese/cheese-camera.c commit 364fb9316a5bb1dd7c396c932f3dc5ba9d9bc5a1 Author: Laura Lucas Alday Date: Tue Jan 25 19:06:20 2011 -0300 svg overlay effects can now be added M libcheese/cheese-camera.c M src/cheese-window.vala commit 467ec12c1a22b266ad2ee5186e962b9638434e04 Author: Luciana Fujii Pontello Date: Thu Jan 20 17:12:02 2011 -0200 cheese-camera: Set filter-caps property Set filter-caps property to avoid camerabin default of video/x-raw-yuv format=(fourcc)I420. M libcheese/cheese-camera.c commit 128c9551dde3ceb9990ae274447c427f26912df5 Author: Luciana Fujii Pontello Date: Wed Jan 19 16:11:51 2011 -0200 cheese-camera: Enabling source color conversion Setting the flag to enable color conversion on video source. Flags names were also redefined to allow code readability. M libcheese/cheese-camera.c commit 24a0f51195b918843491d289cac5076dbebf0c3a Author: Luciana Fujii Pontello Date: Tue Jan 18 17:19:42 2011 -0200 cheese-camera: Setting resolution in camerabin Cheese was using a capsfilter after video source to configure the desired resolution for pictures and video. We now use the camerabin signal set-video-resolution-fps to set desired resolution. M libcheese/cheese-camera.c commit 84e96bf851429fe29caa00ee713f7992886e4c7e Author: Luciana Fujii Pontello Date: Tue Jan 18 15:52:46 2011 -0200 cheese-camera: Removing height and width defaults Camerabin has video-capture defaults that can cause not-negotiated errors or set resolution to values that are not the requested by the user. Setting them to zero we allow the resolution to be negotiated. M libcheese/cheese-camera.c commit 811c584dc5d98a89009f8f0b646a519eac500f0e Author: Luciana Fujii Pontello Date: Mon Jan 17 16:34:46 2011 -0200 cheese-camera: Creating a separate effects_preview_bin Create a effects_preview_bin that will hold all elements related to effects live preview. This bin is added to video_filter_bin, the same bin that contained those elements directly before. M libcheese/cheese-camera.c commit 3fe1ef9750a7335acd5a33e6dbb4a30fc51fa985 Author: Luciana Fujii Pontello Date: Tue Jan 11 13:54:31 2011 -0200 cheese-camera: Use camerabin as pipeline base Changed Cheese-Camera to use camerabin as its base. Camerabin implements view-finder, image capture and video recording. Applying effects is not working at the moment. M libcheese/cheese-camera.c commit 354064911547563b326f475d16e2f9657b56a5fb Author: Luciana Fujii Pontello Date: Mon Mar 7 17:30:39 2011 -0300 cheese-camera: Remove trailing spaces M libcheese/cheese-camera.c commit abeb821502aba14fb212b2868eb9628814b0aab8 Author: Piotr Drąg Date: Wed Mar 9 21:34:54 2011 +0100 Updated Polish translation M po/pl.po commit 54bf60feb4416e979548ad7c264669a92c300f78 Author: Luciana Fujii Pontello Date: Tue Feb 22 18:55:33 2011 -0300 Add introspection support to build system M Makefile.am M configure.ac M libcheese/Makefile.am commit 4ac659e37f90da8308c470d28fef9dfce598ff52 Author: Luciana Fujii Pontello Date: Wed Mar 9 16:57:22 2011 -0300 cheese-camera-device: Add introspection annotation M libcheese/cheese-camera-device.c commit 72be4dff0c8350c5ce4126e6d5dd7b6fd05c193b Author: Luciana Fujii Pontello Date: Tue Feb 22 16:12:48 2011 -0300 cheese-camera: Fix wrong parameter name in setup Method cheese_camera_setup was declared with parameter udi in header file and parameter id in C file. Both now are called id. M libcheese/cheese-camera.h commit b305b628c7d73a61fbbe4fd34a87cdf4d1a4e60c Author: Luciana Fujii Pontello Date: Fri Jan 28 18:16:47 2011 -0200 cheese-camera: Added gobject-instrospection annotation M libcheese/cheese-camera.c commit 0ed5fdfe6e527ad671ae109162bf7c6cc5fb3dc2 Author: Bruce Cowan Date: Wed Mar 9 19:08:33 2011 +0000 Updated British English translation M po/en_GB.po commit f4401f9ca7c7fe359cadd5b7e262a20a1dae4c99 Author: Piotr Drąg Date: Wed Mar 9 18:49:02 2011 +0100 Updated Polish translation M po/pl.po commit 6afba63e22c40e5d7aec7a093df453a455c6e180 Author: Matej Urbančič Date: Wed Mar 9 17:37:16 2011 +0100 Updated Slovenian translation M po/sl.po commit 24c6bcf91de4bd7b2d7350efea5e4a56a0efb94a Author: Daniel Korostil Date: Wed Mar 9 17:20:22 2011 +0200 Uploaded Ukranian M po/uk.po commit 3a32f842a5a149e1f4e44a69919619c3f7ff95d5 Author: Gabor Kelemen Date: Wed Mar 9 09:37:47 2011 +0100 Updated Hungarian translation M po/hu.po commit aa4a1fd8d349c178cb640b0ab5416648ac06748c Author: Kjartan Maraas Date: Tue Mar 8 14:40:58 2011 +0100 Updated Norwegian bokmål translation M po/nb.po commit e041d60467208a2839efafc4f097f25afcb579de Author: Daniel Nylander Date: Tue Mar 8 08:25:33 2011 +0100 Updated Swedish translation M po/sv.po commit 57cfb651970a4a03d0b60067c45df60875370be3 Author: Yuri Myasoedov Date: Mon Mar 7 23:24:00 2011 +0300 Updated Russian translation M po/ru.po commit 586d04d91e689bd2e14843879b057f245feda09a Author: Luciana Fujii Pontello Date: Thu Mar 3 16:00:32 2011 -0300 doc: Add cheese libs to doc linking Generation of doc will fail if we don't link to CHEESE_LIBS. M docs/reference/Makefile.am commit 2e67fae9b1e46e54a44ce9690ce5b6c042455f6d Author: Luciana Fujii Pontello Date: Mon Mar 7 16:21:03 2011 -0300 configure.ac: Changing required versions Cheese works with older version of clutter, gtk, gdk and libgnomedesktop. M configure.ac commit 0c5a272068c32965ab76a01f19e86b6deecb119a Author: Daniel Mustieles Date: Mon Mar 7 19:16:12 2011 +0100 Updated Spanish translation M po/es.po commit 0a4023ee979c68861fd63c4e4eee3e1e018a998c Author: Murray Cumming Date: Fri Feb 25 19:47:58 2011 +0100 Avoid GtkIconView warnings. * src/thumbview/cheese-thumb-view.c: Move some code from our GObject::init implementation to GObject::constructed, to avoid GtkIconView warnings. See bug #643286 M src/thumbview/cheese-thumb-view.c commit dd6eb3b6f0784603cdd744931afb72a19204398d Author: Murray Cumming Date: Fri Feb 25 17:49:37 2011 +0100 CheeseCamera: Avoid crash when gst_*_message_parse() fails. * libcheese/cheese-camera.c: cheese_camera_bus_message_cb(): Sometimes the GstMessage's internal structure seems to not be for a warning message, even when GST_MESSAGE_TYPE() says that it is. We should generally check the err before dereferencing it anyway, and that prevents this from crashing cheese. This happens when stopping video recording. The video is saved anyway. M libcheese/cheese-camera.c commit 5b2b5725e5f704d23ab54b4283760d2f943805be Author: Patricia Santana Cruz Date: Fri Feb 25 15:29:19 2011 +0100 Replaced expose_event in callback with draw_event M libcheese/cheese-flash.c commit f9a59691fabc9977d2dcc31bfea5f32514ede158 Author: Patricia Santana Cruz Date: Fri Feb 25 15:18:31 2011 +0100 Removed has-separator property for Gtk.Dialog M data/cheese-prefs.ui commit 1f223755dda26e2b148b4b1f6e23ae9dccde228c Author: Patricia Santana Cruz Date: Fri Feb 25 14:42:59 2011 +0100 Gtk,StyleContext for v/hscrollbar is working now M src/cheese-window.vala commit 79a7c915132efbd776b58bfaaf8d4958e8f2ac4f Author: Murray Cumming Date: Fri Feb 25 13:22:35 2011 +0100 CheeseWindow: Connect to the correct CheeseCamera signal. * src/cheese-window.vala: Connect to state-flags-changed, not state-changed, which does not exist and which caused a runtime warning. * src/vapi/cheese-common.vapi: Correct the signal name here by hand, because I do not know how to properly regenerate this file. Presumably the generator used the (previously incorrect) default signal handler name to guess the name of the signal. For me, this allows us to actually respond when the camera device becomes ready, so I can actually take a picture. M src/cheese-window.vala M src/vapi/cheese-common.vapi commit 790dbad849fbf567030c289b733254495e396794 Author: Murray Cumming Date: Fri Feb 25 12:59:24 2011 +0100 CheeseCamera: Rename a default signal handler, for clarity. * libcheese/cheese-camera.[h|cc]: Rename the default signal handler for the state-flags-changed signal from state_changed to state_flags_changed, to make the code clearer. Rename the enum ID for this signal likewise. This should also help any language bindings that offer the ability to override the default signal handler, because they will assume that the name matches. M libcheese/cheese-camera.c M libcheese/cheese-camera.h commit 80c63ed10ae2e63b3f089e861c08c75f955c8651 Author: Patricia Santana Cruz Date: Thu Feb 24 15:44:21 2011 +0100 Removed unnecessary if{} in local_command_line() D data/gtkrc M src/cheese-main.vala commit 5299866beae833b020fdaf69da800a5a962bda56 Author: Patricia Santana Cruz Date: Thu Feb 24 14:47:18 2011 +0100 Initialized GStreamer M src/cheese-main.vala commit 1bd0a24d90770c8757491454d261fab1401dc83d Author: Patricia Santana Cruz Date: Thu Feb 24 14:41:53 2011 +0100 Enabled command line arguments in primary instance. Restructered local_command_line() vfunc in order to let the primary instance process command line arguments. M src/cheese-main.vala commit 35e01b4d4f289b4a09829a361a6281bdb6421b34 Author: Patricia Santana Cruz Date: Fri Feb 18 14:40:12 2011 +0100 Replaced GtkRcStyle with GtkStyleContext M data/Makefile.am M data/cheese.css M src/cheese-main.vala M src/cheese-window.vala M src/thumbview/eog-thumb-nav.c commit d5a9e53f890cd718301d095cbb01860f24d8d838 Author: Patricia Santana Cruz Date: Thu Feb 17 18:08:39 2011 +0100 Replaced gtkrc file with CSS file Still testing. A data/cheese.css commit d777218c196b88e462949ded611abd1a11bd7773 Author: Patricia Santana Cruz Date: Wed Feb 16 19:15:03 2011 +0100 Replaced deprecated symbols M data/cheese-main-window.ui M libcheese/cheese-avatar-chooser.c M libcheese/cheese-camera.c M libcheese/cheese-flash.c M libcheese/cheese-widget.c M src/cheese-main.vala M src/cheese-window.vala M src/thumbview/cheese-thumb-view.c M src/thumbview/eog-thumb-nav.c commit 6da0fdeaac3a394c4c45a5d54b2e04a2330b6035 Author: Patricia Santana Cruz Date: Thu Feb 3 11:50:13 2011 +0100 Migrated from libunique to GtkApplication M src/cheese-main.vala commit 2432cefe4965b6ad4ed0c9a4557fda7f8137c932 Author: Patricia Santana Cruz Date: Thu Feb 3 11:48:46 2011 +0100 Corrected package names and versions. M configure.ac M src/Makefile.am commit 8d41bf9a2767744afd0089ac13346c4ed9152bc3 Author: Patricia Santana Cruz Date: Wed Feb 9 15:13:44 2011 +0100 Replaced some deprecated symbols Replaced Gtk.STOCK_*, Gtk.Widget.hide_all() and Gtk.Widget.size_request(). M src/cheese-preferences.vala M src/cheese-window.vala commit a39b7c300e580dddccd8886301f76ac36d1aa1fe Author: Bastien Nocera Date: Tue Feb 1 01:23:15 2011 +0000 cheese-widget: Port to GTK+ 3.x M libcheese/cheese-widget.c commit 1924deee6febe56e20844867cb93751f0bdb3296 Author: Bastien Nocera Date: Tue Feb 1 01:14:12 2011 +0000 cheese-flash: Port to GTK+ 3.x M libcheese/cheese-flash.c commit 7aa7fbb952073d263bc6d7dbfe8d71aed7cfb753 Author: Bastien Nocera Date: Tue Feb 1 01:13:44 2011 +0000 um-crop-area: Update from gnome-control-center for GTK+ 3.x porting. https://bugzilla.gnome.org/show_bug.cgi?id=641100 M libcheese/um-crop-area.c M libcheese/um-crop-area.h commit 824bec2c102903e3339aadc670729618b7a9490f Author: Chris Kühl Date: Tue Feb 1 17:16:51 2011 +0100 Version bumps for gtk3 in configure.ac and src/Makefile.am M configure.ac M src/Makefile.am commit c315985f55977b91727eb787aec8c633a200aace Author: Duarte Loreto Date: Sun Mar 6 17:49:12 2011 +0000 Updated Portuguese translation M po/pt.po commit 480d9b332f8fc03e3b71751918bdc1b8993fc056 Author: Rudolfs Mazurs Date: Sat Mar 5 15:21:16 2011 +0200 Updated Latvian translation. M po/lv.po commit b24dddccbb638e22343d3824e263234f6ca48bd0 Author: Manoj Kumar Giri Date: Wed Mar 2 14:51:30 2011 +0530 Updated Oriya Translation M po/or.po commit 7f89db4985840014c6d4a85005723c7b10bef265 Author: Manoj Kumar Giri Date: Wed Mar 2 11:20:16 2011 +0530 Updated Oriya Translation M po/or.po commit d1ef822b821bdf0134da13321efba6e2d3765842 Author: ben Date: Tue Mar 1 12:16:31 2011 +0000 [l10n] Update Simplified Chinese translation. M po/zh_CN.po commit ec8140531c3f7b1ddb2572f70c49e0e442a19234 Author: Gil Forcada Date: Tue Mar 1 00:26:45 2011 +0100 [l10n] Updated Catalan translation M po/ca.po commit 850dd740eb972bff8e7e83e9c27836a3479949f1 Author: Changwoo Ryu Date: Fri Feb 25 13:05:33 2011 +0900 Updated Korean translation M po/ko.po commit ff27ee3b7ea5d3f4bbf1040c68263f51d78c729a Author: Changwoo Ryu Date: Sat Oct 9 03:08:30 2010 +0900 Updated Korean translation M po/ko.po commit a7d2fe562a320e776ecb8d2506f26f4aa49f975a Author: Daniel Korostil Date: Mon Feb 21 16:40:36 2011 +0200 Uploaded Ukranian M po/uk.po commit 63805ab0720d3edc83c2333cbd610b29b711ea99 Author: Jorge González Date: Sun Feb 20 18:27:13 2011 +0100 Updated Spanish translation M help/es/es.po commit 12c2229e99482e79c3d0ea9f6b2db86eb915c8fe Author: Javier Jardón Date: Sun Feb 6 23:25:33 2011 +0000 build: Use upstream gettext instead the glib one M configure.ac commit 807600a71748a15aa72bce4d7d5344a6e59e18a7 Author: Javier Jardón Date: Sun Feb 6 23:21:26 2011 +0000 build: Update autotools configuration M Makefile.am M autogen.sh M configure.ac commit cb6eee79de3da5d61cd240062e192f08cc6187b7 Author: Javier Jardón Date: Wed Feb 2 00:47:39 2011 +0000 build: Use AM_CPPFLAGS instead deprecated INCLUDES M docs/reference/Makefile.am M libcheese/Makefile.am M tests/Makefile.am commit 2c24ee4eb48fe6ca43850717484b0c51fc2555be Author: Bruno Brouard Date: Sun Feb 20 13:04:57 2011 +0100 Updated French translation M po/fr.po commit 3620e54f243c44225ddbe7d7b2660da88f4d6ba1 Author: Runa Bhattacharjee Date: Fri Feb 18 14:05:48 2011 +0530 Updated Bengali India Translation M po/bn_IN.po commit af1d77f9109b863e1aaad38f2d05f7b9b0d92389 Author: Xandru Armesto Date: Thu Feb 17 18:08:47 2011 +0100 Updating Asturian translation M po/ast.po commit b23901dea6962f87ba77f94f805b22f1c5eff1f5 Author: Abduxukur Abdurixit Date: Fri Feb 11 19:21:16 2011 +0100 Added UG translation M po/ug.po commit 9ca1d8c1775ca0dbc0f87da0f6e33b814b663761 Author: Friedel Wolff Date: Mon Feb 7 07:48:01 2011 +0200 Updated translation for Afrikaans (af) M po/af.po commit 099e9b004684b95d96787fefe21e64aca85c4f8f Author: Luciana Fujii Pontello Date: Fri Feb 4 00:34:18 2011 -0200 cheese-window: Fix vala syntax problem Cheese wasn't compiled by latest java because of this array construction. Changing it to a proper array we avoid the compiling problem. Fixes bug #639276. M src/cheese-window.vala commit 9e8adad6f9f0103e75082642bfc6d951d956d498 Author: Khaled Hosny Date: Fri Feb 4 00:34:23 2011 +0200 Updated Arabic translation M po/ar.po commit c7c465a3c0a275de3aa7779a3c1c95b83df0ecb6 Author: Мирослав Николић Date: Thu Feb 3 20:14:40 2011 +0100 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 7fa7aa7b7359e4db61d778988713f811439ec383 Author: A S Alam Date: Thu Feb 3 08:09:49 2011 +0530 update Punjabi Translation by A S Alam M po/pa.po commit f12c94c7e997f7fd7949640bd04dcda0cd12abc4 Author: daniel g. siegel Date: Tue Feb 1 00:45:28 2011 +0100 post release version bump M configure.ac