1 2009-03-19 daniel g. siegel <dgsiegel@gmail.com>
4 added filippo to MAINTAINERS, welcome!
6 2009-03-16 daniel g. siegel <dgsiegel@gmail.com>
10 post release version bump
12 2009-03-16 daniel g. siegel <dgsiegel@gmail.com>
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.
27 2009-03-02 daniel g. siegel <dgsiegel@gmail.com>
31 post release version bump
33 2009-03-02 daniel g. siegel <dgsiegel@gmail.com>
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.
45 2009-02-28 Filippo Argiolas <filippo.argiolas@gmail.com>
48 Print cheese verbose messages even if log dir doesn't exist.
51 2009-02-16 daniel g. siegel <dgsiegel@gmail.com>
55 post release version bump
57 2009-02-16 daniel g. siegel <dgsiegel@gmail.com>
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>
71 post release version bump
73 2009-02-02 daniel g. siegel <dgsiegel@gmail.com>
78 update NEWS file, correct release version
80 2009-01-15 daniel g. siegel <dgsiegel@gmail.com>
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.
93 2009-01-05 daniel g. siegel <dgsiegel@gmail.com>
97 post release version bump
99 2009-01-05 daniel g. siegel <dgsiegel@gmail.com>
104 2008-12-15 daniel g. siegel <dgsiegel@gmail.com>
108 post release version bump
110 2008-12-15 daniel g. siegel <dgsiegel@gmail.com>
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.
123 2008-12-01 daniel g. siegel <dgsiegel@gmail.com>
127 post release version bump
129 2008-12-01 daniel g. siegel <dgsiegel@gmail.com>
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>
144 src/cheese-fileutil.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>
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>
173 print the cheese version if the -v flag is set
175 2008-11-13 daniel g. siegel <dgsiegel@gmail.com>
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>
197 post release version bump
199 2008-11-04 daniel g. siegel <dgsiegel@gmail.com>
204 2008-11-02 Felix Kaser <f.kaser@gmx.net>
207 changed the ChangeLog file, because of an error in a previous changelog entry (no name/email)
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
215 2008-10-20 daniel g. siegel <dgsiegel@gmail.com>
219 remove gnome-vfs dependency from waf
221 2008-10-17 Cosimo Cecchi <cosimoc@gnome.org>
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>
234 enhance the previous patch
236 2008-10-13 daniel g. siegel <dgsiegel@gmail.com>
239 change the dependency of dbus to dbus-1
241 2008-10-13 Filippo Argiolas <filippo.argiolas@gmail.com>
244 Exit correctly with unknown command line arguments, fixes bug
247 2008-10-12 Felix Kaser <f.kaser@gmx.net>
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>
260 post release version bump
262 2008-09-22 daniel g. siegel <dgsiegel@gmail.com>
267 2008-09-19 daniel g. siegel <dgsiegel@gmail.com>
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:
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
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>
298 include gio header in cheese.c
300 2008-09-09 daniel g. siegel <dgsiegel@gmail.com>
304 post release version bump
306 2008-09-09 daniel g. siegel <dgsiegel@gmail.com>
311 2008-09-09 daniel g. siegel <dgsiegel@gmail.com>
313 * src/cheese-fileutil.c,
314 src/cheese-fileutil.h,
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
325 2008-09-09 Filippo Argiolas <filippo.argiolas@gmail.com>
327 * src/cheese-webcam.c,
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>
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
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>
359 set the utility hint for the fullscreen toolbar, partially
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,
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,
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>
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>
398 post release version bump
400 2008-09-01 daniel g. siegel <dgsiegel@gmail.com>
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,
417 src/cheese-effect-chooser.c,
418 src/cheese-effect-chooser.h,
419 src/cheese-fileutil.c,
420 src/cheese-fileutil.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,
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,
456 add the uncrustify indenting config
458 2008-08-20 daniel g. siegel <dgsiegel@gmail.com>
460 * data/wscript_build,
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>
477 update waf to 1.4.3 and make it working again
479 2008-08-18 daniel g. siegel <dgsiegel@gmail.com>
483 post release version bump
485 2008-08-18 daniel g. siegel <dgsiegel@gmail.com>
490 fix some dbus-autotool regression, which prevented building
493 2008-08-18 daniel g. siegel <dgsiegel@gmail.com>
498 2008-08-17 daniel g. siegel <dgsiegel@gmail.com>
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,
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
517 2008-08-16 daniel g. siegel <dgsiegel@gmail.com>
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>
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>
542 I forgot to add acinclude.m4, sorry.
544 2008-08-16 Filippo Argiolas <filippo.argiolas@gmail.com>
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>
555 data/org.gnome.Cheese.service,
559 src/cheese-dbus-infos.xml,
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>
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>
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>
592 remove the relief of all buttons in the fullscreen toolbar
594 2008-08-12 daniel g. siegel <dgsiegel@gmail.com>
598 src/cheese-countdown.c,
599 src/cheese-countdown.h,
601 improve the fullscreen mode, fixes bug #547405, courtesy of
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,
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>
629 2008-08-12 daniel g. siegel <dgsiegel@gmail.com>
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,
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
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,
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.
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
692 2008-08-07 daniel g. siegel <dgsiegel@gmail.com>
694 * data/cheese.schemas.in,
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
704 2008-08-07 Filippo Argiolas <filippo.argiolas@gmail.com>
706 * data/cheese.schemas.in,
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,
724 add multiple selection in the picture listing pane, fixes bug #481405
726 2008-08-07 daniel g. siegel <dgsiegel@gmail.com>
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,
762 add missing icons to waf and autotools
764 2008-08-05 daniel g. siegel <dgsiegel@gmail.com>
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
777 2008-08-05 Filippo Argiolas <filippo.argiolas@gmail.com>
779 * src/cheese-window.c:
780 Disable "Start recording" button until the recording pipeline
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,
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>
808 post release version bump
810 2008-08-05 daniel g. siegel <dgsiegel@gmail.com>
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,
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,
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,
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,
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
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>
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>
906 post release version bump
908 2008-07-21 daniel g. siegel <dgsiegel@gmail.com>
912 update NEWS and AUTHOR file
914 2008-07-08 daniel g. siegel <dgsiegel@gmail.com>
917 bump waf requirements
919 2008-07-05 Filippo Argiolas <filippo.argiolas@gmail.com>
924 Bump gstreamer requirements to 0.10.16.
925 Use gst_element_send_event to cleanly shutdown video recording.
928 2008-07-05 Filippo Argiolas <filippo.argiolas@gmail.com>
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:
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>
952 src/cheese-prefs-webcam-combo.c,
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>
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>
973 data/cheese-prefs.glade,
974 data/cheese-prefs.ui,
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,
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>
999 post release version bump
1001 2008-06-16 daniel g. siegel <dgsiegel@gmail.com>
1006 2008-06-16 daniel g. siegel <dgsiegel@gmail.com>
1011 use intltool > 0.40 for autotools
1013 2008-06-16 daniel g. siegel <dgsiegel@gmail.com>
1018 2008-06-16 daniel g. siegel <dgsiegel@gmail.com>
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>
1042 2008-05-25 Jaap Haitsma <jaap@haitsma.org>
1045 Add Alex and Thomas to the AUTHORS file
1047 2008-05-25 Jaap Haitsma <jaap@haitsma.org>
1049 * src/cheese-flash.c,
1051 Forgot to add cheese-flash.[ch] to SVN
1053 2008-05-25 Jaap Haitsma <jaap@haitsma.org>
1056 Also remove xxf86vm from wscript
1058 2008-05-25 Jaap Haitsma <jaap@haitsma.org>
1063 src/cheese-webcam.c,
1064 src/cheese-window.c,
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,
1079 src/cheese-fileutil.c,
1080 src/cheese-fileutil.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>
1091 post release version bump
1093 2008-05-12 daniel g. siegel <dgsiegel@gmail.com>
1097 add and remove some translatable files
1099 2008-05-12 daniel g. siegel <dgsiegel@gmail.com>
1102 update the NEWS file
1104 2008-05-08 daniel g. siegel <dgsiegel@gmail.com>
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>
1137 src/cheese-fileutil.c,
1138 src/cheese-fileutil.h,
1139 src/cheese-thumb-view.c,
1140 src/cheese-window.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,
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>
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>
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>
1246 Don't display the toplevel window by default (it's shown explicitely
1247 in pure-Gtk+ mode); fixes superfluous window in Hildon mode.
1250 2008-04-21 daniel g. siegel <dgsiegel@gmail.com>
1253 data/cheese-prefs.glade,
1254 data/cheese-prefs.ui,
1255 data/cheese.schemas.in,
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,
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>
1278 post release version bump
1280 2008-04-21 daniel g. siegel <dgsiegel@gmail.com>
1283 update the NEWS file
1285 2008-04-21 daniel g. siegel <dgsiegel@gmail.com>
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>
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>
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>
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>
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,
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,
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,
1355 src/cheese-window.c:
1356 Buttons and menu items should use Title Case
1358 2008-04-02 daniel g. siegel <dgsiegel@gmail.com>
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>
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,
1377 src/cheese-window.c:
1378 use new cheese description, fixes bug #512091
1380 2008-04-02 daniel g. siegel <dgsiegel@gmail.com>
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,
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>
1411 src/cheese-fileutil.c,
1412 src/cheese-thumb-view.c,
1413 src/cheese-window.c,
1415 Add a patch of Matthew Garret <mjg59-gnomebugzilla@40srcf.ucam.org>
1416 to add support for building cheese on the hildon desktop. Fixes
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>
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>
1456 reformat the NEWS file
1458 2008-03-11 daniel g. siegel <dgsiegel@gmail.com>
1462 post release version bump
1464 2008-03-10 daniel g. siegel <dgsiegel@gmail.com>
1467 image in doc is JPG not PNG
1469 2008-03-10 daniel g. siegel <dgsiegel@gmail.com>
1473 bump the version to 2.22
1475 2008-03-10 daniel g. siegel <dgsiegel@gmail.com>
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>
1496 src/cheese-fileutil.c,
1497 src/cheese-thumb-view.c,
1498 src/cheese-window.c,
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>
1506 src/cheese-fileutil.c,
1507 src/cheese-thumb-view.c,
1508 src/cheese-window.c,
1510 Add a patch of Matthew Garret <mjg59-gnomebugzilla@40srcf.ucam.org>
1511 to add support for building cheese on the hildon desktop. Fixes
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>
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>
1546 Make sure that .ui file gets localized
1548 2008-02-27 Jaap Haitsma <jaap@haitsma.org>
1551 Don't compile with -Werror
1553 2008-02-26 daniel g. siegel <dgsiegel@gmail.com>
1556 as we dont use glade anymore, we dont need it in POTFILES.in
1558 2008-02-25 daniel g. siegel <dgsiegel@gmail.com>
1563 2008-02-24 Jaap Haitsma <jaap@haitsma.org>
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,
1577 make waf work again with cheese.desktop.in.in
1579 2008-02-17 Jaap Haitsma <jaap@haitsma.org>
1586 src/cheese-thumb-view.c,
1587 src/cheese-window.c,
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>
1601 bump version to 2.21.92
1603 2008-02-12 daniel g. siegel <dgsiegel@gmail.com>
1606 src/cheese-window.c,
1608 revert rev #491 as glib 2.15.5 was released
1610 2008-02-11 daniel g. siegel <dgsiegel@gmail.com>
1615 2008-02-09 daniel g. siegel <dgsiegel@gmail.com>
1620 update NEWS, AUTHORS and README
1622 2008-02-09 Jaap Haitsma <jaap@haitsma.org>
1626 We jumped the gun. Set version to 2.21.91 again
1628 2008-02-09 Jaap Haitsma <jaap@haitsma.org>
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
1640 2008-02-09 Jaap Haitsma <jaap@haitsma.org>
1643 Add POTFILES.skip to please make distcheck
1645 2008-02-09 Jaap Haitsma <jaap@haitsma.org>
1648 src/cheese-window.c,
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>
1656 data/cheese.desktop.in.in,
1658 Install bugreport script in libexec instead of lib
1661 2008-02-04 daniel g. siegel <dgsiegel@gmail.com>
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,
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,
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
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>
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>
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>
1733 src/eog-thumbnail.c,
1734 src/eog-thumbnail.h,
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>
1747 bump version number to 2.21.91
1749 2008-01-29 daniel g. siegel <dgsiegel@gmail.com>
1754 2008-01-29 daniel g. siegel <dgsiegel@gmail.com>
1758 prepare for the emergency release 2.21.90.1
1760 2008-01-29 daniel g. siegel <dgsiegel@gmail.com>
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>
1781 the bugreport script didnt get copied on make dist
1783 2008-01-28 daniel g. siegel <dgsiegel@gmail.com>
1787 forgot to update NEWS and AUTHORS
1789 2008-01-28 daniel g. siegel <dgsiegel@gmail.com>
1793 bump version to 2.21.91
1795 2008-01-28 daniel g. siegel <dgsiegel@gmail.com>
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>
1840 data/cheese-bugreport.sh,
1841 data/cheese.desktop.in.in,
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
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>
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,
1883 Process desktop.in.in with waf
1885 2008-01-17 daniel g. siegel <dgsiegel@gmail.com>
1888 add gio support to waf
1890 2008-01-17 Luca Ferretti <elle.uca@libero.it>
1893 Check for gio-2.0 and update glib required to 2.15.2.
1895 * src/cheese-fileutil.c: (cheese_fileutil_get_media_path):
1896 Use G_DIR_SEPARATOR_S, not "/".
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,
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>
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>
1931 data/sounds/Makefile.am,
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:
1945 2008-01-14 daniel g. siegel <dgsiegel@gmail.com>
1949 bump version to 2.21.5
1951 2008-01-14 daniel g. siegel <dgsiegel@gmail.com>
1955 data/pixmaps/camera-icon.svg,
1956 data/pixmaps/Makefile.am,
1958 src/cheese-countdown.c,
1959 src/cheese-countdown.h,
1960 src/cheese-window.c,
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
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>
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>
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,
2009 Rename gst-player to gst-audio-play as that seems more appropriate
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,
2020 use the gst-player by Mathias Hasselman for playing the shutter sound
2022 2008-01-05 Jaap Haitsma <jaap@haitsma.org>
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.
2048 2007-12-29 Jaap Haitsma <jaap@haitsma.org>
2051 src/cheese-audio-play.c,
2053 src/cheese-effect-chooser.c,
2054 src/cheese-fileutil.c,
2056 src/cheese-thumb-view.c,
2057 src/cheese-webcam.c,
2058 src/cheese-window.c,
2059 src/eog-thumbnail.c,
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>
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,
2099 add more shutter sounds
2101 2007-12-23 daniel g. siegel <dgsiegel@gmail.com>
2105 src/cheese-window.c:
2106 fix some autofoo issues
2108 2007-12-23 daniel g. siegel <dgsiegel@gmail.com>
2112 data/sounds/Makefile.am,
2113 data/sounds/shutter0.ogg,
2115 src/cheese-window.c:
2116 add a shutter sound, when taking a photo
2118 2007-12-23 Benjamin Berg <benjamin@sipsolutions.net>
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>
2131 the print handler shouldnt print an additional newline
2133 2007-12-23 daniel g. siegel <dgsiegel@gmail.com>
2136 po/README.translators,
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>
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>
2166 add a hidden hal-device command line option
2168 2007-12-18 daniel g. siegel <dgsiegel@gmail.com>
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>
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,
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>
2231 data/pixmaps/Makefile.am,
2232 data/pixmaps/thumbnail-frame.png,
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,
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>
2272 help/C/figures/cheese-screenshot.jpg,
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>
2308 Add ephy-spinner.[ch]
2310 2007-12-02 Jaap Haitsma <jaap@haitsma.org>
2312 * data/wscript_build,
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,
2325 use a throbber, when the camera is loading
2327 2007-12-01 daniel g. siegel <dgsiegel@gmail.com>
2329 * data/cheese.schemas.in,
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,
2339 src/cheese-window.c:
2340 update translations and a bit the german one
2342 2007-11-29 Jaap Haitsma <jaap@haitsma.org>
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,
2351 clean up and indent correctly, spring-cleaning
2353 2007-11-28 daniel g. siegel <dgsiegel@gmail.com>
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>
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
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,
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>
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,
2438 Common is imported now in the top-wscript, no need to import
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,
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,
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,
2481 Also install cheese-ui.xml and documentation for waf build
2483 2007-11-21 Jaap Haitsma <jaap@haitsma.org>
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,
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,
2512 Rename PACKAGE_DATA_DIR to PACKAGE_DATADIR for consistency
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>
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,
2549 Now really add cheese.desktop.in
2550 Update POTFILES.in so it contains all the files that need to be
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>
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,
2591 src/cheese-config.h.at,
2592 src/cheese-effect-chooser.c,
2593 src/cheese-fileutil.c,
2595 src/cheese-thumb-view.c,
2596 src/cheese-webcam.c,
2597 src/cheese-window.c,
2598 src/eog-thumb-shadow.c,
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
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
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,
2629 fixing some small and really stupid things
2631 2007-11-18 daniel g. siegel <dgsiegel@gmail.com>
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>
2649 add a very basic and ugly gconf backend
2651 2007-11-17 Jaap Haitsma <jaap@haitsma.org>
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
2664 2007-11-12 Jaap Haitsma <jaap@haitsma.org>
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,
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,
2702 Merged back the cheese_0_2_4_refactor branch
2704 2007-11-11 Jaap Haitsma <jaap@haitsma.org>
2708 src/cheese-webcam.c,
2709 src/cheese-webcam.h,
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,
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,
2747 Change cheese-thumbnails to cheese-thumb-view and make a GtkWidget
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>
2792 toc2 did not check for libebook >= 1.12.0
2794 2007-10-31 Jaap Haitsma <jaap@haitsma.org>
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
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,
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
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>
2833 src/cheese-window.c:
2834 Space isnt an accelerator, space is ;)
2836 2007-10-26 Jaap Haitsma <jaap@haitsma.org>
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>
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>
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>
2861 data/cheese-menu.xml,
2863 src/cheese-window.c:
2864 Renaming cheese-menu.xml to cheese-ui.xml as that's the convention in other
2868 2007-10-23 daniel g. siegel <dgsiegel@gmail.com>
2871 data/cheese-menu.xml,
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>
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>
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,
2902 Add myself as copyright owner to files I contributed significantly
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,
2926 2007-10-16 Jaap Haitsma <jaap@haitsma.org>
2928 * src/cheese-fileutil.h:
2931 2007-10-16 Jaap Haitsma <jaap@haitsma.org>
2933 * src/cheese-fileutil.c:
2936 2007-10-16 Jaap Haitsma <jaap@haitsma.org>
2938 * src/cheese-fileutil.c,
2939 src/cheese-webcam.c:
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>
2950 src/cheese-webcam.c:
2951 Bump required CVS version to current head (=0.10.14.1)
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:
2975 2007-09-27 Jaap Haitsma <jaap@haitsma.org>
2977 * src/cheese-window.c:
2980 2007-09-27 Jaap Haitsma <jaap@haitsma.org>
2982 * src/cheese-window.c:
2985 2007-09-27 Jaap Haitsma <jaap@haitsma.org>
2987 * src/cheese-window.c:
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,
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,
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,
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,
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
3042 Also some features which are in HEAD are still missing
3044 2007-09-26 Jaap Haitsma <jaap@haitsma.org>
3047 Branched to allow major refactoring
3049 2007-10-20 daniel g. siegel <dgsiegel@gmail.com>
3056 add slovenian, thanks to Deni Bačić
3058 2007-10-03 daniel g. siegel <dgsiegel@gmail.com>
3065 add catalan, thanks to Carlos Garcia Porcel
3067 2007-09-23 daniel g. siegel <dgsiegel@gmail.com>
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>
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>
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>
3109 why is there junk in my files???
3111 2007-09-17 daniel g. siegel <dgsiegel@gmail.com>
3116 the NEWS file shall not be forgotten in a dist
3118 2007-09-17 daniel g. siegel <dgsiegel@gmail.com>
3121 adding the _real_ changelog file
3123 2007-09-17 daniel g. siegel <dgsiegel@gmail.com>
3127 my changelog is a NEWS-file, actually
3129 2007-09-14 daniel g. siegel <dgsiegel@gmail.com>
3132 forgot to set charset to utf8 on ro.po
3134 2007-09-14 daniel g. siegel <dgsiegel@gmail.com>
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,
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>
3152 first svn commit, yeah! add MAINTAINERS file and remove README.darcs
3154 2007-09-10 daniel g. siegel <dgsiegel@gmail.com>
3160 add sv, thanks to Daniel Nylander
3162 2007-09-07 daniel g. siegel <dgsiegel@gmail.com>
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>
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>
3185 translation error in de
3187 2007-09-05 daniel g. siegel <dgsiegel@gmail.com>
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>
3205 2007-08-30 daniel g. siegel <dgsiegel@gmail.com>
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:
3221 2007-08-29 daniel g. siegel <dgsiegel@gmail.com>
3224 add dependeny in the readme file
3226 2007-08-29 daniel g. siegel <dgsiegel@gmail.com>
3229 src/cheese-window.c:
3232 2007-08-29 daniel g. siegel <dgsiegel@gmail.com>
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:
3242 2007-08-29 daniel g. siegel <dgsiegel@gmail.com>
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>
3258 src/cheese-pipeline-video.c:
3259 use 25fps for video recording
3261 2007-08-26 daniel g. siegel <dgsiegel@gmail.com>
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>
3281 2007-08-23 daniel g. siegel <dgsiegel@gmail.com>
3284 src/cheese-pipeline-video.c:
3285 fix video recording.. i _hate_ those bugs
3287 2007-08-23 daniel g. siegel <dgsiegel@gmail.com>
3297 update es, gl, it, ja, pl
3299 2007-08-22 daniel g. siegel <dgsiegel@gmail.com>
3302 src/cheese-pipeline-photo.c:
3303 make ximagesink work with the photo pipeline
3305 2007-08-21 daniel g. siegel <dgsiegel@gmail.com>
3311 2007-08-21 daniel g. siegel <dgsiegel@gmail.com>
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>
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>
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>
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>
3344 update cs, fr, nl, pt
3346 2007-08-20 daniel g. siegel <dgsiegel@gmail.com>
3349 some minor changes in the install file
3351 2007-08-20 daniel g. siegel <dgsiegel@gmail.com>
3354 some minor changes to the readme
3356 2007-08-20 daniel g. siegel <dgsiegel@gmail.com>
3359 some minor changes in the changelog
3361 2007-08-20 daniel g. siegel <dgsiegel@gmail.com>
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:
3374 2007-08-19 daniel g. siegel <dgsiegel@gmail.com>
3386 src/cheese-pipeline-photo.c:
3389 2007-08-19 daniel g. siegel <dgsiegel@gmail.com>
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>
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>
3412 2007-08-18 daniel g. siegel <dgsiegel@gmail.com>
3427 2007-08-18 daniel g. siegel <dgsiegel@gmail.com>
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>
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>
3459 2007-08-18 daniel g. siegel <dgsiegel@gmail.com>
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>
3475 2007-08-17 daniel g. siegel <dgsiegel@gmail.com>
3478 add missing dependencies in the readme
3480 2007-08-17 daniel g. siegel <dgsiegel@gmail.com>
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,
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>
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>
3548 2007-08-16 daniel g. siegel <dgsiegel@gmail.com>
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>
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>
3571 prepare next release
3573 2007-08-16 daniel g. siegel <dgsiegel@gmail.com>
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>
3584 2007-08-15 daniel g. siegel <dgsiegel@gmail.com>
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>
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>
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>
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,
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:
3665 2007-08-09 daniel g. siegel <dgsiegel@gmail.com>
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,
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>
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>
3706 change the startup order
3708 2007-08-02 daniel g. siegel <dgsiegel@gmail.com>
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,
3726 probably the dumbest change ever: the fsf has changed its address
3728 2007-08-02 daniel g. siegel <dgsiegel@gmail.com>
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>
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,
3750 remove photos from the thumbnail row if they were removed on the filesystem
3752 2007-08-02 daniel g. siegel <dgsiegel@gmail.com>
3755 src/cheese-thumbnails.c:
3756 add only valid jpeg to the thumbnail row
3758 2007-08-01 daniel g. siegel <dgsiegel@gmail.com>
3771 src/cheese-pipeline-photo.c:
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>
3794 2007-08-01 daniel g. siegel <dgsiegel@gmail.com>
3796 * src/cheese-fileutil.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>
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,
3832 2007-07-30 daniel g. siegel <dgsiegel@gmail.com>
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>
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:
3874 2007-07-17 daniel g. siegel <dgsiegel@gmail.com>
3885 update translation, second shot
3887 2007-07-17 daniel g. siegel <dgsiegel@gmail.com>
3900 2007-07-17 daniel g. siegel <dgsiegel@gmail.com>
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:
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,
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,
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,
3962 src/cheese_config.h.at,
3963 src/effects-widget.c,
3964 src/effects-widget.h,
3967 src/pipeline-photo.c,
3968 src/pipeline-photo.h,
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,
3993 src/pipeline-photo.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>
4002 src/pipeline-photo.h:
4005 2007-07-06 daniel g. siegel <dgsiegel@gmail.com>
4010 2007-07-06 daniel g. siegel <dgsiegel@gmail.com>
4015 2007-07-06 daniel g. siegel <dgsiegel@gmail.com>
4018 use g18n for translation
4020 2007-07-06 daniel g. siegel <dgsiegel@gmail.com>
4024 src/effects-widget.c,
4025 src/effects-widget.h,
4026 src/pipeline-photo.c,
4027 src/pipeline-photo.h,
4030 refactoring: moving effects into effects-widget
4032 2007-07-05 daniel g. siegel <dgsiegel@gmail.com>
4037 2007-07-05 daniel g. siegel <dgsiegel@gmail.com>
4039 * src/cairo-custom.h,
4043 src/pipeline-photo.c,
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,
4054 src/pipeline-photo.c,
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>
4067 add icon-update support for the makefile
4069 2007-07-04 daniel g. siegel <dgsiegel@gmail.com>
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>
4084 add polish translation, thanks to Tomasz Domikowski
4086 2007-07-02 daniel g. siegel <dgsiegel@gmail.com>
4091 2007-07-02 daniel g. siegel <dgsiegel@gmail.com>
4094 change version to 0.1.3
4096 2007-07-02 daniel g. siegel <dgsiegel@gmail.com>
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,
4116 update translations to include the glade-file too
4118 2007-07-02 daniel g. siegel <dgsiegel@gmail.com>
4122 src/cheese_config.h.at:
4123 hups.. i forgot to set the textdomain,
4124 so translations would not
4127 2007-07-02 daniel g. siegel <dgsiegel@gmail.com>
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>
4152 some small fixes in the language building and in the AUTHORS-file
4154 2007-07-01 daniel g. siegel <dgsiegel@gmail.com>
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>
4170 data/icons/Makefile,
4174 some minor changes in the buildsystem
4176 2007-07-01 daniel g. siegel <dgsiegel@gmail.com>
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>
4186 set icon on the about-window
4188 2007-07-01 daniel g. siegel <dgsiegel@gmail.com>
4191 update dependencies in the README
4193 2007-06-30 daniel g. siegel <dgsiegel@gmail.com>
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>
4210 2007-06-30 daniel g. siegel <dgsiegel@gmail.com>
4212 * data/cheese.glade,
4214 add the new, shiny icon to the window and aboutdialog
4216 2007-06-30 daniel g. siegel <dgsiegel@gmail.com>
4221 2007-06-30 daniel g. siegel <dgsiegel@gmail.com>
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>
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:
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>
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>
4272 data/icons/16x16/cheeese.svg,
4273 data/icons/16x16/cheese.png,
4275 data/icons/22x22/cheese.png,
4276 data/icons/22x22/cheese.svg,
4278 data/icons/24x24/cheese.png,
4280 data/icons/32x32/cheese.png,
4281 data/icons/32x32/cheese.svg,
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>
4291 toc2/make/toc2-dist.make:
4292 now make dist works ;)
4294 2007-06-30 daniel g. siegel <dgsiegel@gmail.com>
4297 toc2/make/toc2-dist.make:
4298 fixes a make dist behaviour
4300 2007-06-30 daniel g. siegel <dgsiegel@gmail.com>
4315 data/cheese.desktop,
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,
4350 src/cheese_config.h.at,
4353 src/pipeline-photo.c,
4354 src/pipeline-photo.h,
4363 toc2.cheese.make.at,
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,
4373 toc2/bin/mkdep-toc2.c,
4374 toc2/bin/removeDupeArgs,
4377 toc2/doc/naming-conventions.txt,
4378 toc2/doc/toc2-manual.odt,
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,
4400 toc2/sbin/configure.sample,
4401 toc2/sbin/toc2_core.sh,
4402 toc2/sbin/toconfigure,
4404 toc2/tests/Makefile,
4405 toc2/tests/PACKAGE_NAME-config.at,
4406 toc2/tests/PACKAGE_NAME-config.sh,
4407 toc2/tests/atfilter_file.sh,
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,
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,
4441 new build system! yeah!
4443 2007-06-27 daniel g. siegel <dgsiegel@gmail.com>
4446 add the other languages to the makefile
4448 2007-06-27 daniel g. siegel <dgsiegel@gmail.com>
4453 add italian translation,
4454 thanks to Alessandro Falappa
4456 2007-06-27 daniel g. siegel <dgsiegel@gmail.com>
4462 add galician translation,
4463 thanks to Ricardo González Castro
4465 2007-06-25 daniel g. siegel <dgsiegel@gmail.com>
4470 2007-06-25 daniel g. siegel <dgsiegel@gmail.com>
4474 add spanish translation,
4475 thanks to Ricardo González Castro
4477 2007-06-25 daniel g. siegel <dgsiegel@gmail.com>
4482 add portuguese translation,
4483 thanks to Miguel Rosa
4485 2007-06-25 daniel g. siegel <dgsiegel@gmail.com>
4491 add czech translation,
4492 thanks to Vítězslav Kotrla
4494 2007-06-24 daniel g. siegel <dgsiegel@gmail.com>
4499 update TODO and README,
4500 add dependency cairo and update a licence
4502 2007-06-24 daniel g. siegel <dgsiegel@gmail.com>
4507 2007-06-24 daniel g. siegel <dgsiegel@gmail.com>
4512 2007-06-24 daniel g. siegel <dgsiegel@gmail.com>
4521 add translation (german)
4523 2007-06-22 daniel g. siegel <dgsiegel@gmail.com>
4528 add round corners for the effect-dialog
4530 2007-06-22 daniel g. siegel <dgsiegel@gmail.com>
4533 set the main window to !resizable
4535 2007-06-22 daniel g. siegel <dgsiegel@gmail.com>
4542 add multi-effect support and new effect-dialog
4544 2007-06-22 daniel g. siegel <dgsiegel@gmail.com>
4549 2007-06-22 daniel g. siegel <dgsiegel@gmail.com>
4554 effects/NoirBlanc.png,
4555 effects/Saturation.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,
4565 adding preview-pictures for effects
4567 2007-06-12 daniel g. siegel <dgsiegel@gmail.com>
4570 small fixes for the release
4572 2007-06-12 daniel g. siegel <dgsiegel@gmail.com>
4578 README and update TODO
4580 2007-06-12 daniel g. siegel <dgsiegel@gmail.com>
4585 2007-06-12 daniel g. siegel <dgsiegel@gmail.com>
4590 2007-06-12 daniel g. siegel <dgsiegel@gmail.com>
4595 2007-06-11 daniel g. siegel <dgsiegel@gmail.com>
4598 remove a useless printf
4600 2007-06-11 daniel g. siegel <dgsiegel@gmail.com>
4604 yay, showing photos anyhow works
4606 2007-06-11 daniel g. siegel <dgsiegel@gmail.com>
4614 add menu and some iconbar improvements
4616 2007-06-08 daniel g. siegel <dgsiegel@gmail.com>
4623 implementing effects
4625 2007-05-31 daniel g. siegel <dgsiegel@gmail.com>
4640 cleanup, objectification and arrangement of the code ;) (took pretty long, huh?)
4642 2007-05-03 daniel g. siegel <dgsiegel@gmail.com>
4653 2007-05-03 daniel g. siegel <dgsiegel@gmail.com>
4658 2007-05-02 daniel g. siegel <dgsiegel@gmail.com>
4664 2007-05-02 daniel g. siegel <dgsiegel@gmail.com>
4670 2007-05-02 daniel g. siegel <dgsiegel@gmail.com>
4675 2007-05-01 daniel g. siegel <dgsiegel@gmail.com>
4678 outsource gst-state-functions
4680 2007-05-01 daniel g. siegel <dgsiegel@gmail.com>
4683 maemo-code isnt used anymore
4685 2007-05-01 daniel g. siegel <dgsiegel@gmail.com>
4690 2007-05-01 daniel g. siegel <dgsiegel@gmail.com>
4695 2007-05-01 daniel g. siegel <dgsiegel@gmail.com>
4698 remove raphaels python code
4700 2007-04-27 daniel g. siegel <dgsiegel@gmail.com>
4703 use gdk-pixbuf to save photos
4705 2007-04-25 daniel g. siegel <dgsiegel@gmail.com>
4710 2007-04-25 daniel g. siegel <dgsiegel@gmail.com>
4716 2007-04-25 daniel g. siegel <dgsiegel@gmail.com>
4720 use gconf to get gstreamer-properties
4722 2007-04-22 daniel g. siegel <dgsiegel@gmail.com>
4728 2007-04-22 daniel g. siegel <dgsiegel@gmail.com>
4734 2007-04-22 daniel g. siegel <dgsiegel@gmail.com>
4738 fixing picture-saving
4740 2007-04-22 daniel g. siegel <dgsiegel@gmail.com>
4745 added picture saving
4747 2007-04-21 daniel g. siegel <dgsiegel@gmail.com>
4757 2007-09-11 daniel g. siegel <dgsiegel@gmail.com>
4760 Initial project roots