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