cheese 3.2.2



About Cheese
============

Cheese uses your webcam to take photos and videos, applies fancy
special effects and lets you share the fun with others. It was written
as part of Google's 2007 Summer of Code lead by daniel g. siegel and
mentored by Raphaël Slinckx. Under the hood, Cheese uses GStreamer to
apply fancy effects to photos and videos. With Cheese it is easy to
take photos of you, your friends, pets or whatever you want and share
them with others. After the success of the Summer of Code, the
development continued and we are still looking for people with nice
ideas and patches ;)

News
====

  - Pre-release version bump to 3.2.2
  - 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.
  - 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.
  - 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.
  - Added/Updated Documentation
    - fr, courtesy of Bruno Brouard
    - hu, courtesy of Gabor Kelemen


Download
========

http://download.gnome.org/sources/cheese/3.2/cheese-3.2.2.tar.xz  (3.33M)
  sha256sum: 8f050b03365310d739c54e48c8c62f8e2d6d9a028fed3eb3c8da4c7654a9009a

http://download.gnome.org/sources/cheese/3.2/cheese-3.2.2.tar.bz2 (3.54M)
  sha256sum: 769b4faf704502f8ba2e2b9a2057ba256e70444cddf50998d8f61947dc81ca7c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]