Update Chinese (Taiwan) translation
[cheese.git] / ChangeLog.pre-git
blob49b4bafc60c1412635287dcc65a3a1ff22039324
1 2009-03-19  daniel g. siegel <dgsiegel@gmail.com>
3         * MAINTAINERS: 
4           added filippo to MAINTAINERS, welcome!
6 2009-03-16  daniel g. siegel <dgsiegel@gmail.com>
8         * configure.ac,
9           wscript: 
10           post release version bump
12 2009-03-16  daniel g. siegel <dgsiegel@gmail.com>
14         * NEWS: 
15           update NEWS file
17 2009-03-07  Filippo Argiolas <filippo.argiolas@gmail.co>
19         * src/cheese-window.c:
20           Lock gdk mutex in photo-saved and video-saved callbacks
21           Those signals are emitted within a gstreamer callback so outside the
22           mainloop, hence the need for locking.
23           This fixes the flash locking issue and also the one about the grey
24           thumbview right after the flash.
25           Fixes bug #566098
27 2009-03-02  daniel g. siegel <dgsiegel@gmail.com>
29         * configure.ac,
30           wscript: 
31           post release version bump
33 2009-03-02  daniel g. siegel <dgsiegel@gmail.com>
35         * NEWS: 
36           update NEWS file
38 2009-03-01  Filippo Argiolas <filippo.argiolas@gmail.com>
40         * src/cheese-webcam.c:
41           Remove g_error calls where the error is not supposed to abort
42           execution. Replace them with more suited g_warnings.
43           Fixes bug #562179
45 2009-02-28  Filippo Argiolas <filippo.argiolas@gmail.com>
47         * src/cheese.c:
48           Print cheese verbose messages even if log dir doesn't exist.
49           Fixes bug #573573
51 2009-02-16  daniel g. siegel <dgsiegel@gmail.com>
53         * configure.ac,
54           wscript: 
55           post release version bump
57 2009-02-16  daniel g. siegel <dgsiegel@gmail.com>
59         * NEWS: 
60           update NEWS file
62 2009-02-16  Thomas H.P. Andersen <phomes@gmail.com>
64         * src/cheese-window.c: 
65           Replace deprecated gtk symbols with hildon. Bug #571383
67 2009-02-02  daniel g. siegel <dgsiegel@gmail.com>
69         * configure.ac,
70           wscript: 
71           post release version bump
73 2009-02-02  daniel g. siegel <dgsiegel@gmail.com>
75         * NEWS,
76           configure.ac,
77           wscript: 
78           update NEWS file, correct release version
80 2009-01-15  daniel g. siegel <dgsiegel@gmail.com>
82         * AUTHORS,
83           src/cheese-flash.c,
84           src/cheese-window.c: 
85           changed thomas perls mail address
87 2009-01-14  Yair Hershkovitz  <yairhr@gmail.com>
89         * src/eog-thumb-nav.c:
90         Reverse icon view scroll buttons scroll direction for RTL locales.
91         Closes bug #566197.
93 2009-01-05  daniel g. siegel <dgsiegel@gmail.com>
95         * configure.ac,
96           wscript: 
97           post release version bump
99 2009-01-05  daniel g. siegel <dgsiegel@gmail.com>
101         * NEWS: 
102           update NEWS file
104 2008-12-15  daniel g. siegel <dgsiegel@gmail.com>
106         * configure.ac,
107           wscript: 
108           post release version bump
110 2008-12-15  daniel g. siegel <dgsiegel@gmail.com>
112         * NEWS: 
113           update NEWS file
115 2008-12-10  Kjartan Maraas  <kmaraas@gnome.org>
117         * src/ephy-spinner.c:
118         * src/ephy-spinner.h:
119         * src/gedit-message-area.h:
120         Single includes fix. Patch from Pedro Fragoso.
121         Closes bug #563537.
123 2008-12-01  daniel g. siegel <dgsiegel@gmail.com>
125         * configure.ac,
126           wscript: 
127           post release version bump
129 2008-12-01  daniel g. siegel <dgsiegel@gmail.com>
131         * NEWS: 
132           update NEWS file
134 2008-11-23  Filippo Argiolas <filippo.argiolas@gmail.com>
136         * src/cheese-webcam.c:
137           Print Vendor and Product Id while probing devices. Provide some more
138           device informations for easier bug triaging.
140 2008-11-21  Jaap Haitsma <jaap@haitsma.org>
142         * src/cheese.c,
143           src/cheese-dbus.c,
144           src/cheese-fileutil.c,
145           src/cheese-webcam.c: 
146           Remove unnecesary include files, to meet GnomeGoal
147           http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
148           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 :-(
150 2008-11-16  Filippo Argiolas <filippo.argiolas@gmail.com>
152         * src/cheese-thumb-view.c:
153           Don't use random access GList methods when accessing a list
154           sequentially. Properly free list elements after use.
155           Fixes bug #560514, courtesy of Giuseppe Fuggiano
157 2008-11-15  Jaap Haitsma <jaap@haitsma.org>
159         * configure.ac,
160           src/cheese-window.c,
161           wscript: 
162           Use gtk_show_uri to open files and xdg-open i.s.o. gnome-open which 
163           is part of libgnome and is deprecated
165 2008-11-15  Jaap Haitsma <jaap@haitsma.org>
167         * src/cheese-window.c: 
168           Use gtk_message_dialog_format_secondary_markup correctly
170 2008-11-13  daniel g. siegel <dgsiegel@gmail.com>
172         * src/cheese.c: 
173           print the cheese version if the -v flag is set
175 2008-11-13  daniel g. siegel <dgsiegel@gmail.com>
177         * README,
178           src/cheese-window.c: 
179           change the cheese homepage to projects.gnome.org
181 2008-11-11  daniel g. siegel <dgsiegel@gmail.com>
183         * src/cheese-gconf.c: 
184           free gslist properly without a memory leak, fixes bug #560347,
185           courtesy of Giuseppe Fuggiano
187 2008-11-09  daniel g. siegel <dgsiegel@gmail.com>
189         * src/cheese-webcam.c: 
190           cheese now works for cams which support only one resolution,
191           fixes bug #560032, courtesy of Hans de Goede
193 2008-11-04  daniel g. siegel <dgsiegel@gmail.com>
195         * configure.ac,
196           wscript: 
197           post release version bump
199 2008-11-04  daniel g. siegel <dgsiegel@gmail.com>
201         * NEWS: 
202           update NEWS file
204 2008-11-02  Felix Kaser <f.kaser@gmx.net>
206         * ChangeLog: 
207           changed the ChangeLog file, because of an error in a previous changelog entry (no name/email)
208           
209 2008-11-02  daniel g. siegel <dgsiegel@gmail.com>
211         * src/cheese-countdown.c: 
212           change the default font of the countdown widget to bitstream
213           vera sans bold
215 2008-10-20  daniel g. siegel <dgsiegel@gmail.com>
217         * src/wscript_build,
218           wscript: 
219           remove gnome-vfs dependency from waf
221 2008-10-17  Cosimo Cecchi  <cosimoc@gnome.org>
223         * configure.ac:
224         * src/Makefile.am:
225         * src/cheese-thumb-view.c: (cheese_thumb_view_thread_append_item),
226         (cheese_thumb_view_init):
227         * src/cheese.c: (main):
228         * src/eog-thumbnail.c: (art_rgb_run_alpha):
229         Drop libgnome/libgnome-vfs dependencies (#556580).
231 2008-10-13  daniel g. siegel <dgsiegel@gmail.com>
233         * src/cheese.c: 
234           enhance the previous patch
236 2008-10-13  daniel g. siegel <dgsiegel@gmail.com>
238         * wscript: 
239           change the dependency of dbus to dbus-1
241 2008-10-13  Filippo Argiolas <filippo.argiolas@gmail.com>
243         * src/cheese.c:
244           Exit correctly with unknown command line arguments, fixes bug
245           #556084.
247 2008-10-12  Felix Kaser <f.kaser@gmx.net>
249         * data/cheese.glade,
250           data/cheese.ui,
251           src/cheese-window.c: 
252           Some ui changes to solve bug #548546! When in fullscreen
253           and effects chooser mode the fullscreen toolbar will remain
254           visible! This has been considered the best way.
256 2008-09-22  daniel g. siegel <dgsiegel@gmail.com>
258         * configure.ac,
259           wscript: 
260           post release version bump
262 2008-09-22  daniel g. siegel <dgsiegel@gmail.com>
264         * NEWS: 
265           update NEWS file
267 2008-09-19  daniel g. siegel <dgsiegel@gmail.com>
269         * configure.ac,
270           README,
271           wscript: 
272           update the cheese dependencies, fixes bug #547203
274 2008-09-16  daniel g. siegel <dgsiegel@gmail.com>
276         * data/pixmaps/Makefile.am,
277           data/pixmaps/cheese-2.svg,
278           data/pixmaps/cheese-3.svg,
279           src/cheese-thumb-view.c: 
280           nothing ;)
282 2008-09-15  daniel g. siegel <dgsiegel@gmail.com>
284         * src/cheese-window.c: 
285           use the correct translated plural form when deleting more than
286           one item from the thumbnail bar, fixes bug #552290, courtesy
287           of Yuriy Penkin
289 2008-09-14  daniel g. siegel <dgsiegel@gmail.com>
291         * src/cheese-thumb-view.c: 
292           do not add a new item to the thumbnail bar, if its already
293           there, fixes bug #549804
295 2008-09-10  Filippo Argiolas <filippo.argiolas@gmail.com>
297         * src/cheese.c:
298           include gio header in cheese.c
300 2008-09-09  daniel g. siegel <dgsiegel@gmail.com>
302         * configure.ac,
303           wscript: 
304           post release version bump
306 2008-09-09  daniel g. siegel <dgsiegel@gmail.com>
308         * NEWS: 
309           update NEWS file
311 2008-09-09  daniel g. siegel <dgsiegel@gmail.com>
313         * src/cheese-fileutil.c,
314           src/cheese-fileutil.h,
315           src/cheese.c: 
316           old photos and videos (before 2.24) are now available in cheese
317           2.24, fixes bug #547290
319 2008-09-09  Filippo Argiolas <filippo.argiolas@gmail.com>
321         * src/cheese-webcam.c:
322           sort videoformat array and resolution hashtable, courtesy of Hans
323           de Goede
325 2008-09-09  Filippo Argiolas <filippo.argiolas@gmail.com>
327         * src/cheese-webcam.c,
328           src/cheese-webcam.h:
329           dont save duplicated videoformats abut only keep the one with the
330           maximum framerate if it provides the same resolution. add
331           correspondent entry only once to the resolution hashtable so that
332           we have no more duplicated resolutions on preferences dialog.
333           Fixes bugs #547144 and #547140, courtesy of Hans de Goede
335 2008-09-08  daniel g. siegel <dgsiegel@gmail.com>
337         * src/cheese.c: 
338           remove the old log file if it exists
340 2008-09-08  Filippo Argiolas <filippo.argiolas@gmail.com>
342         * src/cheese-webcam.c:
343           send eos event only if the pipeline was playing, otherwise force
344           shutdown. Start a timeout to force unclean shutdown if eos takes
345           to much to propagate or doesnt propagate at all. Probably fixes
346           bug #547422
348 2008-09-08  Filippo Argiolas <filippo.argiolas@gmail.com>
350         * src/cheese-window.c:
351           set take_picture sensitiveness before webcam_stop_video_recording
352           since this emits a signal that would lead to another
353           sensitiveness change. see comments on bug #547422
355 2008-09-08  daniel g. siegel <dgsiegel@gmail.com>
357         * data/cheese.glade,
358           data/cheese.ui: 
359           set the utility hint for the fullscreen toolbar, partially
360           fixes #548546
362 2008-09-08  daniel g. siegel <dgsiegel@gmail.com>
364         * src/cheese-window.c: 
365           small indenting change
367 2008-09-08  daniel g. siegel <dgsiegel@gmail.com>
369         * data/cheese-bugreport.sh,
370           src/cheese.c: 
371           rename the log file to "log.txt" and prepend it with the
372           running cheese version
374 2008-09-05  daniel g. siegel <dgsiegel@gmail.com>
376         * src/cheese-webcam.c,
377           src/cheese-webcam.h: 
378           fix various issues with cheese, tv-cards and other strange
379           devices, fixes bug #546868, courtesy of Hans de Goede
381 2008-09-02  daniel g. siegel <dgsiegel@gmail.com>
383         * AUTHORS,
384           src/cheese-prefs-webcam-combo.c: 
385           cheese crashes no more when no device is set in gconf, partially
386           fixes bug #546868, courtesy of Hans de Goede
388 2008-09-02  daniel g. siegel <dgsiegel@gmail.com>
390         * src/cheese-window.c: 
391           display toolbar when entering into fullscreen mode, fixes bug
392           #548546, courtesy of Felix Kaser
394 2008-09-01  daniel g. siegel <dgsiegel@gmail.com>
396         * configure.ac,
397           wscript: 
398           post release version bump
400 2008-09-01  daniel g. siegel <dgsiegel@gmail.com>
402         * NEWS: 
403           update NEWS file
405 2008-09-01  daniel g. siegel <dgsiegel@gmail.com>
407         * data/cheese.desktop.in.in: 
408           cheese.desktop file now respects freedesktop SPEC, fixes bug
409           #550195, courtesy of Pacho Ramos
411 2008-08-23  daniel g. siegel <dgsiegel@gmail.com>
413         * src/cheese-countdown.c,
414           src/cheese-countdown.h,
415           src/cheese-dbus.c,
416           src/cheese-dbus.h,
417           src/cheese-effect-chooser.c,
418           src/cheese-effect-chooser.h,
419           src/cheese-fileutil.c,
420           src/cheese-fileutil.h,
421           src/cheese-flash.c,
422           src/cheese-flash.h,
423           src/cheese-gconf.c,
424           src/cheese-gconf.h,
425           src/cheese-no-camera.c,
426           src/cheese-no-camera.h,
427           src/cheese-prefs-dialog-widgets.c,
428           src/cheese-prefs-dialog-widgets.h,
429           src/cheese-prefs-dialog.c,
430           src/cheese-prefs-dialog.h,
431           src/cheese-prefs-resolution-combo.c,
432           src/cheese-prefs-resolution-combo.h,
433           src/cheese-prefs-webcam-combo.c,
434           src/cheese-prefs-webcam-combo.h,
435           src/cheese-prefs-widget.c,
436           src/cheese-prefs-widget.h,
437           src/cheese-thumb-view.c,
438           src/cheese-thumb-view.h,
439           src/cheese-webcam.c,
440           src/cheese-webcam.h,
441           src/cheese-window.c,
442           src/cheese-window.h,
443           src/cheese.c,
444           tools/cheese-indent.cfg: 
445           a small syntax cleanup made with uncrustify
447 2008-08-22  daniel g. siegel <dgsiegel@gmail.com>
449         * tools/cheese-indent.cfg: 
450           uncrustify config update
452 2008-08-22  daniel g. siegel <dgsiegel@gmail.com>
454         * tools/cheese-indent.cfg,
455           tools/indent.sh: 
456           add the uncrustify indenting config
458 2008-08-20  daniel g. siegel <dgsiegel@gmail.com>
460         * data/wscript_build,
461           help/wscript_build,
462           waf,
463           wscript: 
464           waf did not install the files properly, now it does
466 2008-08-20  daniel g. siegel <dgsiegel@gmail.com>
468         * data/org.gnome.Cheese.service.in: 
469           add the dynamic bindir to the dbus file
471 2008-08-20  daniel g. siegel <dgsiegel@gmail.com>
473         * src/Makefile.am,
474           src/cheese-dbus.c,
475           src/wscript_build,
476           waf: 
477           update waf to 1.4.3 and make it working again
479 2008-08-18  daniel g. siegel <dgsiegel@gmail.com>
481         * configure.ac,
482           wscript: 
483           post release version bump
485 2008-08-18  daniel g. siegel <dgsiegel@gmail.com>
487         * acinclude.m4,
488           configure.ac,
489           data/Makefile.am: 
490           fix some dbus-autotool regression, which prevented building
491           cheese correctly
493 2008-08-18  daniel g. siegel <dgsiegel@gmail.com>
495         * NEWS: 
496           update NEWS file
498 2008-08-17  daniel g. siegel <dgsiegel@gmail.com>
500         * data/cheese.glade,
501           data/cheese.ui: 
502           change order of buttons in fullscreen mode
504 2008-08-17  daniel g. siegel <dgsiegel@gmail.com>
506         * src/cheese-countdown.c,
507           src/cheese-thumb-view.c,
508           src/cheese.c: 
509           small syntax cleanup
511 2008-08-17  daniel g. siegel <dgsiegel@gmail.com>
513         * src/cheese-window.c: 
514           call gdk_x11_window_set_user_time to raise the cheese window
515           if its called twice
517 2008-08-16  daniel g. siegel <dgsiegel@gmail.com>
519         * acinclude.m4: 
520           fix messed up acinclude.m4
522 2008-08-16  daniel g. siegel <dgsiegel@gmail.com>
524         * data/org.gnome.Cheese.service.in: 
525           fix messed up dbus service file
527 2008-08-16  daniel g. siegel <dgsiegel@gmail.com>
529         * src/cheese-dbus.c,
530           src/cheese-dbus.h: 
531           small syntax cleanup and removing of an unneeded variable
533 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
535         * data/org.gnome.Cheese.service,
536           data/org.gnome.Cheese.service.in: 
537           another one, sorry :)
539 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
541         * acinclude.m4: 
542           I forgot to add acinclude.m4, sorry.
544 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
546         * src/cheese.c: 
547           notify startup if another istance is found (normally that would be
548           done by gtk when opening the window but we exit without create any
549           window so we have to do it manually)
551 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
553         * configure.ac,
554           data/Makefile.am,
555           data/org.gnome.Cheese.service,
556           src/cheese.c,
557           src/cheese-dbus.c,
558           src/cheese-dbus.h,
559           src/cheese-dbus-infos.xml,
560           src/cheese-window.c,
561           src/cheese-window.h,
562           src/Makefile.am: 
563           Don't start cheese twice if another instance is running. First part
564           of Felix Kaser's work with cheese and dbus. Fixes bug #527736.
566 2008-08-16  Filippo Argiolas <filippo.argiolas@gmail.com>
568         * src/cheese.c: 
569           remove gtk_init and gst_init, according to the docs these are not
570           needed if we use gtk_get_option_group and gst_init_get_option_group
572 2008-08-13  daniel g. siegel <dgsiegel@gmail.com>
574         * src/cheese-window.c: 
575           remove unneeded gtkwidget label_effects_fullscreen
577 2008-08-13  daniel g. siegel <dgsiegel@gmail.com>
579         * data/cheese.glade,
580           data/cheese.ui: 
581           align the buttons with the thumbnail bar
583 2008-08-13  Patryk Zawadzki <patrys@pld-linux.org>
585         * src/eog-thumb-nav.c: 
586           hide scrollbar when not needed
588 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
590         * data/cheese.glade,
591           data/cheese.ui: 
592           remove the relief of all buttons in the fullscreen toolbar
594 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
596         * data/cheese.glade,
597           data/cheese.ui,
598           src/cheese-countdown.c,
599           src/cheese-countdown.h,
600           src/cheese-window.c: 
601           improve the fullscreen mode, fixes bug #547405, courtesy of
602           Felix Kaser
604 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
606         * src/cheese-thumb-view.c: 
607           select the last thumbnail item, if the last one was deleted
609 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
611         * src/cheese-countdown.c: 
612           hitting space when the countdown has already begun, distorts
613           the countdown, fixes bug #547403
615 2008-08-12   Filippo Argiolas <filippo.argiolas@gmail.com>
617         * src/cheese-thumb-view.c,
618           src/cheese-thumb-view.h,
619           src/cheese-window.c: 
620           Test for file existence before moving to trash. Remove item
621           from thumbview if trashing succeeds (don't wait for monitor
622           to notice). Untabify cheese-window.c
624 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
626         * tools/cicl: 
627           update cicl
629 2008-08-12  daniel g. siegel <dgsiegel@gmail.com>
631         * data/gtkrc: 
632           a dynamic growing slider length is much better than a static one
634 2008-08-11  Patryk Zawadzki <patrys@pld-linux.org>
635         * src/cheese-window.c,
636           src/cheese.c,
637           src/eog-thumb-nav.c,
638           src/eog-thumb-nav.h,
639           src/Makefile.am,
640           data/cheese.ui,
641           data/Makefile.am,
642           data/wscript_build,
643           data/gtkrc: 
644           Use eog's thumbnail browser widget. Fixes bug #511916.
646 2008-08-11  Filippo Argiolas <filippo.argiolas@gmail.com>
648         * src/cheese-window.c: 
649           Disable action_effects while setup_camera is running. Fixes bug
650           #547313
652 2008-08-11  daniel g. siegel <dgsiegel@gmail.com>
654         * src/cheese-window.c: 
655           add people who contributed to cheese to the cheese about window
657 2008-08-11  Filippo Argiolas <filippo.argiolas@gmail.com>
659         * src/cheese-webcam.c,
660           src/cheese-window.c: 
661           Give a detailed error message if some gstreamer element is missing.
662           Patch from Todd Eisenberger (slightly modified). Fixes bug #522009.
664 2008-08-10  daniel g. siegel <dgsiegel@gmail.com>
666         * data/cheese.schemas.in: 
667           some gconf translation improvements, fixes bug #547168
669 2008-08-10  daniel g. siegel <dgsiegel@gmail.com>
671         * data/cheese.schemas.in: 
672           add a translator comment to our schema file
674 2008-08-10  Filippo Argiolas <filippo.argiolas@gmail.com>
676         * src/cheese-window.c: 
677           Connect button_photo and button_video as proxy widgets for relative
678           RadioActions. This makes the code more simple and clean.
680 2008-08-08  Filippo Argiolas <filippo.argiolas@gmail.com>
682         * src/cheese-window.c: 
683           Change action_files sensitiveness on "selection-changed" event.
684           Fixes bug 546918
686 2008-08-08  Filippo Argiolas <filippo.argiolas@gmail.com>
688         * src/cheese-webcam.c: 
689           don't try to find highest framerate if format is NULL, courtesy of
690           Todd Eisenberger
692 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
694         * data/cheese.schemas.in,
695           src/cheese-gconf.c: 
696           selected effects gconf key values are now standardized, fixes bug #513776 
698 2008-08-07  Filippo Argiolas <filippo.argiolas@gmail.com>
700         * src/cheese-window.c: 
701           Better hig compliant alert for missing gstreamer elements. Patch
702           from bug #522009
704 2008-08-07  Filippo Argiolas <filippo.argiolas@gmail.com>
706         * data/cheese.schemas.in,
707           data/cheese-ui.xml,
708           src/cheese-gconf.c,
709           src/cheese-gconf.h,
710           src/cheese-window.c: 
711           Add a Delete action to immediately delete files without moving to
712           trash. It can be hidden with the new enable_delete gconf key.
714 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
716         * data/cheese.desktop.in.in: 
717           use "Cheese Webcam Booth" instead of "Cheese" as the desktop entry name, fixes bug #543976
719 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
721         * src/cheese-thumb-view.c,
722           src/cheese-thumb-view.h,
723           src/cheese-window.c: 
724           add multiple selection in the picture listing pane, fixes bug #481405 
726 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
728         * AUTHORS,
729           src/cheese-webcam.c,
730           src/cheese-window.c: 
731           correct critical warnings, if some gstreamer plugins arent available, fixes bug #522009, courtesy of Todd Eisenberger
733 2008-08-07  daniel g. siegel <dgsiegel@gmail.com>
735         * src/cheese-window.c: 
736           remove useless g_free which produced a warning
738 2008-08-06  daniel g. siegel <dgsiegel@gmail.com>
740         * src/cheese-thumb-view.c: 
741           remove a useless printf
743 2008-08-06  daniel g. siegel <dgsiegel@gmail.com>
745         * src/cheese-thumb-view.c: 
746           Chuck Norris doesn't play god. Playing is for children. 
748 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
750         * src/cheese-thumb-view.c: 
751           don't trust a gboolean to be false
753 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
755         * src/cheese-window.c: 
756           use g_random_int instead of g_rand_int
758 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
760         * data/pixmaps/Makefile.am,
761           data/wscript_build: 
762           add missing icons to waf and autotools
764 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
766         * AUTHORS,
767           data/pixmaps/cheese-1.svg,
768           src/cheese-thumb-view.c: 
769           add the multiplex thumbnail generator algorithm
771 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
773         * src/cheese-thumb-view.c: 
774           Free ThumbViewThreadData. Remove redundant setting for url and
775           basename column.
777 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
779         * src/cheese-window.c: 
780           Disable "Start recording" button until the recording pipeline
781           properly shuts down.
783 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
785         * src/cheese-thumb-view.c: 
786           remove a dummy g_message I used for debug
788 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
790         * src/cheese-thumb-view.c: 
791           Save generated thumbnails. It seems I removed it without notice,
792           sorry.
794 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
796         * src/cheese-thumb-view.c: 
797           resolve wrong sorting issue of the thumbnails, fixes bug #546390
799 2008-08-05  Filippo Argiolas <filippo.argiolas@gmail.com>
801         * src/cheese-thumb-view.c: 
802           free a strdup-ed string
804 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
806         * configure.ac,
807           wscript: 
808           post release version bump
810 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
812         * NEWS: 
813           update NEWS file
815 2008-08-05  daniel g. siegel <dgsiegel@gmail.com>
817         * src/cheese-countdown.c,
818           src/cheese-effect-chooser.c,
819           src/cheese-fileutil.c,
820           src/cheese-fileutil.h,
821           src/cheese-gconf.c,
822           src/cheese-gconf.h,
823           src/cheese-no-camera.h,
824           src/cheese-prefs-webcam-combo.c,
825           src/cheese-thumb-view.c,
826           src/cheese-thumb-view.h,
827           src/cheese-webcam.c,
828           src/cheese-window.c,
829           src/cheese.c: 
830           small syntax cleanup
832 2008-08-04  daniel g. siegel <dgsiegel@gmail.com>
834         * src/cheese-window.c: 
835           use gtk stock for fullscreen
837 2008-08-04  daniel g. siegel <dgsiegel@gmail.com>
839         * src/cheese-window.c: 
840           add a mnemonic and the correct spelling to the fullscreen option
842 2008-08-04  daniel g. siegel <dgsiegel@gmail.com>
844         * data/cheese-ui.xml,
845           src/cheese-window.c: 
846           add a fullscreen mode for kiosks, fixes #478852, courtesy of Felix Kaser
848 2008-08-04  daniel g. siegel <dgsiegel@gmail.com>
850         * src/cheese-thumb-view.c: 
851           wait until the video has been recorded, to add it to the thumbnail bar, partially fixes #545212
853 2008-08-04  Filippo Argiolas <filippo.argiolas@gmail.com>
855         * src/cheese-thumb-view.c,
856           src/cheese-window.c: 
857           Move thumbnail generation to its own thread. 
858           Display a loading icon while generating thumbnail.
859           Display a fallback icon if thumbnail generation fails.
860           Fixes #545151. Partially fixes #545212.
861           Fix a segfault in cheese-window while deleting both videos and
862           photos.
864 2008-08-04  Filippo Argiolas <filippo.argiolas@gmail.com>
866         * src/cheese-window.c: 
867           Delete files if move_to_trash fails. Support for Skip, Skip All,
868           Delete All to resemble common nautilus behavior. Fixes #545950
870 2008-08-02  Filippo Argiolas <filippo.argiolas@gmail.com>
872         * src/cheese-window.c: 
873           another uninitialized GError (see previous commit)
875 2008-08-02  Filippo Argiolas <filippo.argiolas@gmail.com>
877         * src/cheese-window.c: 
878           initialize error in move_file_to_trash to NULL, fixes #545997
880 2008-07-28  Filippo Argiolas <filippo.argiolas@gmail.com>
882         * src/cheese-webcam.c: 
883           add a videorate element to video_save_bin, fixes (partially?) #542014
885 2008-07-26  daniel g. siegel <dgsiegel@gmail.com>
887         * tools/cicl: 
888           add the cicl script to cheese, and try to gain the world domination with this first step
890 2008-07-23  Filippo Argiolas <filippo.argiolas@gmail.com>
892         * src/cheese-window.c: 
893           connect button_effects as a proxy widget for Effects ToggleAction so
894           they behave coherently. Fixes bug #539195
896 2008-07-22  Filippo Argiolas <filippo.argiolas@gmail.com>
898         * src/cheese-prefs-webcam-combo.c: 
899           Don't try to access selected_device->video_device if there is no
900           device. Fixes bug #544062
902 2008-07-21  daniel g. siegel <dgsiegel@gmail.com>
904         * configure.ac,
905           wscript: 
906           post release version bump
908 2008-07-21  daniel g. siegel <dgsiegel@gmail.com>
910         * AUTHORS,
911           NEWS: 
912           update NEWS and AUTHOR file
914 2008-07-08  daniel g. siegel <dgsiegel@gmail.com>
916         * wscript: 
917           bump waf requirements
919 2008-07-05  Filippo Argiolas <filippo.argiolas@gmail.com>
921         * AUTHORS,
922           configure.ac,
923           src/cheese-webcam.c:
924           Bump gstreamer requirements to 0.10.16.
925           Use gst_element_send_event to cleanly shutdown video recording.
926           Fixes #523475.
928 2008-07-05  Filippo Argiolas <filippo.argiolas@gmail.com>
930         * src/cheese.c: 
931           fixes cheese_print_handler, path string was being used after
932           unreferencing its owner (fileutil)
934 2008-06-28  daniel g. siegel <dgsiegel@gmail.com>
936         * src/cheese-fileutil.h: 
937           use ogv as default video extension, fixes bug #524021
939 2008-06-28  daniel g. siegel <dgsiegel@gmail.com>
941         * src/cheese-thumb-view.c: 
942           small syntax cleanup
944 2008-06-28  daniel g. siegel <dgsiegel@gmail.com>
946         * src/cheese-flash.c: 
947           remove a unused variable, which produced a warning
949 2008-06-23  Jaap Haitsma <jaap@haitsma.org>
951         * src/cheese.c,
952           src/cheese-prefs-webcam-combo.c,
953           src/cheese-webcam.c,
954           src/cheese-webcam.h,
955           src/cheese-window.c,
956           src/cheese-window.h: 
957           Make hal-device-id command line option work
958           Fixes bug #498023. Patch by zeiglerr at gmail dot com
960 2008-06-22  Marc-Andre Lureau  <marcandre.lureau@gmail.com>
962         * src/cheese-webcam.c: Removed include <X11/extensions/xf86vmode.h>
963         Fixes bug #539631.
965 2008-06-22  daniel g. siegel <dgsiegel@gmail.com>
967         * src/cheese-window.c: 
968           fix typo, which prevented hildon mode to compile cleanly
970 2008-06-19  daniel g. siegel <dgsiegel@gmail.com>
972         * AUTHORS,
973           data/cheese-prefs.glade,
974           data/cheese-prefs.ui,
975           src/Makefile.am,
976           src/cheese-prefs-dialog.c,
977           src/cheese-prefs-dialog.h,
978           src/cheese-prefs-webcam-combo.c,
979           src/cheese-prefs-webcam-combo.h,
980           src/cheese-webcam.c,
981           src/cheese-webcam.h,
982           src/cheese-window.c: 
983           allow to choose the webcam using the preference dialog, fixes bug #522200, courtesy of Ryan Zeigler
985 2008-06-19  Cosimo Cecchi  <cosimoc@gnome.org>
987         * src/cheese-countdown.c: (do_text):
988         * src/cheese-thumb-view.c: (cheese_thumb_view_fill):
989         * src/cheese-window.c: (cheese_window_cmd_save_as),
990         (cheese_window_cmd_move_file_to_trash),
991         (cheese_window_cmd_set_about_me_photo),
992         (cheese_window_countdown_picture_cb), (setup_camera):
993         Fix some gcc warnings. (#537490).
995 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
997         * configure.ac,
998           wscript: 
999           post release version bump
1001 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
1003         * NEWS: 
1004           update NEWS
1006 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
1008         * Makefile.am,
1009           autogen.sh,
1010           configure.ac: 
1011           use intltool > 0.40 for autotools
1013 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
1015         * NEWS: 
1016           update NEWS file
1018 2008-06-16  daniel g. siegel <dgsiegel@gmail.com>
1020         * configure.ac,
1021           wscript: 
1022           release version bump
1024 2008-06-08  Jaap Haitsma <jaap@haitsma.org>
1026         * src/cheese-webcam.c,
1027           src/cheese-webcam.h,
1028           src/cheese-window.c: 
1029           Instead of crashing report when certain gstreamer are not found. 
1030           Fixes bug #522009. Patch by Todd Eisenberger
1032 2008-06-07  daniel g. siegel <dgsiegel@gmail.com>
1034         * src/cheese-window.c: 
1035           fix a crash, when using about/quit menu items in hildon mode, fixes bug #535582, courtesy of Michael Terry
1037 2008-06-02  daniel g. siegel <dgsiegel@gmail.com>
1039         * NEWS: 
1040           update NEWS file
1042 2008-05-25  Jaap Haitsma <jaap@haitsma.org>
1044         * AUTHORS: 
1045           Add Alex and Thomas to the AUTHORS file
1047 2008-05-25  Jaap Haitsma <jaap@haitsma.org>
1049         * src/cheese-flash.c,
1050           src/cheese-flash.h: 
1051           Forgot to add cheese-flash.[ch] to SVN
1053 2008-05-25  Jaap Haitsma <jaap@haitsma.org>
1055         * wscript: 
1056           Also remove xxf86vm from wscript
1058 2008-05-25  Jaap Haitsma <jaap@haitsma.org>
1060         * configure.ac,
1061           src/cheese-flash.c,
1062           src/cheese-flash.h,
1063           src/cheese-webcam.c,
1064           src/cheese-window.c,
1065           src/Makefile.am: 
1066           Add new flash and remove changing gamma for simulating flash. The 
1067           new flash works best if you run a composited desktop. Patch by 
1068           Alex "weej" Jones and Thomas Perl. Fixes #526214
1070 2008-05-23  daniel g. siegel <dgsiegel@gmail.com>
1072         * src/cheese-fileutil.c: 
1073           fix segfault on startup if video or photo directory gconf setting is missing, fixes bug #534480, courtesy of Alexander Jones
1075 2008-05-18  Felix Kaser <f.kaser@gmx.net>
1077         * data/cheese.schemas.in,
1078           src/cheese.c,
1079           src/cheese-fileutil.c,
1080           src/cheese-fileutil.h,
1081           src/cheese-gconf.c,
1082           src/cheese-gconf.h,
1083           src/cheese-thumb-view.c,
1084           src/cheese-window.c: 
1085           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"!
1087 2008-05-12  daniel g. siegel <dgsiegel@gmail.com>
1089         * configure.ac,
1090           wscript: 
1091           post release version bump
1093 2008-05-12  daniel g. siegel <dgsiegel@gmail.com>
1095         * po/POTFILES.in,
1096           po/POTFILES.skip: 
1097           add and remove some translatable files
1099 2008-05-12  daniel g. siegel <dgsiegel@gmail.com>
1101         * NEWS: 
1102           update the NEWS file
1104 2008-05-08  daniel g. siegel <dgsiegel@gmail.com>
1106         * configure.ac,
1107           data/cheese.glade,
1108           data/cheese.ui,
1109           data/icons/16x16/actions/Makefile.am,
1110           data/icons/16x16/actions/browse-webcam-effects.png,
1111           data/icons/16x16/actions/effects.png,
1112           data/icons/22x22/Makefile.am,
1113           data/icons/22x22/actions,
1114           data/icons/22x22/actions/Makefile.am,
1115           data/icons/22x22/actions/browse-webcam-effects.png,
1116           data/icons/24x24/Makefile.am,
1117           data/icons/24x24/actions,
1118           data/icons/24x24/actions/Makefile.am,
1119           data/icons/24x24/actions/browse-webcam-effects.png,
1120           data/icons/32x32/Makefile.am,
1121           data/icons/32x32/actions,
1122           data/icons/32x32/actions/Makefile.am,
1123           data/icons/32x32/actions/browse-webcam-effects.png,
1124           data/icons/48x48/Makefile.am,
1125           data/icons/48x48/actions,
1126           data/icons/48x48/actions/Makefile.am,
1127           data/icons/48x48/actions/browse-webcam-effects.png,
1128           data/icons/scalable/Makefile.am,
1129           data/icons/scalable/actions,
1130           data/icons/scalable/actions/Makefile.am,
1131           data/icons/scalable/actions/browse-webcam-effects.svg: 
1132           better effects icon, fixes bug #511369
1134 2008-05-02  daniel g. siegel <dgsiegel@gmail.com>
1136         * AUTHORS,
1137           src/cheese-fileutil.c,
1138           src/cheese-fileutil.h,
1139           src/cheese-thumb-view.c,
1140           src/cheese-window.c,
1141           src/cheese.c: 
1142           store photos and videos in xdg directories, fixes bug #509475, courtesy of Felix Kaser
1144 2008-05-02  daniel g. siegel <dgsiegel@gmail.com>
1146         * src/cheese-fileutil.h: 
1147           change the default video extension to .ogg until the mime types are supported properly on the gnome desktop
1149 2008-05-02  daniel g. siegel <dgsiegel@gmail.com>
1151         * src/cheese-window.c: 
1152           remove a useless variable
1154 2008-05-02  daniel g. siegel <dgsiegel@gmail.com>
1156         * data/cheese.glade,
1157           data/cheese.ui,
1158           src/cheese-window.c: 
1159           change the effects button to a toggle button, fixes bug #527870
1161 2008-04-27  daniel g. siegel <dgsiegel@gmail.com>
1163         * data/cheese-ui.xml,
1164           src/cheese-window.c: 
1165           added support for nautilus send to. this replaces "send by email" where
1167           available, fixes bug #528249, courtesy of Jose Dapena Paz
1169 2008-04-27  daniel g. siegel <dgsiegel@gmail.com>
1171         * src/cheese-fileutil.c: 
1172           name the files to the date, when they were created, fixes bug #525739
1174 2008-04-27  daniel g. siegel <dgsiegel@gmail.com>
1176         * data/cheese.schemas.in: 
1177           remove extraneous commas in strings, fixes bug #529445
1179 2008-04-26  Andrea Cimitan  <andrea.cimitan@gmail.com>
1181         * src/cheese-countdown.c (on_expose):
1182           the numbers are now aligned (increased size from 24 to 26)
1184 2008-04-26  daniel g. siegel <dgsiegel@gmail.com>
1186         * src/cheese-countdown.c: 
1187           second number on the countdown widget is 2 not 3
1189 2008-04-26  daniel g. siegel <dgsiegel@gmail.com>
1191         * src/cheese-countdown.c: 
1192           make the countdown numbers translatable the right way
1194 2008-04-26  daniel g. siegel <dgsiegel@gmail.com>
1196         * data/cheese-prefs.glade,
1197           data/cheese-prefs.ui: 
1198           "gtk-close" should not be translated, fixes bug #530026
1200 2008-04-26  Andrea Cimitan  <andrea.cimitan@gmail.com>
1202           * AUTHORS:
1203           * src/cheese-countdown.c (rgb_to_hls), (hls_to_rgb), (color_shade),
1204           (on_expose), (create_surface_from_svg), (on_style_set_cb):
1205           changed shading operations using a hls colorspace.
1206           drawing operation trough a cairo_pattern.
1207           added a border and a little highlight on it.
1209 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1211         * po/POTFILES.in,
1212           src/cheese-countdown.c: 
1213           make the 3 2 1 on the countdown widget translatable
1215 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1217         * src/cheese-countdown.c: 
1218           use fg[SELECTED] instead of text[SELECTED] for the countdown widget
1220 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1222         * src/cheese-window.c: 
1223           fix invalid free in cheese, fixes bug #529467, courtesy of Matthias Clasen
1225 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1227         * src/cheese-window.c: 
1228           take picture button is enabled outside gtk thread lock, fixes bug #529789, courtesy of Gary Lasker
1230 2008-04-25  daniel g. siegel <dgsiegel@gmail.com>
1232         * data/pixmaps/camera-icon.svg,
1233           src/cheese-countdown.c: 
1234           use gtk theme colors for the countdown widget
1236 2008-04-22  daniel g. siegel <dgsiegel@gmail.com>
1238         * data/cheese.glade: 
1239           Don't display the toplevel window by default (it's shown explicitely
1240           in pure-Gtk+ mode); fixes superfluous window in Hildon mode,
1241           fixes bug #529276, courtesy of Loïc Minier
1243 2008-04-22  Loïc Minier  <lool@dooz.org>
1245         * data/cheese.ui:
1246           Don't display the toplevel window by default (it's shown explicitely
1247           in pure-Gtk+ mode); fixes superfluous window in Hildon mode.
1248           Fixes bug #529276.
1250 2008-04-21  daniel g. siegel <dgsiegel@gmail.com>
1252         * AUTHORS,
1253           data/cheese-prefs.glade,
1254           data/cheese-prefs.ui,
1255           data/cheese.schemas.in,
1256           data/cheese-ui.xml,
1257           data/Makefile.am,
1258           src/cheese-gconf.c,
1259           src/cheese-gconf.h,
1260           src/cheese-prefs-dialog.c,
1261           src/cheese-prefs-dialog.h,
1262           src/cheese-prefs-dialog-widgets.c,
1263           src/cheese-prefs-dialog-widgets.h,
1264           src/cheese-prefs-resolution-combo.c,
1265           src/cheese-prefs-resolution-combo.h,
1266           src/cheese-prefs-widget.c,
1267           src/cheese-prefs-widget.h,
1268           src/cheese-webcam.c,
1269           src/cheese-webcam.h,
1270           src/cheese-window.c,
1271           src/Makefile.am: 
1272           add a preferences dialog with basic resolution changing, partially fixes #522200, courtesy of James Liggett
1274 2008-04-21  daniel g. siegel <dgsiegel@gmail.com>
1276         * configure.ac,
1277           wscript: 
1278           post release version bump
1280 2008-04-21  daniel g. siegel <dgsiegel@gmail.com>
1282         * NEWS: 
1283           update the NEWS file
1285 2008-04-21  daniel g. siegel <dgsiegel@gmail.com>
1287         * configure.ac,
1288           wscript: 
1289           version bump
1291 2008-04-19  daniel g. siegel <dgsiegel@gmail.com>
1293         * src/cheese-webcam.c: 
1294           when running without a webcam, the video_source element _could_ be NULL
1296 2008-04-19  daniel g. siegel <dgsiegel@gmail.com>
1298         * AUTHORS,
1299           src/cheese-thumb-view.c: 
1300           fix regression of DnD, courtesy of Cosimo Cecchi, fixes bug #526398
1302 2008-04-19  daniel g. siegel <dgsiegel@gmail.com>
1304         * src/cheese-fileutil.h: 
1305           the default theora file extension is .gov, fixes bug #524021
1307 2008-04-19  Jaap Haitsma <jaap@haitsma.org>
1309         * src/cheese.c: 
1310           Add comment that gnome_vfs_init is still needed as long as we use 
1311           gnome_thumbnail functions. Fixes #522189
1313 2008-04-18  daniel g. siegel <dgsiegel@gmail.com>
1315         * src/cheese-window.c: 
1316           cheese crashed, when a file was deleted twice
1318 2008-04-18  daniel g. siegel <dgsiegel@gmail.com>
1320         * wscript: 
1321           add the APPNAME_DATA_DIR variable to waf
1323 2008-04-13  daniel g. siegel <dgsiegel@gmail.com>
1325         * data/wscript_build: 
1326           install effects.png with waf too
1328 2008-04-13  daniel g. siegel <dgsiegel@gmail.com>
1330         * AUTHORS,
1331           configure.ac,
1332           data/cheese.glade,
1333           data/cheese.ui,
1334           data/icons/16x16/actions,
1335           data/icons/16x16/actions/effects.png,
1336           data/icons/16x16/actions/Makefile.am,
1337           data/icons/16x16/Makefile.am,
1338           src/cheese.c,
1339           src/Makefile.am: 
1340           better effects icon, fixes bug #511369, courtesy of baptiste mille-mathias
1342 2008-04-12  Jaap Haitsma <jaap@haitsma.org>
1344         * help/wscript_build,
1345           po/wscript_build,
1346           src/wscript_build,
1347           waf,
1348           wscript: 
1349           Update to waf from SVN and finally process help files :-)
1351 2008-04-12  daniel g. siegel <dgsiegel@gmail.com>
1353         * data/cheese.glade,
1354           data/cheese.ui,
1355           src/cheese-window.c: 
1356           Buttons and menu items should use Title Case
1358 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1360         * src/Makefile.am: 
1361           fix the mix-up with the filenames of cheese-no-camera.c/.h in Makefile.am, courtesy of James Liggett
1363 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1365         * README: 
1366           add the new cheese description to the README
1368 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1370         * src/cheese-thumb-view.c: 
1371           cheese did not choose the right thumbnails for already taken pictures, fixes bug #524814
1373 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1375         * data/cheese.desktop.in.in,
1376           src/cheese.c,
1377           src/cheese-window.c: 
1378           use new cheese description, fixes bug #512091
1380 2008-04-02  daniel g. siegel <dgsiegel@gmail.com>
1382         * AUTHORS,
1383           data/cheese.glade,
1384           data/cheese.ui,
1385           src/cheese-no-camera.c,
1386           src/cheese-no-camera.h,
1387           src/cheese-window.c,
1388           src/gedit-message-area.c,
1389           src/gedit-message-area.h,
1390           src/Makefile.am: 
1391           add the gedit warning box when no camera is found, fixes bug #511945, courtesy of sebastian keller
1393 2008-03-20  daniel g. siegel <dgsiegel@gmail.com>
1395         * data/cheese.schemas.in: 
1396           show the countdown widget by default
1398 2008-03-19  daniel g. siegel <dgsiegel@gmail.com>
1400         * src/cheese-window.c: 
1401           do not allow to take pictures, while the webcam is initialising, fixes bug #523121
1403 2008-03-17  daniel g. siegel <dgsiegel@gmail.com>
1405         * src/cheese-webcam.c: 
1406           set the max waiting time for detecting a camera to 10 seconds, fixes bug #520394
1408 2008-03-14  Jaap Haitsma <jaap@haitsma.org>
1410         * configure.ac,
1411           src/cheese-fileutil.c,
1412           src/cheese-thumb-view.c,
1413           src/cheese-window.c,
1414           src/Makefile.am: 
1415           Add a patch of Matthew Garret <mjg59-gnomebugzilla@40srcf.ucam.org>
1416           to add support for building cheese on the hildon desktop. Fixes 
1417           bug #519548
1419 2008-03-14  daniel g. siegel <dgsiegel@gmail.com>
1421         * data/cheese.desktop.in.in: 
1422           add cheese to sound & video in the application menu, fixes bug #519846
1424 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1426         * src/cheese-webcam.c: 
1427           cheese crashes if getting information from a webcam fails, courtesy of Sjoerd Simons, fixes bug #522197
1429 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1431         * src/cheese-webcam.c,
1432           src/cheese-webcam.h,
1433           src/cheese-window.c: 
1434           cheese doesn't open the webcam device set in gconf, courtesy of Sjoerd Simons, fixes bug #522198
1436 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1438         * configure.ac,
1439           README: 
1440           cheese does not list its gnome-vfs dependency, fixes bug #522152, courtesy of Alex Rostovtsev
1442 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1444         * src/cheese-webcam.c: 
1445           cheese crashes while initializing webcam, does strcmp on NULL, fixes bug #522143, courtesy of Alex Rostovtsev
1447 2008-03-13  daniel g. siegel <dgsiegel@gmail.com>
1449         * data/cheese-ui.xml,
1450           src/cheese-window.c: 
1451           add menu entry for countdown, fixes bug #511160
1453 2008-03-12  daniel g. siegel <dgsiegel@gmail.com>
1455         * NEWS: 
1456           reformat the NEWS file
1458 2008-03-11  daniel g. siegel <dgsiegel@gmail.com>
1460         * configure.ac,
1461           wscript: 
1462           post release version bump
1464 2008-03-10  daniel g. siegel <dgsiegel@gmail.com>
1466         * help/Makefile.am: 
1467           image in doc is JPG not PNG
1469 2008-03-10  daniel g. siegel <dgsiegel@gmail.com>
1471         * configure.ac,
1472           wscript: 
1473           bump the version to 2.22
1475 2008-03-10  daniel g. siegel <dgsiegel@gmail.com>
1477         * NEWS: 
1478           update NEWS file
1480 2008-03-10  daniel g. siegel <dgsiegel@gmail.com>
1482         * help/C/cheese.xml,
1483           help/C/figures/cheese-effects-screenshot.jpg,
1484           help/C/figures/cheese-effects-screenshot.png,
1485           help/C/figures/cheese-screenshot.jpg: 
1486           update the screenshots as they were outdated
1488 2008-03-04  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1490         * po/POTFILES.skip: Add data/cheese.glade, since it is
1491         not used anymore (why is it still in SVN?)
1493 2008-03-02  Jaap Haitsma <jaap@haitsma.org>
1495         * configure.ac,
1496           src/cheese-fileutil.c,
1497           src/cheese-thumb-view.c,
1498           src/cheese-window.c,
1499           src/Makefile.am: 
1500           Revert hildon support patch (commit 545). It adds new strings and 
1501           we are in string freeze
1503 2008-03-02  Jaap Haitsma <jaap@haitsma.org>
1505         * configure.ac,
1506           src/cheese-fileutil.c,
1507           src/cheese-thumb-view.c,
1508           src/cheese-window.c,
1509           src/Makefile.am: 
1510           Add a patch of Matthew Garret <mjg59-gnomebugzilla@40srcf.ucam.org>
1511           to add support for building cheese on the hildon desktop. Fixes 
1512           bug #519548
1514 2008-03-02  daniel g. siegel <dgsiegel@gmail.com>
1516         * src/cheese-window.c: 
1517           menu entries for take a photo and recording never switched, fixes bug #516745
1519 2008-03-02  daniel g. siegel <dgsiegel@gmail.com>
1521         * src/cheese-thumb-view.c: 
1522           select a thumb near the deleted item, fixes bug #505442
1524 2008-02-28  Jaap Haitsma <jaap@haitsma.org>
1526         * src/cheese.c,
1527           src/cheese-countdown.c,
1528           src/cheese-effect-chooser.c,
1529           src/cheese-effect-chooser.h,
1530           src/cheese-thumb-view.c,
1531           src/cheese-thumb-view.h,
1532           src/cheese-webcam.c,
1533           src/cheese-webcam.h,
1534           src/cheese-window.c,
1535           src/gst-audio-play.h: 
1536           Identation fixes of Daniel whos internet connection at home has been cut
1538 2008-02-27  Jaap Haitsma <jaap@haitsma.org>
1540         * src/cheese-effect-chooser.h: 
1541           Make sure we have the right prototype definition. Fixes bug #519030
1543 2008-02-27  Jaap Haitsma <jaap@haitsma.org>
1545         * po/POTFILES.in: 
1546           Make sure that .ui file gets localized
1548 2008-02-27  Jaap Haitsma <jaap@haitsma.org>
1550         * configure.ac: 
1551           Don't compile with -Werror
1553 2008-02-26  daniel g. siegel <dgsiegel@gmail.com>
1555         * po/POTFILES.in: 
1556           as we dont use glade anymore, we dont need it in POTFILES.in
1558 2008-02-25  daniel g. siegel <dgsiegel@gmail.com>
1560         * NEWS: 
1561           update NEWS file
1563 2008-02-24  Jaap Haitsma <jaap@haitsma.org>
1565         * MAINTAINERS: 
1566           Add myself to maintainers file
1568 2008-02-19  daniel g. siegel <dgsiegel@gmail.com>
1570         * src/cheese-window.c: 
1571           make use of the gconf countdown setting and show or hide the countdown depending on that
1573 2008-02-19  daniel g. siegel <dgsiegel@gmail.com>
1575         * data/wscript_build,
1576           wscript: 
1577           make waf work again with cheese.desktop.in.in
1579 2008-02-17  Jaap Haitsma <jaap@haitsma.org>
1581         * configure.ac,
1582           data/cheese.ui,
1583           data/Makefile.am,
1584           data/wscript_build,
1585           README,
1586           src/cheese-thumb-view.c,
1587           src/cheese-window.c,
1588           wscript: 
1589           Drop libglade and use GtkBuilder instead. Yay one dependency less again
1591 2008-02-15  Jaap Haitsma <jaap@haitsma.org>
1593         * src/cheese-window.c: 
1594           Put gtk calls in critical section in thread
1595           Fixes bug #516697. Patch by Mathias Clasen <mclasen@redhat.com>
1597 2008-02-12  daniel g. siegel <dgsiegel@gmail.com>
1599         * configure.ac,
1600           wscript: 
1601           bump version to 2.21.92
1603 2008-02-12  daniel g. siegel <dgsiegel@gmail.com>
1605         * configure.ac,
1606           src/cheese-window.c,
1607           wscript: 
1608           revert rev #491 as glib 2.15.5 was released
1610 2008-02-11  daniel g. siegel <dgsiegel@gmail.com>
1612         * NEWS: 
1613           update NEWS file
1615 2008-02-09  daniel g. siegel <dgsiegel@gmail.com>
1617         * AUTHORS,
1618           NEWS,
1619           README: 
1620           update NEWS, AUTHORS and README
1622 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1624         * configure.ac,
1625           wscript: 
1626           We jumped the gun. Set version to 2.21.91 again
1628 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1630         * configure.ac,
1631           wscript: 
1632           Post release bump to 2.21.92
1634 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1636         * help/C/cheese.xml: 
1637           Correct xml error in manual. I'm starting to like
1638           make distcheck
1640 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1642         * po/POTFILES.skip: 
1643           Add POTFILES.skip to please make distcheck
1645 2008-02-09  Jaap Haitsma <jaap@haitsma.org>
1647         * configure.ac,
1648           src/cheese-window.c,
1649           wscript: 
1650           Use xdg-open instead of g_app_info_launch_default_for_uri because for
1651           that gtk 2.16 is necessary. Bump back glib requirement to 2.15.4
1653 2008-02-07  Jaap Haitsma <jaap@haitsma.org>
1655         * configure.ac,
1656           data/cheese.desktop.in.in,
1657           data/Makefile.am: 
1658           Install bugreport script in libexec instead of lib
1659           Fixes bug #514833
1661 2008-02-04  daniel g. siegel <dgsiegel@gmail.com>
1663         * src/cheese.c,
1664           src/cheese-countdown.h,
1665           src/cheese-effect-chooser.c,
1666           src/cheese-effect-chooser.h,
1667           src/cheese-fileutil.c,
1668           src/cheese-fileutil.h,
1669           src/cheese-gconf.c,
1670           src/cheese-gconf.h,
1671           src/cheese-thumb-view.c,
1672           src/cheese-thumb-view.h,
1673           src/cheese-webcam.c,
1674           src/cheese-webcam.h,
1675           src/cheese-window.c,
1676           src/cheese-window.h,
1677           wscript: 
1678           update copyright to 2008 
1680 2008-02-03  Tommi Vainikainen  <thv@iki.fi>
1682         * src/cheese-effect-chooser.c (cheese_cairo_draw_card): Re-apply
1683         effect names gettext call as per discussions with daniel g. siegel.
1685         * src/cheese-window.c, src/cheese-countdown.h,
1686         src/cheese-countdown.c: Pressing 'Esc' cancels countdown/stop video
1687         recording.
1688         * src/, help/, data/: Updated svn:ignore property for each dir to
1689         include autogenerated files.
1691 2008-02-03  Jaap Haitsma <jaap@haitsma.org>
1693         * src/cheese-window.c: 
1694           Simplify launching of help by using g_app_info_launch_default_for_uri
1696 2008-02-03  daniel g. siegel <dgsiegel@gmail.com>
1698         * src/cheese-effect-chooser.c: 
1699           undoing r467. effect names are already translated
1701 2008-02-03  Jaap Haitsma <jaap@haitsma.org>
1703         * configure.ac,
1704           wscript: 
1705           Bump glib and gio requirement to 2.15.5
1707 2008-02-02  Jaap Haitsma <jaap@haitsma.org>
1709         * src/cheese-window.c: 
1710           Use g_app_info_launch_default_for_uri for opening links and files.
1711           Improve error messages
1713 2008-02-02  Tommi Vainikainen  <thv@iki.fi>
1715         * src/cheese-effect-chooser.c: Use translations for effect names.
1717 2008-02-02  Jaap Haitsma <jaap@haitsma.org>
1719         * src/cheese.c: 
1720           Call gnome_vfs_init again because GnomeThumbnail uses gnome_vfs
1722 2008-02-01  Jaap Haitsma <jaap@haitsma.org>
1724         * src/cheese-thumb-view.c: 
1725           Make sure that filename variable is set before printing it
1726           Fixes bug #513573. Patch by Simon Holm Thogersen <odie@cs.aau.dk> and 
1727           Luca Ferretti <elle.uca@libero.it>
1729 2008-01-31  Jaap Haitsma <jaap@haitsma.org>
1731         * configure.ac,
1732           src/cheese.c,
1733           src/eog-thumbnail.c,
1734           src/eog-thumbnail.h,
1735           wscript: 
1736           Now all gnome-vfs calls in cheese have been replaced by gio
1738 2008-01-30  Jaap Haitsma <jaap@haitsma.org>
1740         * src/cheese-thumb-view.c: 
1741           Use GIO instead of gnome-vfs in cheese-thumb-view.c
1743 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1745         * configure.ac,
1746           wscript: 
1747           bump version number to 2.21.91
1749 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1751         * NEWS: 
1752           update NEWS file
1754 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1756         * configure.ac,
1757           wscript: 
1758           prepare for the emergency release 2.21.90.1
1760 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1762         * AUTHORS,
1763           data/effects/dicetv.png,
1764           data/effects/edgetv.png,
1765           data/effects/Hulk.png,
1766           data/effects/identity.png,
1767           data/effects/Mauve.png,
1768           data/effects/NoirBlanc.png,
1769           data/effects/Saturation.png,
1770           data/effects/shagadelictv.png,
1771           data/effects/vertigotv.png,
1772           data/effects/videoflip_h.png,
1773           data/effects/videoflip_v.png,
1774           data/effects/warptv.png,
1775           src/cheese-effect-chooser.c: 
1776           add the right icons by Lapo Calamandrei and Or Dvory
1778 2008-01-29  daniel g. siegel <dgsiegel@gmail.com>
1780         * data/Makefile.am: 
1781           the bugreport script didnt get copied on make dist
1783 2008-01-28  daniel g. siegel <dgsiegel@gmail.com>
1785         * AUTHORS,
1786           NEWS: 
1787           forgot to update NEWS and AUTHORS
1789 2008-01-28  daniel g. siegel <dgsiegel@gmail.com>
1791         * configure.ac,
1792           wscript: 
1793           bump version to 2.21.91
1795 2008-01-28  daniel g. siegel <dgsiegel@gmail.com>
1797         * AUTHORS,
1798           data/effects/dicetv.png,
1799           data/effects/edgetv.png,
1800           data/effects/Hulk.png,
1801           data/effects/identity.png,
1802           data/effects/Mauve.png,
1803           data/effects/NoirBlanc.png,
1804           data/effects/Saturation.png,
1805           data/effects/shagadelictv.png,
1806           data/effects/vertigotv.png,
1807           data/effects/videoflip_h.png,
1808           data/effects/videoflip_v.png,
1809           data/effects/warptv.png: 
1810           new effect images by Lapo Calamandrei and gidesa
1812 2008-01-27  daniel g. siegel <dgsiegel@gmail.com>
1814         * data/wscript_build: 
1815           waf support for the bug report script
1817 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1819         * src/cheese-window.c: 
1820           Remove gnome-vfs completely from cheese-window.c
1822 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1824         * src/cheese-window.c: 
1825           Use gio instead of gnome-vfs for file copy
1827 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1829         * src/cheese-window.c: 
1830           Make Save dialog title localizable
1832 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1834         * src/cheese-window.c: 
1835           Don't use gnome-vfs for opening links in about dialog
1837 2008-01-26  Jaap Haitsma <jaap@haitsma.org>
1839         * configure.ac,
1840           data/cheese-bugreport.sh,
1841           data/cheese.desktop.in.in,
1842           data/Makefile.am,
1843           src/cheese.c,
1844           src/cheese-fileutil.c,
1845           src/cheese-fileutil.h: 
1846           Write logging to file ~/.gnome2/cheese/log and send this along in 
1847           bug-buddy reports. Patch by <ruledbyfaith@gmail.com>. Fixes 
1848           http://code.google.com/p/google-highly-open-participation-gnome/issues/detail?id=108 
1849           and bug #510270
1851 2008-01-22  Jaap Haitsma <jaap@haitsma.org>
1853         * src/cheese-window.c: 
1854           Also unref gconf object
1856 2008-01-22  Jaap Haitsma <jaap@haitsma.org>
1858         * src/cheese-countdown.c,
1859           src/cheese-fileutil.c,
1860           src/cheese-thumb-view.c,
1861           src/cheese-webcam.c,
1862           src/cheese-window.c: 
1863           Plug some leaks. Apply patches of Mauro <mukadr@gmail.com>
1864           of GHOP project. Bug #505441
1866 2008-01-22  Jaap Haitsma <jaap@haitsma.org>
1868         * src/cheese.c,
1869           src/cheese-webcam.c,
1870           src/cheese-window.c: 
1871           Run webcam detection in background thread. Fixes bug #505553.
1872           Patch by Steve Magoun <steve.magoun@canonical.com>
1874 2008-01-18  Jaap Haitsma <jaap@haitsma.org>
1876         * data/wscript_build: 
1877           Use more elegant way to obtain version
1879 2008-01-18  Jaap Haitsma <jaap@haitsma.org>
1881         * data/wscript_build,
1882           wscript: 
1883           Process desktop.in.in with waf
1885 2008-01-17  daniel g. siegel <dgsiegel@gmail.com>
1887         * wscript: 
1888           add gio support to waf
1890 2008-01-17  Luca Ferretti  <elle.uca@libero.it>
1892         * configure.ac:
1893         Check for gio-2.0 and update glib required to 2.15.2.
1894         
1895         * src/cheese-fileutil.c: (cheese_fileutil_get_media_path):
1896         Use G_DIR_SEPARATOR_S, not "/".
1897         
1898         * src/cheese-window.c: (cheese_window_cmd_move_file_to_trash),
1899         (cheese_window_move_all_media_to_trash),
1900         (cheese_window_move_media_to_trash):
1901         Uso GIO g_file_trash() to trash files, change
1902         cheese_window_cmd_move_file_to_trash() second argument to GList (the
1903         list of files to trash) plus mimor stuff. See bug #509327 comment 3.
1905 2008-01-16  Jaap Haitsma <jaap@haitsma.org>
1907         * help/C/cheese.xml,
1908           help/C/figures/cheese-effects-screenshot.png,
1909           help/Makefile.am: 
1910           Update to new manual provided by Joshua Henderson as part of GHOP
1912 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1914         * src/cheese-webcam.c: 
1915           remove the queue-size=2, this should fix bug #507416 - iSight camera does not work in gstreamer
1917 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1919         * configure.ac,
1920           wscript: 
1921           bump the version to 2.21.90
1923 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1925         * data/sounds/Makefile.am: 
1926           one shutter sound was excluded in autotools
1928 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1930         * AUTHORS,
1931           data/sounds/Makefile.am,
1932           NEWS,
1933           README: 
1934           populating release notes
1936 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1938         * data/sounds/shutter1.ogg,
1939           data/sounds/shutter2.ogg,
1940           data/sounds/shutter3.ogg,
1941           data/sounds/shutter4.ogg,
1942           src/cheese-window.c: 
1943           small cleanup
1945 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1947         * configure.ac,
1948           wscript: 
1949           bump version to 2.21.5
1951 2008-01-14  daniel g. siegel <dgsiegel@gmail.com>
1953         * configure.ac,
1954           data/cheese.glade,
1955           data/pixmaps/camera-icon.svg,
1956           data/pixmaps/Makefile.am,
1957           data/wscript_build,
1958           src/cheese-countdown.c,
1959           src/cheese-countdown.h,
1960           src/cheese-window.c,
1961           src/Makefile.am,
1962           src/wscript_build,
1963           wscript: 
1964           add the stylish countdown widget by Mirco "MacSlow" Müller. the patch 
1965           was provided by Patryk Zawadzki
1967 2008-01-13  Luca Ferretti  <elle.uca@libero.it>
1969         reviewed by: Daniel G. Siegel and Jaap A. Haitsma
1971         * configure.ac:
1972         * data/cheese.desktop.in:
1973         * data/cheese.desktop.in.in:
1974         Add X-GNOME-Bugzilla-* keys and validate .desktop file.
1975         Fix bug #508910 when waf will be able to generate .in from .in.in
1977 2008-01-13  daniel g. siegel <dgsiegel@gmail.com>
1979         * waf: 
1980           update to waf 1.3.1
1982 2008-01-12  Jaap Haitsma <jaap@haitsma.org>
1984         * src/cheese-webcam.c: 
1985           v4lsrc does not have a queue-size property. Only set queue-size when 
1986           we have a v4l2src. Probably fixes #508912
1988 2008-01-11  daniel g. siegel <dgsiegel@gmail.com>
1990         * data/effects/videoflip_h.png,
1991           data/effects/videoflip_v.png,
1992           src/cheese-webcam.c: 
1993           vertical and horizontal flip options were
1994           switched (again). patch by Steve Magoun
1996 2008-01-10  daniel g. siegel <dgsiegel@gmail.com>
1998         * README: 
1999           the latest gst-good package is 0.10.6
2001 2008-01-05  Jaap Haitsma <jaap@haitsma.org>
2003         * src/cheese-window.c,
2004           src/gst-audio-play.c,
2005           src/gst-audio-play.h,
2006           src/gst-player.c,
2007           src/gst-player.h,
2008           src/Makefile.am: 
2009           Rename gst-player to gst-audio-play as that seems more appropriate
2010           Update Makefile.am
2012 2008-01-05  daniel g. siegel <dgsiegel@gmail.com>
2014         * src/cheese-audio-play.c,
2015           src/cheese-audio-play.h,
2016           src/cheese-window.c,
2017           src/gst-player.c,
2018           src/gst-player.h,
2019           wscript: 
2020           use the gst-player by Mathias Hasselman for playing the shutter sound
2022 2008-01-05  Jaap Haitsma <jaap@haitsma.org>
2024         * configure.ac,
2025           wscript: 
2026           Oops we forgot the post release bump. Bumped version to 0.4.0
2028 2008-01-05  Jaap Haitsma <jaap@haitsma.org>
2030         * src/cheese-webcam.c: 
2031           Force queue-size=2 to make cheese work for some cameras which in
2032           gst-plugins-good 0.10.6 have a bug and queue-size is set to 0. 
2033           This is fixed in gstreamer CVS already, but no release has been made
2034           yet. This patch fixes cheese bug #503503
2036 2008-01-04  Jaap Haitsma <jaap@haitsma.org>
2038         * src/cheese-webcam.c: 
2039           Color forcing not needed anymore. This has been fixed in gstreamer
2040           http://webcvs.freedesktop.org/gstreamer/gst-plugins-base/sys/v4l/gstv4lsrc.c?revision=1.107&view=markup
2042 2008-01-04  Jaap Haitsma <jaap@haitsma.org>
2044         * src/cheese-window.c: 
2045           Do not crash when Trash directory is not present.
2046           Fixes bug #507071
2048 2007-12-29  Jaap Haitsma <jaap@haitsma.org>
2050         * configure.ac,
2051           src/cheese-audio-play.c,
2052           src/cheese.c,
2053           src/cheese-effect-chooser.c,
2054           src/cheese-fileutil.c,
2055           src/cheese-gconf.c,
2056           src/cheese-thumb-view.c,
2057           src/cheese-webcam.c,
2058           src/cheese-window.c,
2059           src/eog-thumbnail.c,
2060           wscript: 
2061           Make cheese build against uninstalled gstreamer
2062           Fixes bug #479259. Patch by Tim Philip Muller 
2064 2007-12-27  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
2066         * AUTHORS: Added Rodrigo Flores (Brazilian Portuguese translation).
2068 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2070         * NEWS: 
2071           add the latest news
2073 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2075         * src/cheese-audio-play.c: 
2076           add a "/" to find the real shutter files
2078 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2080         * src/cheese-audio-play.c,
2081           src/cheese-window.c: 
2082           use a playbin instead of a hackish pipeline. thanks jaap for the hint
2084 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2086         * src/cheese-thumb-view.c: 
2087           sort the thumbnail chronologically/alphabetically
2089 2007-12-24  daniel g. siegel <dgsiegel@gmail.com>
2091         * data/sounds/Makefile.am,
2092           data/sounds/shutter1.ogg,
2093           data/sounds/shutter2.ogg,
2094           data/sounds/shutter3.ogg,
2095           src/cheese-audio-play.c,
2096           src/cheese-audio-play.h,
2097           src/cheese-window.c,
2098           src/Makefile.am: 
2099           add more shutter sounds
2101 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2103         * configure.ac,
2104           src/cheese-gconf.c,
2105           src/cheese-window.c: 
2106           fix some autofoo issues
2108 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2110         * data/Makefile.am,
2111           data/sounds,
2112           data/sounds/Makefile.am,
2113           data/sounds/shutter0.ogg,
2114           data/wscript_build,
2115           src/cheese-window.c: 
2116           add a shutter sound, when taking a photo
2118 2007-12-23  Benjamin Berg  <benjamin@sipsolutions.net>
2120         * wscript:
2121           Add -g to the CCFLAGS in maintainer mode
2123 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2125         * src/cheese-gconf.c: 
2126           fix segfault, when no effects were chosen
2128 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2130         * src/cheese.c: 
2131           the print handler shouldnt print an additional newline
2133 2007-12-23  daniel g. siegel <dgsiegel@gmail.com>
2135         * AUTHORS,
2136           po/README.translators,
2137           README,
2138           TODO,
2139           wscript: 
2140           fix bug #498609 - authors and credit
2141           furtherone update the other info files
2143 2007-12-19  daniel g. siegel <dgsiegel@gmail.com>
2145         * src/cheese-window.c: 
2146           small indentation tango
2148 2007-12-19  daniel g. siegel <dgsiegel@gmail.com>
2150         * src/cheese-window.c: 
2151           synchronize the toggle buttons and the radio buttons in the menu, but this patch is pure crap!
2153 2007-12-18  daniel g. siegel <dgsiegel@gmail.com>
2155         * src/cheese-webcam.c: 
2156           cheese wont compile if string.h isnt included in cheese-webcam.c
2158 2007-12-18  daniel g. siegel <dgsiegel@gmail.com>
2160         * wscript: 
2161           -Wall was never added to the CCFLAGS. adding -Werror if maintainer mode is enabled
2163 2007-12-18  daniel g. siegel <dgsiegel@gmail.com>
2165         * src/cheese.c: 
2166           add a hidden hal-device command line option
2168 2007-12-18  daniel g. siegel <dgsiegel@gmail.com>
2170         * src/cheese.c: 
2171           add --verbose command line option, fixes bug #499399 - Add --verbose option
2173 2007-12-16  Jaap Haitsma <jaap@haitsma.org>
2175         * src/cheese-gconf.h,
2176           src/cheese-webcam.c,
2177           src/cheese-webcam.h,
2178           src/cheese-window.c: 
2179           Read webcam device from gconf and use it in cheese-webcam.c
2180           Now we still need a preference dialog
2182 2007-12-14  daniel g. siegel <dgsiegel@gmail.com>
2184         * src/cheese.c: 
2185           add a basic print handler
2187 2007-12-14  daniel g. siegel <dgsiegel@gmail.com>
2189         * data/cheese.schemas.in,
2190           src/cheese-effect-chooser.c,
2191           src/cheese-effect-chooser.h,
2192           src/cheese-gconf.c,
2193           src/cheese-gconf.h,
2194           src/cheese-window.c: 
2195           store the selected effects in gconf, fixes bug #488834
2197 2007-12-13  daniel g. siegel <dgsiegel@gmail.com>
2199         * data/cheese-ui.xml,
2200           src/cheese-window.c: 
2201           use radio buttons in the menu to change between photo and video mode
2203 2007-12-13  daniel g. siegel <dgsiegel@gmail.com>
2205         * data/cheese-ui.xml,
2206           src/cheese-window.c: 
2207           from now on, you can record videos from the menu
2209 2007-12-13  daniel g. siegel <dgsiegel@gmail.com>
2211         * data/cheese-ui.xml,
2212           src/cheese-window.c: 
2213           use a toggle instead of two menu entries for the effects chooser
2215 2007-12-12  daniel g. siegel <dgsiegel@gmail.com>
2217         * src/cheese-effect-chooser.c: 
2218           make the effect chooser look a bit nicer
2220 2007-12-12  daniel g. siegel <dgsiegel@gmail.com>
2222         * data/cheese-ui.xml,
2223           src/cheese-window.c: 
2224           provide access to the effect chooser using the menu
2226 2007-12-08  Jaap Haitsma <jaap@haitsma.org>
2228         * configure.ac,
2229           data/Makefile.am,
2230           data/pixmaps,
2231           data/pixmaps/Makefile.am,
2232           data/pixmaps/thumbnail-frame.png,
2233           data/wscript_build,
2234           src/cheese-thumb-view.c,
2235           src/eog-thumbnail.c,
2236           src/eog-thumbnail.h,
2237           src/eog-thumb-shadow.c,
2238           src/eog-thumb-shadow.h,
2239           src/Makefile.am: 
2240           Give thumbnails frame like in nautilus and eog
2241           Fixes bug #500819 Patch by  Diego Escalante Urrelo <diegoe@gnome.org>
2243 2007-12-06  Jaap Haitsma <jaap@haitsma.org>
2245         * src/cheese-webcam.c: 
2246           Only use raw video formats. Fixes bug #502174. 
2247           Patch by Tim Philipp Muller <tim at centricular dot net>
2249 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
2251         * src/cheese-window.c: (cheese_window_cmd_set_about_me_photo):
2252           fix compiler warning on ubuntu gutsy.
2254 2007-12-05  daniel g. siegel <dgsiegel@gmail.com>
2256         * src/cheese-window.c: 
2257           use "move all to trash" instead of "remove all media"
2259 2007-12-04  daniel g. siegel <dgsiegel@gmail.com>
2261         * src/cheese-window.c: 
2262           remove the trash icon from "remove all media"
2264 2007-12-04  Jaap Haitsma <jaap@haitsma.org>
2266         * configure.ac,
2267           data/cheese-ui.xml,
2268           help,
2269           help/C,
2270           help/C/cheese.xml,
2271           help/C/figures,
2272           help/C/figures/cheese-screenshot.jpg,
2273           help/ChangeLog,
2274           help/cheese.omf.in,
2275           help/C/legal.xml,
2276           help/Makefile.am,
2277           Makefile.am,
2278           src/cheese-window.c: 
2279           Add boilerplate for manual in cheese. Still need to add waf support.
2280           Going to add that now
2283 2007-12-03  daniel g. siegel <dgsiegel@gmail.com>
2285         * src/cheese-window.c: 
2286           the "take a photo" button text should be bold
2288 2007-12-03  daniel g. siegel <dgsiegel@gmail.com>
2290         * data/cheese-ui.xml,
2291           src/cheese-window.c: 
2292           add a "remove all media" option
2294 2007-12-02  Jaap Haitsma <jaap@haitsma.org>
2296         * src/cheese-window.c: 
2297           Give website a label in about dialog
2299 2007-12-02  daniel g. siegel <dgsiegel@gmail.com>
2301         * src/cheese-window.c: 
2302           translate menu items created by gtkuimanager,
2303           fixes bug #500821 - Menus are not translated
2305 2007-12-02  Jaap Haitsma <jaap@haitsma.org>
2307         * src/Makefile.am: 
2308           Add ephy-spinner.[ch] 
2310 2007-12-02  Jaap Haitsma <jaap@haitsma.org>
2312         * data/wscript_build,
2313           po/wscript_build,
2314           waf,
2315           wscript: 
2316           Update to waf from svn
2317           Do translations via intltool module of waf
2319 2007-12-01  daniel g. siegel <dgsiegel@gmail.com>
2321         * data/cheese.glade,
2322           src/cheese-window.c,
2323           src/ephy-spinner.c,
2324           src/ephy-spinner.h: 
2325           use a throbber, when the camera is loading
2327 2007-12-01  daniel g. siegel <dgsiegel@gmail.com>
2329         * data/cheese.schemas.in,
2330           src/cheese-gconf.c,
2331           src/cheese-gconf.h: 
2332           we dont want to store our media-path in gconf
2334 2007-11-29  daniel g. siegel <dgsiegel@gmail.com>
2336         * data/cheese.desktop.in,
2337           data/cheese.glade,
2338           po/de.po,
2339           src/cheese-window.c: 
2340           update translations and a bit the german one
2342 2007-11-29  Jaap Haitsma <jaap@haitsma.org>
2344         * waf: 
2345           Update to waf from svn to process *.po files correctly
2347 2007-11-28  daniel g. siegel <dgsiegel@gmail.com>
2349         * data/cheese.schemas.in,
2350           wscript: 
2351           clean up and indent correctly, spring-cleaning
2353 2007-11-28  daniel g. siegel <dgsiegel@gmail.com>
2355         * waf: 
2356           fresh waf from svn: translate desktop and schema file correctly
2358 2007-11-28  daniel g. siegel <dgsiegel@gmail.com>
2360         * src/cheese-window.c: 
2361           me stupid, undone stuff was commited. sorry!
2363 2007-11-28  daniel g. siegel <dgsiegel@gmail.com>
2365         * src/cheese-window.c: 
2366           use the real link to the cheese homepage
2368 2007-11-26  Jaap Haitsma <jaap@haitsma.org>
2370         * src/cheese-window.c: 
2371           Remove commented code
2372           Make links on about dialog clickable. Fixes bug #499425
2374 2007-11-26  daniel g. siegel <dgsiegel@gmail.com>
2376         * src/cheese-window.c: 
2377           the about window should point to the right homepage
2379 2007-11-25  daniel g. siegel <dgsiegel@gmail.com>
2381         * waf: 
2382           update waf to svn: prints warning if you install
2383           cheese to a destdir and gtk-update-icon-cache and
2384           install-schema cant be executed
2386 2007-11-25  Jaap Haitsma <jaap@haitsma.org>
2388         * data/wscript_build: 
2389           Minor python cleanup
2391 2007-11-25  Jaap Haitsma <jaap@haitsma.org>
2393         * data/cheese.glade,
2394           src/cheese-window.c: 
2395           Make video and photo button toggle button
2396           Original patch of daniel siegel
2397           Fixes bug #498022
2399 2007-11-25  daniel g. siegel <dgsiegel@gmail.com>
2401         * data/effects/wscript_build,
2402           data/icons/16x16/wscript_build,
2403           data/icons/22x22/wscript_build,
2404           data/icons/24x24/wscript_build,
2405           data/icons/32x32/wscript_build,
2406           data/icons/48x48/wscript_build,
2407           data/icons/scalable/wscript_build,
2408           data/icons/wscript_build,
2409           data/wscript_build: 
2410           use just one wscript for effects and icons
2412 2007-11-25  daniel g. siegel <dgsiegel@gmail.com>
2414         * src/cheese-gconf.c: 
2415           dont print the gconf warning, which is stupid anyway
2417 2007-11-25  Jaap Haitsma <jaap@haitsma.org>
2419         * data/cheese.desktop.in: 
2420           Specify icon and update name to Cheese. Somehow this got lost
2422 2007-11-24  Jaap Haitsma <jaap@haitsma.org>
2424         * wscript: 
2425           Minor cleanup
2427 2007-11-24  daniel g. siegel <dgsiegel@gmail.com>
2429         * data/effects/wscript_build,
2430           data/icons/16x16/wscript_build,
2431           data/icons/22x22/wscript_build,
2432           data/icons/24x24/wscript_build,
2433           data/icons/32x32/wscript_build,
2434           data/icons/48x48/wscript_build,
2435           data/icons/scalable/wscript_build,
2436           data/wscript_build,
2437           wscript: 
2438           Common is imported now in the top-wscript, no need to import
2439           it in every file
2441 2007-11-24  daniel g. siegel <dgsiegel@gmail.com>
2443         * data/effects/wscript_build,
2444           data/icons/16x16/wscript_build,
2445           data/icons/22x22/wscript_build,
2446           data/icons/24x24/wscript_build,
2447           data/icons/32x32/wscript_build,
2448           data/icons/48x48/wscript_build,
2449           data/icons/scalable/wscript_build,
2450           data/wscript_build,
2451           src/wscript_build,
2452           waf,
2453           wscript: 
2454           update waf to svn,
2455           exit, when a needed pkg wasnt found,
2456           print the md5sum, when doing a make dist,
2457           create a tar.gz when doing a make dist,
2458           install schemas and icons correctly,
2459           just update the icons and add the schema
2460           file if cheese isnt installed to a DESTDIR,
2461           and a small cleanup.
2463 2007-11-23  daniel g. siegel <dgsiegel@gmail.com>
2465         * data/wscript_build,
2466           src/cheese-config.h.at,
2467           wscript: 
2468           install glade file, add maintainer mode, remove toc2 carcass
2470 2007-11-23  daniel g. siegel <dgsiegel@gmail.com>
2472         * src/cheese-window.c: 
2473           enable shortcuts if the mouse pointer is over the xoverlay.
2474           fixes bug #493196 - Keyboard shortcuts don't work when the
2475           mouse cursor is on the video window
2477 2007-11-22  Jaap Haitsma <jaap@haitsma.org>
2479         * data/wscript_build,
2480           wscript: 
2481           Also install cheese-ui.xml and documentation for waf build
2483 2007-11-21  Jaap Haitsma <jaap@haitsma.org>
2485         * data/Makefile.am: 
2486           Also install cheese-ui.xml. Still need to add that and gconf and glade file to waf build
2488 2007-11-21  Jaap Haitsma <jaap@haitsma.org>
2490         * data/effects/wscript_build,
2491           data/icons/16x16/wscript_build,
2492           data/icons/22x22/wscript_build,
2493           data/icons/24x24/wscript_build,
2494           data/icons/32x32/wscript_build,
2495           data/icons/48x48/wscript_build,
2496           data/icons/scalable/wscript_build,
2497           data/icons/wscript_build,
2498           data/wscript_build,
2499           po/wscript_build,
2500           src/wscript_build,
2501           waf,
2502           wscript:
2504           Add also a waf build frontend to trunk as a special gift to daniel
2505           This makes life easier as we don't have to maintain two branches. Yay
2507 2007-11-21  Jaap Haitsma <jaap@haitsma.org>
2509         * data/icons/icons.make,
2510           src/cheese.c,
2511           src/Makefile.am: 
2512           Rename PACKAGE_DATA_DIR to PACKAGE_DATADIR for consistency
2513           Remove icons.make 
2515 2007-11-20  Jaap Haitsma <jaap@haitsma.org>
2517         * src/cheese-gconf.c: 
2518           We now installed the schema so no need for message to set gconf keys
2520 2007-11-20  Jaap Haitsma <jaap@haitsma.org>
2522         * src/cheese-webcam.c: 
2523           Make sure that webcam has a variable type CheeseWebcam
2525 2007-11-20  Jaap Haitsma <jaap@haitsma.org>
2527         * po/ca.po,
2528           po/cs.po,
2529           po/da.po,
2530           po/de.po,
2531           po/es.po,
2532           po/fr.po,
2533           po/gl.po,
2534           po/it.po,
2535           po/ja.po,
2536           po/nl.po,
2537           po/pl.po,
2538           po/pt.po,
2539           po/ro.po,
2540           po/sl.po,
2541           po/sv.po: 
2542           Make sure that po files are all up to date with the latest code again
2544 2007-11-19  Jaap Haitsma <jaap@haitsma.org>
2546         * data/cheese.desktop,
2547           data/cheese.desktop.in,
2548           po/POTFILES.in: 
2549           Now really add cheese.desktop.in
2550           Update POTFILES.in so it contains all the files that need to be 
2551           localized
2552           Tip for daniel: you can check if this file is complete by running 
2553           ../intltool-update -m
2555 2007-11-19  Jaap Haitsma <jaap@haitsma.org>
2557         * autogen.sh,
2558           configure,
2559           configure.ac,
2560           configure.cheese,
2561           data/cheese.desktop,
2562           data/cheese.schemas.in,
2563           data/effects/Makefile,
2564           data/effects/Makefile.am,
2565           data/icons/16x16/Makefile,
2566           data/icons/16x16/Makefile.am,
2567           data/icons/22x22/Makefile,
2568           data/icons/22x22/Makefile.am,
2569           data/icons/24x24/Makefile,
2570           data/icons/24x24/Makefile.am,
2571           data/icons/32x32/Makefile,
2572           data/icons/32x32/Makefile.am,
2573           data/icons/48x48/Makefile,
2574           data/icons/48x48/Makefile.am,
2575           data/icons/icons.make,
2576           data/icons/Makefile,
2577           data/icons/Makefile.am,
2578           data/icons/scalable/Makefile,
2579           data/icons/scalable/Makefile.am,
2580           data/Makefile,
2581           data/Makefile.am,
2582           INSTALL,
2583           Makefile,
2584           Makefile.am,
2585           po/ChangeLog,
2586           po/cheese.pot,
2587           po/LINGUAS,
2588           po/Makefile,
2589           po/POTFILES.in,
2590           src/cheese.c,
2591           src/cheese-config.h.at,
2592           src/cheese-effect-chooser.c,
2593           src/cheese-fileutil.c,
2594           src/cheese-gconf.c,
2595           src/cheese-thumb-view.c,
2596           src/cheese-webcam.c,
2597           src/cheese-window.c,
2598           src/eog-thumb-shadow.c,
2599           src/Makefile,
2600           src/Makefile.am,
2601           Remove toc2 build system. Use autotools instead.
2602           This also makes the desktop file also localizable. Fixes bug #489570
2603           Install and localize the schema file
2604           On the cheese-waf branch we'll try to show that waf can fully
2605           replace autotools
2607 2007-11-18  Jaap Haitsma <jaap@haitsma.org>
2609         * src/cheese-webcam.c: 
2610           Enable audio for video recording. It was my setup that had a problem
2612 2007-11-18  Jaap Haitsma <jaap@haitsma.org>
2614         * src/cheese-webcam.c: 
2615           Make cheese-webcam work again with many more cameras.
2616           This code works on Philips 740 Webcam (v4l2src) and Logitech Orbicam 
2617           (v4lsrc)
2619 2007-11-18  daniel g. siegel <dgsiegel@gmail.com>
2621         * src/cheese-gconf.c: 
2622           dont exit, if the gconf keys arent set
2624 2007-11-18  daniel g. siegel <dgsiegel@gmail.com>
2626         * data/cheese.schemas.in,
2627           data/eog.schemas.in,
2628           src/cheese-gconf.c: 
2629           fixing some small and really stupid things
2631 2007-11-18  daniel g. siegel <dgsiegel@gmail.com>
2633         * src/cheese.c,
2634           src/cheese-gconf.c,
2635           src/cheese-window.c: 
2636           the cheese-gconf object should be a member of cheese-window
2638 2007-11-17  daniel g. siegel <dgsiegel@gmail.com>
2640         * data/eog.schemas.in: 
2641           add a basic schema-file for gconf
2643 2007-11-17  daniel g. siegel <dgsiegel@gmail.com>
2645         * src/cheese.c,
2646           src/cheese-gconf.c,
2647           src/cheese-gconf.h,
2648           src/Makefile: 
2649           add a very basic and ugly gconf backend
2651 2007-11-17  Jaap Haitsma <jaap@haitsma.org>
2653         * fix_perms.sh: 
2654           SVN remembers file permissions so no need to keep fix_perms.sh
2656 2007-11-14  Jaap Haitsma <jaap@haitsma.org>
2658         * src/cheese-webcam.c: 
2659           Fix a bug where the framerates were not counted correctly.
2660           Add some logging so we can fix cheese for cameras that do not work
2661           It's still not working for daniels webcam, but we'll figure out 
2662           what's wrong :-)
2664 2007-11-12  Jaap Haitsma <jaap@haitsma.org>
2666         * ChangeLog,
2667           configure,
2668           configure.cheese,
2669           data/cheese.glade,
2670           data/cheese-ui.xml,
2671           data/Makefile,
2672           src/cheese.c,
2673           src/cheese-cairo-custom.c,
2674           src/cheese-cairo-custom.h,
2675           src/cheese-command-handler.c,
2676           src/cheese-command-handler.h,
2677           src/cheese-effect-chooser.c,
2678           src/cheese-effect-chooser.h,
2679           src/cheese-effects-widget.c,
2680           src/cheese-effects-widget.h,
2681           src/cheese-fileutil.c,
2682           src/cheese-fileutil.h,
2683           src/cheese-flash.c,
2684           src/cheese-flash.h,
2685           src/cheese.h,
2686           src/cheese-pipeline.c,
2687           src/cheese-pipeline.h,
2688           src/cheese-pipeline-photo.c,
2689           src/cheese-pipeline-photo.h,
2690           src/cheese-pipeline-video.c,
2691           src/cheese-pipeline-video.h,
2692           src/cheese-thumbnails.c,
2693           src/cheese-thumbnails.h,
2694           src/cheese-thumb-view.c,
2695           src/cheese-thumb-view.h,
2696           src/cheese-webcam.c,
2697           src/cheese-webcam.h,
2698           src/cheese-window.c,
2699           src/cheese-window.h,
2700           src/eog-thumb-shadow.c,
2701           src/Makefile: 
2702           Merged back the cheese_0_2_4_refactor branch
2704 2007-11-11  Jaap Haitsma <jaap@haitsma.org>
2706         * configure,
2707           configure.cheese,
2708           src/cheese-webcam.c,
2709           src/cheese-webcam.h,
2710           src/Makefile: 
2711           Use HAL to detect webcams
2712           Use gstreamer to get capabilities of webcams
2713           Bump version of Cheese to 0.3.0. 0.2.4 was already released
2715 2007-11-04  Jaap Haitsma <jaap@haitsma.org>
2717         * data/cheese.glade,
2718           src/cheese-effect-chooser.c,
2719           src/cheese-effect-chooser.h,
2720           src/cheese-effects-widget.c,
2721           src/cheese-effects-widget.h,
2722           src/cheese-window.c,
2723           src/Makefile: 
2724           Change cheese-effects-widget to a real GtkWidget and rename it to
2725           cheese-effect-chooser
2727 2007-11-04  daniel g. siegel <dgsiegel@gmail.com>
2729         * src/cheese-window.c: 
2730           small cosmetic cleanup and removing of key press events (they are handled now by gtkuimanager)
2732 2007-11-04  daniel g. siegel <dgsiegel@gmail.com>
2734         * src/cheese-window.c: 
2735           fixed a segfault, which happend when an item was activated
2737 2007-11-03  Jaap Haitsma <jaap@haitsma.org>
2739         * data/cheese.glade,
2740           src/cheese-thumbnails.c,
2741           src/cheese-thumbnails.h,
2742           src/cheese-thumb-view.c,
2743           src/cheese-thumb-view.h,
2744           src/cheese-webcam.c,
2745           src/cheese-window.c,
2746           src/Makefile: 
2747           Change cheese-thumbnails to cheese-thumb-view and make a GtkWidget
2748           out of it
2749           Remove comments from cheese-webcam.c
2751 2007-11-03  daniel g. siegel <dgsiegel@gmail.com>
2753         * src/cheese-effects-widget.c,
2754           src/cheese-fileutil.c,
2755           src/cheese-thumbnails.c,
2756           src/cheese-thumbnails.h,
2757           src/cheese-webcam.c,
2758           src/cheese-window.c,
2759           src/eog-thumb-shadow.c: 
2760           replace all gchar's by char and all gint's by int
2762 2007-11-02  daniel g. siegel <dgsiegel@gmail.com>
2764         * data/cheese-ui.xml,
2765           src/cheese-window.c: 
2766           some actions for photos do not work for videos, splitted up
2768 2007-11-02  daniel g. siegel <dgsiegel@gmail.com>
2770         * src/cheese-window.c: 
2771           if no photo is selected, no file-action should be possible
2773 2007-11-02  daniel g. siegel <dgsiegel@gmail.com>
2775         * src/cheese-thumbnails.c,
2776           src/cheese-thumbnails.h: 
2777           return value should be gchar* not char*
2779 2007-11-02  daniel g. siegel <dgsiegel@gmail.com>
2781         * src/cheese-window.c: 
2782           split the gtkactionentries into actions_file, which is open, save as and move to trash
2784 2007-11-01  Jaap Haitsma <jaap@haitsma.org>
2786         * src/cheese-window.c: 
2787           Check if filename is not NULL in all the callbacks
2789 2007-10-31  daniel g. siegel <dgsiegel@gmail.com>
2791         * configure.cheese: 
2792           toc2 did not check for libebook >= 1.12.0
2794 2007-10-31  Jaap Haitsma <jaap@haitsma.org>
2796         * configure.cheese,
2797           data/cheese-ui.xml,
2798           src/cheese-thumbnails.c,
2799           src/cheese-thumbnails.h,
2800           src/cheese-window.c: 
2801           bump ebook requirement to 1.12
2802           Remove cheese_window global variable
2803           Use GtkUIManager also for thumbnail menu
2804           Move thumbnail code from cheese_window to cheese_thumbnail
2805           Make Space accelerator for take picture
2806           Other cleanups
2807           Remove leaks
2809 2007-10-28  daniel g. siegel <dgsiegel@gmail.com>
2811         * src/cheese-window.c: 
2812           translating the same strings twice is too much work for the translators ;)
2814 2007-10-28  Jaap Haitsma <jaap@haitsma.org>
2816         * src/cheese-window.c: 
2817           Pass cheese_window to about dialog
2819 2007-10-28  Jaap Haitsma <jaap@haitsma.org>
2821         * data/cheese.glade,
2822           data/cheese-ui.xml,
2823           src/cheese-window.c: 
2824           Use gtkuimanager in a cleaner way without a callback
2825           Do not place a menubar in the glade file. Otherwise we have 2 and
2826           leak one
2827           Sorry I accidently checked in space as an accelerator. Space is not 
2828           allowed as accelerator. Reverting back to Ctrl+T
2830 2007-10-27  daniel g. siegel <dgsiegel@gmail.com>
2832         * ChangeLog,
2833           src/cheese-window.c: 
2834           Space isnt an accelerator, space is ;)
2836 2007-10-26  Jaap Haitsma <jaap@haitsma.org>
2838         * ChangeLog,
2839           src/cheese-thumbnails.c,
2840           src/cheese-thumbnails.h,
2841           src/cheese-window.c: 
2842           Move thumbnail drag and drop code to cheese-thumbnails
2843           Add some TODOs in cheese-window.c
2845 2007-10-26  Jaap Haitsma <jaap@haitsma.org>
2847         * ChangeLog,
2848           data/cheese-ui.xml,
2849           src/cheese-window.c: 
2850           First item in menu is not "File" but "Cheese"
2852 2007-10-26  daniel g. siegel <dgsiegel@gmail.com>
2854         * ChangeLog,
2855           src/cheese-window.c: 
2856           a user shouldnt be able to switch to photo-mode while recording a video
2858 2007-10-23  Jaap Haitsma <jaap@haitsma.org>
2860         * ChangeLog,
2861           data/cheese-menu.xml,
2862           data/cheese-ui.xml,
2863           src/cheese-window.c: 
2864           Renaming cheese-menu.xml to cheese-ui.xml as that's the convention in other
2866           gnome projects
2868 2007-10-23  daniel g. siegel <dgsiegel@gmail.com>
2870         * ChangeLog,
2871           data/cheese-menu.xml,
2872           data/Makefile,
2873           src/cheese-window.c: 
2874           i removed some memory leaks, sorry jaap ;)
2876           then i moved the ui-manager-menu to an extra file and did a small cleanup
2878 2007-10-22  Jaap Haitsma <jaap@haitsma.org>
2880         * ChangeLog,
2881           src/cheese-webcam.c: 
2882           Make sure that higher resolution cameras work in higher resolution.
2884           Following step will be to build in autodetection
2886           Make sure that video recording works again by using an audiotestsrc i.s.o
2888           gconfaudiosrc. (Still needs to be fixed)
2890           Make sure that unreffing works
2892 2007-10-22  daniel g. siegel <dgsiegel@gmail.com>
2894         * ChangeLog: 
2895           update the changelog file. please use it from now on, even if we are in a branch
2897 2007-10-21  Jaap Haitsma <jaap@haitsma.org>
2899         * src/cheese-effects-widget.c,
2900           src/cheese-window.c,
2901           src/cheese.c:
2902           Add myself as copyright owner to files I contributed significantly
2903           
2904           Add a TODO so that I remember to implement toggle button behavior correctly for
2905           photo and video toggle button
2907 2007-10-21  daniel g. siegel <dgsiegel@gmail.com>
2909         * src/cheese-window.c:
2910           add drag and drop support to the iconview
2912 2007-10-20  daniel g. siegel <dgsiegel@gmail.com>
2914         * data/cheese.glade,
2915           src/cheese-window.c:
2916           use gtkuimanager for the menu
2918 2007-10-19  daniel g. siegel <dgsiegel@gmail.com>
2920         * src/cheese-effects-widget.c,
2921           src/cheese-thumbnails.c,
2922           src/cheese-window.c,
2923           src/cheese.c:
2924           fix the copyright
2926 2007-10-16  Jaap Haitsma <jaap@haitsma.org>
2928         * src/cheese-fileutil.h:
2929           more minor cleanups
2931 2007-10-16  Jaap Haitsma <jaap@haitsma.org>
2933         * src/cheese-fileutil.c:
2934           more minor cleanups
2936 2007-10-16  Jaap Haitsma <jaap@haitsma.org>
2938         * src/cheese-fileutil.c,
2939           src/cheese-webcam.c:
2940           minor cleanups
2942 2007-10-16  Jaap Haitsma <jaap@haitsma.org>
2944         * src/cheese-webcam.c:
2945           gstreamer queue bug 486758 got fixed in CVS.  No need for work around anymore
2947 2007-10-10  Jaap Haitsma <jaap@haitsma.org>
2949         * configure.cheese,
2950           src/cheese-webcam.c:
2951           Bump required CVS version to current head (=0.10.14.1)
2952           
2953           Insert workaround for queue element which has a bug when imagesink gets rescaled
2955 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2957         * src/cheese-effects-widget.c,
2958           src/cheese-window.c:
2959           Fix crasher in cheese-window
2961 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2963         * src/cheese-effects-widget.c,
2964           src/cheese-thumbnails.c:
2965           removed g_array from effects-widget
2967 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2969         * src/cheese-cairo-custom.c,
2970           src/cheese-cairo-custom.h,
2971           src/cheese-thumbnails.c,
2972           src/cheese-window.c:
2973           cleanups
2975 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2977         * src/cheese-window.c:
2978           added comment
2980 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2982         * src/cheese-window.c:
2983           more cleanups
2985 2007-09-27  Jaap Haitsma <jaap@haitsma.org>
2987         * src/cheese-window.c:
2988           minor cleanups
2990 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
2992         * src/cheese-thumbnails.c,
2993           src/cheese-thumbnails.h,
2994           src/cheese-webcam.h,
2995           src/cheese-window.c:
2996           Thumbnails is not a global variable anymore
2998 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
3000         * src/cheese-window.c,
3001           src/cheese-window.h,
3002           src/cheese.c:
3003           Just use gtk_widget_show_all on main widget instead of gtk_widget_show on each widget
3005 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
3007         * src/cheese-effects-widget.c,
3008           src/cheese-effects-widget.h,
3009           src/cheese-window.c:
3010           Pass cheese_window as a parameter to cheese-effects widget in order to remove
3011           global cheese_window variable in following commits
3013 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
3015         * data/cheese.glade,
3016           src/Makefile,
3017           src/cheese-command-handler.c,
3018           src/cheese-command-handler.h,
3019           src/cheese-effects-widget.c,
3020           src/cheese-effects-widget.h,
3021           src/cheese-fileutil.c,
3022           src/cheese-fileutil.h,
3023           src/cheese-flash.c,
3024           src/cheese-flash.h,
3025           src/cheese-pipeline-photo.c,
3026           src/cheese-pipeline-photo.h,
3027           src/cheese-pipeline-video.c,
3028           src/cheese-pipeline-video.h,
3029           src/cheese-pipeline.c,
3030           src/cheese-pipeline.h,
3031           src/cheese-thumbnails.c,
3032           src/cheese-thumbnails.h,
3033           src/cheese-webcam.c,
3034           src/cheese-webcam.h,
3035           src/cheese-window.c,
3036           src/cheese-window.h,
3037           src/cheese.c,
3038           src/cheese.h:
3039           First step of major refactoring. Introduced a cheese-webcam class
3040           Also refactored a bit of the rest. Still quite some stuff to refactor
3041           
3042           Also some features which are in HEAD are still missing
3044 2007-09-26  Jaap Haitsma <jaap@haitsma.org>
3046         * .:
3047           Branched to allow major refactoring
3049 2007-10-20  daniel g. siegel  <dgsiegel@gmail.com>
3051         * AUTHORS,
3052           ChangeLog,
3053           NEWS,
3054           po/Makefile,
3055           po/sl.po: 
3056           add slovenian, thanks to Deni Bačić
3058 2007-10-03  daniel g. siegel  <dgsiegel@gmail.com>
3060         * AUTHORS,
3061           ChangeLog,
3062           NEWS,
3063           po/ca.po,
3064           po/Makefile: 
3065           add catalan, thanks to Carlos Garcia Porcel
3067 2007-09-23  daniel g. siegel <dgsiegel@gmail.com>
3069         * ChangeLog,
3070           src/cheese-command-handler.c,
3071           src/cheese-command-handler.h,
3072           src/cheese-pipeline-photo.c,
3073           src/cheese-window.c: 
3074           removed some memory leaks, part 2
3076 2007-09-22  daniel g. siegel <dgsiegel@gmail.com>
3078         * ChangeLog,
3079           NEWS,
3080           po/cheese.pot,
3081           po/cs.po,
3082           po/da.po,
3083           po/de.po,
3084           po/es.po,
3085           po/fr.po,
3086           po/gl.po,
3087           po/it.po,
3088           po/ja.po,
3089           po/nl.po,
3090           po/pl.po,
3091           po/pt.po,
3092           po/ro.po,
3093           po/sv.po,
3094           src/cheese-effects-widget.c: 
3095           fix #479238 - vertical and horizontal flip are switched
3097 2007-09-21  daniel g. siegel <dgsiegel@gmail.com>
3099         * ChangeLog,
3100           src/cheese-command-handler.c,
3101           src/cheese-thumbnails.c,
3102           src/cheese-window.c: 
3103           removed some memory leaks
3105 2007-09-17  daniel g. siegel <dgsiegel@gmail.com>
3107         * ChangeLog,
3108           configure: 
3109           why is there junk in my files???
3111 2007-09-17  daniel g. siegel <dgsiegel@gmail.com>
3113         * ChangeLog,
3114           Makefile,
3115           configure: 
3116           the NEWS file shall not be forgotten in a dist
3118 2007-09-17  daniel g. siegel <dgsiegel@gmail.com>
3120         * ChangeLog: 
3121           adding the _real_ changelog file
3123 2007-09-17  daniel g. siegel <dgsiegel@gmail.com>
3125         * ChangeLog,
3126           NEWS: 
3127           my changelog is a NEWS-file, actually
3129 2007-09-14  daniel g. siegel <dgsiegel@gmail.com>
3131         * po/ro.po:
3132           forgot to set charset to utf8 on ro.po
3134 2007-09-14  daniel g. siegel <dgsiegel@gmail.com>
3136         * configure,
3137           toc2/bin/atsign_parse,
3138           toc2/bin/cleanup_vars,
3139           toc2/bin/create_makefile_stubs.sh,
3140           toc2/bin/create_project_skeleton.sh,
3141           toc2/bin/install-sh,
3142           toc2/bin/makedist,
3143           toc2/bin/removeDupeArgs,
3144           toc2/sbin/toc2_core.sh,
3145           toc2/sbin/toconfigure:
3146           reset permissions on executable files
3148 2007-09-14  daniel g. siegel <dgsiegel@gmail.com>
3150         * MAINTAINERS,
3151           README.darcs:
3152           first svn commit, yeah! add MAINTAINERS file and remove README.darcs
3154 2007-09-10  daniel g. siegel <dgsiegel@gmail.com>
3156         * AUTHORS,
3157           ChangeLog,
3158           po/Makefile,
3159           po/sv.po:
3160           add sv, thanks to Daniel Nylander
3162 2007-09-07  daniel g. siegel <dgsiegel@gmail.com>
3164         * AUTHORS,
3165           ChangeLog,
3166           po/Makefile,
3167           po/ro.po:
3168           add ro, courtesy of Anastase Valentin
3170 2007-09-05  daniel g. siegel <dgsiegel@gmail.com>
3172         * src/cheese-pipeline.c:
3173           video did not work with videotestsrc
3175 2007-09-05  daniel g. siegel <dgsiegel@gmail.com>
3177         * ChangeLog,
3178           src/cheese-thumbnails.c:
3179           fix #472576 - cheese takes longer to start as more pictures are stored
3181 2007-09-05  daniel g. siegel <dgsiegel@gmail.com>
3183         * ChangeLog,
3184           po/de.po:
3185           translation error in de
3187 2007-09-05  daniel g. siegel <dgsiegel@gmail.com>
3189         * ChangeLog,
3190           configure,
3191           src/cheese-pipeline.c:
3192           fix #473560 - v4l-recorded videos are zero byte big, courtesy of Patryk Zawadzki
3194 2007-08-31  daniel g. siegel <dgsiegel@gmail.com>
3196         * src/cheese-flash.o,
3197           src/cheese-flash.o.d:
3198           ups.. a binary was in version control
3200 2007-08-30  daniel g. siegel <dgsiegel@gmail.com>
3202         * ChangeLog:
3203           update changelog
3205 2007-08-30  daniel g. siegel <dgsiegel@gmail.com>
3207         * AUTHORS,
3208           ChangeLog,
3209           src/cheese-command-handler.c,
3210           src/cheese-command-handler.h,
3211           src/cheese-window.c:
3212           add enter and doubleclick to the view
3214 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3216         * src/cheese-command-handler.c,
3217           src/cheese-command-handler.h,
3218           src/cheese-window.c:
3219           minor cleanups
3221 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3223         * README:
3224           add dependeny in the readme file
3226 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3228         * ChangeLog,
3229           src/cheese-window.c:
3230           add some keystrokes
3232 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3234         * src/Makefile,
3235           src/cheese-command-handler.h,
3236           src/cheese-effects-widget.h,
3237           src/cheese-fileutil.h,
3238           src/cheese-thumbnails.h,
3239           src/cheese-window.h:
3240           some minor cleanups
3242 2007-08-29  daniel g. siegel <dgsiegel@gmail.com>
3244         * ChangeLog,
3245           configure,
3246           configure.cheese,
3247           src/Makefile,
3248           src/cheese-flash.c,
3249           src/cheese-flash.h,
3250           src/cheese-flash.o,
3251           src/cheese-flash.o.d,
3252           src/cheese-pipeline-photo.c:
3253           add a flash, when taking photos, courtesy of Patryk Zawadzki
3255 2007-08-26  daniel g. siegel <dgsiegel@gmail.com>
3257         * ChangeLog,
3258           src/cheese-pipeline-video.c:
3259           use 25fps for video recording
3261 2007-08-26  daniel g. siegel <dgsiegel@gmail.com>
3263         * ChangeLog:
3264           update changelog
3266 2007-08-25  daniel g. siegel <dgsiegel@gmail.com>
3268         * src/cheese-pipeline-video.c:
3269           cleanup video pipeline
3271 2007-08-25  daniel g. siegel <dgsiegel@gmail.com>
3273         * src/cheese-pipeline-photo.c:
3274           some cleanup in the photo pipeline
3276 2007-08-24  daniel g. siegel <dgsiegel@gmail.com>
3278         * po/da.po:
3279           add da
3281 2007-08-23  daniel g. siegel <dgsiegel@gmail.com>
3283         * ChangeLog,
3284           src/cheese-pipeline-video.c:
3285           fix video recording.. i _hate_ those bugs
3287 2007-08-23  daniel g. siegel <dgsiegel@gmail.com>
3289         * AUTHORS,
3290           ChangeLog,
3291           po/Makefile,
3292           po/es.po,
3293           po/gl.po,
3294           po/it.po,
3295           po/ja.po,
3296           po/pl.po:
3297           update es, gl, it, ja, pl
3299 2007-08-22  daniel g. siegel <dgsiegel@gmail.com>
3301         * ChangeLog,
3302           src/cheese-pipeline-photo.c:
3303           make ximagesink work with the photo pipeline
3305 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3307         * ChangeLog,
3308           configure:
3309           version bump
3311 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3313         * ChangeLog,
3314           src/cheese-pipeline-photo.c:
3315           workaround on a gstreamer-bug, which made the colors look wrong
3316           with v4l-devices, courtesy of Patryk Zawadzki
3318 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3320         * ChangeLog,
3321           src/cheese-pipeline-photo.c,
3322           src/cheese-window.c:
3323           activate countdown by default
3325 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3327         * ChangeLog,
3328           src/cheese-window.c:
3329           the countdown is not available in video and segfaultet. fixed
3331 2007-08-21  daniel g. siegel <dgsiegel@gmail.com>
3333         * ChangeLog,
3334           src/cheese-pipeline-photo.c:
3335           use g_timeout_add instead of g_timeout_add_seconds
3337 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3339         * ChangeLog,
3340           po/cs.po,
3341           po/fr.po,
3342           po/nl.po,
3343           po/pt.po:
3344           update cs, fr, nl, pt
3346 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3348         * INSTALL:
3349           some minor changes in the install file
3351 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3353         * README:
3354           some minor changes to the readme
3356 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3358         * ChangeLog:
3359           some minor changes in the changelog
3361 2007-08-20  daniel g. siegel <dgsiegel@gmail.com>
3363         * ChangeLog,
3364           src/cheese-pipeline-video.c:
3365           improvement of the video pipeline. and i mean a LOT of
3366           improvement. thanks to Diego Escalante Urrelo
3368 2007-08-19  daniel g. siegel <dgsiegel@gmail.com>
3370         * src/cheese-pipeline-photo.c,
3371           src/cheese-window.c:
3372           fix 2 stupid bugs
3374 2007-08-19  daniel g. siegel <dgsiegel@gmail.com>
3376         * po/cheese.pot,
3377           po/cs.po,
3378           po/de.po,
3379           po/es.po,
3380           po/fr.po,
3381           po/gl.po,
3382           po/it.po,
3383           po/nl.po,
3384           po/pl.po,
3385           po/pt.po,
3386           src/cheese-pipeline-photo.c:
3387           update translations
3389 2007-08-19  daniel g. siegel <dgsiegel@gmail.com>
3391         * ChangeLog,
3392           src/cheese-pipeline-photo.c,
3393           src/cheese-pipeline-photo.h,
3394           src/cheese-pipeline.c,
3395           src/cheese-pipeline.h,
3396           src/cheese-window.c,
3397           src/cheese-window.h:
3398           add a countdown, when taking a photo
3400 2007-08-19  daniel g. siegel <dgsiegel@gmail.com>
3402         * ChangeLog,
3403           src/cheese-pipeline-video.c:
3404           add a time counter to the video recording
3406 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3408         * po/fr.po,
3409           po/it.po:
3410           update fr
3412 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3414         * ChangeLog,
3415           po/cheese.pot,
3416           po/cs.po,
3417           po/de.po,
3418           po/es.po,
3419           po/fr.po,
3420           po/gl.po,
3421           po/it.po,
3422           po/nl.po,
3423           po/pl.po,
3424           po/pt.po:
3425           update cs
3427 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3429         * ChangeLog,
3430           src/cheese-thumbnails.c:
3431           the first item in the iconbar wasnt deleted. fixed
3433 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3435         * src/cheese-window.c:
3436           cheese is a better description than file in the menubar
3438 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3440         * configure.cheese,
3441           src/cheese-command-handler.c,
3442           src/cheese-config.h.at:
3443           check for evolution 1.12, as the api isnt compatible
3445 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3447         * po/cheese.pot,
3448           po/cs.po,
3449           po/de.po,
3450           po/es.po,
3451           po/fr.po,
3452           po/gl.po,
3453           po/it.po,
3454           po/nl.po,
3455           po/pl.po,
3456           po/pt.po:
3457           update de
3459 2007-08-18  daniel g. siegel <dgsiegel@gmail.com>
3461         * ChangeLog,
3462           README,
3463           configure.cheese,
3464           src/Makefile,
3465           src/cheese-command-handler.c,
3466           src/cheese-command-handler.h,
3467           src/cheese-window.c:
3468           possiblity to use taken photos as account photos
3470 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3472         * po/fr.po:
3473           update fr
3475 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3477         * README:
3478           add missing dependencies in the readme
3480 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3482         * ChangeLog,
3483           po/cheese.pot,
3484           po/cs.po,
3485           po/de.po,
3486           po/es.po,
3487           po/fr.po,
3488           po/gl.po,
3489           po/it.po,
3490           po/nl.po,
3491           po/pl.po,
3492           po/pt.po,
3493           src/cheese-command-handler.c,
3494           src/cheese-window.c:
3495           update translations, de, it
3497 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3499         * src/cheese-cairo-custom.c,
3500           src/cheese-cairo-custom.h,
3501           src/cheese-command-handler.c,
3502           src/cheese-command-handler.h,
3503           src/cheese-effects-widget.c,
3504           src/cheese-effects-widget.h,
3505           src/cheese-fileutil.c,
3506           src/cheese-fileutil.h,
3507           src/cheese-pipeline-photo.c,
3508           src/cheese-pipeline-photo.h,
3509           src/cheese-pipeline-video.c,
3510           src/cheese-pipeline-video.h,
3511           src/cheese-pipeline.c,
3512           src/cheese-pipeline.h,
3513           src/cheese-thumbnails.c,
3514           src/cheese-thumbnails.h,
3515           src/cheese-window.c,
3516           src/cheese-window.h,
3517           src/cheese.c,
3518           src/cheese.h,
3519           src/eog-thumb-shadow.c,
3520           src/eog-thumb-shadow.h:
3521           massive cleanup and indent change
3523 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3525         * ChangeLog,
3526           src/Makefile,
3527           src/cheese-command-handler.c,
3528           src/cheese-command-handler.h,
3529           src/cheese-window.c,
3530           src/cheese-window.h:
3531           added some export methods/capabilities to the iconbar
3533 2007-08-17  daniel g. siegel <dgsiegel@gmail.com>
3535         * ChangeLog,
3536           po/cheese.pot,
3537           po/cs.po,
3538           po/de.po,
3539           po/es.po,
3540           po/fr.po,
3541           po/gl.po,
3542           po/it.po,
3543           po/nl.po,
3544           po/pl.po,
3545           po/pt.po:
3546           translations-update
3548 2007-08-16  daniel g. siegel <dgsiegel@gmail.com>
3550         * AUTHORS,
3551           ChangeLog,
3552           src/cheese-pipeline.c:
3553           we found the bug! v4l works now, courtesy of Patryk Zawadzki
3555 2007-08-16  daniel g. siegel <dgsiegel@gmail.com>
3557         * ChangeLog,
3558           src/Makefile,
3559           src/cheese-fileutil.c,
3560           src/cheese-thumbnails.c,
3561           src/cheese-thumbnails.h,
3562           src/cheese-window.c,
3563           src/cheese-window.h,
3564           src/eog-thumb-shadow.c,
3565           src/eog-thumb-shadow.h:
3566           add the iconview from eye of gnome and add a small popup menu to it
3568 2007-08-16  daniel g. siegel <dgsiegel@gmail.com>
3570         * configure:
3571           prepare next release
3573 2007-08-16  daniel g. siegel <dgsiegel@gmail.com>
3575         * ChangeLog,
3576           src/cheese-effects-widget.c:
3577           if the same effects were chosen in photo and video, they wont apply. fixed
3579 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3581         * configure:
3582           tagged 0.2.0
3584 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3586         * ChangeLog,
3587           src/cheese-pipeline-video.c:
3588           resizing and removing some frames should make video recording more usable
3590 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3592         * po/fr.po,
3593           po/nl.po,
3594           po/pl.po,
3595           po/pt.po:
3596           update translations fr, nl, pl, pt
3598 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3600         * src/cheese-pipeline-video.c:
3601           add movies manually to the iconview
3603 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3605         * src/cheese-fileutil.c,
3606           src/cheese-thumbnails.c:
3607           ignore gnomevfs notification about new movies
3609 2007-08-15  daniel g. siegel <dgsiegel@gmail.com>
3611         * src/cheese-thumbnails.c:
3612           when loading the thumbnails, we got the wrong mtime.. fixed
3614 2007-08-14  daniel g. siegel <dgsiegel@gmail.com>
3616         * ChangeLog,
3617           po/cheese.pot,
3618           po/cs.po,
3619           po/de.po,
3620           po/es.po,
3621           po/fr.po,
3622           po/gl.po,
3623           po/it.po,
3624           po/nl.po,
3625           po/pl.po,
3626           po/pt.po,
3627           src/cheese-window.c:
3628           update translations and changelog
3630 2007-08-14  daniel g. siegel <dgsiegel@gmail.com>
3632         * src/cheese-fileutil.c,
3633           src/cheese-thumbnails.c:
3634           gnomevfsfileinfo got the wrong thumbnail. fixed
3636 2007-08-13  daniel g. siegel <dgsiegel@gmail.com>
3638         * AUTHORS,
3639           ChangeLog,
3640           configure.cheese,
3641           data/cheese.glade,
3642           src/Makefile,
3643           src/cheese-fileutil.c,
3644           src/cheese-fileutil.h,
3645           src/cheese-pipeline-photo.c,
3646           src/cheese-pipeline-video.c,
3647           src/cheese-pipeline-video.h,
3648           src/cheese-pipeline.c,
3649           src/cheese-pipeline.h,
3650           src/cheese-thumbnails.c,
3651           src/cheese-thumbnails.h,
3652           src/cheese-window.c,
3653           src/cheese-window.h,
3654           src/cheese.c,
3655           src/cheese.h:
3656           add working video support. now cheese can record a video with
3657           audio taken from any source
3659 2007-08-09  daniel g. siegel <dgsiegel@gmail.com>
3661         * src/cheese-pipeline-video.c,
3662           src/cheese-pipeline-video.h:
3663           add video class
3665 2007-08-09  daniel g. siegel <dgsiegel@gmail.com>
3667         * src/Makefile,
3668           src/cheese-effects-widget.c,
3669           src/cheese-effects-widget.h,
3670           src/cheese-pipeline-photo.c,
3671           src/cheese-pipeline-photo.h,
3672           src/cheese-pipeline.c,
3673           src/cheese-pipeline.h,
3674           src/cheese-window.c,
3675           src/cheese.c:
3676           restructuring and pseudo-video support
3678 2007-08-08  daniel g. siegel <dgsiegel@gmail.com>
3680         * src/cheese-pipeline-photo.c:
3681           people thought the probing messages are errors.. now no more
3683 2007-08-04  daniel g. siegel <dgsiegel@gmail.com>
3685         * ChangeLog,
3686           po/cheese.pot,
3687           po/cs.po,
3688           po/de.po,
3689           po/es.po,
3690           po/fr.po,
3691           po/gl.po,
3692           po/it.po,
3693           po/nl.po,
3694           po/pl.po,
3695           po/pt.po:
3696           add mnemonics to translation. updated german and italian translation
3698 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3700         * src/cheese-pipeline-photo.c:
3701           me stupid git.. i left ffmpegcolorspace in the probing test
3703 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3705         * src/cheese.c:
3706           change the startup order
3708 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3710         * COPYING,
3711           ChangeLog,
3712           src/cheese-cairo-custom.c,
3713           src/cheese-cairo-custom.h,
3714           src/cheese-effects-widget.c,
3715           src/cheese-effects-widget.h,
3716           src/cheese-fileutil.c,
3717           src/cheese-fileutil.h,
3718           src/cheese-pipeline-photo.c,
3719           src/cheese-pipeline-photo.h,
3720           src/cheese-thumbnails.c,
3721           src/cheese-thumbnails.h,
3722           src/cheese-window.c,
3723           src/cheese-window.h,
3724           src/cheese.c,
3725           src/cheese.h:
3726           probably the dumbest change ever: the fsf has changed its address
3728 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3730         * ChangeLog:
3731           prepare changelog for the next version
3733 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3735         * data/cheese.glade,
3736           src/cheese-window.c:
3737           add mnemonics for the ui
3739 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3741         * ChangeLog:
3742           update changelog
3744 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3746         * src/cheese-fileutil.c,
3747           src/cheese-thumbnails.c,
3748           src/cheese-thumbnails.h,
3749           src/cheese.h:
3750           remove photos from the thumbnail row if they were removed on the filesystem
3752 2007-08-02  daniel g. siegel <dgsiegel@gmail.com>
3754         * ChangeLog,
3755           src/cheese-thumbnails.c:
3756           add only valid jpeg to the thumbnail row
3758 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3760         * ChangeLog,
3761           po/cheese.pot,
3762           po/cs.po,
3763           po/de.po,
3764           po/es.po,
3765           po/fr.po,
3766           po/gl.po,
3767           po/it.po,
3768           po/nl.po,
3769           po/pl.po,
3770           po/pt.po,
3771           src/cheese-pipeline-photo.c:
3772           update translations
3774 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3776         * src/cheese-pipeline-photo.c:
3777           we dont need a ffmpegcolorspace when probing
3779 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3781         * src/cheese-pipeline-photo.c:
3782           probe v4lsrc without any resolution or format at last
3784 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3786         * src/cheese-pipeline-photo.c:
3787           try 640x480 before 230x240 and print the result
3789 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3791         * ChangeLog:
3792           update changelog
3794 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3796         * src/cheese-fileutil.c,
3797           src/cheese.c:
3798           store photos under ~/.gnome2/cheese/images
3800 2007-08-01  daniel g. siegel <dgsiegel@gmail.com>
3802         * src/cheese-pipeline-photo.c:
3803           adding a device probe, which automatically checks whether to use
3804           v4l2 or v4l (with specific resolutions). fallback is videotestsrc
3806 2007-07-30  daniel g. siegel <dgsiegel@gmail.com>
3808         * src/cheese-pipeline-photo.c:
3809           finally calling caps_unref when exiting and some other small cleanups
3811 2007-07-30  daniel g. siegel <dgsiegel@gmail.com>
3813         * ChangeLog,
3814           src/cheese-thumbnails.c:
3815           sort thumbnails before adding them
3817 2007-07-30  daniel g. siegel <dgsiegel@gmail.com>
3819         * src/cheese-effects-widget.c,
3820           src/cheese-effects-widget.h,
3821           src/cheese-fileutil.c,
3822           src/cheese-fileutil.h,
3823           src/cheese-pipeline-photo.c,
3824           src/cheese-thumbnails.c,
3825           src/cheese-thumbnails.h,
3826           src/cheese-window.c,
3827           src/cheese-window.h,
3828           src/cheese.c,
3829           src/cheese.h:
3830           refactoring, part2
3832 2007-07-30  daniel g. siegel <dgsiegel@gmail.com>
3834         * AUTHORS,
3835           ChangeLog,
3836           INSTALL,
3837           README,
3838           TODO,
3839           configure:
3840           prepare for release 0.1.4
3842 2007-07-29  daniel g. siegel <dgsiegel@gmail.com>
3844         * src/cheese-pipeline-photo.c:
3845           rewrite of the last patch. v4l works (hopefully) ;)
3847 2007-07-28  daniel g. siegel <dgsiegel@gmail.com>
3849         * src/cheese-pipeline-photo.c:
3850           UNDO: add a videoscale to resize all webcam videos to 640x460.
3851           hopefully this works on the v4l-thingies...
3853 2007-07-28  daniel g. siegel <dgsiegel@gmail.com>
3855         * src/cheese-pipeline-photo.c:
3856           add a videoscale to resize all webcam videos to 640x460.
3857           hopefully this works on the v4l-thingies...
3859 2007-07-27  daniel g. siegel <dgsiegel@gmail.com>
3861         * src/cheese.c:
3862           print the resolution
3864 2007-07-27  daniel g. siegel <dgsiegel@gmail.com>
3866         * src/cheese-pipeline-photo.c:
3867           v4l works! really? thanks to diego escallante urrelo
3869 2007-07-27  daniel g. siegel <dgsiegel@gmail.com>
3871         * src/cheese-pipeline-photo.c:
3872           some cleanup
3874 2007-07-17  daniel g. siegel <dgsiegel@gmail.com>
3876         * po/cs.po,
3877           po/de.po,
3878           po/es.po,
3879           po/fr.po,
3880           po/gl.po,
3881           po/it.po,
3882           po/nl.po,
3883           po/pl.po,
3884           po/pt.po:
3885           update translation, second shot
3887 2007-07-17  daniel g. siegel <dgsiegel@gmail.com>
3889         * po/cheese.pot,
3890           po/cs.po,
3891           po/de.po,
3892           po/es.po,
3893           po/fr.po,
3894           po/gl.po,
3895           po/it.po,
3896           po/pl.po,
3897           po/pt.po:
3898           update translations
3900 2007-07-17  daniel g. siegel <dgsiegel@gmail.com>
3902         * AUTHORS,
3903           po/nl.po:
3904           updated dutch translation, thanks to Wouter Bolsterlee
3906 2007-07-15  daniel g. siegel <dgsiegel@gmail.com>
3908         * src/cheese-pipeline-photo.c:
3909           i dont know if the xv-output problem is fixed with this..
3911 2007-07-14  daniel g. siegel <dgsiegel@gmail.com>
3913         * src/cheese-window.h:
3914           and same in cheese-window.h
3916 2007-07-14  daniel g. siegel <dgsiegel@gmail.com>
3918         * src/cheese-window.c:
3919           wo dont need set_effects_label() anymore
3921 2007-07-09  daniel g. siegel <dgsiegel@gmail.com>
3923         * data/cheese.glade:
3924           window.height-10px
3926 2007-07-09  daniel g. siegel <dgsiegel@gmail.com>
3928         * data/cheese.glade:
3929           set the default size back to 670x710
3931 2007-07-08  Jaap Haitsma <jaap@haitsma.org>
3933         * data/cheese.glade,
3934           src/cheese-effects-widget.c,
3935           src/cheese-pipeline-photo.c,
3936           src/cheese-thumbnails.h,
3937           src/cheese-window.c,
3938           src/cheese-window.h,
3939           src/cheese.c,
3940           src/cheese.h:
3941           make window resizeable and store image in native resolution
3943 2007-07-08  daniel g. siegel <dgsiegel@gmail.com>
3945         * configure.cheese, src/Makefile,
3946           src/cairo-custom.c,
3947           src/cairo-custom.h,
3948           src/cheese-cairo-custom.c,
3949           src/cheese-cairo-custom.h,
3950           src/cheese-config.h.at,
3951           src/cheese-effects-widget.c,
3952           src/cheese-effects-widget.h,
3953           src/cheese-fileutil.c,
3954           src/cheese-fileutil.h,
3955           src/cheese-pipeline-photo.c,
3956           src/cheese-pipeline-photo.h,
3957           src/cheese-thumbnails.c,
3958           src/cheese-thumbnails.h,
3959           src/cheese-window.c,
3960           src/cheese-window.h,
3961           src/cheese.c,
3962           src/cheese_config.h.at,
3963           src/effects-widget.c,
3964           src/effects-widget.h,
3965           src/fileutil.c,
3966           src/fileutil.h,
3967           src/pipeline-photo.c,
3968           src/pipeline-photo.h,
3969           src/thumbnails.c,
3970           src/thumbnails.h,
3971           src/window.c,
3972           src/window.h:
3973           prepend a cheese ;)
3975 2007-07-07  Jaap Haitsma <jaap@haitsma.org>
3977         * src/pipeline-photo.c:
3978           pipeline-photo.c cleanup
3980 2007-07-07  daniel g. siegel <dgsiegel@gmail.com>
3982         * src/effects-widget.c,
3983           src/pipeline-photo.c:
3984           forgot some of g18n, thanks to Jaap Haitsma
3986 2007-07-07  daniel g. siegel <dgsiegel@gmail.com>
3988         * src/cairo-custom.h,
3989           src/cheese.c, src/cheese.h,
3990           src/effects-widget.h,
3991           src/fileutil.c,
3992           src/fileutil.h,
3993           src/pipeline-photo.h,
3994           src/thumbnails.h,
3995           src/window.c,
3996           src/window.h:
3997           various cleanup patches and licences in the header files, thanks to Jaap Haitsma
3999 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
4001         * src/cheese.c,
4002           src/pipeline-photo.h:
4003           some various fixes
4005 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
4007         * src/window.c:
4008           update license
4010 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
4012         * src/cheese.c:
4013           set icon name
4015 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
4017         * src/window.c:
4018           use g18n for translation
4020 2007-07-06  daniel g. siegel <dgsiegel@gmail.com>
4022         * src/Makefile,
4023           src/cheese.c,
4024           src/effects-widget.c,
4025           src/effects-widget.h,
4026           src/pipeline-photo.c,
4027           src/pipeline-photo.h,
4028           src/window.c,
4029           src/window.h:
4030           refactoring: moving effects into effects-widget
4032 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
4034         * ChangeLog:
4035           update changelog
4037 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
4039         * src/cairo-custom.h,
4040           src/cheese.c,
4041           src/cheese.h,
4042           src/fileutil.h,
4043           src/pipeline-photo.c,
4044           src/thumbnails.h,
4045           src/window.c,
4046           src/window.h:
4047           new about-window and various fixes, thanks to Jaap Haitsma
4049 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
4051         * src/cairo-custom.c,
4052           src/cheese.c,
4053           src/fileutil.c,
4054           src/pipeline-photo.c,
4055           src/thumbnails.c,
4056           src/window.c:
4057           licences --verbose
4059 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
4061         * toc2/make/toc2-install.make:
4062           update toc2-install.make to not use cmp
4064 2007-07-05  daniel g. siegel <dgsiegel@gmail.com>
4066         * Makefile:
4067           add icon-update support for the makefile
4069 2007-07-04  daniel g. siegel <dgsiegel@gmail.com>
4071         * Makefile,
4072           data/icons/icons.make:
4073           icons-perms-and-post-install-message
4074           1) Adds permissions -m 0644 to the icons files.
4075           2) Adds a post- installation message in the top-most makefile (please
4076           re-implement the postinstall-message target!)
4078 2007-07-04  daniel g. siegel <dgsiegel@gmail.com>
4080         * AUTHORS,
4081           ChangeLog,
4082           po/Makefile,
4083           po/pl.po:
4084           add polish translation, thanks to Tomasz Domikowski
4086 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4088         * ChangeLog:
4089           update changelog
4091 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4093         * configure:
4094           change version to 0.1.3
4096 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4098         * ChangeLog,
4099           toc2/doc:
4100           remove the toc2-doc-dir as we dont need it
4102 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4104         * data/cheese.glade,
4105           po/Makefile,
4106           po/cheese.pot,
4107           po/cs.po,
4108           po/de.po,
4109           po/es.po,
4110           po/fr.po,
4111           po/gl.po,
4112           po/it.po,
4113           po/nl.po,
4114           po/pt.po,
4115           src/window.c:
4116           update translations to include the glade-file too
4118 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4120         * configure.cheese,
4121           src/cheese.c,
4122           src/cheese_config.h.at:
4123           hups.. i forgot to set the textdomain,
4124           so translations would not
4125           have been working
4127 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4129         * AUTHORS,
4130           ChangeLog,
4131           po/Makefile,
4132           po/nl.po:
4133           add dutch translation, thanks to Max Beauchez
4135 2007-07-02  daniel g. siegel <dgsiegel@gmail.com>
4137         * data/cheese.desktop:
4138           add icon to the desktop file and some small fixes there
4140 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4142         * AUTHORS,
4143           ChangeLog,
4144           po/Makefile,
4145           po/cheese.pot,
4146           po/cs.po,
4147           po/de.po,
4148           po/es.po,
4149           po/gl.po,
4150           po/it.po,
4151           po/pt.po:
4152           some small fixes in the language building and in the AUTHORS-file
4154 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4156         * AUTHORS,
4157           ChangeLog,
4158           po/Makefile,
4159           po/fr.po:
4160           add french translation, thanks to Pierre Slamich
4162 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4164         * data/cheese.glade:
4165           the window was not in the tasklist. fixed
4167 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4169         * Makefile,
4170           data/icons/Makefile,
4171           fix_perms.sh,
4172           po/Makefile,
4173           toc2.cheese.help:
4174           some minor changes in the buildsystem
4176 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4178         * configure.cheese,
4179           toc2/tests/pkg-config-exists.sh:
4180           fix some silly bug, which prevented configure to check if the
4181           needed version is available
4183 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4185         * src/window.c:
4186           set icon on the about-window
4188 2007-07-01  daniel g. siegel <dgsiegel@gmail.com>
4190         * README:
4191           update dependencies in the README
4193 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4195         * ChangeLog,
4196           INSTALL:
4197           update README and changelog
4199 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4201         * data/icons/16x16/cheeese.svg,
4202           data/icons/16x16/cheese.svg:
4203           rename-cheeese.svg, File name was spelled wrong
4205 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4207         * README.darcs:
4208           add darcs-README
4210 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4212         * data/cheese.glade,
4213           src/window.c:
4214           add the new, shiny icon to the window and aboutdialog
4216 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4218         * AUTHORS:
4219           update AUTHORS
4221 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4223         * data/Makefile,
4224           data/icons/16x16/Makefile,
4225           data/icons/22x22/Makefile,
4226           data/icons/24x24/Makefile,
4227           data/icons/32x32/Makefile,
4228           data/icons/48x48/Makefile,
4229           data/icons/Makefile,
4230           data/icons/icons.make,
4231           data/icons/scalable/Makefile,
4232           toc2/make/toc2-install.make:
4233           icons are now installed properly, thanks to stephan beal
4235 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4237         * data/Makefile,
4238           po/Makefile:
4239           po-changes
4241 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4243         * toc2/make/toc2-install.make:
4244           toc2-install: refactored the processed needed to install custom rules.
4246 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4248         * toc2/tests/toc2_make.sh:
4249           remove _darcs and svn-files from toc2make
4251 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4253         * toc2/make/pomo.make:
4254           pomo.make
4256 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4258         * toc2/doc/toc2.make:
4259           we dont need any toc2.make-files as they will be generated
4261 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4263         * fix_perms.sh:
4264           added fix_perms.sh-script in order to have the right permissions on executables
4266 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4268         * AUTHORS,
4269           ChangeLog,
4270           data/icons,
4271           data/icons/16x16,
4272           data/icons/16x16/cheeese.svg,
4273           data/icons/16x16/cheese.png,
4274           data/icons/22x22,
4275           data/icons/22x22/cheese.png,
4276           data/icons/22x22/cheese.svg,
4277           data/icons/24x24,
4278           data/icons/24x24/cheese.png,
4279           data/icons/32x32,
4280           data/icons/32x32/cheese.png,
4281           data/icons/32x32/cheese.svg,
4282           data/icons/48x48,
4283           data/icons/48x48/cheese.png,
4284           data/icons/scalable,
4285           data/icons/scalable/cheese.svg:
4286           add the new cheese icon, thanks to Andreas Nilsson and Josef Vybíral
4288 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4290         * Makefile,
4291           toc2/make/toc2-dist.make:
4292           now make dist works ;)
4294 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4296         * Makefile,
4297           toc2/make/toc2-dist.make:
4298           fixes a make dist behaviour
4300 2007-06-30  daniel g. siegel <dgsiegel@gmail.com>
4302         * INSTALL,
4303           Makefile,
4304           README,
4305           cairo-custom.c,
4306           cairo-custom.h,
4307           cheese.c,
4308           cheese.desktop,
4309           cheese.glade,
4310           cheese.h,
4311           configure,
4312           configure.cheese,
4313           data,
4314           data/Makefile,
4315           data/cheese.desktop,
4316           data/cheese.glade,
4317           data/effects,
4318           data/effects/Hulk.png,
4319           data/effects/Makefile,
4320           data/effects/Mauve.png,
4321           data/effects/NoirBlanc.png,
4322           data/effects/Saturation.png,
4323           data/effects/dicetv.png,
4324           data/effects/edgetv.png,
4325           data/effects/identity.png,
4326           data/effects/shagadelictv.png,
4327           data/effects/vertigotv.png,
4328           data/effects/videoflip_h.png,
4329           data/effects/videoflip_v.png,
4330           data/effects/warptv.png,
4331           effects,
4332           fileutil.c,
4333           fileutil.h,
4334           pipeline-photo.c,
4335           pipeline-photo.h,
4336           po/Makefile,
4337           po/cheese.pot,
4338           po/cs.po,
4339           po/de.po,
4340           po/es.po,
4341           po/gl.po,
4342           po/it.po,
4343           po/pt.po,
4344           src,
4345           src/Makefile,
4346           src/cairo-custom.c,
4347           src/cairo-custom.h,
4348           src/cheese.c,
4349           src/cheese.h,
4350           src/cheese_config.h.at,
4351           src/fileutil.c,
4352           src/fileutil.h,
4353           src/pipeline-photo.c,
4354           src/pipeline-photo.h,
4355           src/thumbnails.c,
4356           src/thumbnails.h,
4357           src/window.c,
4358           src/window.h,
4359           thumbnails.c,
4360           thumbnails.h,
4361           toc2,
4362           toc2.cheese.help,
4363           toc2.cheese.make.at,
4364           toc2/Makefile,
4365           toc2/bin,
4366           toc2/bin/Makefile,
4367           toc2/bin/atsign_parse,
4368           toc2/bin/cleanup_vars,
4369           toc2/bin/create_makefile_stubs.sh,
4370           toc2/bin/create_project_skeleton.sh,
4371           toc2/bin/install-sh,
4372           toc2/bin/makedist,
4373           toc2/bin/mkdep-toc2.c,
4374           toc2/bin/removeDupeArgs,
4375           toc2/doc,
4376           toc2/doc/Makefile,
4377           toc2/doc/naming-conventions.txt,
4378           toc2/doc/toc2-manual.odt,
4379           toc2/doc/toc2.make,
4380           toc2/make,
4381           toc2/make/Makefile,
4382           toc2/make/c-bins.make,
4383           toc2/make/c-dlls.make,
4384           toc2/make/doxygen.make,
4385           toc2/make/file-filters.make,
4386           toc2/make/makerules.c-bins,
4387           toc2/make/makerules.c-dlls,
4388           toc2/make/makerules.file-filters,
4389           toc2/make/scratchpad.make,
4390           toc2/make/symlink-files.make,
4391           toc2/make/toc2-c.make,
4392           toc2/make/toc2-cleanup.make,
4393           toc2/make/toc2-dist.make,
4394           toc2/make/toc2-functions-core.make,
4395           toc2/make/toc2-install.make,
4396           toc2/make/toc2-subdirs.make,
4397           toc2/make/toc2.make.at,
4398           toc2/sbin,
4399           toc2/sbin/Makefile,
4400           toc2/sbin/configure.sample,
4401           toc2/sbin/toc2_core.sh,
4402           toc2/sbin/toconfigure,
4403           toc2/tests,
4404           toc2/tests/Makefile,
4405           toc2/tests/PACKAGE_NAME-config.at,
4406           toc2/tests/PACKAGE_NAME-config.sh,
4407           toc2/tests/atfilter_file.sh,
4408           toc2/tests/awk.sh,
4409           toc2/tests/c,
4410           toc2/tests/c/Makefile,
4411           toc2/tests/c/check_for_dlopen_and_friends.c,
4412           toc2/tests/c/check_for_ltdlopen_and_friends.c,
4413           toc2/tests/c/check_for_pthread.c,
4414           toc2/tests/cpp,
4415           toc2/tests/cpp/Makefile,
4416           toc2/tests/cpp/check_setenv_in_cpp.cpp,
4417           toc2/tests/cpp/check_stl_newstyle.cpp,
4418           toc2/tests/cpp/gcc_2_95_typename_problem.cpp,
4419           toc2/tests/create_pkg-config_data.sh,
4420           toc2/tests/doxygen.sh,
4421           toc2/tests/find_appconfig.sh,
4422           toc2/tests/find_header.sh,
4423           toc2/tests/gcc_build_and_run.sh,
4424           toc2/tests/gcc_try_compile.sh,
4425           toc2/tests/gnu_cpp_tools.sh,
4426           toc2/tests/gnu_find.sh,
4427           toc2/tests/gnu_make.sh,
4428           toc2/tests/gnu_tar.sh,
4429           toc2/tests/libdl.sh,
4430           toc2/tests/libexpat.sh,
4431           toc2/tests/libltdl.sh,
4432           toc2/tests/pkg-config-exists.sh,
4433           toc2/tests/toc2_core_tests.sh,
4434           toc2/tests/toc2_make.sh,
4435           toc2/tests/toc2_project_makefile.sh,
4436           toc2/tests/toc2_running_under_cygwin.sh,
4437           toc2/tests/toc2_tests_help.sh,
4438           toc2/tests/user_is_stephan_beal.sh,
4439           window.c,
4440           window.h:
4441           new build system! yeah!
4443 2007-06-27  daniel g. siegel <dgsiegel@gmail.com>
4445         * Makefile:
4446           add the other languages to the makefile
4448 2007-06-27  daniel g. siegel <dgsiegel@gmail.com>
4450         * AUTHORS,
4451           ChangeLog,
4452           po/it.po:
4453           add italian translation,
4454           thanks to Alessandro Falappa
4456 2007-06-27  daniel g. siegel <dgsiegel@gmail.com>
4458         * AUTHORS,
4459           ChangeLog,
4460           po/es.po,
4461           po/gl.po:
4462           add galician translation,
4463           thanks to Ricardo González Castro
4465 2007-06-25  daniel g. siegel <dgsiegel@gmail.com>
4467         * ChangeLog:
4468           changelog update
4470 2007-06-25  daniel g. siegel <dgsiegel@gmail.com>
4472         * AUTHORS,
4473           po/es.po:
4474           add spanish translation,
4475           thanks to Ricardo González Castro
4477 2007-06-25  daniel g. siegel <dgsiegel@gmail.com>
4479         * AUTHORS,
4480           po/de.po,
4481           po/pt.po:
4482           add portuguese translation,
4483           thanks to Miguel Rosa
4485 2007-06-25  daniel g. siegel <dgsiegel@gmail.com>
4487         * AUTHORS,
4488           po/cheese.pot,
4489           po/cs.po,
4490           po/de.po:
4491           add czech translation,
4492           thanks to Vítězslav Kotrla
4494 2007-06-24  daniel g. siegel <dgsiegel@gmail.com>
4496         * README,
4497           TODO,
4498           cairo-custom.c:
4499           update TODO and README,
4500           add dependency cairo and update a licence
4502 2007-06-24  daniel g. siegel <dgsiegel@gmail.com>
4504         * ChangeLog:
4505           update changelog
4507 2007-06-24  daniel g. siegel <dgsiegel@gmail.com>
4509         * README:
4510           enhance README
4512 2007-06-24  daniel g. siegel <dgsiegel@gmail.com>
4514         * Makefile,
4515           README,
4516           po,
4517           po/cheese.pot,
4518           po/de.po,
4519           window.c,
4520           window.h:
4521           add translation (german)
4523 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4525         * Makefile,
4526           cairo-custom.c,
4527           cairo-custom.h:
4528           add round corners for the effect-dialog
4530 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4532         * cheese.glade:
4533           set the main window to !resizable
4535 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4537         * TODO,
4538           cheese.c,
4539           cheese.glade,
4540           window.c,
4541           window.h:
4542           add multi-effect support and new effect-dialog
4544 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4546         * ChangeLog:
4547           add ChangeLog
4549 2007-06-22  daniel g. siegel <dgsiegel@gmail.com>
4551         * effects,
4552           effects/Hulk.png,
4553           effects/Mauve.png,
4554           effects/NoirBlanc.png,
4555           effects/Saturation.png,
4556           effects/dicetv.png,
4557           effects/edgetv.png,
4558           effects/identity.png,
4559           effects/mouse_events,
4560           effects/shagadelictv.png,
4561           effects/vertigotv.png,
4562           effects/videoflip_h.png,
4563           effects/videoflip_v.png,
4564           effects/warptv.png:
4565           adding preview-pictures for effects
4567 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4569         * window.h:
4570           small fixes for the release
4572 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4574         * AUTHORS,
4575           README,
4576           TODO:
4577           add AUTHORS,
4578           README and update TODO
4580 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4582         * cheese.desktop:
4583           add desktop file
4585 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4587         * TODO:
4588           modifying todo-file
4590 2007-06-12  daniel g. siegel <dgsiegel@gmail.com>
4592         * COPYING:
4593           add copyright
4595 2007-06-11  daniel g. siegel <dgsiegel@gmail.com>
4597         * window.c:
4598           remove a useless printf
4600 2007-06-11  daniel g. siegel <dgsiegel@gmail.com>
4602         * thumbnails.c,
4603           window.c:
4604           yay, showing photos anyhow works
4606 2007-06-11  daniel g. siegel <dgsiegel@gmail.com>
4608         * TODO,
4609           cheese.glade,
4610           cheese.h,
4611           thumbnails.c,
4612           window.c,
4613           window.h:
4614           add menu and some iconbar improvements
4616 2007-06-08  daniel g. siegel <dgsiegel@gmail.com>
4618         * cheese.c,
4619           cheese.glade,
4620           cheese.h,
4621           window.c,
4622           window.h:
4623           implementing effects
4625 2007-05-31  daniel g. siegel <dgsiegel@gmail.com>
4627         * Makefile,
4628           cheese.c,
4629           cheese.h,
4630           fileutil.c,
4631           fileutil.h,
4632           gst-pipeline.c,
4633           gst-pipeline.h,
4634           pipeline-photo.c,
4635           pipeline-photo.h,
4636           thumbnails.c,
4637           thumbnails.h,
4638           window.c,
4639           window.h:
4640           cleanup, objectification and arrangement of the code ;) (took pretty long, huh?)
4642 2007-05-03  daniel g. siegel <dgsiegel@gmail.com>
4644         * Makefile,
4645           cheese.c,
4646           cheese.h,
4647           fileutil.c,
4648           fileutil.h,
4649           gst-pipeline.c,
4650           gst-pipeline.h:
4651           splitting a bit up
4653 2007-05-03  daniel g. siegel <dgsiegel@gmail.com>
4655         * cheese.c:
4656           add file-monitoring
4658 2007-05-02  daniel g. siegel <dgsiegel@gmail.com>
4660         * TODO,
4661           cheese.c:
4662           add thumbnailing
4664 2007-05-02  daniel g. siegel <dgsiegel@gmail.com>
4666         * Makefile,
4667           cheese.c:
4668           remove jpeg-support
4670 2007-05-02  daniel g. siegel <dgsiegel@gmail.com>
4672         * cheese.glade:
4673           enhance gui
4675 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4677         * cheese.c:
4678           outsource gst-state-functions
4680 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4682         * cheese.c:
4683           maemo-code isnt used anymore
4685 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4687         * cheese.c:
4688           fix jpeg-handling
4690 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4692         * cheese.glade:
4693           fix glade-file
4695 2007-05-01  daniel g. siegel <dgsiegel@gmail.com>
4697         * camera.py:
4698           remove raphaels python code
4700 2007-04-27  daniel g. siegel <dgsiegel@gmail.com>
4702         * cheese.c:
4703           use gdk-pixbuf to save photos
4705 2007-04-25  daniel g. siegel <dgsiegel@gmail.com>
4707         * cheese:
4708           remove binary
4710 2007-04-25  daniel g. siegel <dgsiegel@gmail.com>
4712         * ROADMAP,
4713           TODO:
4714           update todo
4716 2007-04-25  daniel g. siegel <dgsiegel@gmail.com>
4718         * cheese,
4719           cheese.c:
4720           use gconf to get gstreamer-properties
4722 2007-04-22  daniel g. siegel <dgsiegel@gmail.com>
4724         * ROADMAP,
4725           cheese:
4726           added roadmap
4728 2007-04-22  daniel g. siegel <dgsiegel@gmail.com>
4730         * cheese,
4731           cheese.c:
4732           cleanup
4734 2007-04-22  daniel g. siegel <dgsiegel@gmail.com>
4736         * cheese,
4737           cheese.c:
4738           fixing picture-saving
4740 2007-04-22  daniel g. siegel <dgsiegel@gmail.com>
4742         * cheese,
4743           cheese.c,
4744           cheese.glade:
4745           added picture saving
4747 2007-04-21  daniel g. siegel <dgsiegel@gmail.com>
4749         * Makefile,
4750           camera.py,
4751           cheese,
4752           cheese.c,
4753           cheese.glade,
4754           cheese.h:
4755           initial import
4757 2007-09-11  daniel g. siegel <dgsiegel@gmail.com>
4759         * .:
4760           Initial project roots