commit dd8aa803760fa6741b0b66bd74ead996fb94a5b3
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:   Mon Aug 10 23:14:35 2009 +0200

    update NEWS file

M	NEWS

commit 6eed130081c5fa3fbb82840259948a14a6214e47
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 21:57:56 2009 +0200

    widemode: save wide mode state in gconf

    Enable wide mode at startup if wide_mode gconf is TRUE.

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

commit 344b068c60b7567f5a0653ddaa846480494ae843
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 21:38:52 2009 +0200

    schema: reindent gconf schema

M	data/cheese.schemas.in

commit 649a17f20f12fc9a5755192cf746b77fd7c84c55
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Mon Aug 10 21:23:39 2009 +0200

    Updated Spanish translation

M	po/es.po

commit dfb6f95b73e09a588e6235786dcf71edb2d7147c
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 18:42:52 2009 +0200

    window: reduce default window size a little bit

    Reduce default window size so that it doesn't take up the whole screen
    estate in my netbook.

M	src/cheese-window.c

commit 461812146a4ff02bd900abb5d4bc4330762faa40
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 18:26:46 2009 +0200

    widemode: disable super+w accelerator

    Doesn't work here, it seems to discard the Super modifier. Disable it
    while looking for a better shortcut. Not sure it's even needed given
    it is not a so common action.

M	src/cheese-window.c

commit ece4a7405a4dd6de7c4863b01a68449c23581502
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 18:23:04 2009 +0200

    widemode: add command line option to startup in wide mode

M	src/cheese-window.c
M	src/cheese-window.h
M	src/cheese.c

commit 326537600d95e2079f7f50ff25afaf1a0dc01049
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 17:38:52 2009 +0200

    hildon: drop last HILDON bits still alive

    Completely drop HILDON mode, it was partial and didn't work since some
    time. If we really want to support HILDON someone should step in and
    write a good patch.

M	configure.ac
M	src/Makefile.am
M	src/cheese-fileutil.c

commit 647a2ac8cbaf010b37b791d7ecc6740a27b73b6f
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 17:29:51 2009 +0200

    window: remove warnings and add some comment

M	src/cheese-window.c

commit 2b117ff2e8dae5deac2dc1e1fb3409e11b525343
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 17:19:54 2009 +0200

    thumbnav: update scrollbar policy in size-request callback

    See source code comments for a detailed explanation. This fixes the
    issue that caused the window to grow huge when switching mode.

M	src/cheese-window.c
M	src/eog-thumb-nav.c
M	src/eog-thumb-nav.h

commit cbe79ca5391817ee05a3ec11792319f0014d1450
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 16:51:05 2009 +0200

    window: prevent icon view to shrink down when empty

    Quite an hack, but didn't find any better way to do it. If you have
    better ideas please fix it.

M	src/cheese-window.c

commit 9ceb674e523a358c9d46b986a7af26baeef55015
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Aug 10 11:31:20 2009 +0200

    thumbview: let iconview pick up its optimal size

    Remove hard coded size constraints for the icon view so that it
    picks up
    the best size for the current children (i.e. centered items, even with
    no selection, with every thumbnail size).
    It's almost an hack but seems to work pretty well here. The
    alternative
    is to keep the current size request but it's quite ugly.
    Remove also extra spacing between and around thumbnails.

M	src/cheese-thumb-view.c
M	src/cheese-window.c
M	src/eog-thumb-nav.c

commit 287ce4c4e686bacd339556a8137214dbe0833ab7
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun Aug 9 12:40:05 2009 +0200

    thumbnav: correctly update up-down button sensitiveness

    Force an update on up and down button sensitiveness while swithching
    mode. Fix vadj "changed" handler.

M	src/eog-thumb-nav.c

commit d13315eb8322969f8ee31a1e102afdfc827ac7e0
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sat Aug 8 14:24:01 2009 +0200

    window: keep size of the notebook while switching mode

    Better to set size request on the notebook so that the trick
    works with
    the effect selector and while the throbber is shown too.

M	src/cheese-window.c

commit d17386df398975378ba5be3c47c67c59583fe860
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sat Aug 8 14:13:56 2009 +0200

    thumbnav: fix scroll-event handling

    The scroll event should affect only the horizontal adjustment in
    horizontal mode and vice versa in vertical mode.

M	src/eog-thumb-nav.c

commit 085e391b0f5d8e737340b65757228e2937ee0a6c
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sat Aug 8 11:48:42 2009 +0200

    window: keep size of the video screen while switching to wide mode

    This time for real, the previous method was utterly broken, this seems
    to work correctly.

