commit d27e998f05a4adb069edfeb266d52458bfce149b Author: David King Date: Mon Aug 18 21:51:16 2014 +0100 Update NEWS for 3.13.90 release M NEWS M configure.ac commit 66c1f3550a70bc3020eb75289877f34578a8b788 Author: David King Date: Mon Aug 18 21:34:44 2014 +0100 Add simple service client example M .gitignore M Makefile.am A tests/test-service-client.c commit ae5bb440408a2a3524675a280bc3cf458d7da259 Author: David King Date: Mon Aug 18 17:27:07 2014 +0100 Import basic camera D-Bus service M .gitignore A COPYING.GPL3 M Makefile.am M configure.ac A data/org.gnome.Camera.service.in A data/org.gnome.Camera.xml A service/gc-application.c A service/gc-application.h A service/gc-camera-client.c A service/gc-camera-client.h A service/gc-camera-manager.c A service/gc-camera-manager.h A service/gc-client-monitor.c A service/gc-client-monitor.h A service/gc-main.c commit ed628aeaeba658580f159bb30168c54559d90669 Author: David King Date: Mon Aug 18 21:13:14 2014 +0100 Use new metadata_license in AppData description M data/org.gnome.Cheese.appdata.xml.in commit ff2cca128da68b0b11364b524253e1e91f34d26a Author: David King Date: Mon Aug 18 17:33:57 2014 +0100 Use config.h instead of cheese-config.h Use a standard filename for the genereated configuration header. M .gitignore M configure.ac M libcheese/cheese-avatar-chooser.c M libcheese/cheese-avatar-widget.c M libcheese/cheese-camera-device-monitor.c M libcheese/cheese-camera-device.c M libcheese/cheese-camera.c M libcheese/cheese-fileutil.c M libcheese/cheese-widget.c M libcheese/um-crop-area.c M src/thumbview/cheese-thumb-view.c M src/thumbview/cheese-thumbnail.c M src/thumbview/eog-thumb-nav.c M src/vapi/config.vapi M tests/cheese-test-camera.c M tests/cheese-test-chooser.c M tests/cheese-test-widget.c M tests/test-libcheese-gtk.c M tests/test-libcheese.c commit 14e70e0d17523f56165a963aea0735117c79e802 Author: Carles Ferrando Date: Sun Aug 17 01:38:06 2014 +0200 [l10n] Updated Catalan (Valencian) translation M po/ca@valencia.po commit cfbd67d8683050404ce2abb03884770679a06a53 Author: Gil Forcada Date: Sun Aug 17 01:38:03 2014 +0200 [l10n] Update Catalan translation M po/ca.po commit 78f8fbb2e8804ca2ce4b29b339916518d489a713 Author: ngoswami Date: Thu Aug 14 15:05:02 2014 +0000 Updated Assamese translation M po/as.po commit 43789f571d956199c9eff25253918c1c20f8650b Author: David King Date: Thu Aug 7 18:12:04 2014 +0100 Use GtkIconTheme built-in RTL support M data/cheese-main-window.ui M src/cheese-window.vala commit f05e7d47127648366e97ed11fe77a501c2d34f6b Author: David King Date: Thu Aug 7 16:32:22 2014 +0100 Move thumbview popup menu to GtkBuilder file M data/menus.ui M src/cheese-window.vala commit 2ecb01c2d5f00cea15184e02ba8abd1897d05304 Author: David King Date: Thu Aug 7 15:08:15 2014 +0100 Refactor thumb view popup menu handling Popup the thumb view context menu in response to the popup-menu signal on GtkWidget. https://bugzilla.gnome.org/show_bug.cgi?id=724905 M src/cheese-window.vala commit e87e0b792eaf0a7d4abae9ff9e9925f87b8a4102 Author: David King Date: Thu Aug 7 14:24:01 2014 +0100 Optionally use a header bar in the preferences Make the preferences dialog pay attention to the gtk-dialogs-use-header GtkSetting. M data/cheese-prefs.ui M src/cheese-preferences.vala commit c93dbc4a1538fabc651d9df5a47711c909557bcd Author: Inaki Larranaga Murgoitio Date: Tue Aug 5 12:14:01 2014 +0200 Updated Basque language M po/eu.po commit 083808b098ee074a6973072bbac7630b3f8fe187 Author: Olav Vitters Date: Wed Jul 30 20:48:33 2014 +0200 doap category apps M cheese.doap commit b7349e58786a8dd2f106aac1771474b7583f8d92 Author: Balázs Úr Date: Sat Jul 26 14:29:29 2014 +0000 Updated Hungarian translation M help/hu/hu.po commit d5be3fb8957d8eff9cf1c73cf2e7a8ed376d5a0b Author: Aurimas Černius Date: Fri Jul 25 23:16:18 2014 +0300 Updated Lithuanian translation M po/lt.po commit 4c64b75570956ca89e51925adf27b6cc0f711014 Author: David King Date: Wed Jul 23 14:07:17 2014 +0100 Fix button alignment in main window M data/cheese-main-window.ui commit 7522ec013c8718c7bcac77fa57d6a9c1657114ac Author: David King Date: Wed Jul 23 13:48:58 2014 +0100 Avoid using deprecated GtkAlignment in main window M data/cheese-main-window.ui M src/cheese-window.vala M src/thumbview/cheese-thumb-view.c commit f06cc5109a6b8c308a1e73e283df2e6e1267e59b Author: David King Date: Wed Jul 23 12:57:45 2014 +0100 Avoid xalign property in preferences dialog Use halign on GtkWidget instead. M data/cheese-prefs.ui commit b6bc6c1f63a90b9c1d2e15ce739bea1885b293ff Author: David King Date: Wed Jul 23 12:26:09 2014 +0100 Avoid deprecated margin-left GtkWidget property Use margin-start instead. M data/cheese-prefs.ui commit 4dee67cf5972471c1734fb535619ce1c982cc00c Author: Anders Jonsson Date: Wed Jul 23 08:17:16 2014 +0000 Updated Swedish translation M po/sv.po commit 9886c4f854a9868637c5d25a41199efabc7e1120 Author: David King Date: Wed Jul 23 07:52:44 2014 +0100 Avoid GtkCellArea critical warnings in thumb view GTK+ switched from using constructor() to constructed() in GtkIconView, which exposed that Cheese does not chain up in the CheeseThumbView (a GtkIconView subclass) constructed() vfunc. Chain up at the start of constructed() so that the construct-only properties of the GtkIconView are set before calling icon view API. M src/thumbview/cheese-thumb-view.c commit 1e1a9daa62c5c310f8618318a54393887fec5ed9 Author: David King Date: Tue Jul 8 11:20:21 2014 +0100 Avoid using deprecated GtkAlignment M data/cheese-main-window.ui commit cbd83f4267534448a5a0839a95c14f8212acadbc Author: David King Date: Mon Jul 21 21:54:04 2014 +0100 Post-release version bump to 3.13.90 M configure.ac