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