M	src/cheese-window.c

commit e6db3a9efab1720ca311ac8ac6e58834e3673a18
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sat Aug 8 11:23:44 2009 +0200

    ui: add missing toolbar_alignment to the glade file

    Needed for toolbar padding in vertical mode. Didn't commit before
    because there were some merge conflicts with master to solve first.

M	data/cheese.ui

commit 6b1c72aca3a4834ed59c4001e01ce8ddaeb7ef46
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sat Aug 8 10:59:40 2009 +0200

    window: add ui for dynamically switching to and from wide mode

    Add a WideMode action that triggers widget reparenting and changes
    spacing the vertical mode.

M	data/cheese-ui.xml
M	src/cheese-window.c

commit f9c45bb43cd7a4036190bf8e30bb3ab6735d85ba
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sat Aug 8 10:58:50 2009 +0200

    thumbview: set default width for vertical thumbview

M	src/cheese-thumb-view.c

commit 1af6537bd24415645ca81c9095631f4f269490bb
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Fri Aug 7 21:18:58 2009 +0200

    thumbnav: first draft of dynamic vertical mode switching

    Add a function that sets the thumbnav in vertical mode reparenting
    widgets on the fly.

M	src/eog-thumb-nav.c
M	src/eog-thumb-nav.h

commit a75d8ba3c112d51de6bf5e86d57e78948a0ca6ce
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Aug 5 20:29:18 2009 +0200

    thumbnav: fix some box packing issue

M	src/cheese-thumb-view.c
M	src/eog-thumb-nav.c

commit c3fa71eed55790c14b0087cca09a1bd6b7e44b6d
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Aug 5 20:10:48 2009 +0200

    thumbnav: implement scrolling logic for vertical buttons

    Mostly reuse current logic smartly changing affected adjustment on
    the fly.

M	src/cheese-thumb-view.c
M	src/eog-thumb-nav.c

commit 9701f5f773e8e90a10286e878d528d2e06529c02
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Aug 5 19:41:16 2009 +0200

    thumbnav: add up and down buttons

    Add up and down buttons and separated horizontal and vertical
    adjustments. All control logic is still missing.

M	src/eog-thumb-nav.c

commit b4271d475d554c43f5271c391e17a138b7dd2687
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Jul 29 19:44:13 2009 +0200

    thumbnav: nuke whitespaces and reindent

M	src/eog-thumb-nav.c
M	src/eog-thumb-nav.h

commit 9c759cc866de1438504d837422e9f28fbfa7d42d
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Jul 29 18:59:00 2009 +0200

    window: forgot to drop some HILDON stuff

M	src/cheese-window.c

commit 3ad917ea830787552b1270dcc79a81d2b2ebe309
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Jul 29 08:54:04 2009 +0200

    window: reparent the icon view into the right aligment

    First experiment of an horizontal mode suited for netbooks, define
    NETBOOK to test. Completely drop obsolete HILDON mode, if anyone still
    wants it should provide an updated patch.

M	src/cheese-window.c

commit 03d91c4b20dd2254a0f6520bfaa8aa802b88adf0
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Jul 29 08:51:58 2009 +0200

    ui: make room for a vertical icon view in the right side

    Add an hbox and an alignment to contain the icon view in the yet
    to come
    netbook mode.

M	data/cheese.ui

commit 5edf793dfae0f3e4922f8369b10ee1a6ea7f783e
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Mon Aug 10 22:21:30 2009 +0200

    Updated Basque language

M	po/eu.po

commit 2cb188bfb8098e840e4cb1a41bcc37a62ace037e
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Mon Aug 10 19:21:30 2009 +0200

    Updated German translation

M	po/de.po

commit 8c07b108fc716c09edfa8ddc700132907757e39b
Author: Antón Méixome <meixome@mancomun.org>
Date:	Mon Aug 10 16:23:56 2009 +0200

    Updated Galician translation

M	po/gl.po

commit d17821738bcc5c42ffeb228357fb9992fe6a3f29
Author: Ivar Smolin <okul@linux.ee>
Date:	Mon Aug 10 13:06:02 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 44abb7ac8ec733909980d56f72b50e849a69b6d5
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun Aug 9 12:46:25 2009 +0200

    nocamera: set WARNING MessageType for the InfoBar

    Warning is certainly more suited since the missing webcam is not
    a fatal
    error. Also, the red color for the error type is really ugly. This
    lovely orange is much better.

