2008-08-18  daniel g. siegel <[email protected]>

       * acinclude.m4,
         configure.ac,
         data/Makefile.am:
         fix some dbus-autotool regression, which prevented building
         cheese correctly

2008-08-18  daniel g. siegel <[email protected]>

       * NEWS:
         update NEWS file

2008-08-17  daniel g. siegel <[email protected]>

       * data/cheese.glade,
         data/cheese.ui:
         change order of buttons in fullscreen mode

2008-08-17  daniel g. siegel <[email protected]>

       * src/cheese-countdown.c,
         src/cheese-thumb-view.c,
         src/cheese.c:
         small syntax cleanup

2008-08-17  daniel g. siegel <[email protected]>

       * src/cheese-window.c:
         call gdk_x11_window_set_user_time to raise the cheese window
         if its called twice

2008-08-16  daniel g. siegel <[email protected]>

       * acinclude.m4:
         fix messed up acinclude.m4

2008-08-16  daniel g. siegel <[email protected]>

       * data/org.gnome.Cheese.service.in:
         fix messed up dbus service file

2008-08-16  daniel g. siegel <[email protected]>

       * src/cheese-dbus.c,
         src/cheese-dbus.h:
         small syntax cleanup and removing of an unneeded variable

2008-08-16  Filippo Argiolas <[email protected]>

       * data/org.gnome.Cheese.service,
         data/org.gnome.Cheese.service.in:
         another one, sorry :)

2008-08-16  Filippo Argiolas <[email protected]>

       * acinclude.m4:
         I forgot to add acinclude.m4, sorry.

2008-08-16  Filippo Argiolas <[email protected]>

       * src/cheese.c:
         notify startup if another istance is found (normally that would be
         done by gtk when opening the window but we exit without create any
         window so we have to do it manually)

2008-08-16  Filippo Argiolas <[email protected]>

       * configure.ac,
         data/Makefile.am,
         data/org.gnome.Cheese.service,
         src/cheese.c,
         src/cheese-dbus.c,
         src/cheese-dbus.h,
         src/cheese-dbus-infos.xml,
         src/cheese-window.c,
         src/cheese-window.h,
         src/Makefile.am:
         Don't start cheese twice if another instance is running. First part
         of Felix Kaser's work with cheese and dbus. Fixes bug #527736.

2008-08-16  Filippo Argiolas <[email protected]>

       * src/cheese.c:
         remove gtk_init and gst_init, according to the docs these are not
         needed if we use gtk_get_option_group and gst_init_get_option_group

2008-08-13  daniel g. siegel <[email protected]>

       * src/cheese-window.c:
         remove unneeded gtkwidget label_effects_fullscreen

2008-08-13  daniel g. siegel <[email protected]>

       * data/cheese.glade,
         data/cheese.ui:
         align the buttons with the thumbnail bar

2008-08-13  Patryk Zawadzki <[email protected]>

       * src/eog-thumb-nav.c:
         hide scrollbar when not needed

2008-08-12  daniel g. siegel <[email protected]>

       * data/cheese.glade,
         data/cheese.ui:
         remove the relief of all buttons in the fullscreen toolbar

2008-08-12  daniel g. siegel <[email protected]>

       * data/cheese.glade,
         data/cheese.ui,
         src/cheese-countdown.c,
         src/cheese-countdown.h,
         src/cheese-window.c:
         improve the fullscreen mode, fixes bug #547405, courtesy of
         Felix Kaser

2008-08-12  daniel g. siegel <[email protected]>

       * src/cheese-thumb-view.c:
         select the last thumbnail item, if the last one was deleted

2008-08-12  daniel g. siegel <[email protected]>

       * src/cheese-countdown.c:
         hitting space when the countdown has already begun, distorts
         the countdown, fixes bug #547403

2008-08-12   Filippo Argiolas <[email protected]>

       * src/cheese-thumb-view.c,
         src/cheese-thumb-view.h,
         src/cheese-window.c:
         Test for file existence before moving to trash. Remove item
         from thumbview if trashing succeeds (don't wait for monitor
         to notice). Untabify cheese-window.c

2008-08-12  daniel g. siegel <[email protected]>

       * tools/cicl:
         update cicl

2008-08-12  daniel g. siegel <[email protected]>

       * data/gtkrc:
         a dynamic growing slider length is much better than a static one

2008-08-11  Patryk Zawadzki <[email protected]>
       * src/cheese-window.c,
         src/cheese.c,
         src/eog-thumb-nav.c,
         src/eog-thumb-nav.h,
         src/Makefile.am,
         data/cheese.ui,
         data/Makefile.am,
         data/wscript_build,
         data/gtkrc:
         Use eog's thumbnail browser widget. Fixes bug #511916.

2008-08-11  Filippo Argiolas <[email protected]>

       * src/cheese-window.c:
         Disable action_effects while setup_camera is running. Fixes bug
         #547313

