2.25.912.25.91
[cheese.git] / ChangeLog
blob83d0109e4ff95f7c07304a732ab1220896d79277
1 2009-02-02  daniel g. siegel <dgsiegel@gmail.com>
3         * configure.ac,
4           wscript: 
5           post release version bump
7 2009-02-02  daniel g. siegel <dgsiegel@gmail.com>
9         * NEWS,
10           configure.ac,
11           wscript: 
12           update NEWS file, correct release version
14 2009-01-15  daniel g. siegel <dgsiegel@gmail.com>
16         * AUTHORS,
17           src/cheese-flash.c,
18           src/cheese-window.c: 
19           changed thomas perls mail address
21 2009-01-14  Yair Hershkovitz  <yairhr@gmail.com>
23         * src/eog-thumb-nav.c:
24         Reverse icon view scroll buttons scroll direction for RTL locales.
25         Closes bug #566197.
27 2009-01-05  daniel g. siegel <dgsiegel@gmail.com>
29         * configure.ac,
30           wscript: 
31           post release version bump
33 2009-01-05  daniel g. siegel <dgsiegel@gmail.com>
35         * NEWS: 
36           update NEWS file
38 2008-12-15  daniel g. siegel <dgsiegel@gmail.com>
40         * configure.ac,
41           wscript: 
42           post release version bump
44 2008-12-15  daniel g. siegel <dgsiegel@gmail.com>
46         * NEWS: 
47           update NEWS file
49 2008-12-10  Kjartan Maraas  <kmaraas@gnome.org>
51         * src/ephy-spinner.c:
52         * src/ephy-spinner.h:
53         * src/gedit-message-area.h:
54         Single includes fix. Patch from Pedro Fragoso.
55         Closes bug #563537.
57 2008-12-01  daniel g. siegel <dgsiegel@gmail.com>
59         * configure.ac,
60           wscript: 
61           post release version bump
63 2008-12-01  daniel g. siegel <dgsiegel@gmail.com>
65         * NEWS: 
66           update NEWS file
68 2008-11-23  Filippo Argiolas <filippo.argiolas@gmail.com>
70         * src/cheese-webcam.c:
71           Print Vendor and Product Id while probing devices. Provide some more
72           device informations for easier bug triaging.
74 2008-11-21  Jaap Haitsma <jaap@haitsma.org>
76         * src/cheese.c,
77           src/cheese-dbus.c,
78           src/cheese-fileutil.c,
79           src/cheese-webcam.c: 
80           Remove unnecesary include files, to meet GnomeGoal
81           http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
82           Don't know if I completed in entirely because make CFLAGS+="-DG_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES" somehow fails somewhere on includes done by gtk files themselves :-(
84 2008-11-16  Filippo Argiolas <filippo.argiolas@gmail.com>
86         * src/cheese-thumb-view.c:
87           Don't use random access GList methods when accessing a list
88           sequentially. Properly free list elements after use.
89           Fixes bug #560514, courtesy of Giuseppe Fuggiano
91 2008-11-15  Jaap Haitsma <jaap@haitsma.org>
93         * configure.ac,
94           src/cheese-window.c,
95           wscript: 
96           Use gtk_show_uri to open files and xdg-open i.s.o. gnome-open which 
97           is part of libgnome and is deprecated
99 2008-11-15  Jaap Haitsma <jaap@haitsma.org>
101         * src/cheese-window.c: 
102           Use gtk_message_dialog_format_secondary_markup correctly
104 2008-11-13  daniel g. siegel <dgsiegel@gmail.com>
106         * src/cheese.c: 
107           print the cheese version if the -v flag is set
109 2008-11-13  daniel g. siegel <dgsiegel@gmail.com>
111         * README,
112           src/cheese-window.c: 
113           change the cheese homepage to projects.gnome.org
115 2008-11-11  daniel g. siegel <dgsiegel@gmail.com>
117         * src/cheese-gconf.c: 
118           free gslist properly without a memory leak, fixes bug #560347,
119           courtesy of Giuseppe Fuggiano
121 2008-11-09  daniel g. siegel <dgsiegel@gmail.com>
123         * src/cheese-webcam.c: 
124           cheese now works for cams which support only one resolution,
125           fixes bug #560032, courtesy of Hans de Goede
127 2008-11-04  daniel g. siegel <dgsiegel@gmail.com>
129         * configure.ac,
130           wscript: 
131           post release version bump
133 2008-11-04  daniel g. siegel <dgsiegel@gmail.com>
135         * NEWS: 
136           update NEWS file
138 2008-11-02  Felix Kaser <f.kaser@gmx.net>
140         * ChangeLog: 
141           changed the ChangeLog file, because of an error in a previous changelog entry (no name/email)
142           
143 2008-11-02  daniel g. siegel <dgsiegel@gmail.com>
145         * src/cheese-countdown.c: 
146           change the default font of the countdown widget to bitstream
147           vera sans bold
149 2008-10-20  daniel g. siegel <dgsiegel@gmail.com>
151         * src/wscript_build,
152           wscript: 
153           remove gnome-vfs dependency from waf
155 2008-10-17  Cosimo Cecchi  <cosimoc@gnome.org>
157         * configure.ac:
158         * src/Makefile.am:
159         * src/cheese-thumb-view.c: (cheese_thumb_view_thread_append_item),
160         (cheese_thumb_view_init):
161         * src/cheese.c: (main):
162         * src/eog-thumbnail.c: (art_rgb_run_alpha):
163         Drop libgnome/libgnome-vfs dependencies (#556580).
165 2008-10-13  daniel g. siegel <dgsiegel@gmail.com>
167         * src/cheese.c: 
168           enhance the previous patch
170 2008-10-13  daniel g. siegel <dgsiegel@gmail.com>
172         * wscript: 
173           change the dependency of dbus to dbus-1
175 2008-10-13  Filippo Argiolas <filippo.argiolas@gmail.com>
177         * src/cheese.c:
178           Exit correctly with unknown command line arguments, fixes bug
179           #556084.
181 2008-10-12  Felix Kaser <f.kaser@gmx.net>
183         * data/cheese.glade,
184           data/cheese.ui,
185           src/cheese-window.c: 
186           Some ui changes to solve bug #548546! When in fullscreen
187           and effects chooser mode the fullscreen toolbar will remain
188           visible! This has been considered the best way.
190 2008-09-22  daniel g. siegel <dgsiegel@gmail.com>
192         * configure.ac,
193           wscript: 
194           post release version bump
196 2008-09-22  daniel g. siegel <dgsiegel@gmail.com>
198         * NEWS: 
199           update NEWS file
201 2008-09-19  daniel g. siegel <dgsiegel@gmail.com>
203         * configure.ac,
204           README,
205           wscript: 
206           update the cheese dependencies, fixes bug #547203
208 2008-09-16  daniel g. siegel <dgsiegel@gmail.com>
210         * data/pixmaps/Makefile.am,
211           data/pixmaps/cheese-2.svg,
212           data/pixmaps/cheese-3.svg,
213           src/cheese-thumb-view.c: 
214           nothing ;)
216 2008-09-15  daniel g. siegel <dgsiegel@gmail.com>
218         * src/cheese-window.c: 
219           use the correct translated plural form when deleting more than
220           one item from the thumbnail bar, fixes bug #552290, courtesy
221           of Yuriy Penkin
223 2008-09-14  daniel g. siegel <dgsiegel@gmail.com>
225         * src/cheese-thumb-view.c: 
226           do not add a new item to the thumbnail bar, if its already
227           there, fixes bug #549804
229 2008-09-10  Filippo Argiolas <filippo.argiolas@gmail.com>
231         * src/cheese.c:
232           include gio header in cheese.c
234 2008-09-09  daniel g. siegel <dgsiegel@gmail.com>
236         * configure.ac,
237           wscript: 
238           post release version bump
240 2008-09-09  daniel g. siegel <dgsiegel@gmail.com>
242         * NEWS: 
243           update NEWS file
245 2008-09-09  daniel g. siegel <dgsiegel@gmail.com>
247         * src/cheese-fileutil.c,
248           src/cheese-fileutil.h,
249           src/cheese.c: 
250           old photos and videos (before 2.24) are now available in cheese
251           2.24, fixes bug #547290
253 2008-09-09  Filippo Argiolas <filippo.argiolas@gmail.com>
255         * src/cheese-webcam.c:
256           sort videoformat array and resolution hashtable, courtesy of Hans
257           de Goede
259 2008-09-09  Filippo Argiolas <filippo.argiolas@gmail.com>
261         * src/cheese-webcam.c,
262           src/cheese-webcam.h:
263           dont save duplicated videoformats abut only keep the one with the
264           maximum framerate if it provides the same resolution. add
265           correspondent entry only once to the resolution hashtable so that
266           we have no more duplicated resolutions on preferences dialog.
267           Fixes bugs #547144 and #547140, courtesy of Hans de Goede
269 2008-09-08  daniel g. siegel <dgsiegel@gmail.com>
271         * src/cheese.c: 
272           remove the old log file if it exists
274 2008-09-08  Filippo Argiolas <filippo.argiolas@gmail.com>
276         * src/cheese-webcam.c:
277           send eos event only if the pipeline was playing, otherwise force
278           shutdown. Start a timeout to force unclean shutdown if eos takes
279           to much to propagate or doesnt propagate at all. Probably fixes
280           bug #547422
282 2008-09-08  Filippo Argiolas <filippo.argiolas@gmail.com>
284         * src/cheese-window.c:
285           set take_picture sensitiveness before webcam_stop_video_recording
286           since this emits a signal that would lead to another
287           sensitiveness change. see comments on bug #547422
289 2008-09-08  daniel g. siegel <dgsiegel@gmail.com>
291         * data/cheese.glade,
292           data/cheese.ui: 
293           set the utility hint for the fullscreen toolbar, partially
294           fixes #548546
296 2008-09-08  daniel g. siegel <dgsiegel@gmail.com>
298         * src/cheese-window.c: 
299           small indenting change
301 2008-09-08  daniel g. siegel <dgsiegel@gmail.com>
303         * data/cheese-bugreport.sh,
304           src/cheese.c: 
305           rename the log file to "log.txt" and prepend it with the
306           running cheese version
308 2008-09-05  daniel g. siegel <dgsiegel@gmail.com>
310         * src/cheese-webcam.c,
311           src/cheese-webcam.h: 
312           fix various issues with cheese, tv-cards and other strange
313           devices, fixes bug #546868, courtesy of Hans de Goede
315 2008-09-02  daniel g. siegel <dgsiegel@gmail.com>
317         * AUTHORS,
318           src/cheese-prefs-webcam-combo.c: 
319           cheese crashes no more when no device is set in gconf, partially
320           fixes bug #546868, courtesy of Hans de Goede
322 2008-09-02  daniel g. siegel <dgsiegel@gmail.com>
324         * src/cheese-window.c: 
325           display toolbar when entering into fullscreen mode, fixes bug
326           #548546, courtesy of Felix Kaser
328 2008-09-01  daniel g. siegel <dgsiegel@gmail.com>
330         * configure.ac,
331           wscript: 
332           post release version bump
334 2008-09-01  daniel g. siegel <dgsiegel@gmail.com>
336         * NEWS: 
337           update NEWS file
339 2008-09-01  daniel g. siegel <dgsiegel@gmail.com>
341         * data/cheese.desktop.in.in: 
342           cheese.desktop file now respects freedesktop SPEC, fixes bug
343           #550195, courtesy of Pacho Ramos
345 2008-08-23  daniel g. siegel <dgsiegel@gmail.com>
347         * src/cheese-countdown.c,
348           src/cheese-countdown.h,
349           src/cheese-dbus.c,
350           src/cheese-dbus.h,
351           src/cheese-effect-chooser.c,
352           src/cheese-effect-chooser.h,
353           src/cheese-fileutil.c,
354           src/cheese-fileutil.h,
355           src/cheese-flash.c,
356           src/cheese-flash.h,
357           src/cheese-gconf.c,
358           src/cheese-gconf.h,
359           src/cheese-no-camera.c,
360           src/cheese-no-camera.h,
361           src/cheese-prefs-dialog-widgets.c,
362           src/cheese-prefs-dialog-widgets.h,
363           src/cheese-prefs-dialog.c,
364           src/cheese-prefs-dialog.h,
365           src/cheese-prefs-resolution-combo.c,
366           src/cheese-prefs-resolution-combo.h,
367           src/cheese-prefs-webcam-combo.c,
368           src/cheese-prefs-webcam-combo.h,
369           src/cheese-prefs-widget.c,
370           src/cheese-prefs-widget.h,
371           src/cheese-thumb-view.c,
372           src/cheese-thumb-view.h,
373           src/cheese-webcam.c,
374           src/cheese-webcam.h,
375           src/cheese-window.c,
376           src/cheese-window.h,
377           src/cheese.c,
378           tools/cheese-indent.cfg: 
379           a small syntax cleanup made with uncrustify
381 2008-08-22  daniel g. siegel <dgsiegel@gmail.com>
383         * tools/cheese-indent.cfg: 
384           uncrustify config update
386 2008-08-22  daniel g. siegel <dgsiegel@gmail.com>
388         * tools/cheese-indent.cfg,
389           tools/indent.sh: 
390           add the uncrustify indenting config
392 2008-08-20  daniel g. siegel <dgsiegel@gmail.com>
394         * data/wscript_build,
395           help/wscript_build,
396           waf,
397           wscript: 
398           waf did not install the files properly, now it does
400 2008-08-20  daniel g. siegel <dgsiegel@gmail.com>
402         * data/org.gnome.Cheese.service.in: 
403           add the dynamic bindir to the dbus file
405 2008-08-20  daniel g. siegel <dgsiegel@gmail.com>
407         * src/Makefile.am,
408           src/cheese-dbus.c,
409           src/wscript_build,
410           waf: 
411           update waf to 1.4.3 and make it working again
413 2008-08-18  daniel g. siegel <dgsiegel@gmail.com>
415         * configure.ac,
416           wscript: 
417           post release version bump
419 2008-08-18  daniel g. siegel <dgsiegel@gmail.com>
421         * acinclude.m4,
422           configure.ac,
423           data/Makefile.am: 
424           fix some dbus-autotool regression, which prevented building
425           cheese correctly
427 2008-08-18  daniel g. siegel <dgsiegel@gmail.com>
429         * NEWS: 
430           update NEWS file
432 2008-08-17  daniel g. siegel <dgsiegel@gmail.com>
434         * data/cheese.glade,
435           data/cheese.ui: 
436           change order of buttons in fullscreen mode
438 2008-08-17  daniel g. siegel <dgsiegel@gmail.com>
440         * src/cheese-countdown.c,
441           src/cheese-thumb-view.c,
442           src/cheese.c: 
443           small syntax cleanup
445 2008-08-17  daniel g. siegel <dgsiegel@gmail.com>
447         * src/cheese-window.c: 
448           call gdk_x11_window_set_user_time to raise the cheese window
449           if its called twice
451 2008-08-16  daniel g. siegel <dgsiegel@gmail.com>
453         * acinclude.m4: 
454           fix messed up acinclude.m4
456 2008-08-16  daniel g. siegel <dgsiegel@gmail.com>
458         * data/org.gnome.Cheese.service.in: 
459           fix messed up dbus service file
461 2008-08-16  daniel g. siegel <dgsiegel@gmail.com>
463         * src/cheese-dbus.c,
464           src/cheese-dbus.h: 
465           small syntax cleanup and removing of an unneeded variable
467 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
469         * data/org.gnome.Cheese.service,
470           data/org.gnome.Cheese.service.in: 
471           another one, sorry :)
473 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
475         * acinclude.m4: 
476           I forgot to add acinclude.m4, sorry.
478 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
480         * src/cheese.c: 
481           notify startup if another istance is found (normally that would be
482           done by gtk when opening the window but we exit without create any
483           window so we have to do it manually)
485 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
487         * configure.ac,
488           data/Makefile.am,
489           data/org.gnome.Cheese.service,
490           src/cheese.c,
491           src/cheese-dbus.c,
492           src/cheese-dbus.h,
493           src/cheese-dbus-infos.xml,
494           src/cheese-window.c,
495           src/cheese-window.h,
496           src/Makefile.am: 
497           Don't start cheese twice if another instance is running. First part
498           of Felix Kaser's work with cheese and dbus. Fixes bug #527736.
500 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
502         * src/cheese.c: 
503           remove gtk_init and gst_init, according to the docs these are not
504           needed if we use gtk_get_option_group and gst_init_get_option_group
506 2008-08-13  daniel g. siegel <dgsiegel@gmail.com>
508         * src/cheese-window.c: 
509           remove unneeded gtkwidget label_effects_fullscreen
511 2008-08-13  daniel g. siegel <dgsiegel@gmail.com>
513         * data/cheese.glade,
514           data/cheese.ui: 
515           align the buttons with the thumbnail bar
517 2008-08-13  Patryk Zawadzki <patrys@pld-linux.org>
519         * src/eog-thumb-nav.c: 
520           hide scrollbar when not needed
522 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
524         * data/cheese.glade,
525           data/cheese.ui: 
526           remove the relief of all buttons in the fullscreen toolbar
528 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
530         * data/cheese.glade,
531           data/cheese.ui,
532           src/cheese-countdown.c,
533           src/cheese-countdown.h,
534           src/cheese-window.c: 
535           improve the fullscreen mode, fixes bug #547405, courtesy of
536           Felix Kaser
538 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
540         * src/cheese-thumb-view.c: 
541           select the last thumbnail item, if the last one was deleted
543 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
545         * src/cheese-countdown.c: 
546           hitting space when the countdown has already begun, distorts
547           the countdown, fixes bug #547403
549 2008-08-12   Filippo Argiolas <filippo.argiolas@gmail.com>
551         * src/cheese-thumb-view.c,
552           src/cheese-thumb-view.h,
553           src/cheese-window.c: 
554           Test for file existence before moving to trash. Remove item
555           from thumbview if trashing succeeds (don't wait for monitor
556           to notice). Untabify cheese-window.c
558 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
560         * tools/cicl: 
561           update cicl
563 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
565         * data/gtkrc: 
566           a dynamic growing slider length is much better than a static one
568 2008-08-11  Patryk Zawadzki <patrys@pld-linux.org>
569         * src/cheese-window.c,
570           src/cheese.c,
571           src/eog-thumb-nav.c,
572           src/eog-thumb-nav.h,
573           src/Makefile.am,
574           data/cheese.ui,
575           data/Makefile.am,
576           data/wscript_build,
577           data/gtkrc: 
578           Use eog's thumbnail browser widget. Fixes bug #511916.
580 2008-08-11  Filippo Argiolas <filippo.argiolas@gmail.com>
582         * src/cheese-window.c: 
583           Disable action_effects while setup_camera is running. Fixes bug
584           #547313
586 2008-08-11  daniel g. siegel <dgsiegel@gmail.com>
588         * src/cheese-window.c: 
589           add people who contributed to cheese to the cheese about window
591 2008-08-11  Filippo Argiolas <filippo.argiolas@gmail.com>
593         * src/cheese-webcam.c,
594           src/cheese-window.c: 
595           Give a detailed error message if some gstreamer element is missing.
596           Patch from Todd Eisenberger (slightly modified). Fixes bug #522009.
598 2008-08-10  daniel g. siegel <dgsiegel@gmail.com>
600         * data/cheese.schemas.in: 
601           some gconf translation improvements, fixes bug #547168
603 2008-08-10  daniel g. siegel <dgsiegel@gmail.com>
605         * data/cheese.schemas.in: 
606           add a translator comment to our schema file
608 2008-08-10  Filippo Argiolas <filippo.argiolas@gmail.com>
610         * src/cheese-window.c: 
611           Connect button_photo and button_video as proxy widgets for relative
612           RadioActions. This makes the code more simple and clean.
614 2008-08-08  Filippo Argiolas <filippo.argiolas@gmail.com>
616         * src/cheese-window.c: 
617           Change action_files sensitiveness on "selection-changed" event.
618           Fixes bug 546918
620 2008-08-08  Filippo Argiolas <filippo.argiolas@gmail.com>
622         * src/cheese-webcam.c: 
623           don't try to find highest framerate if format is NULL, courtesy of
624           Todd Eisenberger
626 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
628         * data/cheese.schemas.in,
629           src/cheese-gconf.c: 
630           selected effects gconf key values are now standardized, fixes bug #513776 
632 2008-08-07  Filippo Argiolas <filippo.argiolas@gmail.com>
634         * src/cheese-window.c: 
635           Better hig compliant alert for missing gstreamer elements. Patch
636           from bug #522009
638 2008-08-07  Filippo Argiolas <filippo.argiolas@gmail.com>
640         * data/cheese.schemas.in,
641           data/cheese-ui.xml,
642           src/cheese-gconf.c,
643           src/cheese-gconf.h,
644           src/cheese-window.c: 
645           Add a Delete action to immediately delete files without moving to
646           trash. It can be hidden with the new enable_delete gconf key.
648 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
650         * data/cheese.desktop.in.in: 
651           use "Cheese Webcam Booth" instead of "Cheese" as the desktop entry name, fixes bug #543976
653 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
655         * src/cheese-thumb-view.c,
656           src/cheese-thumb-view.h,
657           src/cheese-window.c: 
658           add multiple selection in the picture listing pane, fixes bug #481405 
660 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
662         * AUTHORS,
663           src/cheese-webcam.c,
664           src/cheese-window.c: 
665           correct critical warnings, if some gstreamer plugins arent available, fixes bug #522009, courtesy of Todd Eisenberger
667 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
669         * src/cheese-window.c: 
670           remove useless g_free which produced a warning
672 2008-08-06  daniel g. siegel <dgsiegel@gmail.com>
674         * src/cheese-thumb-view.c: 
675           remove a useless printf
677 2008-08-06  daniel g. siegel <dgsiegel@gmail.com>
679         * src/cheese-thumb-view.c: 
680           Chuck Norris doesn't play god. Playing is for children. 
682 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
684         * src/cheese-thumb-view.c: 
685           don't trust a gboolean to be false
687 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
689         * src/cheese-window.c: 
690           use g_random_int instead of g_rand_int
692 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
694         * data/pixmaps/Makefile.am,
695           data/wscript_build: 
696           add missing icons to waf and autotools
698 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
700         * AUTHORS,
701           data/pixmaps/cheese-1.svg,
702           src/cheese-thumb-view.c: 
703           add the multiplex thumbnail generator algorithm
705 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
707         * src/cheese-thumb-view.c: 
708           Free ThumbViewThreadData. Remove redundant setting for url and
709           basename column.
711 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
713         * src/cheese-window.c: 
714           Disable "Start recording" button until the recording pipeline
715           properly shuts down.
717 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
719         * src/cheese-thumb-view.c: 
720           remove a dummy g_message I used for debug
722 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
724         * src/cheese-thumb-view.c: 
725           Save generated thumbnails. It seems I removed it without notice,
726           sorry.
728 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
730         * src/cheese-thumb-view.c: 
731           resolve wrong sorting issue of the thumbnails, fixes bug #546390
733 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
735         * src/cheese-thumb-view.c: 
736           free a strdup-ed string
738 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
740         * configure.ac,
741           wscript: 
742           post release version bump
744 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
746         * NEWS: 
747           update NEWS file
749 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
751         * src/cheese-countdown.c,
752           src/cheese-effect-chooser.c,
753           src/cheese-fileutil.c,
754           src/cheese-fileutil.h,
755           src/cheese-gconf.c,
756           src/cheese-gconf.h,
757           src/cheese-no-camera.h,
758           src/cheese-prefs-webcam-combo.c,
759           src/cheese-thumb-view.c,
760           src/cheese-thumb-view.h,
761           src/cheese-webcam.c,
762           src/cheese-window.c,
763           src/cheese.c: 
764           small syntax cleanup
766 2008-08-04  daniel g. siegel <dgsiegel@gmail.com>
768         * src/cheese-window.c: 
769           use gtk stock for fullscreen
771 2008-08-04  daniel g. siegel <dgsiegel@gmail.com>
773         * src/cheese-window.c: 
774           add a mnemonic and the correct spelling to the fullscreen option
776 2008-08-04  daniel g. siegel <dgsiegel@gmail.com>
778         * data/cheese-ui.xml,
779           src/cheese-window.c: 
780           add a fullscreen mode for kiosks, fixes #478852, courtesy of Felix Kaser
782 2008-08-04  daniel g. siegel <dgsiegel@gmail.com>
784         * src/cheese-thumb-view.c: 
785           wait until the video has been recorded, to add it to the thumbnail bar, partially fixes #545212
787 2008-08-04  Filippo Argiolas <filippo.argiolas@gmail.com>
789         * src/cheese-thumb-view.c,
790           src/cheese-window.c: 
791           Move thumbnail generation to its own thread. 
792           Display a loading icon while generating thumbnail.
793           Display a fallback icon if thumbnail generation fails.
794           Fixes #545151. Partially fixes #545212.
795           Fix a segfault in cheese-window while deleting both videos and
796           photos.
798 2008-08-04  Filippo Argiolas <filippo.argiolas@gmail.com>
800         * src/cheese-window.c: 
801           Delete files if move_to_trash fails. Support for Skip, Skip All,
802           Delete All to resemble common nautilus behavior. Fixes #545950
804 2008-08-02  Filippo Argiolas <filippo.argiolas@gmail.com>
806         * src/cheese-window.c: 
807           another uninitialized GError (see previous commit)
809 2008-08-02  Filippo Argiolas <filippo.argiolas@gmail.com>
811         * src/cheese-window.c: 
812           initialize error in move_file_to_trash to NULL, fixes #545997
814 2008-07-28  Filippo Argiolas <filippo.argiolas@gmail.com>
816         * src/cheese-webcam.c: 
817           add a videorate element to video_save_bin, fixes (partially?) #542014
819 2008-07-26  daniel g. siegel <dgsiegel@gmail.com>
821         * tools/cicl: 
822           add the cicl script to cheese, and try to gain the world domination with this first step
824 2008-07-23  Filippo Argiolas <filippo.argiolas@gmail.com>
826         * src/cheese-window.c: 
827           connect button_effects as a proxy widget for Effects ToggleAction so
828           they behave coherently. Fixes bug #539195
830 2008-07-22  Filippo Argiolas <filippo.argiolas@gmail.com>
832         * src/cheese-prefs-webcam-combo.c: 
833           Don't try to access selected_device->video_device if there is no
834           device. Fixes bug #544062
836 2008-07-21  daniel g. siegel <dgsiegel@gmail.com>
838         * configure.ac,
839           wscript: 
840           post release version bump
842 2008-07-21  daniel g. siegel <dgsiegel@gmail.com>
844         * AUTHORS,
845           NEWS: 
846           update NEWS and AUTHOR file
848 2008-07-08  daniel g. siegel <dgsiegel@gmail.com>
850         * wscript: 
851           bump waf requirements
853 2008-07-05  Filippo Argiolas <filippo.argiolas@gmail.com>
855         * AUTHORS,
856           configure.ac,
857           src/cheese-webcam.c:
858           Bump gstreamer requirements to 0.10.16.
859           Use gst_element_send_event to cleanly shutdown video recording.
860           Fixes #523475.
862 2008-07-05  Filippo Argiolas <filippo.argiolas@gmail.com>
864         * src/cheese.c: 
865           fixes cheese_print_handler, path string was being used after
866           unreferencing its owner (fileutil)
868 2008-06-28  daniel g. siegel <dgsiegel@gmail.com>
870         * src/cheese-fileutil.h: 
871           use ogv as default video extension, fixes bug #524021
873 2008-06-28  daniel g. siegel <dgsiegel@gmail.com>
875         * src/cheese-thumb-view.c: 
876           small syntax cleanup
878 2008-06-28  daniel g. siegel <dgsiegel@gmail.com>
880         * src/cheese-flash.c: 
881           remove a unused variable, which produced a warning
883 2008-06-23  Jaap Haitsma <jaap@haitsma.org>
885         * src/cheese.c,
886           src/cheese-prefs-webcam-combo.c,
887           src/cheese-webcam.c,
888           src/cheese-webcam.h,
889           src/cheese-window.c,
890           src/cheese-window.h: 
891           Make hal-device-id command line option work
892           Fixes bug #498023. Patch by zeiglerr at gmail dot com
894 2008-06-22  Marc-Andre Lureau  <marcandre.lureau@gmail.com>
896         * src/cheese-webcam.c: Removed include <X11/extensions/xf86vmode.h>
897         Fixes bug #539631.
899 2008-06-22  daniel g. siegel <dgsiegel@gmail.com>
901         * src/cheese-window.c: 
902           fix typo, which prevented hildon mode to compile cleanly
904 2008-06-19  daniel g. siegel <dgsiegel@gmail.com>
906         * AUTHORS,
907           data/cheese-prefs.glade,
908           data/cheese-prefs.ui,
909           src/Makefile.am,
910           src/cheese-prefs-dialog.c,
911           src/cheese-prefs-dialog.h,
912           src/cheese-prefs-webcam-combo.c,
913           src/cheese-prefs-webcam-combo.h,
914           src/cheese-webcam.c,
915           src/cheese-webcam.h,
916           src/cheese-window.c: 
917           allow to choose the webcam using the preference dialog, fixes bug #522200, courtesy of Ryan Zeigler
919 2008-06-19  Cosimo Cecchi  <cosimoc@gnome.org>
921         * src/cheese-countdown.c: (do_text):
922         * src/cheese-thumb-view.c: (cheese_thumb_view_fill):
923         * src/cheese-window.c: (cheese_window_cmd_save_as),
924         (cheese_window_cmd_move_file_to_trash),
925         (cheese_window_cmd_set_about_me_photo),
926         (cheese_window_countdown_picture_cb), (setup_camera):
927         Fix some gcc warnings. (#537490).
929 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
931         * configure.ac,
932           wscript: 
933           post release version bump
935 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
937         * NEWS: 
938           update NEWS
940 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
942         * Makefile.am,
943           autogen.sh,
944           configure.ac: 
945           use intltool > 0.40 for autotools
947 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
949         * NEWS: 
950           update NEWS file
952 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
954         * configure.ac,
955           wscript: 
956           release version bump
958 2008-06-08  Jaap Haitsma <jaap@haitsma.org>
960         * src/cheese-webcam.c,
961           src/cheese-webcam.h,
962           src/cheese-window.c: 
963           Instead of crashing report when certain gstreamer are not found. 
964           Fixes bug #522009. Patch by Todd Eisenberger
966 2008-06-07  daniel g. siegel <dgsiegel@gmail.com>
968         * src/cheese-window.c: 
969           fix a crash, when using about/quit menu items in hildon mode, fixes bug #535582, courtesy of Michael Terry
971 2008-06-02  daniel g. siegel <dgsiegel@gmail.com>
973         * NEWS: 
974           update NEWS file
976 2008-05-25  Jaap Haitsma <jaap@haitsma.org>
978         * AUTHORS: 
979           Add Alex and Thomas to the AUTHORS file
981 2008-05-25  Jaap Haitsma <jaap@haitsma.org>
983         * src/cheese-flash.c,
984           src/cheese-flash.h: 
985           Forgot to add cheese-flash.[ch] to SVN
987 2008-05-25  Jaap Haitsma <jaap@haitsma.org>
989         * wscript: 
990           Also remove xxf86vm from wscript
992 2008-05-25  Jaap Haitsma <jaap@haitsma.org>
994         * configure.ac,
995           src/cheese-flash.c,
996           src/cheese-flash.h,
997           src/cheese-webcam.c,
998           src/cheese-window.c,
999           src/Makefile.am: 
1000           Add new flash and remove changing gamma for simulating flash. The 
1001           new flash works best if you run a composited desktop. Patch by 
1002           Alex "weej" Jones and Thomas Perl. Fixes #526214
1004 2008-05-23  daniel g. siegel <dgsiegel@gmail.com>
1006         * src/cheese-fileutil.c: 
1007           fix segfault on startup if video or photo directory gconf setting is missing, fixes bug #534480, courtesy of Alexander Jones
1009 2008-05-18  Felix Kaser <f.kaser@gmx.net>
1011         * data/cheese.schemas.in,
1012           src/cheese.c,
1013           src/cheese-fileutil.c,
1014           src/cheese-fileutil.h,
1015           src/cheese-gconf.c,
1016           src/cheese-gconf.h,
1017           src/cheese-thumb-view.c,
1018           src/cheese-window.c: 
1019           Added support to set the video and photo path in gconf! First priority has gconf, if gconf setting is "" then use xdg, if xdg is "" as well, use "~/.gnome2/cheese/media"!
1021 2008-05-12  daniel g. siegel <dgsiegel@gmail.com>
1023         * configure.ac,
1024           wscript: 
1025           post release version bump
1027 2008-05-12  daniel g. siegel <dgsiegel@gmail.com>
1029         * po/POTFILES.in,
1030           po/POTFILES.skip: 
1031           add and remove some translatable files
1033 2008-05-12  daniel g. siegel <dgsiegel@gmail.com>
1035         * NEWS: 
1036           update the NEWS file
1038 2008-05-08  daniel g. siegel <dgsiegel@gmail.com>
1040         * configure.ac,
1041           data/cheese.glade,
1042           data/cheese.ui,
1043           data/icons/16x16/actions/Makefile.am,
1044           data/icons/16x16/actions/browse-webcam-effects.png,
1045           data/icons/16x16/actions/effects.png,
1046           data/icons/22x22/Makefile.am,
1047           data/icons/22x22/actions,
1048           data/icons/22x22/actions/Makefile.am,
1049           data/icons/22x22/actions/browse-webcam-effects.png,
1050           data/icons/24x24/Makefile.am,
1051           data/icons/24x24/actions,
1052           data/icons/24x24/actions/Makefile.am,
1053           data/icons/24x24/actions/browse-webcam-effects.png,
1054           data/icons/32x32/Makefile.am,
1055           data/icons/32x32/actions,
1056           data/icons/32x32/actions/Makefile.am,
1057           data/icons/32x32/actions/browse-webcam-effects.png,
1058           data/icons/48x48/Makefile.am,
1059           data/icons/48x48/actions,
1060           data/icons/48x48/actions/Makefile.am,
1061           data/icons/48x48/actions/browse-webcam-effects.png,
1062           data/icons/scalable/Makefile.am,
1063           data/icons/scalable/actions,
1064           data/icons/scalable/actions/Makefile.am,
1065           data/icons/scalable/actions/browse-webcam-effects.svg: 
1066           better effects icon, fixes bug #511369
1068 2008-05-02  daniel g. siegel <dgsiegel@gmail.com>
1070         * AUTHORS,
1071           src/cheese-fileutil.c,
1072           src/cheese-fileutil.h,
1073           src/cheese-thumb-view.c,
1074           src/cheese-window.c,
1075           src/cheese.c: 
1076           store photos and videos in xdg directories, fixes bug #509475, courtesy of Felix Kaser
1078 2008-05-02  daniel g. siegel <dgsiegel@gmail.com>
1080         * src/cheese-fileutil.h: 
1081           change the default video extension to .ogg until the mime types are supported properly on the gnome desktop
1083 2008-05-02  daniel g. siegel <dgsiegel@gmail.com>
1085         * src/cheese-window.c: 
1086           remove a useless variable
1088 2008-05-02  daniel g. siegel <dgsiegel@gmail.com>
1090         * data/cheese.glade,
1091           data/cheese.ui,
1092           src/cheese-window.c: 
1093           change the effects button to a toggle button, fixes bug #527870
1095 2008-04-27  daniel g. siegel <dgsiegel@gmail.com>
1097         * data/cheese-ui.xml,
1098           src/cheese-window.c: 
1099           added support for nautilus send to. this replaces "send by email" where
1101           available, fixes bug #528249, courtesy of Jose Dapena Paz
1103 2008-04-27  daniel g. siegel <dgsiegel@gmail.com>
1105         * src/cheese-fileutil.c: 
1106           name the files to the date, when they were created, fixes bug #525739
1108 2008-04-27  daniel g. siegel <dgsiegel@gmail.com>
1110         * data/cheese.schemas.in: 
1111           remove extraneous commas in strings, fixes bug #529445
1113 2008-04-26  Andrea Cimitan  <andrea.cimitan@gmail.com>
1115         * src/cheese-countdown.c (on_expose):
1116           the numbers are now aligned (increased size from 24 to 26)
1118 2008-04-26  daniel g. siegel <dgsiegel@gmail.com>
1120         * src/cheese-countdown.c: 
1121           second number on the countdown widget is 2 not 3
1123 2008-04-26  daniel g. siegel <dgsiegel@gmail.com>
1125         * src/cheese-countdown.c: 
1126           make the countdown numbers translatable the right way
1128 2008-04-26  daniel g. siegel <dgsiegel@gmail.com>
1130         * data/cheese-prefs.glade,
1131           data/cheese-prefs.ui: 
1132           "gtk-close" should not be translated, fixes bug #530026
1134 2008-04-26  Andrea Cimitan  <andrea.cimitan@gmail.com>
1136           * AUTHORS:
1137           * src/cheese-countdown.c (rgb_to_hls), (hls_to_rgb), (color_shade),
1138           (on_expose), (create_surface_from_svg), (on_style_set_cb):
1139           changed shading operations using a hls colorspace.
1140           drawing operation trough a cairo_pattern.
1141           added a border and a little highlight on it.
1143 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1145         * po/POTFILES.in,
1146           src/cheese-countdown.c: 
1147           make the 3 2 1 on the countdown widget translatable
1149 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1151         * src/cheese-countdown.c: 
1152           use fg[SELECTED] instead of text[SELECTED] for the countdown widget
1154 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1156         * src/cheese-window.c: 
1157           fix invalid free in cheese, fixes bug #529467, courtesy of Matthias Clasen
1159 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1161         * src/cheese-window.c: 
1162           take picture button is enabled outside gtk thread lock, fixes bug #529789, courtesy of Gary Lasker
1164 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1166         * data/pixmaps/camera-icon.svg,
1167           src/cheese-countdown.c: 
1168           use gtk theme colors for the countdown widget
1170 2008-04-22  daniel g. siegel <dgsiegel@gmail.com>
1172         * data/cheese.glade: 
1173           Don't display the toplevel window by default (it's shown explicitely
1174           in pure-Gtk+ mode); fixes superfluous window in Hildon mode,
1175           fixes bug #529276, courtesy of Loïc Minier
1177 2008-04-22  Loïc Minier  <lool@dooz.org>
1179         * data/cheese.ui:
1180           Don't display the toplevel window by default (it's shown explicitely
1181           in pure-Gtk+ mode); fixes superfluous window in Hildon mode.
1182           Fixes bug #529276.
1184 2008-04-21  daniel g. siegel <dgsiegel@gmail.com>
1186         * AUTHORS,
1187           data/cheese-prefs.glade,
1188           data/cheese-prefs.ui,
1189           data/cheese.schemas.in,
1190           data/cheese-ui.xml,
1191           data/Makefile.am,
1192           src/cheese-gconf.c,
1193           src/cheese-gconf.h,
1194           src/cheese-prefs-dialog.c,
1195           src/cheese-prefs-dialog.h,
1196           src/cheese-prefs-dialog-widgets.c,
1197           src/cheese-prefs-dialog-widgets.h,
1198           src/cheese-prefs-resolution-combo.c,
1199           src/cheese-prefs-resolution-combo.h,
1200           src/cheese-prefs-widget.c,
1201           src/cheese-prefs-widget.h,
1202           src/cheese-webcam.c,
1203           src/cheese-webcam.h,
1204           src/cheese-window.c,
1205           src/Makefile.am: 
1206           add a preferences dialog with basic resolution changing, partially fixes #522200, courtesy of James Liggett
1208 2008-04-21  daniel g. siegel <dgsiegel@gmail.com>
1210         * configure.ac,
1211           wscript: 
1212           post release version bump
1214 2008-04-21  daniel g. siegel <dgsiegel@gmail.com>
1216         * NEWS: 
1217           update the NEWS file
1219 2008-04-21  daniel g. siegel <dgsiegel@gmail.com>
1221         * configure.ac,
1222           wscript: 
1223           version bump
1225 2008-04-19  daniel g. siegel <dgsiegel@gmail.com>
1227         * src/cheese-webcam.c: 
1228           when running without a webcam, the video_source element _could_ be NULL
1230 2008-04-19  daniel g. siegel <dgsiegel@gmail.com>
1232         * AUTHORS,
1233           src/cheese-thumb-view.c: 
1234           fix regression of DnD, courtesy of Cosimo Cecchi, fixes bug #526398
1236 2008-04-19  daniel g. siegel <dgsiegel@gmail.com>
1238         * src/cheese-fileutil.h: 
1239           the default theora file extension is .gov, fixes bug #524021
1241 2008-04-19  Jaap Haitsma <jaap@haitsma.org>
1243         * src/cheese.c: 
1244           Add comment that gnome_vfs_init is still needed as long as we use 
1245           gnome_thumbnail functions. Fixes #522189
1247 2008-04-18  daniel g. siegel <dgsiegel@gmail.com>
1249         * src/cheese-window.c: 
1250           cheese crashed, when a file was deleted twice
1252 2008-04-18  daniel g. siegel <dgsiegel@gmail.com>
1254         * wscript: 
1255           add the APPNAME_DATA_DIR variable to waf
1257 2008-04-13  daniel g. siegel <dgsiegel@gmail.com>
1259         * data/wscript_build: 
1260           install effects.png with waf too
1262 2008-04-13  daniel g. siegel <dgsiegel@gmail.com>
1264         * AUTHORS,
1265           configure.ac,
1266           data/cheese.glade,
1267           data/cheese.ui,
1268           data/icons/16x16/actions,
1269           data/icons/16x16/actions/effects.png,
1270           data/icons/16x16/actions/Makefile.am,
1271           data/icons/16x16/Makefile.am,
1272           src/cheese.c,
1273           src/Makefile.am: 
1274           better effects icon, fixes bug #511369, courtesy of baptiste mille-mathias
1276 2008-04-12  Jaap Haitsma <jaap@haitsma.org>
1278         * help/wscript_build,
1279           po/wscript_build,
1280           src/wscript_build,
1281           waf,
1282           wscript: 
1283           Update to waf from SVN and finally process help files :-)
1285 2008-04-12  daniel g. siegel <dgsiegel@gmail.com>
1287         * data/cheese.glade,
1288           data/cheese.ui,
1289           src/cheese-window.c: 
1290           Buttons and menu items should use Title Case
1292 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1294         * src/Makefile.am: 
1295           fix the mix-up with the filenames of cheese-no-camera.c/.h in Makefile.am, courtesy of James Liggett
1297 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1299         * README: 
1300           add the new cheese description to the README
1302 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1304         * src/cheese-thumb-view.c: 
1305           cheese did not choose the right thumbnails for already taken pictures, fixes bug #524814
1307 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1309         * data/cheese.desktop.in.in,
1310           src/cheese.c,
1311           src/cheese-window.c: 
1312           use new cheese description, fixes bug #512091
1314 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1316         * AUTHORS,
1317           data/cheese.glade,
1318           data/cheese.ui,
1319           src/cheese-no-camera.c,
1320           src/cheese-no-camera.h,
1321           src/cheese-window.c,
1322           src/gedit-message-area.c,
1323           src/gedit-message-area.h,
1324           src/Makefile.am: 
1325           add the gedit warning box when no camera is found, fixes bug #511945, courtesy of sebastian keller
1327 2008-03-20  daniel g. siegel <dgsiegel@gmail.com>
1329         * data/cheese.schemas.in: 
1330           show the countdown widget by default
1332 2008-03-19  daniel g. siegel <dgsiegel@gmail.com>
1334         * src/cheese-window.c: 
1335           do not allow to take pictures, while the webcam is initialising, fixes bug #523121
1337 2008-03-17  daniel g. siegel <dgsiegel@gmail.com>
1339         * src/cheese-webcam.c: 
1340           set the max waiting time for detecting a camera to 10 seconds, fixes bug #520394
1342 2008-03-14  Jaap Haitsma <jaap@haitsma.org>
1344         * configure.ac,
1345           src/cheese-fileutil.c,
1346           src/cheese-thumb-view.c,
1347           src/cheese-window.c,
1348           src/Makefile.am: 
1349           Add a patch of Matthew Garret <mjg59-gnomebugzilla@40srcf.ucam.org>
1350           to add support for building cheese on the hildon desktop. Fixes 
1351           bug #519548
1353 2008-03-14  daniel g. siegel <dgsiegel@gmail.com>
1355         * data/cheese.desktop.in.in: 
1356           add cheese to sound & video in the application menu, fixes bug #519846
1358 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1360         * src/cheese-webcam.c: 
1361           cheese crashes if getting information from a webcam fails, courtesy of Sjoerd Simons, fixes bug #522197
1363 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1365         * src/cheese-webcam.c,
1366           src/cheese-webcam.h,
1367           src/cheese-window.c: 
1368           cheese doesn't open the webcam device set in gconf, courtesy of Sjoerd Simons, fixes bug #522198
1370 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1372         * configure.ac,
1373           README: 
1374           cheese does not list its gnome-vfs dependency, fixes bug #522152, courtesy of Alex Rostovtsev
1376 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1378         * src/cheese-webcam.c: 
1379           cheese crashes while initializing webcam, does strcmp on NULL, fixes bug #522143, courtesy of Alex Rostovtsev
1381 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1383         * data/cheese-ui.xml,
1384           src/cheese-window.c: 
1385           add menu entry for countdown, fixes bug #511160
1387 2008-03-12  daniel g. siegel <dgsiegel@gmail.com>
1389         * NEWS: 
1390           reformat the NEWS file
1392 2008-03-11  daniel g. siegel <dgsiegel@gmail.com>
1394         * configure.ac,
1395           wscript: 
1396           post release version bump
1398 2008-03-10  daniel g. siegel <dgsiegel@gmail.com>
1400         * help/Makefile.am: 
1401           image in doc is JPG not PNG
1403 2008-03-10  daniel g. siegel <dgsiegel@gmail.com>
1405         * configure.ac,
1406           wscript: 
1407           bump the version to 2.22
1409 2008-03-10  daniel g. siegel <dgsiegel@gmail.com>
1411         * NEWS: 
1412           update NEWS file
1414 2008-03-10  daniel g. siegel <dgsiegel@gmail.com>
1416         * help/C/cheese.xml,
1417           help/C/figures/cheese-effects-screenshot.jpg,
1418           help/C/figures/cheese-effects-screenshot.png,
1419           help/C/figures/cheese-screenshot.jpg: 
1420           update the screenshots as they were outdated
1422 2008-03-04  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1424         * po/POTFILES.skip: Add data/cheese.glade, since it is
1425         not used anymore (why is it still in SVN?)
1427 2008-03-02  Jaap Haitsma <jaap@haitsma.org>
1429         * configure.ac,
1430           src/cheese-fileutil.c,
1431           src/cheese-thumb-view.c,
1432           src/cheese-window.c,
1433           src/Makefile.am: 
1434           Revert hildon support patch (commit 545). It adds new strings and 
1435           we are in string freeze
1437 2008-03-02  Jaap Haitsma <jaap@haitsma.org>
1439         * configure.ac,
1440           src/cheese-fileutil.c,
1441           src/cheese-thumb-view.c,
1442           src/cheese-window.c,
1443           src/Makefile.am: 
1444           Add a patch of Matthew Garret <mjg59-gnomebugzilla@40srcf.ucam.org>
1445           to add support for building cheese on the hildon desktop. Fixes 
1446           bug #519548
1448 2008-03-02  daniel g. siegel <dgsiegel@gmail.com>
1450         * src/cheese-window.c: 
1451           menu entries for take a photo and recording never switched, fixes bug #516745
1453 2008-03-02  daniel g. siegel <dgsiegel@gmail.com>
1455         * src/cheese-thumb-view.c: 
1456           select a thumb near the deleted item, fixes bug #505442
1458 2008-02-28  Jaap Haitsma <jaap@haitsma.org>
1460         * src/cheese.c,
1461           src/cheese-countdown.c,
1462           src/cheese-effect-chooser.c,
1463           src/cheese-effect-chooser.h,
1464           src/cheese-thumb-view.c,
1465           src/cheese-thumb-view.h,
1466           src/cheese-webcam.c,
1467           src/cheese-webcam.h,
1468           src/cheese-window.c,
1469           src/gst-audio-play.h: 
1470           Identation fixes of Daniel whos internet connection at home has been cut
1472 2008-02-27  Jaap Haitsma <jaap@haitsma.org>
1474         * src/cheese-effect-chooser.h: 
1475           Make sure we have the right prototype definition. Fixes bug #519030
1477 2008-02-27  Jaap Haitsma <jaap@haitsma.org>
1479         * po/POTFILES.in: 
1480           Make sure that .ui file gets localized
1482 2008-02-27  Jaap Haitsma <jaap@haitsma.org>
1484         * configure.ac: 
1485           Don't compile with -Werror
1487 2008-02-26  daniel g. siegel <dgsiegel@gmail.com>
1489         * po/POTFILES.in: 
1490           as we dont use glade anymore, we dont need it in POTFILES.in
1492 2008-02-25  daniel g. siegel <dgsiegel@gmail.com>
1494         * NEWS: 
1495           update NEWS file
1497 2008-02-24  Jaap Haitsma <jaap@haitsma.org>
1499         * MAINTAINERS: 
1500           Add myself to maintainers file
1502 2008-02-19  daniel g. siegel <dgsiegel@gmail.com>
1504         * src/cheese-window.c: 
1505           make use of the gconf countdown setting and show or hide the countdown depending on that
1507 2008-02-19  daniel g. siegel <dgsiegel@gmail.com>
1509         * data/wscript_build,
1510           wscript: 
1511           make waf work again with cheese.desktop.in.in
1513 2008-02-17  Jaap Haitsma <jaap@haitsma.org>
1515         * configure.ac,
1516           data/cheese.ui,
1517           data/Makefile.am,
1518           data/wscript_build,
1519           README,
1520           src/cheese-thumb-view.c,
1521           src/cheese-window.c,
1522           wscript: 
1523           Drop libglade and use GtkBuilder instead. Yay one dependency less again
1525 2008-02-15  Jaap Haitsma <jaap@haitsma.org>
1527         * src/cheese-window.c: 
1528           Put gtk calls in critical section in thread
1529           Fixes bug #516697. Patch by Mathias Clasen <mclasen@redhat.com>
1531 2008-02-12  daniel g. siegel <dgsiegel@gmail.com>
1533         * configure.ac,
1534           wscript: 
1535           bump version to 2.21.92
1537 2008-02-12  daniel g. siegel <dgsiegel@gmail.com>
1539         * configure.ac,
1540           src/cheese-window.c,
1541           wscript: 
1542           revert rev #491 as glib 2.15.5 was released
1544 2008-02-11  daniel g. siegel <dgsiegel@gmail.com>
1546         * NEWS: 
1547           update NEWS file
1549 2008-02-09  daniel g. siegel <dgsiegel@gmail.com>
1551         * AUTHORS,
1552           NEWS,
1553           README: 
1554           update NEWS, AUTHORS and README
1556 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1558         * configure.ac,
1559           wscript: 
1560           We jumped the gun. Set version to 2.21.91 again
1562 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1564         * configure.ac,
1565           wscript: 
1566           Post release bump to 2.21.92
1568 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1570         * help/C/cheese.xml: 
1571           Correct xml error in manual. I'm starting to like
1572           make distcheck
1574 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1576         * po/POTFILES.skip: 
1577           Add POTFILES.skip to please make distcheck
1579 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1581         * configure.ac,
1582           src/cheese-window.c,
1583           wscript: 
1584           Use xdg-open instead of g_app_info_launch_default_for_uri because for
1585           that gtk 2.16 is necessary. Bump back glib requirement to 2.15.4
1587 2008-02-07  Jaap Haitsma <jaap@haitsma.org>
1589         * configure.ac,
1590           data/cheese.desktop.in.in,
1591           data/Makefile.am: 
1592           Install bugreport script in libexec instead of lib
1593           Fixes bug #514833
1595 2008-02-04  daniel g. siegel <dgsiegel@gmail.com>
1597         * src/cheese.c,
1598           src/cheese-countdown.h,
1599           src/cheese-effect-chooser.c,
1600           src/cheese-effect-chooser.h,
1601           src/cheese-fileutil.c,
1602           src/cheese-fileutil.h,
1603           src/cheese-gconf.c,
1604           src/cheese-gconf.h,
1605           src/cheese-thumb-view.c,
1606           src/cheese-thumb-view.h,
1607           src/cheese-webcam.c,
1608           src/cheese-webcam.h,
1609           src/cheese-window.c,
1610           src/cheese-window.h,
1611           wscript: 
1612           update copyright to 2008 
1614 2008-02-03  Tommi Vainikainen  <thv@iki.fi>
1616         * src/cheese-effect-chooser.c (cheese_cairo_draw_card): Re-apply
1617         effect names gettext call as per discussions with daniel g. siegel.
1619         * src/cheese-window.c, src/cheese-countdown.h,
1620         src/cheese-countdown.c: Pressing 'Esc' cancels countdown/stop video
1621         recording.
1622         * src/, help/, data/: Updated svn:ignore property for each dir to
1623         include autogenerated files.
1625 2008-02-03  Jaap Haitsma <jaap@haitsma.org>
1627         * src/cheese-window.c: 
1628           Simplify launching of help by using g_app_info_launch_default_for_uri
1630 2008-02-03  daniel g. siegel <dgsiegel@gmail.com>
1632         * src/cheese-effect-chooser.c: 
1633           undoing r467. effect names are already translated
1635 2008-02-03  Jaap Haitsma <jaap@haitsma.org>
1637         * configure.ac,
1638           wscript: 
1639           Bump glib and gio requirement to 2.15.5
1641 2008-02-02  Jaap Haitsma <jaap@haitsma.org>
1643         * src/cheese-window.c: 
1644           Use g_app_info_launch_default_for_uri for opening links and files.
1645           Improve error messages
1647 2008-02-02  Tommi Vainikainen  <thv@iki.fi>
1649         * src/cheese-effect-chooser.c: Use translations for effect names.
1651 2008-02-02  Jaap Haitsma <jaap@haitsma.org>
1653         * src/cheese.c: 
1654           Call gnome_vfs_init again because GnomeThumbnail uses gnome_vfs
1656 2008-02-01  Jaap Haitsma <jaap@haitsma.org>
1658         * src/cheese-thumb-view.c: 
1659           Make sure that filename variable is set before printing it
1660           Fixes bug #513573. Patch by Simon Holm Thogersen <odie@cs.aau.dk> and 
1661           Luca Ferretti <elle.uca@libero.it>
1663 2008-01-31  Jaap Haitsma <jaap@haitsma.org>
1665         * configure.ac,
1666           src/cheese.c,
1667           src/eog-thumbnail.c,
1668           src/eog-thumbnail.h,
1669           wscript: 
1670           Now all gnome-vfs calls in cheese have been replaced by gio
1672 2008-01-30  Jaap Haitsma <jaap@haitsma.org>
1674         * src/cheese-thumb-view.c: 
1675           Use GIO instead of gnome-vfs in cheese-thumb-view.c
1677 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1679         * configure.ac,
1680           wscript: 
1681           bump version number to 2.21.91
1683 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1685         * NEWS: 
1686           update NEWS file
1688 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1690         * configure.ac,
1691           wscript: 
1692           prepare for the emergency release 2.21.90.1
1694 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1696         * AUTHORS,
1697           data/effects/dicetv.png,
1698           data/effects/edgetv.png,
1699           data/effects/Hulk.png,
1700           data/effects/identity.png,
1701           data/effects/Mauve.png,
1702           data/effects/NoirBlanc.png,
1703           data/effects/Saturation.png,
1704           data/effects/shagadelictv.png,
1705           data/effects/vertigotv.png,
1706           data/effects/videoflip_h.png,
1707           data/effects/videoflip_v.png,
1708           data/effects/warptv.png,
1709           src/cheese-effect-chooser.c: 
1710           add the right icons by Lapo Calamandrei and Or Dvory
1712 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1714         * data/Makefile.am: 
1715           the bugreport script didnt get copied on make dist
1717 2008-01-28  daniel g. siegel <dgsiegel@gmail.com>
1719         * AUTHORS,
1720           NEWS: 
1721           forgot to update NEWS and AUTHORS
1723 2008-01-28  daniel g. siegel <dgsiegel@gmail.com>
1725         * configure.ac,
1726           wscript: 
1727           bump version to 2.21.91
1729 2008-01-28  daniel g. siegel <dgsiegel@gmail.com>
1731         * AUTHORS,
1732           data/effects/dicetv.png,
1733           data/effects/edgetv.png,
1734           data/effects/Hulk.png,
1735           data/effects/identity.png,
1736           data/effects/Mauve.png,
1737           data/effects/NoirBlanc.png,
1738           data/effects/Saturation.png,
1739           data/effects/shagadelictv.png,
1740           data/effects/vertigotv.png,
1741           data/effects/videoflip_h.png,
1742           data/effects/videoflip_v.png,
1743           data/effects/warptv.png: 
1744           new effect images by Lapo Calamandrei and gidesa
1746 2008-01-27  daniel g. siegel <dgsiegel@gmail.com>
1748         * data/wscript_build: 
1749           waf support for the bug report script
1751 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1753         * src/cheese-window.c: 
1754           Remove gnome-vfs completely from cheese-window.c
1756 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1758         * src/cheese-window.c: 
1759           Use gio instead of gnome-vfs for file copy
1761 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1763         * src/cheese-window.c: 
1764           Make Save dialog title localizable
1766 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1768         * src/cheese-window.c: 
1769           Don't use gnome-vfs for opening links in about dialog
1771 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1773         * configure.ac,
1774           data/cheese-bugreport.sh,
1775           data/cheese.desktop.in.in,
1776           data/Makefile.am,
1777           src/cheese.c,
1778           src/cheese-fileutil.c,
1779           src/cheese-fileutil.h: 
1780           Write logging to file ~/.gnome2/cheese/log and send this along in 
1781           bug-buddy reports. Patch by <ruledbyfaith@gmail.com>. Fixes 
1782           http://code.google.com/p/google-highly-open-participation-gnome/issues/detail?id=108 
1783           and bug #510270
1785 2008-01-22  Jaap Haitsma <jaap@haitsma.org>
1787         * src/cheese-window.c: 
1788           Also unref gconf object
1790 2008-01-22  Jaap Haitsma <jaap@haitsma.org>
1792         * src/cheese-countdown.c,
1793           src/cheese-fileutil.c,
1794           src/cheese-thumb-view.c,
1795           src/cheese-webcam.c,
1796           src/cheese-window.c: 
1797           Plug some leaks. Apply patches of Mauro <mukadr@gmail.com>
1798           of GHOP project. Bug #505441
1800 2008-01-22  Jaap Haitsma <jaap@haitsma.org>
1802         * src/cheese.c,
1803           src/cheese-webcam.c,
1804           src/cheese-window.c: 
1805           Run webcam detection in background thread. Fixes bug #505553.
1806           Patch by Steve Magoun <steve.magoun@canonical.com>
1808 2008-01-18  Jaap Haitsma <jaap@haitsma.org>
1810         * data/wscript_build: 
1811           Use more elegant way to obtain version
1813 2008-01-18  Jaap Haitsma <jaap@haitsma.org>
1815         * data/wscript_build,
1816           wscript: 
1817           Process desktop.in.in with waf
1819 2008-01-17  daniel g. siegel <dgsiegel@gmail.com>
1821         * wscript: 
1822           add gio support to waf
1824 2008-01-17  Luca Ferretti  <elle.uca@libero.it>
1826         * configure.ac:
1827         Check for gio-2.0 and update glib required to 2.15.2.
1828         
1829         * src/cheese-fileutil.c: (cheese_fileutil_get_media_path):
1830         Use G_DIR_SEPARATOR_S, not "/".
1831         
1832         * src/cheese-window.c: (cheese_window_cmd_move_file_to_trash),
1833         (cheese_window_move_all_media_to_trash),
1834         (cheese_window_move_media_to_trash):
1835         Uso GIO g_file_trash() to trash files, change
1836         cheese_window_cmd_move_file_to_trash() second argument to GList (the
1837         list of files to trash) plus mimor stuff. See bug #509327 comment 3.
1839 2008-01-16  Jaap Haitsma <jaap@haitsma.org>
1841         * help/C/cheese.xml,
1842           help/C/figures/cheese-effects-screenshot.png,
1843           help/Makefile.am: 
1844           Update to new manual provided by Joshua Henderson as part of GHOP
1846 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1848         * src/cheese-webcam.c: 
1849           remove the queue-size=2, this should fix bug #507416 - iSight camera does not work in gstreamer
1851 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1853         * configure.ac,
1854           wscript: 
1855           bump the version to 2.21.90
1857 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1859         * data/sounds/Makefile.am: 
1860           one shutter sound was excluded in autotools
1862 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1864         * AUTHORS,
1865           data/sounds/Makefile.am,
1866           NEWS,
1867           README: 
1868           populating release notes
1870 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1872         * data/sounds/shutter1.ogg,
1873           data/sounds/shutter2.ogg,
1874           data/sounds/shutter3.ogg,
1875           data/sounds/shutter4.ogg,
1876           src/cheese-window.c: 
1877           small cleanup
1879 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1881         * configure.ac,
1882           wscript: 
1883           bump version to 2.21.5
1885 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1887         * configure.ac,
1888           data/cheese.glade,
1889           data/pixmaps/camera-icon.svg,
1890           data/pixmaps/Makefile.am,
1891           data/wscript_build,
1892           src/cheese-countdown.c,
1893           src/cheese-countdown.h,
1894           src/cheese-window.c,
1895           src/Makefile.am,
1896           src/wscript_build,
1897           wscript: 
1898           add the stylish countdown widget by Mirco "MacSlow" Müller. the patch 
1899           was provided by Patryk Zawadzki
1901 2008-01-13  Luca Ferretti  <elle.uca@libero.it>
1903         reviewed by: Daniel G. Siegel and Jaap A. Haitsma
1905         * configure.ac:
1906         * data/cheese.desktop.in:
1907         * data/cheese.desktop.in.in:
1908         Add X-GNOME-Bugzilla-* keys and validate .desktop file.
1909         Fix bug #508910 when waf will be able to generate .in from .in.in
1911 2008-01-13  daniel g. siegel <dgsiegel@gmail.com>
1913         * waf: 
1914           update to waf 1.3.1
1916 2008-01-12  Jaap Haitsma <jaap@haitsma.org>
1918         * src/cheese-webcam.c: 
1919           v4lsrc does not have a queue-size property. Only set queue-size when 
1920           we have a v4l2src. Probably fixes #508912
1922 2008-01-11  daniel g. siegel <dgsiegel@gmail.com>
1924         * data/effects/videoflip_h.png,
1925           data/effects/videoflip_v.png,
1926           src/cheese-webcam.c: 
1927           vertical and horizontal flip options were
1928           switched (again). patch by Steve Magoun
1930 2008-01-10  daniel g. siegel <dgsiegel@gmail.com>
1932         * README: 
1933           the latest gst-good package is 0.10.6
1935 2008-01-05  Jaap Haitsma <jaap@haitsma.org>
1937         * src/cheese-window.c,
1938           src/gst-audio-play.c,
1939           src/gst-audio-play.h,
1940           src/gst-player.c,
1941           src/gst-player.h,
1942           src/Makefile.am: 
1943           Rename gst-player to gst-audio-play as that seems more appropriate
1944           Update Makefile.am
1946 2008-01-05  daniel g. siegel <dgsiegel@gmail.com>
1948         * src/cheese-audio-play.c,
1949           src/cheese-audio-play.h,
1950           src/cheese-window.c,
1951           src/gst-player.c,
1952           src/gst-player.h,
1953           wscript: 
1954           use the gst-player by Mathias Hasselman for playing the shutter sound
1956 2008-01-05  Jaap Haitsma <jaap@haitsma.org>
1958         * configure.ac,
1959           wscript: 
1960           Oops we forgot the post release bump. Bumped version to 0.4.0
1962 2008-01-05  Jaap Haitsma <jaap@haitsma.org>
1964         * src/cheese-webcam.c: 
1965           Force queue-size=2 to make cheese work for some cameras which in
1966           gst-plugins-good 0.10.6 have a bug and queue-size is set to 0. 
1967           This is fixed in gstreamer CVS already, but no release has been made
1968           yet. This patch fixes cheese bug #503503
1970 2008-01-04  Jaap Haitsma <jaap@haitsma.org>
1972         * src/cheese-webcam.c: 
1973           Color forcing not needed anymore. This has been fixed in gstreamer
1974           http://webcvs.freedesktop.org/gstreamer/gst-plugins-base/sys/v4l/gstv4lsrc.c?revision=1.107&view=markup
1976 2008-01-04  Jaap Haitsma <jaap@haitsma.org>
1978         * src/cheese-window.c: 
1979           Do not crash when Trash directory is not present.
1980           Fixes bug #507071
1982 2007-12-29  Jaap Haitsma <jaap@haitsma.org>
1984         * configure.ac,
1985           src/cheese-audio-play.c,
1986           src/cheese.c,
1987           src/cheese-effect-chooser.c,
1988           src/cheese-fileutil.c,
1989           src/cheese-gconf.c,
1990           src/cheese-thumb-view.c,
1991           src/cheese-webcam.c,
1992           src/cheese-window.c,
1993           src/eog-thumbnail.c,
1994           wscript: 
1995           Make cheese build against uninstalled gstreamer
1996           Fixes bug #479259. Patch by Tim Philip Muller 
1998 2007-12-27  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
2000         * AUTHORS: Added Rodrigo Flores (Brazilian Portuguese translation).
2002 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2004         * NEWS: 
2005           add the latest news
2007 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2009         * src/cheese-audio-play.c: 
2010           add a "/" to find the real shutter files
2012 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2014         * src/cheese-audio-play.c,
2015           src/cheese-window.c: 
2016           use a playbin instead of a hackish pipeline. thanks jaap for the hint
2018 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2020         * src/cheese-thumb-view.c: 
2021           sort the thumbnail chronologically/alphabetically
2023 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2025         * data/sounds/Makefile.am,
2026           data/sounds/shutter1.ogg,
2027           data/sounds/shutter2.ogg,
2028           data/sounds/shutter3.ogg,
2029           src/cheese-audio-play.c,
2030           src/cheese-audio-play.h,
2031           src/cheese-window.c,
2032           src/Makefile.am: 
2033           add more shutter sounds
2035 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2037         * configure.ac,
2038           src/cheese-gconf.c,
2039           src/cheese-window.c: 
2040           fix some autofoo issues
2042 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2044         * data/Makefile.am,
2045           data/sounds,
2046           data/sounds/Makefile.am,
2047           data/sounds/shutter0.ogg,
2048           data/wscript_build,
2049           src/cheese-window.c: 
2050           add a shutter sound, when taking a photo
2052 2007-12-23  Benjamin Berg  <benjamin@sipsolutions.net>
2054         * wscript:
2055           Add -g to the CCFLAGS in maintainer mode
2057 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2059         * src/cheese-gconf.c: 
2060           fix segfault, when no effects were chosen
2062 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2064         * src/cheese.c: 
2065           the print handler shouldnt print an additional newline
2067 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2069         * AUTHORS,
2070           po/README.translators,
2071           README,
2072           TODO,
2073           wscript: 
2074           fix bug #498609 - authors and credit
2075           furtherone update the other info files
2077 2007-12-19  daniel g. siegel <dgsiegel@gmail.com>
2079         * src/cheese-window.c: 
2080           small indentation tango
2082 2007-12-19  daniel g. siegel <dgsiegel@gmail.com>
2084         * src/cheese-window.c: 
2085           synchronize the toggle buttons and the radio buttons in the menu, but this patch is pure crap!
2087 2007-12-18  daniel g. siegel <dgsiegel@gmail.com>
2089         * src/cheese-webcam.c: 
2090           cheese wont compile if string.h isnt included in cheese-webcam.c
2092 2007-12-18  daniel g. siegel <dgsiegel@gmail.com>
2094         * wscript: 
2095           -Wall was never added to the CCFLAGS. adding -Werror if maintainer mode is enabled
2097 2007-12-18  daniel g. siegel <dgsiegel@gmail.com>
2099         * src/cheese.c: 
2100           add a hidden hal-device command line option
2102 2007-12-18  daniel g. siegel <dgsiegel@gmail.com>
2104         * src/cheese.c: 
2105           add --verbose command line option, fixes bug #499399 - Add --verbose option
2107 2007-12-16  Jaap Haitsma <jaap@haitsma.org>
2109         * src/cheese-gconf.h,
2110           src/cheese-webcam.c,
2111           src/cheese-webcam.h,
2112           src/cheese-window.c: 
2113           Read webcam device from gconf and use it in cheese-webcam.c
2114           Now we still need a preference dialog
2116 2007-12-14  daniel g. siegel <dgsiegel@gmail.com>
2118         * src/cheese.c: 
2119           add a basic print handler
2121 2007-12-14  daniel g. siegel <dgsiegel@gmail.com>
2123         * data/cheese.schemas.in,
2124           src/cheese-effect-chooser.c,
2125           src/cheese-effect-chooser.h,
2126           src/cheese-gconf.c,
2127           src/cheese-gconf.h,
2128           src/cheese-window.c: 
2129           store the selected effects in gconf, fixes bug #488834
2131 2007-12-13  daniel g. siegel <dgsiegel@gmail.com>
2133         * data/cheese-ui.xml,
2134           src/cheese-window.c: 
2135           use radio buttons in the menu to change between photo and video mode
2137 2007-12-13  daniel g. siegel <dgsiegel@gmail.com>
2139         * data/cheese-ui.xml,
2140           src/cheese-window.c: 
2141           from now on, you can record videos from the menu
2143 2007-12-13  daniel g. siegel <dgsiegel@gmail.com>
2145         * data/cheese-ui.xml,
2146           src/cheese-window.c: 
2147           use a toggle instead of two menu entries for the effects chooser
2149 2007-12-12  daniel g. siegel <dgsiegel@gmail.com>
2151         * src/cheese-effect-chooser.c: 
2152           make the effect chooser look a bit nicer
2154 2007-12-12  daniel g. siegel <dgsiegel@gmail.com>
2156         * data/cheese-ui.xml,
2157           src/cheese-window.c: 
2158           provide access to the effect chooser using the menu
2160 2007-12-08  Jaap Haitsma <jaap@haitsma.org>
2162         * configure.ac,
2163           data/Makefile.am,
2164           data/pixmaps,
2165           data/pixmaps/Makefile.am,
2166           data/pixmaps/thumbnail-frame.png,
2167           data/wscript_build,
2168           src/cheese-thumb-view.c,
2169           src/eog-thumbnail.c,
2170           src/eog-thumbnail.h,
2171           src/eog-thumb-shadow.c,
2172           src/eog-thumb-shadow.h,
2173           src/Makefile.am: 
2174           Give thumbnails frame like in nautilus and eog
2175           Fixes bug #500819 Patch by  Diego Escalante Urrelo <diegoe@gnome.org>
2177 2007-12-06  Jaap Haitsma <jaap@haitsma.org>
2179         * src/cheese-webcam.c: 
2180           Only use raw video formats. Fixes bug #502174. 
2181           Patch by Tim Philipp Muller <tim at centricular dot net>
2183 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
2185         * src/cheese-window.c: (cheese_window_cmd_set_about_me_photo):
2186           fix compiler warning on ubuntu gutsy.
2188 2007-12-05  daniel g. siegel <dgsiegel@gmail.com>
2190         * src/cheese-window.c: 
2191           use "move all to trash" instead of "remove all media"
2193 2007-12-04  daniel g. siegel <dgsiegel@gmail.com>
2195         * src/cheese-window.c: 
2196           remove the trash icon from "remove all media"
2198 2007-12-04  Jaap Haitsma <jaap@haitsma.org>
2200         * configure.ac,
2201           data/cheese-ui.xml,
2202           help,
2203           help/C,
2204           help/C/cheese.xml,
2205           help/C/figures,
2206           help/C/figures/cheese-screenshot.jpg,
2207           help/ChangeLog,
2208           help/cheese.omf.in,
2209           help/C/legal.xml,
2210           help/Makefile.am,
2211           Makefile.am,
2212           src/cheese-window.c: 
2213           Add boilerplate for manual in cheese. Still need to add waf support.
2214           Going to add that now
2217 2007-12-03  daniel g. siegel <dgsiegel@gmail.com>
2219         * src/cheese-window.c: 
2220           the "take a photo" button text should be bold
2222 2007-12-03  daniel g. siegel <dgsiegel@gmail.com>
2224         * data/cheese-ui.xml,
2225           src/cheese-window.c: 
2226           add a "remove all media" option
2228 2007-12-02  Jaap Haitsma <jaap@haitsma.org>
2230         * src/cheese-window.c: 
2231           Give website a label in about dialog
2233 2007-12-02  daniel g. siegel <dgsiegel@gmail.com>
2235         * src/cheese-window.c: 
2236           translate menu items created by gtkuimanager,
2237           fixes bug #500821 - Menus are not translated
2239 2007-12-02  Jaap Haitsma <jaap@haitsma.org>
2241         * src/Makefile.am: 
2242           Add ephy-spinner.[ch] 
2244 2007-12-02  Jaap Haitsma <jaap@haitsma.org>
2246         * data/wscript_build,
2247           po/wscript_build,
2248           waf,
2249           wscript: 
2250           Update to waf from svn
2251           Do translations via intltool module of waf
2253 2007-12-01  daniel g. siegel <dgsiegel@gmail.com>
2255         * data/cheese.glade,
2256           src/cheese-window.c,
2257           src/ephy-spinner.c,
2258           src/ephy-spinner.h: 
2259           use a throbber, when the camera is loading
2261 2007-12-01  daniel g. siegel <dgsiegel@gmail.com>
2263         * data/cheese.schemas.in,
2264           src/cheese-gconf.c,
2265           src/cheese-gconf.h: 
2266           we dont want to store our media-path in gconf
2268 2007-11-29  daniel g. siegel <dgsiegel@gmail.com>
2270         * data/cheese.desktop.in,
2271           data/cheese.glade,
2272           po/de.po,
2273           src/cheese-window.c: 
2274           update translations and a bit the german one
2276 2007-11-29  Jaap Haitsma <jaap@haitsma.org>
2278         * waf: 
2279           Update to waf from svn to process *.po files correctly
2281 2007-11-28  daniel g. siegel <dgsiegel@gmail.com>
2283         * data/cheese.schemas.in,
2284           wscript: 
2285           clean up and indent correctly, spring-cleaning
2287 2007-11-28  daniel g. siegel <dgsiegel@gmail.com>
2289         * waf: 
2290           fresh waf from svn: translate desktop and schema file correctly
2292 2007-11-28  daniel g. siegel <dgsiegel@gmail.com>
2294         * src/cheese-window.c: 
2295           me stupid, undone stuff was commited. sorry!
2297 2007-11-28  daniel g. siegel <dgsiegel@gmail.com>
2299         * src/cheese-window.c: 
2300           use the real link to the cheese homepage
2302 2007-11-26  Jaap Haitsma <jaap@haitsma.org>
2304         * src/cheese-window.c: 
2305           Remove commented code
2306           Make links on about dialog clickable. Fixes bug #499425
2308 2007-11-26  daniel g. siegel <dgsiegel@gmail.com>
2310         * src/cheese-window.c: 
2311           the about window should point to the right homepage
2313 2007-11-25  daniel g. siegel <dgsiegel@gmail.com>
2315         * waf: 
2316           update waf to svn: prints warning if you install
2317           cheese to a destdir and gtk-update-icon-cache and
2318           install-schema cant be executed
2320 2007-11-25  Jaap Haitsma <jaap@haitsma.org>
2322         * data/wscript_build: 
2323           Minor python cleanup
2325 2007-11-25  Jaap Haitsma <jaap@haitsma.org>
2327         * data/cheese.glade,
2328           src/cheese-window.c: 
2329           Make video and photo button toggle button
2330           Original patch of daniel siegel
2331           Fixes bug #498022
2333 2007-11-25  daniel g. siegel <dgsiegel@gmail.com>
2335         * data/effects/wscript_build,
2336           data/icons/16x16/wscript_build,
2337           data/icons/22x22/wscript_build,
2338           data/icons/24x24/wscript_build,
2339           data/icons/32x32/wscript_build,
2340           data/icons/48x48/wscript_build,
2341           data/icons/scalable/wscript_build,
2342           data/icons/wscript_build,
2343           data/wscript_build: 
2344           use just one wscript for effects and icons
2346 2007-11-25  daniel g. siegel <dgsiegel@gmail.com>
2348         * src/cheese-gconf.c: 
2349           dont print the gconf warning, which is stupid anyway
2351 2007-11-25  Jaap Haitsma <jaap@haitsma.org>
2353         * data/cheese.desktop.in: 
2354           Specify icon and update name to Cheese. Somehow this got lost
2356 2007-11-24  Jaap Haitsma <jaap@haitsma.org>
2358         * wscript: 
2359           Minor cleanup
2361 2007-11-24  daniel g. siegel <dgsiegel@gmail.com>
2363         * data/effects/wscript_build,
2364           data/icons/16x16/wscript_build,
2365           data/icons/22x22/wscript_build,
2366           data/icons/24x24/wscript_build,
2367           data/icons/32x32/wscript_build,
2368           data/icons/48x48/wscript_build,
2369           data/icons/scalable/wscript_build,
2370           data/wscript_build,
2371           wscript: 
2372           Common is imported now in the top-wscript, no need to import
2373           it in every file
2375 2007-11-24  daniel g. siegel <dgsiegel@gmail.com>
2377         * data/effects/wscript_build,
2378           data/icons/16x16/wscript_build,
2379           data/icons/22x22/wscript_build,
2380           data/icons/24x24/wscript_build,
2381           data/icons/32x32/wscript_build,
2382           data/icons/48x48/wscript_build,
2383           data/icons/scalable/wscript_build,
2384           data/wscript_build,
2385           src/wscript_build,
2386           waf,
2387           wscript: 
2388           update waf to svn,
2389           exit, when a needed pkg wasnt found,
2390           print the md5sum, when doing a make dist,
2391           create a tar.gz when doing a make dist,
2392           install schemas and icons correctly,
2393           just update the icons and add the schema
2394           file if cheese isnt installed to a DESTDIR,
2395           and a small cleanup.
2397 2007-11-23  daniel g. siegel <dgsiegel@gmail.com>
2399         * data/wscript_build,
2400           src/cheese-config.h.at,
2401           wscript: 
2402           install glade file, add maintainer mode, remove toc2 carcass
2404 2007-11-23  daniel g. siegel <dgsiegel@gmail.com>
2406         * src/cheese-window.c: 
2407           enable shortcuts if the mouse pointer is over the xoverlay.
2408           fixes bug #493196 - Keyboard shortcuts don't work when the
2409           mouse cursor is on the video window
2411 2007-11-22  Jaap Haitsma <jaap@haitsma.org>
2413         * data/wscript_build,
2414           wscript: 
2415           Also install cheese-ui.xml and documentation for waf build
2417 2007-11-21  Jaap Haitsma <jaap@haitsma.org>
2419         * data/Makefile.am: 
2420           Also install cheese-ui.xml. Still need to add that and gconf and glade file to waf build
2422 2007-11-21  Jaap Haitsma <jaap@haitsma.org>
2424         * data/effects/wscript_build,
2425           data/icons/16x16/wscript_build,
2426           data/icons/22x22/wscript_build,
2427           data/icons/24x24/wscript_build,
2428           data/icons/32x32/wscript_build,
2429           data/icons/48x48/wscript_build,
2430           data/icons/scalable/wscript_build,
2431           data/icons/wscript_build,
2432           data/wscript_build,
2433           po/wscript_build,
2434           src/wscript_build,
2435           waf,
2436           wscript:
2438           Add also a waf build frontend to trunk as a special gift to daniel
2439           This makes life easier as we don't have to maintain two branches. Yay
2441 2007-11-21  Jaap Haitsma <jaap@haitsma.org>
2443         * data/icons/icons.make,
2444           src/cheese.c,
2445           src/Makefile.am: 
2446           Rename PACKAGE_DATA_DIR to PACKAGE_DATADIR for consistency
2447           Remove icons.make 
2449 2007-11-20  Jaap Haitsma <jaap@haitsma.org>
2451         * src/cheese-gconf.c: 
2452           We now installed the schema so no need for message to set gconf keys
2454 2007-11-20  Jaap Haitsma <jaap@haitsma.org>
2456         * src/cheese-webcam.c: 
2457           Make sure that webcam has a variable type CheeseWebcam
2459 2007-11-20  Jaap Haitsma <jaap@haitsma.org>
2461         * po/ca.po,
2462           po/cs.po,
2463           po/da.po,
2464           po/de.po,
2465           po/es.po,
2466           po/fr.po,
2467           po/gl.po,
2468           po/it.po,
2469           po/ja.po,
2470           po/nl.po,
2471           po/pl.po,
2472           po/pt.po,
2473           po/ro.po,
2474           po/sl.po,
2475           po/sv.po: 
2476           Make sure that po files are all up to date with the latest code again
2478 2007-11-19  Jaap Haitsma <jaap@haitsma.org>
2480         * data/cheese.desktop,
2481           data/cheese.desktop.in,
2482           po/POTFILES.in: 
2483           Now really add cheese.desktop.in
2484           Update POTFILES.in so it contains all the files that need to be 
2485           localized
2486           Tip for daniel: you can check if this file is complete by running 
2487           ../intltool-update -m
2489 2007-11-19  Jaap Haitsma <jaap@haitsma.org>
2491         * autogen.sh,
2492           configure,
2493           configure.ac,
2494           configure.cheese,
2495           data/cheese.desktop,
2496           data/cheese.schemas.in,
2497           data/effects/Makefile,
2498           data/effects/Makefile.am,
2499           data/icons/16x16/Makefile,
2500           data/icons/16x16/Makefile.am,
2501           data/icons/22x22/Makefile,
2502           data/icons/22x22/Makefile.am,
2503           data/icons/24x24/Makefile,
2504           data/icons/24x24/Makefile.am,
2505           data/icons/32x32/Makefile,
2506           data/icons/32x32/Makefile.am,
2507           data/icons/48x48/Makefile,
2508           data/icons/48x48/Makefile.am,
2509           data/icons/icons.make,
2510           data/icons/Makefile,
2511           data/icons/Makefile.am,
2512           data/icons/scalable/Makefile,
2513           data/icons/scalable/Makefile.am,
2514           data/Makefile,
2515           data/Makefile.am,
2516           INSTALL,
2517           Makefile,
2518           Makefile.am,
2519           po/ChangeLog,
2520           po/cheese.pot,
2521           po/LINGUAS,
2522           po/Makefile,
2523           po/POTFILES.in,
2524           src/cheese.c,
2525           src/cheese-config.h.at,
2526           src/cheese-effect-chooser.c,
2527           src/cheese-fileutil.c,
2528           src/cheese-gconf.c,
2529           src/cheese-thumb-view.c,
2530           src/cheese-webcam.c,
2531           src/cheese-window.c,
2532           src/eog-thumb-shadow.c,
2533           src/Makefile,
2534           src/Makefile.am,
2535           Remove toc2 build system. Use autotools instead.
2536           This also makes the desktop file also localizable. Fixes bug #489570
2537           Install and localize the schema file
2538           On the cheese-waf branch we'll try to show that waf can fully
2539           replace autotools
2541 2007-11-18  Jaap Haitsma <jaap@haitsma.org>
2543         * src/cheese-webcam.c: 
2544           Enable audio for video recording. It was my setup that had a problem
2546 2007-11-18  Jaap Haitsma <jaap@haitsma.org>
2548         * src/cheese-webcam.c: 
2549           Make cheese-webcam work again with many more cameras.
2550           This code works on Philips 740 Webcam (v4l2src) and Logitech Orbicam 
2551           (v4lsrc)
2553 2007-11-18  daniel g. siegel <dgsiegel@gmail.com>
2555         * src/cheese-gconf.c: 
2556           dont exit, if the gconf keys arent set
2558 2007-11-18  daniel g. siegel <dgsiegel@gmail.com>
2560         * data/cheese.schemas.in,
2561           data/eog.schemas.in,
2562           src/cheese-gconf.c: 
2563           fixing some small and really stupid things
2565 2007-11-18  daniel g. siegel <dgsiegel@gmail.com>
2567         * src/cheese.c,
2568           src/cheese-gconf.c,
2569           src/cheese-window.c: 
2570           the cheese-gconf object should be a member of cheese-window
2572 2007-11-17  daniel g. siegel <dgsiegel@gmail.com>
2574         * data/eog.schemas.in: 
2575           add a basic schema-file for gconf
2577 2007-11-17  daniel g. siegel <dgsiegel@gmail.com>
2579         * src/cheese.c,
2580           src/cheese-gconf.c,
2581           src/cheese-gconf.h,
2582           src/Makefile: 
2583           add a very basic and ugly gconf backend
2585 2007-11-17  Jaap Haitsma <jaap@haitsma.org>
2587         * fix_perms.sh: 
2588           SVN remembers file permissions so no need to keep fix_perms.sh
2590 2007-11-14  Jaap Haitsma <jaap@haitsma.org>
2592         * src/cheese-webcam.c: 
2593           Fix a bug where the framerates were not counted correctly.
2594           Add some logging so we can fix cheese for cameras that do not work
2595           It's still not working for daniels webcam, but we'll figure out 
2596           what's wrong :-)
2598 2007-11-12  Jaap Haitsma <jaap@haitsma.org>
2600         * ChangeLog,
2601           configure,
2602           configure.cheese,
2603           data/cheese.glade,
2604           data/cheese-ui.xml,
2605           data/Makefile,
2606           src/cheese.c,
2607           src/cheese-cairo-custom.c,
2608           src/cheese-cairo-custom.h,
2609           src/cheese-command-handler.c,
2610           src/cheese-command-handler.h,
2611           src/cheese-effect-chooser.c,
2612           src/cheese-effect-chooser.h,
2613           src/cheese-effects-widget.c,
2614           src/cheese-effects-widget.h,
2615           src/cheese-fileutil.c,
2616           src/cheese-fileutil.h,
2617           src/cheese-flash.c,
2618           src/cheese-flash.h,
2619           src/cheese.h,
2620           src/cheese-pipeline.c,
2621           src/cheese-pipeline.h,
2622           src/cheese-pipeline-photo.c,
2623           src/cheese-pipeline-photo.h,
2624           src/cheese-pipeline-video.c,
2625           src/cheese-pipeline-video.h,
2626           src/cheese-thumbnails.c,
2627           src/cheese-thumbnails.h,
2628           src/cheese-thumb-view.c,
2629           src/cheese-thumb-view.h,
2630           src/cheese-webcam.c,
2631           src/cheese-webcam.h,
2632           src/cheese-window.c,
2633           src/cheese-window.h,
2634           src/eog-thumb-shadow.c,
2635           src/Makefile: 
2636           Merged back the cheese_0_2_4_refactor branch
2638 2007-11-11  Jaap Haitsma <jaap@haitsma.org>
2640         * configure,
2641           configure.cheese,
2642           src/cheese-webcam.c,
2643           src/cheese-webcam.h,
2644           src/Makefile: 
2645           Use HAL to detect webcams
2646           Use gstreamer to get capabilities of webcams
2647           Bump version of Cheese to 0.3.0. 0.2.4 was already released
2649 2007-11-04  Jaap Haitsma <jaap@haitsma.org>
2651         * data/cheese.glade,
2652           src/cheese-effect-chooser.c,
2653           src/cheese-effect-chooser.h,
2654           src/cheese-effects-widget.c,
2655           src/cheese-effects-widget.h,
2656           src/cheese-window.c,
2657           src/Makefile: 
2658           Change cheese-effects-widget to a real GtkWidget and rename it to
2659           cheese-effect-chooser
2661 2007-11-04  daniel g. siegel <dgsiegel@gmail.com>
2663         * src/cheese-window.c: 
2664           small cosmetic cleanup and removing of key press events (they are handled now by gtkuimanager)
2666 2007-11-04  daniel g. siegel <dgsiegel@gmail.com>
2668         * src/cheese-window.c: 
2669           fixed a segfault, which happend when an item was activated
2671 2007-11-03  Jaap Haitsma <jaap@haitsma.org>
2673         * data/cheese.glade,
2674           src/cheese-thumbnails.c,
2675           src/cheese-thumbnails.h,
2676           src/cheese-thumb-view.c,
2677           src/cheese-thumb-view.h,
2678           src/cheese-webcam.c,
2679           src/cheese-window.c,
2680           src/Makefile: 
2681           Change cheese-thumbnails to cheese-thumb-view and make a GtkWidget
2682           out of it
2683           Remove comments from cheese-webcam.c
2685 2007-11-03  daniel g. siegel <dgsiegel@gmail.com>
2687         * src/cheese-effects-widget.c,
2688           src/cheese-fileutil.c,
2689           src/cheese-thumbnails.c,
2690           src/cheese-thumbnails.h,
2691           src/cheese-webcam.c,
2692           src/cheese-window.c,
2693           src/eog-thumb-shadow.c: 
2694           replace all gchar's by char and all gint's by int
2696 2007-11-02  daniel g. siegel <dgsiegel@gmail.com>
2698         * data/cheese-ui.xml,
2699           src/cheese-window.c: 
2700           some actions for photos do not work for videos, splitted up
2702 2007-11-02  daniel g. siegel <dgsiegel@gmail.com>
2704         * src/cheese-window.c: 
2705           if no photo is selected, no file-action should be possible
2707 2007-11-02  daniel g. siegel <dgsiegel@gmail.com>
2709         * src/cheese-thumbnails.c,
2710           src/cheese-thumbnails.h: 
2711           return value should be gchar* not char*
2713 2007-11-02  daniel g. siegel <dgsiegel@gmail.com>
2715         * src/cheese-window.c: 
2716           split the gtkactionentries into actions_file, which is open, save as and move to trash
2718 2007-11-01  Jaap Haitsma <jaap@haitsma.org>
2720         * src/cheese-window.c: 
2721           Check if filename is not NULL in all the callbacks
2723 2007-10-31  daniel g. siegel <dgsiegel@gmail.com>
2725         * configure.cheese: 
2726           toc2 did not check for libebook >= 1.12.0
2728 2007-10-31  Jaap Haitsma <jaap@haitsma.org>
2730         * configure.cheese,
2731           data/cheese-ui.xml,
2732           src/cheese-thumbnails.c,
2733           src/cheese-thumbnails.h,
2734           src/cheese-window.c: 
2735           bump ebook requirement to 1.12
2736           Remove cheese_window global variable
2737           Use GtkUIManager also for thumbnail menu
2738           Move thumbnail code from cheese_window to cheese_thumbnail
2739           Make Space accelerator for take picture
2740           Other cleanups
2741           Remove leaks
2743 2007-10-28  daniel g. siegel <dgsiegel@gmail.com>
2745         * src/cheese-window.c: 
2746           translating the same strings twice is too much work for the translators ;)
2748 2007-10-28  Jaap Haitsma <jaap@haitsma.org>
2750         * src/cheese-window.c: 
2751           Pass cheese_window to about dialog
2753 2007-10-28  Jaap Haitsma <jaap@haitsma.org>
2755         * data/cheese.glade,
2756           data/cheese-ui.xml,
2757           src/cheese-window.c: 
2758           Use gtkuimanager in a cleaner way without a callback
2759           Do not place a menubar in the glade file. Otherwise we have 2 and
2760           leak one
2761           Sorry I accidently checked in space as an accelerator. Space is not 
2762           allowed as accelerator. Reverting back to Ctrl+T
2764 2007-10-27  daniel g. siegel <dgsiegel@gmail.com>
2766         * ChangeLog,
2767           src/cheese-window.c: 
2768           Space isnt an accelerator, space is ;)
2770 2007-10-26  Jaap Haitsma <jaap@haitsma.org>
2772         * ChangeLog,
2773           src/cheese-thumbnails.c,
2774           src/cheese-thumbnails.h,
2775           src/cheese-window.c: 
2776           Move thumbnail drag and drop code to cheese-thumbnails
2777           Add some TODOs in cheese-window.c
2779 2007-10-26  Jaap Haitsma <jaap@haitsma.org>
2781         * ChangeLog,
2782           data/cheese-ui.xml,
2783           src/cheese-window.c: 
2784           First item in menu is not "File" but "Cheese"
2786 2007-10-26  daniel g. siegel <dgsiegel@gmail.com>
2788         * ChangeLog,
2789           src/cheese-window.c: 
2790           a user shouldnt be able to switch to photo-mode while recording a video
2792 2007-10-23  Jaap Haitsma <jaap@haitsma.org>
2794         * ChangeLog,
2795           data/cheese-menu.xml,
2796           data/cheese-ui.xml,
2797           src/cheese-window.c: 
2798           Renaming cheese-menu.xml to cheese-ui.xml as that's the convention in other
2800           gnome projects
2802 2007-10-23  daniel g. siegel <dgsiegel@gmail.com>
2804         * ChangeLog,
2805           data/cheese-menu.xml,
2806           data/Makefile,
2807           src/cheese-window.c: 
2808           i removed some memory leaks, sorry jaap ;)
2810           then i moved the ui-manager-menu to an extra file and did a small cleanup
2812 2007-10-22  Jaap Haitsma <jaap@haitsma.org>
2814         * ChangeLog,
2815           src/cheese-webcam.c: 
2816           Make sure that higher resolution cameras work in higher resolution.
2818           Following step will be to build in autodetection
2820           Make sure that video recording works again by using an audiotestsrc i.s.o
2822           gconfaudiosrc. (Still needs to be fixed)
2824           Make sure that unreffing works
2826 2007-10-22  daniel g. siegel <dgsiegel@gmail.com>
2828         * ChangeLog: 
2829           update the changelog file. please use it from now on, even if we are in a branch
2831 2007-10-21  Jaap Haitsma <jaap@haitsma.org>
2833         * src/cheese-effects-widget.c,
2834           src/cheese-window.c,
2835           src/cheese.c:
2836           Add myself as copyright owner to files I contributed significantly
2837           
2838           Add a TODO so that I remember to implement toggle button behavior correctly for
2839           photo and video toggle button
2841 2007-10-21  daniel g. siegel <dgsiegel@gmail.com>
2843         * src/cheese-window.c:
2844           add drag and drop support to the iconview
2846 2007-10-20  daniel g. siegel <dgsiegel@gmail.com>
2848         * data/cheese.glade,
2849           src/cheese-window.c:
2850           use gtkuimanager for the menu
2852 2007-10-19  daniel g. siegel <dgsiegel@gmail.com>
2854         * src/cheese-effects-widget.c,
2855           src/cheese-thumbnails.c,
2856           src/cheese-window.c,
2857           src/cheese.c:
2858           fix the copyright
2860 2007-10-16  Jaap Haitsma <jaap@haitsma.org>
2862         * src/cheese-fileutil.h:
2863           more minor cleanups
2865 2007-10-16  Jaap Haitsma <jaap@haitsma.org>
2867         * src/cheese-fileutil.c:
2868           more minor cleanups
2870 2007-10-16  Jaap Haitsma <jaap@haitsma.org>
2872         * src/cheese-fileutil.c,
2873           src/cheese-webcam.c:
2874           minor cleanups
2876 2007-10-16  Jaap Haitsma <jaap@haitsma.org>
2878         * src/cheese-webcam.c:
2879           gstreamer queue bug 486758 got fixed in CVS.  No need for work around anymore
2881 2007-10-10  Jaap Haitsma <jaap@haitsma.org>
2883         * configure.cheese,
2884           src/cheese-webcam.c:
2885           Bump required CVS version to current head (=0.10.14.1)
2886           
2887           Insert workaround for queue element which has a bug when imagesink gets rescaled
2889 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2891         * src/cheese-effects-widget.c,
2892           src/cheese-window.c:
2893           Fix crasher in cheese-window
2895 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2897         * src/cheese-effects-widget.c,
2898           src/cheese-thumbnails.c:
2899           removed g_array from effects-widget
2901 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2903         * src/cheese-cairo-custom.c,
2904           src/cheese-cairo-custom.h,
2905           src/cheese-thumbnails.c,
2906           src/cheese-window.c:
2907           cleanups
2909 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2911         * src/cheese-window.c:
2912           added comment
2914 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2916         * src/cheese-window.c:
2917           more cleanups
2919 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2921         * src/cheese-window.c:
2922           minor cleanups
2924 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
2926         * src/cheese-thumbnails.c,
2927           src/cheese-thumbnails.h,
2928           src/cheese-webcam.h,
2929           src/cheese-window.c:
2930           Thumbnails is not a global variable anymore
2932 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
2934         * src/cheese-window.c,
2935           src/cheese-window.h,
2936           src/cheese.c:
2937           Just use gtk_widget_show_all on main widget instead of gtk_widget_show on each widget
2939 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
2941         * src/cheese-effects-widget.c,
2942           src/cheese-effects-widget.h,
2943           src/cheese-window.c:
2944           Pass cheese_window as a parameter to cheese-effects widget in order to remove
2945           global cheese_window variable in following commits
2947 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
2949         * data/cheese.glade,
2950           src/Makefile,
2951           src/cheese-command-handler.c,
2952           src/cheese-command-handler.h,
2953           src/cheese-effects-widget.c,
2954           src/cheese-effects-widget.h,
2955           src/cheese-fileutil.c,
2956           src/cheese-fileutil.h,
2957           src/cheese-flash.c,
2958           src/cheese-flash.h,
2959           src/cheese-pipeline-photo.c,
2960           src/cheese-pipeline-photo.h,
2961           src/cheese-pipeline-video.c,
2962           src/cheese-pipeline-video.h,
2963           src/cheese-pipeline.c,
2964           src/cheese-pipeline.h,
2965           src/cheese-thumbnails.c,
2966           src/cheese-thumbnails.h,
2967           src/cheese-webcam.c,
2968           src/cheese-webcam.h,
2969           src/cheese-window.c,
2970           src/cheese-window.h,
2971           src/cheese.c,
2972           src/cheese.h:
2973           First step of major refactoring. Introduced a cheese-webcam class
2974           Also refactored a bit of the rest. Still quite some stuff to refactor
2975           
2976           Also some features which are in HEAD are still missing
2978 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
2980         * .:
2981           Branched to allow major refactoring
2983 2007-10-20  daniel g. siegel  <dgsiegel@gmail.com>
2985         * AUTHORS,
2986           ChangeLog,
2987           NEWS,
2988           po/Makefile,
2989           po/sl.po: 
2990           add slovenian, thanks to Deni Bačić
2992 2007-10-03  daniel g. siegel  <dgsiegel@gmail.com>
2994         * AUTHORS,
2995           ChangeLog,
2996           NEWS,
2997           po/ca.po,
2998           po/Makefile: 
2999           add catalan, thanks to Carlos Garcia Porcel
3001 2007-09-23  daniel g. siegel <dgsiegel@gmail.com>
3003         * ChangeLog,
3004           src/cheese-command-handler.c,
3005           src/cheese-command-handler.h,
3006           src/cheese-pipeline-photo.c,
3007           src/cheese-window.c: 
3008           removed some memory leaks, part 2
3010 2007-09-22  daniel g. siegel <dgsiegel@gmail.com>
3012         * ChangeLog,
3013           NEWS,
3014           po/cheese.pot,
3015           po/cs.po,
3016           po/da.po,
3017           po/de.po,
3018           po/es.po,
3019           po/fr.po,
3020           po/gl.po,
3021           po/it.po,
3022           po/ja.po,
3023           po/nl.po,
3024           po/pl.po,
3025           po/pt.po,
3026           po/ro.po,
3027           po/sv.po,
3028           src/cheese-effects-widget.c: 
3029           fix #479238 - vertical and horizontal flip are switched
3031 2007-09-21  daniel g. siegel <dgsiegel@gmail.com>
3033         * ChangeLog,
3034           src/cheese-command-handler.c,
3035           src/cheese-thumbnails.c,
3036           src/cheese-window.c: 
3037           removed some memory leaks
3039 2007-09-17  daniel g. siegel <dgsiegel@gmail.com>
3041         * ChangeLog,
3042           configure: 
3043           why is there junk in my files???
3045 2007-09-17  daniel g. siegel <dgsiegel@gmail.com>
3047         * ChangeLog,
3048           Makefile,
3049           configure: 
3050           the NEWS file shall not be forgotten in a dist
3052 2007-09-17  daniel g. siegel <dgsiegel@gmail.com>
3054         * ChangeLog: 
3055           adding the _real_ changelog file
3057 2007-09-17  daniel g. siegel <dgsiegel@gmail.com>
3059         * ChangeLog,
3060           NEWS: 
3061           my changelog is a NEWS-file, actually
3063 2007-09-14  daniel g. siegel <dgsiegel@gmail.com>
3065         * po/ro.po:
3066           forgot to set charset to utf8 on ro.po
3068 2007-09-14  daniel g. siegel <dgsiegel@gmail.com>
3070         * configure,
3071           toc2/bin/atsign_parse,
3072           toc2/bin/cleanup_vars,
3073           toc2/bin/create_makefile_stubs.sh,
3074           toc2/bin/create_project_skeleton.sh,
3075           toc2/bin/install-sh,
3076           toc2/bin/makedist,
3077           toc2/bin/removeDupeArgs,
3078           toc2/sbin/toc2_core.sh,
3079           toc2/sbin/toconfigure:
3080           reset permissions on executable files
3082 2007-09-14  daniel g. siegel <dgsiegel@gmail.com>
3084         * MAINTAINERS,
3085           README.darcs:
3086           first svn commit, yeah! add MAINTAINERS file and remove README.darcs
3088 2007-09-10  daniel g. siegel <dgsiegel@gmail.com>
3090         * AUTHORS,
3091           ChangeLog,
3092           po/Makefile,
3093           po/sv.po:
3094           add sv, thanks to Daniel Nylander
3096 2007-09-07  daniel g. siegel <dgsiegel@gmail.com>
3098         * AUTHORS,
3099           ChangeLog,
3100           po/Makefile,
3101           po/ro.po:
3102           add ro, courtesy of Anastase Valentin
3104 2007-09-05  daniel g. siegel <dgsiegel@gmail.com>
3106         * src/cheese-pipeline.c:
3107           video did not work with videotestsrc
3109 2007-09-05  daniel g. siegel <dgsiegel@gmail.com>
3111         * ChangeLog,
3112           src/cheese-thumbnails.c:
3113           fix #472576 - cheese takes longer to start as more pictures are stored
3115 2007-09-05  daniel g. siegel <dgsiegel@gmail.com>
3117         * ChangeLog,
3118           po/de.po:
3119           translation error in de
3121 2007-09-05  daniel g. siegel <dgsiegel@gmail.com>
3123         * ChangeLog,
3124           configure,
3125           src/cheese-pipeline.c:
3126           fix #473560 - v4l-recorded videos are zero byte big, courtesy of Patryk Zawadzki
3128 2007-08-31  daniel g. siegel <dgsiegel@gmail.com>
3130         * src/cheese-flash.o,
3131           src/cheese-flash.o.d:
3132           ups.. a binary was in version control
3134 2007-08-30  daniel g. siegel <dgsiegel@gmail.com>
3136         * ChangeLog:
3137           update changelog
3139 2007-08-30  daniel g. siegel <dgsiegel@gmail.com>
3141         * AUTHORS,
3142           ChangeLog,
3143           src/cheese-command-handler.c,
3144           src/cheese-command-handler.h,
3145           src/cheese-window.c:
3146           add enter and doubleclick to the view
3148 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3150         * src/cheese-command-handler.c,
3151           src/cheese-command-handler.h,
3152           src/cheese-window.c:
3153           minor cleanups
3155 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3157         * README:
3158           add dependeny in the readme file
3160 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3162         * ChangeLog,
3163           src/cheese-window.c:
3164           add some keystrokes
3166 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3168         * src/Makefile,
3169           src/cheese-command-handler.h,
3170           src/cheese-effects-widget.h,
3171           src/cheese-fileutil.h,
3172           src/cheese-thumbnails.h,
3173           src/cheese-window.h:
3174           some minor cleanups
3176 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3178         * ChangeLog,
3179           configure,
3180           configure.cheese,
3181           src/Makefile,
3182           src/cheese-flash.c,
3183           src/cheese-flash.h,
3184           src/cheese-flash.o,
3185           src/cheese-flash.o.d,
3186           src/cheese-pipeline-photo.c:
3187           add a flash, when taking photos, courtesy of Patryk Zawadzki
3189 2007-08-26  daniel g. siegel <dgsiegel@gmail.com>
3191         * ChangeLog,
3192           src/cheese-pipeline-video.c:
3193           use 25fps for video recording
3195 2007-08-26  daniel g. siegel <dgsiegel@gmail.com>
3197         * ChangeLog:
3198           update changelog
3200 2007-08-25  daniel g. siegel <dgsiegel@gmail.com>
3202         * src/cheese-pipeline-video.c:
3203           cleanup video pipeline
3205 2007-08-25  daniel g. siegel <dgsiegel@gmail.com>
3207         * src/cheese-pipeline-photo.c:
3208           some cleanup in the photo pipeline
3210 2007-08-24  daniel g. siegel <dgsiegel@gmail.com>
3212         * po/da.po:
3213           add da
3215 2007-08-23  daniel g. siegel <dgsiegel@gmail.com>
3217         * ChangeLog,
3218           src/cheese-pipeline-video.c:
3219           fix video recording.. i _hate_ those bugs
3221 2007-08-23  daniel g. siegel <dgsiegel@gmail.com>
3223         * AUTHORS,
3224           ChangeLog,
3225           po/Makefile,
3226           po/es.po,
3227           po/gl.po,
3228           po/it.po,
3229           po/ja.po,
3230           po/pl.po:
3231           update es, gl, it, ja, pl
3233 2007-08-22  daniel g. siegel <dgsiegel@gmail.com>
3235         * ChangeLog,
3236           src/cheese-pipeline-photo.c:
3237           make ximagesink work with the photo pipeline
3239 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3241         * ChangeLog,
3242           configure:
3243           version bump
3245 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3247         * ChangeLog,
3248           src/cheese-pipeline-photo.c:
3249           workaround on a gstreamer-bug, which made the colors look wrong
3250           with v4l-devices, courtesy of Patryk Zawadzki
3252 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3254         * ChangeLog,
3255           src/cheese-pipeline-photo.c,
3256           src/cheese-window.c:
3257           activate countdown by default
3259 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3261         * ChangeLog,
3262           src/cheese-window.c:
3263           the countdown is not available in video and segfaultet. fixed
3265 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3267         * ChangeLog,
3268           src/cheese-pipeline-photo.c:
3269           use g_timeout_add instead of g_timeout_add_seconds
3271 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3273         * ChangeLog,
3274           po/cs.po,
3275           po/fr.po,
3276           po/nl.po,
3277           po/pt.po:
3278           update cs, fr, nl, pt
3280 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3282         * INSTALL:
3283           some minor changes in the install file
3285 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3287         * README:
3288           some minor changes to the readme
3290 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3292         * ChangeLog:
3293           some minor changes in the changelog
3295 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3297         * ChangeLog,
3298           src/cheese-pipeline-video.c:
3299           improvement of the video pipeline. and i mean a LOT of
3300           improvement. thanks to Diego Escalante Urrelo
3302 2007-08-19  daniel g. siegel <dgsiegel@gmail.com>
3304         * src/cheese-pipeline-photo.c,
3305           src/cheese-window.c:
3306           fix 2 stupid bugs
3308 2007-08-19  daniel g. siegel <dgsiegel@gmail.com>
3310         * po/cheese.pot,
3311           po/cs.po,
3312           po/de.po,
3313           po/es.po,
3314           po/fr.po,
3315           po/gl.po,
3316           po/it.po,
3317           po/nl.po,
3318           po/pl.po,
3319           po/pt.po,
3320           src/cheese-pipeline-photo.c:
3321           update translations
3323 2007-08-19  daniel g. siegel <dgsiegel@gmail.com>
3325         * ChangeLog,
3326           src/cheese-pipeline-photo.c,
3327           src/cheese-pipeline-photo.h,
3328           src/cheese-pipeline.c,
3329           src/cheese-pipeline.h,
3330           src/cheese-window.c,
3331           src/cheese-window.h:
3332           add a countdown, when taking a photo
3334 2007-08-19  daniel g. siegel <dgsiegel@gmail.com>
3336         * ChangeLog,
3337           src/cheese-pipeline-video.c:
3338           add a time counter to the video recording
3340 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3342         * po/fr.po,
3343           po/it.po:
3344           update fr
3346 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3348         * ChangeLog,
3349           po/cheese.pot,
3350           po/cs.po,
3351           po/de.po,
3352           po/es.po,
3353           po/fr.po,
3354           po/gl.po,
3355           po/it.po,
3356           po/nl.po,
3357           po/pl.po,
3358           po/pt.po:
3359           update cs
3361 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3363         * ChangeLog,
3364           src/cheese-thumbnails.c:
3365           the first item in the iconbar wasnt deleted. fixed
3367 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3369         * src/cheese-window.c:
3370           cheese is a better description than file in the menubar
3372 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3374         * configure.cheese,
3375           src/cheese-command-handler.c,
3376           src/cheese-config.h.at:
3377           check for evolution 1.12, as the api isnt compatible
3379 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3381         * po/cheese.pot,
3382           po/cs.po,
3383           po/de.po,
3384           po/es.po,
3385           po/fr.po,
3386           po/gl.po,
3387           po/it.po,
3388           po/nl.po,
3389           po/pl.po,
3390           po/pt.po:
3391           update de
3393 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3395         * ChangeLog,
3396           README,
3397           configure.cheese,
3398           src/Makefile,
3399           src/cheese-command-handler.c,
3400           src/cheese-command-handler.h,
3401           src/cheese-window.c:
3402           possiblity to use taken photos as account photos
3404 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3406         * po/fr.po:
3407           update fr
3409 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3411         * README:
3412           add missing dependencies in the readme
3414 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3416         * ChangeLog,
3417           po/cheese.pot,
3418           po/cs.po,
3419           po/de.po,
3420           po/es.po,
3421           po/fr.po,
3422           po/gl.po,
3423           po/it.po,
3424           po/nl.po,
3425           po/pl.po,
3426           po/pt.po,
3427           src/cheese-command-handler.c,
3428           src/cheese-window.c:
3429           update translations, de, it
3431 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3433         * src/cheese-cairo-custom.c,
3434           src/cheese-cairo-custom.h,
3435           src/cheese-command-handler.c,
3436           src/cheese-command-handler.h,
3437           src/cheese-effects-widget.c,
3438           src/cheese-effects-widget.h,
3439           src/cheese-fileutil.c,
3440           src/cheese-fileutil.h,
3441           src/cheese-pipeline-photo.c,
3442           src/cheese-pipeline-photo.h,
3443           src/cheese-pipeline-video.c,
3444           src/cheese-pipeline-video.h,
3445           src/cheese-pipeline.c,
3446           src/cheese-pipeline.h,
3447           src/cheese-thumbnails.c,
3448           src/cheese-thumbnails.h,
3449           src/cheese-window.c,
3450           src/cheese-window.h,
3451           src/cheese.c,
3452           src/cheese.h,
3453           src/eog-thumb-shadow.c,
3454           src/eog-thumb-shadow.h:
3455           massive cleanup and indent change
3457 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3459         * ChangeLog,
3460           src/Makefile,
3461           src/cheese-command-handler.c,
3462           src/cheese-command-handler.h,
3463           src/cheese-window.c,
3464           src/cheese-window.h:
3465           added some export methods/capabilities to the iconbar
3467 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3469         * ChangeLog,
3470           po/cheese.pot,
3471           po/cs.po,
3472           po/de.po,
3473           po/es.po,
3474           po/fr.po,
3475           po/gl.po,
3476           po/it.po,
3477           po/nl.po,
3478           po/pl.po,
3479           po/pt.po:
3480           translations-update
3482 2007-08-16  daniel g. siegel <dgsiegel@gmail.com>
3484         * AUTHORS,
3485           ChangeLog,
3486           src/cheese-pipeline.c:
3487           we found the bug! v4l works now, courtesy of Patryk Zawadzki
3489 2007-08-16  daniel g. siegel <dgsiegel@gmail.com>
3491         * ChangeLog,
3492           src/Makefile,
3493           src/cheese-fileutil.c,
3494           src/cheese-thumbnails.c,
3495           src/cheese-thumbnails.h,
3496           src/cheese-window.c,
3497           src/cheese-window.h,
3498           src/eog-thumb-shadow.c,
3499           src/eog-thumb-shadow.h:
3500           add the iconview from eye of gnome and add a small popup menu to it
3502 2007-08-16  daniel g. siegel <dgsiegel@gmail.com>
3504         * configure:
3505           prepare next release
3507 2007-08-16  daniel g. siegel <dgsiegel@gmail.com>
3509         * ChangeLog,
3510           src/cheese-effects-widget.c:
3511           if the same effects were chosen in photo and video, they wont apply. fixed
3513 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3515         * configure:
3516           tagged 0.2.0
3518 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3520         * ChangeLog,
3521           src/cheese-pipeline-video.c:
3522           resizing and removing some frames should make video recording more usable
3524 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3526         * po/fr.po,
3527           po/nl.po,
3528           po/pl.po,
3529           po/pt.po:
3530           update translations fr, nl, pl, pt
3532 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3534         * src/cheese-pipeline-video.c:
3535           add movies manually to the iconview
3537 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3539         * src/cheese-fileutil.c,
3540           src/cheese-thumbnails.c:
3541           ignore gnomevfs notification about new movies
3543 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3545         * src/cheese-thumbnails.c:
3546           when loading the thumbnails, we got the wrong mtime.. fixed
3548 2007-08-14  daniel g. siegel <dgsiegel@gmail.com>
3550         * ChangeLog,
3551           po/cheese.pot,
3552           po/cs.po,
3553           po/de.po,
3554           po/es.po,
3555           po/fr.po,
3556           po/gl.po,
3557           po/it.po,
3558           po/nl.po,
3559           po/pl.po,
3560           po/pt.po,
3561           src/cheese-window.c:
3562           update translations and changelog
3564 2007-08-14  daniel g. siegel <dgsiegel@gmail.com>
3566         * src/cheese-fileutil.c,
3567           src/cheese-thumbnails.c:
3568           gnomevfsfileinfo got the wrong thumbnail. fixed
3570 2007-08-13  daniel g. siegel <dgsiegel@gmail.com>
3572         * AUTHORS,
3573           ChangeLog,
3574           configure.cheese,
3575           data/cheese.glade,
3576           src/Makefile,
3577           src/cheese-fileutil.c,
3578           src/cheese-fileutil.h,
3579           src/cheese-pipeline-photo.c,
3580           src/cheese-pipeline-video.c,
3581           src/cheese-pipeline-video.h,
3582           src/cheese-pipeline.c,
3583           src/cheese-pipeline.h,
3584           src/cheese-thumbnails.c,
3585           src/cheese-thumbnails.h,
3586           src/cheese-window.c,
3587           src/cheese-window.h,
3588           src/cheese.c,
3589           src/cheese.h:
3590           add working video support. now cheese can record a video with
3591           audio taken from any source
3593 2007-08-09  daniel g. siegel <dgsiegel@gmail.com>
3595         * src/cheese-pipeline-video.c,
3596           src/cheese-pipeline-video.h:
3597           add video class
3599 2007-08-09  daniel g. siegel <dgsiegel@gmail.com>
3601         * src/Makefile,
3602           src/cheese-effects-widget.c,
3603           src/cheese-effects-widget.h,
3604           src/cheese-pipeline-photo.c,
3605           src/cheese-pipeline-photo.h,
3606           src/cheese-pipeline.c,
3607           src/cheese-pipeline.h,
3608           src/cheese-window.c,
3609           src/cheese.c:
3610           restructuring and pseudo-video support
3612 2007-08-08  daniel g. siegel <dgsiegel@gmail.com>
3614         * src/cheese-pipeline-photo.c:
3615           people thought the probing messages are errors.. now no more
3617 2007-08-04  daniel g. siegel <dgsiegel@gmail.com>
3619         * ChangeLog,
3620           po/cheese.pot,
3621           po/cs.po,
3622           po/de.po,
3623           po/es.po,
3624           po/fr.po,
3625           po/gl.po,
3626           po/it.po,
3627           po/nl.po,
3628           po/pl.po,
3629           po/pt.po:
3630           add mnemonics to translation. updated german and italian translation
3632 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3634         * src/cheese-pipeline-photo.c:
3635           me stupid git.. i left ffmpegcolorspace in the probing test
3637 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3639         * src/cheese.c:
3640           change the startup order
3642 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3644         * COPYING,
3645           ChangeLog,
3646           src/cheese-cairo-custom.c,
3647           src/cheese-cairo-custom.h,
3648           src/cheese-effects-widget.c,
3649           src/cheese-effects-widget.h,
3650           src/cheese-fileutil.c,
3651           src/cheese-fileutil.h,
3652           src/cheese-pipeline-photo.c,
3653           src/cheese-pipeline-photo.h,
3654           src/cheese-thumbnails.c,
3655           src/cheese-thumbnails.h,
3656           src/cheese-window.c,
3657           src/cheese-window.h,
3658           src/cheese.c,
3659           src/cheese.h:
3660           probably the dumbest change ever: the fsf has changed its address
3662 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3664         * ChangeLog:
3665           prepare changelog for the next version
3667 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3669         * data/cheese.glade,
3670           src/cheese-window.c:
3671           add mnemonics for the ui
3673 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3675         * ChangeLog:
3676           update changelog
3678 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3680         * src/cheese-fileutil.c,
3681           src/cheese-thumbnails.c,
3682           src/cheese-thumbnails.h,
3683           src/cheese.h:
3684           remove photos from the thumbnail row if they were removed on the filesystem
3686 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3688         * ChangeLog,
3689           src/cheese-thumbnails.c:
3690           add only valid jpeg to the thumbnail row
3692 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3694         * ChangeLog,
3695           po/cheese.pot,
3696           po/cs.po,
3697           po/de.po,
3698           po/es.po,
3699           po/fr.po,
3700           po/gl.po,
3701           po/it.po,
3702           po/nl.po,
3703           po/pl.po,
3704           po/pt.po,
3705           src/cheese-pipeline-photo.c:
3706           update translations
3708 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3710         * src/cheese-pipeline-photo.c:
3711           we dont need a ffmpegcolorspace when probing
3713 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3715         * src/cheese-pipeline-photo.c:
3716           probe v4lsrc without any resolution or format at last
3718 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3720         * src/cheese-pipeline-photo.c:
3721           try 640x480 before 230x240 and print the result
3723 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3725         * ChangeLog:
3726           update changelog
3728 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3730         * src/cheese-fileutil.c,
3731           src/cheese.c:
3732           store photos under ~/.gnome2/cheese/images
3734 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3736         * src/cheese-pipeline-photo.c:
3737           adding a device probe, which automatically checks whether to use
3738           v4l2 or v4l (with specific resolutions). fallback is videotestsrc
3740 2007-07-30  daniel g. siegel <dgsiegel@gmail.com>
3742         * src/cheese-pipeline-photo.c:
3743           finally calling caps_unref when exiting and some other small cleanups
3745 2007-07-30  daniel g. siegel <dgsiegel@gmail.com>
3747         * ChangeLog,
3748           src/cheese-thumbnails.c:
3749           sort thumbnails before adding them
3751 2007-07-30  daniel g. siegel <dgsiegel@gmail.com>
3753         * src/cheese-effects-widget.c,
3754           src/cheese-effects-widget.h,
3755           src/cheese-fileutil.c,
3756           src/cheese-fileutil.h,
3757           src/cheese-pipeline-photo.c,
3758           src/cheese-thumbnails.c,
3759           src/cheese-thumbnails.h,
3760           src/cheese-window.c,
3761           src/cheese-window.h,
3762           src/cheese.c,
3763           src/cheese.h:
3764           refactoring, part2
3766 2007-07-30  daniel g. siegel <dgsiegel@gmail.com>
3768         * AUTHORS,
3769           ChangeLog,
3770           INSTALL,
3771           README,
3772           TODO,
3773           configure:
3774           prepare for release 0.1.4
3776 2007-07-29  daniel g. siegel <dgsiegel@gmail.com>
3778         * src/cheese-pipeline-photo.c:
3779           rewrite of the last patch. v4l works (hopefully) ;)
3781 2007-07-28  daniel g. siegel <dgsiegel@gmail.com>
3783         * src/cheese-pipeline-photo.c:
3784           UNDO: add a videoscale to resize all webcam videos to 640x460.
3785           hopefully this works on the v4l-thingies...
3787 2007-07-28  daniel g. siegel <dgsiegel@gmail.com>
3789         * src/cheese-pipeline-photo.c:
3790           add a videoscale to resize all webcam videos to 640x460.
3791           hopefully this works on the v4l-thingies...
3793 2007-07-27  daniel g. siegel <dgsiegel@gmail.com>
3795         * src/cheese.c:
3796           print the resolution
3798 2007-07-27  daniel g. siegel <dgsiegel@gmail.com>
3800         * src/cheese-pipeline-photo.c:
3801           v4l works! really? thanks to diego escallante urrelo
3803 2007-07-27  daniel g. siegel <dgsiegel@gmail.com>
3805         * src/cheese-pipeline-photo.c:
3806           some cleanup
3808 2007-07-17  daniel g. siegel <dgsiegel@gmail.com>
3810         * po/cs.po,
3811           po/de.po,
3812           po/es.po,
3813           po/fr.po,
3814           po/gl.po,
3815           po/it.po,
3816           po/nl.po,
3817           po/pl.po,
3818           po/pt.po:
3819           update translation, second shot
3821 2007-07-17  daniel g. siegel <dgsiegel@gmail.com>
3823         * po/cheese.pot,
3824           po/cs.po,
3825           po/de.po,
3826           po/es.po,
3827           po/fr.po,
3828           po/gl.po,
3829           po/it.po,
3830           po/pl.po,
3831           po/pt.po:
3832           update translations
3834 2007-07-17  daniel g. siegel <dgsiegel@gmail.com>
3836         * AUTHORS,
3837           po/nl.po:
3838           updated dutch translation, thanks to Wouter Bolsterlee
3840 2007-07-15  daniel g. siegel <dgsiegel@gmail.com>
3842         * src/cheese-pipeline-photo.c:
3843           i dont know if the xv-output problem is fixed with this..
3845 2007-07-14  daniel g. siegel <dgsiegel@gmail.com>
3847         * src/cheese-window.h:
3848           and same in cheese-window.h
3850 2007-07-14  daniel g. siegel <dgsiegel@gmail.com>
3852         * src/cheese-window.c:
3853           wo dont need set_effects_label() anymore
3855 2007-07-09  daniel g. siegel <dgsiegel@gmail.com>
3857         * data/cheese.glade:
3858           window.height-10px
3860 2007-07-09  daniel g. siegel <dgsiegel@gmail.com>
3862         * data/cheese.glade:
3863           set the default size back to 670x710
3865 2007-07-08  Jaap Haitsma <jaap@haitsma.org>
3867         * data/cheese.glade,
3868           src/cheese-effects-widget.c,
3869           src/cheese-pipeline-photo.c,
3870           src/cheese-thumbnails.h,
3871           src/cheese-window.c,
3872           src/cheese-window.h,
3873           src/cheese.c,
3874           src/cheese.h:
3875           make window resizeable and store image in native resolution
3877 2007-07-08  daniel g. siegel <dgsiegel@gmail.com>
3879         * configure.cheese, src/Makefile,
3880           src/cairo-custom.c,
3881           src/cairo-custom.h,
3882           src/cheese-cairo-custom.c,
3883           src/cheese-cairo-custom.h,
3884           src/cheese-config.h.at,
3885           src/cheese-effects-widget.c,
3886           src/cheese-effects-widget.h,
3887           src/cheese-fileutil.c,
3888           src/cheese-fileutil.h,
3889           src/cheese-pipeline-photo.c,
3890           src/cheese-pipeline-photo.h,
3891           src/cheese-thumbnails.c,
3892           src/cheese-thumbnails.h,
3893           src/cheese-window.c,
3894           src/cheese-window.h,
3895           src/cheese.c,
3896           src/cheese_config.h.at,
3897           src/effects-widget.c,
3898           src/effects-widget.h,
3899           src/fileutil.c,
3900           src/fileutil.h,
3901           src/pipeline-photo.c,
3902           src/pipeline-photo.h,
3903           src/thumbnails.c,
3904           src/thumbnails.h,
3905           src/window.c,
3906           src/window.h:
3907           prepend a cheese ;)
3909 2007-07-07  Jaap Haitsma <jaap@haitsma.org>
3911         * src/pipeline-photo.c:
3912           pipeline-photo.c cleanup
3914 2007-07-07  daniel g. siegel <dgsiegel@gmail.com>
3916         * src/effects-widget.c,
3917           src/pipeline-photo.c:
3918           forgot some of g18n, thanks to Jaap Haitsma
3920 2007-07-07  daniel g. siegel <dgsiegel@gmail.com>
3922         * src/cairo-custom.h,
3923           src/cheese.c, src/cheese.h,
3924           src/effects-widget.h,
3925           src/fileutil.c,
3926           src/fileutil.h,
3927           src/pipeline-photo.h,
3928           src/thumbnails.h,
3929           src/window.c,
3930           src/window.h:
3931           various cleanup patches and licences in the header files, thanks to Jaap Haitsma
3933 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
3935         * src/cheese.c,
3936           src/pipeline-photo.h:
3937           some various fixes
3939 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
3941         * src/window.c:
3942           update license
3944 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
3946         * src/cheese.c:
3947           set icon name
3949 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
3951         * src/window.c:
3952           use g18n for translation
3954 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
3956         * src/Makefile,
3957           src/cheese.c,
3958           src/effects-widget.c,
3959           src/effects-widget.h,
3960           src/pipeline-photo.c,
3961           src/pipeline-photo.h,
3962           src/window.c,
3963           src/window.h:
3964           refactoring: moving effects into effects-widget
3966 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
3968         * ChangeLog:
3969           update changelog
3971 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
3973         * src/cairo-custom.h,
3974           src/cheese.c,
3975           src/cheese.h,
3976           src/fileutil.h,
3977           src/pipeline-photo.c,
3978           src/thumbnails.h,
3979           src/window.c,
3980           src/window.h:
3981           new about-window and various fixes, thanks to Jaap Haitsma
3983 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
3985         * src/cairo-custom.c,
3986           src/cheese.c,
3987           src/fileutil.c,
3988           src/pipeline-photo.c,
3989           src/thumbnails.c,
3990           src/window.c:
3991           licences --verbose
3993 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
3995         * toc2/make/toc2-install.make:
3996           update toc2-install.make to not use cmp
3998 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
4000         * Makefile:
4001           add icon-update support for the makefile
4003 2007-07-04  daniel g. siegel <dgsiegel@gmail.com>
4005         * Makefile,
4006           data/icons/icons.make:
4007           icons-perms-and-post-install-message
4008           1) Adds permissions -m 0644 to the icons files.
4009           2) Adds a post- installation message in the top-most makefile (please
4010           re-implement the postinstall-message target!)
4012 2007-07-04  daniel g. siegel <dgsiegel@gmail.com>
4014         * AUTHORS,
4015           ChangeLog,
4016           po/Makefile,
4017           po/pl.po:
4018           add polish translation, thanks to Tomasz Domikowski
4020 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4022         * ChangeLog:
4023           update changelog
4025 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4027         * configure:
4028           change version to 0.1.3
4030 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4032         * ChangeLog,
4033           toc2/doc:
4034           remove the toc2-doc-dir as we dont need it
4036 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4038         * data/cheese.glade,
4039           po/Makefile,
4040           po/cheese.pot,
4041           po/cs.po,
4042           po/de.po,
4043           po/es.po,
4044           po/fr.po,
4045           po/gl.po,
4046           po/it.po,
4047           po/nl.po,
4048           po/pt.po,
4049           src/window.c:
4050           update translations to include the glade-file too
4052 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4054         * configure.cheese,
4055           src/cheese.c,
4056           src/cheese_config.h.at:
4057           hups.. i forgot to set the textdomain,
4058           so translations would not
4059           have been working
4061 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4063         * AUTHORS,
4064           ChangeLog,
4065           po/Makefile,
4066           po/nl.po:
4067           add dutch translation, thanks to Max Beauchez
4069 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4071         * data/cheese.desktop:
4072           add icon to the desktop file and some small fixes there
4074 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4076         * AUTHORS,
4077           ChangeLog,
4078           po/Makefile,
4079           po/cheese.pot,
4080           po/cs.po,
4081           po/de.po,
4082           po/es.po,
4083           po/gl.po,
4084           po/it.po,
4085           po/pt.po:
4086           some small fixes in the language building and in the AUTHORS-file
4088 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4090         * AUTHORS,
4091           ChangeLog,
4092           po/Makefile,
4093           po/fr.po:
4094           add french translation, thanks to Pierre Slamich
4096 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4098         * data/cheese.glade:
4099           the window was not in the tasklist. fixed
4101 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4103         * Makefile,
4104           data/icons/Makefile,
4105           fix_perms.sh,
4106           po/Makefile,
4107           toc2.cheese.help:
4108           some minor changes in the buildsystem
4110 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4112         * configure.cheese,
4113           toc2/tests/pkg-config-exists.sh:
4114           fix some silly bug, which prevented configure to check if the
4115           needed version is available
4117 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4119         * src/window.c:
4120           set icon on the about-window
4122 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4124         * README:
4125           update dependencies in the README
4127 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4129         * ChangeLog,
4130           INSTALL:
4131           update README and changelog
4133 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4135         * data/icons/16x16/cheeese.svg,
4136           data/icons/16x16/cheese.svg:
4137           rename-cheeese.svg, File name was spelled wrong
4139 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4141         * README.darcs:
4142           add darcs-README
4144 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4146         * data/cheese.glade,
4147           src/window.c:
4148           add the new, shiny icon to the window and aboutdialog
4150 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4152         * AUTHORS:
4153           update AUTHORS
4155 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4157         * data/Makefile,
4158           data/icons/16x16/Makefile,
4159           data/icons/22x22/Makefile,
4160           data/icons/24x24/Makefile,
4161           data/icons/32x32/Makefile,
4162           data/icons/48x48/Makefile,
4163           data/icons/Makefile,
4164           data/icons/icons.make,
4165           data/icons/scalable/Makefile,
4166           toc2/make/toc2-install.make:
4167           icons are now installed properly, thanks to stephan beal
4169 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4171         * data/Makefile,
4172           po/Makefile:
4173           po-changes
4175 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4177         * toc2/make/toc2-install.make:
4178           toc2-install: refactored the processed needed to install custom rules.
4180 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4182         * toc2/tests/toc2_make.sh:
4183           remove _darcs and svn-files from toc2make
4185 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4187         * toc2/make/pomo.make:
4188           pomo.make
4190 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4192         * toc2/doc/toc2.make:
4193           we dont need any toc2.make-files as they will be generated
4195 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4197         * fix_perms.sh:
4198           added fix_perms.sh-script in order to have the right permissions on executables
4200 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4202         * AUTHORS,
4203           ChangeLog,
4204           data/icons,
4205           data/icons/16x16,
4206           data/icons/16x16/cheeese.svg,
4207           data/icons/16x16/cheese.png,
4208           data/icons/22x22,
4209           data/icons/22x22/cheese.png,
4210           data/icons/22x22/cheese.svg,
4211           data/icons/24x24,
4212           data/icons/24x24/cheese.png,
4213           data/icons/32x32,
4214           data/icons/32x32/cheese.png,
4215           data/icons/32x32/cheese.svg,
4216           data/icons/48x48,
4217           data/icons/48x48/cheese.png,
4218           data/icons/scalable,
4219           data/icons/scalable/cheese.svg:
4220           add the new cheese icon, thanks to Andreas Nilsson and Josef Vybíral
4222 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4224         * Makefile,
4225           toc2/make/toc2-dist.make:
4226           now make dist works ;)
4228 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4230         * Makefile,
4231           toc2/make/toc2-dist.make:
4232           fixes a make dist behaviour
4234 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4236         * INSTALL,
4237           Makefile,
4238           README,
4239           cairo-custom.c,
4240           cairo-custom.h,
4241           cheese.c,
4242           cheese.desktop,
4243           cheese.glade,
4244           cheese.h,
4245           configure,
4246           configure.cheese,
4247           data,
4248           data/Makefile,
4249           data/cheese.desktop,
4250           data/cheese.glade,
4251           data/effects,
4252           data/effects/Hulk.png,
4253           data/effects/Makefile,
4254           data/effects/Mauve.png,
4255           data/effects/NoirBlanc.png,
4256           data/effects/Saturation.png,
4257           data/effects/dicetv.png,
4258           data/effects/edgetv.png,
4259           data/effects/identity.png,
4260           data/effects/shagadelictv.png,
4261           data/effects/vertigotv.png,
4262           data/effects/videoflip_h.png,
4263           data/effects/videoflip_v.png,
4264           data/effects/warptv.png,
4265           effects,
4266           fileutil.c,
4267           fileutil.h,
4268           pipeline-photo.c,
4269           pipeline-photo.h,
4270           po/Makefile,
4271           po/cheese.pot,
4272           po/cs.po,
4273           po/de.po,
4274           po/es.po,
4275           po/gl.po,
4276           po/it.po,
4277           po/pt.po,
4278           src,
4279           src/Makefile,
4280           src/cairo-custom.c,
4281           src/cairo-custom.h,
4282           src/cheese.c,
4283           src/cheese.h,
4284           src/cheese_config.h.at,
4285           src/fileutil.c,
4286           src/fileutil.h,
4287           src/pipeline-photo.c,
4288           src/pipeline-photo.h,
4289           src/thumbnails.c,
4290           src/thumbnails.h,
4291           src/window.c,
4292           src/window.h,
4293           thumbnails.c,
4294           thumbnails.h,
4295           toc2,
4296           toc2.cheese.help,
4297           toc2.cheese.make.at,
4298           toc2/Makefile,
4299           toc2/bin,
4300           toc2/bin/Makefile,
4301           toc2/bin/atsign_parse,
4302           toc2/bin/cleanup_vars,
4303           toc2/bin/create_makefile_stubs.sh,
4304           toc2/bin/create_project_skeleton.sh,
4305           toc2/bin/install-sh,
4306           toc2/bin/makedist,
4307           toc2/bin/mkdep-toc2.c,
4308           toc2/bin/removeDupeArgs,
4309           toc2/doc,
4310           toc2/doc/Makefile,
4311           toc2/doc/naming-conventions.txt,
4312           toc2/doc/toc2-manual.odt,
4313           toc2/doc/toc2.make,
4314           toc2/make,
4315           toc2/make/Makefile,
4316           toc2/make/c-bins.make,
4317           toc2/make/c-dlls.make,
4318           toc2/make/doxygen.make,
4319           toc2/make/file-filters.make,
4320           toc2/make/makerules.c-bins,
4321           toc2/make/makerules.c-dlls,
4322           toc2/make/makerules.file-filters,
4323           toc2/make/scratchpad.make,
4324           toc2/make/symlink-files.make,
4325           toc2/make/toc2-c.make,
4326           toc2/make/toc2-cleanup.make,
4327           toc2/make/toc2-dist.make,
4328           toc2/make/toc2-functions-core.make,
4329           toc2/make/toc2-install.make,
4330           toc2/make/toc2-subdirs.make,
4331           toc2/make/toc2.make.at,
4332           toc2/sbin,
4333           toc2/sbin/Makefile,
4334           toc2/sbin/configure.sample,
4335           toc2/sbin/toc2_core.sh,
4336           toc2/sbin/toconfigure,
4337           toc2/tests,
4338           toc2/tests/Makefile,
4339           toc2/tests/PACKAGE_NAME-config.at,
4340           toc2/tests/PACKAGE_NAME-config.sh,
4341           toc2/tests/atfilter_file.sh,
4342           toc2/tests/awk.sh,
4343           toc2/tests/c,
4344           toc2/tests/c/Makefile,
4345           toc2/tests/c/check_for_dlopen_and_friends.c,
4346           toc2/tests/c/check_for_ltdlopen_and_friends.c,
4347           toc2/tests/c/check_for_pthread.c,
4348           toc2/tests/cpp,
4349           toc2/tests/cpp/Makefile,
4350           toc2/tests/cpp/check_setenv_in_cpp.cpp,
4351           toc2/tests/cpp/check_stl_newstyle.cpp,
4352           toc2/tests/cpp/gcc_2_95_typename_problem.cpp,
4353           toc2/tests/create_pkg-config_data.sh,
4354           toc2/tests/doxygen.sh,
4355           toc2/tests/find_appconfig.sh,
4356           toc2/tests/find_header.sh,
4357           toc2/tests/gcc_build_and_run.sh,
4358           toc2/tests/gcc_try_compile.sh,
4359           toc2/tests/gnu_cpp_tools.sh,
4360           toc2/tests/gnu_find.sh,
4361           toc2/tests/gnu_make.sh,
4362           toc2/tests/gnu_tar.sh,
4363           toc2/tests/libdl.sh,
4364           toc2/tests/libexpat.sh,
4365           toc2/tests/libltdl.sh,
4366           toc2/tests/pkg-config-exists.sh,
4367           toc2/tests/toc2_core_tests.sh,
4368           toc2/tests/toc2_make.sh,
4369           toc2/tests/toc2_project_makefile.sh,
4370           toc2/tests/toc2_running_under_cygwin.sh,
4371           toc2/tests/toc2_tests_help.sh,
4372           toc2/tests/user_is_stephan_beal.sh,
4373           window.c,
4374           window.h:
4375           new build system! yeah!
4377 2007-06-27  daniel g. siegel <dgsiegel@gmail.com>
4379         * Makefile:
4380           add the other languages to the makefile
4382 2007-06-27  daniel g. siegel <dgsiegel@gmail.com>
4384         * AUTHORS,
4385           ChangeLog,
4386           po/it.po:
4387           add italian translation,
4388           thanks to Alessandro Falappa
4390 2007-06-27  daniel g. siegel <dgsiegel@gmail.com>
4392         * AUTHORS,
4393           ChangeLog,
4394           po/es.po,
4395           po/gl.po:
4396           add galician translation,
4397           thanks to Ricardo González Castro
4399 2007-06-25  daniel g. siegel <dgsiegel@gmail.com>
4401         * ChangeLog:
4402           changelog update
4404 2007-06-25  daniel g. siegel <dgsiegel@gmail.com>
4406         * AUTHORS,
4407           po/es.po:
4408           add spanish translation,
4409           thanks to Ricardo González Castro
4411 2007-06-25  daniel g. siegel <dgsiegel@gmail.com>
4413         * AUTHORS,
4414           po/de.po,
4415           po/pt.po:
4416           add portuguese translation,
4417           thanks to Miguel Rosa
4419 2007-06-25  daniel g. siegel <dgsiegel@gmail.com>
4421         * AUTHORS,
4422           po/cheese.pot,
4423           po/cs.po,
4424           po/de.po:
4425           add czech translation,
4426           thanks to Vítězslav Kotrla
4428 2007-06-24  daniel g. siegel <dgsiegel@gmail.com>
4430         * README,
4431           TODO,
4432           cairo-custom.c:
4433           update TODO and README,
4434           add dependency cairo and update a licence
4436 2007-06-24  daniel g. siegel <dgsiegel@gmail.com>
4438         * ChangeLog:
4439           update changelog
4441 2007-06-24  daniel g. siegel <dgsiegel@gmail.com>
4443         * README:
4444           enhance README
4446 2007-06-24  daniel g. siegel <dgsiegel@gmail.com>
4448         * Makefile,
4449           README,
4450           po,
4451           po/cheese.pot,
4452           po/de.po,
4453           window.c,
4454           window.h:
4455           add translation (german)
4457 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4459         * Makefile,
4460           cairo-custom.c,
4461           cairo-custom.h:
4462           add round corners for the effect-dialog
4464 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4466         * cheese.glade:
4467           set the main window to !resizable
4469 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4471         * TODO,
4472           cheese.c,
4473           cheese.glade,
4474           window.c,
4475           window.h:
4476           add multi-effect support and new effect-dialog
4478 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4480         * ChangeLog:
4481           add ChangeLog
4483 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4485         * effects,
4486           effects/Hulk.png,
4487           effects/Mauve.png,
4488           effects/NoirBlanc.png,
4489           effects/Saturation.png,
4490           effects/dicetv.png,
4491           effects/edgetv.png,
4492           effects/identity.png,
4493           effects/mouse_events,
4494           effects/shagadelictv.png,
4495           effects/vertigotv.png,
4496           effects/videoflip_h.png,
4497           effects/videoflip_v.png,
4498           effects/warptv.png:
4499           adding preview-pictures for effects
4501 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4503         * window.h:
4504           small fixes for the release
4506 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4508         * AUTHORS,
4509           README,
4510           TODO:
4511           add AUTHORS,
4512           README and update TODO
4514 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4516         * cheese.desktop:
4517           add desktop file
4519 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4521         * TODO:
4522           modifying todo-file
4524 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4526         * COPYING:
4527           add copyright
4529 2007-06-11  daniel g. siegel <dgsiegel@gmail.com>
4531         * window.c:
4532           remove a useless printf
4534 2007-06-11  daniel g. siegel <dgsiegel@gmail.com>
4536         * thumbnails.c,
4537           window.c:
4538           yay, showing photos anyhow works
4540 2007-06-11  daniel g. siegel <dgsiegel@gmail.com>
4542         * TODO,
4543           cheese.glade,
4544           cheese.h,
4545           thumbnails.c,
4546           window.c,
4547           window.h:
4548           add menu and some iconbar improvements
4550 2007-06-08  daniel g. siegel <dgsiegel@gmail.com>
4552         * cheese.c,
4553           cheese.glade,
4554           cheese.h,
4555           window.c,
4556           window.h:
4557           implementing effects
4559 2007-05-31  daniel g. siegel <dgsiegel@gmail.com>
4561         * Makefile,
4562           cheese.c,
4563           cheese.h,
4564           fileutil.c,
4565           fileutil.h,
4566           gst-pipeline.c,
4567           gst-pipeline.h,
4568           pipeline-photo.c,
4569           pipeline-photo.h,
4570           thumbnails.c,
4571           thumbnails.h,
4572           window.c,
4573           window.h:
4574           cleanup, objectification and arrangement of the code ;) (took pretty long, huh?)
4576 2007-05-03  daniel g. siegel <dgsiegel@gmail.com>
4578         * Makefile,
4579           cheese.c,
4580           cheese.h,
4581           fileutil.c,
4582           fileutil.h,
4583           gst-pipeline.c,
4584           gst-pipeline.h:
4585           splitting a bit up
4587 2007-05-03  daniel g. siegel <dgsiegel@gmail.com>
4589         * cheese.c:
4590           add file-monitoring
4592 2007-05-02  daniel g. siegel <dgsiegel@gmail.com>
4594         * TODO,
4595           cheese.c:
4596           add thumbnailing
4598 2007-05-02  daniel g. siegel <dgsiegel@gmail.com>
4600         * Makefile,
4601           cheese.c:
4602           remove jpeg-support
4604 2007-05-02  daniel g. siegel <dgsiegel@gmail.com>
4606         * cheese.glade:
4607           enhance gui
4609 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4611         * cheese.c:
4612           outsource gst-state-functions
4614 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4616         * cheese.c:
4617           maemo-code isnt used anymore
4619 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4621         * cheese.c:
4622           fix jpeg-handling
4624 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4626         * cheese.glade:
4627           fix glade-file
4629 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4631         * camera.py:
4632           remove raphaels python code
4634 2007-04-27  daniel g. siegel <dgsiegel@gmail.com>
4636         * cheese.c:
4637           use gdk-pixbuf to save photos
4639 2007-04-25  daniel g. siegel <dgsiegel@gmail.com>
4641         * cheese:
4642           remove binary
4644 2007-04-25  daniel g. siegel <dgsiegel@gmail.com>
4646         * ROADMAP,
4647           TODO:
4648           update todo
4650 2007-04-25  daniel g. siegel <dgsiegel@gmail.com>
4652         * cheese,
4653           cheese.c:
4654           use gconf to get gstreamer-properties
4656 2007-04-22  daniel g. siegel <dgsiegel@gmail.com>
4658         * ROADMAP,
4659           cheese:
4660           added roadmap
4662 2007-04-22  daniel g. siegel <dgsiegel@gmail.com>
4664         * cheese,
4665           cheese.c:
4666           cleanup
4668 2007-04-22  daniel g. siegel <dgsiegel@gmail.com>
4670         * cheese,
4671           cheese.c:
4672           fixing picture-saving
4674 2007-04-22  daniel g. siegel <dgsiegel@gmail.com>
4676         * cheese,
4677           cheese.c,
4678           cheese.glade:
4679           added picture saving
4681 2007-04-21  daniel g. siegel <dgsiegel@gmail.com>
4683         * Makefile,
4684           camera.py,
4685           cheese,
4686           cheese.c,
4687           cheese.glade,
4688           cheese.h:
4689           initial import
4691 2007-09-11  daniel g. siegel <dgsiegel@gmail.com>
4693         * .:
4694           Initial project roots