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 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392
|
2007-09-16 Sven Herzberg <herzi@gnome-de.org>
Fix a few translation issues:
http://bugzilla.gnome.org/show_bug.cgi?id=476004
* data/camorama.glade: don't mark empty strings as translatable
* src/camorama-filter-mirror.c,
* src/filter.c: added translator comments
2007-06-14 Sven Herzberg <herzi@gnome-de.org>
* src/main.c: replaced GNOMELOCALEDIR by PACKAGE_LOCALE_DIR
2007-03-02 Pema Geyleg <pema.geyleg@gmail.com>
* configure.in: Added 'dz' to dzongkha translation.
2006-10-31 Matic Zgur <mr.zgur@gmail.com>
* configure.in: Added Slovenian ('sl') to ALL_LINGUAS.
2006-10-31 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* configure.in: Added 'gl' to ALL_LINGUAS
2006-07-30 Sven Herzberg <herzi@gnome-de.org>
* src/callbacks.c,
* src/camorama-window.c,
* src/v4l.h: fix the status icon code
2006-07-30 Sven Herzberg <herzi@gnome-de.org>
* configure.in: depend on GTK+ 2.10 for GtkStatusIcon
* src/Makefile.am: updated
* src/callbacks.c,
* src/main.c: compile fixes
* src/eggtrayicon.c,
* src/eggtrayicon.h: removed deprecated EggTrayIcon code
* src/camorama-window.c,
* src/v4l.h: use GtkStatusIcon instead of EggTrayIcon
2006-06-27 Raivis Dejus <orvils@gmail.co>
* configure.in: Add lv to ALL_LINGUAS.
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Remove obsolete Norwegian entry.
* po/no.po: And the translation.
2006-03-16 Sven Herzberg <herzi@gnome-de.org>
* autogen.sh: updated to pass distcheck
2006-03-16 Sven Herzberg <herzi@gnome-de.org>
* configure.in:
* data/camorama.glade: fixed wrong initial activation of the radio
buttons; updated the horizintal scroll policy of the effects box;
updated the expand policy for the horizontal separator
* src/Makefile.am: added new source files, cleaned up the file a bit
* src/callbacks.c: updated configured paths; removed the comments for
completely migrated filters; added depth to new filters
* src/camorama-filter-chain.c,
* src/camorama-filter-chain.h: added image depth to filters
* src/camorama-filter-laplace.c,
* src/camorama-filter-mirror.c: extracted filters into their own files
* src/camorama-window.c: added filter deletion; updated configure
paths
* src/filter.c,
* src/filter.h: added depth to filter classes, extracted some filters;
added some filter names
* src/glib-helpers.h: new
* src/main.c: updated configures paths
2006-03-01 Daniel Nylander <po@danielnylander.se>
* po/sv.po: Updated Swedish translation.
2006-02-14 Sven Herzberg <herzi@gnome-de.org>
* data/camorama.schemas.in: fix a type (fixes bug 325500) patch
provided by Thierry Moisan
* src/.cvsignore: silence
2006-01-09 Sven Herzberg <herzi@gnome-de.org>
* .cvsignore: updated
* data/camorama.glade: made the "show effects" and "show adjustments"
menu items GtkCheckMenuItems; added a frame around the drawing area;
exchanged the box with filter check boxes by a tree view
* src/Makefile.am: updated
* src/callbacks.c: implemented the "show ..." toggle functions a bit
cleaner; aligned the authors better; extracted filter application from
read_timeout_func() and timeout_func(), re-implemented with the new
filter framework; removed the callbacks for removed widgets
* src/callbacks.h: removed the filter constants; removed the filter
mask
* src/camorama-filter-chain.c,
* src/camorama-filter-chain.h: new
* src/camorama-globals.h: new
* src/camorama-window.c: extracted some code from main.c, implemented
the new filter GUI
* src/camorama-window.h: extracted from main.c
* src/filter.c,
* src/filter.h: filters are GObjects now
* src/main.c: extracted some code into camorama-window.c
* src/v4l.h: added the filter chain
2006-01-08 Sven Herzberg <herzi@gnome-de.org>
* pixmaps/Makefile.am: clean up, added new files
* pixmaps/camorama-webcam-16.png,
* pixmaps/camorama-webcam-24.png: webcam icons
* src/Makefile.am: cleanup
* src/callbacks.c: whitespace
* src/callbacks.h: added ifndef condition
* src/camorama-stock-items.c,
* src/camorama-stock-items.h: added camorama stock icon
* src/filter.c: disable full debugging
* src/filters.h: for later
* src/main.c: some icon cleanup
2005-12-06 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Add nb to ALL_LINGUAS.
2005-11-07 Sven Herzberg <herzi@gnome-de.org>
* configure.in: starting to clean up
* src/filter.h: cleaned up the file for the first significant
improvement
2005-11-07 Sven Herzberg <herzi@gnome-de.org>
* src/fileio.c,
* src/fileio.h,
* src/filter.c,
* src/filter.h,
* src/v4l.h: fix type warnings
2005-11-07 Sven Herzberg <herzi@gnome-de.org>
* src/eggtrayicon.c,
* src/eggtrayicon.h: update to the current libegg version
2005-11-07 Sven Herzberg <herzi@gnome-de.org>
* COPYING,
* INSTALL: removed automatically copied files
2005-11-07 Sven Herzberg <herzi@gnome-de.org>
* .cvsignore: cvs is silent now
* .tm_project.cache: exlude local files
* MAINTAINERS: removed, the information is in the authors file too
* Makefile.am: make distcheck works now
* data/Makefile.am: make distcheck works now
2005-11-07 Sven Herzberg <herzi@gnome-de.org>
* AUTHORS: added information about current maintainership
* src/filter.c: removed some unwanted output
* src/v4l.c: removed some unwanted output
2005-11-07 Sven Herzberg <herzi@gnome-de.org>
* data/camorama.schemas.in: added the device path to the schema
* src/interface.h: added a key for the device path
* src/main.c: try to read the device path from gconf
This commit fixes bug 315992
2005-11-07 Sven Herzberg <herzi@gnome-de.org>
* src/fileio.c: fix "occured" => "occurred"
* src/main.c: fix "debuging" => "debugging"
Patch from Thierry Moisan fixes bug 314766
2005-11-07 Sven Herzberg <herzi@gnome-de.org>
* src/callbacks.c: fix invalid lvalue cast
* src/callbacks.h: fix "unsigned gint" to "guint"
* src/main.c: fix invalid lvalue cast by deleting the cast for now
2005-11-01 Alexander Shopov <ash@contact.bg>
* configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2005-07-19 Pawan Chitrakar <pawan@nplinux.org>
* configure.in: Added ne in ALL_LINGUAS
2005-04-07 Abel Cheung <maddog@linuxhall.org>
* configure.in: Added "bs" "hi" "mk" "tr" "zh_TW" to ALL_LINGUAS.
2005-04-01 Steve Murphy <murf@e-tools.com>
* configure.in: Added "rw" to ALL_LINGUAS.
2004-09-08 Jayaradha <njaya@redhat.com>
* configure.in: Added 'ta' (Tamil) to ALL_LINGUAS.
2004-09-08 Ankit Patel <ankit@redhat.com>
* configure.in: Added 'gu' (Gujarati) to ALL_LINGUAS.
2004-09-05 Ilkka Tuohela <hile@iki.fi>
* configure.in: Added fi to ALL_LINGUAS.
2004-04-08 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
2004-03-22 Gareth Owen <gowen72@yahoo.com>
* configure.in: Added en_GB to ALL_LINGUAS
2004-03-20 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2004-03-15 Alessio Frusciante <algol@firenze.linux.it>
* configure.in: Added "it" (Italian) to ALL_LINGUAS.
2004-02-03 Alastair McKinstry <mckinstry@computer.org>
* configure.in: Added "ga" (Irish) to ALL_LINGUAS.
2004-02-01 Robert Sedak <robert.sedak@sk.htnet.hr>
* configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
2004-01-13 Laurent Dhima <laurenti@alblinux.net>
* configure.in: Added "sq" to ALL_LINGUAS.
2003-12-06 Iñaki Larrañaga <dooteo@euskalgnu.org>
* configure.in: Added "eu" (Basque) to ALL_LINGUAS.
2003-10-24 Hasbullah Bin Pit <sebol@ikhlas.com>
* configure.in: Added ms (malay) to ALL_LINGUAS.
2003-09-01 Metin Amiroff <metin@karegen.com>
configure.in: Added "az" in ALL_LINGUAS.
2003-8-27 Jordi Mallach <jordi@sindominio.net>
* configure.in (ALL_LINGUAS): Added "ca" (Catalan).
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.
|