1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
2003-06-18 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "ml" in ALL_LINGUAS.
2003-05-18 Danilo Ĺ egan <dsegan@gmx.net>
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2003-04-18 Ole Laursen <olau@hardworking.dk>
* configure.in: Added "da" (Danish) to ALL_LINGUAS.
2003-04-12 Christian Neumair <chris@gnome-de.org>
* src/main.c: Add setlocale call to enable translation of "--help"
output.
* data/camorama.glade: Reduced number of gettext strings by one by
assimilating to strings meaning the same.
* configure.in: Added AC_PREREQ macro to satisfy ac wrapper scripts,
add "de" (German) to ALL_LINGUAS.
2003-03-23 Christophe Merlet <redfox@redfoxcenter.org>
* src/fileio.c: Fixed typo.
2003-03-16 Roozbeh Pournader <roozbeh@sharif.edu>
* configure.in: Added "fa" to ALL_LINGUAS.
2003-03-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belarusian to ALL_LINGUAS.
2003-02-24 Christian Neumair <chris@gnome-de.org>
* camorama.desktop.in: Marked Name and Comment fields for translation;
removed obsolete character from Name field.
2003-02-24 Evandro Fernandes Giovanini <evandrofg@ig.com.br>
* configure.in(ALL_LINGUAS): Added pt_BR (Brazilian Portuguese).
2003-02-24 Zbigniew Chyla <cyba@gnome.pl>
* configure.in (ALL_LINGUAS): Added pl (Polish).
2003-02-20 Yuriy Syrota <rasta renome.rovno.ua>
* configure.in: Added "uk" (Ukrainian) to ALL_LINGUAS.
2003-02-09 Duarte Loreto <happyguy_pt@hotmail.com>
* configure.in: Added "pt" to ALL_LINGUAS.
2003-02-05 Bastien Nocera <hadess@hadess.net>
* .cvsignore: updated
* src/fileio.c: (local_save):
* src/v4l.c: (camera_cap), (set_pic_info), (get_pic_info),
(get_win_info), (set_win_info), (set_buffer):
fix most of the uses of sprintf, mark a bunch of strings for
translation
2003-02-01 Christophe Merlet <redfox@redfoxcenter.org>
* configure.in: Added French (fr) to ALL_LINGUAS
2003-01-28 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in: Added Vietnamese (vi) to ALL_LINGUAS
2003-01-27 Bastien Nocera <hadess@hadess.net>
* .cvsignore: updated
2003-01-27 Bastien Nocera <hadess@hadess.net>
* src/callbacks.c: (on_show_adjustments1_activate),
(on_about1_activate), (timeout_func), (fps),
(timeout_capture_func), (on_scale1_drag_data_received):
* src/callbacks.h:
* src/fileio.c: (remote_save), (local_save):
* src/fileio.h:
* src/filter.c: (yuv420p_to_rgb), (threshold), (threshold_channel),
(smooth), (edge3):
* src/filter.h:
* src/main.c: (main):
* src/support.h:
* src/v4l.h: fix all the -Wall warnings, start making use of
g_strdup_printf instead of sprintf, added filter.h
2003-01-26 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
configure.in: Added "es" to ALL_LINGUAS
0.16
----
brand new gui!
switch from gdk-imlib to gdk-pixbuf (can only save as jpg/png now).
switch to libglade
0.15
----
can save images locally or remotely
customizable timestamp on saved images - "borrowed" directly from gspy
can set a timer for capturing images
now supports YUV - thanks to Mark McClelland
fixed configure problems
0.14
----
images now saved as either jpeg, png or ppm.
added a couple filters.
code clean up.
0.13
----
big fps increase.
minor gui redesign.
added slider for white balance.
gconf support for saving prefs.
got rid of most of those annoying gnome warnings.
0.12
----
fixed error limiting number of cameras it would run on.
added directory/file selection dialog for image saves.
more command line options.
better documentation.
0.11
----
Initial release.
|