2008-08-11  daniel g. siegel <[email protected]>

       * src/cheese-window.c:
         add people who contributed to cheese to the cheese about window

2008-08-11  Filippo Argiolas <[email protected]>

       * src/cheese-webcam.c,
         src/cheese-window.c:
         Give a detailed error message if some gstreamer element is missing.
         Patch from Todd Eisenberger (slightly modified). Fixes bug #522009.

2008-08-10  daniel g. siegel <[email protected]>

       * data/cheese.schemas.in:
         some gconf translation improvements, fixes bug #547168

2008-08-10  daniel g. siegel <[email protected]>

       * data/cheese.schemas.in:
         add a translator comment to our schema file

2008-08-10  Filippo Argiolas <[email protected]>

       * src/cheese-window.c:
         Connect button_photo and button_video as proxy widgets for relative
         RadioActions. This makes the code more simple and clean.

2008-08-08  Filippo Argiolas <[email protected]>

       * src/cheese-window.c:
         Change action_files sensitiveness on "selection-changed" event.
         Fixes bug 546918

2008-08-08  Filippo Argiolas <[email protected]>

       * src/cheese-webcam.c:
         don't try to find highest framerate if format is NULL, courtesy of
         Todd Eisenberger

2008-08-07  daniel g. siegel <[email protected]>

       * data/cheese.schemas.in,
         src/cheese-gconf.c:
         selected effects gconf key values are now standardized, fixes bug #513776

2008-08-07  Filippo Argiolas <[email protected]>

       * src/cheese-window.c:
         Better hig compliant alert for missing gstreamer elements. Patch
         from bug #522009

2008-08-07  Filippo Argiolas <[email protected]>

       * data/cheese.schemas.in,
         data/cheese-ui.xml,
         src/cheese-gconf.c,
         src/cheese-gconf.h,
         src/cheese-window.c:
         Add a Delete action to immediately delete files without moving to
         trash. It can be hidden with the new enable_delete gconf key.

2008-08-07  daniel g. siegel <[email protected]>

       * data/cheese.desktop.in.in:
         use "Cheese Webcam Booth" instead of "Cheese" as the desktop entry name, fixes bug #543976

2008-08-07  daniel g. siegel <[email protected]>

       * src/cheese-thumb-view.c,
         src/cheese-thumb-view.h,
         src/cheese-window.c:
         add multiple selection in the picture listing pane, fixes bug #481405

2008-08-07  daniel g. siegel <[email protected]>

       * AUTHORS,
         src/cheese-webcam.c,
         src/cheese-window.c:
         correct critical warnings, if some gstreamer plugins arent available, fixes bug #522009, courtesy of Todd Eisenberger

2008-08-07  daniel g. siegel <[email protected]>

       * src/cheese-window.c:
         remove useless g_free which produced a warning

2008-08-06  daniel g. siegel <[email protected]>

       * src/cheese-thumb-view.c:
         remove a useless printf

2008-08-06  daniel g. siegel <[email protected]>

       * src/cheese-thumb-view.c:
         Chuck Norris doesn't play god. Playing is for children.

2008-08-05  Filippo Argiolas <[email protected]>

       * src/cheese-thumb-view.c:
         don't trust a gboolean to be false

2008-08-05  daniel g. siegel <[email protected]>

       * src/cheese-window.c:
         use g_random_int instead of g_rand_int

2008-08-05  daniel g. siegel <[email protected]>

       * data/pixmaps/Makefile.am,
         data/wscript_build:
         add missing icons to waf and autotools

2008-08-05  daniel g. siegel <[email protected]>

       * AUTHORS,
         data/pixmaps/cheese-1.svg,
         src/cheese-thumb-view.c:
         add the multiplex thumbnail generator algorithm

2008-08-05  Filippo Argiolas <[email protected]>

       * src/cheese-thumb-view.c:
         Free ThumbViewThreadData. Remove redundant setting for url and
         basename column.

2008-08-05  Filippo Argiolas <[email protected]>

       * src/cheese-window.c:
         Disable "Start recording" button until the recording pipeline
         properly shuts down.

2008-08-05  Filippo Argiolas <[email protected]>

       * src/cheese-thumb-view.c:
         remove a dummy g_message I used for debug

2008-08-05  Filippo Argiolas <[email protected]>

       * src/cheese-thumb-view.c:
         Save generated thumbnails. It seems I removed it without notice,
         sorry.

2008-08-05  daniel g. siegel <[email protected]>

       * src/cheese-thumb-view.c:
         resolve wrong sorting issue of the thumbnails, fixes bug #546390

2008-08-05  Filippo Argiolas <[email protected]>

       * src/cheese-thumb-view.c:
         free a strdup-ed string

2008-08-05  daniel g. siegel <[email protected]>

       * configure.ac,
         wscript:
         post release version bump