# Generated by Makefile. Do not edit.

commit e955b30a3ec3423860bb2fd9923b6e13f9aaa191
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:   Tue May 5 00:59:04 2009 +0200

    update NEWS file

M	NEWS

commit a9a473c87c03a3e10359c66cb376060a4936c22d
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Tue May 5 00:34:05 2009 +0200

    bump version number in wscript

M	wscript

commit 33c73db970ae5ae4c3bab4eea41321d98c9ab570
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Tue May 5 00:31:52 2009 +0200

    rename remaining ChangeLog files to ChangeLog.pre-git

    as we do not use ChangeLog files anymore, this commit moves
    po/ChangeLog and help/ChangeLog to ChangeLog.pre-git

R100	help/ChangeLog	help/ChangeLog.pre-git
R100	po/ChangeLog	po/ChangeLog.pre-git

commit 9fc46c6ebb25248bb983cb0053f1e728d5f674d8
Merge: 2791248... b36b6c9...
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Tue May 5 00:20:09 2009 +0200

    Merge branch 'videobalance'

    Improve preferences dialog making it more consistent with other GNOME
    applications. Add support for brightness, contrast, saturation and hue
    adjustments. Fixes bug #558970.
    See single commits for detailed changes.

commit 2791248a89a1ed60907a51606298439b62cda0a6
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Mon May 4 20:26:46 2009 +0200

    add dist-hook rule for ChangeLog autogeneration

    added a dist-hook rule, which calls git log and overwrites
    the sample ChangeLog file. we run git log $(CHANGELOG_START)..
    --stat -M -C --name-status --no-color ) | fmt --split-only where
    $CHANGELOG_START is set to 2.26.0

M	Makefile.am

commit a8ef7428275abaad45c494f6360ad88bb6e92890
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Thu Apr 30 12:01:05 2009 +0200

    change the copyright to 2009, this time for real

M	src/cheese-window.c

commit 673661bb62f20e4a7f2e8660c1243cba8e1dcf66
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Wed Apr 29 00:55:00 2009 +0200

    change the copyright year in the about window to 2009, should be
    done with other files too

M	src/cheese-window.c

commit 0cb05a5cb43bdbadd42540fad457fba9ff3fd66c
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Wed Apr 29 00:53:29 2009 +0200

    add temporary waf build files to .gitignore

M	.gitignore

commit 69e72603916b8873ec12a775fdc5f1cdf36d5a13
Author: Patryk Zawadzki <patrys@pld-linux.org>
Date:	Sun Apr 26 15:58:25 2009 +0200

    Fix doap file syntax

    The standard requires mbox to be an URI, mailto: pseudoprotocol is
    required.

M	cheese.doap

commit 4de6c27010476c4cdf56081feb5a7112ab24b94d
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Tue Mar 3 19:06:56 2009 +0100

    Remove deprecated gtk_action_connect_proxy calls

    Replace gtk_action_connect_proxy, deprecated in gtk+ 2.16, with
    gtk_activatable_set_related_action. Fixes bug #571383.
    Bump gtk requirements to reflect this change.

M	configure.ac
M	src/cheese-window.c

commit 5a814ca0da06bb1845161e5a92f7f3c8b0eaca75
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Fri Apr 24 19:41:34 2009 +0200

    Version bump for 2.27 development branch

M	configure.ac

commit b36b6c93c06c5cc7d48bc3b1aa3e7bf830e5b56c
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 19:38:55 2009 +0200

    Use new scale marks to revert sliders to default

    Add a sticky mark at the default value in the new sliders to make it
    easier to reset the picture adjustments.

M	src/cheese-prefs-balance-scale.c

commit c158ba6e49145796a808bcaa901aae0cb5a639b8
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 18:30:08 2009 +0200

    Implement hue control

    Actually implement the widget for hue adjustment, add its
    gconf property and the correspondent schema

