Add Lao translation
[cheese.git] / NEWS
blobc03db11601711ac24408a7b67d56cd4594d6d10f
1 ChangeLog for Cheese
2 --------------------
4 version 3.25.90
5   - Remove camera service
6     It was an experiment, but in future PipeWire will be used instead, so it
7     is no longer needed.
8   - Remove some unused configuration variables
9   - Correctly select the given camera device
10     Due to a bug in the VAPI file the code would pass a string to the camera
11     setup routine instead of a CameraDevice object. As the setup routine
12     already has code to automatically select an appropriate device based on
13     the name passing an argument is not even required.
15     Note that the --device parameter might be somewhat confusing as it
16     refers to the devices name and not to the /dev/videoX device file.
18     https://bugzilla.gnome.org/show_bug.cgi?id=777047
19   - Fix bug 773526
20     Fix bug 773526 to use consisent language about the user's home folder.
21     Fix <files> tag to be used around one folder and not multiple folders.
22     Update last sentence to shorten and simplify it.
23   - camera-device: limit width and height
24     Set a limit on the width and height or else we might end scanning and
25     overflowing forever.
26   - camera-device: handle fraction ranges
27     Add support for fraction ranges
28   - camera: remove dead instance variables
29     https://bugzilla.gnome.org/show_bug.cgi?id=780021
30   - Added/Updated Translations
31     - ne, courtesy of Pawan Chitrakar
32     - pl, courtesy of Piotr Drąg
33     - tr, courtesy of Emin Tufan Çetin
34   - Added/Updated Documentation
35     - cs, courtesy of Marek Černocký
36     - de, courtesy of Christian Kirbach
37     - es, courtesy of Daniel Mustieles
38     - hu, courtesy of Gabor Kelemen
39     - id, courtesy of Andika Triwidada
40     - pl, courtesy of Piotr Drąg
41     - pt_BR, courtesy of Rafael Fontenelle
42     - sv, courtesy of Anders Jonsson
44 version 3.24.0
45   - Fix build with new vala
46   - camera: don't use hardcoded format
47     Use gst_caps_fixate() to select the best format instead of trying to
48     filter out a hardcoded format. Some cameras might not produce this
49     format and thus fail to work.
50   - Use Unicode in translatable strings
51     See https://developer.gnome.org/hig/stable/typography.html
53     https://bugzilla.gnome.org/show_bug.cgi?id=772263
54   - Added/Updated Translations
55     - be, courtesy of Yuras Shumovich
56     - ca, courtesy of Gil Forcada
57     - cs, courtesy of Marek Černocký
58     - da, courtesy of scootergrisen
59     - de, courtesy of Paul Seyfert
60     - el, courtesy of Efstathios Iosifidis
61     - es, courtesy of Daniel Mustieles
62     - eu, courtesy of Iñaki Larrañaga Murgoitio
63     - fi, courtesy of Jiri Grönroos
64     - fr, courtesy of Charles Monzat
65     - fur, courtesy of Fabio Tomat
66     - gl, courtesy of Fran Dieguez
67     - hr, courtesy of gogo
68     - hu, courtesy of Gabor Kelemen
69     - id, courtesy of Kukuh Syafaat
70     - is, courtesy of Sveinn í Felli
71     - it, courtesy of Milo Casagrande
72     - kk, courtesy of Baurzhan Muftakhidinov
73     - ko, courtesy of Changwoo Ryu
74     - lt, courtesy of Moo
75     - lv, courtesy of Rūdolfs Mazurs
76     - nb, courtesy of Kjartan Maraas
77     - oc, courtesy of Cédric Valmary (totenoc.eu)
78     - pl, courtesy of Piotr Drąg
79     - pt_BR, courtesy of Rafael Fontenelle
80     - pt, courtesy of Tiago Santos
81     - ru, courtesy of Yuri Myasoedov
82     - sk, courtesy of Dušan Kazik
83     - sl, courtesy of Matej Urbančič
84     - sr, courtesy of Мирослав Николић
85     - sr@latin, courtesy of Miroslav Nikolić
86     - sv, courtesy of Anders Jonsson
87     - uk, courtesy of Daniel Korostil
88     - vi, courtesy of Trần Ngọc Quân
89     - zh_TW, courtesy of Cheng-Chia Tseng
91 version 3.22.0
92 version 3.21.92
93   - Add Language headers to po files
94     Future versions of gettext will fail if this header is missing.
95   - Added/Updated Translations
96     - as, courtesy of Nilamdyuti Goswami
97     - be@latin, courtesy of Ihar Hrachyshka
98     - bn, courtesy of Sadia Afroz
99     - ca@valencia, courtesy of Gil Forcada
100     - dz, courtesy of Dawa pemo
101     - en_GB, courtesy of David King
102     - en@shaw, courtesy of Thomas Thurman
103     - es, courtesy of Daniel Mustieles
104     - gu, courtesy of "Last-Translator: \n"
105     - he, courtesy of Yosef Or Boczko
106     - hr, courtesy of "Last-Translator: \n"
107     - ka, courtesy of Vladimer Sichinava
108     - km, courtesy of Seng Sutha
109     - ko, courtesy of Changwoo Ryu
110     - ku, courtesy of Erdal Ronahi
111     - ky, courtesy of Timur Zhamakeev
112     - mai, courtesy of Sangeeta Kumari
113     - mk, courtesy of "Last-Translator: Jovan N\n"
114     - ms, courtesy of Umarzuki Bin Mochlis Moktar
115     - nb, courtesy of Kjartan Maraas
116     - nds, courtesy of Nils-Christoph Fiedler
117     - nn, courtesy of Torstein Adolf Winterseth
118     - pl, courtesy of Piotr Drąg
119     - ps, courtesy of Zabeeh Khan
120     - sl, courtesy of Matej Urbančič
121     - sq, courtesy of Laurent Dhima
122     - sr@latin, courtesy of Marko M. Kostić
123     - ta, courtesy of Shantha kumar
124     - ug, courtesy of Gheyret Kenji
125     - zh_HK, courtesy of Chao-Hsiung Liao
127 version 3.21.3
128   - Ensure autogen works in non-srcdir builds
129     Only the configure script should be run from the build directory; the
130     rest of the ancillary tools that modify the sources and generate the
131     configure script itself need to be run inside the source directory.
132   - Use AM_DISTCHECK_CONFIGURE_FLAGS
133     DISTCHECK_CONFIGURE_FLAGS is for users and packagers to override
134     distcheck options, while AM_DISTCHECK_CONFIGURE_FLAGS is for the
135     maintainer of the software.
137     https://www.gnu.org/software/automake/manual/automake.html#DISTCHECK_005fCONFIGURE_005fFLAGS
138   - Explicitly mark the GSettings schema for intltool
139     As recommended in the GSettings documentation.
140   - Add gettext-domain the GSettings schema
141   - Fix fallback application icon name
142     https://bugzilla.gnome.org/show_bug.cgi?id=765874
143   - fileutil: implement translation of Webcam folder
144     In this commit I added the feature that folder containing captured
145     photos and videos has a name that suits the locale is used by system.
147     The problem is that folder to save captured pics and videos has strict
148     name "Webcam".
150     To fix this problem I used gettext method.
152     https://bugzilla.gnome.org/show_bug.cgi?id=761958
153   - Added/Updated Translations
154     - bg, courtesy of Alexander Shopov
155     - fa, courtesy of Arash Mousavi
156     - fur, courtesy of Fabio Tomat
157     - id, courtesy of Andika Triwidada
158     - oc, courtesy of Cédric Valmary (totenoc.eu)
159     - pt_BR, courtesy of Enrico Nicoletto
160     - ro, courtesy of Jobava
161     - th, courtesy of Akom Chotiphantawanon
162     - uk, courtesy of Daniel Korostil
163     - vi, courtesy of Trần Ngọc Quân
164   - Added/Updated Documentation
165     - pt_BR, courtesy of Enrico Nicoletto
167 version 3.20.0
168   - Added/Updated Translations
169     - cs, courtesy of Marek Černocký
170     - da, courtesy of "Last-Translator: scootergrisen\n"
171     - el, courtesy of Efstathios Iosifidis
172     - es, courtesy of Daniel Mustieles
173     - eu, courtesy of dooteo
174     - fi, courtesy of Jiri Grönroos
175     - fr, courtesy of Alain Lojewski
176     - fur, courtesy of Fabio Tomat
177     - gl, courtesy of Fran Dieguez
178     - it, courtesy of Milo Casagrande
179     - ja, courtesy of Tsuji Kento
180     - kk, courtesy of Baurzhan Muftakhidinov
181     - ko, courtesy of Changwoo Ryu
182     - lt, courtesy of Aurimas Černius
183     - lv, courtesy of Rūdolfs Mazurs
184     - nb, courtesy of Kjartan Maraas
185     - nl, courtesy of Hannie Dumoleyn
186     - oc, courtesy of Cédric Valmary (totenoc.eu)
187     - pt, courtesy of Sérgio Cardeira
188     - ru, courtesy of Stas Solovey
189     - sl, courtesy of Matej Urbančič
190     - sr, courtesy of Марко М. Костић
191     - sr@latin, courtesy of Marko M. Kostić
192     - tr, courtesy of Muhammet Kara
193     - zh_CN, courtesy of Dingzhong Chen
194   - Added/Updated Documentation
195     - ko, courtesy of Youngbin Han
197 version 3.19.90
198   - Use same alias as upstream for XDG directories
199     https://bugzilla.gnome.org/show_bug.cgi?id=761952
200   - Rename icon to match application namespace
201     This is required in preparation for xdg-app.
203     https://bugzilla.gnome.org/show_bug.cgi?id=761197
204   - Drop udev dependency
205     All that udev was used for is now covered by GstDeviceMonitor.
206   - Add a missing tag to the AppData file
207   - Update the AppData to spec version 0.7+
208   - build-sys: Annotate we don't support srcdir != builddir from git
209     Due to vala.
210   - Fix resizing and scaling of video preview
211     Allow the preview to expand, and set a reasonable minimum height and
212     width.
213   - Set a minimum effect actor size
214     This allows the effects previews to expand with the size of the window.
215   - Replace some stray references to ClutterTexture
216     Fix rendering into effects previews, although the size of the previews
217     is still incorrect.
219     https://bugzilla.gnome.org/show_bug.cgi?id=755084
220   - Fix German desktop file translation
221   - Added/Updated Translations
222     - an, courtesy of Daniel
223     - ar, courtesy of Khaled Hosny
224     - de, courtesy of Mario Blättermann
225     - eo, courtesy of Kristjan SCHMIDT
226     - es, courtesy of Daniel Mustieles
227     - eu, courtesy of Inaki Larranaga Murgoitio
228     - fi, courtesy of Jiri Grönroos
229     - fur, courtesy of Fabio Tomat
230     - he, courtesy of Yosef Or Boczko
231     - hu, courtesy of Meskó Balázs
232     - it, courtesy of Milo Casagrande
233     - ja, courtesy of Jiro Matsuzawa
234     - ko, courtesy of Changwoo Ryu
235     - lt, courtesy of Aurimas Černius
236     - pl, courtesy of Piotr Drąg
237     - pt_BR, courtesy of Rafael Fontenelle
238     - sk, courtesy of Dušan Kazik
239     - sl, courtesy of Matej Urbančič
240     - sv, courtesy of Anders Jonsson
241     - th, courtesy of Akom Chotiphantawanon
242     - uk, courtesy of Daniel Korostil
243     - vi, courtesy of Trần Ngọc Quân
244     - zh_CN, courtesy of Dean Chen
245   - Added/Updated Documentation
246     - es, courtesy of Daniel Mustieles
247     - ko, courtesy of Youngbin Han
248     - nl, courtesy of Hannie Dumoleyn
249     - sv, courtesy of Sebastian Rasmussen
251 version 3.18.0
252   - Mark forgotten strings for translation
253     Not a string freeze break.
254   - Added/Updated Translations
255     - cs, courtesy of Marek Černocký
256     - da, courtesy of Kenneth Nielsen
257     - de, courtesy of Bernd Homuth
258     - el, courtesy of Tom Tryfonidis
259     - fr, courtesy of Alain Lojewski
260     - gl, courtesy of Fran Dieguez
261     - hu, courtesy of Balázs Úr
262     - id, courtesy of Andika Triwidada
263     - kk, courtesy of Baurzhan Muftakhidinov
264     - lt, courtesy of Aurimas Černius
265     - lv, courtesy of Rūdolfs Mazurs
266     - nb, courtesy of Kjartan Maraas
267     - pl, courtesy of Piotr Drąg
268     - pt_BR, courtesy of Enrico Nicoletto
269     - pt, courtesy of Pedro Albuquerque
270     - ru, courtesy of Stas Solovey
271     - sk, courtesy of Dušan Kazik
272     - sr, courtesy of Милош Поповић
273     - sr@latin, courtesy of Miloš Popović
274     - sv, courtesy of Anders Jonsson
275     - tr, courtesy of Muhammet Kara
276     - zh_TW, courtesy of Cheng-Chia Tseng
278 version 3.17.92
279   - Maintain aspect ratio when resizing preview window
281     Set content-gravity on the preview actor to
282     CLUTTER_CONTENT_GRAVITY_RESIZE_ASPECT.
284     https://bugzilla.gnome.org/show_bug.cgi?id=754988
285   - libcheese: Fix a run-time warning
287     https://bugzilla.gnome.org/show_bug.cgi?id=754556
288   - libcheese: Fix warning on exit
290     https://bugzilla.gnome.org/show_bug.cgi?id=754556
291   - Support a default CheeseCamera device
293     Accept a name, stash it inside the camera and then search through all
294     the devices present on the system when setting up the camera. If a match
295     is found, use it, otherwise continue to setup the first device.
296   - Avoid crash when creating the default CheeseWidget
298     Update the device argument to cheese_camera_new() to reflect the new use
299     of GstDeviceMonitor, by renaming the device_node argument to name. Emit
300     a critical warning if passing a name, as creating a device by name is
301     not yet supported.
303     https://bugzilla.gnome.org/show_bug.cgi?id=754506
304   - Added/Updated Translations
305     - cs, courtesy of Marek Černocký
306     - de, courtesy of Bernd Homuth
307     - el, courtesy of Tom Tryfonidis
308     - fa, courtesy of Arash Mousavi
309     - fi, courtesy of Jiri Grönroos
310     - fr, courtesy of Alain Lojewski
311     - gl, courtesy of Fran Dieguez
312     - id, courtesy of Andika Triwidada
313     - is, courtesy of Sveinn í Felli
314     - it, courtesy of Milo Casagrande
315     - ja, courtesy of Tsuji Kento
316     - kk, courtesy of Baurzhan Muftakhidinov
317     - ko, courtesy of Changwoo Ryu
318     - lt, courtesy of Aurimas Černius
319     - nb, courtesy of Kjartan Maraas
320     - tr, courtesy of Muhammet Kara
322 version 3.17.91
323   - Add GenericName to desktop file
324     https://bugzilla.gnome.org/show_bug.cgi?id=754255
325   - Added/Updated Translations
326     - es, courtesy of Daniel Mustieles
327     - he, courtesy of Yosef Or Boczko
328     - hu, courtesy of Balázs Úr
329     - pl, courtesy of Piotr Drąg
330     - pt, courtesy of Pedro Albuquerque
331     - sk, courtesy of Dušan Kazik
332     - sv, courtesy of Anders Jonsson
333     - zh_TW, courtesy of Cheng-Chia Tseng
335 version 3.17.90
336   - Bump the SONAME as the ABI has changed for the clutter-gst-3.0 change
337     and GstDeviceMonitor port.
338   - libcheese: port to clutter-gst 3.0
339     https://bugzilla.gnome.org/show_bug.cgi?id=743496
340   - Fix documentation tests after GstDeviceMonitor
341   - device-monitor: port to GstDeviceMonitor
342     Use GstDeviceMonitor to monitor the GStreamer devices.
343   - camera: avoid confusing error message
344     Report about the name of the missing element instead of some other
345     unrelated string.
346   - Added/Updated Translations
347     - oc, courtesy of Yannig MARCHEGAY (Kokoyaya)
348     - pt, courtesy of Tiago S.
349     - tg, courtesy of Victor Ibragimov
351 version 3.17.1
352   - Silence a gtk-doc undeclared symbol warning
353     Split the typedef of CheeseVideoFormat out, so that gtk-doc does not
354     report an undeclared symbol.
355   - Use G_DECLARE_FINAL_TYPE where possible
356   - icon: install symbolic to symbolic size
357     rather than installing to scalable size, we install
358     to symbolic due to the nominal size of 16x16
359   - Provide a symbolic variant of the application icon
360     Used for the High Contrast theme.
361     The symbolic size has been introduced to hicolor to cope with
362     the nominal size of 16x16 rather than the backward compatible
363     128x128.
364     https://bugzilla.gnome.org/show_bug.cgi?id=747013
366 version 3.16.0
367   - Added/Updated Translations
368     - vi, courtesy of Trần Ngọc Quân
370 version 3.15.92
371   - Added/Updated Translations
372     - bs, courtesy of Samir Ribic
373     - kk, courtesy of Baurzhan Muftakhidinov
374   - Added/Updated Documentation
375     - de, courtesy of Christian Kirbach
377 version 3.15.90
378   - Avoid warnings from -Wswitch-enum
379     Check switch statements where several cases are intentionally not
380     handled by using an if instead.
381   - Avoid a preprocessor warning
382   - Fix const cast warnings
383   - Fix signedness comparison error
384   - Fix shadowed variable
385   - Remove old-style function definitions
386   - Fix signed comparison warning in camera service
387   - Update gtkdoc_jh_path_xml_catalog.m4 from gtk-doc
388   - Remove use of GSEAL_ENABLE
389     It is no longer useful with GTK+ 3, where every widget has been sealed.
390   - Remove use of GNOME_MAINTAINER_MODE_DEFINES
391     https://wiki.gnome.org/Projects/GnomeCommon/Migration
392   - Drop use of gnome-autogen.sh
393     https://wiki.gnome.org/Projects/GnomeCommon/Migration
394   - preferences: resolve ambiguous 'ListStore' usage
395     There is now a GLib.ListStore as well, so make sure we use the full name
396     Gtk.ListStore to avoid an ambiguous reference.
397   - Added/Updated Translations
398     - an, courtesy of Daniel Martinez
400 version 3.15.4
401   - Ignore intermediate file with Automake 1.15
402   - Removed obsolete variables in autogen.sh
403   - um-crop-area: Fix deprecated API usage
404     https://bugzilla.gnome.org/show_bug.cgi?id=742530
405   - um-crop-area: Enforce a minimum size
406     Otherwise, if callers aren't careful, users could resize us so small
407     that we'd crash inside gdk_pixbuf_scale() .
408     https://bugzilla.gnome.org/show_bug.cgi?id=742530
409   - um-crop-area: Fix background rendering around the picture
410     Instead of trying to fill the displayed pixbuf with the background
411     color (and failing at that), just make the pixbuf be an aspect correct
412     scaled size of the original picture and draw it at the correct offset
413     on the draw vfunc.
414     This allows us to get rid of deprecated gtk+ API usage and fixes the
415     background around the picture ending up black despite de code's
416     intent.
417     https://bugzilla.gnome.org/show_bug.cgi?id=742530
419 version 3.15.3
420   - Refactor crop area scaling code
421     Recently committed patch f9d576e was modified before applying it into
422     the g-c-c to be more readable. This patch reflect those changes in cheese.
423     https://bugzilla.gnome.org/show_bug.cgi?id=739870
424   - Added/Updated Translations
425     - cs, courtesy of Marek Černocký
426     - tr, courtesy of Muhammet Kara
427     - vi, courtesy of Trần Ngọc Quân
429 version 3.15.2
430   - Fix Nepali desktop file keywords translation
431   - Add name and summary elements to AppData
432     Pacify appstream-util validate.
433   - Limit default size for avatar cropping
434     Commit c605ad3578ff66452bd7b01d257f31c64e7905ef enlarged default size
435     for cropping avatars thus crop rectangle could be easily bigger then
436     image. The crop rectagle can't be modified and cc_crop_area_get_picture
437     causes errors if the rectangle is bigger, because it has negative
438     coordinates. Limit the default size to fit the image also.
439     https://bugzilla.gnome.org/show_bug.cgi?id=739870
440   - Added/Updated Translations
441     - fi, courtesy of Jiri Grönroos
442     - ne, courtesy of Pawan Chitrakar
444 version 3.15.1
445   - Substitute bindir and libexecdir in Makefile.am
446     Rather than substituting the values of libexecdir and bindir during
447     configure, which might include some unexpanded shell variables, expand
448     and substitute them as targets in Makefile.am instead.
450     https://bugzilla.gnome.org/show_bug.cgi?id=726095
451   - Use AC_PROG_SED in configure.ac
452   - Remove old marshaller header from doc ignore list
453   - Use get_instance_private() instead of priv pointer
454     Use the generated macro rather than storing a pointer to the private
455     struct within the object.
456   - Drop some trailing semicolons after macros
457   - Use new-style private struct in CheeseCameraDevice
458   - Use _get_instance_private() consistently in camera
459     Use the new cheese_camera_get_instance_private() instead of the old
460     macro.
461   - Bump required Vala version for get_menu_by_id()
462     Use the get the given menu from GtkApplication.
463   - Refactor setup_camera() in CheeseWidget
464     Remove superfluous prototype. Use GSettings convenience getters. Reduce
465     scope of some variables.
466   - Avoid using G_GNUC_CONST on _get_type()
467     As the g_type_ensure() documentation notes, it is incorrect to mark a
468     _get_type() method with G_GNUC_CONST, as it as a side effect the first
469     time it is called.
470   - Use LT_LIB_M to find the math library
471     libcheese-gtk needs to link with -lm to find the fmod function.
472   - Avoid dereferencing an uninitialized variable
473     Found with Coverity (CID 56653).
474   - Post-release version bump to 3.15.1
475   - Added/Updated Translations
476     - fa, courtesy of Arash Mousavi
477     - it, courtesy of Milo Casagrande
478     - te, courtesy of Krishnababu Krothapalli
479   - Added/Updated Documentation
481 version 3.14.0
482   - Add gstreamer-plugins-bad-1.0 to GStreamer check
483     It is needed for the camerabin2 header.
484   - Post-release version bump to 3.14.0
485   - Added/Updated Translations
486     - da, courtesy of Kenneth Nielsen
487     - hi, courtesy of rajesh
488     - ja, courtesy of Hajime Taira
489     - mr, courtesy of Sandeep Shedmake
490     - pa, courtesy of A S Alam
491     - sr, courtesy of Мирослав Николић
492     - sr@latin, courtesy of Miroslav Nikolić
493     - uk, courtesy of Daniel Korostil
494     - zh_CN, courtesy of Tong Hui
496 version 3.13.92
497   - Remove outdated GTK+ version check
498   - Use APPSTREAM_XML instead of APPDATA_XML
499   - Remove outdated intltool build rules
500     The intltool-* scripts are not included in the distribution any longer.
501   - Update .pc file Requires and Requires.private
502   - Remove some unnecessary pkg-config dependencies
503   - Fix crash when animating countdown
504     https://bugzilla.gnome.org/show_bug.cgi?id=735285
505   - Post-release version bump to 3.13.91
506   - Added/Updated Translations
507     - bn_IN
508     - de, courtesy of Wolfgang Stoeggl
509     - el, courtesy of Tom Tryfonidis
510     - fi, courtesy of Jiri Grönroos
511     - fr, courtesy of Alain Lojewski
512     - gu
513     - kn
514     - ko, courtesy of Changwoo Ryu
515     - lv, courtesy of Rūdolfs Mazurs
516     - or, courtesy of Manoj Kumar Giri
517     - pl, courtesy of Piotr Drąg
518     - ru, courtesy of Yuri Myasoedov
519     - sk, courtesy of Dušan Kazik
520     - sl, courtesy of Matej Urbančič
521     - sl, courtesy of Shantha Kumar
523 version 3.13.90.1
524   - Explicitly link gnome-camera-service to libraries
525     https://bugzilla.gnome.org/show_bug.cgi?id=735040
526   - Fix libcheese header include in camera service
527     https://bugzilla.gnome.org/show_bug.cgi?id=735017
528   - Post-release version bump to 3.13.91
529   - Added/Updated Translations
530   - Added/Updated Documentation
532 version 3.13.90
533   - Add simple service client example
534   - Import basic camera D-Bus service
535   - Use new metadata_license in AppData description
536   - Use config.h instead of cheese-config.h
537     Use a standard filename for the genereated configuration header.
538   - Use GtkIconTheme built-in RTL support
539   - Move thumbview popup menu to GtkBuilder file
540   - Refactor thumb view popup menu handling
541     Popup the thumb view context menu in response to the popup-menu signal
542     on GtkWidget.
544     https://bugzilla.gnome.org/show_bug.cgi?id=724905
545   - Optionally use a header bar in the preferences
546     Make the preferences dialog pay attention to the gtk-dialogs-use-header
547     GtkSetting.
548   - doap category apps
549   - Fix button alignment in main window
550   - Avoid using deprecated GtkAlignment in main window
551   - Avoid xalign property in preferences dialog
552     Use halign on GtkWidget instead.
553   - Avoid deprecated margin-left GtkWidget property
554     Use margin-start instead.
555   - Avoid GtkCellArea critical warnings in thumb view
556     GTK+ switched from using constructor() to constructed() in GtkIconView,
557     which exposed that Cheese does not chain up in the CheeseThumbView (a
558     GtkIconView subclass) constructed() vfunc. Chain up at the start of
559     constructed() so that the construct-only properties of the GtkIconView
560     are set before calling icon view API.
561   - Avoid using deprecated GtkAlignment
562   - Post-release version bump to 3.13.90
563   - Added/Updated Translations
564     - as, courtesy of Nilamdyuti Goswami
565     - ca, courtesy of Gil Forcada
566     - ca@valencia, courtesy of Gil Forcada
567     - eu, courtesy of Iñaki Larrañaga Murgoitio
568     - lt, courtesy of Aurimas Černius
569     - sv, courtesy of Anders Jonsson
570   - Added/Updated Documentation
571     - hu, courtesy of Balázs Úr
573 version 3.13.4
574   - Track flash opacity explicitly
575     Retrieving the opacity of the flash, reducing it by an exponentially
576     small step, and setting it again does not always actually decrease the
577     widget's opacity, and so the fading does not actually terminate.
579     Incidentally, also unset the flash timeout tags to avoid calling
580     g_source_remove() spuriously.
582     https://bugzilla.gnome.org/show_bug.cgi?id=733433
583   - Use a better fallback image location
584     https://bugzilla.gnome.org/show_bug.cgi?id=731032
585   - Use new GtkApplication appmenu resource handling
586   - Match desktop file name in AppData
587     Update the AppData reference to the desktop file, as it was not changed
588     when the desktop file was renamed.
589   - Avoid crash during delete-event in chooser test
590   - Added/Updated Translations
591     - ca@valencia, courtesy of Pau Iranzo
592     - es, courtesy of Daniel Mustieles
593     - gl, courtesy of Fran Dieguez
594     - he, courtesy of Yosef Or Boczko
595     - hu, courtesy of Balázs Úr
596     - id, courtesy of Andika Triwidada
597     - nb, courtesy of Kjartan Maraas
598     - pt_BR, courtesy of Enrico Nicoletto
599     - zh_TW, courtesy of Cheng-Chia Tseng
600   - Added/Updated Documentation
601     - fi, courtesy of Sami Jaktholm
603 version 3.13.1
604   - Updated POTFILES.in
605   - Use a traditional title bar when requested
606     Not all environments desire header bars. We use the
607     'gtk-shell-shows-menubar' setting to decide whether to use the header
608     bar.
609     https://bugzilla.gnome.org/show_bug.cgi?id=728866
610   - Use avatar chooser headerbar only when requested
611     Use headerbar in the avatar chooser dialog only when necessary according
612     to the "gtk-shell-shows-menubar" setting.
613     https://bugzilla.gnome.org/show_bug.cgi?id=728866
614   - Rename desktop file and set DBusActivatable=true
615     Rename AppData and GResource XML in line with desktop file changes.
616   - Add D-Bus service file
617     Allow the application to be D-Bus activated by running with the
618     --gapplication-service argument.
619   - Remove old maintainers from DOAP file
620   - Stop the running action when an error occurs
621     https://bugzilla.gnome.org/show_bug.cgi?id=707386
622   - Inhibit user switching and session idle
623     As recording video from a webcam is undesirable when combined with
624     switching users, inhibit switching and session idling.
625     https://bugzilla.gnome.org/show_bug.cgi?id=694214
626   - Depend on Automake 1.12 for test-driver support
627     https://bugzilla.gnome.org/show_bug.cgi?id=710420
628   - Fix untranslated strings in libcheese
629     https://bugzilla.gnome.org/show_bug.cgi?id=727082
630   - Use suggested-action style for Select button
631   - Remove the border from the chooser action area
632   - Use headerbar in the avatar chooser dialog
633     Bump GTK+ requirement for the new GtkDialog property.
634     https://bugzilla.gnome.org/show_bug.cgi?id=727076
635   - Post-release version bump to 3.13.1
636   - Added/Updated Translations
637     - cs, courtesy of Marek Černocký
638     - el, courtesy of Tom Tryfonidis
639     - nl, courtesy of Erwin Poeze
640     - sl, courtesy of Matej Urbančič
641     - th, courtesy of Akom Chotiphantawanon
642   - Added/Updated Documentation
643     - el, courtesy of Tom Tryfonidis
644     - id, courtesy of Andika Triwidada
646 version 3.12.0
647   - Post-release version bump to 3.12.0
648   - Added/Updated Translations
649     - da, courtesy of Kenneth Nielsen
650     - eu, courtesy of Iñaki Larrañaga Murgoitio
651     - it, courtesy of Giuseppe Pignataro
653 version 3.11.92
654   - Use new GApplicationCommandline handling
655     Additionally, avoid a non-literal format warning.
656     https://bugzilla.gnome.org/show_bug.cgi?id=725994
657   - Post-release version bump to 3.11.92
658   - Added/Updated Translations
659     - ca, courtesy of Pau Iranzo
660     - fi, courtesy of Jiri Grönroos
661     - ko, courtesy of Changwoo Ryu
662     - lv, courtesy of Rūdolfs Mazurs
663     - pa, courtesy of A S Alam
664     - pl, courtesy of Paweł Żołnowski
665     - pt, courtesy of Tiago S.
666     - ru, courtesy of Yuri Myasoedov
667     - sr, courtesy of Мирослав Николић
668     - sr@latin, courtesy of Miroslav Nikolić
669   - Added/Updated Documentation
670     - es, courtesy of Daniel Mustieles
671     - fr, courtesy of naybnet
673 version 3.11.91
674   - Work around non-existent Makefile during clean
675   - Mark help images as untranslatable
676     Delete translations of images that don't need them and of images that
677     aren't used any more.
678   - Review index and pref help for 3.12
679   - Update intro and features help for 3.12
680   - Post-release version bump to 3.11.91
681   - Added/Updated Translations
682     - be, courtesy of Yuri Matsuk
683     - cs, courtesy of Marek Černocký
684     - fr, courtesy of Alain Lojewski
685     - hu, courtesy of Gabor Kelemen
686   - Added/Updated Documentation
687     - cs, courtesy of Marek Černocký
688     - es, courtesy of Daniel Mustieles
689     - hu, courtesy of Gabor Kelemen
691 version 3.11.90
692   - Remove g_type_init() from test-libcheese.c
693   - Update copyright in about dialogue
694   - Fix find usage on FreeBSD and POSIX, bug 724091
695     POSIX find requires a path as an argument.
696   - Post-release version bump to 3.11.90
697   - Added/Updated Translations
698     - de, courtesy of Benjamin Steinwender
699     - uk, courtesy of Daniel Korostil
700   - Added/Updated Documentation
701     - de, courtesy of Jonatan Zeidler
703 version 3.11.5
704   - Apply style classes to some main window buttons
705     https://wiki.gnome.org/HowDoI/Buttons
706   - Fix the page navigation icons in RTL
707     https://bugzilla.gnome.org/show_bug.cgi?id=723569
708   - Replace deprecated use of ClutterTableLayout
709     Use ClutterGridLayout instead.
710   - Replace deprecated gtk_window_*_opacity()
711     Use gtk_widget_*_opacity() instead.
712   - Disable C warnings for Vala code, bug 710218
713     They generally cannot be resolved in Vala and make the build confusing.
714   - Add programming languages to DOAP file
715   - Clean up Cheese Effects screenshot and decrease filesize (bug 700352)
716   - Update FSF Address
717     https://bugzilla.gnome.org/show_bug.cgi?id=721536
718   - Update project homepage
720   - Post-release version bump to 3.11.4
721   - Added/Updated Translations
722     - as, courtesy of Nilamdyuti Goswami
723     - cs, courtesy of Marek Černocký
724     - he, courtesy of Yosef Or Boczko
725     - id, courtesy of Andika Triwidada
726     - kn, courtesy of Daniel Mustieles
727     - lt, courtesy of Aurimas Černius
728     - nb, courtesy of Kjartan Maraas
729     - sk, courtesy of Pavol Klačanský
730     - tg, courtesy of Victor Ibragimov
731     - zh_CN, courtesy of Tong Hui
732     - zh_HK, courtesy of Chao-Hsiung Liao
733     - zh_TW, courtesy of Chao-Hsiung Liao
734   - Added/Updated Documentation
735     - cs, courtesy of Marek Černocký
736     - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
737     - es, courtesy of Daniel Mustieles
739 version 3.11.3
740   - Validate AppData XML during distcheck
742     Force validation of AppData XML during distcheck, if a recent enough
743     version of appdata-tools is available.
744   - Fix an empty last page in the effects selector
746     If there were exactly the same number of effects available as were shown
747     in the effects selector, an empty last page was shown. Fix a condition
748     to test that there are more spaces for effects in the selector than
749     there are available effects. Fixes bug 720178.
750   - Refactor effects page next/previous logic
752     Add is_next_effects_page() and is_previous_effects_page() to
753     CheeseWindow.
754   - Post-release version bump to 3.11.3
755   - Added/Updated Translations
756     - eo, courtesy of Ryan Lortie
757     - gl, courtesy of Fran Dieguez
758     - pt_BR, courtesy of Fábio Nogueira
759     - ta, courtesy of Shantha kumar
760     - th, courtesy of Akom Chotiphantawanon
762 version 3.11.2
763   - Show top bar when moving mouse in fullscreen mode
765     Store whether the window was maximized before entering fullscreeen mode,
766     and return to the same state when exiting fullscreen.
768     https://wiki.gnome.org/Design/Apps/Cheese#Full_Screen
770     https://bugzilla.gnome.org/show_bug.cgi?id=711811
771   - Use new G_DEFINE_TYPE_WITH_PRIVATE macro
772   - Remove obsolete enum type files
773   - Fix memory leak in cheese_thumb_view_remove_item()
774   - Add a finalize method to CheeseEffect
776     The data in CheeseEffectPrivate was not being freed, leading to memory
777     leaks.
778   - Fix memory leak in cheese_thumb_view_monitor_cb()
779   - Remove obsolete CheeseCameraEffect from VAPI
780   - Fix cheese_camera_get_video_formats() in VAPI
781   - CheeseCamera VAPI fixes
782   - Fix memory leak in cheese_camera_set_tags()
783   - Mark CheeseVideoFormat as a boxed type in the VAPI
785     It was only marked as a compact struct, and so was never freed.
786   - Mark CheeseFileutil strings as owned
788     The strings were marked as unowned, which meant that the Vala compiler
789     did not emit free functions and the strings were leaked.
790   - Fix leaks in cheese_camera_set_video_recording()
791   - Fix leak of GtkSizeGroup in CheeseAvatarWidget
792   - Chain up to finalize in UmCropArea
793   - Add AppData description
794   - Fixed deprecated warning in on_countdown_toggle
796     https://bugzilla.gnome.org/show_bug.cgi?id=712151
797   - Preprocess thumbnail frame PNG in GResource
799     Also, add SVG images which were forgotten in the last commit.
800   - Move PNG and SVG images into GResource
801   - Add domain attribute to GtkBuilder interfaces
802   - Move application menu into GtkBuilder resource
803   - Make CheeseMainWindow a template widget
804   - Make CheesePreferencesDialog a template widget
805   - Move ClutterScript JSON into GResource
806   - Use GResource for CSS snippet
807   - Refactor GtkScale code in CheesePreferences
808     Move mark definitions into GtkBuilder. Convert GtkHScale to GtkScale
810     with a horizontal orientation. Use g_settings_bind() to link GSettings
811     values to UI elements, and remove unnecessary signal handlers.
812   - Fix leak in CheeseCameraDeviceMonitor test
813   - Fixed unused-but-set warning in EogThumbNav
815     https://bugzilla.gnome.org/show_bug.cgi?id=711841
816   - Link the effect browsing buttons together
817   - Make all buttons have GTK_RELIEF_NORMAL
818   - Change header bar when choosing effects
820     https://wiki.gnome.org/GnomeGoals/HeaderBars
822     https://bugzilla.gnome.org/show_bug.cgi?id=711714
823   - Remove unused CheeseWindow.set_mode ()
824   - Change titlebar to use GtkHeaderBar
826     https://wiki.gnome.org/GnomeGoals/HeaderBars
828     https://bugzilla.gnome.org/show_bug.cgi?id=711714
829   - Remove unused countdown_action
830   - Add a border around the button area box
831   - Convert some GtkGrid widgets to GtkBox
832   - Remove mode and shoot actions from the app menu
834     The current GNOME HIG suggests that actions which are already accessible
835     from the application window should not be duplicated in the application
836     menu:
838     https://wiki.gnome.org/Design/HIG/ApplicationMenus
839   - Use symbolic icon for leave fullscreen button
840   - Make shoot action button wider
841   - Link mode buttons together
842   - Avoid using GtkStock, as it is deprecated
844     https://bugzilla.gnome.org/show_bug.cgi?id=710217
845   - Centered the capture icon
847     https://bugzilla.gnome.org/show_bug.cgi?id=711680
848   - Change stock icons to symbolic icons
850     https://bugzilla.gnome.org/show_bug.cgi?id=711680
851   - Use symbolic icons for photo and video button
853     Using the stock "record" icon for taking photos is misleading, so use a
854     symbolic "webcam" icon for both taking a photo and recording a video.
855     Update the "stop" icon to also be a symbolic icon.
857     https://bugzilla.gnome.org/show_bug.cgi?id=668599
858   - Depend on GTK+ 3.10.0 for GtkHeaderBar
859   - Fix memory leak in cheese_camera_device_get_caps()
860   - Fix cheese_thumb_view_append_item() memory leaks
862     Fix several memory leaks found with valgrind.
863   - Fix memory leak when creating a new CheeseCamera
864   - Fix some memory leaks in cheese_fileutil_init()
865   - Make static string array const
866   - Simplify looping over GStrv
867   - Make cheese_camera_device_monitor_set_up_device static
868   - Revert "Use ClutterGst 3.0"
870     This reverts commit 5061d1cdaf7ad9eb733047455b5b5d7a4551eb93. The
871     jhbuild 3.12 moduleset is using the clutter-gst-2.0 branch.
872   - libcheese: Export cheese_avatar_widget_new
873   - libcheese: Distribute cheese-avatar-widget.h
875     So external consumers can use it.
876   - Use ClutterGst 3.0
877   - Post-release version bump to 3.11.2
878   - Added/Updated Translations
879     - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
880     - es, courtesy of Daniel Mustieles
881     - gl, courtesy of Fran Dieguez
882     - ml, courtesy of Anish Sheela
883     - sl, courtesy of Matej Urbančič
884     - ta, courtesy of Shantha kumar
885     - th, courtesy of Akom Chotiphantawanon
886   - Added/Updated Documentation
888 version 3.11.1
889   - Add CheeseAvatarWidget to API reference
890   - Fix CheeseAvatarChooser test
892     There is no longer a button with the label "Take a Photo", so remove the
893     test which tries to find it.
894   - Distribute cheese-avatar-widget.h
895   - Add CheeseAvatarWidget
896     A stand-alone widget for avatar capture, like the avatar chooser but
897     without the precanned dialogue.
899     https://bugzilla.gnome.org/show_bug.cgi?id=710874
900   - Set a reasonable default size for avatar cropping
901     The default is based on the minimum 48x48 size. Instead we should be
902     cropping to nearly the maximum size of the image, which would still show
903     the crop handles but would not discard most of the captured image.
905     https://bugzilla.gnome.org/show_bug.cgi?id=710874
906   - Add margins to CheeseAvatarChooser
907     https://bugzilla.gnome.org/show_bug.cgi?id=710874
908   - Rename the CheeseAvatarChooser buttons
909     As per mockups:
910     https://raw.github.com/gnome-design-team/gnome-mockups/master/avatar-chooser/avatar-chooser.png
912     https://bugzilla.gnome.org/show_bug.cgi?id=710874
913   - Style the CheeseAvatarChooser button bar
914     Style the button bar underneath the video widget properly.
916     As per mockups:
917     https://raw.github.com/gnome-design-team/gnome-mockups/master/avatar-chooser/avatar-chooser.png
919     https://bugzilla.gnome.org/show_bug.cgi?id=710874
920   - Set a nice default size on CheeseWidget
921     As per mockups:
923     https://raw.github.com/gnome-design-team/gnome-mockups/master/avatar-chooser/avatar-chooser.png
925     https://bugzilla.gnome.org/show_bug.cgi?id=710874
926   - Avoid warnings with no pixbuf in UmCropArea
927     https://bugzilla.gnome.org/show_bug.cgi?id=710874
928   - Use a layout manager instead of constraints
929     This reduces property changes for every little change in the stage's
930     properties.
932     https://bugzilla.gnome.org/show_bug.cgi?id=710821
933   - Update TotemAspectFrame from totem
934     https://bugzilla.gnome.org/show_bug.cgi?id=710821
935   - Remove gdk_threads* calls
936     And bump the GDK and GTK+ required version to 3.6.
938     https://bugzilla.gnome.org/show_bug.cgi?id=710821
939   - Adapt to Automake test-driver changes
940     Distribute test-driver script and do not use cd in TESTS_ENVIRONMENT.
941   - Post-release version bump to 3.11.1
942   - Added/Updated Translations
943     - ca@valencia, courtesy of Josep Sànchez
944     - fa, courtesy of Arash Mousavi
945     - pt, courtesy of António Lima
946   - Added/Updated Documentation
947     - fr, courtesy of Mickael Albertus
949 version 3.10.0
950   - Post-release version bump to 3.10.0
951   - Added/Updated Translations
952     - ca, courtesy of Josep Sànchez
953     - et, courtesy of Mattias Põldaru
954     - eu, courtesy of Iñaki Larrañaga Murgoitio
955     - ja, courtesy of Jiro Matsuzawa
956     - pa, courtesy of A S Alam
957     - uk, courtesy of Daniel Korostil
959 version 3.9.92
960   - Close the preferences if the action is disabled
961     When shooting, the preferences action is disabled. If the preferences
962     dialog is shown, the resolution and capture device can still be changed,
963     so hide the dialog when the preferences action is disabled.
964   - Disable the preferences action while shooting
965     Changing the resolution or camera device while recording can lead to a
966     crash, so avoid the problem by disabling the preferences action whenever
967     the mode change actions are disabled. Fixes bug 670782.
968   - Fix video recording with GStreamer >= 1.1.4
969     GStreamer >= 1.1.4 requires fully specifying the video-capture-source
970     caps,
971     otherwise Cheese prints this:
973 (cheese:22606): cheese-WARNING **: Filter caps do not completely specify
974     the output format: gstcapsfilter.c(348): gst_capsfilter_prepare_buf ():
975 /GstCameraBin:camerabin/GstCapsFilter:videobin-capsfilter:
976     Output caps are unfixed: video/x-raw, framerate=(fraction)30/1,
977     width=(int)640, height=(int)480, format=(string){ YUY2,
978     YV12, BGR, RGB, I420 }, pixel-aspect-ratio=(fraction)1/1,
979     interlace-mode=(string)progressive
981     and video-recording is broken. Fixes bug 707391.
983   - Skip loading effects with missing plugins
984     If effects modules are missing, do not load them into EffectsManager to
985     skip showing them in the UI. Fixes bug 702995.
986   - Fix categories in .desktop file, bug 707373
987     gnome-software uses the desktop file categories to sort the applications
988     it shows. This commit fixes the categories according to the freedesktop
989     spec, so that Cheese will appear in the correct category.
991     For more information:
992     http://standards.freedesktop.org/menu-spec/latest/apa.html
993     http://standards.freedesktop.org/menu-spec/latest/apas02.html
994   - Drop wrong license lines from Galician translations for docs
995   - Post-release version bump to 3.9.92
996   - Added/Updated Translations
997     - as, courtesy of Nilamdyuti Goswami
998     - be, courtesy of Yuri Matsuk
999     - da, courtesy of Ask Hjorth Larsen
1000     - fi, courtesy of Jiri Grönroos
1001     - fr, courtesy of Alain Lojewski
1002     - ga, courtesy of Seán de Búrca
1003     - hu, courtesy of Balázs Úr
1004     - id, courtesy of Andika Triwidada
1005     - it, courtesy of Milo Casagrande
1006     - ko, courtesy of Changwoo Ryu
1007     - lt, courtesy of Aurimas Černius
1008     - lv, courtesy of Rūdolfs Mazurs
1009     - pl, courtesy of Piotr Drąg
1010     - ru, courtesy of Yuri Myasoedov
1011     - sr, courtesy of Мирослав Николић
1012     - sr@latin, courtesy of Miroslav Nikolić
1013   - Added/Updated Documentation
1014     - es, courtesy of Daniel Mustieles
1015     - gl, courtesy of Fran Dieguez
1016     - hu, courtesy of Gabor Kelemen
1017     - id, courtesy of Andika Triwidada
1019 version 3.9.91
1020   - Do not override errors in camera_state_change_null
1021     If a more detailed error has already been set (through a GError return
1022     from libcheese), do not override it when changing state to null.
1024     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1025   - Fix memory leak when freeing video formats
1026     Free the GList, as well as the video formats in the list.
1028     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1029   - Improve cheese_camera_device_get_best_format()
1030     If a camera device which can do 1600x900 at 10 FPS and 1280x800 @ 25
1031     FPS, then 1600x900 is not really the best format, as 10 FPS leads to a
1032     bad user experience.
1034     Improve the situation by constraining
1035     cheese_camera_device_get_best_format() to return the format with the
1036     highest resolution with a width greater than 640 pixels and a framerate
1037     of greater the 15 FPS.
1039     If no mode matching the widh >= 640 && frame_rate >= 15 criteria is found,
1040     get_best_format will behave as before as simply return the highest
1041     resolution
1042     mode.
1044     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1045   - Limit caps to the maximum framerate
1046     Limit the caps returned by cheese_camera_device_get_caps_for_format() to
1047     the maximum framerate supported at the requested resolution. This is
1048     necessary because GStreamer first selects a format and then a framerate,
1049     resulting in it picking for 1280x720 as an example, YUYV @ 15 FPS,
1050     instead of MJPEG @ 30 FPS (which will be converted to i420 by the
1051     videoconvert element in camerabin2), or at 1600x1200 YUYV @ 5 fps
1052     instead of MJPEG @ 10 fps.
1054     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1055   - Add cheese_camera_device_find_full_format() helper
1056     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1057   - Keep track of highest available camera framerates
1058     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1059   - Add git repository information to DOAP file
1060   - Post-release version bump to 3.9.91
1061   - Added/Updated Translations
1062     - be, courtesy of Yuri Matsuk
1063     - hu, courtesy of Balázs Úr
1064     - it, courtesy of Milo Casagrande
1065     - lt, courtesy of Aurimas Černius
1066     - pl, courtesy of Piotr Drąg
1067   - Added/Updated Documentation
1068     - es, courtesy of Daniel Mustieles
1069     - hu, courtesy of Gabor Kelemen
1070     - id, courtesy of Andika Triwidada
1072 version 3.9.90
1073   - Fix tag in German translation
1074   - Remove help translations with incompatible license
1075     Since the license of the help was changed to CC-BY-SA 3.0 Unported, the
1076     translations must have license that is compatible. Some licenses were
1077     declared to be the same as the "Cheese package", which would be the GNU
1078     GPL 2 or later, which is incompatible with CC-BY-SA 3.0 Unported.
1080     Remove the problematic translations, as they cannot be distributed with
1081     Cheese unless the license header is updated by the contributors. Fixes
1082     bug 705568/
1083   - Change license in header of Chinese simplified translation for help
1084   - Updated Brazilian Portuguese translation (with header showing properly
1085     the license)
1086   - License help under CC-BY-SA 3.0 Unported
1087     The help was not explicitly under a license, as described in bug 703238.
1088     Specify the license as CC-BY-SA 3.0 to match with other GNOME help:
1090     https://wiki.gnome.org/DocumentationProject/Licensing
1092     License clarification approved by help contributors (found with
1093     "git shortlog help/C/*.page") as listed below:
1095     Signed-off-by: Jeremy Bicha <jbicha@ubuntu.com>
1096     Signed-off-by: Ekaterina Gerasimova <kittykat3756@gmail.com>
1097     Signed-off-by: Michael Hill <mdhill@gnome.org>
1098     Signed-off-by: Tiffany Ann Antopolski <tiffany.antopolski@gmail.com>
1099     Signed-off-by: Julita Inca <jinca@gnome.org>
1100   - Post-release version bump to 3.9.90
1101   - Added/Updated Translations
1102     - cs, courtesy of Marek Černocký
1103     - de, courtesy of Benjamin Steinwender
1104     - gl, courtesy of Fran Dieguez
1105     - he, courtesy of Yaron Shahrabani
1106     - sl, courtesy of Matej Urbančič
1107     - th, courtesy of Akom Chotiphantawanon
1108   - Added/Updated Documentation
1109     - cs, courtesy of Marek Černocký
1110     - de, courtesy of Christian Kirbach
1111     - pt_BR, courtesy of Enrico Nicoletto
1112     - zh_CN, courtesy of Wylmer Wang
1114 version 3.9.5
1115   - Remove cheese-actions.ui from po/POTFILES.in
1116     Fixes bug 704119.
1117   - Refactor thumbnail context menu event handling
1118     Use Gdk.Event.triggers_context_menu() rather than checking if the
1119     secondary button was pressed. Return true if the event was handled, to
1120     stop further event propagation.
1121   - Use GAction for thumbnail popup menu actions
1122   - Post-release version bump to 3.9.5
1123   - Added/Updated Translations
1124     - cs, courtesy of Marek Černocký
1125     - es, courtesy of Daniel Mustieles
1126     - nb, courtesy of Kjartan Maraas
1127     - pt_BR, courtesy of Enrico Nicoletto
1128     - sk, courtesy of Pavol Klačanský
1129     - tg, courtesy of Victor Ibragimov
1130     - zh_CN, courtesy of 甘露(Lu Gan)
1131     - zh_HK, courtesy of Chao-Hsiung Liao
1132     - zh_TW, courtesy of Chao-Hsiung Liao
1133   - Added/Updated Documentation
1134     - pt_BR, courtesy of Enrico Nicoletto
1136 version 3.9.4
1137   - Move gettext initialization to main()
1138     Ensure that gettext is always initialized, regardless of whether the
1139     running instance is the primary instance.
1140   - Make actions insensitive when no webcam is present
1141     Set the "effects", "mode" and "shoot" actions insensitive when no camera
1142     devices are found on startup. Fixes bug 693070.
1143   - Remove TODO
1144   - Add touch event handler for selecting effects
1145     Use a ClutterTapAction on each effect to allow either a mouse click or a
1146     touch tap to select effects. Depend on Clutter 1.13.2 for
1147     ClutterTapAction. Fixes bug 692745.
1148   - Updated POTFILES.in and POTFILES.skip
1149   - Move action sensitivity handling to Application
1150   - Remove unnecessary instance_pos attribute
1151     The instance_pos attribute is only used in Cheese when connecting
1152     signals from actions to handlers with GtkBuilder.
1153   - Do not show thumbnails in fullscreen
1154     This can happen when toggling the wide mode action while fullscreen mode
1155     is active. Also remove the unnecessary resize calls.
1157     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1158   - Remove unused move_all_to_trash action
1159   - Remove wide-mode and fullscreen GSettings keys
1160     Both wide mode and fullscreen mode can be set with toggle actions, and
1161     there is little reason for the state to persist across application
1162     restart.
1163   - Mark cheese_[gtk_]init() arguments as allow-none
1164     It is reasonable to pass NULL for argc and argv.
1165   - Refactor command-line argument handling
1166     Only handle Cheese options on the command line; handle library options
1167     with environment variables instead. Use actions from the command-line
1168     parser to switch to wide mode and fullscreen mode.
1169   - Refactor Application startup
1170     Override default handlers rather than connecting to signals. Add
1171     startup() and use it to initialize cheese-gtk and gettext.
1172   - Split main() and Application into separate files
1173   - um-crop-area.c: Relicense to GPLv2+
1174     This makes the file fit in better with the rest of Cheese,
1175     license-wise.
1177     https://bugzilla.gnome.org/show_bug.cgi?id=703239
1178   - Remove stale help translations
1179     Many translations have not been updated since the switch to Mallard
1180     help, so remove them from HELP_LINGUAS to make the distribution smaller
1181     and speed up building.
1182   - Handle NULL state errors in CheeseAvatarChooser
1183     Fixes remainder of bug 703123.
1184   - Show an error message if the camera state is NULL
1185     If there is a GST_MESSAGE_ERROR, stop the stream and emit
1186     ::state-flags-changed on the CheeseCamera. Handle the state change in
1187     CheeseWindow by showing a generic error message. This message can easily
1188     occur if the video device is busy, such as when another application is
1189     using the webcam.
1191     Fixes bug 703123.
1192   - Add CheeseWindow.show_error() method
1193     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1194   - Fix being paused when effect valves are closed
1195     The move to autocluttersink in 3.9 causes a regression compared to 3.8,
1196     where if an effect's control valve is closed the pipeline will never
1197     transition from paused to playing since the cluttersink is stuck in
1198     paused.
1200     This regression can be triggered the following way:
1201     1) Go the effect selector
1202     2) Go to the next page in the effect selector, so that the now connected
1203     effects from the first page get their control valve set to closed
1204     3) Change resolution or device, so that the pipeline gets stopped and
1205     started again
1207     After 3) the pipeline will be stuck in pause, as the cluttersinks of the
1208     effect previews are stuck in pause.
1210     The cause for this is that with the move to autocluttersink we are no
1211     longer setting the sink's "async" property, see commit 424afdaa 'Use
1212     "autocluttersink" instead of "cluttersink"'.
1214     Setting the "async" property is no longer (easily) doable, since
1215     autocluttersink is a gstbin derived object which has the actual sink
1216     embedded.
1218     Instead this patch fixes the stuck in pause problem by locking the
1219     autocluttersinks of the effect previews into the playing state.
1221     Note that no longer setting of the async property on the sink is also
1222     the root cause of the issue fixed by my patch titled: "Set all valves
1223     open on play". The opening of the main valve is still necessary, since
1224     locking the viewfinder sink's state to PLAYING does not seem a good
1225     idea, the opening of the effects-valve on play OTOH is no longer
1226     necessary.
1228     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1229   - Use shoot action when handling the webcam button
1230     Rather then calling on_shoot directly, call the action, so that if shoot
1231     is disabled, it also cannot be triggered through the webcam button.
1233     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1234   - Set all valves open on play
1235     If some valves are closed on play, GStreamer will wait for the valves to
1236     open before moving from paused to playing, and a frozen image is shown.
1238     This does not happen on startup since on startup all valves are open,
1239     nor does it happen when changing video-format directly after startup,
1240     since all valves will still be open. As soon as
1241     cheese_camera_toggle_effects_pipeline() has been called once, any
1242     subsequent attempt to change the video format (and thus stopping and
1243     re-starting the pipeline) will result in a frozen image.
1245     This patch fixes this by opening all valves on play, and calling
1246     cheese_camera_toggle_effects_pipeline() with the last active value after
1247     the pipeline transitions to the playing state.
1249     This has the added advantage that unlike before the effects valve will
1250     be closed on startup, rather then staying open till the first call to
1251     cheese_camera_toggle_effects_pipeline().
1253     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1254   - Avoid setting the same effect again
1255     Check for the current effect being the same as the one set and if so,
1256     ignore the change.
1258     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1259   - Disable effects and mode actions while shooting
1260   - Fix de-activation of effects button
1261     So that the user does not need to click twice on the effect button
1262     to change
1263     the effect (after the first time the effect was changed).
1265     https://bugzilla.gnome.org/show_bug.cgi?id=698399
1267     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1268   - Reorder Help and About in the app menu
1269     Move Help to be above About in the application menu so that it complies
1270     with the HIG.
1271   - Post-release bump to 3.9.4
1272   - Added/Updated Translations
1273     - cs, courtesy of Marek Černocký
1274     - de, courtesy of Benjamin Steinwender
1275     - es, courtesy of Daniel Mustieles
1276     - nb, courtesy of Kjartan Maraas
1277   - Added/Updated Documentation
1278     - pt_BR, courtesy of Rafael Ferreira
1280 version 3.9.3
1281   - Add documentation for CheeseCamera signals
1282   - Remove unused Cheese.MainWindow.get_data_file_dir
1283   - Make the flash background white
1284   - Fix assertion failures when taking a photo
1285     Before this patch, Cheese would log the following each time the user
1286     takes a photo:
1288     (cheese:21719): GLib-GIO-CRITICAL **: g_file_info_get_size: assertion
1289     `G_IS_FILE_INFO (info)' failed
1291     (cheese:21719): GLib-GObject-CRITICAL **: g_object_unref: assertion
1292     `G_IS_OBJECT (object)' failed
1293   - Fix updating sensitivity of device selection combo
1294     If Cheese was started with 1 device, and then a second was added, the
1295     device selection stayed insensitive, making it impossible to select the
1296     second device.
1298     This fixes the problem, and also makes the combo insensitive again when
1299     going from >= 2 devices to <= 1 device.
1300   - Downscale image for effects-preview pipeline
1301     Having the whole effects-preview bin deal with ie 1280x800 images is not
1302     very useful, especially since even when fullscreen on a full-HD monitor,
1303     the preview images are smaller then 640xXXX. This useless high-res
1304     processing for 9 preview images in parallel brings my 2nd gen
1305     core i5 @ 3.1 GHz to its knees, resulting in a non fluid preview panel.
1307     Also after clicking through all effect preview pages, so that all effect
1308     preview textures are connected, cheese will use 1 GB of *resident* RAM
1309     with the example 1280x800 capture resolution.
1311     This patch improves this by downscaling the images from the video-source
1312     to 640xXXX where XXX is determined by the original resolution
1313     aspect-ratio.
1315     After this patch the effects preview framerate is much smoother, and the
1316     latency is noticably less. As a bonus the maximal resident size of
1317     Cheese in this example is reduced to 350 MB.
1318   - Do not block the main valve while recording
1319     Otherwise frames intended for the recording are dropped.
1320   - Only add videoconvert elements where necessary
1321     The "no effect" effect is our default value, and thus worth optimizing a
1322     bit. Clearly in the "no effect" effect case adding a videoconvert
1323     element both before and after the element is not needed.
1325     Note we also don't add the videoconvert elements when creating the
1326     initial pipeline, so this also keeps the way the pipeline looks
1327     initially and when "no-effect" is selected consistent.
1329     When starting Cheese with "no-effect" selected, this shaves off another
1330     130 ms of the initial pipeline creation time.
1331   - Drop unused preview_caps variable
1332   - Simplify returned GstCaps
1333     In cheese_camera_device_get_caps_for_format, simplify the returned caps.
1334     This results in much simpler caps, which as main advantage that they are
1335     way easier to read when trawling to debug logs.
1336   - Fix cheese_camera_device_get_best_format memleak
1337     cheese_camera_device_get_best_format() calls
1338     cheese_camera_device_get_format_list(), which returns a sorted copy of
1339     the format lists, then takes the first element of that list, and
1340     returns a copy of that element. While never freeing the list copy.
1342     This patch fixes this leak by simply making the priv->formats list
1343     sorted so that cheese_camera_device_get_best_format can use it directly
1344     without the need to make (and then later free) a copy.
1345   - Fix cheese_camera_device_filter_caps warning
1346   - Remove unused GstCameraBinFlags enum
1347   - Fix video-source memleak when switching cameras
1348   - Improve error handling in CheeseCamera
1349     Simplify error cleanup in cheese_camera_set_camera_source(). Do not call
1350     g_error_free() on a possible NULL error in
1351     cheese_camera_element_from_effect().
1352   - Fix no-video-after-switching-resolution problem
1353     There is a bug in wrappercamerabinsrc which causes it to lose its
1354     video-source setting after the pipeline has started, so on a
1355     stop/re-start, as when changing resolution, its video-source has become
1356     NULL, and there is no longer video.
1358     This patch works around this by moving the setting of the video-source
1359     property to cheese_camera_play(), so that it gets (re)set each time
1360     before starting the pipeline.
1362     I've also written a patch fixing the underlying cause, but since the
1363     workaround is simple, and has no adverse effects when the underlying
1364     issue is fixed, it seems a good idea to have this workaround in Cheese,
1365     see here for the gst-plugins-bad fix:
1367     https://bugzilla.gnome.org/show_bug.cgi?id=701915
1368   - Remove extranous csp_post_balance element
1369     camerabin2 already has a videoconvert element both before and after its
1370     video-source-filter element, so ending the video-source-filter bin with
1371     a videoconvert element puts 2 videoconvert elements behind each other,
1372     which is not really useful.
1373   - Add a capsfilter to the video-source bin
1374     This serves 2 purposes. Firstly, it forces GStreamer to actually run the
1375     video source at the configured resolution, rather then say run it at
1376     1600x1200 @ 5 fps and downscale that to 800x600 (still at 5 fps), as
1377     GStreamer opts to do with my Logitech Webcam Pro 9000, when left to its
1378     own auto negotiate code. Secondly, by greatly reducing the amount of
1379     advertised caps (this cam supports lots of different resolutions at many
1380     different framerates per resolution), it avoids a caps intersect
1381     "explosion", reducing the pipeline caps negotiation.
1382   - Remove nautilus-sendto sharing support
1383     As nautilus-sendto can now only share by email, the sharing can be
1384     handled by a photo management application, or directy by the email
1385     client.
1386   - Avoid assert when taking avatar photos too quickly
1387     If the take photo button was pressed while a photo was being taken, an
1388     assert would be triggered by the failed call to
1389     cheese_camera_take_photo_pixbuf(). Avoid this by setting the take photo
1390     button insensitive while a photo is being taken, and setting it
1391     sensitive after the photo has been taken. Fixes bug 699596.
1392   - Post-release bump to 3.9.3
1393   - Added/Updated Translations
1394     - hu, courtesy of Balázs Úr
1395     - ja, courtesy of Noriko Mizumoto
1396     - th, courtesy of Akom Chotiphantawanon
1397     - zh_CN, courtesy of tuhaihe
1398   - Added/Updated Documentation
1399     - de, courtesy of Christian Kirbach
1401 version 3.9.2
1402   - Make maintainer.sh compliant with POSIX sh
1403   - Post-release bump to 3.9.2
1404   - Disable the shoot action if the effects are shown
1405     Fixes bug 700317.
1406   - Stop the running countdown on destruction
1407     Fixes bug 700315.
1408   - Added/Updated Translations
1409     - he, courtesy of Yaron Shahrabani
1410     - lt, courtesy of Aurimas Černius
1411     - nb, courtesy of Kjartan Maraas
1412     - sk, courtesy of Pavol Klačanský
1413     - sl, courtesy of Matej Urbančič
1415 version 3.9.1
1416   - Fix UI string in avatar chooser test
1417   - Use AM_VALAFLAGS rather than VALAFLAGS
1418   - Avoid Vala warning about copying delegates
1419     Mark the variable in which CountdownCallback is stored as unowned, as it
1420     is simply a pointer to the callback.
1421   - Use "autocluttersink" instead of "cluttersink"
1422   - Use clutter_actor_set_background_color
1423     Instead of the deprecated cltuter_stage_set_color, use
1424     clutter_actor_set_background_color.
1425   - Use clutter_actor_add_child
1426     Instead of using the deprecated clutter_container_add_actor, use
1427     clutter_actor_add_child.
1428   - Avoid deprecated clutter_actor_animate
1429     Use implicit animation instead.
1430   - Avoid deprecated clutter_table_layout_set_expand
1431     Use the "expand-x" and "expand-y" properties on ClutterActor instead
1432     (which are both set to false by default).
1433   - Use ClutterActor rather than ClutterRectangle
1434   - User ClutterActor rather than ClutterBox
1435     ClutterBox is deprecated.
1436   - Bump required versions of Clutter and GIO
1437     GIO 2.32 or above is required for GMenu support and Clutter 1.12 is
1438     required to make use of new API to avoid deprecation warnings when using
1439     Clutter 1.12 or above.
1440   - Avoid Vala compiler warning about implicit begin
1441   - Fix cheese_thumb_view_new() prototype
1442   - Remove some unnecessary "static" keywords
1443     This avoids some warnings from the Vala compiler.
1444   - Update burst mode help page
1445     Improve the wording, add more details about the preference dialog.
1446   - Update the gschema to use "photo" and "image"
1447     Use "photo" and "image" instead of "picture" so that the schema
1448     descriptions are more consistent and precise.
1449   - Improve "Fire Flash" string in the Preferences
1450     Change "Fire Flash" to "Fire flash" because it is not a title, so should
1451     not use header capitalisation.
1452   - Fix typos in help
1453   - Update help for 3.8
1454     Mark author emails as not translatable. Correct "version" to
1455     "pkgversion" in revision tags. Update instructions for app menu and new
1456     preference dialog tabs. Stub mode-wide.page because the instructions are
1457     wrong.
1458   - Replace GtkBox casts with GtkGrid casts
1459     This manifested as the "Leave Fullscreen" button not being displayed
1460     when switching into fullscreen mode. Fixed bug 691454.
1461   - libcheese doesn't need gnome-desktop
1462     So don't link to it.
1464     https://bugzilla.gnome.org/show_bug.cgi?id=694288
1465   - cheese-camera: Fix creation of effects previews
1466     Since many previews are created, with many cluttersinks, we can't name
1467     the cluttersinks all the same. Passing NULL as the name of the element
1468     will let gstreamer choose the name.
1469   - libcheese: Fix deprecated clutter sink creation
1470     Create cluttersink with element_factory_make.
1471   - Depend on valac 0.18 for gstreamer-1.0
1472     gstreamer-1.0 vala bindings is only available on valac-0.18.
1473   - Update icon in user help to be untranslatable
1474   - Fix translations of keywords in .desktop files
1475   - Improve more translatable strings, bug 695459
1476     Disambiguate the "Take a photo" string further.
1477   - Improve some translatable strings, bug 695459
1478     Add a translator comment and extend some translatable strings to make
1479     the context more clear.
1480   - Post-release bump to 3.7.92
1481   - Added/Updated Translations
1482     - as, courtesy of Nilamdyuti Goswami
1483     - be, courtesy of Yuri Matsuk
1484     - ca, courtesy of xavier
1485     - ca@valencia, courtesy of xavier
1486     - cs, courtesy of Marek Černocký
1487     - da, courtesy of Kenneth Nielsen
1488     - de, courtesy of Mario Blättermann
1489     - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
1490     - es, courtesy of Daniel Mustieles
1491     - fa, courtesy of Arash Mousavi
1492     - fi, courtesy of Jiri Grönroos
1493     - fr, courtesy of Pierre Henry
1494     - gl, courtesy of Fran Dieguez
1495     - hi, courtesy of raj
1496     - hu, courtesy of Balázs Úr
1497     - ko, courtesy of Changwoo Ryu
1498     - lv, courtesy of Rūdolfs Mazurs
1499     - ml, courtesy of Anish A
1500     - nl, courtesy of Reinout van Schouwen
1501     - or, courtesy of Manoj Kumar Giri
1502     - pt_BR, courtesy of Enrico Nicoletto
1503     - pt, courtesy of Duarte Loreto
1504     - sk, courtesy of Pavol Klačanský
1505     - sr, courtesy of Мирослав Николић
1506     - sr@latin, courtesy of Miroslav Nikolić
1507     - ta, courtesy of Shantha kumar
1508     - tr, courtesy of Muhammet Kara
1509     - uk, courtesy of Daniel Korostil
1510   - Added/Updated Documentation
1511     - ca, courtesy of Gerard Alcorlo Bofill
1512     - de, courtesy of Tobias111
1513     - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
1514     - es, courtesy of Daniel Mustieles
1515     - fr, courtesy of Mickael Albertus
1516     - hu, courtesy of Gabor Kelemen
1517     - pt_BR, courtesy of Enrico Nicoletto
1519 version 3.7.91
1520   - Post-release bump to bersion 3.7.91
1521   - Added/Updated Translations
1522     - cs, courtesy of Marek Černocký
1523     - de, courtesy of Mario Blättermann
1524     - fr, courtesy of Pierre Henry
1525     - gu, courtesy of
1526     - pa, courtesy of A S Alam
1528 version 3.7.90
1529   - Change schema path to standard format, bug 673965
1530   - Remove libgee dependency from configure.ac
1531     Since commit 4dc020519fb57a9e0fac806ce9b421a551ffa2a4 Cheese no longer
1532     depends on libgee.
1533   - Avoid using libgee
1534     Rather than port to libgee 0.8, drop use of it entirely.
1535   - Post-release version bump to 3.7.5
1536   - Added/Updated Translations
1537     - an, courtesy of Daniel Martinez
1538     - eu, courtesy of Iñaki Larrañaga Murgoitio
1539     - it, courtesy of Milo Casagrande
1540     - pl, courtesy of Piotr Drąg
1541     - sr, courtesy of Мирослав Николић
1542     - sr@latin, courtesy of Miroslav Nikolić
1543     - ug, courtesy of Gheyret Kenji
1544     - zh_HK, courtesy of Chao-Hsiung Liao
1545     - zh_TW, courtesy of Chao-Hsiung Liao
1546   - Added/Updated Documentation
1547     - de, courtesy of Tobias111
1548     - es, courtesy of Daniel Mustieles
1550 version 3.7.4
1551   - Eliminate an instance-used-via-static warning
1552   - Avoid deprecated GFile attribute syntax
1553     Bump Vala requirement to 0.16.0.
1554   - Update photo-take help page
1555     Update language and add instructions for capturing photo using a
1556     capture button on a webcam (bug 690961)
1557   - Shoot when the webcam capture button is pressed
1558     This functionality existed is Cheese 2.32 (it was added in commit
1559     de0114556cef148c396552d1c189b476ea0c8aab) but was lost in 3.0. Add it
1560     back to fix bug 690961.
1561   - Post-release bump to version 3.7.4
1562   - Added/Updated Translations
1563     - an, courtesy of Jorge Pérez Pérez
1564     - bg, courtesy of Krasimir Chonov
1565     - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
1566     - et, courtesy of Mattias Põldaru
1567     - fur, courtesy of TmTFx
1568     - gl, courtesy of Fran Dieguez
1569     - he, courtesy of Yaron Shahrabani
1570     - hu, courtesy of Balázs Úr
1571     - kk, courtesy of Baurzhan Muftakhidinov
1572     - lt, courtesy of Aurimas Černius
1573     - nb, courtesy of Kjartan Maraas
1574     - ru, courtesy of Aleksej Kabanov
1575     - sl, courtesy of Matej Urbančič
1576     - th, courtesy of Akom Chotiphantawanon
1578 version 3.7.3
1579   - Return to the video view after selecting an effect
1580     Fixes bug 687879.
1581   - More g_thread_init() removal
1582     Add --target-glib 2.32 to the VALAFLAGS so that we don't get
1583     g_thread_init() in the generated .c code.
1584   - Drop calls to g_thread_init() in tests
1585     Our dependency on Gtk 3.4 already gives us an indirect dependency on a
1586     GLib that no longer requires these calls.
1588     We got away with this for a while due to gstreamer's public dependency
1589     on libgthread, but as of bug 689043 gstreamer no longer does this so we
1590     now get link errors.
1592     https://bugzilla.gnome.org/show_bug.cgi?id=689117
1593   - Handle thumbnail directory creation, bug 671614
1594   - Return NULL rather than a const empty string
1595     Fix bug 687042 and bug 687123 by returning NULL from
1596     cheese_camera_get_recorded_time() rather than a const empty string. The
1597     returned NULL can be safely freed with g_free(), whereas freeing the
1598     const string is undefined and leads to a crash with glibc.
1599   - Add keywords to the desktop file
1600     This makes gnome-shell search more satisfying.
1602     https://bugzilla.gnome.org/show_bug.cgi?id=687006
1603   - Add some missing mnemonics, bug 684513
1604   - Post-release verson bump to 3.7.1
1605   - Added/Updated Translations
1606     - an, courtesy of Jorge Pérez Pérez
1607     - as, courtesy of Nilamdyuti Goswami
1608     - ca@valencia, courtesy of Gil Forcada
1609     - el, courtesy of Tom Tryfonidis
1610     - es, courtesy of Daniel Mustieles
1611     - pl, courtesy of Piotr Drąg
1612     - sk, courtesy of Pavol Babinčák
1613     - ta, courtesy of Shantha kumar
1614   - Added/Updated Documentation
1615     - lv, courtesy of Rūdolfs Mazurs
1616     - sl, courtesy of Andrej Žnidaršič
1618 version 3.6.0
1619   - Added/Updated Translations
1620     - bg, courtesy of Krasimir Chonov
1621     - bn_IN, courtesy of Sayak Sarkar
1622     - et, courtesy of Mattias Põldaru
1623     - fr, courtesy of Pierre Henry
1624     - ja, courtesy of Noriko Mizumoto
1625     - ky, courtesy of Timur Zhamakeev
1626     - ml, courtesy of Ani Peter
1627     - pa, courtesy of A S Alam
1628     - te, courtesy of Krishnababu Krothapalli
1629     - th, courtesy of Akom Chotiphantawanon
1630     - uk, courtesy of Re.
1631     - zh_CN, courtesy of YunQiang Su
1632   - Added/Updated Documentation
1633     - el, courtesy of Tom Tryfonidis
1634     - fr, courtesy of Bruno Brouard
1636 version 3.5.92
1637   - Post-release version bump to 3.5.92
1638   - Added/Updated Translations
1639     - be, courtesy of Yuri Matsuk
1640     - cs, courtesy of Marek Černocký
1641     - da, courtesy of Kenneth Nielsen
1642     - en_GB, courtesy of Bruce Cowan
1643     - fa, courtesy of Arash Mousavi
1644     - fi, courtesy of Jiri Grönroos
1645     - fr, courtesy of Pierre Henry
1646     - gl, courtesy of Leandro Regueiro
1647     - hi, courtesy of rajesh
1648     - hu, courtesy of Gabor Kelemen
1649     - ko, courtesy of Seong-ho Cho
1650     - lv, courtesy of Rūdolfs Mazurs
1651     - or, courtesy of Manoj Kumar Giri
1652     - pt_BR, courtesy of Fábio Nogueira
1653     - ru, courtesy of Yuri Myasoedov
1654     - tr, courtesy of Muhammet Kara
1655   - Added/Updated Documentation
1656     - fr, courtesy of Bruno Brouard
1657     - gl, courtesy of Fran Dieguez
1658     - hu, courtesy of Gabor Kelemen
1659     - pt_BR, courtesy of Gabriel Speckhahn
1661 version 3.5.91
1662   - Post-release version bump to 3.5.91
1663   - Fix another missing stdlib.h include
1664     For EXIT_FAILURE.
1665   - Bump libtool versioning after GStreamer 1.0 port
1666   - Move variable declarations before code in C source
1667     This allows compilation to succeed with
1668     ‘-Werror=declaration-after-statement’ passed to GCC.
1669   - Fix comment about preset locations
1670     Update for new location in GStreamer 1.0.
1672     https://bugzilla.gnome.org/show_bug.cgi?id=680422
1673   - Update pkg-config dependencies for GStreamer 1.0
1674     https://bugzilla.gnome.org/show_bug.cgi?id=680422
1675   - Fix dependencies for Cheese introspection
1676     Update for GStreamer 1.0.
1678     https://bugzilla.gnome.org/show_bug.cgi?id=680422
1679   - Add stdlib.h include for EXIT_SUCCESS
1680   - Depend on the new clutter-gst version
1681   - Update to the new pad template name
1682   - Rename ffmpegcolorspace to videoconvert
1683     The element was renamed in GStreamer 1.0.
1684   - Update raw caps to new format
1685     There is no video/x-raw-yuv or -rgb, they are both now video/x-raw with
1686     a format field.
1687   - Update to GStreamer 1.0 API
1688   - Rename camerabin2 to camerabin
1689     camerabin2 was renamed to camerabin in GStreamer 1.0.
1690   - Depend on gstreamer-1.0
1691   - Do not set filter-caps property on camerabin2
1692     The "filter-caps" property doesn't exist on camerabin2.
1693   - Re-add GstCaps variable in CheeseCamera
1694     caps variable was removed during rebase, but it is still used.
1695   - Fix CheeseCamera recording time reporting
1696     Camerabin2 maintains its pipeline clock continuously running, this makes
1697     the time reporting for video recording actually report the time since
1698     camerabin2 was initialized.
1700     This patch fixes it by querying the video filesink for the correct
1701     recording time.
1702   - Check for camerabin2 instead of camerabin
1703   - Encode WebM/VP8 instead of OGG/Theora
1704     Create WebM profile and use it with camereabin2. Also use presets for
1705     vp8enc.
1706   - Stop-capture is asynchronous in camerabin2
1707     Wait for video-done message to signal that capture is over.
1708   - Image-done message is posted by camerabin2
1709     Camerabin2 is the element to post the image-done message, not the camera
1710     source.
1711   - Remove unused variables warnings in CheeseCamera
1712   - Split setting of CheeseCamera caps from playing
1713     Add new cheese_camera_set_new_caps() method, split from
1714     cheese_camera_play().
1715   - Set ClutterTextureVideoSink sync=false
1716     Without this the sink will issue a warning:
1718   ** (cheese:21655): WARNING **: Internal data flow problem.:
1719     gstbasesink.c(3626): gst_base_sink_chain_unlocked ():
1720   /GstCameraBin2:camerabin2/GstViewfinderBin:vf-bin/ClutterGstVideoSink:cluttergstvideosink0:
1721     Received buffer without a new-segment. Assuming timestamps start from 0.
1723     I'm not sure what the implications of this setting are. It might be
1724     caused by the clock/time rewriting magic from camerabin2.
1725   - Do not switch mode when stopping video recording
1726   - Set the video resolution
1727     Use the viewfinder-caps property of camerabin2, rather than the
1728     set-video-resolution-fps signal of camerabin.
1729   - Fix pixbuf-only capture
1730     camerabin2 sends the preview-image bus message through the
1731     gstwrappercamerabinsrc.
1733     In camerabin2 if the location is NULL, it is interpreted as a "don't
1734     write in a file just post the buffer as a bus message".
1735   - Enable post-preview property when needed
1736     When taking a photo to pixbuf, sets post-preview to enable camerabin2 to
1737     send the preview message.
1738   - Remove camerabin workaround
1739     No longer needed with camerabin2.
1740   - Convert image-done to a bus message, from a signal
1741     Quote from camerabin2's PORTING guide:
1743     In camerabin, image-done is a signal, in camerabin2, it is a bus message
1745     Signed-off-by: Raluca Elena Podiuc <ralucaelena1985@gmail.com>
1746   - Use definitions of MODE_IMAGE/VIDEO from camerabin
1747    #ifndef GST_USE_UNSTABLE_API
1748    #warning "camerabin enums are unstable API and may change in future."
1749    #warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
1750    #endif
1751   - Handle photo/video moved to monitored directories
1752     Camerabin2 creates a temporary file, writes data to it and in the end it
1753     moves it to the destination path.
1755     Without G_FILE_MONITOR_SEND_MOVED to g_file_monitor_directory, moves
1756     would be sent as DELETE + CREATE.
1758     Unfortunately, we would also get CREATE events when the temporary file
1759     was created. We cannot listen for CREATE events as temporary files would
1760     be CREATEd and then CHANGEd and the thumb-view creation code would work
1761     with bad data.
1763     By using G_FILE_MONITOR_SEND_MOVED we get a single event when the file
1764     is moved. As the file monitor ignores files with unknown extensions (as
1765     is the case for the temporary files created by camerabin2) we could only
1766     just append the new file. But because the user might also move a
1767     picture/video manually from the Pictures/Webcam or Videos/Webcam
1768     directories, removing the old file from the thumb-view keeps it
1769     up-to-date with the state of the file system.
1771     If camerabin2 switches away from the create-temp+move approach, to the
1772     camerabin one (create the destination file directly), we're prepared
1773     to handle that code with G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT.
1774   - Rename filename and capture-start/stop
1775     Quote from camerabin2's PORTING guide:
1777 [...] is now called 'location' instead of 'filename'
1779     The signals were renamed from capture-start/stop to start/stop-capture
1780     as this is the usual naming on actions.
1781   - Video filter on camera_source applies to all modes
1782     If the effect is applied on camera_source, the effect will be available
1783     in viewfinder and image/video capture modes.
1784   - Minimal functionality based on camerabin2
1785     These are the minimal changes needed to integrate camerabin2.
1787     Support for:
1788       - viewfinder (Cheese's main window)
1789       - effect previews
1791     Porting details:
1792       - obviously, the name has changed to camerabin2
1793       - Camerabin2 requires something special from it's "camera-source".
1795     We use the "wrappercamerabinsrc" module provided by camerabin2 which
1796     creates a "camera-source" suitable for camerabin2 based on a regular
1797     video source.
1798   - Depend on GTK+ 3.4.4 for GtkIconView changes
1799   - Request correct number of thumbview columns
1800     Rather then assuming 5000 will be enough, just set the number of columns
1801     to the number of thumbnails in the view. Fixes bug 634958 and bug 678446.
1803     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1804   - Add missing stdlib.h includes
1805     For the EXIT_* macro definitions.
1807     https://bugzilla.gnome.org/show_bug.cgi?id=682491
1808   - Remove unneeded XOverlay includes
1809     https://bugzilla.gnome.org/show_bug.cgi?id=682490
1810   - Ensure width is a multiple of 8, and height of 2
1811     We ask GStreamer to use an YUV format in the pipeline, by setting the
1812     camerabin's "filter-caps" to "video/x-raw-yuv", and GStreamer demands of
1813     YUV format frames that their width is a multiple of 8, and their height
1814     a multiple of 2.
1816     Previous to this patch my bttv tvcard lists the following resolutions in
1817     Cheese:
1818     924x576 (*)
1819     920x576
1820     640x480
1821     462x288 (*)
1822     460x288 (*)
1823     320x240
1824     231x144 (*)
1825     230x144 (*)
1826     160x120
1828     Where all the ones marked with an asterisk do not work.
1830     After this patch the list is:
1831     920x576
1832     640x480
1833     456x288
1834     320x240
1835     224x144
1836     160x120
1838     And all work.
1840     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1841   - Fix cheese_camera_device_update_format_table loop
1842     Some devices report a very small min_width / height down to reporting
1843     0x0 as minimum resolution, which causes an infinite loop in
1844     cheese_camera_device_update_format_table().
1846     This patch limits the minimum resultion to 160x120, both to fix the
1847     infinite loop issue, and to remove ridiculous resolutions such as 2x2,
1848     5x3, 11x7, 22x15 etc. which are seen in the resolution drop down on some
1849     devices.
1851     For more details on the infinite loop issue, see:
1852     https://bugzilla.redhat.com/show_bug.cgi?id=850505
1854     Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1855   - Post-release version bump to 3.5.90
1856   - Added/Updated Translations
1857     - as, courtesy of Nilamdyuti Goswami
1858     - de, courtesy of Tobias Endrigkeit
1859     - gl, courtesy of Leandro Regueiro
1860     - gu, courtesy of "Last-Translator: \n"
1861     - he, courtesy of Yaron Shahrabani
1862     - id, courtesy of Dirgita
1863     - it, courtesy of Francesco Valente
1864     - kn, courtesy of Shankar Prasad
1865     - lt, courtesy of Aurimas Černius
1866     - mr, courtesy of Sandeep Shedmake
1867     - nb, courtesy of Kjartan Maraas
1868     - pl, courtesy of Piotr Drąg
1869     - pt, courtesy of Duarte Loreto
1870     - sr, courtesy of Мирослав Николић
1871     - sr@latin, courtesy of Miroslav Nikolić
1872     - ta, courtesy of Dr.T.Vasudevan
1873     - vi, courtesy of Nguyễn Thái Ngọc Duy
1874     - zh_HK, courtesy of Chao-Hsiung Liao
1875     - zh_TW, courtesy of Chao-Hsiung Liao
1876   - Added/Updated Documentation
1877     - de, courtesy of Mario Blättermann
1879 version 3.5.5
1880   - Fix zh_CN translation markup
1881   - Set G_LOG_DOMAIN for libcheese and libcheese-gtk
1882     Define the logging domain for the GLib logging system, so that messages
1883     are prefixed with the name of the library.
1884   - Fix missing translation for a string
1885     https://bugzilla.gnome.org/show_bug.cgi?id=680756
1886   - Post-release bump to version 3.5.5
1887   - Added/Updated Translations
1888     - as, courtesy of Nilamdyuti Goswami
1889     - de, courtesy of Tobias Endrigkeit
1890     - el, courtesy of Tom Tryfonidis
1891     - es, courtesy of Daniel Mustieles
1892     - gl, courtesy of Fran Dieguez
1893     - gu, courtesy of "Last-Translator: \n"
1894     - ja, courtesy of Jiro Matsuzawa
1895     - sl, courtesy of Matej Urbančič
1896     - zh_CN, courtesy of Wylmer Wang
1897     - zh_HK, courtesy of Chao-Hsiung Liao
1898     - zh_TW, courtesy of Chao-Hsiung Liao
1899   - Added/Updated Documentation
1900     - zh_CN, courtesy of Wylmer Wang
1902 version 3.5.4
1903   - Require Clutter 1.10.0 for aspect frame changes
1904   - help: fixed broken links in Mallard docs
1905   - libcheese: Use Totem's aspect frame
1906     Based on the same code as the CheeseAspectFrame, but with
1907     the mx dependency removed.
1909     https://bugzilla.gnome.org/show_bug.cgi?id=678976
1910   - help: Fix Greek help translation
1911     Ampersands need to be escaped in the translations.
1912   - docs: Don't try to get documentation from marshal files
1913   - Post-release version bump to 3.5.4
1914   - Added/Updated Translations
1915     - as, courtesy of Nilamdyuti Goswami
1916     - be, courtesy of Yuri Matsuk
1917     - bg, courtesy of Krasimir Chonov
1918     - el, courtesy of Tom Tryfonidis
1919     - es, courtesy of Daniel Mustieles
1920     - gl, courtesy of Fran Dieguez
1921     - he, courtesy of Yaron Shahrabani
1922     - id, courtesy of Andika Triwidada
1923     - nb, courtesy of Kjartan Maraas
1924     - sl, courtesy of Matej Urbančič
1925   - Added/Updated Documentation
1926     - el, courtesy of Tom Tryfonidis
1927     - es, courtesy of Daniel Mustieles
1928     - id, courtesy of Andika Triwidada
1930 version 3.5.3
1931   - Add border to capture page of preferences dialog
1932   - Add accelerators to menu items
1933   - Make the preferences dialog work again
1934     Move the Cheese.Camera to Cheese.Main and use the same camera in
1935     Cheese.MainWindow and Cheese.PreferencesDialog. Setup the Camera in
1936     Cheese.Main.
1937   - Enable handling of the shoot action
1938   - Enable effects state change action
1939   - Enable handling of the fullscreen action
1940   - Set photo button text based on mode state
1941   - Make preferences and mode actions application-wide
1942     Move PreferencesDialog from MainWindow to Main. Handle app.mode action
1943     changes and update the state accordingly.
1944   - Add David King to authors in about dialog
1945   - Start porting to application-wide GMenu
1946     Add a menu to the application, and enable application-wide actions for
1947     showing the help, showing the about dialog and quitting the application.
1948     Move the GtkBuilder definition of the about dialog into Cheese.Main.
1949   - Update TODO
1950     Remove some completed TODO items.
1951   - Use a realtime preset for video encoder element
1952     Use the ‘Profile Realtime’ preset for vp8enc to set reasonable defaults
1953     for realtime encoding. The preset was added in gst-plugins-bad 0.10.23,
1954     so fall back to reasonable defaults. Fixes bug 668560 and partially
1955     fixes bug 674779.
1956   - Do not add 0-sized files to the thumb view
1957     Sometimes, ie when Cheese crashes when starting to record, something which
1958     we need to fix, 0 bytes large files are created under ~/Videos/Webcam.
1960     totem-video-thumbnailer does not like these, getting stuck for around a
1961     minute on them, I have filed bug 677734 for this.
1963     But even with this bug fixed, trying to add 0 byte sized files to the
1964     thumb view makes no sense, and in the mean time it also neatly works
1965     around this totem-video-thumbnailer bug.
1967     Fixes bug 677735.
1968   - Do not overwrite camerabin's default flags
1969     The comment above this code said: "Set flags to enable conversions", but
1970     camerabin has conversion enabled in the necessary places by default, all
1971     the code does is add an extra, unneeded ffmpegcsp element at the
1972     beginning of the pipeline.
1974     This results in a huge number of reported caps on pads further down the
1975     pipeline, which when intersected with input caps of later ffmpegcsp
1976     elements leads to an explosion of possible combinations and
1977     gst_caps_intersect_full starts consuming the CPU for 100% for seconds
1978     (various Fedora users have reported startup delays of upto a minute).
1980     On my test system, with a Logitech Webcam 9000 Pro, the time to create
1981     the camerabin pipeline (not start, not configure, just create!) drops
1982     from 7 seconds to 0.7 seconds by elimenating the unnecessary ffmpegcsp
1983     element at the beginning of the pipe.
1985     The only reason the ffmpegcsp element this patch removes could be useful
1986     would be for cameras producing only JPEG data, but since Cheese always
1987     uses v4l2src, and that should always be compiled with libv4l2 support
1988     (otherwise a lot of camera specific video formats will not be
1989     understood), libv4l2 will take care of JPEG decompression, so there
1990     really is no reason for having this extra element, and thus no reason to
1991     override the default camerabin flags.
1993     Fixes bug 677731.
1995   - Add libcheese headers to GIR source files
1996   - Fix images missing from effect buttons
1997     Commit 4cb11731e62b51c684993e43000c933ea97785c2 fixed the images missing
1998     from the photo / video / burst buttons, but the same problem also
1999     affects the previous effects-page, effects, next effects-page buttons.
2000     This patch fixes them too.
2002     Note that unlike the commit message of commit 4cb11731 suggest this
2003     not only fixes the printing of warnings to the console, it also fixes
2004     the pixmaps actually missing from the buttons. Fixes bug 677543.
2005   - Do not add NULL devices to the camera list
2006     cheese_camera_device_monitor_set_up_device() will return NULL for non
2007     video devices (ie vbi & radio devices). Emitting the added signal with
2008     such a NULL device, causes it to get added to the camera list, which
2009     later on causes cheese to crash.
2011     This patch fixes this by not emitting the added signal for non camera
2012     devices. Fixes bug 677574.
2013   - Post-release version bump to 3.5.3
2014   - Added/Updated Translations
2015     - as, courtesy of Nilamdyuti Goswami
2016     - el, courtesy of Ioannis Zampoukas
2018 version 3.5.2
2019   - Depend on intltool 0.50 for GSettings translations
2020   - Use G_SOURCE_REMOVE and _CONTINUE
2021   - Use GDK provided work area code, bug 670996
2022   - Remove markup from translatable string
2023   - Updated help makefile
2024   - Add fullscreen help page
2025   - Update help index page
2026   - Updated introduction help page
2027   - Efstathios Iosifidis <diamond_gr@freemail.gr>
2028   - Added/Updated Translations
2029     - es, courtesy of Daniel Mustieles
2030     - fr, courtesy of Pierre Henry
2031     - gl, courtesy of Fran Dieguez
2032     - he, courtesy of Yaron Shahrabani
2033     - ja, courtesy of Jiro Matsuzawa
2034     - nb, courtesy of Kjartan Maraas
2035     - pt_BR, courtesy of Gabriel Speckhahn
2036     - sl, courtesy of Matej Urbančič
2037   - Added/Updated Documentation
2038     - el, courtesy of Efstathios Iosifidis
2039     - es, courtesy of Daniel Mustieles
2040     - fr, courtesy of Bruno Brouard
2042 version 3.5.1
2043   - Add cheese_camera_get_recorded_time to API doc
2044   - Properly quote $UDEV_REQUIRED variable, bug 673628
2045     Otherwise configure fails on systems which don't have libgudev
2046     installed.
2047   - Stop warnings caused by the mode buttons
2048     Once we've set the related action, the label will have been synced, and
2049     we won't be able to add an image to the button.
2051     Setting "use-action-appearance" to False before setting the
2052     related-action works around the problem. See GTK+ bug 671912.
2054     https://bugzilla.gnome.org/show_bug.cgi?id=671913
2055   - Show a timer when recording a video
2056     Fixes bug 599729.
2057   - Add documentation for cheese_camera_set_tags
2058   - Add some metadata tags to produced files
2059     Metadata is important for search and management applications. These tags
2060     should help to track files produced by Cheese.
2062     Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
2063   - Post-release version bump to 3.5.1
2064   - Added/Updated Translations
2065     - el, courtesy of Tom Tryfonidis
2066     - es, courtesy of Daniel Mustieles
2067     - gl, courtesy of Fran Dieguez
2068     - he, courtesy of Yaron Shahrabani
2069     - ja, courtesy of Hideki Yamane
2070     - nb, courtesy of Kjartan Maraas
2071     - sl, courtesy of Matej Urbančič
2072     - te, courtesy of Sasi Bhushan Boddepalli
2073   - Added/Updated Documentation
2075 version 3.4.0
2076   - Post-release version bump to 3.4.0
2077   - Added/Updated Translations
2078     - cs, courtesy of Lucas Lommer
2079     - eo, courtesy of Kristjan SCHMIDT
2080     - gu, courtesy of "Last-Translator: \n"
2081     - pt, courtesy of Duarte Loreto
2082     - te, courtesy of GVS.Giri
2083     - vi, courtesy of Nguyễn Thái Ngọc Duy
2084   - Added/Updated Documentation
2085     - lv, courtesy of Rūdolfs Mazurs
2086     - te, courtesy of Bhuvan Krishna
2088 version 3.3.92
2089   - Bump version to 3.3.92
2090   - Avoid overwriting errors in CheeseCamera
2091     As pointed out by Bastien Nocera in bug 671902, CheeseCamera overwrites
2092     GError pointers. Avoid this by setting the error and returning
2093     immediately afterwards.
2094   - Move variable declarations before code in C source
2095     This allows compilation to succeed with
2096     ‘-Wdeclaration-after-statement -Werror=declaration-after-statement’
2097     passed to GCC.
2098   - Handle smooth scroll wheel events in EogThumbNav
2099     Fixes bug 672311.
2100   - Avoid gtk_main_quit warning on exit
2101     When the last window is destroyed, GApplication will automatically exit
2102     the main loop. Stops warnings like this on exit:
2104     Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed
2106     which occur with GTK+ versions 3.3.4 or greater, when GtkApplication was
2107     changed to not override the GApplication mainloop.
2109     https://bugzilla.gnome.org/show_bug.cgi?id=671904
2110   - Post-release version bump to 3.3.91
2111   - Added/Updated Translations
2112     - ar, courtesy of Ibrahim Saed
2113     - as, courtesy of Nilamdyuti Goswami
2114     - bg, courtesy of Krasimir Chonov
2115     - ca, courtesy of Gil Forcada
2116     - da, courtesy of Kenneth Nielsen
2117     - de, courtesy of Mario Blättermann
2118     - en_GB, courtesy of Bruce Cowan
2119     - eu, courtesy of Iñaki Larrañaga Murgoitio
2120     - fa, courtesy of Arash Mousavi
2121     - fi, courtesy of Jiri Grönroos
2122     - fr, courtesy of Alain Lojewski
2123     - hi, courtesy of chandankumar(ciypro)
2124     - hu, courtesy of Gabor Kelemen
2125     - it, courtesy of Milo Casagrande
2126     - km, courtesy of Seng Sutha
2127     - kn
2128     - ko, courtesy of Seong-ho Cho
2129     - lt, courtesy of Aurimas Černius
2130     - lv, courtesy of Anita Reitere
2131     - nb, courtesy of Kjartan Maraas
2132     - pa, courtesy of A S Alam
2133     - pl, courtesy of Piotr Drąg
2134     - pt_BR, courtesy of Gabriel Speckhahn
2135     - ta, courtesy of Dr.T.Vasudevan
2136     - ug, courtesy of Sahran
2137     - uk, courtesy of Korostil Daniel
2138     - zh_CN, courtesy of Wylmer Wang
2139   - Added/Updated Documentation
2140     - hu, courtesy of Gabor Kelemen
2142 version 3.3.90
2143   - Bump libcheese and libcheese-gtk versions
2144   - Initialise X11 threading, bug 669845
2145   - Improve sending files to the trash
2146     Split off the trashing to a separate method. Use Path.build_filename
2147     rather than concatenation of the strings. Simplify the logic slightly.
2148   - Use video path for trashing videos, bug 670178
2149     The photo path was used for deleting videos, which would fail if the
2150     paths were different.
2151   - Install catalog instead of individual package
2152     Replaced hardcoding the nautilus-sendto package name in the code for
2153     runtime installation. Instead, a catalog (cheese.catalog) is used.
2154     Fixes bug 669547.
2155   - Post-release version bump to 3.3.90
2156   - ui: properly handle "delete-event" signal at Preferences dialog,
2157     fixes bug 669384
2158     this bug was resolved once before, here is a short solution description:
2159     the "close" event triggered by the escape key was destroyng the dialog, so
2160     when an user tries to open the Preferences dialog again what appears is
2161     an empty/tiny window. Handle the "delete-event" connecting it with
2162     hide_on_delete() successfully solved the problem.
2163   - Added/Updated Translations
2164     - be, courtesy of Yuri Matsuk
2165     - et, courtesy of Mattias Põldaru
2166     - ml, courtesy of Anish A
2167     - nb, courtesy of Kjartan Maraas
2168     - ru, courtesy of Yuri Myasoedov
2169     - tr, courtesy of Muhammet Kara
2170   - Added/Updated Documentation
2171     - de, courtesy of Mario Blättermann
2172     - fr, courtesy of Bruno Brouard
2174 version 3.3.5
2175   - Use default PackageKit interaction modes
2176     Do not hardcode the PackageKit interaction modes, so that distribution
2177     defaults are used, for example for whether to show a confirmation dialog
2178     when requesting package installation. See the comments on bug 668072 for
2179     some further reasoning.
2180   - Disambiguate GLib.DBus in Cheese.Window
2181   - Use PackageKit for nautilus-sendto dependency
2182     The user has the option to install nautilus-sendto runtime dependency
2183     with PackageKit, in case it is not already installed.
2184     Fixes bug 668072.
2185   - Fix Slovenian help translation
2186     The incorrect closing tag caused a build failure, reported by Luca
2187     Bruno.
2188   - Post-release version bump to 3.3.5
2189     As Cheese provides shared libraries, it is more friendly to bump the
2190     version after a release. As requested by Frédéric Péters.
2191   - Keep generating thumbnails for Theora videos
2192   - Check for VP8/WebM codecs during configure
2193   - Initial switch from theora/ogg to vp8/webm
2194     It is time to go webm :)
2195     Fixes bug 564957 and 666718.
2196   - Fix configure check for Xtst
2197   - Adapt to use new cheese_init and cheese_gtk_init
2198     Additionally, use EXIT_SUCCESS and EXIT_FAILURE when exiting.
2199   - Add init functions to libcheese and libcheese-gtk
2200     Adding wrappers around clutter_gst_init() and clutter_gtk_init() reduces
2201     confusion for API users, as well as reducing link-time dependencies.
2202     Provides a clean fix for bug 668292 and bug 667884.
2203   - Check nautilus-sendto dependency in configure
2204     Check whether nautilus-sendto is installed in the configure script. This
2205     is only required in order to use the sharing functionality, so a warning
2206     is presented if nautilus-sendto is not found.
2207     Fixes bug 668072.
2208   - Mimic Nautilus' behaviour when deleting files
2209     Show one dialog to ask for confirmation of operation. For each error
2210     show a dialog and allow to skip all errors, skip this error or stop
2211     deleting using Cancel.
2212     Fixes bug 664180.
2213   - Added/Updated Translations
2214     - es, courtesy of Daniel Mustieles
2215     - gl, courtesy of Fran Dieguez
2216     - he, courtesy of Yaron Shahrabani
2217     - nb, courtesy of Kjartan Maraas
2218     - sl, courtesy of Matej Urbančič
2219     - sr, courtesy of Мирослав Николић
2220     - sr@latin, courtesy of Miroslav Nikolić
2221     - sv, courtesy of Daniel Nylander
2222     - zh_HK, courtesy of Chao-Hsiung Liao
2223     - zh_TW, courtesy of Chao-Hsiung Liao
2224   - Added/Updated Documentation
2225     - gl, courtesy of Fran Dieguez
2226     - sl, courtesy of Andrej Žnidaršič
2228 version 3.3.4
2229   - Pre-release version bump to 3.3.4
2230   - Add videos and picture sharing support, bug 522210
2231     Integrated nautilus-sendto with Cheese in order to add support for sharing
2232     videos and images with different technologies.
2233   - Cut CONSTRUCT_ONLY from CheeseAvatarChooser:pixbuf
2234   - Use g_clear_object() to clear GObject pointers
2235   - Mark property strings with G_PARAM_STATIC_STRINGS
2236   - Check for DTD and stylesheets for man generation
2237     Copy M4 checks for installed XML catalogs from gtk-doc. Use the checks
2238     in configure.ac to only enable man generation when the required DTDs and
2239     stylesheets are available.
2240   - Fixed bug #667172: there are some errors in Catalan documentation
2241   - help: fix gnome help links, re-try
2242   - help: fix gnome-help links
2243     gnome-help uses help: links as of gnome-user-docs 3.2
2244   - Set PulseAudio media role to ‘production’
2245     This hints to PulseAudio that a microphone control should be presented
2246     to the user. Fixes bug 666875.
2247   - Mark Cheese.Window strings for translation
2248     Fixes bug 666847.
2249   - Remove .gcno files during clean, not lcov-clean
2250   - Use G_DEFINE_BOXED_TYPE for CheeseVideoFormat
2251   - Extend libcheese tests
2252     Add CheeseVideoFormat creation and copy test. Add
2253     CheeseCameraDeviceMonitor test. Add test function for
2254     cheese_fileutil_get_new_media_filename().
2255   - Disable compiler optimisation when lcov is enabled
2256   - Correct PACKAGE_LOCALEDIR, bug 666826
2257   - Fix and simplify ChangeLog generation
2258   - Clean all files generated by lcov report creation
2259   - Add code coverage reporting, using lcov
2260     Introduce new Makfile targets lcov and lcov-clean, to generate an HTML
2261     report of libcheese test code coverage and clean up the generated files.
2262     Check for lcov and genhtml in configure.ac.
2263   - Minor improvements to configure script
2264     Use https for bug report URL. Log the GStreamer plugin output to
2265     config.log. Correct the gtester-report check test.
2266   - Improve test and distcheck Makefile targets
2267     Drop obsolete --disable-scrollkeeper from distcheck configure flags.
2268     Use the same environment for testing and test reporting.
2269   - Add basic CheeseEffect test
2270   - Improve Preferences.setup_resolutions_for_device
2271     Use List.foreach() rather than a for loop. Use multiplication sign, not
2272     the letter x.
2273   - Added/Updated Translations
2274     - ast, courtesy of Xandru Armesto
2275     - be, courtesy of Yuri Matsuk
2276     - de, courtesy of Paul Seyfert
2277     - es, courtesy of Daniel Mustieles
2278     - et, courtesy of Mattias Põldaru
2279     - fi, courtesy of Jiri Grönroos
2280     - gl, courtesy of Fran Dieguez
2281     - he, courtesy of Yaron Shahrabani
2282     - ja, courtesy of Hideki Yamane
2283     - mk, courtesy of "Last-Translator: Jovan N\n"
2284     - nb, courtesy of Kjartan Maraas
2285     - ru, courtesy of Yuri Myasoedov
2286     - th, courtesy of Akom Chotiphantawanon
2287     - tr, courtesy of Muhammet Kara
2288   - Added/Updated Documentation
2289     - ca, courtesy of Gerard Alcorlo Bofill
2290     - es, courtesy of Daniel Mustieles
2291     - fr, courtesy of Bruno Brouard
2293 version 3.3.3
2294   - Pre-release version bump to 3.3.3
2295   - Do not dist non-existent gnome-doc-utils.make
2296     Fixes bug 666252.
2297   - Improve tests for libcheese-gtk
2298     Split the tests so that there is one per widget. Add CheeseFlash test.
2299   - Improve tests for CheeseFileUtil
2300     Add burst_reset test. Add photo and video path tests. Improve existing
2301     burst test.
2302   - Split tests for libcheese and libcheese-gtk
2303   - Add simple test suite, bug 663148
2304   - Add non-interactive test infrastructure
2305     This is just the Makefile changes, the test itself was written
2306     separately.
2307   - Allocate CheeseVideoFormat with slices
2308   - Check for correct types in public API
2309     Use g_return_*_if_fail() to print critical warnings and return sensible
2310     values if the expected type was not supplied.
2311   - Add CheeseEffect accessors to VAPI file
2312   - Fix tag in help
2313   - Fix Latvian and Galician help translation
2314     The switch to yelp-tools for building the Mallard help uncovered a
2315     couple of invalid translations, due to incorrect closing tags.
2316   - Use yelp-tools to build help, not gnome-doc-utils
2317   - Simplify autogen.sh
2318   - Check for a valid effect in CheeseEffect
2319     Check that the effect passed to CheeseEffect functions is valid, and
2320     return NULL and print a critical warning otherwise.
2321   - Revert "effects: user ** in doc-comments to enable color highlighting"
2322     This reverts commit 27b6b05723376c3ea5bf178bed59dd973f302e0a.
2324     gtk-doc comments, started with the double-asterisk sequence, should only
2325     be used for public symbols.
2326   - effect: add cheese_effect_get_name and cheese_effect_get_pipeline_desc
2327     Adding getters to save an allocation.
2329     Requested in: https://bugzilla.gnome.org/show_bug.cgi?id=654448#c53
2330   - effects: user ** in doc-comments to enable color highlighting
2331   - libcheese: effects: don't print CRITICAL errors if directory doesn't exist
2332     Applications should use cheese_effect_load_effects to load the default
2333     set of effects.
2335     cheese_effect_load_effects() calls
2336     cheese_effect_load_effects_from_directory() with a list of predefined
2337     places to search for effects. Some of those directories may not exist.
2339     cheese_effect_load_effects_from_directory() shouldn't emit CRITICAL
2340     messages in this condition.
2341   - Replace all GtkBoxes by GtkGrids, bug 664428
2342   - Added/Updated Translations
2343     - es, courtesy of Daniel Mustieles
2344     - he, courtesy of Yaron Shahrabani
2345     - lv, courtesy of Rūdofls Mazurs
2346     - nb, courtesy of Kjartan Maraas
2347     - ru, courtesy of Yuri Myasoedov
2348     - sv, courtesy of Daniel Nylander
2349     - te, courtesy of Praveen Illa
2350     - th, courtesy of Akom Chotiphantawanon
2351     - zh_CN, courtesy of Wylmer Wang
2352   - Added/Updated Documentation
2353     - el, courtesy of Simos Xenitellis
2354     - es, courtesy of Daniel Mustieles
2355     - gl, courtesy of Leandro Regueiro
2356     - lv, courtesy of Rūdofls Mazurs
2357     - ru, courtesy of Yuri Myasoedov
2359 version 3.3.2
2360   - Pre-release version bump to 3.3.2
2361   - Remove marshaller generation rules
2362     The generic marshallers, supplied by GLib, are used instead.
2363   - Make preferences dialog more netbook-friendly
2364     Fixes bug 663146.
2365   - Convert deprecated GtkVBox and GtkHBox to GtkBox
2366     Fixes bug 661661.
2367   - Add chapter IDs to documentation
2368   - Add Cheese architecture diagram to documentation
2369     Fixes bug 664333.
2370   - Set camerabin to playing before start-capture
2371     Fixes bug 663998, with the camerabin documentation being updated in bug
2372     664048.
2373   - Use private GObject pointer in Widget and Chooser
2374     Additionally, remove some dead code.
2375   - Add gtk-doc comments to UmCropArea
2376     Currently, UmCropArea is internal (and will likely stay that way), so
2377     the comments are not included in the generated documentation.
2378   - Use switch statement to select cases
2379   - Use better API to notify and install properties
2380     Changed g_object_notify_by_pspec() to g_object_notify() and
2381     g_object_class_install_property() to
2382     g_object_class_install_properties(). Added properties static array to
2383     hold properties. Added enum constants identifying properties and
2384     sentinels for array length definitions. Fixes bug 663098.
2385   - Improve CheeseAvatarChooser documentation
2386     Add documentation for private methods in CheeseAvatarChooser.
2387   - Improve CheeseEffect documentation
2388     Document the private methods in CheeseEffect. Simplify effect
2389     construction, by making the name and pipeline-desc properties
2390     construct-only. Improve some variables names.
2391   - Improve CheeseFileUtil filename handling
2392     Use GDateTime to format the time string. Use switch statements when
2393     selecting cases from an enum. Use g_build_filename() rather than
2394     g_strjoin(G_DIR_SEPARATOR_S, ...).
2395   - Improve CheeseCamera documentation
2396     Document most of the private methods in CheeseCamera, and rename the
2397     device-name property to device-node.
2398   - Improve CheeseCameraDevice documentation
2399     Document most of the private methods in CheeseCameraDevice, and rename
2400     some variables to more closely match the property names.
2401   - Improve CheeseCameraDeviceMonitor documentation
2402   - Make CheeseFlash a GtkWindow rather than a GObject
2403     Additionally, add further gtk-doc-like comments to the flash
2404     implementation.
2405   - Comment Vala methods with Valadoc markup
2406     Add basic documentation to all methods in Vala sources.
2407   - Add hotplug support to preferences dialog
2408     Adding and removing camera devices in the CheeseCamera is now propagated
2409     to the preferences dialog UI. Partially fixes bug 603612.
2410   - Correct default brightness in the schema to zero
2411   - Improve GSettings schema text and include ranges
2412   - Also use the countdown duration for burst mode
2413   - Add a countdown-duration key to GSettings schema
2414     Add a new GSettings key to allow configuration of the duration of the
2415     countdown when taking a photo. Partially fixes bug 594267.
2416   - Bump required Vala version to 0.13.2
2417     Required for Clutter.TableLayout in clutter-1.0.vapi, which was added
2418     when Vala switched to use GIR files.
2419   - Use STYLE_PROVIDER_PRIORITY_USER
2420   - Use Vala ‘as’ operator where possible
2421     Use the as operator when fetching widgets from GtkBuilder files, to do a
2422     runtime type-check.
2423   - Include the version in the man page
2424   - Add generated man page to CLEANFILES
2425   - Fix a typo so that the man page is generated
2426   - Fix gtk-doc checks when srcdir != builddir
2427   - Add man page, generated with xsltproc
2428   - Add help button to the preferences dialog
2429   - Improve documentation to pass gtk-doc tests
2430     Add the deprecated API index to the documentation. Complete the rename
2431     of cheese_camera_set_device_by_dev_file() to
2432     cheese_camera_set_device_by_device_node(). Add missing documentation to
2433     reach 100% symbol coverage.
2434   - Enable gtk-doc tests during make check
2435   - Check for GStreamer plugins required at runtime
2436     Add a GStreamer plugin check to configure.ac, which checks for
2437     individual plugins with gst-inspect, rather than relying on the plugins
2438     being provided by checking for GStreamer pkg-config files. The check is
2439     non-fatal, as the plugins are not build-time dependencies.
2440   - Bump pkg-config requirement to 0.24
2441     Version 0.24 or greater of pkg-config is required in order to avoid the
2442     duplicate AC_SUBST macro calls for PKG_CHECK_MODULES substitutions.
2443   - Remove unused FULL_LIBEXECDIR from configure.ac
2444   - Add private pointers to libcheese GObject structs
2445     Speed up access to the private struct of the GObject by adding a
2446     pointer, so that *_GET_PRIVATE does not have to called each time. Create
2447     a typedef for the private structures in the headers, and hide the
2448     structs from the documentation by placing them inside a private
2449     subsection.
2450   - Add basic documentation for remaining public API
2451     Add cheese-widget-private.h back to files ignored by gtk-doc. Add basic
2452     documentation for the remainder of the public API. Use UUID instead of
2453     ID or UDI. Add blurb and nick to all documented properties. Add
2454     CheeseVideoFormat documentation. Use unsigned integers where the values
2455     are always positive. Sprinkle some const qualifiers. Add some filename
2456     GObject Introspection annotations.
2457   - Update TODO
2458   - Fix several compiler warnings
2459     Add some missing prototypes, correct some pointer type mismatches, return
2460     a value from functions that returns values and improve GError handling.
2461   - Use gnome-common compiler warnings
2462     Additionally, enable silent Automake rules by default so that warnings are
2463     more visible.
2464   - Add more classes to gtk-doc documentation
2465     Add basic documentation for CheeseCamera, CheeseFileUtil and CheeseFlash
2466     classes. Split the API reference into libcheese and libcheese-gtk
2467     chapters.
2468   - Add CheeseCameraDeviceMonitor::removed callback
2469     Added CheeseCameraDeviceMonitor::removed signal callback function in
2470     CheeseCamera. Fixes bug 662852.
2471   - Improved CheeseCameraDeviceMonitor::added signal
2472     CheeseCameraDeviceMonitor:added has now a CheeseCameraDevice argument.
2473     CheeseCameraDeviceMonitor is also now a member of CheeseCamera.
2474   - Add a long description to the DOAP file
2475   - help: fixed another typo
2476   - help: moving introduction page back to .page
2477   - help: fixed typo in Makefile.am
2478   - help: updated Makefile.am
2479   - Overhaul the libcheese documentation
2480     Add documentation for CheeseCameraDevice. Remove bogus XML included in
2481     the library overview. Add section documentation to all classes, and mark
2482     them as unstable. Add GObject and GObjectClass struct documentation.
2483   - help: renamed pages and rearranged sections
2484     Moved all pages, except introduction.page, into sections to make index
2485     look nicer.
2486   - Use license-type in the about dialog
2487   - Connect thumbnail nav button signals
2488     The thumb nav widget crashed when clicking the buttons to scroll the
2489     thumbnail view. This was caused by connecting to the wrong signals:
2490     ‘button-pressed-event’ and ‘button-released-event’, rather than
2491     ‘pressed’ and ‘released’. There was also some duplicate code for
2492     creating the left button, which led to a GtkButton being leaked when
2493     the thumb nav was created. Fixes bug 660686.
2494   - Remove obsolete MAINTAINERS file
2495     http://live.gnome.org/Git/FAQ#How_do_I_add_a_description_to_the_git_web_view.3F__What_is_this_.22blah.doap.22.3F
2496   - Remove obsolote cicl script
2497   - Increase the photo count in burst mode to 100000
2498     Fixes bug 659977
2499   - Use an idle handler to generate thumbnails
2500     A thread was used for generating thumbnails for CheeseThumbView, but
2501     this had problems with concurrent access to the GtkListStore which
2502     backs the thumb view, as in bug 648936. A simpler approach is to use an
2503     idle handler, which avoids the need for acquiring the GDK lock.
2504   - Restore gudev checks during configure
2505   - Added/Updated Translations
2506     - be, courtesy of Yuri Matsuk
2507     - de, courtesy of Mario Blättermann
2508     - es, courtesy of Daniel Mustieles
2509     - et, courtesy of Mattias Põldaru
2510     - gl, courtesy of Fran Dieguez
2511     - he, courtesy of Yaron Shahrabani
2512     - lt, courtesy of Aurimas Černius
2513     - nb, courtesy of Kjartan Maraas
2514     - sv, courtesy of Daniel Nylander
2515     - tr, courtesy of Muhammet Kara
2516     - xh, courtesy of Andiswa Mvanyashe
2517   - Added/Updated Documentation
2518     - es, courtesy of Daniel Mustieles
2520 version 3.3.1
2521   - configure.ac: Bump cheese version to 3.3.1
2522   - Update .gitignore
2523     Additionally, remove INSTALL, as it is created during autoreconf.
2524   - Work around an error during uninstall of distcheck
2525   - Convert src subdirectory to build non-recursively
2526   - Convert documentation to build non-recursively
2527   - Make data directory build non-recursively
2528     Additionally, make the GSettings schema translatable.
2529   - Convert tests to build non-recursively
2530   - Convert libcheese to build non-recursively
2531   - Update toplevel Makefile.am to more modern style
2532   - Update configure.ac to more modern style
2533   - Make preferences dialog layout HIG-compliant
2534     The layout of the preferences dialog was ported to a new one that
2535     conforms to the HIG and is also based on GtkGrid containers. Fixes bug
2536     661651.
2537   - Prefer a dark GTK+ theme, bug 660628
2538   - Do not crash if gnome-video-effects is not present
2539     Also, print a warning using warning(). Fixes bug 654671.
2540   - Add David King as a maintainer
2541   - Do not call _init() functions inside CheeseWidget
2542     GObject construction cannot fail, which is incompatible with calling
2543     _init() functions which can fail inside a constructor. Users of
2544     CheeseWidget must instead initialise the relevant toolkits (Clutter-GTK+
2545     and Gst-Clutter) themselves, and gracefully fail before
2546     cheese_widget_new() is called. Fixes the remainder of bug 654913 and
2547     also bug 660400.
2548   - Updated French doc translation
2549   - Added/Updated Translations
2550     - be, courtesy of Yuri Matsuk
2551     - el, courtesy of Giannis Katsampirhs
2552     - es, courtesy of Jorge González
2553     - nb, courtesy of Kjartan Maraas
2554     - tr, courtesy of Muhammet Kara
2555   - Added/Updated Documentation
2556     - fr, courtesy of Bruno Brouard
2557     - hu, courtesy of Gabor Kelemen
2559 version 3.2.0
2560   - configure.ac: Bump Cheese version to 3.2.0
2561   - Added/Updated Translations
2562     - as, courtesy of Nilamdyuti Goswami
2563     - gl, courtesy of Leandro Regueiro
2564     - or, courtesy of Manoj Kumar Giri
2565   - Added/Updated Documentation
2566     - de, courtesy of Mario Blättermann
2567     - es, courtesy of Daniel Mustieles
2568     - gl, courtesy of Leandro Regueiro
2570 version 3.1.92
2571   - configure.ac: Bump Cheese version to 3.1.92
2572   - help: fixed countdown and flash help, bug 659013
2573   - help: reviewed and improved wording
2574   - Fixed one string
2575   - Updated Spanish translation
2576   - Refresh icons, bug 646770
2577   - Remove unnecessary clutter-tablelayout.vapi
2578     Fixes bug 657029.
2579   - Distribute .vapi files, bug 652870
2580   - Translate the command-line summary, bug 636585
2581   - Check return value of gtk_clutter_init()
2582     Fixes bug 654913.
2583   - Fix invalid burst mode delay time, bug 652532
2584   - Remove gettext macros in configure.ac, bug 655166
2585   - Added/Updated Translations
2586     - ar, courtesy of Anass Ahmed
2587     - be, courtesy of Ihar Hrachyshka
2588     - es, courtesy of Jorge González
2589   - Added/Updated Documentation
2590     - de, courtesy of Mario Blättermann
2591     - es, courtesy of Jorge González
2592     - gl, courtesy of Fran Dieguez
2594 version 3.1.91.1
2595   - configure.ac: Bump version to 3.1.91.1 release
2596     Bump SONAME of libcheese and libcheese-gtk to be greater than those from
2597     3.0.2.
2598     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658342
2599   - Added/Updated Documentation
2600     - es, courtesy of Jorge González
2602 version 3.1.91
2603   - Fix cheese_effect_load_effects prototype
2604   - help: Reviewed and improved new Mallard help
2605   - help: Added Mallard help, removed DocBook help
2606   - cheese-effects: implement loading cheese effects in libcheese
2607   - cheese-camera: fix 2 gst object reference leaks
2608   - cheese-camera: fix 3 string memory leaks
2609   - about: Update credits according to AUTHORS file
2610   - cheese-camera: Print debug of messages
2611   - thumb-view: start monitoring at startup
2612     Before this we started monitoring each for each photo/video
2613     capture. That was a bit inefficient as the directories in which photos
2614     and videos are saved are known and don't change during the program's
2615     lifetime.
2616     Now we start the monitoring at startup only once.
2617   - cheese-camera: make effect previews scale with the cheese window
2618     Before this patch, when you scaled Cheese's main window, in the the
2619     effects preview mode, the window would scale but the 9 videos inside
2620     the window would remain at the same size.
2621     I had to remove the fixed scaling from the effects pipeline and let
2622     the size of the textures be governed by the layout manager.
2623     Now when you scale the Cheese effect preview window all 9 videos are
2624     automatically scaled (keeping aspect-ratio) to fill the available space.
2625   - libcheese: aligned button to center
2626   - add gio-2.0 and x11 to PKG_CHECK_MODULES
2627   - cheese-gtk.pc: Update 'requires private' to gtk3
2628   - window: use the right signature for button-release-event callback
2629     The signature is (ClutterActor, ClutterEvent). Using the event source
2630     there is wrong, as that's not guaranteed to be the same object emitting
2631     the callback (i.e. the object emitting could be just forwarding an event
2632     coming from one of its children).
2633     https://bugzilla.gnome.org/show_bug.cgi?id=647677
2634   - libcheese: don't leak the source element
2635   - Updated Telugu Translations done by Praveen Illa
2636   - Updated Telugu translations done by Praveen Illa
2637   - cheese-camera: Setting camera to playing after forced stop
2638   - cheese-camera: Emit signal when video is saved
2639   - .gitignore: Added new test executables
2640   - cheese-test-flash: Quit when window is closed
2641   - cheese-thumb-view: guard thread unsafe operations
2642   - ui: handle "delete-event" signal at Preferences dialog, fixes bug #647229
2643     the "close" event triggered by the escape key was destroyng the dialog, so
2644     when the user tried to open the Preferences dialog again what appeared was
2645     an empty/tiny window. Handle the "delete-event" connecting it with
2646     hide_on_delete() solved the problem.
2647   - lib: fix leaks and simplify cheese_fileutil_get_new_media_filename
2648   - lib: properly prefix photo/video suffix constants in cheese namespace
2649   - lib: move glib-object.h before G_BEGIN_DECLS in cheese-fileutil.h
2650     Fixes a build warning about implicit declaration.
2651   - lib: return const char * when getting photo/video paths
2652     Update all uses of both methods accordingly.
2653   - lib: no need to declare variable to retun photo/video paths
2654   - lib: add some missing introspection annotations in cheese-camera
2655   - set default value for saturation to 1, fixes bug #647228
2656   - Added/Updated Translations
2657     - ca@valencia, courtesy of Gil Forcada
2658     - eo, courtesy of Kristjan SCHMIDT
2659     - fa, courtesy of Arash Mousavi
2660     - fi, courtesy of Tommi Vainikainen
2661     - nl, courtesy of Wouter Bolsterlee
2662     - te, courtesy of Praveen Illa
2663     - tr, courtesy of Muhammet Kara
2664     - ug, courtesy of Sahran
2665     - zu, courtesy of Priscilla Mahlangu
2666   - Added/Updated Documentation
2667     - ko, courtesy of Seong-ho, Cho
2669 version 3.0.0
2670   - lib: fix typo when initializing photo_path private attribute.
2671   - lib: export correct package on introspection files.
2672     The name of Cheese's pkg is cheese, not cheese-3.0.
2673   - lib: fix recording videos after previous image/video captures.
2674     This fixes bug: https://bugzilla.gnome.org/show_bug.cgi?id=645975
2675   - window: set the about dialog transient and modal so that mutter can apply
2676     the GNOME 3 modal dialog effect to it.
2677     Fixes bug: https://bugzilla.gnome.org/show_bug.cgi?id=646007
2678   - Added/Updated Translations
2679     - ca, courtesy of Gil Forcada
2680     - da, courtesy of Anders Jenbo
2681     - en_GB, courtesy of Bruce Cowan
2682     - eu, courtesy of Julen Ruiz Aizpuru
2683     - gu, courtesy of Sweta Kothari
2684     - he, courtesy of Yaron Shahrabani
2685     - id, courtesy of Dirgita
2686     - it, courtesy of Alessandro Falappa
2687     - lt, courtesy of Gintautas Miliauskas
2688     - pa, courtesy of A S Alam
2689     - pt_BR, courtesy of Rodrigo Padula de Oliveira
2690     - sr, courtesy of Мирослав Николић
2691     - sr@latin, courtesy of Miroslav Nikolić
2692     - ta, courtesy of Dr.T.Vasudevan
2693     - th, courtesy of Akom Chotiphantawanon
2694     - tr, courtesy of Baris Cicek
2695     - ug, courtesy of Sahran
2696     - vi, courtesy of Clytie Siddall
2697   - Added/Updated Documentation
2699 version 2.91.93:
2700    - Cheese widget bug fixes
2701    - Make Flash widget not cover the GNOME Shell panel
2702    - Loads of updated translations
2704 version 2.91.92
2705   - Makefile.am: Add autogen.sh to extra_dist
2706   - tests: Add test program for the flash object
2707   - lib: Don't forget to call gtk_clutter_init()
2708     Note that using this in an application that relies on keyboard
2709     input for GtkClutter widgets will fail horribly.
2710   - lib: Make cheese-widget work again
2711   - Fix default value for the dconf contrast
2712   - Restore and fix menu mnemonics and entries
2713   - Added/Updated Translations
2714     - ca, courtesy of Gil Forcada
2715     - cs, courtesy of Marek Černocký
2716     - de, courtesy of Mario Blättermann
2717     - es, courtesy of Daniel Mustieles
2718     - et, courtesy of Ivar Smolin
2719     - fr, courtesy of Claude Paroz
2720     - gl, courtesy of "Last-Translator: \n"
2721     - hu, courtesy of Gabor Kelemen
2722     - kn, courtesy of Shankar Prasad
2723     - ko, courtesy of Changwoo Ryu
2724     - lt, courtesy of Rimas Kudelis
2725     - lv, courtesy of Rudolfs
2726     - nb, courtesy of Kjartan Maraas
2727     - pl, courtesy of Piotr Drąg
2728     - pt_BR, courtesy of Flamarion Jorge
2729     - pt, courtesy of Duarte Loreto
2730     - ro, courtesy of Lucian Adrian Grijincu
2731     - sk, courtesy of Miroslav Biňas
2732     - sl, courtesy of Matej Urbančič
2733     - sv, courtesy of Daniel Nylander
2734     - uk, courtesy of Korostil Daniel
2735     - zh_CN, courtesy of chiachen
2736   - Added/Updated Documentation
2737     - sv, courtesy of Henrik Löwendahl
2739 version 2.91.91.1
2740   - Drop version to 2.91.91.1
2741     The tarball release of 2.91.91 was generated with a tarball release of
2742     Vala that was affected by bug 642885. This is a point release, that
2743     contains a workaround for that bug until a new Vala release (0.11.7) is
2744     out.
2746   - Correct some configure requirements
2748 version 2.91.91
2749   - use camerabin for taking photos and videos
2750   - Migrated from libunique to GtkApplication
2751   - Ported to GTK+ 3.x
2752   - build: Update autotools configuration
2753   - cheese-camera: Unsetting preview-caps after photo
2754     After taking a photo to pixbuf, we set preview-caps to NULL so regular
2755     photo doesn't send the preview message.
2756   - cheese-camera: Fixing take_photo_pixbuf
2757     Method cheese_camera_take_photo_pixbuf was not working. Now it is
2758     implemented using camerabin's features. We set preview-caps in camerabin
2759     and get the buffer for the photo via message on the bus.
2760     Signals are now only emitted if the capture was successful.
2761   - cheese-camera: Set video recording options
2762     Set encoding and multiplexing options.
2763   - svg overlay effects can now be added
2764   - cheese-camera: Set filter-caps property
2765     Set filter-caps property to avoid camerabin default of video/x-raw-yuv
2766     format=(fourcc)I420.
2767   - cheese-camera: Enabling source color conversion
2768     Setting the flag to enable color conversion on video source. Flags names
2769     were also redefined to allow code readability.
2770   - cheese-camera: Setting resolution in camerabin
2771     Cheese was using a capsfilter after video source to configure the
2772     desired resolution for pictures and video. We now use the camerabin
2773     signal set-video-resolution-fps to set desired resolution.
2774   - cheese-camera: Removing height and width defaults
2775     Camerabin has video-capture defaults that can cause not-negotiated
2776     errors or set resolution to values that are not the requested by the
2777     user. Setting them to zero we allow the resolution to be negotiated.
2778   - cheese-camera: Creating a separate effects_preview_bin
2779     Create a effects_preview_bin that will hold all elements related to
2780     effects live preview. This bin is added to video_filter_bin, the same
2781     bin that contained those elements directly before.
2782   - cheese-camera: Use camerabin as pipeline base
2783     Changed Cheese-Camera to use camerabin as its base. Camerabin implements
2784     view-finder, image capture and video recording.
2785   - Add gobject introspection support to build system
2786   - configure.ac: Changing required versions
2787     Cheese works with older version of clutter, gtk, gdk and
2788     libgnomedesktop.
2789   - cheese-window: Fix vala syntax problem
2790     Cheese wasn't compiled by latest java because of this array
2791     construction. Changing it to a proper array we avoid the compiling
2792     problem. Fixes bug #639276.
2793   - Added/Updated Translations
2794     - af, courtesy of F Wolff
2795     - ar, courtesy of Khaled Hosny
2796     - ast, courtesy of ivarela
2797     - bn_IN, courtesy of "Last-Translator: \n"
2798     - ca, courtesy of Gil Forcada
2799     - en_GB, courtesy of Bruce Cowan
2800     - es, courtesy of Daniel Mustieles
2801     - fr, courtesy of Nicolas Repentin
2802     - hu, courtesy of Gabor Kelemen
2803     - ko, courtesy of Changwoo Ryu
2804     - lv, courtesy of Rudolfs
2805     - nb, courtesy of Kjartan Maraas
2806     - or, courtesy of Manoj Kumar Giri
2807     - pa, courtesy of A S Alam
2808     - pl, courtesy of Piotr Drąg
2809     - pt, courtesy of Duarte Loreto
2810     - ru, courtesy of Yuri Myaseodov
2811     - sl, courtesy of Matej Urbančič
2812     - sr, courtesy of Мирослав Николић
2813     - sr@latin, courtesy of Miroslav Nikolić
2814     - sv, courtesy of Daniel Nylander
2815     - ug, courtesy of Sahran
2816     - uk, courtesy of Korostil Daniel
2817     - zh_CN, courtesy of YunQiang Su
2818   - Added/Updated Documentation
2819     - es, courtesy of Jorge González
2821 version 2.91.4
2822   - bump LT_VERSION numbers for libcheese and libcheese-gtk
2823   - Splitting dependencies of libcheese and libcheese-gtk
2824     Spliting dependencies of libcheese and libcheese-gtk and linking
2825     libcheese library with it's dependencies.
2826   - libcheese: Removing unnecessary includes
2827     Removing unnecessary includes of gtk in libcheese modules.
2828   - Creating pkgconfig file for libcheese and libcheese-gtk
2829   - Adding test for CheeseCamera
2830     cheese-test-camera creates a CheeseCamera and takes a photo that will be
2831     saved in testcamera.jpg after five seconds.
2832   - Creating libcheese, installable non-gtk lib
2833     Cheese-flash is now part of libcheese-gtk, since it depends on gtk and
2834     we want libcheese to not depend on it. Libcheesecommon is now called
2835     simply Libcheese and it's installed, it's the main cheese lib which can
2836     be used to set the pipeline, take_photos and record video.
2837   - remove countdown from libcheese
2838     cheese uses the new countdown in src/cheese-countdown.vala
2839     which prints the countdown directly on the clutter texture.
2840   - cheese-test-chooser: Use gtk_clutter_init
2841     Cheese test chooser should use gtk_clutter_init instead of gtk_init,
2842     since cheese-camera now uses a ClutterTexture to display video.
2843   - cheese-camera: using const char * when appropriate
2844     Filenames and other string parameters used to set properties can be
2845     const.
2846   - cheese-camera: switch_device is now a void method
2847     Method cheese_camera_switch_device always returned true. Its return
2848     value can be ignored.
2849   - cheese-camera: Making methods static
2850     Some methods are only used inside CheeseCamera, so I removed them from
2851     header file and declared them as static.
2852   - cheese-widget: Fix return type for get_settings
2853   - remove dbus support from cheese, fixes bug #622915
2854   - cheese-camera: Check return of linking effect
2855     Return if linking effect preview was not successful.
2856   - cheese-camera: Removing extra colorspace after effect
2857     Effects are already created using one colorspace before and one after
2858     its pipeline description, so there is no need to add another colorspace
2859     after the effect bin.
2860   - cheese-camera: Handle more bus messages
2861     When bus receives error or warning messages, we parse them and print
2862     warning messages.
2863   - Updated Basque language
2864   - Added/Updated Translations
2865     - bg, courtesy of Krasimir Chonov
2866     - cs, courtesy of Marek Černocký
2867     - el, courtesy of Kostas Papadimas
2868     - eo, courtesy of Kristjan SCHMIDT
2869     - eu, courtesy of Iñaki Larrañaga Murgoitio
2870     - fa, courtesy of Mahyar Moghimi
2871     - gl, courtesy of Fran Diéguez
2872     - nb, courtesy of Kjartan Maraas
2873     - ru, courtesy of Yuri Myasoedov
2874     - th, courtesy of Akom Chotiphantawanon
2875     - zh_HK, courtesy of Chao-Hsiung Liao
2876     - zh_TW, courtesy of Chao-Hsiung Liao
2877   - Added/Updated Documentation
2879 version 2.91.3
2881   - Photo and video resolution can be set separately. Fixes bug #582268
2882   - Fixed tooltip text for "stop action" and for "next/prev effect page"
2883     buttons
2884   - Start monitoring storage folders if they exist when cheese starts,
2885     and a fix for bug 637798 commit.
2886   - Burst mode session can be cancelled with a "Stop taking pictures"
2887     button. Fixes bug #637798
2888   - Button area does not get hidden after returning from fullscreen mode.
2889   - Start "Save as" dialog in home folder
2890   - Check if each Webcam directory exists before filling thumb view
2891   - Don't create Webcam dirs (in Pictures and Video user dirs) unless
2892     there is content to put on it, fixes bug #563058
2893   - Command line options for starting in wide and fullscreen modes,
2894     fixes bug #597820
2895   - All ui buttons now have tooltips, fixes bug #622974
2896   - allow multiple items to be deleted at once
2897   - allow multiple items moved to trash at once
2898   - do a fade in animatin on each new effect page
2899   - calculate the dimension of the effect previews automatically
2900     this is done by getting the viewport dimension, subtracting
2901     the borders and then dividing by three. if there are less than
2902     9 effects on the last effects pane, we want to still start
2903     putting the previews in the upper left corner. in fullscreen
2904     we simply use the same size.
2905   - remove useless comments
2906   - align the effects in the center, regardless of window size
2907   - sort the effects in the effect preview alphabetically
2908   - set the effect panes preview to a fixed size
2909   - post release version bump
2910   - Added/Updated Translations
2911     - de, courtesy of Wolfgang Stoeggl
2912     - es, courtesy of Jorge González
2913     - et, courtesy of Ivar Smolin
2914     - gl, courtesy of Fran Diéguez
2915     - he, courtesy of Yaron Shahrabani
2916     - id, courtesy of Andika Triwidada
2917     - nb, courtesy of Kjartan Maraas
2918     - pa, courtesy of A S Alam
2919     - sl, courtesy of Matej Urbančič
2920     - sv, courtesy of Daniel Nylander
2921     - th, courtesy of Akom Chotiphantawanon
2922     - ug, courtesy of Sahran
2923     - vi, courtesy of Clytie Siddall
2924     - zh_CN, courtesy of Aron Xu
2925     - zh_HK, courtesy of Chao-Hsiung Liao
2926     - zh_TW, courtesy of Chao-Hsiung Liao
2927   - Added/Updated Documentation
2929 version 2.91.2
2930   - port cheese to gsettings
2931     this commit drops gconf entirely from cheese and uses
2932     gsettings. glib and gio dependency was bumped to 2.26.0
2933   - Increased upper bound for number of photos taken in burst mode and time
2934     interval between photos taken in burst mode
2935   - Removed mx dependency. Bumped minimum clutter version to 1.4.0
2936   - test-widget: Using gtk_clutter_init
2937     The test cheese-test-widget was using gtk_init instead of
2938     gtk_clutter_init, displaying the error "Unable to create a new stage".
2939   - widget: Using ClutterTexture instead of DrawingArea
2940     The method cheese_camera_new expects a ClutterTexture, but the widget
2941     was trying to use a GtkDrawingArea. It now has a GtkClutterEmbed widget
2942     that contains a ClutterTexture that will be used by cheese_camera_new.
2943   - camera: emit video-saved signal by name in gst threads
2944     Static camera_signals array is not initizialized in the gstreamer thread
2945     so we get a critical assertion failed (signal_id > 0) if we emit by id.
2946     This should workaround the issue #620637
2947   - Mapped the Escape key to either stop a current action or to take you out of
2948     the effects selector or fullscreen
2949   - main: properly start GtkClutter to avoid a runtime warning
2950     Initializing GtkClutter instead of gtk and clutter separately
2951     prevents this:
2952     ClutterGLX-CRITICAL **: Unable to make the stage window 0x4600035 the current GLX drawable
2953   - Fixed bug where you can start multiple countdowns in photo mode that
2954     run together and mess up the counter
2955   - json: fix a boolean property defined as a string
2956     Fixes a g_value_copy incompatible types critical warning at runtime
2957   - configure: Use cheese instead of Cheese
2958     This way the .ui files are installed in /usr/shared/cheese
2959     as expected, instead of /usr/shared/Cheese, fixes bug #626697
2960   - check if vala is available, fail if not, partially fixes #626697
2961   - bump vala requirement to 0.9.2 and use the new syntax for gtk stock items
2962     in vala 0.10
2963   - add identity effect manually at the first position of the effect list
2964   - remove --verbose command line flag, log handler and bugreport script
2965     as most of the debug output is done with GST_* or with
2966     debug() and message(), the log file is useless and therefore
2967     the bugreport script which is collection that file too.
2968   - show the version with the -v/--version command line flag
2969   - check if device uri is null, before setting up the camera with it
2970   - add a command line option to specify camera file, fixes bug #614778
2971     the -d or --device option was added to specify a different
2972     device file. if the device file does not exist, or is not a
2973     valid v4l/v4l2 device it will be silently ignored
2974   - bump libcanberra version requirement to 0.23
2975   - play a sound when taking a photo
2976     this was somehow not added when we did the vala port, now
2977     everybody can enjoy that lovely shutter sound
2978   - parse our custom gtkrc file to hide the thumbview arrows
2979   - Killed several memory leaks
2980   - Fixed some runtime warnings
2981   - Camera related actions are now disabled until the pipeline is playing
2982   - Show error dialogs when any of the file operations fail
2983   - Made app crash early if the GTKBUilder UI files are not found
2984   - get rid of eog thumbnail
2985     removed eog thumbnail and added cheese thumbnail, which
2986     uses the best things from nautilus and eog.
2987   - Display 'No effects found' message if no effects were found.
2988   - Removed most unneccessary warnings when compiling src/*
2989     Warnings that remain point to real problems that should be handled
2990   - Errors in effect files no longer fatal
2991   - Partially removed warnings that appeared during effect switching
2992   - use the correct protocol in licence dialog, fixes bug #610207
2993     as the original text of the link began with &lt;http://...
2994     this was seen as the protocol, however the protocol is just
2995     http://
2996   - Split UI setup into UI Setup and camera setup. Shows Window as soon
2997     as UI is setup.
2998     Slightly faster time-to-window-visible
2999   - ignore effects, if they are already loaded
3000     if an effect is already loaded, cheese ignores the effect
3001     and does not add it to the ui. this is done by comparing the
3002     gstreamer pipeline
3003   - load effects from ~/.local/share/gnome-video-effects/
3004     xdg user_data_dir defaults to ~/.local/share/gnome-video-effects,
3005     so we are looking into that place for user effects
3006   - Effect preview elements are now constructed on-demand, rather than
3007     at startup.
3008   - remove the effect files from cheese from now on and add gnome-video-effects
3009     as a dependency. effects are brought to the users home by the package
3010     gnome-video-effects (http://git.gnome.org/browse/gnome-video-effects).
3011     this way, many applications, like Pitivi or Empathy are able to use the
3012     same effects as we do. however, we will not depend on it, as it is an
3013     optional package and not needed to run.
3015     cheese looks for a directory named gnome-video-effects in one of the system
3016     share directories proposed by XDG (mostly /usr/share/ or /usr/local/share/).
3018     it also looks if the user has a directory named ~/.gnome-video-effects. we
3019     probably should change that and use the XDG standard for user shared files,
3020     which is ~/.local/share/
3021   - Removed a few unnecessary camera start/stops during startup
3022   - Do not create a device if gst initializazion fails
3023     Currently we create a device with empty caps if the probing pipeline
3024     cannot be started. That's wrong, the device evidendtly doesn't work so
3025     the CheeseCameraDevice object for doesn't have to be created. Fixes bug #618203
3026   - Added/Updated Translations
3027     - ar, courtesy of Khaled Hosny
3028     - bg, courtesy of Krasimir Chonov
3029     - ca, courtesy of Gil Forcada
3030     - ca@valencia, courtesy of Gil Forcada
3031     - cs, courtesy of Marek Černocký
3032     - da, courtesy of Anders Jenbo
3033     - de, courtesy of Mario Blättermann
3034     - el, courtesy of Michael Kotsarinis
3035     - en_GB, courtesy of Philip Withnall
3036     - es, courtesy of Jorge González
3037     - et, courtesy of Ivar Smolin
3038     - eu, courtesy of Iñaki Larrañaga Murgoitio
3039     - fr, courtesy of Pablo Martin-Gomez
3040     - gl, courtesy of Fran Diéguez
3041     - he, courtesy of Yaron Shahrabani
3042     - hi, courtesy of Rajesh Ranjan
3043     - hu, courtesy of Gabor Kelemen
3044     - id, courtesy of Dirgita
3045     - it, courtesy of Alessandro Falappa
3046     - ja, courtesy of Takayuki KUSANO
3047     - kk, courtesy of Baurzhan Muftakhidinov
3048     - kn, courtesy of Shankar Prasad
3049     - lt, courtesy of Rimas Kudelis
3050     - nb, courtesy of Kjartan Maraas
3051     - nl, courtesy of Reinout van Schouwen
3052     - nn, courtesy of Torstein Adolf Winterseth
3053     - or, courtesy of Manoj Kumar Giri
3054     - pa, courtesy of A S Alam
3055     - pl, courtesy of Tomasz Dominikowski
3056     - pt, courtesy of Duarte Loreto
3057     - ro, courtesy of Lucian Adrian Grijincu
3058     - ru, courtesy of Yuri Myasoedov
3059     - sk, courtesy of Miroslav Biňas
3060     - sl, courtesy of Matej Urbančič
3061     - sr, courtesy of Милош Поповић
3062     - sr@latin, courtesy of Miloš Popović
3063     - sv, courtesy of Daniel Nylander
3064     - ta, courtesy of Dr.T.Vasudevan
3065     - te, courtesy of Krishna Babu K
3066     - th, courtesy of Akom Chotiphantawanon
3067     - ug, courtesy of Sahran
3068     - zh_CN, courtesy of Aron Xu
3069     - zh_HK, courtesy of Chao-Hsiung Liao
3070     - zh_TW, courtesy of Chao-Hsiung Liao
3071   - Added/Updated Documentation
3072     - cs, courtesy of Lucas Lommer
3073     - zh_CN, courtesy of YunQiang Su
3075 version 2.31.1
3076   - the ui was rewritten using vala and clutter
3077   - using live previews for all effects
3078   - added user configurable effects, which can be installed in the system.
3079     furthermore we added a specification for those files, to be usable
3080     everywhere in GNOME.
3081   - more number of effects
3082   - broke most parts of libcheese
3083   - Added/Updated Translations
3084     - en@shaw, courtesy of Thomas Thurman
3085     - fi, courtesy of Tommi Vainikainen
3086     - gl, courtesy of Fran Diéguez
3087     - he, courtesy of Yaron Shahrabani
3088     - ka, courtesy of Vladimer Sichinava
3089     - sl, courtesy of Matej Urbančič
3090     - th, courtesy of Theppitak Karoonboonyanan
3091     - zh_CN, courtesy of Aron Xu
3092   - Added/Updated Documentation
3093     - ca, courtesy of Carles Ferrando Garcia
3094     - fi, courtesy of Jukka Heikkilä
3095     - pa, courtesy of A S Alam
3096     - sl, courtesy of Andrej Žnidaršič
3098 version 2.30.1
3099   - menu: disable Take Photo when there is no camera.
3100     Fixes bug 615002, courtesy of Yuvaraj Pandian
3101   - effects: fix a text rendering problem.
3102     Fixes bug 613287, courtesy of Mathias Clasen
3103   - build: enable GSEAL
3104   - all: use accessor functions instead direct access.
3105     Fixes bug 585210, courtesy of Javier Jardon.
3106   - Added/Updated Translations
3107     - ast, courtesy of Xandru Armesto
3108     - bn_IN, courtesy of Runa Bhattacharjee
3109     - ca@valencia, courtesy of Gil Forcada
3110     - id, courtesy of Andika Triwidada
3111     - ja, courtesy of Hideki Yamane (Debian-JP)
3112     - kn, courtesy of Shankar Prasad
3113     - ms, courtesy of Umarzuki Bin Mochlis Moktar
3114     - th, courtesy of Theppitak Karoonboonyanan
3115   - Added/Updated Documentation
3117 version 2.30.0
3118   - countdown: move rsvg_init and rsvg_term into main
3119     Initialize rsvg at startup and clean it up at exit.
3120     Fixes a long standing bug that made cheese crash when going fullscreen
3121     with button and window sounds enabled. Fixes bug #592100.
3122   - window: set the main button label to "Stop recording" while recording.
3123     Little regression introduced in 2.29.90. Fixes bug #613421
3124   - widget: use dialog-error icon
3125     The "error" icon used before doesn't exist in gnome-icon-theme 2.29 and
3126     causes crashes. Use "dialog-error" instead. Fixes #613067
3127   - Added/Updated Translations
3128     - bn, courtesy of Sadia Afroz
3129     - cs, courtesy of Petr Kovar
3130     - da, courtesy of Anders Jenbo
3131     - eu, courtesy of Iñaki Larrañaga Murgoitio
3132     - gu, courtesy of Sweta Kothari
3133     - it, courtesy of Alessandro Falappa
3134     - ko, courtesy of Changwoo Ryu
3135     - lt, courtesy of Žygimantas Beručka
3136     - lv, courtesy of Peteris Krisjanis
3137     - nn, courtesy of Torstein Adolf Winterseth
3138     - pa, courtesy of A S Alam
3139     - sr, courtesy of Бранко Кокановић
3140     - sr@latin, courtesy of Branko Kokanović
3141     - uk, courtesy of Maxim V. Dziumanenko
3142   - Added/Updated Documentation
3143     - cs, courtesy of Lucas Lommer
3144     - el, courtesy of Marios Zindilis
3146 version 2.29.92
3147   - widget: restore saved balance settings at startup
3148     Restore balance (brightness, saturation, hue) settings, saved in gconf,
3149     when the camera is initialized. Fixes bug 610823.
3150   - camera: fix a shameful pointless g_return_if_fail that prevented
3151     resolution changin from preferences.
3152   - docs: complete api docs for CheeseCameraDeviceMonitor
3153   - Added/Updated Translations
3154     - ca, courtesy of Gil Forcada
3155     - el, courtesy of Kostas Papadimas
3156     - en_GB, courtesy of Bruce Cowan
3157     - eu, courtesy of Iñaki Larrañaga Murgoitio
3158     - fi, courtesy of Tommi Vainikainen
3159     - hu, courtesy of Gabor Kelemen
3160     - nb, courtesy of Kjartan Maraas
3161     - pt, courtesy of Duarte Loreto
3163 version 2.29.91
3164   * cheese:
3165     - Restore the infobar temporarily disabled in the previous version
3166     - Make the infobar display generic errors about camera
3167       initialization instead of just the "no-device" one.
3169   * libcheese-gtk:
3170     - Remove "ready" and "error" signals in CheeseWidget and use a
3171       "state" property to track current widget state (none, ready,
3172       error).
3173     - Add cheese_widget_get_error() api to retrieve a GError (propagated
3174       from CheeseCamera) if something failed (widget in error state).
3175     - Update CheeseAvatarChooser to reflect the new api.
3177   * Fixed bugs:
3178       #592663 — Update sensitivity of "move all to trash", Mathias Clasen
3180   * Added/Updated Translations
3181     - de, courtesy of Wolfgang Stoeggl
3182     - gl, courtesy of Fran Diéguez
3183     - ja, courtesy of Hideki Yamane (Debian-JP)
3184     - pl, courtesy of Piotr Drąg
3185     - ro, courtesy of Adi Roiban
3186     - ru, courtesy of Alexander Saprykin
3187     - sv, courtesy of Daniel Nylander
3188     - zh_HK, courtesy of Chao-Hsiung Liao
3189     - zh_TW, courtesy of Chao-Hsiung Liao
3191 version 2.29.90
3193   * Export libcheese-gtk library
3194   * Rework Cheese itself to use libcheese-gtk
3195   * Add cropping ability to the chooser widget
3196   * Fix a possible crasher and a hang in CheeseCamera
3197   * Require libgudev on Linux systems
3198   * Limit framerate to 30 frames per second
3200   * Updated German documentation
3202 version 2.29.5
3204   A slightly different format for these release notes.
3205   We missed a couple of releases in the 2.29 cycle and the big changes
3206   cheese went through meanwhile deserves something better than a cold
3207   list of commit messages.
3208   Big thanks go to Bastien Nocera who took up most longstanding items
3209   in our TODO list and implemented them right away.
3210   So let's see what happened since 2.28. Note that most of the following
3211   stuff is still a work in progress so don't expect everything listed to
3212   be completed.
3214   * Completely dropped HAL dependency
3215     Port most HAL code for v4l capability probing into udev and use
3216     gudev in cheese to take advantage of it.
3217     Add infrastructure (CheeseCameraDeviceMonitor) for dynamic
3218     device hotplugging (UI yet to come).
3219     Add optional udev dependency and provide a simple entry point
3220     for non linux platforms that will want to use their custom
3221     detection code (still waiting for patches).
3223   * First steps in splitting cheese code into two libraries
3224     - libcheese-common
3225       Will provide basic non UI related cheese functions: basically,
3226       device detection, device monitoring, video format handling.
3227     - libcheese-gtk
3228       A set of widgets that will allow third party application to
3229       include parts of cheese functionality (e.g. the avatar chooser
3230       will soon embed a viewfinder for quickly shooting a nice
3231       buddy icon). Ideally cheese will be soon based on this set of
3232       widgets being the first user of our own library.
3234   * Rework most of device capability handling code
3235     Rewrite caps detection code trying to use gstreamer api instead of
3236     our own custom stuff whenever possible.
3237     Remove framerate retrieving code since we didn't use it since a
3238     couple of releases.
3240   * Make startup slightly faster
3241     Probe device capabilities in PAUSED state instead of PLAYING.
3242     This was actually a workaround for a now fixed gstreamer bug (See
3243     #587082).
3244     Just a two line change but cheese is notably faster now!
3246   * Cosmetic changes
3247     Remove all the fake webcam code and use a still error image when
3248     no webcam is available.
3249     Drop EphySpinner in favor of the new GtkSpinner. Invert colors to
3250     make it sexier.
3251     Remove actions (SendTo stuff) from the contextual menu. It wasn't
3252     exactly the best way to interoperate with the desktop. And most of
3253     them worked suboptimally anyway.
3255   * Move to GST_DEBUG (first steps, probably needs work)
3256     We use gstreamer anyway, why not to take full advantage of it?
3257     Gstreamer debug infrastructure is really cool and surely a lot
3258     better than our previous g_prints.
3260   * Fixed bugs
3261     #598902 — Make flash window a popup
3262     #594966 — Drop HAL
3263     #603595 — Add a photo-taken signal, which passes a pixbuf
3264     #522199 — First pass at webcam widget for use in other applications
3265     #598445 — Use GtkSpinner instead of our own
3266     #603152 — Use libcanberra instead of GStreamer for shutter
3267     #603161 — Make CheeseGConf a singleton object
3268     #603162 — Make CheeseFileUtil a singleton
3269     #603167 — Avoid warnings on exit when playback hasn't started
3270     #595005 — Use a custom filename to group burst mode pictures
3271     #596535 — String fixes
3273   * Added/Updated Translations
3274     - en_GB, courtesy of Philip Withnall
3275     - en@shaw, courtesy of Thomas Thurman
3276     - es, courtesy of Jorge González
3277     - et, courtesy of Ivar Smolin
3278     - gl, courtesy of a
3279     - he, courtesy of Yaron Shahrabani
3280     - lt, courtesy of Gintautas Miliauskas
3281     - lv, courtesy of Rūdolfs Mazurs
3282     - nb, courtesy of Kjartan Maraas
3283     - nds, courtesy of Nils-Christoph Fiedler
3284     - pa, courtesy of A S Alam
3285     - ru, courtesy of Alexandre Prokoudine
3286     - sl, courtesy of Matej Urbančič
3287     - sv, courtesy of Daniel Nylander
3288     - ta, courtesy of Dr.T.Vasudevan
3289     - th, courtesy of อาคม โชติพันธวานนท์
3290     - uk, courtesy of Maxim V. Dziumanenko
3291     - zh_CN, courtesy of Tao Wei
3292     - zh_HK, courtesy of Chao-Hsiung Liao
3293     - zh_TW, courtesy of Chao-Hsiung Liao
3294   - Added/Updated Documentation
3295     - es, courtesy of Jorge González
3296     - zh_CN, courtesy of arccos (L.Q)
3298 version 2.28.0
3300   - use _X-GNOME-FullName inside the .desktop file, fixes bug #590182
3301   - fix the abortion of burst mode with the escape key, fixes bug #595073
3302     burst mode can now be aborted with the Escape key, no matter if
3303     the countdown is active or not.
3304     when burst mode is running you could start it again with spacebar,
3305     this has been disabled during the burst session.
3306   - updated the dependencies
3307   - Added/Updated Translations
3308     - as, courtesy of Amitakhya Phukan
3309     - ca, courtesy of Gil Forcada
3310     - cs, courtesy of Lucas Lommer
3311     - da, courtesy of Kenneth Nielsen
3312     - de, courtesy of Mario Blättermann
3313     - el, courtesy of Kostas Papadimas
3314     - en_GB, courtesy of Bruce Cowan
3315     - es, courtesy of Jorge González
3316     - fr, courtesy of Claude Paroz
3317     - gl, courtesy of Antón Méixome
3318     - hi, courtesy of Rajesh Ranjan
3319     - it, courtesy of Alessandro Falappa
3320     - ja, courtesy of Takeshi AIHANA
3321     - lt, courtesy of Gintautas Miliauskas
3322     - mai, courtesy of Sangeeta Kumari
3323     - mr, courtesy of Sandeep Shedmake
3324     - oc, courtesy of Yannig Marchegay (Kokoyaya)
3325     - pa, courtesy of A S Alam
3326     - ro, courtesy of Adi Roiban
3327     - sl, courtesy of Matej Urbančič
3328     - te, courtesy of Krishna Babu K
3329     - uk, courtesy of Maxim V. Dziumanenko
3330     - zh_HK, courtesy of Chao-Hsiung Liao
3331     - zh_TW, courtesy of Chao-Hsiung Liao
3332   - Added/Updated Documentation
3333     - ca, courtesy of Joan Duran
3334     - de, courtesy of Christian Kirbach
3335     - el, courtesy of Μάριος Ζηντίλης
3336     - en_GB, courtesy of Philip Withnall
3337     - es, courtesy of Jorge Gonzalez
3338     - fr, courtesy of Laurent Coudeur
3339     - it, courtesy of RITA BANDIERA
3340     - nl, courtesy of Sander Pientka
3341     - oc, courtesy of Yannig Marchegay (Kokoyaya)
3342     - pt_BR, courtesy of Leonardo Ferreira Fontenelle
3343     - ru, courtesy of Vasiliy Faronov
3344     - sv, courtesy of Daniel Nylander
3345     - th, courtesy of Theppitak Karoonboonyanan
3346     - zh_CN, courtesy of ccrecall
3348 version 2.27.92
3349   - Added/Updated Translations
3350     - ar, courtesy of Khaled Hosny
3351     - bn, courtesy of Loba Yeasmeen
3352     - bn_IN, courtesy of Runa Bhattacharjee
3353     - fr, courtesy of Claude Paroz
3354     - gu, courtesy of Sweta Kothari
3355     - hu, courtesy of Gabor Kelemen
3356     - kn, courtesy of Shankar Prasad
3357     - ko, courtesy of Changwoo Ryu
3358     - ml, courtesy of "Last-Translator: \n"
3359     - or, courtesy of Manoj Kumar Giri
3360     - pt, courtesy of Duarte Loreto
3361     - pt_BR, courtesy of Djavan Fagundes
3362     - sr, courtesy of Бранко Кокановић
3363     - sr@latin, courtesy of Branko Kokanović
3364     - ta, courtesy of I. Felix
3365     - tr, courtesy of Baris Cicek
3366   - Added/Updated Documentation
3367     - el, courtesy of Μάριος Ζηντίλης
3369 version 2.27.91
3370   - Restore default window size that was changed with the netbook-mode
3371     merge.
3372   - Prevent the thumbview to shrink down to nothing when there are no
3373     items. Keep track of current items number and set a size request when
3374     it reaches zero.
3375   - Remove a bunch of hacks used in wide-mode switching to keep the video
3376     area size constant. Do everything in a more proper, non hackish, way.
3377     Fixes window "flickering" when switching to Wide Mode.
3378   - Restore a <schema> keyword that got lost in the gconf schema, fixes
3379     bug #591389, courtesy of Koop Mast
3380   - Added/Updated Translations
3381     - af, courtesy of F Wolff
3382     - bg, courtesy of Alexander Shopov
3383     - es, courtesy of Jorge González
3384     - et, courtesy of Ivar Smolin
3385     - eu, courtesy of Iñaki Larrañaga Murgoitio
3386     - fi, courtesy of Tommi Vainikainen
3387     - ga, courtesy of Seán de Búrca
3388     - gl, courtesy of Antón Méixome
3389     - he, courtesy of Yaron Shahrabani
3390     - hi, courtesy of Rajesh Ranjan
3391     - nb, courtesy of Kjartan Maraas
3392     - or, courtesy of Manoj Kumar Giri
3393     - pl, courtesy of Piotr Drąg
3394     - sv, courtesy of Daniel Nylander
3395     - th, courtesy of Akom C.
3396     - zh_HK, courtesy of Chao-Hsiung Liao
3397     - zh_TW, courtesy of Chao-Hsiung Liao
3399 version 2.27.90
3400   - Drop HILDON mode. We used to have HILDON support once but it has
3401     been broken for several major releases now. Better no support than
3402     a partial and broken one.
3404   - Merge netbook-mode branch. Introduces a new horizontal mode that
3405     fits nicely in small screens where the vertical real estate is
3406     limited (like netbooks). Commits summary follows.
3407   - Enable wide mode at startup if enabled in gconf or if forced
3408     through -w/--wide command line option. Save wide mode
3409     state in a gconf key.
3410   - Prevent icon view to shrink down when empty.
3411   - Let the thumbview pick up its optimal size. Remove hard coded size
3412     constraints for the icon view so that it picks up the best size
3413     for the current children (i.e. centered items, even with no
3414     selection, with every thumbnail size). Remove also extra
3415     spacing between and around thumbnails.
3416   - Correctly update thumbnav button sensitiveness. Force an update on
3417     up and down button sensitiveness while switching mode.
3418   - Keep size of the video preview area while switching mode. This way
3419     the icon view moves from the bottom to the right side while the
3420     rest of the window remains still.
3421   - Add UI for dynamically switching to and from wide mode.
3422     Add a WideMode action that triggers widget reparenting and changes
3423     spacing the vertical mode.
3424   - Add a function that sets the ThumbNav in vertical mode reparenting
3425     widgets on the fly.
3426   - Add a vertical mode for the ThumbNav. Add up and down buttons and
3427     implement vertical scrolling logic.
3428   - Reparent the icon view into the right aligment. First experiment
3429     of an horizontal mode suited for netbooks.
3430   - Make room for a vertical icon view in the right side. Add an hbox
3431     and an alignment to contain the icon view in the yet to come
3432     netbook mode.
3434   - Set WARNING MessageType for the InfoBar.
3435     Warning is certainly more suited since the missing webcam is not a fatal
3436     error. Also, the red color for the error type is really ugly. This
3437     lovely orange is much better.
3438   - Remove *.glade files.
3439     It is not recommended to use gtk-builder-convert anymore but to use
3440     glade-3 directly on the .ui files
3441   - Insensitize buttons and actions while "bursting".
3442   - Take the first photo of a burst right after button press. Rework a
3443     little bit burst mode to allow this.
3444   - Add 256x256 Cheese icons, courtesy of Ulisse Perusin.
3445   - Add tooltips to the buttons. Now that toolbar buttons have no
3446     labels tooltips can be helpful to identify each button role.
3447   - Add burst mode settings to preferences dialog. Allow to configure
3448     amount of photos to take in a burst and delay between each one.
3449   - Remove icon-size attribute of button icons. All icons have now the
3450     same size and honour gtk theme settings.
3451   - Add the scalable version of the take photo and burst icons.
3452   - Add --version command line flag.
3454   - post release version bump
3455   - Added/Updated Translations
3456     - ast, courtesy of astur
3457     - ca@valencia, courtesy of Gil Forcada
3458     - de, courtesy of Michael Kanis
3459     - es, courtesy of Jorge González
3460     - et, courtesy of Ivar Smolin
3461     - eu, courtesy of Iñaki Larrañaga Murgoitio
3462     - fr, courtesy of Nicolas Repentin
3463     - ga, courtesy of Seán de Búrca
3464     - gl, courtesy of Antón Méixome
3465     - nb, courtesy of Kjartan Maraas
3466     - pl, courtesy of Tomasz Dominikowski
3467     - sv, courtesy of Daniel Nylander
3468     - ta, courtesy of Dr.T.Vasudevan
3469     - zh_HK, courtesy of Chao-Hsiung Liao
3470     - zh_TW, courtesy of Chao-Hsiung Liao
3471   - Added/Updated Documentation
3472     - de, courtesy of Mario Blättermann
3473     - fr, courtesy of Laurent Coudeur
3475 version 2.27.5
3476   - add new photo and burst icons, courtesy of Ulisse Perusin
3477   - remove the label of the photo and video modes
3478   - support taking a series of photos, fixes bug #581997
3479     this introduces the burst mode in cheese.
3480     the burst mode allows to take a series of photos
3481     with a configurable delay and number of photos
3482   - Make webcam and resolution settings not sensitive if just 1 option
3483     is available. If there are no options to choose, make the webcam and
3484     resolution combo box insensitive, fixes bug #588353
3485   - Added/Updated Translations
3486     - it, courtesy of Alessandro Falappa
3487     - ku, courtesy of Erdal Ronahi
3488     - pt_BR, courtesy of Djavan Fagundes
3489     - zh_HK, courtesy of Chao-Hsiung Liao
3490     - zh_TW, courtesy of Chao-Hsiung Liao
3491   - Added/Updated Documentation
3492     - es, courtesy of Jorge González
3494 version 2.27.4
3495   - bump gtk+ requirement to 2.17.3
3496   - ensure the drawing area has a native X11 window
3497     With the new client-side-window gtk+ widgets do not always have a
3498     native window anymore. We need an XID to give to GstXOverlay and embed
3499     video into the application. This temporarily works around the issue
3500     forcing a native window. Works around bug 588357
3501   - use the camera-web icon instead of camera-video
3502     we are using camera-web in the project logo/icon but camera-video for the
3503     UI. it is more appropriate to use the camera-web icon as it's a) less
3504     likely people will use camcorders with cheese b) there is bigger visual
3505     distinction between camera-photo and camera-web than camera-photo and
3506     camera-video.
3507   - manually expose the window if not PLAYING
3508     Draw a black background if the pipeline is starting up and the overlay
3509     is still not ready to expose the drawing area.
3510   - fix broken xoverlay management
3511     For some reason this went unnoticed for a long time. We were calling
3512     set_x_overlay right after setting PLAYING state (with no warranty that
3513     the state change succeeded nor that an overlay was really there). The
3514     only right way to do this is to wait for prepare-xwindow-id message. It
3515     worked until now just because we've been extremely lucky.
3516   - drop url and email handlers
3517     Drop url and email handlers used in the about dialog since gtk+ 2.17.2
3518     already provides that functionality built in.
3519   - drop GEditMessageArea in favor of GtkInfoBar
3520     Drop GEditMessageArea since it recently entered gtk+. Fixes bug #586545
3521   - use AM_SILENT_RULES if available, fixes bug #587581
3522   - Use accessor functions instead direct access, fixes bug #585210
3523   - remove markup from translatable strings
3524   - keybindings: add configure checks for needed X11 stuff
3525     Check for XF86keysym.h availability and add a configure option to
3526     disable Webcam Button listening. Copied from rhythmbox.
3527   - add little program to emit fake webcam button events
3528   - capture webcam buttons
3529     Listen to XF86Webcam keypresses to capture webcam buttons. Should
3530     work with every driver that correctly binds the input device to
3531     KEY_CAMERA events. Fixes bug #521551
3532   - remove padding from the take_picture button
3533     Use alignment xscale property instead of padding in the take_picture
3534     button. Doesn't fix but at least partly works around bug #573301 (the
3535     button can now grow up and fill the whole free space with no padding
3536     constraint).
3537   - sanitize main toolbar structure
3538     No real change, just some little restructuring of the glade toolbar
3539     definition to make it easier to hack on.
3540   - Added/Updated Translations
3541     - es, courtesy of Jorge González
3542     - et, courtesy of Ivar Smolin
3543     - fr, courtesy of Jonathan Ernst
3544     - he, courtesy of Yaron Shahrabani
3545     - uk, courtesy of Maxim V. Dziumanenko
3546   - Added/Updated Documentation
3547     - it, courtesy of Rita Bandiera
3549 version 2.27.3
3550   - Set default resolution to the highest one with a non jerky (higher than
3551     15fps) framerate, fixes bug #585857
3552   - Lower max-delay and max-page-delay oggmux properties from 5 to 0.5
3553     seconds. Should prevent out of sync audio in recorded videos and
3554     hopefully fix bug #585761
3555   - Don't access effects string after free. This was causing the first effect
3556     stored in gconf to not be restored at startup, fixes bug 584186
3557   - Get rid of GtkAspectFrame, it doesn't really suit our needs, it hardcodes
3558     an aspect ratio that obviously cannot be valid for every format webcams
3559     support. Render the video directly to the drawing area with no external
3560     aspect ratio restriction. Eventually fixes bug #559188 since the
3561     aspectframe was adding some extra padding between the video and the window
3562     border.
3563   - Almost every available gstreamer videosink can display black bars around
3564     the video keeping its aspect ratio. Enable it if available.
3565     Black bars look a lot nicer than the grey color of the underlying
3566     gtkwindow displayed with the aspectframe.
3567   - Properly forward expose events to GstXOverlay.
3568   - Avoid ugly flickering on window resize. Let gstxoverlay take full control
3569     of the drawing area window. Prevent gtk from drawing the background and
3570     remove the flickering caused by its internal double buffering.
3571   - Remove initial black bars (at least for 4:3 webcams). Set a default window
3572     size that fits nicely the video aspect ratio so that black bars are not
3573     drawn until a manual resize.
3574   - Added/Updated Translations
3575     - ca, courtesy of Gil Forcada
3576     - nb, courtesy of Kjartan Maraas
3577     - sv, courtesy of Daniel Nylander
3578     - ta, courtesy of Dr.T.Vasudevan
3579   - Added/Updated Documentation
3580     - el, courtesy of Simos Xenitellis
3582 version 2.27.2
3583   - Ignore new photo requests if we are still waiting for an "handoff" signal
3584     for the previous one, fixes bug #582902
3585   - Fix a couple of trivial memory leaks in the thumbnail generator code, fixes
3586     bug #578289
3587   - Don't return if "image-loading" icon is not found, we will have an empty
3588     pixbuf while the thumbnail thread is running but it is surely better than
3589     no thumbnail at all, fixes bug #582240
3590   - Added/Updated Translations
3591     - de, courtesy of Nathan-J. Hirschauer
3592     - es, courtesy of Jorge González
3593     - et, courtesy of Ivar Smolin
3594     - or, courtesy of Manoj Kumar Giri
3595     - pa, courtesy of A S Alam
3596     - th, courtesy of Akom C.
3597   - Added/Updated Documentation
3598     - el, courtesy of Simos Xenitellis
3600 version 2.27.1
3601   - Improve preferences dialog making it more consistent with other GNOME
3602     applications.
3603   - Add support for brightness, contrast, saturation and hue adjustments,
3604     fixes bug #558970.
3605   - Replace deprecated gtk_action_connect_proxy calls with
3606     gtk_activatable_set_related_action, fixes bug #571383.
3607   - Bump gtk+ dependency to 2.16 (needed for gtk_scale_add_mark and
3608     gtk_activatable_set_related_action).
3609   - Archive old ChangeLog and autogenerate it on distribution from git log.
3610   - Added cheese.doap file
3611   - Added Filippo Argiolas to MAINTAINERS
3612   - added/updated translations
3613     - ar, courtesy of Khaled Hosny
3614     - be, courtesy of Ягор Кур'яновіч
3615     - es, courtesy of Jorge González
3616     - kn, courtesy of Shankar Prasad
3618 version 2.26.0
3619   - Lock gdk mutex in photo-saved and video-saved callbacks Those signals are emitted
3620     within a gstreamer callback so outside the mainloop, hence the need for locking.
3621     This fixes the flash locking issue and also the one about the grey thumbview
3622     right after the flash, fixes bug #566098
3623   - added/updated translations
3624     - as, courtesy of Amitakhya Phukan
3625     - bn_IN, courtesy of Runa Bhattacharjee
3626     - ca, courtesy of Joan Duran
3627     - cs, courtesy of Lucas Lommer
3628     - de, courtesy of Mario Blättermann
3629     - el, courtesy of Jennie Petoumenou
3630     - fr, courtesy of Robert-André Mauchin
3631     - gl, courtesy of Suso Baleato
3632     - lt, courtesy of Vytautas Rėkus
3633     - or, courtesy of Manoj Kumar Giri
3634     - te, courtesy of Krishna Babu K
3635     - th, courtesy of Theppitak Karoonboonyanan
3637 version 2.25.92
3638   - Remove g_error calls where the error is not supposed to abort execution.
3639     Replace them with more suited g_warnings, fixes bug #562179
3640   - Print cheese verbose messages even if log dir doesn't exist, fixes bug #573573
3641   - added/updated translations
3642     - ro, courtesy of Adi Roiban
3643     - sv, courtesy of Daniel Nylander
3645 version 2.25.91
3646   - replace deprecated gtk symbols inside hildon code, fixes bug #571383, courtesy of Thomas Andersen
3647   - added/updated translations
3648     - es, courtesy of Jorge González
3649     - et, courtesy of Mattias Põldaru
3650     - ro, courtesy of Adi Roiban
3651     - vi, courtesy of Clytie Siddall
3652     - zh_HK, courtesy of Chao-Hsiung Liao
3653     - zh_TW, courtesy of Chao-Hsiung Liao
3655 version 2.25.90
3656   - fixed lack of period at the end of a few paragraphs in the documentation,
3657     adopted "screenshot" instead of "screen shot", fixes bug #566718, courtesy of Leonardo Ferreira Fontenelle
3658   - reverse icon view scroll buttons scroll direction for RTL locales, fixes bug #566197, courtesy of Yair Hershkovitz
3659   - added/updated translations
3660     - de, courtesy of Hendrik Richter
3661     - el, courtesy of Fotis Tsamis
3662     - es, courtesy of Jorge González
3663     - fr, courtesy of Claude Paroz
3664     - ko, courtesy of Changwoo Ryu
3665     - zh_CN, courtesy of 甘露(Gan Lu)
3667 version 2.25.4
3668   - added/updated translations
3669     - be@latin, courtesy of Ihar Hrachyshka
3670     - lv, courtesy of Raivis Dejus
3671     - pt_BR, courtesy of Leonardo Ferreira Fontenelle
3673 version 2.25.3
3674   - single includes fix, fixes bug #563537, courtesy of Pedro Fragoso
3675   - added/updated translations
3676     - pa, courtesy of Amanpreet Singh Alam
3678 version 2.25.2
3679   - print vendor and product id while probing devices. provide some more device informations for easier bug triaging.
3680   - remove unnecesary include files, to meet GnomeGoal http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
3681   - don't use random access glist methods when accessing a list sequentially
3682     and properly free list elements after use, fixes bug #560514 and #560347, courtesy of Giuseppe Fuggiano
3683   - Use gtk_show_uri to open files and xdg-open i.s.o. gnome-open
3684   - Use gtk_message_dialog_format_secondary_markup correctly
3685   - print the cheese version if the -v flag is set
3686   - add support for cams which support only one resolution, fixes bug #560032, courtesy of Hans de Goede
3687   - added/updated translations
3688     - es, courtesy of Jorge González
3689     - ku, courtesy of Erdal Ronahi
3691 version 2.25.1
3692   - change the default font of the countdown widget to bitstream vera sans bold
3693   - drop libgnome/libgnome-vfs dependencies, fixes bug #556580, courtesy of Cosimo Cecchi
3694   - exit correctly with unknown command line arguments, fixes bug #556084.
3695   - change the ui behaviour of the fullscreen toolbar, to show always when in
3696     effects chooser mode, fixes bug #548546
3697   - added/updated translations
3698     - ca, courtesy of Gil Forcada
3699     - de, courtesy of Hendrik Richter
3700     - es, courtesy of Jorge González
3701     - fr, courtesy of Robert-André Mauchin
3702     - he, courtesy of Mark Krapivner
3703     - nb, courtesy of Kjartan Maraas
3704     - nl, courtesy of Wouter Bolsterlee
3705     - pt_BR, courtesy of Vladimir Melo
3706     - sr, courtesy of Горан Ракић
3707     - sr@latin, courtesy of Goran Rakić
3708     - th, courtesy of Theppitak Karoonboonyanan
3709     - uk, courtesy of Maxim V. Dziumanenko
3711 version 2.24.0
3712   - correct an error in the help file, which prevented the document to be valid
3713   - update the cheese dependencies, fixes bug #547203
3714   - use the correct translated plural form when deleting more than one item from
3715     the thumbnail bar, fixes bug #552290, courtesy of Yuriy Penkin
3716   - do not add a new item to the thumbnail bar, if its already there, fixes bug #549804
3717   - update documentation, courtesy of Joshua Henderson
3718   - include gio header in cheese.c
3719   - added/updated translations
3720     - ar, courtesy of Usama Akkad
3721     - bg, courtesy of Alexander Shopov
3722     - ca, courtesy of Gil Forcada
3723     - cs, courtesy of Petr Kovar
3724     - da, courtesy of Kenneth Nielsen
3725     - de, courtesy of Hendrik Richter
3726     - en_GB, courtesy of Philip Withnall
3727     - es, courtesy of Jorge González
3728     - et, courtesy of Ivar Smolin
3729     - eu, courtesy of Iñaki Larrañaga Murgoitio
3730     - fi, courtesy of Ilkka Tuohela
3731     - fr, courtesy of Robert-André Mauchin
3732     - gl, courtesy of Ignacio Casal Quinteiro
3733     - gu, courtesy of Sweta Kothari
3734     - hu, courtesy of Gabor Kelemen
3735     - it, courtesy of Alessandro Falappa
3736     - ja, courtesy of Takeshi AIHANA
3737     - ko, courtesy of Changwoo Ryu
3738     - lt, courtesy of Gintautas Miliauskas
3739     - ml, courtesy of പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
3740     - mr, courtesy of Sandeep Shedmake
3741     - nb, courtesy of Kjartan Maraas
3742     - nl, courtesy of Wouter Bolsterlee
3743     - pl, courtesy of Tomasz Dominikowski
3744     - pt_BR, courtesy of Og Maciel
3745     - pt, courtesy of Duarte Loreto
3746     - ru, courtesy of Alexandre Prokoudine
3747     - sl, courtesy of Matej Urbančič
3748     - sq, courtesy of Laurent Dhima
3749     - sr, courtesy of Горан Ракић
3750     - sr@latin, courtesy of Goran Rakić
3751     - sv, courtesy of Daniel Nylander
3752     - ta, courtesy of I. Felix
3753     - th, courtesy of Theppitak Karoonboonyanan
3754     - tr, courtesy of Baris Cicek
3756 version 2.23.92
3757   - documentation update (not yet finished), courtesy of joshua henderson
3758   - old photos and videos (before 2.24) are now available in cheese 2.24, fixes bug #547290
3759   - sort videoformat array and resolution hashtable, courtesy of Hans de Goede
3760   - dont save duplicated videoformats abut only keep the one with the maximum
3761     framerate if it provides the same resolution. add correspondent entry only
3762     once to the resolution hashtable so that we have no more duplicated
3763     resolutions on preferences dialog. fixes bugs #547144 and #547140,
3764     courtesy of Hans de Goede
3765   - remove the old log file if it exists
3766   - send eos event only if the pipeline was playing, otherwise force
3767     shutdown. Start a timeout to force unclean shutdown if eos takes
3768     to much to propagate or doesnt propagate at all, probably fixes bug #547422
3769   - set take_picture sensitiveness before webcam_stop_video_recording since this
3770     emits a signal that would lead to another sensitiveness change. see comments on bug #547422
3771   - set the utility hint for the fullscreen toolbar, partially fixes #548546
3772   - rename the log file to "log.txt" and prepend it with the running cheese version
3773   - cheese crashes no more when no device is set in gconf, partially fixes bug #546868, courtesy of Hans de Goede
3774   - display toolbar when entering into fullscreen mode, fixes bug #548546, courtesy of Felix Kaser
3775   - added/updated translations
3776     - bg, courtesy of Alexander Shopov
3777     - de, courtesy of Wolfgang Stoeggl
3778     - el, courtesy of Athanasios Lefteris
3779     - en_GB, courtesy of Philip Withnall
3780     - gu, courtesy of Sweta Kothari
3781     - hi, courtesy of Rajesh Ranjan
3782     - hr, courtesy of "Last-Translator: \n"
3783     - it, courtesy of Alessandro Falappa
3784     - ko, courtesy of Changwoo Ryu
3785     - nl, courtesy of Wouter Bolsterlee
3786     - pt, courtesy of Duarte Loreto
3787     - sl, courtesy of Matej Urbančič
3788     - zh_CN, courtesy of 甘露 (Lu Gan)
3790 version 2.23.91
3791   - cheese.desktop file now respects freedesktop SPEC, fixes bug #550195, courtesy of Pacho Ramos
3792   - a small syntax cleanup made with uncrustify
3793   - waf did not install the files properly, now it does
3794   - add the dynamic bindir to the dbus file
3795   - update waf to 1.4.3 and make it working again
3796   - added/updated translations
3797     - ar, courtesy of Youssef Chahibi
3798     - dz, courtesy of Dawa pemo
3799     - es, courtesy of Jorge González
3800     - et, courtesy of Ivar Smolin
3801     - ga, courtesy of Seán de Búrca
3802     - he, courtesy of Mark Krapivner
3803     - ja, courtesy of Takeshi AIHANA
3804     - mk, courtesy of Arangel Angov
3805     - or, courtesy of Manoj Kumar Giri
3806     - pa, courtesy of Amanpreet Singh Alam
3807     - pl, courtesy of Tomasz Dominikowski
3808     - pt_BR, courtesy of Rodrigo Flores
3809     - sq, courtesy of Laurent Dhima
3810     - sv, courtesy of Daniel Nylander
3811     - te, courtesy of Krishna Babu K
3812     - vi, courtesy of Clytie Siddall
3813     - zh_HK, courtesy of Chao-Hsiung Liao
3814     - zh_TW, courtesy of Chao-Hsiung Liao
3816 version 2.23.90
3817   - call gdk_x11_window_set_user_time to raise the cheese window if its called twice
3818   - don't start cheese twice if another instance is running, fixes bug #527736, courtesy of Felix Kaser
3819   - remove gtk_init and gst_init, according to the docs these are not needed if we use gtk_get_option_group and gst_init_get_option_group
3820   - align the buttons with the thumbnail bar
3821   - improve the fullscreen mode, fixes bug #547405, courtesy of Felix Kaser
3822   - select the last thumbnail item, if the last one was deleted 
3823   - hitting space when the countdown has already begun, distorts no more the countdown, fixes bug #547403
3824   - remove a thumbnail item immidiately from the thumbnail row if it was deleted
3825   - use the eog scrollbar for cheese media, fixes bug #511916, courtesy of Patryk Zawadzki
3826   - disable action_effects while setup_camera is running, fixes bug #547313
3827   - add people who contributed to cheese to the cheese about window 
3828   - give a detailed error message if some gstreamer element is missing, fixes bug #522009, courtesy of Todd Eisenberger
3829   - add some gconf translation improvements, fixes bug #547168 
3830   - connect button_photo and button_video as proxy widgets for relative RadioActions
3831   - change action_files sensitiveness on "selection-changed" event, fixes bug 546918
3832   - don't try to find highest framerate if format is NULL, courtesy of Todd Eisenberger
3833   - selected effects gconf key values are now standardized, fixes bug #513776
3834   - add a better hig compliant alert for missing gstreamer elements, fixes bug #522009
3835   - added a delete action to immediately delete files and a gconf key to show/hide it
3836   - use "Cheese Webcam Booth" instead of "Cheese" as the desktop entry name, fixes bug #543976
3837   - add multiple selection in the picture listing pane, fixes bug #481405
3838   - correct critical warnings, if some gstreamer plugins arent available, fixes bug #522009, courtesy of Todd Eisenberger
3839   - add several g_free functions to prevent memory leaks 
3840   - use g_random_int instead of g_rand_int
3841   - add the multiplex thumbnail generator algorithm
3842   - disable "Start recording" button until the recording pipeline properly shuts down
3843   - save generated thumbnails, it seems to have vanished some time ago
3844   - resolve wrong sorting issue of the thumbnails, fixes bug #546390
3845   - added/updated translations
3846     - ar, courtesy of Youssef Chahibi 
3847     - bn_IN, courtesy of Runa Bhattacharjee 
3848     - ca, courtesy of Gil Forcada 
3849     - es, courtesy of Jorge González 
3850     - et, courtesy of Ivar Smolin 
3851     - eu, courtesy of Iñaki Larrañaga Murgoitio 
3852     - fi, courtesy of Ilkka Tuohela 
3853     - fr, courtesy of Robert-André Mauchin 
3854     - gl, courtesy of Ignacio Casal Quinteiro 
3855     - he, courtesy of Mark Krapivner 
3856     - ja, courtesy of Takeshi AIHANA 
3857     - kn, courtesy of Shankar Prasad 
3858     - mk, courtesy of Arangel Angov 
3859     - ml, courtesy of Manu S Madhav
3860     - nb, courtesy of Kjartan Maraas 
3861     - pt_BR, courtesy of Fábio Nogueira 
3862     - sv, courtesy of Daniel Nylander 
3863     - th, courtesy of Akom C. 
3864     - zh_HK, courtesy of Chao-Hsiung Liao 
3865     - zh_TW, courtesy of Chao-Hsiung Liao 
3867 version 2.23.6
3868   - add a fullscreen mode for kiosks, fixes #478852, courtesy of Felix Kaser
3869   - wait until the video has been recorded, to add it to the thumbnail bar, partially fixes #545212
3870   - move thumbnail generation to its own thread, displaying a loading icon while
3871         generating thumbnail and a fallback icon if thumbnail fails, fixes bug #545151, courtesy of Filippo Argiolas
3872   - toggle effects button if effects is enabled using menu, fixes bug #539195, courtesy of Filippo Argiolas
3873   - make cheese have a fullscreen mode for kiosks, fixes bug #478852
3874   - resolve sluggish video and out-of-sync audio, fixes bug #542014, courtesy of Filippo Argiolas
3875   - do not crash on preferences with no camera attached, fixes bug #544062, courtesy of Filippo Argiolas
3876   - cheese should ask to delete files if moving to trash fails, fixes bug #545950, courtesy of Filippo Argiolas
3877   - cheese crashed with move all to trash if no trash can be accessed, fixes bug #545997, courtesy of Filippo Argiolas
3878   - added/updated translations
3879     - ar, courtesy of Khaled Hosny
3880     - ca, courtesy of Gil Forcada
3881     - el, courtesy of Simos Xenitellis
3882     - es, courtesy of Jorge González
3883     - fr, courtesy of Bruno Brouard
3884     - gl, courtesy of Ignacio Casal Quinteiro
3885     - ja, courtesy of Takeshi Aihana
3886     - mk, courtesy of Arangel Angov
3887     - nl, courtesy of Wouter Bolsterlee
3888     - oc, courtesy of Yannig Marchegay
3889     - pl, courtesy of Tomasz Dominikowski
3890     - pt, courtesy of Duarte Loreto
3891     - th, courtesy of Akom C.
3892     - zh_TW, courtesy of Chao-Hsiung Liao
3895 version 2.23.5
3896   - make recording of videos work again, fixes bug #523475, courtesy of Filippo Argiolas
3897   - bump gstreamer requirements to 0.10.16
3898   - fixes cheese_print_handler, which resulted in empty cheese logs, courtesy of Filippo Argiolas
3899   - allow to choose the webcam using the preference dialog, fixes bug #522200, courtesy of Ryan Zeigler
3900   - remove some gcc warnings, fixes bug #537490, courtesy of Cosimo Cecchi
3901   - fixed typo, which prevented hildon mode to compile cleanly
3902   - removed included <X11/extensions/xf86vmode.h>, fixes bug #539631, courtesy of Marc-Andre Lureau
3903   - make hal-device-id command line option work, fixes bug #498023, courtesy of Ryan Zeigler
3904   - use ogv as default video extension, fixes bug #524021
3905   - added/updated translations
3906     - es, courtesy of Jorge González
3907     - sv, courtesy of Daniel Nylander
3908     - nb, courtesy of Kjartan Maraas
3909     - ko, courtesy of Changwoo Ryu
3910     - bg, courtesy of Alexander Shopov
3911     - oc, courtesy of Yannig Marchegay
3912     - et, courtesy of Ivar Smolin
3913     - pt_BR, courtesy of Fabrício Godoy and Ferreira Fontenelle
3914     - ps, courtesy of Zabeeh Khan
3915     - gl, courtesy of Ignacio Casal Quinteiro
3916     - zh_HK, courtesy of Chao-Hsiung Liao
3917     - zh_TW, courtesy of Chao-Hsiung Liao
3919 version 2.23.4
3920   - fix a crash, when using about/quit menu items in hildon mode, fixes bug #535582, courtesy of Michael Terry
3921   - Instead of crashing report when certain gstreamer are not found, fixes bug #522009, courtesy of Todd Eisenberger
3922   - use intltools 0.40 for building with autotools
3923   - added/updated translations
3924     - ar, courtesy of Khaled Hosny. 
3925     - fi, courtesy of Tommi Vainikainen
3926     - nn, courtesy of Eirik U. Birkeland
3927     - vi, courtesy of Clytie Siddall
3928     - zh_CN, courtesy of 甘露 (Lu Gan)
3930 version 2.23.3
3931   - add new flash and remove changing gamma for simulating flash. the 
3932     new flash works best if you run a composited desktop, fixes bug #526214,
3933     courtesy of Alex Jones 
3934   - fix segfault on startup if video or photo directory gconf setting is missing,
3935         fixes bug #534480, courtesy of Alexander Jones
3936   - add support to set the video and photo path in gconf, courtesy of Felix Kaser
3937   - added/updated translations
3938     - ar, courtesy of Djihed Afifi. 
3939     - es, courtesy of Jorge González
3940     - et, courtesy of Ivar Smolin
3941     - gl, courtesy of Ignacio Casal Quinteiro
3942     - he, courtesy of Mark Krapivner
3943     - hu, courtesy of Máté Őry.
3944     - nb, courtesy of Kjartan Maraas
3946 version 2.23.2
3947   - use a better icon for the effects button, fixes bug #511369
3948   - store photos and videos in xdg directories, fixes bug #509475, courtesy of Felix Kaser
3949   - use a toggle button for the effects button, fixes bug #527870
3950   - add support for nautilus send to. this replaces "send by email" where available, fixes bug #528249, courtesy of Jose Dapena Paz
3951   - name the files to the date, when they were created, fixes bug #525739
3952   - add a preferences dialog with basic resolution changing, partially fixes #522200, courtesy of James Liggett
3953   - use gtk theme colors for the countdown widget
3954   - align the numbers and the camera on the countdown widget, courtesy of Andrea Cimitan
3955   - add a border, color shading and highlight to the countdown widget, to make it even more sexy, courtesy of Andrea Cimitan
3956   - make the countdown numbers translatable the right way
3957   - fix invalid free in cheese, fixes bug #529467, courtesy of Matthias Clasen
3958   - take picture button is enabled outside gtk thread lock, fixes bug #529789, courtesy of Gary Lasker
3959   - don't display the toplevel window by default, fixes bug #529276, courtesy of Loïc Minier
3960   - added/updated translations
3961     - en_GB, courtesy of Philip Withnall
3962     - es, courtesy of Jorge González
3963     - et, courtesy of Ivar Smolin
3964     - gl, courtesy of Ignacio Casal Quinteiro
3965     - he, courtesy of Mark Krapivner
3966     - nb, courtesy of Kjartan Maraas
3967     - nl, courtesy of Tino Meinen
3968     - pt_BR, courtesy of Luis Motta.
3969     - sl, courtesy of Matej Urbančič
3970     - th, courtesy of Pornpimon Pradabsri 
3972 version 2.23.1
3973   - add cheese to sound & video in the application menu, fixes bug #519846
3974   - add hildon support to cheese, fixes bug #519548, courtesy of Matthew Garret
3975   - add menu entry for the countdown, fixes bug #511160
3976   - add the gedit warning box when no camera is found, fixes bug #511945, courtesy of sebastian keller
3977   - buttons and menu items should use Title Case
3978   - change the theora file extension to .gov, fixes bug #524021
3979   - cheese crashes if getting information from a webcam fails, courtesy of Sjoerd Simons, fixes bug #522197
3980   - cheese did not choose the right thumbnails for already taken pictures, fixes bug #524814
3981   - cheese does not list its gnome-vfs dependency, fixes bug #522152, courtesy of Alex Rostovtsev
3982   - cheese doesn't open the webcam device set in gconf, courtesy of Sjoerd Simons, fixes bug #522198
3983   - do not allow to take pictures, while the webcam is initializing, fixes bug #523121
3984   - fix a crash while initializing webcam, fixes bug #522143, courtesy of Alex Rostovtsev
3985   - fix a crash, when a file was deleted twice
3986   - fix regression of gio, Dnd works again, courtesy of Cosimo Cecchi, fixes bug #526398
3987   - set the max waiting time for detecting a camera to 10 seconds, fixes bug #520394
3988   - show the pretty countdown widget by default
3989   - use a better effects icon, partially fixes bug #511369, courtesy of baptiste mille-mathias
3990   - use new cheese description, fixes bug #512091
3991   - added/updated translations
3992     - el, courtesy of Nick Paraschou
3993     - en_GB, courtesy of Philip Withnall
3994     - es, courtesy of Jorge González
3995     - et, courtesy of Mattias Põldaru
3996     - he, courtesy of Mark Krapivner
3997     - nb, courtesy of Kjartan Maraas
3998     - nn, courtesy of Eskild Hustvedt
3999     - ru, courtesy of Vasiliy Faronov
4000     - sl, courtesy of Matej Urbančič
4002 version 2.22.0
4003   - typo in the documentaton: ximageskink instead of ximagesink
4004   - menu entries for take a photo and recording never switched, fixes bug #516745
4005   - select a thumb near the deleted item, fixes bug #505442
4006   - make sure we have the right prototype definition, fixes bug #519030
4007   - Rephrased hard-to-understand sentence in docs, fixes bug #518838, courtesy of Claude Paroz
4008   - added/updated translations
4009     - be@latin, courtesy of Ihar Hrachyshka
4010     - da, courtesy of Kenneth Nielsen
4011     - el, courtesy of Athanasios Lefteris
4012     - en_GB, courtesy of Philip Withnall
4013     - es, courtesy of Jorge González
4014     - fr, courtesy of Claude Paroz and Stéphane Raimbault
4015     - gu, courtesy of Ankit Patel
4016     - he, courtesy of Yair Hershkovitz
4017     - hu, courtesy of Gabor Kelemen
4018     - it, courtesy of Alessandro Falappa
4019     - lt, courtesy of Gintautas Miliauskas
4020     - ml, courtesy of Ani Peter
4021     - mr, courtesy of Sandeep Shedmake
4022     - uk, courtesy of Maxim Dziumanenko
4023     - zh_CN, courtesy of YangZhang
4024     - zh_HK, courtesy of Chao-Hsiung Liao
4025     - zh_TW, courtesy of Chao-Hsiung Liao
4027 version 2.21.92:
4028   - drop libglade and use GtkBuilder instead.
4029   - putted gtk calls in critical section in threads, fixes bug #516697, courtesy of Mathias Clasen
4030   - make use of the gconf countdown setting and show or hide the countdown depending on that
4031   - added/updated translations
4032     - ko, courtesy of Changwoo Ryu
4033     - th, courtesy of Theppitak Karoonboonyanan
4034     - sl, courtesy of Matej Urbančič
4035     - bn_IN, courtesy of Runa Bhattacharjee
4036     - pa, courtesy of Amanpreet Singh Brar
4037     - nl, courtesy of Wouter Bolsterlee.
4038     - nb, courtesy of Kjartan Maraas
4039     - ar, courtesy of Djihed Afifi
4040     - tr, courtesy of Baris Cicek
4041     - ja, courtesy of Takeshi Aihana
4042     - ca, courtesy of Gil Forcada
4043     - cs, courtesy of Vitezslav Kotrla.
4044     - pt, courtesy of Duarte Loreto
4045     - oc, courtesy of Yannig Marchegay
4046     - mk, courtesy of Arangel Angov
4047     - zh_CN, courtesy of YangZhang
4048     - hu, courtesy of Adam Pongracz
4050 version 2.21.91:
4051   - replaced all gnome-vfs calls by gio
4052   - install bugreport script in libexec instead of lib, fixes bug #514833
4053   - translate effect names too, courtesy of Tommi Vainikainen
4054   - pressing 'esc' cancels countdown/stop video recording, courtesy of Tommi Vainikainen
4055   - added/updated translations
4056     - ar, courtesy of Khaled Hosny
4057     - de, courtesy of Hendrik Brandt
4058     - es, courtesy of Jorge González
4059     - et, courtesy of Ivar Smolin
4060     - eu, courtesy of Iñaki Larrañaga Murgoitio
4061     - fi, courtesy of Tommi Vainikainen
4062     - fr, courtesy of Robert-André Mauchin and Stéphane Raimbault
4063     - it, courtesy of Alessandro Falappa
4064     - nb, courtesy of Kjartan Maraas
4065     - oc, courtesy of Yannig Marchegay
4066     - pl, courtesy of GNOME PL Team
4067     - pt_BR, courtesy of Pedro de Medeiro and Og Maciel
4068     - sv, courtesy of Daniel Nylander 
4069     - zh_HK, courtesy of Chao-Hsiung Liao
4070     - zh_TW, courtesy of Chao-Hsiung Liao
4072 version 2.21.90.1:
4073   - new effect images by Lapo Calamandrei and Or Dvory (again)
4074   - the bugreport script didnt get copied on make dist
4076 version 2.21.90:
4077   - new effect images by Lapo Calamandrei and gidesa
4078   - fix bug #510610 - Typo at the documentation
4079   - Remove gnome-vfs completely from cheese-window.c
4080   - Use gio instead of gnome-vfs for file copy
4081   - Make Save dialog title localizable
4082   - Don't use gnome-vfs for opening links in about dialog
4083   - Write logging to file ~/.gnome2/cheese/log and send this along in bug-buddy
4084     reports. Patch by <ruledbyfaith@gmail.com>. fixes bug #510270
4085   - Plug some leaks. Apply patches of Mauro <mukadr@gmail.com> of GHOP project. fixes bug #505441
4086   - Run webcam detection in background thread. Fixes bug #505553. Patch by Steve Magoun <steve.magoun@canonical.com>
4087   - Uso GIO g_file_trash() to trash files, patch by Luca Ferretti
4088   - Update to new manual provided by Joshua Henderson as part of GHOP
4089   - remove the queue-size=2, this should fix bug #507416 - iSight camera does not work in gstreamer
4090   - added/updated translations
4091     - ar, courtesy of Khaled Hosny
4092     - es, courtesy of Jorge González
4093     - et, courtesy of Ivar Smolin
4094     - eu, courtesy of Iñaki Larrañaga Murgoitio
4095     - ga, courtesy of Seán de Búrca
4096     - gl, courtesy of Ignacio Casal Quinteiro
4097     - he, courtesy of Yair Hershkovitz
4098     - mk, courtesy of Jovan Naumovski
4099     - mr, courtesy of Sandeep Shedmake
4100     - nb, courtesy of Kjartan Maraas
4101     - oc, courtesy of Yannig Marchegay
4102     - ru, courtesy of Vasiliy Faronov
4103     - sv, courtesy of Daniel Nylander
4104     - uk, courtesy of Maxim Dziumanenko
4105     - zh_CN, courtesy of YangZhang
4107 version 2.21.5:
4108   - version bump to follow the gnome release cycle
4109   - add a stylish countdown widget by Mirco "MacSlow" Müller, courtesy of Patryk Zawadzki
4110   - add X-GNOME-Bugzilla-* keys and validate .desktop file. fixes bug #508910, courtesy of Luca Ferretti
4111   -  vertical and horizontal flip options were switched (again). fixes bug #479238, courtesy of Steve Magoun
4112   - use the gst-player by Mathias Hasselman for playing the shutter sound
4113   - removed color forcing. This has been fixed in gstreamer
4114   - do not crash when trash directory is not present. fixes bug #507071
4115   - make cheese build against uninstalled gstreamer. fixes bug #479259, courtesy of Tim Philip Müller
4116   - added/updated translations
4117     - et, courtesy of Ivar Smolin
4118     - ja, courtesy of Takeshi Aihana
4119     - ca, courtesy of Gil Forcada
4120     - oc, courtesy of Yannig Marchegay    
4121     - sv, courtesy of Daniel Nylander
4122     - fr, courtesy of Robert-André Mauchin
4123     - pt_BR, courtesy of Rodrigo Flores
4125 version 0.3.0:
4126   - add a shutter sound, when taking a photo
4127   - sort the thumbnail chronologically
4128   - make the effect chooser look a bit nicer
4129   - give thumbnails a frame like in nautilus and eog. fixes bug #500819
4130   - enable shortcuts if the mouse pointer is over the xoverlay. fixes bug #493196
4131   - add new shortcuts
4132     - space for take a photo/start-stop recording
4133     - <ctrl q> for exiting
4134     - f1 for help
4135     - delete for removing a photo or video
4136   - add a gconf backend
4137   - chosen effects are stored in gconf. fixes bug #488834
4138   - store the used webcam device in gconf. partially fixes bug #473038
4139   - use a throbber, when the camera is loading
4140   - add drag and drop support to the iconview
4141   - vertical and horizontal flip were switched. fixes bug #479238
4142   - many usability improvements. partially fixes bug #501337
4143   - point to the right homepage in the about dialog
4144   - add a boilerplate for a manual in cheese. partially fixes #480628
4145   - make video and photo button a toggle button. fixes bug #498022
4146   - make links on about dialog clickable. fixes bug #499425
4147   - translate menu items created by gtkuimanager, fixes bug #500821
4148   - change the first item in menu to "Cheese"
4149   - add a "Move all to trash" option
4150   - use gtkuimanager for the menu
4151   - give the ability to record videos from the menu
4152   - provide access to the effect chooser using the menu
4153   - use radio buttons in the menu to change between photo and video mode
4154   - use HAL to detect webcams
4155   - make ximagesink an xvimagesink work for all cameras
4156   - only use raw video formats. fixes bug #502174
4157   - use the highest resolution for each camera
4158   - add --verbose command line option, fixes bug #499399
4159   - cheese was refactored and uses now a webcam class
4160   - removed some memory leaks
4161   - fixed many, many bugs
4162   - added/updated translations
4163     - ar, courtesy of Djihed Afifi
4164     - ca, courtesy of Carlos Garcia Porcel
4165     - cs, courtesy of Vitezslav Kotrla
4166     - de, courtesy of Andre Klapper
4167     - el, courtesy of Athanasios Lefteris
4168     - es, courtesy of Jorge González
4169     - fr, courtesy of Pierre Slamich
4170     - gl, courtesy of Ignacio Casal Quinteiro
4171     - it, courtesy of Alessandro Falappa
4172     - nb, courtesy of Kjartan Maraas
4173     - oc, courtesy of Yannig Marchegay
4174     - pt, courtesy of Miguel Rosa
4175     - ro, courtesy of Anastase Valentin
4176     - sl, courtesy of Deni Bačić
4177     - sv, courtesy of Daniel Nylander
4179 version 0.2.4:
4180   - fix #472576 - cheese takes longer to start as more pictures are stored
4181   - fix #473560 - v4l-recorded videos are zero byte big, courtesy of Patryk Zawadzki
4182   - translation error in de
4184 version 0.2.3:
4185   - add keystrokes:
4186     - t, T, Space for taking photos and videos
4187     - Enter for opening an item
4188     - Delete for deleting an item
4189     - Left and Right for scrolling through the view
4190   - add a flash, when taking photos, courtesy of Patryk Zawadzki
4191   - use 25fps for video recording
4192   - video recording did not work. fixed
4193   - make ximagesink work with the photo pipeline
4194   - added/updated translations
4195     - da, courtesy of Anders K. Madsen
4196     - es, courtesy of Ricardo González Castro
4197     - gl, courtesy of Ricardo González Castro
4198     - it, courtesy of Alessandro Falappa
4199     - ja, courtesy of Takeshi Aihana
4200     - pl, courtesy of Tomasz Dominikowski
4202 version 0.2.2:
4203   - workaround on a gstreamer-bug, which made the colors look wrong with
4204     v4l-devices, courtesy of Patryk Zawadzki
4205   - activate countdown by default
4206   - the countdown is not available in video and segfaultet. fixed
4207   - use g_timeout_add instead of g_timeout_add_seconds
4209 version 0.2.1:
4210   - improvement the video pipline. and i mean a LOT of improvement
4211   - add a countdown, when taking a photo
4212   - add a time counter to the video recording
4213   - added the following export methods/capabilities:
4214     - open the file with gnome-open
4215     - save as dialog
4216     - delete
4217     - send by mail
4218     - export to flickr
4219     - export to f-spot
4220     - set as account photo
4221   - we found the bug! v4l works now, courtesy of Patryk Zawadzki
4222   - added a popupmenu to the iconview
4223   - added some parts of the lucas(R)-eye of gnome iconview
4224   - if the same effects were chosen in photo and video, they wont apply. fixed
4225   - the first item in the iconbar wasnt deleted. fixed
4226   - updated translations:
4227     - cs, courtesy Vítězslav Kotrla
4228     - de
4229     - fr, courtesy of Pierre Slamich
4230     - it, courtesy of Alessandro Falappa
4231     - nl, courtesy of Wouter Bolsterlee
4232     - pt, courtesy of Miguel Rosa
4234 version 0.2.0:
4235   - store video thumbnails in the right thumbnail directory
4236   - video support. we can record a video with audio taken from any source
4237   - add mnemonics for the buttons in the ui
4238   - probably the dumbest change ever: the fsf has changed its address
4239   - updated translations:
4240     - de
4241     - fr, courtesy of Pierre Slamich
4242     - it, courtesy of Alessandro Falappa
4243     - pl, courtesy of Tomasz Dominikowski
4244     - pt, courtesy of Miguel Rosa
4246 version 0.1.4:
4247   - remove photos automatically from the thumbnail row
4248   - check automatically for webcams and their  resolution
4249   - notification if cheese isn't able to get the webcam working
4250   - V4L support, courtesy of Diego Escalante Urrelo
4251   - store photos under ~/.gnome2/cheese/images
4252   - add only valid jpeg photos to the thumbnail row
4253   - sort thumbnails aplhabetically before adding them
4254   - let the window resizable
4255   - icons were installed with permissions 0755. fixed
4256   - added gtk-update-icon-cache on installation
4257   - lot of refactoring
4258   - new about-window, courtesy of Jaap Haitsma
4259   - use g18n for i18n
4260   - updated dutch translation, courtesy of Wouter Bolsterlee
4261   - updated french translation, courtesy of Pierre Slamich
4262   - added polish translation, courtesy of Tomasz Dominikowski
4263   - several fixes
4265 version 0.1.3:
4266   - let the glade file also translatable
4267   - added the icon to the .desktop-file
4268   - Cheese didn't use the various translations. fixed
4269   - Cheese was hiding from the taskbar. fixed
4270   - added dutch translation, courtesy of Max Beauchez
4271   - added french translation, courtesy of Pierre Slamich
4272   - several fixes
4274 version 0.1.2:
4275   - the buildsystem is now toc2, big thanks to Stephan Beal for helping out
4276   - added the new cheese icon, courtesy of Andreas Nilsson and Josef Vybíral
4277   - added czech translation, courtesy of Vítězslav Kotrla
4278   - added portuguese translation, courtesy of Miguel Rosa
4279   - added spanish translation, courtesy of Ricardo González Castro
4280   - added galician translation, courtesy of Ricardo González Castro
4281   - added italian translation, courtesy of Alessandro Falappa
4282   - several fixes
4284 version 0.1.1:
4285   - added new effect-chooser
4286   - allowing to chose more than one effect at the same time
4287   - added german translation
4288   - several fixes
4290 version 0.1.0:
4291   - initial version