M	src/cheese-no-camera.c

commit e5fa0fcc2331a53ad83d37ef71155d62f8066411
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Sun Aug 9 12:48:27 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 7a9896f91871c1b98258e86f6313eed0f669a684
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	Sun Aug 9 11:50:37 2009 +0200

    Added Catalan (Valencian) translation

M	po/LINGUAS
A	po/ca@valencia.po

commit 45b6ec4ebab36e872401e35a37656b142252cb1f
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:	Sat Aug 8 18:11:04 2009 -0600

    Updated Irish translation

M	po/ga.po

commit 3548a1c323490280a5f6bc36121245bae17c9792
Author: Claude Paroz <claude@2xlibre.net>
Date:	Sat Aug 8 23:21:33 2009 +0200

    Updated French translation

M	po/POTFILES.skip
M	po/fr.po

commit 81caf2f88ace761b75204d1cc9e7ec591e9d36d2
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Sat Aug 8 22:16:29 2009 +0200

    ui: remove markup from translatable strings

M	data/cheese-prefs.ui

commit af1d2fdb31de67249739be6c9aa5d9ec766e3ca4
Author: Jaap A. Haitsma <jaap@haitsma.org>
Date:	Sat Aug 8 20:30:51 2009 +0200

    Update .gitignore

M	.gitignore

commit c2d79cc7a5d380afb99fd9331d25a056eaa07929
Author: Jaap A. Haitsma <jaap@haitsma.org>
Date:	Sat Aug 8 20:26:42 2009 +0200

    Remove *.glade files

    It is not recommended to use gtk-builder-convert anymore but to use
    glade-3 directly on the .ui files

D	data/cheese-prefs.glade
M	data/cheese-prefs.ui
D	data/cheese.glade
M	data/cheese.ui

commit 6a6427726b4880c1681a935293796377209d7042
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Sat Aug 8 21:06:08 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 326ed4caecc8c29c1ceddf7ceed034238aceb010
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:	Sat Aug 8 03:02:59 2009 -0600

    Updated Irish translation

M	po/ga.po

commit d4903dff23408a649ee1043563241ee94279cc22
Author: Claude Paroz <claude@2xlibre.net>
Date:	Sat Aug 8 00:08:45 2009 +0200

    Updated French help translation

M	help/fr/fr.po

commit 000e82cf8b335dff65f41fb688cd1e31ce8aac03
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:	Fri Aug 7 19:21:51 2009 +0200

    Updated German translation

M	po/de.po

commit efa4b50b50f78441513115c1f8e9a4b34e49d8ef
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Fri Aug 7 17:41:57 2009 +0200

    Updated German doc translation

M	help/de/de.po

commit e4060bab4bf84c4193ad6d215c76cbd3eb32b23e
Author: Antón Méixome <meixome@mancomun.org>
Date:	Thu Aug 6 19:20:05 2009 +0200

    Updated Galician Translation

M	po/gl.po

commit a6eb114ab16cbd323bb077f088894717a6c70df9
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Thu Aug 6 17:01:30 2009 +0200

    Removed images

D	help/de/figures/cheese-effects-screenshot.png
D	help/de/figures/cheese-screenshot.png

commit 5fd7fca379203724497ec0b567df30236be5cec1
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Thu Aug 6 16:59:24 2009 +0200

    Changed image format

A	help/de/figures/cheese-effects-screenshot.jpg
A	help/de/figures/cheese-screenshot.jpg

commit 101d7222213a186b58ec810b3fd564d2b3a69061
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Thu Aug 6 16:55:31 2009 +0200

    Added screenshots to German translation

M	help/de/de.po
A	help/de/figures/cheese-effects-screenshot.png
A	help/de/figures/cheese-screenshot.png

commit a1de14fb5635552c3b31403d832b252e22e19f25
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:	Wed Aug 5 23:13:00 2009 +0200

    Updated Polish translation

M	po/pl.po

commit 19e0cd6db2122001e94a4f458a5d79f0ab568fda
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Aug 5 12:46:37 2009 +0200

    burst: insensitize buttons and actions while "bursting"

M	src/cheese-window.c

commit 09c2bc1f4014f9b35a725dcd3040f2e26648f91b
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Aug 5 12:43:31 2009 +0200

    burst: don't delay the first shot

    Take the first photo of a burst right after button press. Rework a
    little bit burst mode to allow this.

M	src/cheese-window.c