M	data/cheese.schemas.in
M	src/cheese-gconf.c
M	src/cheese-gconf.h
M	src/cheese-prefs-dialog.c
M	src/cheese-window.c

commit bb310c270833e692a9bf587f4efd8bd780e6dad8
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Thu Apr 23 18:19:16 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 0e5c6762f84ed41908a4952691a9ebe97ba94570
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 18:17:25 2009 +0200

    Set default values for "unset" gconf keys

    If a gconf key doesn't exist, doesn't have a schema or is just
    unset set
    the value to the paramspec default. This fixes the picture being
    black if
    no schema installed (brightness and contrast set to 0).
    The best thing would be to ask gstreamer for the default as we do
    in the
    preferences dialog but at the moment CheeseGconf is still unaware of
    CheeseWebcam.
    The method used (check gconf_client_get to be non NULL) is a bit
    tricky
    but that's the only way to get information about unset keys.
    Yes, gconf sucks.

M	src/cheese-gconf.c

commit cb8a8ec8889bc4b4e79ecc088187464c3a333f95
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 17:53:48 2009 +0200

    Implement saturation control

    Actually implement the widget for saturation adjustment, add its
    gconf property and the correspondent schema

M	data/cheese.schemas.in
M	src/cheese-gconf.c
M	src/cheese-gconf.h
M	src/cheese-prefs-dialog.c
M	src/cheese-window.c

commit 876ea9dd5b76cbe1cf32d3037344119292f7eb77
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 17:32:52 2009 +0200

    Implement contrast control

    Actually implement the widget for contrast adjustment, add its
    gconf property and the correspondent schema

M	data/cheese.schemas.in
M	src/cheese-gconf.c
M	src/cheese-gconf.h
M	src/cheese-prefs-dialog.c
M	src/cheese-window.c

commit 238172087b3e5d8f8665763df8b8d0dcda1cd254
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 17:12:34 2009 +0200

    Make balance widget more generic

    Rename BrightnessScale to BalanceScale and add a dynamic property
    name so
    the same widget can be reused to control all balance properties just
    passing the correspondent property name at construction.

M	src/Makefile.am
A	src/cheese-prefs-balance-scale.c
A	src/cheese-prefs-balance-scale.h
D	src/cheese-prefs-brightness-scale.c
D	src/cheese-prefs-brightness-scale.h
M	src/cheese-prefs-dialog.c
M	src/cheese-prefs-dialog.h
M	src/cheese-webcam.c
M	src/cheese-webcam.h
M	src/cheese-window.c

commit 27df6827bd5167cf68aede1fa55b800a4b0cd585
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 09:58:39 2009 +0200

    Add category and bug-database fields to doap file

    Category is needed to be listed correctly on cgit

M	cheese.doap

commit 3a65610da0b094738ec18ccf44ff8e9458871373
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 09:51:23 2009 +0200

    Rework Preferences dialog

    Reorganize preferences dialog in a grouped fashion, looks nicer
    and it's
    more consistent to other GNOME projects style. Add controls for coming
    soon image properties.

M	data/cheese-prefs.glade
M	data/cheese-prefs.ui
M	src/cheese-webcam.c

commit c8c1f7efeb9d104cc8dafdc8e86589df306d67c2
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Apr 22 22:24:59 2009 +0200

    Store brightness in gconf

    Store brightness level in the correspondent gconf setting and
    restore it
    on startup

M	src/cheese-prefs-brightness-scale.c
M	src/cheese-prefs-brightness-scale.h
M	src/cheese-prefs-dialog.c
M	src/cheese-window.c

commit 8098dbd205c4883f99bf9c4caddfd3e7decd734d
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Apr 22 21:57:58 2009 +0200

    Add gconf brightness property

    Add a gconf property to store the new brightness setting

M	data/cheese.schemas.in
M	src/cheese-gconf.c
M	src/cheese-gconf.h

