commit 1616af552af63064ff6244b4a81df3a1d6bca30a Author: daniel g. siegel Date: Mon Jul 13 21:45:15 2009 +0200 update NEWS file M NEWS commit 274f7d7d56fd0d3a433c816178b43ddf6bd7492d Author: Filippo Argiolas Date: Mon Jul 13 07:42:46 2009 +0200 build: bump gtk+ requirement to 2.17.3 Needed for gdk_window_ensure_native M configure.ac M wscript commit 545758023fe3ba850692a099078b015de356c0f7 Author: Filippo Argiolas Date: Sun Jul 12 08:08:26 2009 +0200 window: ensure the drawing area has a native X11 window With the new client-side-window gtk+ widgets do not always have a native window anymore. We need an XID to give to GstXOverlay and embed video into the application. This temporarily works around the issue forcing a native window. Works around bug 588357 M src/cheese-window.c commit c07d90414076e9dc67f0508fc217170339298aae Author: daniel g. siegel Date: Fri Jul 10 20:43:59 2009 +0100 use the camera-web icon instead of camera-video we are using camera-web in the project logo/icon but camera-video for the UI. it is more appropriate to use the camera-web icon as it's a) less likely people will use camcorders with cheese b) there is bigger visual distinction between camera-photo and camera-web than camera-photo and camera-video. M data/cheese.glade M data/cheese.ui commit 703e4e171de5cb9fa9d63009fbb9ca4ad56865eb Author: Milo Casagrande Date: Wed Jul 8 21:31:54 2009 +0200 Added Italian translation * Added Italian translation of cheese manual * Modified Makefile.am to add it locale M help/Makefile.am A help/it/it.po commit 454f82e73d902118b69f0dc26dd779591274dfde Author: Yaron Shahrabani Date: Tue Jul 7 16:15:05 2009 +0300 Updated Hebrew translation M po/he.po commit b1d6e7b3da09ed46f1dfd41a4378a6c4ebce0eb7 Author: Filippo Argiolas Date: Sat Jul 4 09:29:00 2009 +0200 webcam: manually expose the window if not PLAYING Draw a black background if the pipeline is starting up and the overlay is still not ready to expose the drawing area. M src/cheese-webcam.c commit 3d7565f536d0d3014e65e4d9f6d97d4ef0e6ee09 Author: Filippo Argiolas Date: Sat Jul 4 09:16:43 2009 +0200 webcam: fix broken xoverlay management For some reason this went unnoticed for a long time. We were calling set_x_overlay right after setting PLAYING state (with no warranty that the state change succeeded nor that an overlay was really there). The only right way to do this is to wait for prepare-xwindow-id message. It worked until now just because we've been extremely lucky. M src/cheese-webcam.c commit 71ee16c5a19deec83286e15f674f666ded0cb78f Author: Filippo Argiolas Date: Thu Jul 2 18:16:47 2009 +0200 window: drop url and email handlers Drop url and email handlers used in the about dialog since gtk+ 2.17.2 already provides that functionality built in. M src/cheese-window.c commit c2473c4df9926dfd79fef8660b23c29f4ca2bd72 Author: Filippo Argiolas Date: Thu Jul 2 18:03:54 2009 +0200 nocamera: drop GEditMessageArea in favor of GtkInfoBar Drop GEditMessageArea since it recently entered gtk+. Fixes bug #586545 M data/cheese.glade M data/cheese.ui M src/Makefile.am M src/cheese-no-camera.c M src/cheese-no-camera.h M src/cheese-window.c D src/gedit-message-area.c D src/gedit-message-area.h commit 880b44b88e216df0e51ea9348dc49693fc8bfc63 Author: Filippo Argiolas Date: Thu Jul 2 18:03:31 2009 +0200 build: bump gtk dependency to 2.17.2 M configure.ac commit 487cf3c0e89b8837a4a7732503d0f8f180ad507f Author: Filippo Argiolas Date: Thu Jul 2 10:45:08 2009 +0200 build: use AM_SILENT_RULES if available, fixes bug #587581 M configure.ac commit 0d332632b47da11b90af261297cbf55dcf269905 Author: Maxim V. Dziumanenko Date: Wed Jul 1 22:36:26 2009 +0300 Updated Ukrainian translation M po/uk.po commit 244f2bb6a50761c0e5529ec5056089fd5ef666dd Author: Jorge Gonzalez Date: Sat Jun 27 14:58:57 2009 +0200 Updated Spanish translation M po/es.po commit 9e4be98c0a512633fa1ffb1dc8b49cfbad564bea Author: Ivar Smolin Date: Thu Jun 25 19:25:00 2009 +0300 Updating Estonian translation M po/et.po commit 44c6c73baf113e4e3d71a9f71baceaa309f9ffc9 Author: daniel g. siegel Date: Mon Jun 22 12:56:30 2009 +0200 reindent code to meet our standards M src/cheese-countdown.c M src/cheese-effect-chooser.c M src/cheese-gconf.c M src/cheese-prefs-balance-scale.c M src/cheese-prefs-balance-scale.h M src/cheese-prefs-dialog.c M src/cheese-thumb-view.c M src/cheese-webcam.c M src/cheese-webcam.h M src/cheese-window.c M src/cheese.c commit 42656fb9c758f1a1891ace9b08187746e920c08f Author: Javier Jardón Date: Mon Jun 22 02:36:22 2009 +0200 Use accessor functions instead direct access, fixes bug #585210 M src/cheese-countdown.c M src/cheese-effect-chooser.c M src/cheese-flash.c M src/cheese-thumb-view.c M src/cheese-webcam.c M src/cheese-window.c M src/eog-thumb-nav.c M src/ephy-spinner.c M src/gedit-message-area.c commit bf2fc145e0cbc9aaffa63cdcf157cb6aab52d89f Author: Jonathan Ernst Date: Sun Jun 21 20:43:19 2009 +0200 Updated French translation M po/fr.po commit 25e623251bafd61a2a862387347a8467760aef36 Author: Claude Paroz Date: Sun Jun 21 20:39:43 2009 +0200 ui: remove markup from translatable strings M data/cheese-prefs.ui commit 129f92e36b3a3e4a87e5719c89e56d12fd529383 Author: Filippo Argiolas Date: Sun Jun 21 11:11:17 2009 +0200 keybindings: add configure checks for needed X11 stuff Check for XF86keysym.h availability and add a configure option to disable Webcam Button listening. Copied from rhythmbox. M configure.ac M src/cheese-window.c commit b6752fc4a010ced8a3969d6962c1f46e2e697020 Author: Filippo Argiolas Date: Sun Jun 21 10:58:26 2009 +0200 tools: add little program to emit fake webcam button events A tools/test-webcam-button.c commit de0114556cef148c396552d1c189b476ea0c8aab Author: Bastien Nocera Date: Fri Jun 19 15:15:39 2009 +0100 keybindings: capture webcam buttons Listen to XF86Webcam keypresses to capture webcam buttons. Should work with every driver that correctly binds the input device to KEY_CAMERA events. Fixes bug #521551 M src/cheese-window.c commit e3dfe574aa1b37231dbc1a91b25b5374fb2e2a32 Author: Filippo Argiolas Date: Tue Jun 16 16:01:32 2009 +0200 ui: remove padding from the take_picture button Use alignment xscale property instead of padding in the take_picture button. Doesn't fix but at least partly works around bug #573301 (the button can now grow up and fill the whole free space with no padding constraint). M data/cheese.glade M data/cheese.ui commit 7d318408c1d7823725ca3cbf690daec349e7f886 Author: Filippo Argiolas Date: Tue Jun 16 10:38:51 2009 +0200 ui: sanitize main toolbar structure No real change, just some little restructuring of the glade toolbar definition to make it easier to hack on. M data/cheese.glade M data/cheese.ui commit 80ca68bc9e8fb8cdc809fc8a65c2d354ab25af93 Author: Filippo Argiolas Date: Mon Jun 15 23:06:02 2009 +0200 post release version bump M configure.ac M wscript