CIA.vc
camorama
Real-time open source activity stats
Stats » Projects » GNOME » camorama
informationsyndicateUTC clock
07:31 on Mar 12, 2010
event counters
The last message was received 2.34 weeks ago at 22:14 on Feb 23, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 2 messages last month
200 messages since the first one, 6.16 years ago, for an average of 1.61 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
22:14 on Feb 23GNOME
Commit by joedalton2 :: r2dd5853e0361 camorama/po/da.po:
Updated Danish translation
#
05:28 on Feb 19GNOME
Commit by aronxu :: ra354cffd4b4f camorama/po/zh_CN.po:
Update Simplified Chinese translations.
#
19:02 on Nov 04, 2009GNOME
Commit by pknbe :: raf187ef20097 camorama/po/cs.po:
Updated Czech translation by Marek Cernocky
#
22:57 on Oct 15, 2009GNOME
Commit by sveinki :: rf8eceff6af16 camorama/po/ (LINGUAS is.po):
Added IS translation
#
17:17 on Aug 19, 2009GNOME
Commit by fran.dieguez :: r93855ea2250c camorama/po/gl.po:
Updated Galician Translation
#
16:02 on May 22, 2009GNOME
Commit by meixome :: rc6779481eaa9 camorama/po/gl.po:
Updated Galician Translation.
#
08:04 on Sep 28, 2008GNOME
Commit by tkaroonb :: r376 camorama/po/ (ChangeLog th.po):
2008-09-28  Theppitak Karoonboonyanan  <thep at linux dot thai dot net>

        * th.po: Updated Thai translation.
#
07:55 on Sep 28, 2008GNOME
Commit by tkaroonb :: r375 camorama/po/ (ChangeLog LINGUAS th.po):
2008-09-28  Theppitak Karoonboonyanan  <thep at linux dot thai dot net>

        * LINGUAS: Added 'th'.
        * th.po: Added Thai translation by Manatsawin Hanmongkolchai.
#
10:25 on Jul 31, 2008GNOME
Commit by djihed :: r374 camorama/po/ (ChangeLog ar.po):
Updated Arabic Translation by Djihed Afifi.
#
19:10 on Jul 25, 2008GNOME
Commit by gforcada :: r373 camorama/po/ (ChangeLog POTFILES.in):
Fixed POTFILES.in
#
19:07 on Jul 02, 2008GNOME
Commit by ymarcheg :: r372 camorama/po/ (ChangeLog oc.po):
Updated Occitan translation
#
16:16 on May 28, 2008GNOME
Commit by herzi :: r367 camorama/ (ChangeLog src/main.c):
2008-05-28  Sven Herzberg  <sven at imendio dot com>

        Small code cleanup

        * src/main.c: (main): merged to if-trees with the same condition
#
16:16 on May 28, 2008GNOME
Commit by herzi :: r371 camorama/ (3 files in 2 dirs):
2008-05-28  Sven Herzberg  <sven at imendio dot com>

        Moved vid_buf into the mmap() capture implementation

        * src/capture-strategy-mmap.c: (set_buffer), (mmap_constructed),
        (mmap_finalize), (timeout_func): added vid_buf
        * src/v4l.h: dropped vid_buf
#
16:16 on May 28, 2008GNOME
Commit by herzi :: r370 camorama/ (ChangeLog src/v4l.h):
2008-05-28  Sven Herzberg  <sven at imendio dot com>

        Some code improvements

        * src/v4l.h: added G_BEGIN_DECLS and G_END_DECLS markers; added a note
        for an upcoming field move; changed the order of the functions to be
        more intuitive
#
16:16 on May 28, 2008GNOME
Commit by herzi :: r369 camorama/ (4 files in 2 dirs):
2008-05-28  Sven Herzberg  <sven at imendio dot com>

        Moved set_buffer() into the mmap() based capture implementation

        * src/capture-strategy-mmap.c: (set_buffer): landed here
        * src/v4l.c: removed
        * src/v4l.h: dropped declaration
#
16:16 on May 28, 2008GNOME
Commit by herzi :: r368 camorama/ (3 files in 2 dirs):
2008-05-28  Sven Herzberg  <sven at imendio dot com>

        Moved the buffer initialization into the mmap() based capture
        implementation

        * src/capture-strategy-mmap.c: (mmap_constructed): initialize buffers
        * src/main.c: (main): don't initialize buffers here anymore
#
14:21 on May 28, 2008GNOME
Commit by herzi :: r365 camorama/ (ChangeLog src/capture-strategy-mmap.c):
2008-05-28  Sven Herzberg  <sven at imendio dot com>

        merged init_cam() and constructed()

        * src/capture-strategy-mmap.c: (mmap_constructed):
#
14:21 on May 28, 2008GNOME
Commit by herzi :: r366 camorama/ (5 files in 2 dirs):
2008-05-28  Sven Herzberg  <sven at imendio dot com>

        manage the "pic" buffer in the strategies, not globally

        * src/capture-strategy-mmap.c: (mmap_constructed), (mmap_finalize),
        (timeout_func): manage pic locally; fix memory usage
        * src/capture-strategy-read.c: (read_constructed), (read_finalize),
        (read_timeout_func): manage pic locally; fix memory usage
        * src/main.c: (main): don't manage pic anymore
        * src/v4l.h: drop the pic pointer
#
14:21 on May 28, 2008GNOME
Commit by herzi :: r364 camorama/ (3 files in 2 dirs):
2008-05-28  Sven Herzberg  <sven at imendio dot com>

        Moved the code to initialize cam->pic into the read strategy

        * src/capture-strategy-read.c: (read_constructed): added the code
        * src/main.c: (main): dropped the code
#
14:21 on May 28, 2008GNOME
Commit by herzi :: r363 camorama/ (4 files in 2 dirs):
2008-05-28  Sven Herzberg  <sven at imendio dot com>

        added a cam property to the read strategy; we're going to need this
        property so we can properly initialize the "pic" buffer of it

        * src/capture-strategy-read.c: (read_constructed), (read_finalize),
        (read_set_property), (capture_strategy_read_class_init),
        (capture_strategy_read_new): added the new property
        * src/capture-strategy-read.h: added a cam parameter to new()
        * src/main.c: (main): pass the cam parameter to new() for read
#