commit 43d5794db9a52b7df1b4b46a6e02a7c6ca94c1d3
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Apr 22 20:48:06 2009 +0200

    Add a first draft of a brightness widget

    Add a GtkHScale widget to the preferences dialog, right now it's
    just for
    testing purposes. I think the whole dialog needs some love.
    Create corresponding cheese-prefs widget.
    Add needed methods for brightness control in cheese-webcam.

M	data/cheese-prefs.glade
M	data/cheese-prefs.ui
M	src/Makefile.am
A	src/cheese-prefs-brightness-scale.c
A	src/cheese-prefs-brightness-scale.h
M	src/cheese-prefs-dialog.c
M	src/cheese-webcam.c
M	src/cheese-webcam.h

commit 59dd8ddc966c23f9ada5c69215f91529a3708b4f
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Apr 22 18:54:52 2009 +0200

    Add a videobalance to the pipeline

    Add a videobalance element to video_display_bin to make room for
    upcoming
    contrast, brightness, etc, preferences.
    Not sure the colorspace converter is really needed, deeper look
    needed.

M	src/cheese-webcam.c

commit f62cda41e0eeeee2ae1e184c86aac817a057b8f6
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun Apr 19 18:24:34 2009 +0200

    Archive old ChangeLog

    Move current ChangeLog to ChangeLog.pre-git and replace it with a
    placeholder that points to 'git log'

M	ChangeLog
C100	ChangeLog	ChangeLog.pre-git

commit 6029fac0f2494c4ac867119251e4c97c72c2d133
Author: Jaap A. Haitsma <jaap@haitsma.org>
Date:	Sat Apr 18 21:52:19 2009 +0200

    Add .gitignore

A	.gitignore

commit 44f70b812b85476125920a7775af03816a1c792e
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Thu Apr 16 23:33:06 2009 +0200

    added cheese.doap file

A	cheese.doap

commit a7ef3f0c1a64f79ad03049d02027d0ea75a37a61
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:	Sun Apr 12 12:43:30 2009 +0000

    Updated Spanish translation

    svn path=/trunk/; revision=1231

M	po/ChangeLog
M	po/es.po

commit 81349b4c588a71191dac4e422da5b0894285c85a
Author: Ihar Hrachyshka <iharh@src.gnome.org>
Date:	Sun Apr 12 07:27:14 2009 +0000

    Added Belarusian translation.

    svn path=/trunk/; revision=1230

M	po/ChangeLog
M	po/LINGUAS
A	po/be.po

commit edb1a05d37b24634fea5e7bcf5ec1448d1d32a90
Author: Daniel G. Siegel <dgsiegel@src.gnome.org>
Date:	Thu Mar 19 16:02:36 2009 +0000

    added filippo to MAINTAINERS, welcome!

    svn path=/trunk/; revision=1229

M	ChangeLog
M	MAINTAINERS

commit 87835ac91ed52e6840682d4703b105a5afbca8c1
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:	Thu Mar 19 09:45:32 2009 +0000

    updated kn.po

    svn path=/trunk/; revision=1228

M	po/ChangeLog
M	po/kn.po

commit 8d7c58c3fbfea7fba8853b69e09fd27c95c55887
Author: Djihed Afifi <djihed@src.gnome.org>
Date:	Wed Mar 18 09:31:44 2009 +0000

    corrections

    svn path=/trunk/; revision=1227

M	po/ar.po

commit 66a3255222e5174e4b1929830dfd2d024d045b45
Author: Djihed Afifi <djihed@src.gnome.org>
Date:	Wed Mar 18 09:20:23 2009 +0000

    Updated Arabic translation

    svn path=/trunk/; revision=1226

M	po/ChangeLog
M	po/ar.po

commit b59109012e8bff6310b52a3bf77d5298fd27052b
Author: Daniel G. Siegel <dgsiegel@src.gnome.org>
Date:	Mon Mar 16 17:53:31 2009 +0000

    post release version bump

    svn path=/trunk/; revision=1225

M	ChangeLog
M	configure.ac
M	wscript
