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