commit 1304bf94c5be1a105c14037a8d96c726ae3c34d5 Author: David King Date: Tue Sep 17 08:03:55 2013 +0100 Update NEWS for 3.9.92 release M NEWS M configure.ac commit 4d5ceb9e994c11d0b67a09cce7d8ea912ae7bff6 Author: David King Date: Tue Sep 17 07:58:07 2013 +0100 Close the preferences if the action is disabled When shooting, the preferences action is disabled. If the preferences dialog is shown, the resolution and capture device can still be changed, so hide the dialog when the preferences action is disabled. M src/cheese-application.vala M src/cheese-preferences.vala commit 7ab9209f06b89f6f830169f1f3e4a2afda2c44aa Author: David King Date: Tue Sep 3 17:53:13 2013 +0100 Disable the preferences action while shooting Changing the resolution or camera device while recording can lead to a crash, so avoid the problem by disabling the preferences action whenever the mode change actions are disabled. Fixes bug 670782. M src/cheese-window.vala commit f6b6a7c1db07c9a4d2e7547129864b59a952f50e Author: Hans de Goede Date: Tue Sep 3 15:56:25 2013 +0200 Fix video recording with GStreamer >= 1.1.4 GStreamer >= 1.1.4 requires fully specifying the video-capture-source caps, otherwise Cheese prints this: (cheese:22606): cheese-WARNING **: Filter caps do not completely specify the output format: gstcapsfilter.c(348): gst_capsfilter_prepare_buf (): /GstCameraBin:camerabin/GstCapsFilter:videobin-capsfilter: Output caps are unfixed: video/x-raw, framerate=(fraction)30/1, width=(int)640, height=(int)480, format=(string){ YUY2, YV12, BGR, RGB, I420 }, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive and video-recording is broken. Fixes bug 707391. Signed-off-by: Hans de Goede M libcheese/cheese-camera.c commit 34e08c8a34dd17602aea3923c6234375a0a1de29 Author: Alexandre Franke Date: Sun Sep 15 21:32:51 2013 +0200 Update French translation M po/fr.po commit f654a5233989576577b7ef4d491668bf7447ccf2 Author: Ask H. Larsen Date: Sun Sep 15 18:43:38 2013 +0200 Updated Danish translation M po/da.po commit 1b6f428c55ee09b0269b6aa2342d5dfb6553451d Author: Ville-Pekka Vainio Date: Sat Sep 14 22:57:13 2013 +0300 Finnish translation update by Jiri Grönroos M po/fi.po commit 3a1685c8f9e02c87eba04473c09db32c8b26277a Author: Changwoo Ryu Date: Sat Sep 14 06:25:44 2013 +0900 Updated Korean translation M po/ko.po commit cf39859004d204181b613df5b2bd5c9a65321bb3 Author: Nilamdyuti Goswami Date: Thu Sep 12 14:30:12 2013 +0530 Assamese Translation Updated M po/as.po commit 40190adf163a3361490026a6d8bca9cba5f78992 Author: Rūdolfs Mazurs Date: Wed Sep 11 23:03:05 2013 +0300 Updated Latvian translation M po/lv.po commit 74de47918666085d65c7e8b0db9c35dd383e5d84 Author: Yuri Myasoedov Date: Mon Sep 9 15:55:38 2013 +0400 Updated Russian translation M po/ru.po commit 76d16a7b05ec64fb8c6aa806d195e3afb0c659e3 Author: David King Date: Sun Sep 8 12:20:55 2013 +0100 Skip loading effects with missing plugins If effects modules are missing, do not load them into EffectsManager to skip showing them in the UI. Fixes bug 702995. M src/cheese-effects-manager.vala commit d05da991bbcb1c00f2892dc7013d5d9b7e79e8d0 Author: Andika Triwidada Date: Sun Sep 8 17:05:14 2013 +0700 Updated Indonesian translation M po/id.po commit f7482e8efb39f2d00af7fe10f36dace0a1428a82 Author: Milo Casagrande Date: Sat Sep 7 19:28:48 2013 +0200 [l10n] Updated Italian translation. M po/it.po commit 9f265fb8c87d8553942cde003fec6979a9350856 Author: Мирослав Николић Date: Fri Sep 6 22:08:40 2013 +0200 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 0f6fc4fda8b8d8483eee6d640608bc61b2b0ba0f Author: Seán de Búrca Date: Tue Sep 3 14:27:34 2013 -0600 Updated Irish translation M po/ga.po commit 0b0a912f944fedd80b6c41c20174262702da9d30 Author: Elad Alfassa Date: Tue Sep 3 13:52:20 2013 +0300 Fix categories in .desktop file, bug 707373 gnome-software uses the desktop file categories to sort the applications it shows. This commit fixes the categories according to the freedesktop spec, so that Cheese will appear in the correct category. For more information: http://standards.freedesktop.org/menu-spec/latest/apa.html http://standards.freedesktop.org/menu-spec/latest/apas02.html M data/cheese.desktop.in.in commit be5f560d06029a1a612328a2c4c30a427563146f Author: Fran Diéguez Date: Tue Sep 3 12:49:23 2013 +0200 Drop wrong license lines from Galician translations for docs M help/gl/gl.po commit 320f8cbbd077e40e55046e454dc26b84e2721ad4 Author: Fran Diéguez Date: Tue Sep 3 02:12:32 2013 +0200 Added galician translations for docs M help/Makefile.am A help/gl/gl.po commit a873874d830e23e27900ca16b1c30129e074e895 Author: David King Date: Mon Sep 2 22:29:42 2013 +0100 Post-release version bump to 3.9.92 M configure.ac