cheese 3.9.1



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
====

  - 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

ChangeLog
=========
http://download.gnome.org/sources/cheese/3.9/cheese-3.9.1.changes  (167)

Download
========
http://download.gnome.org/sources/cheese/3.9/cheese-3.9.1.tar.xz (3.56M)
  sha256sum: 0a5f7d322b5a0ca3bf8e4fe85991ec6f24b384050d43a6e10f3572928fdd6ad9



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