commit 772f80799c726ff4046b9230d9a81f065e582a34
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Aug 5 11:31:43 2009 +0200

    window: use switch instead of if-else where better suited

M	src/cheese-window.c

commit 88a8827ef9b81f78db3266c2348b975801d81936
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Tue Aug 4 19:06:59 2009 +0200

    Updated Spanish translation

M	po/es.po

commit f002fe156796b001f239803c14b1cbd9807e041e
Author: Ivar Smolin <okul@linux.ee>
Date:	Tue Aug 4 10:31:14 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 06322b3174f0e2daa2d9c787c6bf1ada369da76e
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Mon Aug 3 22:35:14 2009 +0200

    add 256x256 cheese icons, courtesy of ulisse perusin

M	AUTHORS
M	configure.ac
A	data/icons/256x256/Makefile.am
A	data/icons/256x256/cheese.png
M	data/icons/Makefile.am
M	data/wscript_build

commit 35180e6a47c2e4ae4b691fba287a1c535e3cb941
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Mon Aug 3 22:12:37 2009 +0200

    add tooltips to the buttons, which do not feature a label

M	data/cheese.glade
M	data/cheese.ui

commit 160ff1590587e12cda0f02f37ddd8e88c6853e48
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Mon Aug 3 02:30:14 2009 +0200

    add preference dialog for the burst mode

    allow to configure the delay and the amount of photos, which should
    be taken in the burst mode.

M	data/cheese-prefs.glade
M	data/cheese-prefs.ui
M	src/Makefile.am
A	src/cheese-prefs-burst-spinbox.c
A	src/cheese-prefs-burst-spinbox.h
M	src/cheese-prefs-dialog.c
M	src/cheese-prefs-dialog.h

commit 679668c56cc180246371e249b175a86010727ebe
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Mon Aug 3 00:24:27 2009 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 998cdb1b0f1cc76e8cd5280dc0bb0518ca44a838
Author: Daniel Nylander <po@danielnylander.se>
Date:	Thu Jul 30 08:36:35 2009 +0200

    Updated Swedish translation

M	po/sv.po

commit bcbc3cc622d117e193e063620d79206d1d4eac29
Author: Gil Forcada <gforcada@gnome.org>
Date:	Wed Jul 29 12:30:48 2009 +0200

    Added ast to LINGUAS

M	po/LINGUAS

commit 6bdd8bc50f9cb174590fa6f20b62ac11b53ee803
Author: Mikel González <dangerous_piper@softastur.org>
Date:	Wed Jul 29 12:27:38 2009 +0200

    Added Asturian translation

A	po/ast.po

commit 3e16ffe10c4d943ce5c85cbe1a9c95ffc343a9ae
Author: Mattias Põldaru <mahfiaz gmail com>
Date:	Wed Jul 29 10:39:03 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 8566d855997081ccba66720254d185f27766d8f0
Author: drtvasudevan <agnihot3@gmail.com>
Date:	Wed Jul 29 07:42:19 2009 +0530

    Updated Tamil translation

M	po/ta.po

commit 7fa24f677612bdbc196d7008c39f850a407357cb
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Tue Jul 28 23:20:55 2009 +0200

    remove icon-size attribute of button icons

    we used different icon-sizes depending on whether the icon was
    globally
    installed or provided by cheese. by removing this attribute, all
    icons have
    the same size, which is the button size (real size depending however
    on the gtk
    theme). furthermore, gtk theme settings about the button size do
    work now
    in cheese too.

M	data/cheese.glade
M	data/cheese.ui

commit eb6fbccbb9da9098960aba00fa14e66312959eb3
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Tue Jul 28 19:26:53 2009 +0200

    add the scalable version of the take photo and burst icons

M	data/icons/scalable/actions/Makefile.am
A	data/icons/scalable/actions/cheese-take-burst.svg
A	data/icons/scalable/actions/cheese-take-photo.svg
M	data/wscript_build

commit 9c8c348c0c568fc876104dae40ae520a1b84dcbc
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Tue Jul 28 13:32:52 2009 +0200

    add --version command line flag

M	src/cheese.c

commit ae7ef0cd0b88a6eabfbfd003f810f2e192abd632
Author: Daniel Nylander <po@danielnylander.se>
Date:	Tue Jul 28 01:58:44 2009 +0200

    Updated Swedish translation

M	po/sv.po

commit 8b3386aafb673e26cbef34547886eff404eb3835
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Tue Jul 28 01:03:44 2009 +0200

    post release version bump

M	configure.ac
M	wscript