Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    1,885 downloads
    Wine 1.4.1 / 1.6 RC2
    1,398 downloads
    LibreOffice 3.6.6 /
    4.0.3 / 4.0.4 RC2 /
    4.1.0 Beta 2

    1,366 downloads
    BackTrack 5 R3
    1,290 downloads
    Red Hat Linux 9
    1,101 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    1,095 downloads
    VLC 2.0.7
    986 downloads
    Ubuntu 10.04.4 LTS
    851 downloads
    Red Hat Enterprise
    Linux 6.4

    780 downloads
    Ubuntu 12.04.2 LTS
    737 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 370
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 267
    OpenMandriva 2013.0
    Alpha

    User rating: 4.4/5
    Votes: 624
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-12

    User rating: 4.3/5
    Votes: 260
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 569
    Fedora 18
    User rating: 4.3/5
    Votes: 613
    openSUSE Linux 12.3
    / 13.1 Milestone 2

    User rating: 4.2/5
    Votes: 471
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 696
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 286
    Linux Mint 15
    User rating: 4.0/5
    Votes: 371
    Home > Linux > Multimedia > Graphics > Cheese > Changelog

    Cheese 3.8.2 / 3.9.3 - Changelog


    What's new in Cheese 3.9.3:

    June 18th, 2013

    · Add documentation for CheeseCamera signals
    · Remove unused Cheese.MainWindow.get_data_file_dir
    · Make the flash background white
    Fix assertion failures when taking a photo Before this patch, Cheese would log the following each time the user takes a photo:
    · (cheese:21719): GLib-GIO-CRITICAL **: g_file_info_get_size: assertion `G_IS_FILE_INFO (info)' failed
    · (cheese:21719): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    · Fix updating sensitivity of device selection combo If Cheese was started with 1 device, and then a second was added, the device selection stayed insensitive, making it impossible to select the second device.
    · This fixes the problem, and also makes the combo insensitive again when going from >= 2 devices to



    What's new in Cheese 3.9.2:

    May 28th, 2013

    · Make maintainer.sh compliant with POSIX sh
    · Post-release bump to 3.9.2
    · Disable the shoot action if the effects are shown
    · Fixes bug 700317.
    · Stop the running countdown on destruction
    · Fixes bug 700315.
    · Added/Updated Translations
    · he, courtesy of Yaron Shahrabani
    · lt, courtesy of Aurimas ÄŒernius
    · nb, courtesy of Kjartan Maraas
    · sk, courtesy of Pavol Klačanský
    · sl, courtesy of Matej Urbančič



    What's new in Cheese 3.8.2:

    May 14th, 2013

    Added/Updated Translations:
    · el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)

    Added/Updated Documentation:
    · el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
    · es, courtesy of Daniel Mustieles
    · hu, courtesy of Gabor Kelemen



    What's new in Cheese 3.9.1:

    April 30th, 2013

    · Fix UI string in avatar chooser test
    · Use AM_VALAFLAGS rather than VALAFLAGS
    · Avoid Vala warning about copying delegates Mark the variable in which CountdownCallback is stored as unowned, as it is simply a pointer to the callback.
    · Use "autocluttersink" instead of "cluttersink"
    · Use clutter_actor_set_background_color Instead of the deprecated cltuter_stage_set_color, use clutter_actor_set_background_color.
    · Use clutter_actor_add_child Instead of using the deprecated clutter_container_add_actor, use clutter_actor_add_child.
    · Avoid deprecated clutter_actor_animate Use implicit animation instead.
    · Avoid deprecated clutter_table_layout_set_expand Use the "expand-x" and "expand-y" properties on ClutterActor instead (which are both set to false by default).
    · Use ClutterActor rather than ClutterRectangle
    · User ClutterActor rather than ClutterBox ClutterBox is deprecated.
    · Bump required versions of Clutter and GIO GIO 2.32 or above is required for GMenu support and Clutter 1.12 is required to make use of new API to avoid deprecation warnings when using Clutter 1.12 or above.
    · Avoid Vala compiler warning about implicit begin
    · Fix cheese_thumb_view_new() prototype
    · Remove some unnecessary "static" keywords This avoids some warnings from the Vala compiler.
    · Update burst mode help page Improve the wording, add more details about the preference dialog.
    · Update the gschema to use "photo" and "image" Use "photo" and "image" instead of "picture" so that the schema descriptions are more consistent and precise.
    · Improve "Fire Flash" string in the Preferences Change "Fire Flash" to "Fire flash" because it is not a title, so should not use header capitalisation.
    · Fix typos in help



    What's new in Cheese 3.8.1:

    April 16th, 2013

    · Mark author emails as not translatable. Correct "version" to "pkgversion" in revision tags. Update instructions for app menu and new preference dialog tabs. Stub mode-wide.page because the instructions are wrong.
    · Replace GtkBox casts with GtkGrid casts This manifested as the "Leave Fullscreen" button not being displayed when switching into fullscreen mode. Fixes bug 691454.
    · cheese-camera: Fix creation of effects previews Since many previews are created, with many cluttersinks, we can't name the cluttersinks all the same. Passing NULL as the name of the element will let gstreamer choose the name.
    · libcheese: Fix deprecated clutter sink creation Create cluttersink with element_factory_make.
    · Depend on valac 0.18 for gstreamer-1.0 gstreamer-1.0 vala bindings is only available on valac-0.18.
    · [l10n] Updated Turkish translation
    · libcheese doesn't need gnome-desktop
    · Fixed syntax in translation of Keywords string
    · Post-release bump to 3.8.1
    · Added/Updated Translations
    · kn, courtesy of Daniel Mustieles
    · tr, courtesy of Muhammet Kara
    · uk, courtesy of Daniel Korostil
    · Added/Updated Documentation
    · ca, courtesy of Gerard Alcorlo Bofill



    What's new in Cheese 3.8.0:

    March 26th, 2013

    · Fix translations of keywords in .desktop files

    Added/Updated Translations:
    · el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
    · fa, courtesy of Arash Mousavi
    · hi, courtesy of raj
    · kn, courtesy of Shankar Prasad
    · ml, courtesy of Ani Peter
    · nl, courtesy of Reinout van Schouwen
    · or, courtesy of Manoj Kumar Giri
    · te, courtesy of Krishnababu Krothapalli

    Added/Updated Documentation:
    · fr, courtesy of Mickael Albertus
    · hu, courtesy of Gabor Kelemen



    What's new in Cheese 3.7.92:

    March 19th, 2013

    Added/Updated Translations:
    · be, courtesy of Yuri Matsuk
    · ca, courtesy of Gil Forcada
    · ca@valencia, courtesy of Gil Forcada
    · da, courtesy of Kenneth Nielsen
    · de, courtesy of Mario Blättermann
    · fi, courtesy of Jiri Grönroos
    · id, courtesy of Andika Triwidada
    · ko, courtesy of Changwoo Ryu
    · lv, courtesy of RÅ«dolfs Mazurs
    · mr, courtesy of Sandeep Shedmake
    · pt_BR, courtesy of Enrico Nicoletto
    · pt, courtesy of Duarte Loreto
    · sk, courtesy of Pavol Klačanský

    · Added/Updated Documentation
    · de, courtesy of Tobias111
    · el, courtesy of Dimitris Spingos
    · pt_BR, courtesy of Enrico Nicoletto



    What's new in Cheese 3.7.91:

    March 5th, 2013

    Added/Updated Translations:
    · cs, courtesy of Marek ÄŒernocký
    · de, courtesy of Mario Blättermann
    · fr, courtesy of Pierre Henry
    · gu, courtesy of
    · pa, courtesy of A S Alam



    What's new in Cheese 3.7.90:

    February 19th, 2013

    · Change schema path to standard format, bug 673965
    · Remove libgee dependency from configure.ac. (Cheese no longer depends on libgee. Avoid using libgee Rather than port to libgee 0.8, drop use of it entirely)



    What's new in Cheese 3.7.4:

    January 15th, 2013

    · Eliminate an instance-used-via-static warning
    · Avoid deprecated GFile attribute syntax Bump Vala requirement to 0.16.0.
    · Update photo-take help page Update language and add instructions for capturing photo using a capture button on a webcam (bug 690961)
    · Shoot when the webcam capture button is pressed This functionality existed is Cheese 2.32 (it was added in commit de0114556cef148c396552d1c189b476ea0c8aab) but was lost in 3.0. Add it back to fix bug 690961.
    · Post-release bump to version 3.7.4

    Added/Updated Translations:
    · an, courtesy of Jorge Pérez Pérez
    · bg, courtesy of Krasimir Chonov
    · el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
    · et, courtesy of Mattias Põldaru
    · fur, courtesy of TmTFx
    · gl, courtesy of Fran Dieguez
    · he, courtesy of Yaron Shahrabani
    · hu, courtesy of Balázs Úr
    · kk, courtesy of Baurzhan Muftakhidinov
    · lt, courtesy of Aurimas ÄŒernius
    · nb, courtesy of Kjartan Maraas
    · ru, courtesy of Aleksej Kabanov
    · sl, courtesy of Matej Urbančič
    · th, courtesy of Akom Chotiphantawanon



    What's new in Cheese 3.7.3:

    December 18th, 2012

    · Return to the video view after selecting an effect. Fixes bug 687879.
    · More g_thread_init() removal. Add --target-glib 2.32 to the VALAFLAGS so that we don't get g_thread_init() in the generated .c code.
    · Drop calls to g_thread_init() in tests. Our dependency on Gtk 3.4 already gives us an indirect dependency on a GLib that no longer requires these calls.

    · We got away with this for a while due to gstreamer's public dependency on libgthread, but as of bug 689043 gstreamer no longer does this so we now get link errors.

    · https://bugzilla.gnome.org/show_bug.cgi?id=689117



    What's new in Cheese 3.6.2:

    November 13th, 2012

    · Handle thumbnail directory creation, bug 671614
    · Return NULL rather than a const empty string
    · Fix bug 687042 and bug 687123 by returning NULL from cheese_camera_get_recorded_time() rather than a const empty string. The returned NULL can be safely freed with g_free(), whereas freeing the const string is undefined and leads to a crash with glibc.
    · Post-release version bump to 3.6.2
    · Added/Updated Translations
    · el, courtesy of Tom Tryfonidis
    · Added/Updated Documentation



    What's new in Cheese 3.6.1:

    October 17th, 2012

    Added/Updated Translations:
    · ca, courtesy of Gil Forcada
    · ca@valencia, courtesy of Gil Forcada
    · lt, courtesy of Žygimantas Beručka
    · sk, courtesy of Pavol Babinčák

    Added/Updated Documentation:
    · lv, courtesy of RÅ«dolfs Mazurs
    · sl, courtesy of Matej Urbančič



    What's new in Cheese 3.6.0:

    September 26th, 2012

    Added/Updated Translations:
    · bg, courtesy of Krasimir Chonov
    · bn_IN, courtesy of Sayak Sarkar
    · et, courtesy of Mattias Põldaru
    · fr, courtesy of Pierre Henry
    · ja, courtesy of Noriko Mizumoto
    · ky, courtesy of Timur Zhamakeev
    · ml, courtesy of Ani Peter
    · pa, courtesy of A S Alam
    · te, courtesy of Krishnababu Krothapalli
    · th, courtesy of Akom Chotiphantawanon
    · uk, courtesy of Re.
    · zh_CN, courtesy of YunQiang Su

    Added/Updated Documentation:
    · el, courtesy of Tom Tryfonidis
    · fr, courtesy of Bruno Brouard



    What's new in Cheese 3.5.91:

    September 4th, 2012

    · Fix another missing stdlib.h include For EXIT_FAILURE.
    · Bump libtool versioning after GStreamer 1.0 port
    · Move variable declarations before code in C source This allows compilation to succeed with ‘-Werror=declaration-after-statement’ passed to GCC.
    · Fix comment about preset locations Update for new location in GStreamer 1.0.



    What's new in Cheese 3.4.0:

    March 27th, 2012

    · Post-release version bump to 3.4.0
    · Added/Updated Translations
    · cs, courtesy of Lucas Lommer
    · eo, courtesy of Kristjan SCHMIDT
    · gu, courtesy of "Last-Translator: \n"
    · pt, courtesy of Duarte Loreto
    · te, courtesy of GVS.Giri
    · vi, courtesy of Nguyá»…n Thái Ngọc Duy
    · Added/Updated Documentation
    · lv, courtesy of RÅ«dolfs Mazurs
    · te, courtesy of Bhuvan Krishna



    What's new in Cheese 3.3.2:

    November 29th, 2011

    · Pre-release version bump to 3.3.2
    · Remove marshaller generation rules
    · The generic marshallers, supplied by GLib, are used instead.
    · Make preferences dialog more netbook-friendly
    · Fixes bug 663146.
    · Convert deprecated GtkVBox and GtkHBox to GtkBox
    · Fixes bug 661661.
    · Add chapter IDs to documentation
    · Add Cheese architecture diagram to documentation
    · Fixes bug 664333.
    · Set camerabin to playing before start-capture
    · Fixes bug 663998, with the camerabin documentation being updated in bug
    · 664048.
    · Use private GObject pointer in Widget and Chooser
    · Additionally, remove some dead code.
    · Add gtk-doc comments to UmCropArea
    · Currently, UmCropArea is internal (and will likely stay that way), so
    · the comments are not included in the generated documentation.
    · Use switch statement to select cases
    · Use better API to notify and install properties
    · Changed g_object_notify_by_pspec() to g_object_notify() and
    · g_object_class_install_property() to
    · g_object_class_install_properties(). Added properties static array to
    · hold properties. Added enum constants identifying properties and
    · sentinels for array length definitions. Fixes bug 663098.
    · Improve CheeseAvatarChooser documentation
    · Add documentation for private methods in CheeseAvatarChooser.
    · Improve CheeseEffect documentation
    · Document the private methods in CheeseEffect. Simplify effect
    · construction, by making the name and pipeline-desc properties
    · construct-only. Improve some variables names.
    · Improve CheeseFileUtil filename handling
    · Use GDateTime to format the time string. Use switch statements when
    · selecting cases from an enum. Use g_build_filename() rather than
    · g_strjoin(G_DIR_SEPARATOR_S, ...).
    · Improve CheeseCamera documentation
    · Document most of the private methods in CheeseCamera, and rename the
    · device-name property to device-node.
    · Improve CheeseCameraDevice documentation
    · Document most of the private methods in CheeseCameraDevice, and rename
    · some variables to more closely match the property names.
    · Improve CheeseCameraDeviceMonitor documentation
    · Make CheeseFlash a GtkWindow rather than a GObject
    · Additionally, add further gtk-doc-like comments to the flash
    · implementation.
    · Comment Vala methods with Valadoc markup
    · Add basic documentation to all methods in Vala sources.
    · Add hotplug support to preferences dialog
    · Adding and removing camera devices in the CheeseCamera is now propagated
    · to the preferences dialog UI. Partially fixes bug 603612.
    · Correct default brightness in the schema to zero
    · Improve GSettings schema text and include ranges
    · Also use the countdown duration for burst mode
    · Add a countdown-duration key to GSettings schema
    · Add a new GSettings key to allow configuration of the duration of the
    · countdown when taking a photo. Partially fixes bug 594267.
    · Bump required Vala version to 0.13.2
    · Required for Clutter.TableLayout in clutter-1.0.vapi, which was added
    · when Vala switched to use GIR files.
    · Use STYLE_PROVIDER_PRIORITY_USER
    · Use Vala ‘as’ operator where possible
    · Use the as operator when fetching widgets from GtkBuilder files, to do a
    · runtime type-check.
    · Include the version in the man page
    · Add generated man page to CLEANFILES
    · Fix a typo so that the man page is generated
    · Fix gtk-doc checks when srcdir != builddir
    · Add man page, generated with xsltproc
    · Add help button to the preferences dialog
    · Improve documentation to pass gtk-doc tests
    · Add the deprecated API index to the documentation. Complete the rename
    · of cheese_camera_set_device_by_dev_file() to
    · cheese_camera_set_device_by_device_node(). Add missing documentation to
    · reach 100% symbol coverage.
    · Enable gtk-doc tests during make check
    · Check for GStreamer plugins required at runtime
    · Add a GStreamer plugin check to configure.ac, which checks for
    · individual plugins with gst-inspect, rather than relying on the plugins
    · being provided by checking for GStreamer pkg-config files. The check is
    · non-fatal, as the plugins are not build-time dependencies.
    · Bump pkg-config requirement to 0.24
    · Version 0.24 or greater of pkg-config is required in order to avoid the
    · duplicate AC_SUBST macro calls for PKG_CHECK_MODULES substitutions.
    · Remove unused FULL_LIBEXECDIR from configure.ac
    · Add private pointers to libcheese GObject structs
    · Speed up access to the private struct of the GObject by adding a
    · pointer, so that *_GET_PRIVATE does not have to called each time. Create
    · a typedef for the private structures in the headers, and hide the
    · structs from the documentation by placing them inside a private
    · subsection.
    · Add basic documentation for remaining public API
    · Add cheese-widget-private.h back to files ignored by gtk-doc. Add basic
    · documentation for the remainder of the public API. Use UUID instead of
    · ID or UDI. Add blurb and nick to all documented properties. Add
    · CheeseVideoFormat documentation. Use unsigned integers where the values
    · are always positive. Sprinkle some const qualifiers. Add some filename
    · GObject Introspection annotations.
    · Update TODO
    · Fix several compiler warnings
    · Add some missing prototypes, correct some pointer type mismatches, return
    · a value from functions that returns values and improve GError handling.
    · Use gnome-common compiler warnings
    · Additionally, enable silent Automake rules by default so that warnings are
    · more visible.
    · Add more classes to gtk-doc documentation
    · Add basic documentation for CheeseCamera, CheeseFileUtil and CheeseFlash
    · classes. Split the API reference into libcheese and libcheese-gtk
    · chapters.
    · Add CheeseCameraDeviceMonitor::removed callback
    · Added CheeseCameraDeviceMonitor::removed signal callback function in
    · CheeseCamera. Fixes bug 662852.
    · Improved CheeseCameraDeviceMonitor::added signal
    · CheeseCameraDeviceMonitor:added has now a CheeseCameraDevice argument.
    · CheeseCameraDeviceMonitor is also now a member of CheeseCamera.
    · Add a long description to the DOAP file
    · help: fixed another typo
    · help: moving introduction page back to .page
    · help: fixed typo in Makefile.am
    · help: updated Makefile.am
    · Overhaul the libcheese documentation
    · Add documentation for CheeseCameraDevice. Remove bogus XML included in
    · the library overview. Add section documentation to all classes, and mark
    · them as unstable. Add GObject and GObjectClass struct documentation.
    · help: renamed pages and rearranged sections
    · Moved all pages, except introduction.page, into sections to make index
    · look nicer.
    · Use license-type in the about dialog
    · Connect thumbnail nav button signals
    · The thumb nav widget crashed when clicking the buttons to scroll the
    thumbnail view. This was caused by connecting to the wrong signals:
    · ‘button-pressed-event’ and ‘button-released-event’, rather than
    · ‘pressed’ and ‘released’. There was also some duplicate code for
    · creating the left button, which led to a GtkButton being leaked when
    · the thumb nav was created. Fixes bug 660686.
    · Remove obsolete MAINTAINERS file
    · 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
    · Remove obsolote cicl script
    · Increase the photo count in burst mode to 100000
    · Fixes bug 659977
    · Use an idle handler to generate thumbnails
    · A thread was used for generating thumbnails for CheeseThumbView, but
    · this had problems with concurrent access to the GtkListStore which
    · backs the thumb view, as in bug 648936. A simpler approach is to use an
    · idle handler, which avoids the need for acquiring the GDK lock.
    · Restore gudev checks during configure
    · Added/Updated Translations
    · be, courtesy of Yuri Matsuk
    · de, courtesy of Mario Blättermann
    · es, courtesy of Daniel Mustieles
    · et, courtesy of Mattias Põldaru
    · gl, courtesy of Fran Dieguez
    · he, courtesy of Yaron Shahrabani
    · lt, courtesy of Aurimas ÄŒernius
    · nb, courtesy of Kjartan Maraas
    · sv, courtesy of Daniel Nylander
    · tr, courtesy of Muhammet Kara
    · xh, courtesy of Andiswa Mvanyashe
    · Added/Updated Documentation
    · es, courtesy of Daniel Mustieles



    What's new in Cheese 3.2.0:

    October 17th, 2011

    · configure.ac: Bump Cheese version to 3.2.0
    · Added/Updated Translations
    · as, courtesy of Nilamdyuti Goswami
    · gl, courtesy of Leandro Regueiro
    · or, courtesy of Manoj Kumar Giri
    · Added/Updated Documentation
    · de, courtesy of Mario Blättermann
    · es, courtesy of Daniel Mustieles
    · gl, courtesy of Leandro Regueiro



    What's new in Cheese 3.1.91.1:

    September 19th, 2011

    · configure.ac: Bump version to 3.1.91.1 release Bump SONAME of libcheese and libcheese-gtk to be greater than those from



    What's new in Cheese 3.0.2:

    July 29th, 2011

    · Update about dialog credits.
    · Printing debug of error messages.
    · thumb-view: start monitoring for photos and videos at startup.
    · cheese-camera: make effect previews scale with the cheese window
    · Before this patch, when you scaled Cheese's main window, in the the effects preview mode, the window would scale but the 9 videos inside the window would remain at the same size.
    · add gio-2.0 and x11 to PKG_CHECK_MODULES
    · cheese-gtk.pc: Updating 'requires private' to gtk3 versions of packages.
    · window: use the right signature for button-release-event callback
    · The signature is (ClutterActor, ClutterEvent). Using the event source there is wrong, as that's not guaranteed to be the same object emitting the callback (i.e. the object emitting could be just forwarding an event coming from one of its children). Fixes bug #647677
    · libcheese: Don't leak the source element when probing for the caps.
    · cheese-camera: Setting camera to playing after forced stop.
    · cheese-camera: Emit VIDEO_SAVED signal when video is saved.
    Added/Updated Translations:
    · ca@valencia, courtesy of Gil Forcada
    · te, courtesy of Praveen Illa
    · ug, courtesy of Sahran



    What's new in Cheese 3.0.1:

    April 29th, 2011

    · cheese-test-flash: Quit the test when window is closed. When the window was closed, cheese-test-flash would continue to run. Now the test quits when the window is closed.
    · cheese-thumb-view: guard thread unsafe operations to avoid crash.
    · lib: fix leaks and simplify cheese_fileutil_get_new_media_filename.
    · lib: properly prefix photo/video suffix constants in cheese namespace.
    · lib: move glib-object.h before G_BEGIN_DECLS in cheese-fileutil.h to fix a build warning about implicit declaration.
    · lib: return const char * when getting photo/video paths and update all uses of both methods accordingly.
    · lib: no need to declare variable to return photo/video paths.
    · lib: add some missing introspection annotations in cheese-camera.
    · set default value for saturation to 1, fixes bug #647228.

    Added/Updated Translations:
    · eu, courtesy of Julen Ruiz Aizpuru
    · fa, courtesy of Arash Mousavi
    · nl, courtesy of Wouter Bolsterlee
    · tr, courtesy of Muhammet Kara
    · Added/Updated Documentation



    What's new in Cheese 3.0.0:

    April 5th, 2011

    · lib: fix typo when initializing photo_path private attribute.
    · lib: export correct package on introspection files.
    · The name of Cheese's pkg is cheese, not cheese-3.0.
    · lib: fix recording videos after previous image/video captures.
    · This fixes bug: https://bugzilla.gnome.org/show_bug.cgi?id=645975
    · window: set the about dialog transient and modal so that mutter can apply the GNOME 3 modal dialog effect to it. Fixes bug: https://bugzilla.gnome.org/show_bug.cgi?id=646007

    Added/Updated Translations:
    · ca, courtesy of Gil Forcada
    · da, courtesy of Anders Jenbo
    · en_GB, courtesy of Bruce Cowan
    · eu, courtesy of Julen Ruiz Aizpuru
    · gu, courtesy of Sweta Kothari
    · he, courtesy of Yaron Shahrabani
    · id, courtesy of Dirgita
    · it, courtesy of Alessandro Falappa
    · lt, courtesy of Gintautas Miliauskas
    · pa, courtesy of A S Alam
    · pt_BR, courtesy of Rodrigo Padula de Oliveira
    · sr, courtesy of Мирослав Николић
    · sr@latin, courtesy of Miroslav Nikolić
    · ta, courtesy of Dr.T.Vasudevan
    · th, courtesy of Akom Chotiphantawanon
    · tr, courtesy of Baris Cicek
    · ug, courtesy of Sahran
    · vi, courtesy of Clytie Siddall

    · Added/Updated Documentation



    What's new in Cheese 2.91.93:

    March 29th, 2011

    · Cheese widget bug fixes
    · Make Flash widget not cover the GNOME Shell panel
    · Loads of updated translations



    What's new in Cheese 2.91.91.1:

    March 13th, 2011

    · The tarball release of 2.91.91 was generated with a tarball release of Vala that was affected by bug 642885. This is a point release, that contains a workaround for that bug until a new Vala release (0.11.7) is out.

    · Correct some configure requirements



    What's new in Cheese 2.91.91:

    March 10th, 2011

    · use camerabin for taking photos and videos
    · Migrated from libunique to GtkApplication
    · Ported to GTK+ 3.x
    · build: Update autotools configuration
    · cheese-camera: Unsetting preview-caps after photo. After taking a photo to pixbuf, we set preview-caps to NULL so regular photo doesn't send the preview message.
    · cheese-camera: Fixing take_photo_pixbuf. Method cheese_camera_take_photo_pixbuf was not working. Now it is implemented using camerabin's features. We set preview-caps in camerabin and get the buffer for the photo via message on the bus. Signals are now only emitted if the capture was successful.
    · cheese-camera: Set video recording options. Set encoding and multiplexing options.
    · svg overlay effects can now be added
    · cheese-camera: Set filter-caps property. Set filter-caps property to avoid camerabin default of video/x-raw-yuv format=(fourcc)I420.
    · cheese-camera: Enabling source color conversion. Setting the flag to enable color conversion on video source. Flags names were also redefined to allow code readability.
    · cheese-camera: Setting resolution in camerabin. Cheese was using a capsfilter after video source to configure the desired resolution for pictures and video. We now use the camerabin signal set-video-resolution-fps to set desired resolution.
    · cheese-camera: Removing height and width defaults. Camerabin has video-capture defaults that can cause not-negotiated errors or set resolution to values that are not the requested by the user. Setting them to zero we allow the resolution to be negotiated.
    · cheese-camera: Creating a separate effects_preview_bin. Create a effects_preview_bin that will hold all elements related to effects live preview. This bin is added to video_filter_bin, the same bin that contained those elements directly before.
    · cheese-camera: Use camerabin as pipeline base. Changed Cheese-Camera to use camerabin as its base. Camerabin implements view-finder, image capture and video recording.
    · Add gobject introspection support to build system
    · configure.ac: Changing required versions. Cheese works with older version of clutter, gtk, gdk and libgnomedesktop.
    · cheese-window: Fix vala syntax problem. Cheese wasn't compiled by latest java because of this array construction. Changing it to a proper array we avoid the compiling problem. Fixes bug #639276.
    · Added/Updated Translations
    · af, courtesy of F Wolff
    · ar, courtesy of Khaled Hosny
    · ast, courtesy of ivarela
    · bn_IN, courtesy of "Last-Translator: \n"
    · ca, courtesy of Gil Forcada
    · en_GB, courtesy of Bruce Cowan
    · es, courtesy of Daniel Mustieles
    · fr, courtesy of Nicolas Repentin
    · hu, courtesy of Gabor Kelemen
    · ko, courtesy of Changwoo Ryu
    · lv, courtesy of Rudolfs
    · nb, courtesy of Kjartan Maraas
    · or, courtesy of Manoj Kumar Giri
    · pa, courtesy of A S Alam
    · pl, courtesy of Piotr Drąg
    · pt, courtesy of Duarte Loreto
    · ru, courtesy of Yuri Myaseodov
    · sl, courtesy of Matej Urbančič
    · sr, courtesy of Мирослав Николић
    · sr@latin, courtesy of Miroslav Nikolić
    · sv, courtesy of Daniel Nylander
    · ug, courtesy of Sahran
    · uk, courtesy of Korostil Daniel
    · zh_CN, courtesy of YunQiang Su
    · Added/Updated Documentation
    · es, courtesy of Jorge González



    What's new in Cheese 2.91.4:

    February 1st, 2011

    · bump LT_VERSION numbers for libcheese and libcheese-gtk
    · Splitting dependencies of libcheese and libcheese-gtk
    · Spliting dependencies of libcheese and libcheese-gtk and linking
    · libcheese library with it's dependencies.
    · libcheese: Removing unnecessary includes
    · Removing unnecessary includes of gtk in libcheese modules.
    · Creating pkgconfig file for libcheese and libcheese-gtk
    · Adding test for CheeseCamera
    · cheese-test-camera creates a CheeseCamera and takes a photo that will be
    · saved in testcamera.jpg after five seconds.
    · Creating libcheese, installable non-gtk lib
    · Cheese-flash is now part of libcheese-gtk, since it depends on gtk and
    · we want libcheese to not depend on it. Libcheesecommon is now called
    · simply Libcheese and it's installed, it's the main cheese lib which can
    · be used to set the pipeline, take_photos and record video.
    · remove countdown from libcheese
    · cheese uses the new countdown in src/cheese-countdown.vala
    · which prints the countdown directly on the clutter texture.
    · cheese-test-chooser: Use gtk_clutter_init
    · Cheese test chooser should use gtk_clutter_init instead of gtk_init,
    · since cheese-camera now uses a ClutterTexture to display video.
    · cheese-camera: using const char * when appropriate
    · Filenames and other string parameters used to set properties can be
    · const.
    · cheese-camera: switch_device is now a void method
    · Method cheese_camera_switch_device always returned true. Its return
    · value can be ignored.
    · cheese-camera: Making methods static
    · Some methods are only used inside CheeseCamera, so I removed them from
    · header file and declared them as static.
    · cheese-widget: Fix return type for get_settings
    · remove dbus support from cheese, fixes bug #622915
    · cheese-camera: Check return of linking effect
    · Return if linking effect preview was not successful.
    · cheese-camera: Removing extra colorspace after effect
    · Effects are already created using one colorspace before and one after
    · its pipeline description, so there is no need to add another colorspace
    · after the effect bin.
    · cheese-camera: Handle more bus messages
    · When bus receives error or warning messages, we parse them and print
    · warning messages.
    · Updated Basque language
    · Added/Updated Translations
    · bg, courtesy of Krasimir Chonov
    · cs, courtesy of Marek Černocký
    · el, courtesy of Kostas Papadimas
    · eo, courtesy of Kristjan SCHMIDT
    · eu, courtesy of Iñaki Larrañaga Murgoitio
    · fa, courtesy of Mahyar Moghimi
    · gl, courtesy of Fran Diéguez
    · nb, courtesy of Kjartan Maraas
    · ru, courtesy of Yuri Myasoedov
    · th, courtesy of Akom Chotiphantawanon
    · zh_HK, courtesy of Chao-Hsiung Liao
    · zh_TW, courtesy of Chao-Hsiung Liao
    · Added/Updated Documentation



    What's new in Cheese 2.91.3:

    January 11th, 2011

    · Photo and video resolution can be set separately. Fixes bug #582268
    · Fixed tooltip text for "stop action" and for "next/prev effect page" buttons
    · Start monitoring storage folders if they exist when cheese starts, and a fix for bug 637798 commit.
    · Burst mode session can be cancelled with a "Stop taking pictures" button. Fixes bug #637798
    · Button area does not get hidden after returning from fullscreen mode.
    · Start "Save as" dialog in home folder
    · Check if each Webcam directory exists before filling thumb view
    · Don't create Webcam dirs (in Pictures and Video user dirs) unless there is content to put on it, fixes bug #563058
    · Command line options for starting in wide and fullscreen modes, fixes bug #597820
    · All ui buttons now have tooltips, fixes bug #622974
    · allow multiple items to be deleted at once
    · allow multiple items moved to trash at once
    · do a fade in animatin on each new effect page
    · calculate the dimension of the effect previews automatically this is done by getting the viewport dimension, subtracting the borders and then dividing by three. if there are less than 9 effects on the last effects pane, we want to still start putting the previews in the upper left corner. in fullscreen we simply use the same size.
    · remove useless comments
    · align the effects in the center, regardless of window size
    · sort the effects in the effect preview alphabetically
    · set the effect panes preview to a fixed size
    · post release version bump
    · Added/Updated Translations
    · de, courtesy of Wolfgang Stoeggl
    · es, courtesy of Jorge González
    · et, courtesy of Ivar Smolin
    · gl, courtesy of Fran Diéguez
    · he, courtesy of Yaron Shahrabani
    · id, courtesy of Andika Triwidada
    · nb, courtesy of Kjartan Maraas
    · pa, courtesy of A S Alam
    · sl, courtesy of Matej Urbančič
    · sv, courtesy of Daniel Nylander
    · th, courtesy of Akom Chotiphantawanon
    · ug, courtesy of Sahran
    · vi, courtesy of Clytie Siddall
    · zh_CN, courtesy of Aron Xu
    · zh_HK, courtesy of Chao-Hsiung Liao
    · zh_TW, courtesy of Chao-Hsiung Liao
    · Added/Updated Documentation



    What's new in Cheese 2.31.92:

    September 17th, 2010

    · Added/Updated Translations
    · da, courtesy of Anders Jenbo
    · de, courtesy of Christian Kirbach
    · id, courtesy of Andika Triwidada
    · ja, courtesy of Takayuki KUSANO
    · kk, courtesy of Baurzhan Muftakhidinov
    · pl, courtesy of Tomasz Dominikowski
    · pt, courtesy of Duarte Loreto
    · zh_CN, courtesy of YunQiang Su



    What's new in Cheese 2.31.90:

    August 17th, 2010

    · Added menu option to toggle flash when taking a picture.
    · Made escape key always hide the Effects pane if it is visible.
    · Print correct product id in device monitor debugging
    · Do not create a device if gst initializazion fails




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM