Thu Jun 17 20:10:07 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Bump version 0.9.2 
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Thu Jun 17 20:01:51 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
code cleaning 
 chronojump_server/bin/chronojumpServer.dll |  Bin 282624 -> 282624 bytes
 src/chronojump.cs                          |    5 +--
 src/execute/jump.cs                        |    2 +-
 src/exportSession.cs                       |    2 -
 src/gui/chronojump.cs                      |   37 ++++++++-------------------
 src/gui/chronopic.cs                       |    9 +++----
 src/gui/confirm.cs                         |   10 ++-----
 src/gui/convertWeight.cs                   |   12 ++-------
 src/gui/eventExecute.cs                    |   23 -----------------
 src/gui/jump.cs                            |    4 +-
 src/gui/jumpType.cs                        |    3 +-
 src/gui/person.cs                          |   16 ++++--------
 src/gui/preferences.cs                     |    4 +-
 src/gui/queryServer.cs                     |    1 -
 src/gui/report.cs                          |    1 -
 src/gui/run.cs                             |    9 ++----
 src/gui/runType.cs                         |    3 +-
 src/gui/session.cs                         |    5 +---
 src/gui/stats.cs                           |    1 -
 src/log.cs                                 |    2 +-
 src/multiChronopic.cs                      |    1 -
 src/person.cs                              |    8 +-----
 src/sqlite/personSession.cs                |    2 -
 src/statType.cs                            |   28 ---------------------
 src/stats/graphs/ieIub.cs                  |    1 -
 src/stats/main.cs                          |    1 -
 src/stats/rjAVGSD.cs                       |    1 -
 src/treeViewEvent.cs                       |    3 +-
 src/treeViewMultiChronopic.cs              |    9 -------
 29 files changed, 42 insertions(+), 161 deletions(-)

Thu Jun 17 18:31:24 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
website: link to chronopic 2 
 web/chronopic_build.html    |    2 ++
 web/chronopic_build_es.html |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

Thu Jun 17 08:48:41 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
website: Added wikipedia article 
 web/documents.html    |    4 +++-
 web/documents_es.html |    4 +++-
 web/style.css         |    4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

Wed Jun 16 23:55:31 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Update  innosetup installer 
 .../windows_bundle/build/chronojump_innosetup.iss  |  132 ++++++++++----------
 1 files changed, 67 insertions(+), 65 deletions(-)

Wed Jun 16 23:50:32 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add some fixes with paths in win32 
 .../chronopic-firmwarecord.in                      |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

Wed Jun 16 21:29:04 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Open the file selection dialog in the firmware folder 
 .../chronopic-firmwarecord.in                      |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

Wed Jun 16 21:12:21 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Install firmware files in share/chronopic/firmware 
 .../chronopic-firmwarecord/Makefile.am             |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

Wed Jun 16 16:53:36 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
website: added link to bar displacement article 
 web/documents.html    |    8 +++++---
 web/documents_es.html |    8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

Wed Jun 16 12:45:35 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
chronopic-firmwarecord filechooser path & help info 
 .../chronopic-firmwarecord.in                      |    6 +-
 .../chronopic-firmwarecord.py                      |  449 --------------------
 2 files changed, 3 insertions(+), 452 deletions(-)

Wed Jun 16 12:45:19 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Update catalan translation 
 po/ca.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Wed Jun 16 12:44:57 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Updated spanish translation 
 po/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Tue Jun 15 22:44:01 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Update debian packaging files 
 debian/changelog |    2 +-
 debian/control   |   10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

Tue Jun 15 22:26:12 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Update win32 setup script with the new name for the firmware recorder 
 chronopic-firmware/chronopic-firmwarecord/setup.py |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

Tue Jun 15 22:03:19 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add firmware recorder to the build system 
 Makefile.am                                        |    4 +-
 chronopic-firmware/Makefile.am                     |    5 +
 .../chronopic-firmwarecord/Makefile.am             |    5 +
 .../chronopic-firmwarecord.in                      |  456 ++++++++++++++++++++
 .../chronopic-firmwarecord/libIris/Makefile.am     |   14 +
 configure.ac                                       |    6 +
 6 files changed, 488 insertions(+), 2 deletions(-)

Mon Jun 14 20:24:18 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Rename pydownloader to chronopic-firmwarecord 
 chronopic-firmware/chronopic-firmwarecord/README   |   19 +
 .../chronopic-firmwarecord.py                      |  449 ++++++++++++++++
 .../chronopic_firmware_10ms_unvalidated.hex        |   28 +
 .../chronopic_firmware_50ms.hex                    |   28 +
 chronopic-firmware/chronopic-firmwarecord/ledp.hex |    8 +
 .../chronopic-firmwarecord/libIris/IntelHex.py     |  536 ++++++++++++++++++++
 .../libIris/Pic16_Bootloader.py                    |  446 ++++++++++++++++
 .../libIris/Pic16_Firmware.py                      |   70 +++
 .../chronopic-firmwarecord/libIris/__init__.py     |   51 ++
 .../chronopic-firmwarecord/msvcp71.dll             |  Bin 0 -> 499712 bytes
 chronopic-firmware/chronopic-firmwarecord/setup.py |   67 +++
 chronopic-firmware/pydownloader-chronopic/README   |   19 -
 .../chronopic_firmware_10ms_unvalidated.hex        |   28 -
 .../chronopic_firmware_50ms.hex                    |   28 -
 chronopic-firmware/pydownloader-chronopic/ledp.hex |    8 -
 .../pydownloader-chronopic/libIris/IntelHex.py     |  536 --------------------
 .../libIris/Pic16_Bootloader.py                    |  446 ----------------
 .../libIris/Pic16_Firmware.py                      |   70 ---
 .../pydownloader-chronopic/libIris/__init__.py     |   51 --
 .../pydownloader-chronopic/msvcp71.dll             |  Bin 499712 -> 0 bytes
 .../pydownloader-chronopic/pydownloader-wx.py      |  449 ----------------
 chronopic-firmware/pydownloader-chronopic/setup.py |   67 ---
 22 files changed, 1702 insertions(+), 1702 deletions(-)

Mon Jun 14 20:05:32 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Delete deprecated files 
 Makefile.old                |  176 -------------------------------------------
 compile_po_files.sh         |   36 ---------
 create_release_linux_src.sh |   89 ----------------------
 3 files changed, 0 insertions(+), 301 deletions(-)

Tue Jun 15 11:34:59 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Added missing chronojump-boscosystem_white_bg.png 
 images/chronojump-boscosystem_white_bg.png |  Bin 0 -> 7398 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

Mon Jun 14 20:24:59 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
website: added tweeter news 
 chronojump_server/bin/chronojumpServer.dll         |  Bin 283136 -> 282624 bytes
 .../svg/chronojump-boscosystem-schema_es.svg       |   10 ++--
 web/index.html                                     |   61 +++++++++++++++-----
 web/index_es.html                                  |   57 ++++++++++++++----
 web/style.css                                      |    1 -
 web/twitter_widget.js                              |    9 +++
 6 files changed, 106 insertions(+), 32 deletions(-)

Sun Jun 13 00:16:26 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Added schema to website 
 web/images/chronojump-boscosystem-schema.png       |  Bin 0 -> 31573 bytes
 web/images/chronojump-boscosystem-schema_es.png    |  Bin 0 -> 31872 bytes
 web/images/chronojump-boscosystem-schema_small.png |  Bin 0 -> 7670 bytes
 .../chronojump-boscosystem-schema_small_es.png     |  Bin 0 -> 7733 bytes
 web/images/svg/chronojump-boscosystem-schema.svg   |  597 ++++++++++++++++++++
 .../svg/chronojump-boscosystem-schema_es.svg       |  595 +++++++++++++++++++
 web/index.html                                     |    7 +
 web/index_es.html                                  |    7 +
 8 files changed, 1206 insertions(+), 0 deletions(-)

Fri Jun 11 18:29:20 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Updates spanish translation 
 po/es.po |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

Fri Jun 11 18:29:07 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Updated catalan translation 
 po/ca.po |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

Fri Jun 11 18:27:20 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Changed Carlos line 
 howto_translate.txt |    3 +++
 src/constants.cs    |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

Fri Jun 11 14:13:28 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Updated spanish translation 
 po/es.po | 2774 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1412 insertions(+), 1362 deletions(-)

Fri Jun 11 14:11:14 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Updated catalan translation 
 po/ca.po | 1678 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 868 insertions(+), 810 deletions(-)

Fri Jun 11 13:46:08 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Fixed cancelling before start on pulse 
 src/execute/pulse.cs |    3 +++
 src/gui/error.cs     |    3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

Fri Jun 11 13:22:56 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Fixed Chronopic detection on start DJ and RJ 
 src/execute/jump.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Thu Jun 10 15:27:37 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Improvements on Chronopic connection 
 src/chronopic.cs |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

Thu Jun 10 15:18:31 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Chronopic window more informative 
 glade/chronojump.glade    |  874 +++++++++++++++++++++++----------------------
 web/images/svg/cables.svg |   10 +-
 2 files changed, 461 insertions(+), 423 deletions(-)

Tue Jun 8 02:45:58 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
website cables improvements 
 web/images/cables.png     |  Bin 25265 -> 23300 bytes
 web/images/cables_big.png |  Bin 58019 -> 53347 bytes
 web/images/svg/cables.svg |  176 +++++++++++++++++++++------------------------
 3 files changed, 82 insertions(+), 94 deletions(-)

Mon Jun 7 18:46:36 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
PyDownloader: Added help 
 .../pydownloader-chronopic/pydownloader-wx.py      |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

Sun Jun 6 10:12:32 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Fixed avg on query server on english 
 chronojump_server/bin/chronojumpServer.dll |  Bin 282624 -> 283136 bytes
 src/gui/queryServer.cs                     |    6 ++++--
 src/util.cs                                |   14 ++++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

Fri Jun 4 21:46:02 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Firmware-50ms to english (variables & comments) 
 .../chronopic-firmware-50ms.asm                    |  610 ++++++++++----------
 1 files changed, 301 insertions(+), 309 deletions(-)

Fri Jun 4 17:51:11 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Added firmware in assembler 
 .../chronopic-firmware-50ms.asm                    |  629 ++++++++++++++++++++
 1 files changed, 629 insertions(+), 0 deletions(-)

Fri Jun 4 00:11:21 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add script to compile the firmware updater 
 chronopic-firmware/pydownloader-chronopic/README   |   19 ++++++
 .../pydownloader-chronopic/msvcp71.dll             |  Bin 0 -> 499712 bytes
 chronopic-firmware/pydownloader-chronopic/setup.py |   67 ++++++++++++++++++++
 3 files changed, 86 insertions(+), 0 deletions(-)

Thu Jun 3 23:01:31 2010 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Delete unused files 
 .../pydownloader-chronopic/libIris/IntelHex.pyc    |  Bin 11367 -> 0 bytes
 .../libIris/Pic16_Bootloader.pyc                   |  Bin 8504 -> 0 bytes
 .../libIris/Pic16_Bootloader.py~                   |  446 --------------------
 .../libIris/Pic16_Firmware.pyc                     |  Bin 5167 -> 0 bytes
 .../pydownloader-chronopic/libIris/__init__.pyc    |  Bin 1132 -> 0 bytes
 .../pydownloader-chronopic/libIris/__init__.py~    |   51 ---
 6 files changed, 0 insertions(+), 497 deletions(-)

Thu Jun 3 21:58:57 2010 +0200 Jorge González <jorgegonz@svn.gnome.org>
Updated Spanish translation 
 po/es.po |  267 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 139 insertions(+), 128 deletions(-)

Wed Jun 2 19:42:53 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Added pydownloader (adapted to Chronopic) to record firmware easy 
 .../chronopic_firmware_10ms_unvalidated.hex        |   28 +
 .../chronopic_firmware_50ms.hex                    |   28 +
 chronopic-firmware/pydownloader-chronopic/ledp.hex |    8 +
 .../pydownloader-chronopic/libIris/IntelHex.py     |  536 ++++++++++++++++++++
 .../pydownloader-chronopic/libIris/IntelHex.pyc    |  Bin 0 -> 11367 bytes
 .../libIris/Pic16_Bootloader.py                    |  446 ++++++++++++++++
 .../libIris/Pic16_Bootloader.pyc                   |  Bin 0 -> 8504 bytes
 .../libIris/Pic16_Bootloader.py~                   |  446 ++++++++++++++++
 .../libIris/Pic16_Firmware.py                      |   70 +++
 .../libIris/Pic16_Firmware.pyc                     |  Bin 0 -> 5167 bytes
 .../pydownloader-chronopic/libIris/__init__.py     |   51 ++
 .../pydownloader-chronopic/libIris/__init__.pyc    |  Bin 0 -> 1132 bytes
 .../pydownloader-chronopic/libIris/__init__.py~    |   51 ++
 .../pydownloader-chronopic/pydownloader-wx.py      |  443 ++++++++++++++++
 14 files changed, 2107 insertions(+), 0 deletions(-)

Wed Jun 2 17:57:37 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
code cleaning 
 src/execute/jump.cs |   30 ------------------------------
 src/execute/run.cs  |   10 ----------
 2 files changed, 0 insertions(+), 40 deletions(-)

Wed Jun 2 17:52:30 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Fixed multichronopic hbox sensitiveness 
 src/execute/multiChronopic.cs |    6 +++---
 src/gui/chronojump.cs         |    3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

Wed Jun 2 17:12:54 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
disconnected chronopic detected by all events 
 po/POTFILES.in                |    1 +
 src/execute/event.cs          |   12 +++++++++++-
 src/execute/jump.cs           |   40 +++++++++++++++++++++++++++++++---------
 src/execute/multiChronopic.cs |   23 +++++++++++++++++++----
 src/execute/pulse.cs          |    8 +++++++-
 src/execute/reactionTime.cs   |    8 +++++++-
 src/execute/run.cs            |   22 +++++++++++++++++++++-
 src/gui/chronojump.cs         |   27 ++++++++++++++++++++++++++-
 8 files changed, 123 insertions(+), 18 deletions(-)

Wed Jun 2 16:31:06 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Chronopic win detects also disconnected Chronopics 
 src/gui/chronopic.cs |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

Wed Jun 2 15:34:09 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Chronopic win plays sound when connected 
 src/gui/chronojump.cs |    4 ++--
 src/gui/chronopic.cs  |   10 ++++++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

Wed Jun 2 15:33:57 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
website changes 
 web/hardware_store.html    |    6 +++---
 web/hardware_store_es.html |    6 +++---
 web/style.css              |    2 ++
 3 files changed, 8 insertions(+), 6 deletions(-)

Wed Jun 2 00:21:24 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Feature: detects if Chronopic is disconnected (only simple jumps yet) 
 src/chronopic.cs      |   14 ++++++++++++++
 src/execute/event.cs  |   15 ++++++++++++++-
 src/execute/jump.cs   |   31 ++++++++++++++++++++++++++++---
 src/gui/chronojump.cs |   20 +++++++++++++-------
 src/gui/chronopic.cs  |    9 ++++-----
 5 files changed, 73 insertions(+), 16 deletions(-)

Wed Jun 2 00:21:07 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
website: change cables 
 web/images/svg/cables.svg |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

Tue Jun 1 20:49:08 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
website: cables info 
 web/hardware_store.html    |   30 +-
 web/hardware_store_es.html |   36 +-
 web/images/cables.png      |  Bin 0 -> 25265 bytes
 web/images/cables_big.png  |  Bin 0 -> 58019 bytes
 web/images/svg/cables.svg  | 2056 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 2111 insertions(+), 11 deletions(-)

Mon May 31 23:19:28 2010 +0200 Christian Kirbach <Christian.Kirbach@googlemail.com>
Updated German translation 
 po/de.po | 1812 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 1023 insertions(+), 789 deletions(-)

Mon May 31 22:43:47 2010 +0200 Petr Kovar <pknbe@volny.cz>
Update Czech translation by Marek Cernocky 
 po/cs.po | 1074 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 558 insertions(+), 516 deletions(-)

Sat May 29 11:27:47 2010 +0200 Jorge González <jorgegonz@svn.gnome.org>
Updated Spanish translation 
 po/es.po | 1053 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 550 insertions(+), 503 deletions(-)

Sat May 29 00:19:07 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
windows driver for windows 7 
 .../windows_bundle/build/chronojump_innosetup.iss  |    2 +-
 build/windows_bundle/drivers/CDM 2.04.16.exe       |  Bin 2397163 -> 0 bytes
 build/windows_bundle/drivers/CDM20600.exe          |  Bin 0 -> 2345187 bytes
 3 files changed, 1 insertions(+), 1 deletions(-)

Fri May 28 22:00:05 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
metric units on person win 
 chronojump_server/bin/chronojumpServer.dll |  Bin 282624 -> 282624 bytes
 glade/chronojump.glade                     |  292 ++++++++++++++++++++++------
 po/ca.po                                   |    3 +-
 src/constants.cs                           |    3 +-
 src/gui/chronojump.cs                      |    4 +-
 src/gui/genericWindow.cs                   |   32 +++-
 src/gui/person.cs                          |   27 +++
 src/gui/stats.cs                           |   11 +-
 src/util.cs                                |    8 +
 9 files changed, 303 insertions(+), 77 deletions(-)

Fri May 28 17:15:45 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Graphs have line width 
 chronojump_server/bin/chronojumpServer.dll |  Bin 282624 -> 282624 bytes
 glade/chronojump.glade                     |   37 +++++++++++++++++++++++++++-
 src/gui/stats.cs                           |   20 ++++++++++++++-
 src/stats/graphs/graphROptions.cs          |   21 +++++++++-------
 src/stats/main.cs                          |   30 +++++++++++-----------
 5 files changed, 82 insertions(+), 26 deletions(-)

Fri May 28 16:47:05 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
Fixed runIntervalDistancesString shown on treeview Add 
 chronojump_server/bin/chronojumpServer.dll |  Bin 282624 -> 282624 bytes
 src/execute/event.cs                       |   14 +++++++-------
 src/runType.cs                             |    2 +-
 src/treeViewRun.cs                         |    4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

Fri May 28 15:45:45 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
app1 & about have white behind logo 
 glade/chronojump.glade |  138 ++++++++++++++----------------------------------
 src/gui/about.cs       |    3 +
 src/gui/chronojump.cs  |    5 ++
 3 files changed, 48 insertions(+), 98 deletions(-)

Fri May 28 15:28:39 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
report now shows logo 
 chronojump_server/bin/chronojumpServer.dll |  Bin 282624 -> 282624 bytes
 src/Makefile.am                            |    5 +++--
 src/angle/kneeAngle.cpp                    |    5 +++++
 src/constants.cs                           |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

Tue May 25 18:46:03 2010 +0200 Jorge González <jorgegonz@svn.gnome.org>
Updated Spanish translation 
 po/es.po |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

Fri May 21 04:41:02 2010 +0800 Xavier de Blas <xaviblas@master.gnome.org>
small change in compilation form Linux Mint 9 
 chronojump_server/Makefile.am              |    2 +-
 chronojump_server/bin/chronojumpServer.dll |  Bin 281088 -> 282624 bytes
 2 files changed, 1 insertions(+), 1 deletions(-)

Wed May 19 21:00:46 2010 +0200 Mario Blättermann <mariobl@gnome.org>
Updated German translation 
 po/de.po |  444 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 219 insertions(+), 225 deletions(-)

Wed May 19 14:13:04 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle blackWithoutMakers predicts done! 
 src/angle/kneeAngle.cpp          |  182 ++++++++++++++++++++------------------
 src/angle/kneeAngleFunctions.cpp |    6 +-
 src/angle/kneeAngleRInside.cpp   |   20 ++++
 src/angle/model.RDat             |  Bin 0 -> 72428 bytes
 4 files changed, 120 insertions(+), 88 deletions(-)

Wed May 19 02:11:49 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle blackWithoutMarkers close to prediction 
 src/angle/kneeAngle.cpp          |   54 +++++++++++++++++++++++++++++++-------
 src/angle/kneeAngleFunctions.cpp |   22 +++++++++++++++
 2 files changed, 66 insertions(+), 10 deletions(-)

Tue May 18 22:43:30 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: blackWithoutMarkers works again 
 src/angle/kneeAngle.cpp |   43 +++++++++++++++++++++++++++++++++++++++----
 1 files changed, 39 insertions(+), 4 deletions(-)

Mon May 17 18:13:26 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
website: Added flexible platform 
 web/hardware_store.html                            |   14 +++++---------
 web/hardware_store_es.html                         |   11 ++++-------
 web/images/chronojump_flexible_platform_small.jpg  |  Bin 0 -> 22694 bytes
 .../svg/chronojump_flexible_platform_small.xcf     |  Bin 0 -> 354513 bytes
 4 files changed, 9 insertions(+), 16 deletions(-)

Mon May 17 17:06:38 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle cleaning 
 src/angle/kneeAngleFunctions.cpp |    3 ++-
 src/angle/kneeAngleGlobal.cpp    |    2 +-
 src/angle/kneeAngleRInside.cpp   |    3 ++-
 src/angle/kneeAngleUtil.cpp      |    2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

Mon May 17 17:06:20 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Added developer: Carlos J. Gil Bellosta 
 src/constants.cs |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

Mon May 10 20:42:11 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle code cleaning, moved code of kalman, 3d calculations and geometric points to dir "old" 
 src/angle/kneeAngle.cpp                            |  694 +------
 ...gle_with_kalman_and_3d_and_geometric_points.cpp | 2299 ++++++++++++++++++++
 2 files changed, 2301 insertions(+), 692 deletions(-)

Mon May 10 20:09:27 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: validation includes blackOnlyMarkers 
 src/angle/kneeAngle.cpp               |   49 ++--
 src/angle/kneeAngleFunctions.cpp      |   20 +-
 src/angle/kneeAngleGlobal.cpp         |    3 +-
 src/angle/kneeAngle_black.png         |  Bin 46137 -> 43408 bytes
 src/angle/kneeAngle_black.svg         |  161 +++++++++----
 src/angle/kneeAngle_black_contour.png |  Bin 47903 -> 45275 bytes
 src/angle/kneeAngle_black_contour.svg |  145 +++++++----
 src/angle/kneeAngle_intro.png         |  Bin 45833 -> 31642 bytes
 src/angle/kneeAngle_intro.svg         |  445 ++++++++++++++-------------------
 src/angle/kneeAngle_skin.png          |  Bin 43586 -> 43645 bytes
 src/angle/kneeAngle_skin.svg          |  110 +++++----
 11 files changed, 493 insertions(+), 440 deletions(-)

Tue May 4 13:35:44 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: at end waits 1.5s to end writing files 
 src/angle/kneeAngle.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Tue May 4 13:34:45 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
website photocell updates 
 web/hardware_store.html    |    2 +-
 web/hardware_store_es.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Tue May 4 11:58:06 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: added rectHP & rectHWP 
 src/angle/kneeAngle.cpp     |   46 ++++++++++++++++++++++++++----------------
 src/angle/kneeAngleUtil.cpp |   13 ++++++++++-
 2 files changed, 39 insertions(+), 20 deletions(-)

Tue May 4 01:23:31 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneePointFront & Back now % of maxrect 
 src/angle/kneeAngle.cpp          |   53 ++++++++++++++++++++-----------------
 src/angle/kneeAngleFunctions.cpp |    3 +-
 2 files changed, 30 insertions(+), 26 deletions(-)

Mon May 3 19:03:52 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: black mode when !UseContour now uses outputTemp: data is ok all the time 
 src/angle/kneeAngle.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Mon May 3 18:20:05 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle fDataRaw bug in closing fixed. Smooth not activated now 
 src/angle/kneeAngle.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Mon May 3 17:53:34 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: use blackOnlyMarkers instead of validation. kneePointFront & back now always 0 if undetected 
 src/angle/kneeAngle.cpp          |   35 ++++++++++++++++---
 src/angle/kneeAngleFunctions.cpp |    1 -
 src/angle/kneeAngle_intro.png    |  Bin 38016 -> 45833 bytes
 src/angle/kneeAngle_intro.svg    |   71 +++++++++++++++++++++++++++++++++++--
 4 files changed, 97 insertions(+), 10 deletions(-)

Sat May 1 13:34:46 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: on all markers mode, starts at last highest hipY 
 src/angle/kneeAngle.cpp     |   10 ++++++++--
 src/angle/kneeAngleUtil.cpp |    9 +++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

Sat May 1 13:34:26 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
website: added photocells price 
 web/hardware_store.html    |    2 +-
 web/hardware_store_es.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Fri Apr 30 23:00:29 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle Fixed bug that prints rows with angle not found as -1 Now correct points have to be found before, and then correct row is printed 
 src/angle/kneeAngle.cpp |   43 +++++++++++++++++++++++--------------------
 1 files changed, 23 insertions(+), 20 deletions(-)

Thu Apr 29 21:44:41 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: validation allows ROI 
 src/angle/kneeAngle.cpp               |   91 +++-
 src/angle/kneeAngleFunctions.cpp      |   13 +-
 src/angle/kneeAngleOptions.txt        |    2 +-
 src/angle/kneeAngle_black_contour.png |  Bin 45734 -> 47903 bytes
 src/angle/kneeAngle_black_contour.svg |  904 +++++++++++++++++++++++++++++----
 5 files changed, 889 insertions(+), 121 deletions(-)

Thu Apr 29 00:07:33 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: kneePointFront & Back 
 src/angle/kneeAngle.cpp          |   60 +++++++++++++++++++++++++++-----------
 src/angle/kneeAngleFunctions.cpp |   42 ++++++++++++++++++--------
 src/angle/kneeAngleGlobal.cpp    |    1 +
 3 files changed, 73 insertions(+), 30 deletions(-)

Wed Apr 28 19:57:20 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: new options file. Global vars with caps 
 src/angle/kneeAngle.cpp          |  437 ++++++++++++++++++++++----------------
 src/angle/kneeAngleFunctions.cpp |   96 ++++----
 src/angle/kneeAngleGlobal.cpp    |   71 +++----
 src/angle/kneeAngleOptions.txt   |    6 +
 src/angle/kneeAngleUtil.cpp      |    7 +-
 5 files changed, 342 insertions(+), 275 deletions(-)

Wed Apr 28 15:53:54 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: lots of improvements... don't write files until end used raw and smooth files rows of each file: H(x,y), K(x,y),T(x,y), angle, rect, rect% y 0 at bottom first written row is when flexion starts code cleaning 
 src/angle/kneeAngle.cpp        |  430 +++++++++++++++++++++-------------------
 src/angle/kneeAngleGlobal.cpp  |   16 --
 src/angle/kneeAngleRInside.cpp |   32 ++--
 src/angle/kneeAngleUtil.cpp    |   15 ++
 4 files changed, 256 insertions(+), 237 deletions(-)

Tue Apr 27 18:42:03 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: done smooth points at end of capture 
 src/angle/kneeAngle.cpp        |   40 ++++++++++++++++++++++-----
 src/angle/kneeAngleGlobal.cpp  |    8 +++++
 src/angle/kneeAngleRInside.cpp |   57 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 95 insertions(+), 10 deletions(-)

Tue Apr 27 01:52:10 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle prediction cleaner 
 src/angle/kneeAngle.cpp        |   59 ++++++++++-----
 src/angle/kneeAngleGlobal.cpp  |    3 +-
 src/angle/kneeAngleRInside.cpp |  156 +++++++++++++---------------------------
 3 files changed, 92 insertions(+), 126 deletions(-)

Mon Apr 26 19:09:48 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
RInside for predict points 
 src/angle/kneeAngle.cpp          |   98 +++++++++++++++++++++----
 src/angle/kneeAngleFunctions.cpp |   33 +++++---
 src/angle/kneeAngleGlobal.cpp    |    9 ++
 src/angle/kneeAngleRInside.cpp   |  150 ++++++++++++++++++++++++++++++++++++++
 src/angle/kneeAngleUtil.cpp      |   10 +-
 5 files changed, 267 insertions(+), 33 deletions(-)

Mon Apr 26 19:09:33 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
website updates 
 web/hardware_store.html    |    4 ++--
 web/hardware_store_es.html |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Tue Apr 20 15:50:19 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Fixed Steven Shiau Estaer Egg in NCHC 
 src/execute/jump.cs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

Tue Apr 20 13:42:27 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Demo in NCHC, Steven Shiau faked jumps 
 src/execute/jump.cs        |    3 +++
 web/hardware_store_es.html |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

Wed Apr 14 14:54:03 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
website updates 
 web/construction_contact_platform.html    |    8 +
 web/construction_contact_platform_es.html |    7 +
 web/documents.html                        |    2 +-
 web/documents_es.html                     |    2 +-
 web/hardware_store.html                   |   73 +-
 web/hardware_store_es.html                |   73 +-
 web/images/svg/typical_uses.svg           | 2329 +++++++++++++++++++++++++++++
 web/images/typical_uses.png               |  Bin 0 -> 12986 bytes
 web/images/typical_uses_small.png         |  Bin 0 -> 1371 bytes
 web/style.css                             |    4 +
 10 files changed, 2470 insertions(+), 28 deletions(-)

Mon Apr 12 18:45:57 2010 +0200 Jorge González <jorgegonz@svn.gnome.org>
Updated Spanish translation 
 po/es.po |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

Sun Apr 11 16:34:54 2010 +0200 Jorge González <jorgegonz@svn.gnome.org>
Updated Spanish translation 
 po/es.po |  227 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 114 insertions(+), 113 deletions(-)

Tue Apr 6 19:37:51 2010 +0200 Jorge González <jorgegonz@svn.gnome.org>
Updated Spanish translation 
 po/es.po | 1910 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 926 insertions(+), 984 deletions(-)

Sun Apr 4 02:15:46 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: improvements on copying to csv file 
 src/angle/kneeAngle.cpp |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

Sat Apr 3 16:28:44 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: rectangle validation works! and stores data 
 src/angle/kneeAngle.cpp          |  244 ++++++++++++++++++++++++++++----------
 src/angle/kneeAngleFunctions.cpp |    6 +-
 src/angle/kneeAngleUtil.cpp      |   19 +++
 src/gui/event.cs                 |    1 +
 4 files changed, 205 insertions(+), 65 deletions(-)

Fri Apr 2 12:04:50 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: better calculateThresholdStart 
 src/angle/kneeAngleFunctions.cpp |   28 ++++++++++++++++++++++++++--
 web/hardware_store.html          |   12 ++++++------
 web/hardware_store_es.html       |   12 ++++++------
 3 files changed, 38 insertions(+), 14 deletions(-)

Mon Mar 29 21:02:40 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: after show minimum need to press q or Q 
 src/angle/kneeAngle.cpp |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

Mon Mar 29 20:37:37 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: a point is hip, knee or toe depending on distance between old 
 src/angle/kneeAngle.cpp               |   19 ++++++++--
 src/angle/kneeAngleFunctions.cpp      |   61 ++++++++++++++++++++++++++++++---
 src/angle/kneeAngleGlobal.cpp         |    2 +-
 src/angle/kneeAngle_black_contour.png |  Bin 45421 -> 45734 bytes
 src/angle/kneeAngle_black_contour.svg |    6 ++--
 5 files changed, 75 insertions(+), 13 deletions(-)

Mon Mar 29 14:55:03 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: can show stored minimum frame and delete it 
 src/angle/kneeAngle.cpp               |   29 ++++++++++++++++-----
 src/angle/kneeAngleGlobal.cpp         |    3 +-
 src/angle/kneeAngle_black_contour.png |  Bin 40297 -> 45421 bytes
 src/angle/kneeAngle_black_contour.svg |   44 ++++++++++++++++++++++++++++++---
 4 files changed, 64 insertions(+), 12 deletions(-)

Sun Mar 28 21:36:27 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: blackOnlyMarkers hsa gui for contour and can change easily to points gui 
 src/angle/kneeAngle.cpp               |  227 +-
 src/angle/kneeAngleFunctions.cpp      |  128 +-
 src/angle/kneeAngleGlobal.cpp         |   16 +-
 src/angle/kneeAngle_black.png         |  Bin 44645 -> 46137 bytes
 src/angle/kneeAngle_black.svg         |   69 +-
 src/angle/kneeAngle_black_contour.png |  Bin 0 -> 40297 bytes
 src/angle/kneeAngle_black_contour.svg | 5715 +++++++++++++++++++++++++++++++++
 7 files changed, 5994 insertions(+), 161 deletions(-)

Sun Mar 28 02:31:51 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: show counter until startAt frame 
 src/angle/kneeAngle.cpp          |   18 +++++++++++++++---
 src/angle/kneeAngleFunctions.cpp |    3 ++-
 2 files changed, 17 insertions(+), 4 deletions(-)

Sun Mar 28 02:00:59 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAnngle: Initial points threshold is also calculated from brightness 
 src/angle/kneeAngle.cpp          |   14 ++++++++------
 src/angle/kneeAngleFunctions.cpp |   20 ++++++++++++++++----
 2 files changed, 24 insertions(+), 10 deletions(-)

Sun Mar 28 00:52:19 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: if foundHoles don't success, don't writes in image that foundHolesSkin will manage 
 src/angle/kneeAngle.cpp |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

Sat Mar 27 23:31:36 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: when lost a point, press 'l': last 
 src/angle/kneeAngle.cpp |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

Sat Mar 27 22:52:01 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle improvements: If blackOnlyMarkers and hip or toe is touching top or bottom of image, findHolesSkin method is used (because they are out of largest contour) Image can start at any percent: provide .x to start at x% Can start directly in desired mode Help message improved 
 src/angle/kneeAngle.cpp       |   58 ++++++++++++++++++++--------------------
 src/angle/kneeAngleGlobal.cpp |   27 ++++++++++---------
 2 files changed, 43 insertions(+), 42 deletions(-)

Fri Mar 26 23:58:15 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Fixed 2: machineID instead of IP (613381); DB: 0.78: TakeOffWeight has weight (bug in conversions since 0.66) 
 src/gui/chronojump.cs     |    2 --
 src/server.cs             |    7 ++++++-
 src/sqlite/jumpType.cs    |   13 ++++++++++++-
 src/sqlite/main.cs        |   18 +++++++++++++++++-
 src/sqlite/preferences.cs |    4 ++++
 5 files changed, 39 insertions(+), 5 deletions(-)

Fri Mar 26 23:19:47 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
takeOff takeOff weigth don't shows "arms" option now 
 src/gui/jump.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

Fri Mar 26 23:02:15 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Fixed takeOff and takeOff weight unselectable 
 src/treeViewJump.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Fri Mar 26 20:58:25 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle allows to start at % of video 
 src/angle/kneeAngle.cpp |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

Fri Mar 26 12:55:27 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
website software improvement 
 src/angle/kneeAngle.cpp               |    4 -
 web/images/chronojump-pulse.png       |  Bin 98623 -> 74560 bytes
 web/images/chronojump-pulse_small.png |  Bin 39104 -> 34307 bytes
 web/images/chronojump-tux.png         |  Bin 0 -> 18542 bytes
 web/images/svg/chronojump-tux.svg     |  267 +++++++++++++++++++++++++++++++++
 web/software.html                     |   30 +++-
 web/software_es.html                  |   28 +++-
 7 files changed, 312 insertions(+), 17 deletions(-)

Fri Mar 26 01:54:46 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: threshold size for each articulation 
 src/angle/kneeAngle.cpp          |  195 +++--
 src/angle/kneeAngleFunctions.cpp |   76 +-
 src/angle/kneeAngleGlobal.cpp    |   15 +-
 src/angle/kneeAngleUtil.cpp      |   19 +-
 src/angle/kneeAngle_black.png    |  Bin 42365 -> 44645 bytes
 src/angle/kneeAngle_black.svg    | 2080 +++++++++++++++++++++++++-------------
 src/angle/kneeAngle_skin.png     |  Bin 40992 -> 43586 bytes
 src/angle/kneeAngle_skin.svg     | 2034 +++++++++++++++++++++++++-------------
 8 files changed, 2914 insertions(+), 1505 deletions(-)

Thu Mar 25 17:39:59 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: findHoles same output than findHolesSkin 
 src/angle/kneeAngle.cpp          |    2 +-
 src/angle/kneeAngleFunctions.cpp |   26 +++++++++++++++++++-------
 2 files changed, 20 insertions(+), 8 deletions(-)

Thu Mar 25 17:19:09 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeangle: main menu accepts keys 
 src/angle/kneeAngle.cpp          |   11 ++++++++++-
 src/angle/kneeAngleFunctions.cpp |   21 ---------------------
 2 files changed, 10 insertions(+), 22 deletions(-)

Thu Mar 25 16:58:29 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
better about. small logo transp ans shown on session change 
 glade/chronojump.glade            |   60 ++++++++++++++++++++----------------
 images/chronojump-boscosystem.png |  Bin 7398 -> 5713 bytes
 src/gui/chronojump.cs             |    2 +
 3 files changed, 35 insertions(+), 27 deletions(-)

Thu Mar 25 14:46:47 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: blackOnlyMarkers uses foundHoles (only inside contour) 
 src/angle/kneeAngle.cpp          |   18 +++++++++++-------
 src/angle/kneeAngleFunctions.cpp |   14 +++-----------
 2 files changed, 14 insertions(+), 18 deletions(-)

Thu Mar 25 13:42:22 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: black with markers uses large contour (black pants) 
 src/angle/kneeAngle.cpp          |   58 +-
 src/angle/kneeAngleFunctions.cpp |   25 +-
 src/angle/kneeAngleGlobal.cpp    |    3 +-
 src/angle/kneeAngle_black.png    |  Bin 0 -> 42365 bytes
 src/angle/kneeAngle_black.svg    | 5181 ++++++++++++++++++++++++++++++++++++++
 src/angle/kneeAngle_intro.png    |  Bin 33175 -> 38016 bytes
 src/angle/kneeAngle_intro.svg    |  415 ++--
 7 files changed, 5480 insertions(+), 202 deletions(-)

Thu Mar 25 00:20:59 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: Thresholds managed better 
 src/angle/kneeAngle.cpp |   36 +++++++++++++++++-------------------
 1 files changed, 17 insertions(+), 19 deletions(-)

Wed Mar 24 23:48:25 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle Fixed recent bug on ROI knee & toe 
 src/angle/kneeAngle.cpp |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

Wed Mar 24 22:03:22 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Code reorganization 
 src/angle/kneeAngle.cpp          |   94 +++++++++++++-------------------------
 src/angle/kneeAngleFunctions.cpp |    1 -
 src/angle/kneeAngleUtil.cpp      |   18 +++++++
 3 files changed, 50 insertions(+), 63 deletions(-)

Wed Mar 24 17:17:29 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle h,k,t keys for hip, knee, toe 
 src/angle/kneeAngle.cpp |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

Wed Mar 24 17:09:50 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle Fix threshold ROI updating 
 src/angle/kneeAngle.cpp |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

Wed Mar 24 16:38:00 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle: fixed text affected toe threshold. Added '+' to advance 1 frame 
 src/angle/kneeAngle.cpp |   43 ++++++++++++++++++++++++++-----------------
 1 files changed, 26 insertions(+), 17 deletions(-)

Tue Mar 23 22:36:22 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Backwards on pause and small cleaning 
 src/angle/kneeAngle.cpp |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

Tue Mar 23 19:41:08 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
kneeAngle cleaner code, shows strings and forwards in marker not found 
 src/angle/kneeAngle.cpp          |  100 +++++++++++++++++++++++++++++--------
 src/angle/kneeAngleFunctions.cpp |   41 +++++++++++++++
 web/software.html                |    5 +--
 web/software_es.html             |    5 +--
 4 files changed, 121 insertions(+), 30 deletions(-)

Wed Mar 17 01:15:49 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
website: Added USB types image 
 web/images/USB_types_2.jpg |  Bin 0 -> 63160 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

Sun Mar 21 19:52:31 2010 +0100 Petr Kovar <pknbe@volny.cz>
Update Czech translation by Marek Cernocky 
 po/cs.po | 1230 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 673 insertions(+), 557 deletions(-)

Tue Mar 16 16:13:40 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
website reorganization 2 
 .../articles/article_chronojump_aloma.html         | 1364 ------------
 .../articles/article_chronojump_aloma_179349b7.gif |  Bin 1593 -> 0 bytes
 .../articles/article_chronojump_aloma_37cb1d03.gif |  Bin 1421 -> 0 bytes
 .../articles/article_chronojump_aloma_440b2c99.gif |  Bin 1453 -> 0 bytes
 .../articles/article_chronojump_aloma_44ef905e.gif |  Bin 1507 -> 0 bytes
 .../articles/article_chronojump_aloma_4a1f80b8.gif |  Bin 1599 -> 0 bytes
 .../articles/article_chronojump_aloma_59bd5e7e.gif |  Bin 2382 -> 0 bytes
 .../articles/article_chronojump_aloma_eca71a7.png  |  Bin 21172 -> 0 bytes
 .../article_chronojump_aloma_m2969fdf6.gif         |  Bin 1482 -> 0 bytes
 .../articles/article_chronojump_aloma_m4d5473c.gif |  Bin 2061 -> 0 bytes
 .../chronojump_sistema_de_medida_congreso_gpul.pdf |    1 -
 .../articles/chronopic_cables_es.doc               |  Bin 390656 -> 0 bytes
 .../articles/proyecto_final_master_chronojump.pdf  |    1 -
 .../articles/record_chronopic_pic_icprog_es.doc    |  Bin 464896 -> 0 bytes
 .../chronopic3_lista_espera_es.html                |  127 --
 web/old/html_created_no_edit/construction.html     |  111 -
 web/old/html_created_no_edit/construction_ca.html  |  113 -
 .../construction_chronopic_juanfer.html            |  169 --
 .../construction_chronopic_juanfer_es.html         |  169 --
 .../construction_chronopic_juanfer_gl.html         |  183 --
 .../construction_contact_platform.html             |  216 --
 .../construction_contact_platform_buy_stuff.html   |  123 --
 ...construction_contact_platform_buy_stuff_es.html |  122 --
 .../construction_contact_platform_ca.html          |  199 --
 .../construction_contact_platform_comments_ca.html |  123 --
 .../construction_contact_platform_comments_es.html |  120 --
 .../construction_contact_platform_es.html          |  234 --
 .../construction_contact_platform_gl.html          |  247 ---
 ...truction_contact_platform_parallel_port_ca.html |  146 --
 ...truction_contact_platform_parallel_port_es.html |  138 --
 .../construction_contact_platform_pt.html          |  226 --
 web/old/html_created_no_edit/construction_es.html  |  110 -
 web/old/html_created_no_edit/construction_gl.html  |  127 --
 .../construction_modular_circuit_platform.html     |  208 --
 ...nstruction_modular_circuit_platform.txt_es.html |  199 --
 .../construction_modular_circuit_platform_es.html  |  204 --
 web/old/html_created_no_edit/construction_pt.html  |  111 -
 .../construction_push_button.html                  |  154 --
 .../construction_push_button_es.html               |  153 --
 web/old/html_created_no_edit/courses_ca.html       |  158 --
 web/old/html_created_no_edit/courses_es.html       |  153 --
 web/old/html_created_no_edit/courses~_es.html      |  104 -
 web/old/html_created_no_edit/documents.html        |  186 --
 web/old/html_created_no_edit/documents_ca.html     |  189 --
 web/old/html_created_no_edit/documents_es.html     |  185 --
 web/old/html_created_no_edit/documents_gl.html     |  212 --
 web/old/html_created_no_edit/documents_pt.html     |  188 --
 web/old/html_created_no_edit/faq.html              |  225 --
 web/old/html_created_no_edit/faq_ca.html           |  227 --
 web/old/html_created_no_edit/faq_es.html           |  226 --
 web/old/html_created_no_edit/faq_gl.html           |  247 ---
 web/old/html_created_no_edit/faq_pt.html           |  226 --
 web/old/html_created_no_edit/features.html         |  146 --
 web/old/html_created_no_edit/features_ca.html      |  144 --
 web/old/html_created_no_edit/features_es.html      |  143 --
 web/old/html_created_no_edit/features_gl.html      |  161 --
 web/old/html_created_no_edit/features_pt.html      |  140 --
 web/old/html_created_no_edit/hardware.html         |  190 --
 web/old/html_created_no_edit/hardware_ca.html      |  194 --
 web/old/html_created_no_edit/hardware_es.html      |  189 --
 web/old/html_created_no_edit/hardware_gl.html      |  211 --
 web/old/html_created_no_edit/hardware_pt.html      |  195 --
 web/old/html_created_no_edit/images/.svn/entries   | 2258 --------------------
 web/old/html_created_no_edit/images/.svn/format    |    1 -
 .../.svn/prop-base/chronojump-04.png.svn-base      |    5 -
 .../prop-base/chronojump-04_small.png.svn-base     |    5 -
 .../.svn/prop-base/chronojump33.png.svn-base       |    5 -
 .../.svn/prop-base/chronojump_32x32.png.svn-base   |    5 -
 ...rsons_multiple_preferences_spanish.png.svn-base |    5 -
 ...multiple_preferences_spanish_small.png.svn-base |    5 -
 .../.svn/prop-base/chronojump_esquema.dia.svn-base |    5 -
 .../.svn/prop-base/chronojump_esquema.png.svn-base |    5 -
 .../prop-base/chronojump_esquema_07.dia.svn-base   |    5 -
 .../prop-base/chronojump_esquema_07.png.svn-base   |    5 -
 .../prop-base/chronojump_esquema_jump.png.svn-base |    5 -
 .../chronojump_esquema_jump_300.png.svn-base       |    5 -
 .../chronojump_esquema_pulse.png.svn-base          |    5 -
 .../chronojump_esquema_pulse_300.png.svn-base      |    5 -
 .../chronojump_esquema_reaction_time.png.svn-base  |    5 -
 ...ronojump_esquema_reaction_time_300.png.svn-base |    5 -
 .../prop-base/chronojump_esquema_run.png.svn-base  |    5 -
 .../chronojump_esquema_run_300.png.svn-base        |    5 -
 .../chronojump_esquema_two_platforms.dia.svn-base  |    5 -
 .../chronojump_esquema_two_platforms.png.svn-base  |    5 -
 .../.svn/prop-base/chronojump_graphs.jpg.svn-base  |    5 -
 .../chronojump_graphs_reactive.png.svn-base        |    5 -
 .../chronojump_graphs_reactive_small.png.svn-base  |    5 -
 .../prop-base/chronojump_graphs_small.png.svn-base |    5 -
 .../prop-base/chronojump_graphs_volei.png.svn-base |    5 -
 .../chronojump_graphs_volei_small.png.svn-base     |    5 -
 .../prop-base/chronojump_logo_small.png.svn-base   |    5 -
 .../prop-base/chronojump_main_047.png.svn-base     |    5 -
 .../chronojump_main_047_small.png.svn-base         |    5 -
 .../.svn/prop-base/chronojump_main_06.png.svn-base |    5 -
 .../chronojump_main_06_small.png.svn-base          |    5 -
 .../chronojump_new_run_type_spanish.png.svn-base   |    5 -
 ...onojump_new_run_type_spanish_small.png.svn-base |    5 -
 .../chronojump_poster_suissa.pdf.svn-base          |    5 -
 .../.svn/prop-base/chronojump_windows.png.svn-base |    5 -
 .../.svn/prop-base/chronojump_windows.xcf.svn-base |    5 -
 .../prop-base/chronojump_windows1.png.svn-base     |    5 -
 .../prop-base/chronojump_windows2.png.svn-base     |    5 -
 .../chronojump_windows_small.png.svn-base          |    5 -
 .../prop-base/chronopic3-metacrilato.jpg.svn-base  |    5 -
 .../chronopic3-metacrilato_small.jpg.svn-base      |    5 -
 .../.svn/prop-base/chronopic_foto.jpg.svn-base     |    5 -
 .../prop-base/chronopic_foto_small.png.svn-base    |    5 -
 .../chronopic_juanfer_1-1_schema.jpg.svn-base      |    5 -
 .../chronopic_juanfer_1-1_schema.xcf.svn-base      |    5 -
 .../prop-base/chronopic_juanfer_back.jpg.svn-base  |    5 -
 .../prop-base/chronopic_juanfer_front.jpg.svn-base |    5 -
 .../chronopic_juanfer_schema.jpg.svn-base          |    5 -
 .../images/.svn/prop-base/crl_logo_88.png.svn-base |    5 -
 .../.svn/prop-base/deporteyciencia.png.svn-base    |    5 -
 .../prop-base/deporteyciencia_blues.gif.svn-base   |    5 -
 .../prop-base/deporteyciencia_blues.png.svn-base   |    5 -
 .../images/.svn/prop-base/gnome_logo.png.svn-base  |    5 -
 .../images/.svn/prop-base/gnome_logo.xcf.svn-base  |    5 -
 .../.svn/prop-base/gnome_logo_88.png.svn-base      |    5 -
 .../prop-base/gnome_logo_88_blues.png.svn-base     |    5 -
 .../prop-base/modular_platform_bridge.jpg.svn-base |    9 -
 .../modular_platform_bridge2.jpg.svn-base          |    9 -
 .../modular_platform_bridge2_mini.jpg.svn-base     |    9 -
 .../modular_platform_bridge_mini.jpg.svn-base      |    9 -
 ...ar_platform_circuit_board_external.jpg.svn-base |    9 -
 ...atform_circuit_board_external_mini.jpg.svn-base |    9 -
 ...ar_platform_circuit_board_internal.jpg.svn-base |    9 -
 ...atform_circuit_board_internal_mini.jpg.svn-base |    9 -
 ...atform_circuit_board_internal_tape.jpg.svn-base |    9 -
 ...m_circuit_board_internal_tape_mini.jpg.svn-base |    9 -
 .../modular_platform_one_foot_done.jpg.svn-base    |    9 -
 ...odular_platform_one_foot_done_mini.jpg.svn-base |    9 -
 .../modular_platform_padu_xavi.jpg.svn-base        |    9 -
 .../modular_platform_padu_xavi_mini.jpg.svn-base   |    9 -
 .../modular_platform_tape_removal.jpg.svn-base     |    9 -
 ...modular_platform_tape_removal_mini.jpg.svn-base |    9 -
 .../modular_platform_with_boscosystem.jpg.svn-base |    9 -
 ...lar_platform_with_boscosystem_mini.jpg.svn-base |    5 -
 .../modular_platform_with_chronopic.jpg.svn-base   |    9 -
 ...odular_platform_with_chronopic_250.jpg.svn-base |    9 -
 ...dular_platform_with_chronopic_mini.jpg.svn-base |    5 -
 ..._contactos_cinta_adhesiva_plastico.jpg.svn-base |    5 -
 ...lataforma_contactos_cinta_varillas.jpg.svn-base |    5 -
 ...ataforma_contactos_cortar_varillas.jpg.svn-base |    5 -
 .../plataforma_contactos_final.jpg.svn-base        |    5 -
 .../plataforma_contactos_final_small.png.svn-base  |    5 -
 .../plataforma_contactos_joraike.jpg.svn-base      |    5 -
 ...ataforma_contactos_juntar_varillas.jpg.svn-base |    5 -
 ...orma_contactos_marcar_cortar_cable.jpg.svn-base |    5 -
 .../plataforma_contactos_material.jpg.svn-base     |    5 -
 ...ntactos_pegar_cinta_entre_varillas.jpg.svn-base |    5 -
 ..._contactos_pegar_varillas_plastico.jpg.svn-base |    5 -
 ...aforma_contactos_perforar_varillas.jpg.svn-base |    5 -
 ...ataforma_contactos_puerto_paralelo.jpg.svn-base |    5 -
 .../plataforma_contactos_remaches.jpg.svn-base     |    5 -
 ...aforma_contactos_taladrar_varillas.jpg.svn-base |    5 -
 ...a_contactos_unir_conjuntos_varilla.jpg.svn-base |    5 -
 .../images/.svn/prop-base/pulsador1.jpg.svn-base   |    5 -
 .../images/.svn/prop-base/pulsador2.jpg.svn-base   |    5 -
 .../images/.svn/prop-base/pulsador3.jpg.svn-base   |    5 -
 .../images/.svn/prop-base/pulsador4.jpg.svn-base   |    5 -
 .../prop-base/velleman_connecting1.jpg.svn-base    |    5 -
 .../velleman_connecting1_small.jpg.svn-base        |    5 -
 .../velleman_connecting2_rca.jpg.svn-base          |    5 -
 .../velleman_connecting2_rca_small.jpg.svn-base    |    5 -
 .../prop-base/velleman_connecting3.jpg.svn-base    |    5 -
 .../velleman_connecting3_small.jpg.svn-base        |    5 -
 .../prop-base/velleman_connecting4.jpg.svn-base    |    5 -
 .../velleman_connecting4_small.jpg.svn-base        |    5 -
 .../prop-base/velleman_connecting5.jpg.svn-base    |    5 -
 .../velleman_connecting5_small.jpg.svn-base        |    5 -
 .../prop-base/velleman_connecting6.jpg.svn-base    |    5 -
 .../velleman_connecting6_small.jpg.svn-base        |    5 -
 .../.svn/text-base/chronojump-04.png.svn-base      |  Bin 187592 -> 0 bytes
 .../text-base/chronojump-04_small.png.svn-base     |  Bin 36905 -> 0 bytes
 .../.svn/text-base/chronojump33.png.svn-base       |  Bin 65923 -> 0 bytes
 .../.svn/text-base/chronojump_32x32.png.svn-base   |  Bin 1866 -> 0 bytes
 ...rsons_multiple_preferences_spanish.png.svn-base |  Bin 120590 -> 0 bytes
 ...multiple_preferences_spanish_small.png.svn-base |  Bin 34549 -> 0 bytes
 .../.svn/text-base/chronojump_esquema.dia.svn-base |  Bin 2184 -> 0 bytes
 .../.svn/text-base/chronojump_esquema.png.svn-base |  Bin 11489 -> 0 bytes
 .../text-base/chronojump_esquema_07.dia.svn-base   |  Bin 7906 -> 0 bytes
 .../text-base/chronojump_esquema_07.png.svn-base   |  Bin 79419 -> 0 bytes
 .../text-base/chronojump_esquema_jump.png.svn-base |  Bin 30247 -> 0 bytes
 .../chronojump_esquema_jump_300.png.svn-base       |  Bin 12885 -> 0 bytes
 .../chronojump_esquema_pulse.png.svn-base          |  Bin 7814 -> 0 bytes
 .../chronojump_esquema_pulse_300.png.svn-base      |  Bin 6600 -> 0 bytes
 .../chronojump_esquema_reaction_time.png.svn-base  |  Bin 51252 -> 0 bytes
 ...ronojump_esquema_reaction_time_300.png.svn-base |  Bin 20877 -> 0 bytes
 .../text-base/chronojump_esquema_run.png.svn-base  |  Bin 30751 -> 0 bytes
 .../chronojump_esquema_run_300.png.svn-base        |  Bin 15469 -> 0 bytes
 .../chronojump_esquema_two_platforms.dia.svn-base  |  Bin 2919 -> 0 bytes
 .../chronojump_esquema_two_platforms.png.svn-base  |  Bin 14987 -> 0 bytes
 .../.svn/text-base/chronojump_graphs.jpg.svn-base  |  Bin 151689 -> 0 bytes
 .../chronojump_graphs_reactive.png.svn-base        |  Bin 147244 -> 0 bytes
 .../chronojump_graphs_reactive_small.png.svn-base  |  Bin 28352 -> 0 bytes
 .../text-base/chronojump_graphs_small.png.svn-base |  Bin 32412 -> 0 bytes
 .../text-base/chronojump_graphs_volei.png.svn-base |  Bin 147624 -> 0 bytes
 .../chronojump_graphs_volei_small.png.svn-base     |  Bin 31278 -> 0 bytes
 .../text-base/chronojump_logo_small.png.svn-base   |  Bin 6706 -> 0 bytes
 .../text-base/chronojump_main_047.png.svn-base     |  Bin 46244 -> 0 bytes
 .../chronojump_main_047_small.png.svn-base         |  Bin 21914 -> 0 bytes
 .../.svn/text-base/chronojump_main_06.png.svn-base |  Bin 89821 -> 0 bytes
 .../chronojump_main_06_small.png.svn-base          |  Bin 32895 -> 0 bytes
 .../chronojump_new_run_type_spanish.png.svn-base   |  Bin 113240 -> 0 bytes
 ...onojump_new_run_type_spanish_small.png.svn-base |  Bin 29426 -> 0 bytes
 .../chronojump_poster_suissa.pdf.svn-base          |  Bin 524535 -> 0 bytes
 .../.svn/text-base/chronojump_windows.png.svn-base |  Bin 98854 -> 0 bytes
 .../.svn/text-base/chronojump_windows.xcf.svn-base |  Bin 1334466 -> 0 bytes
 .../text-base/chronojump_windows1.png.svn-base     |  Bin 114233 -> 0 bytes
 .../text-base/chronojump_windows2.png.svn-base     |  Bin 123610 -> 0 bytes
 .../chronojump_windows_small.png.svn-base          |  Bin 37087 -> 0 bytes
 .../text-base/chronopic3-metacrilato.jpg.svn-base  |  Bin 102731 -> 0 bytes
 .../chronopic3-metacrilato_small.jpg.svn-base      |  Bin 25994 -> 0 bytes
 .../.svn/text-base/chronopic_foto.jpg.svn-base     |  Bin 19669 -> 0 bytes
 .../text-base/chronopic_foto_small.png.svn-base    |  Bin 59220 -> 0 bytes
 .../chronopic_juanfer_1-1_schema.jpg.svn-base      |  Bin 63717 -> 0 bytes
 .../chronopic_juanfer_1-1_schema.xcf.svn-base      |  Bin 361158 -> 0 bytes
 .../text-base/chronopic_juanfer_back.jpg.svn-base  |  Bin 49485 -> 0 bytes
 .../text-base/chronopic_juanfer_front.jpg.svn-base |  Bin 54317 -> 0 bytes
 .../chronopic_juanfer_schema.jpg.svn-base          |  Bin 63321 -> 0 bytes
 .../images/.svn/text-base/crl_logo_88.png.svn-base |  Bin 748 -> 0 bytes
 .../.svn/text-base/deporteyciencia.png.svn-base    |  Bin 2432 -> 0 bytes
 .../text-base/deporteyciencia_blues.gif.svn-base   |  Bin 3283 -> 0 bytes
 .../text-base/deporteyciencia_blues.png.svn-base   |  Bin 4468 -> 0 bytes
 .../images/.svn/text-base/gnome_logo.png.svn-base  |  Bin 7237 -> 0 bytes
 .../images/.svn/text-base/gnome_logo.xcf.svn-base  |  Bin 15781 -> 0 bytes
 .../.svn/text-base/gnome_logo_88.png.svn-base      |  Bin 5023 -> 0 bytes
 .../text-base/gnome_logo_88_blues.png.svn-base     |  Bin 6336 -> 0 bytes
 .../text-base/modular_platform_bridge.jpg.svn-base |  Bin 135888 -> 0 bytes
 .../modular_platform_bridge2.jpg.svn-base          |  Bin 118389 -> 0 bytes
 .../modular_platform_bridge2_mini.jpg.svn-base     |  Bin 13517 -> 0 bytes
 .../modular_platform_bridge_mini.jpg.svn-base      |  Bin 13359 -> 0 bytes
 ...ar_platform_circuit_board_external.jpg.svn-base |  Bin 64597 -> 0 bytes
 ...atform_circuit_board_external_mini.jpg.svn-base |  Bin 11270 -> 0 bytes
 ...ar_platform_circuit_board_internal.jpg.svn-base |  Bin 60668 -> 0 bytes
 ...atform_circuit_board_internal_mini.jpg.svn-base |  Bin 9932 -> 0 bytes
 ...atform_circuit_board_internal_tape.jpg.svn-base |  Bin 98148 -> 0 bytes
 ...m_circuit_board_internal_tape_mini.jpg.svn-base |  Bin 12845 -> 0 bytes
 .../modular_platform_one_foot_done.jpg.svn-base    |  Bin 68441 -> 0 bytes
 ...odular_platform_one_foot_done_mini.jpg.svn-base |  Bin 8434 -> 0 bytes
 .../modular_platform_padu_xavi.jpg.svn-base        |  Bin 123299 -> 0 bytes
 .../modular_platform_padu_xavi_mini.jpg.svn-base   |  Bin 27195 -> 0 bytes
 .../modular_platform_tape_removal.jpg.svn-base     |  Bin 2294407 -> 0 bytes
 ...modular_platform_tape_removal_mini.jpg.svn-base |  Bin 14085 -> 0 bytes
 .../modular_platform_with_boscosystem.jpg.svn-base |  Bin 2303281 -> 0 bytes
 ...lar_platform_with_boscosystem_mini.jpg.svn-base |  Bin 11777 -> 0 bytes
 .../modular_platform_with_chronopic.jpg.svn-base   |  Bin 2298467 -> 0 bytes
 ...odular_platform_with_chronopic_250.jpg.svn-base |  Bin 25830 -> 0 bytes
 ...dular_platform_with_chronopic_mini.jpg.svn-base |  Bin 17222 -> 0 bytes
 ..._contactos_cinta_adhesiva_plastico.jpg.svn-base |  Bin 21814 -> 0 bytes
 ...lataforma_contactos_cinta_varillas.jpg.svn-base |  Bin 23096 -> 0 bytes
 ...ataforma_contactos_cortar_varillas.jpg.svn-base |  Bin 29919 -> 0 bytes
 .../plataforma_contactos_final.jpg.svn-base        |  Bin 31049 -> 0 bytes
 .../plataforma_contactos_final_small.png.svn-base  |  Bin 71691 -> 0 bytes
 .../plataforma_contactos_joraike.jpg.svn-base      |  Bin 40716 -> 0 bytes
 ...ataforma_contactos_juntar_varillas.jpg.svn-base |  Bin 14283 -> 0 bytes
 ...orma_contactos_marcar_cortar_cable.jpg.svn-base |  Bin 30730 -> 0 bytes
 .../plataforma_contactos_material.jpg.svn-base     |  Bin 23366 -> 0 bytes
 ...ntactos_pegar_cinta_entre_varillas.jpg.svn-base |  Bin 30491 -> 0 bytes
 ..._contactos_pegar_varillas_plastico.jpg.svn-base |  Bin 32933 -> 0 bytes
 ...aforma_contactos_perforar_varillas.jpg.svn-base |  Bin 34644 -> 0 bytes
 ...ataforma_contactos_puerto_paralelo.jpg.svn-base |  Bin 27472 -> 0 bytes
 .../plataforma_contactos_remaches.jpg.svn-base     |  Bin 26550 -> 0 bytes
 ...aforma_contactos_taladrar_varillas.jpg.svn-base |  Bin 27879 -> 0 bytes
 ...a_contactos_unir_conjuntos_varilla.jpg.svn-base |  Bin 10523 -> 0 bytes
 .../images/.svn/text-base/pulsador1.jpg.svn-base   |  Bin 22403 -> 0 bytes
 .../images/.svn/text-base/pulsador2.jpg.svn-base   |  Bin 28955 -> 0 bytes
 .../images/.svn/text-base/pulsador3.jpg.svn-base   |  Bin 27636 -> 0 bytes
 .../images/.svn/text-base/pulsador4.jpg.svn-base   |  Bin 38497 -> 0 bytes
 .../text-base/velleman_connecting1.jpg.svn-base    |  Bin 119118 -> 0 bytes
 .../velleman_connecting1_small.jpg.svn-base        |  Bin 20959 -> 0 bytes
 .../velleman_connecting2_rca.jpg.svn-base          |  Bin 104246 -> 0 bytes
 .../velleman_connecting2_rca_small.jpg.svn-base    |  Bin 17879 -> 0 bytes
 .../text-base/velleman_connecting3.jpg.svn-base    |  Bin 104025 -> 0 bytes
 .../velleman_connecting3_small.jpg.svn-base        |  Bin 21477 -> 0 bytes
 .../text-base/velleman_connecting4.jpg.svn-base    |  Bin 93251 -> 0 bytes
 .../velleman_connecting4_small.jpg.svn-base        |  Bin 18937 -> 0 bytes
 .../text-base/velleman_connecting5.jpg.svn-base    |  Bin 89823 -> 0 bytes
 .../velleman_connecting5_small.jpg.svn-base        |  Bin 19217 -> 0 bytes
 .../text-base/velleman_connecting6.jpg.svn-base    |  Bin 90601 -> 0 bytes
 .../velleman_connecting6_small.jpg.svn-base        |  Bin 16059 -> 0 bytes
 .../images/barreras-sch-color.pdf                  |  Bin 14800 -> 0 bytes
 .../html_created_no_edit/images/barreras-sch.pdf   |  Bin 14611 -> 0 bytes
 .../html_created_no_edit/images/chronojump-04.png  |  Bin 187592 -> 0 bytes
 .../images/chronojump-04_small.png                 |  Bin 36905 -> 0 bytes
 .../html_created_no_edit/images/chronojump33.png   |  Bin 65923 -> 0 bytes
 .../images/chronojump_32x32.png                    |  Bin 1866 -> 0 bytes
 ...mp_add_persons_multiple_preferences_spanish.png |  Bin 120590 -> 0 bytes
 ..._persons_multiple_preferences_spanish_small.png |  Bin 34549 -> 0 bytes
 .../images/chronojump_esquema.dia                  |  Bin 2184 -> 0 bytes
 .../images/chronojump_esquema.dia~                 |  Bin 2124 -> 0 bytes
 .../images/chronojump_esquema.png                  |  Bin 11489 -> 0 bytes
 .../images/chronojump_esquema.svg                  |   76 -
 .../images/chronojump_esquema_07.dia               |  Bin 7906 -> 0 bytes
 .../images/chronojump_esquema_07.dia~              |  Bin 8053 -> 0 bytes
 .../images/chronojump_esquema_07.png               |  Bin 79419 -> 0 bytes
 .../images/chronojump_esquema_jump.png             |  Bin 30247 -> 0 bytes
 .../images/chronojump_esquema_jump_300.png         |  Bin 12885 -> 0 bytes
 .../images/chronojump_esquema_pulse.png            |  Bin 7814 -> 0 bytes
 .../images/chronojump_esquema_pulse_300.png        |  Bin 6600 -> 0 bytes
 .../images/chronojump_esquema_reaction_time.png    |  Bin 51252 -> 0 bytes
 .../chronojump_esquema_reaction_time_300.png       |  Bin 20877 -> 0 bytes
 .../images/chronojump_esquema_run.png              |  Bin 30751 -> 0 bytes
 .../images/chronojump_esquema_run_300.png          |  Bin 15469 -> 0 bytes
 .../images/chronojump_esquema_two_platforms.dia    |  Bin 2919 -> 0 bytes
 .../images/chronojump_esquema_two_platforms.dia~   |  Bin 2906 -> 0 bytes
 .../images/chronojump_esquema_two_platforms.png    |  Bin 14987 -> 0 bytes
 .../images/chronojump_graphs.jpg                   |  Bin 151689 -> 0 bytes
 .../images/chronojump_graphs_reactive.png          |  Bin 147244 -> 0 bytes
 .../images/chronojump_graphs_reactive_small.png    |  Bin 28352 -> 0 bytes
 .../images/chronojump_graphs_small.png             |  Bin 32412 -> 0 bytes
 .../images/chronojump_graphs_volei.png             |  Bin 147624 -> 0 bytes
 .../images/chronojump_graphs_volei_small.png       |  Bin 31278 -> 0 bytes
 .../images/chronojump_logo_small.png               |  Bin 6706 -> 0 bytes
 .../images/chronojump_main_047.png                 |  Bin 46244 -> 0 bytes
 .../images/chronojump_main_047_small.png           |  Bin 21914 -> 0 bytes
 .../images/chronojump_main_06.png                  |  Bin 89821 -> 0 bytes
 .../images/chronojump_main_06_small.png            |  Bin 32895 -> 0 bytes
 .../images/chronojump_new_run_type_spanish.png     |  Bin 113240 -> 0 bytes
 .../chronojump_new_run_type_spanish_small.png      |  Bin 29426 -> 0 bytes
 .../images/chronojump_poster_suissa.pdf            |  Bin 524535 -> 0 bytes
 .../images/chronojump_windows.png                  |  Bin 98854 -> 0 bytes
 .../images/chronojump_windows.xcf                  |  Bin 1334466 -> 0 bytes
 .../images/chronojump_windows1.png                 |  Bin 114233 -> 0 bytes
 .../images/chronojump_windows2.png                 |  Bin 123610 -> 0 bytes
 .../images/chronojump_windows_small.png            |  Bin 37087 -> 0 bytes
 .../images/chronopic3-metacrilato.jpg              |  Bin 102731 -> 0 bytes
 .../images/chronopic3-metacrilato_small.jpg        |  Bin 25994 -> 0 bytes
 .../html_created_no_edit/images/chronopic_foto.jpg |  Bin 19669 -> 0 bytes
 .../images/chronopic_foto_small.png                |  Bin 59220 -> 0 bytes
 .../images/chronopic_juanfer_1-1_schema.jpg        |  Bin 63717 -> 0 bytes
 .../images/chronopic_juanfer_1-1_schema.xcf        |  Bin 361158 -> 0 bytes
 .../images/chronopic_juanfer_back.jpg              |  Bin 49485 -> 0 bytes
 .../images/chronopic_juanfer_front.jpg             |  Bin 54317 -> 0 bytes
 .../images/chronopic_juanfer_schema.jpg            |  Bin 63321 -> 0 bytes
 .../html_created_no_edit/images/crl_logo_88.png    |  Bin 748 -> 0 bytes
 .../images/deporteyciencia.png                     |  Bin 2432 -> 0 bytes
 .../images/deporteyciencia_blues.gif               |  Bin 3283 -> 0 bytes
 .../images/deporteyciencia_blues.png               |  Bin 4468 -> 0 bytes
 web/old/html_created_no_edit/images/gnome_logo.png |  Bin 7237 -> 0 bytes
 web/old/html_created_no_edit/images/gnome_logo.xcf |  Bin 15781 -> 0 bytes
 .../html_created_no_edit/images/gnome_logo_88.png  |  Bin 5023 -> 0 bytes
 .../images/gnome_logo_88_blues.png                 |  Bin 6336 -> 0 bytes
 .../images/modular_platform_bridge.jpg             |  Bin 135888 -> 0 bytes
 .../images/modular_platform_bridge2.jpg            |  Bin 118389 -> 0 bytes
 .../images/modular_platform_bridge2_mini.jpg       |  Bin 13517 -> 0 bytes
 .../images/modular_platform_bridge_mini.jpg        |  Bin 13359 -> 0 bytes
 .../modular_platform_circuit_board_external.jpg    |  Bin 64597 -> 0 bytes
 ...odular_platform_circuit_board_external_mini.jpg |  Bin 11270 -> 0 bytes
 .../modular_platform_circuit_board_internal.jpg    |  Bin 60668 -> 0 bytes
 ...odular_platform_circuit_board_internal_mini.jpg |  Bin 9932 -> 0 bytes
 ...odular_platform_circuit_board_internal_tape.jpg |  Bin 98148 -> 0 bytes
 ...r_platform_circuit_board_internal_tape_mini.jpg |  Bin 12845 -> 0 bytes
 .../images/modular_platform_one_foot_done.jpg      |  Bin 68441 -> 0 bytes
 .../images/modular_platform_one_foot_done_mini.jpg |  Bin 8434 -> 0 bytes
 .../images/modular_platform_padu_xavi.jpg          |  Bin 123299 -> 0 bytes
 .../images/modular_platform_padu_xavi_mini.jpg     |  Bin 27195 -> 0 bytes
 .../images/modular_platform_tape_removal.jpg       |  Bin 2294407 -> 0 bytes
 .../images/modular_platform_tape_removal_mini.jpg  |  Bin 14085 -> 0 bytes
 .../images/modular_platform_with_boscosystem.jpg   |  Bin 2303281 -> 0 bytes
 .../modular_platform_with_boscosystem_mini.jpg     |  Bin 11777 -> 0 bytes
 .../images/modular_platform_with_chronopic.jpg     |  Bin 2298467 -> 0 bytes
 .../images/modular_platform_with_chronopic_250.jpg |  Bin 25830 -> 0 bytes
 .../modular_platform_with_chronopic_mini.jpg       |  Bin 17222 -> 0 bytes
 ...lataforma_contactos_cinta_adhesiva_plastico.jpg |  Bin 21814 -> 0 bytes
 .../images/plataforma_contactos_cinta_varillas.jpg |  Bin 23096 -> 0 bytes
 .../plataforma_contactos_cortar_varillas.jpg       |  Bin 29919 -> 0 bytes
 .../images/plataforma_contactos_final.jpg          |  Bin 31049 -> 0 bytes
 .../images/plataforma_contactos_final_small.png    |  Bin 71691 -> 0 bytes
 .../images/plataforma_contactos_joraike.jpg        |  Bin 40716 -> 0 bytes
 .../plataforma_contactos_juntar_varillas.jpg       |  Bin 14283 -> 0 bytes
 .../plataforma_contactos_marcar_cortar_cable.jpg   |  Bin 30730 -> 0 bytes
 .../images/plataforma_contactos_material.jpg       |  Bin 23366 -> 0 bytes
 ...aforma_contactos_pegar_cinta_entre_varillas.jpg |  Bin 30491 -> 0 bytes
 ...lataforma_contactos_pegar_varillas_plastico.jpg |  Bin 32933 -> 0 bytes
 .../plataforma_contactos_perforar_varillas.jpg     |  Bin 34644 -> 0 bytes
 .../plataforma_contactos_puerto_paralelo.jpg       |  Bin 27472 -> 0 bytes
 .../images/plataforma_contactos_remaches.jpg       |  Bin 26550 -> 0 bytes
 .../plataforma_contactos_taladrar_varillas.jpg     |  Bin 27879 -> 0 bytes
 ...plataforma_contactos_unir_conjuntos_varilla.jpg |  Bin 10523 -> 0 bytes
 .../images/proves_i_xcfs/.svn/entries              |  133 --
 .../images/proves_i_xcfs/.svn/format               |    1 -
 .../.svn/prop-base/chronojump_graphs.png.svn-base  |    5 -
 .../chronojump_graphs_reactive.png.svn-base        |    5 -
 .../.svn/prop-base/chronojump_main1.jpg.svn-base   |    5 -
 .../prop-base/chronojump_main1_small.jpg.svn-base  |    5 -
 .../.svn/prop-base/chronojump_main2.jpg.svn-base   |    5 -
 .../prop-base/chronojump_main2_small.jpg.svn-base  |    5 -
 .../.svn/prop-base/chronojump_main3.jpg.svn-base   |    5 -
 .../prop-base/chronojump_main3_small.jpg.svn-base  |    5 -
 .../.svn/prop-base/crl_logo.gif.svn-base           |    5 -
 .../.svn/text-base/chronojump_graphs.png.svn-base  |  Bin 165460 -> 0 bytes
 .../chronojump_graphs_reactive.png.svn-base        |  Bin 147244 -> 0 bytes
 .../.svn/text-base/chronojump_main1.jpg.svn-base   |  Bin 117521 -> 0 bytes
 .../text-base/chronojump_main1_small.jpg.svn-base  |  Bin 8022 -> 0 bytes
 .../.svn/text-base/chronojump_main2.jpg.svn-base   |  Bin 87283 -> 0 bytes
 .../text-base/chronojump_main2_small.jpg.svn-base  |  Bin 8902 -> 0 bytes
 .../.svn/text-base/chronojump_main3.jpg.svn-base   |  Bin 98438 -> 0 bytes
 .../text-base/chronojump_main3_small.jpg.svn-base  |  Bin 8982 -> 0 bytes
 .../.svn/text-base/crl_logo.gif.svn-base           |  Bin 13431 -> 0 bytes
 .../images/proves_i_xcfs/chronojump_graphs.png     |  Bin 165460 -> 0 bytes
 .../proves_i_xcfs/chronojump_graphs_reactive.png   |  Bin 147244 -> 0 bytes
 .../images/proves_i_xcfs/chronojump_main1.jpg      |  Bin 117521 -> 0 bytes
 .../proves_i_xcfs/chronojump_main1_small.jpg       |  Bin 8022 -> 0 bytes
 .../images/proves_i_xcfs/chronojump_main2.jpg      |  Bin 87283 -> 0 bytes
 .../proves_i_xcfs/chronojump_main2_small.jpg       |  Bin 8902 -> 0 bytes
 .../images/proves_i_xcfs/chronojump_main3.jpg      |  Bin 98438 -> 0 bytes
 .../proves_i_xcfs/chronojump_main3_small.jpg       |  Bin 8982 -> 0 bytes
 .../images/proves_i_xcfs/crl_logo.gif              |  Bin 13431 -> 0 bytes
 web/old/html_created_no_edit/images/pulsador1.jpg  |  Bin 22403 -> 0 bytes
 web/old/html_created_no_edit/images/pulsador2.jpg  |  Bin 28955 -> 0 bytes
 web/old/html_created_no_edit/images/pulsador3.jpg  |  Bin 27636 -> 0 bytes
 web/old/html_created_no_edit/images/pulsador4.jpg  |  Bin 38497 -> 0 bytes
 .../images/tropheesdulibre.jpg                     |  Bin 7299 -> 0 bytes
 .../images/velleman_connecting1.jpg                |  Bin 119118 -> 0 bytes
 .../images/velleman_connecting1_small.jpg          |  Bin 20959 -> 0 bytes
 .../images/velleman_connecting2_rca.jpg            |  Bin 104246 -> 0 bytes
 .../images/velleman_connecting2_rca_small.jpg      |  Bin 17879 -> 0 bytes
 .../images/velleman_connecting3.jpg                |  Bin 104025 -> 0 bytes
 .../images/velleman_connecting3_small.jpg          |  Bin 21477 -> 0 bytes
 .../images/velleman_connecting4.jpg                |  Bin 93251 -> 0 bytes
 .../images/velleman_connecting4_small.jpg          |  Bin 18937 -> 0 bytes
 .../images/velleman_connecting5.jpg                |  Bin 89823 -> 0 bytes
 .../images/velleman_connecting5_small.jpg          |  Bin 19217 -> 0 bytes
 .../images/velleman_connecting6.jpg                |  Bin 90601 -> 0 bytes
 .../images/velleman_connecting6_small.jpg          |  Bin 16059 -> 0 bytes
 web/old/html_created_no_edit/index_ca.html         |  147 --
 web/old/html_created_no_edit/index_en.html         |  146 --
 web/old/html_created_no_edit/index_es.html         |  144 --
 web/old/html_created_no_edit/index_fr.html         |  146 --
 web/old/html_created_no_edit/index_gl.html         |  163 --
 web/old/html_created_no_edit/index_it.html         |  147 --
 web/old/html_created_no_edit/index_pt.html         |  145 --
 web/old/html_created_no_edit/installation.html     |  133 --
 web/old/html_created_no_edit/installation_ca.html  |  132 --
 web/old/html_created_no_edit/installation_es.html  |  132 --
 web/old/html_created_no_edit/installation_gl.html  |  150 --
 web/old/html_created_no_edit/installation_pt.html  |  133 --
 web/old/html_created_no_edit/old_chronopics.html   |  146 --
 .../html_created_no_edit/old_chronopics_ca.html    |  147 --
 .../html_created_no_edit/old_chronopics_es.html    |  145 --
 .../html_created_no_edit/old_chronopics_gl.html    |  161 --
 .../html_created_no_edit/old_chronopics_pt.html    |  148 --
 web/old/html_created_no_edit/photocells_es.html    |  228 --
 .../html_created_no_edit/photocells_velleman.html  |  165 --
 .../photocells_velleman_es.html                    |  164 --
 web/old/html_created_no_edit/print/.svn/entries    | 1932 -----------------
 web/old/html_created_no_edit/print/.svn/format     |    1 -
 .../.svn/text-base/construction.html.svn-base      |   21 -
 .../.svn/text-base/construction_ca.html.svn-base   |   21 -
 .../construction_chronopic_juanfer.html.svn-base   |   79 -
 ...construction_chronopic_juanfer_es.html.svn-base |   80 -
 .../construction_contact_platform.html.svn-base    |  126 --
 .../construction_contact_platform_ca.html.svn-base |  107 -
 ...tion_contact_platform_comments_ca.html.svn-base |   31 -
 ...tion_contact_platform_comments_es.html.svn-base |   31 -
 .../construction_contact_platform_es.html.svn-base |  145 --
 .../construction_contact_platform_gl.html.svn-base |  141 --
 ...contact_platform_parallel_port_ca.html.svn-base |   54 -
 ...contact_platform_parallel_port_es.html.svn-base |   49 -
 .../construction_contact_platform_pt.html.svn-base |  136 --
 .../.svn/text-base/construction_es.html.svn-base   |   21 -
 .../.svn/text-base/construction_gl.html.svn-base   |   21 -
 .../.svn/text-base/construction_pt.html.svn-base   |   21 -
 .../print/.svn/text-base/contact.html.svn-base     |   67 -
 .../print/.svn/text-base/contact_ca.html.svn-base  |   68 -
 .../print/.svn/text-base/contact_de.html.svn-base  |   67 -
 .../print/.svn/text-base/contact_es.html.svn-base  |   67 -
 .../print/.svn/text-base/contact_fr.html.svn-base  |   68 -
 .../print/.svn/text-base/contact_gl.html.svn-base  |   70 -
 .../print/.svn/text-base/contact_pt.html.svn-base  |   68 -
 .../print/.svn/text-base/documents.html.svn-base   |   97 -
 .../.svn/text-base/documents_ca.html.svn-base      |   98 -
 .../.svn/text-base/documents_es.html.svn-base      |   97 -
 .../.svn/text-base/documents_gl.html.svn-base      |  107 -
 .../.svn/text-base/documents_pt.html.svn-base      |   99 -
 .../print/.svn/text-base/faq.html.svn-base         |  136 --
 .../print/.svn/text-base/faq_ca.html.svn-base      |  136 --
 .../print/.svn/text-base/faq_es.html.svn-base      |  138 --
 .../print/.svn/text-base/faq_gl.html.svn-base      |  142 --
 .../print/.svn/text-base/faq_pt.html.svn-base      |  137 --
 .../print/.svn/text-base/features.html.svn-base    |   56 -
 .../print/.svn/text-base/features_ca.html.svn-base |   52 -
 .../print/.svn/text-base/features_de.html.svn-base |   52 -
 .../print/.svn/text-base/features_es.html.svn-base |   54 -
 .../print/.svn/text-base/features_gl.html.svn-base |   55 -
 .../print/.svn/text-base/features_pt.html.svn-base |   50 -
 .../print/.svn/text-base/index.html.svn-base       |   65 -
 .../print/.svn/text-base/index_ca.html.svn-base    |   56 -
 .../print/.svn/text-base/index_de.html.svn-base    |   46 -
 .../print/.svn/text-base/index_es.html.svn-base    |   56 -
 .../print/.svn/text-base/index_fr.html.svn-base    |   56 -
 .../print/.svn/text-base/index_gl.html.svn-base    |   58 -
 .../print/.svn/text-base/index_it.html.svn-base    |   57 -
 .../print/.svn/text-base/index_pt.html.svn-base    |   56 -
 .../.svn/text-base/installation.html.svn-base      |   44 -
 .../.svn/text-base/installation_ca.html.svn-base   |   41 -
 .../.svn/text-base/installation_es.html.svn-base   |   44 -
 .../.svn/text-base/installation_gl.html.svn-base   |   45 -
 .../.svn/text-base/installation_pt.html.svn-base   |   44 -
 .../print/.svn/text-base/screenshots.html.svn-base |  121 --
 .../.svn/text-base/screenshots_ca.html.svn-base    |  121 --
 .../.svn/text-base/screenshots_es.html.svn-base    |  121 --
 .../.svn/text-base/screenshots_gl.html.svn-base    |  120 --
 .../.svn/text-base/screenshots_pt.html.svn-base    |  120 --
 .../print/chronopic3_lista_espera_es.html          |   38 -
 .../html_created_no_edit/print/construction.html   |   21 -
 .../print/construction_ca.html                     |   21 -
 .../print/construction_chronopic_juanfer.html      |   79 -
 .../print/construction_chronopic_juanfer_es.html   |   80 -
 .../print/construction_chronopic_juanfer_gl.html   |   77 -
 .../print/construction_contact_platform.html       |  126 --
 .../construction_contact_platform_buy_stuff.html   |   33 -
 ...construction_contact_platform_buy_stuff_es.html |   33 -
 .../print/construction_contact_platform_ca.html    |  107 -
 .../construction_contact_platform_comments_ca.html |   31 -
 .../construction_contact_platform_comments_es.html |   31 -
 .../print/construction_contact_platform_es.html    |  145 --
 .../print/construction_contact_platform_gl.html    |  141 --
 ...truction_contact_platform_parallel_port_ca.html |   54 -
 ...truction_contact_platform_parallel_port_es.html |   49 -
 .../print/construction_contact_platform_pt.html    |  136 --
 .../print/construction_es.html                     |   21 -
 .../print/construction_gl.html                     |   21 -
 .../construction_modular_circuit_platform.html     |  118 -
 ...nstruction_modular_circuit_platform.txt_es.html |  110 -
 .../construction_modular_circuit_platform_es.html  |  115 -
 .../print/construction_pt.html                     |   21 -
 .../print/construction_push_button.html            |   64 -
 .../print/construction_push_button_es.html         |   64 -
 web/old/html_created_no_edit/print/contact.html    |   67 -
 web/old/html_created_no_edit/print/contact_ca.html |   68 -
 web/old/html_created_no_edit/print/contact_de.html |   67 -
 web/old/html_created_no_edit/print/contact_es.html |   67 -
 web/old/html_created_no_edit/print/contact_fr.html |   68 -
 web/old/html_created_no_edit/print/contact_gl.html |   70 -
 web/old/html_created_no_edit/print/contact_pt.html |   68 -
 web/old/html_created_no_edit/print/courses_ca.html |   67 -
 web/old/html_created_no_edit/print/courses_es.html |   65 -
 .../html_created_no_edit/print/courses~_es.html    |   16 -
 web/old/html_created_no_edit/print/documents.html  |   97 -
 .../html_created_no_edit/print/documents_ca.html   |   98 -
 .../html_created_no_edit/print/documents_es.html   |   97 -
 .../html_created_no_edit/print/documents_gl.html   |  107 -
 .../html_created_no_edit/print/documents_pt.html   |   99 -
 web/old/html_created_no_edit/print/faq.html        |  136 --
 web/old/html_created_no_edit/print/faq_ca.html     |  136 --
 web/old/html_created_no_edit/print/faq_es.html     |  138 --
 web/old/html_created_no_edit/print/faq_gl.html     |  142 --
 web/old/html_created_no_edit/print/faq_pt.html     |  137 --
 web/old/html_created_no_edit/print/features.html   |   56 -
 .../html_created_no_edit/print/features_ca.html    |   52 -
 .../html_created_no_edit/print/features_de.html    |   52 -
 .../html_created_no_edit/print/features_es.html    |   54 -
 .../html_created_no_edit/print/features_gl.html    |   55 -
 .../html_created_no_edit/print/features_pt.html    |   50 -
 web/old/html_created_no_edit/print/hardware.html   |  101 -
 .../html_created_no_edit/print/hardware_ca.html    |  103 -
 .../html_created_no_edit/print/hardware_es.html    |  101 -
 .../html_created_no_edit/print/hardware_gl.html    |  106 -
 .../html_created_no_edit/print/hardware_pt.html    |  106 -
 web/old/html_created_no_edit/print/index.html      |   65 -
 web/old/html_created_no_edit/print/index_ca.html   |   56 -
 web/old/html_created_no_edit/print/index_de.html   |   46 -
 web/old/html_created_no_edit/print/index_en.html   |   57 -
 web/old/html_created_no_edit/print/index_es.html   |   56 -
 web/old/html_created_no_edit/print/index_fr.html   |   56 -
 web/old/html_created_no_edit/print/index_gl.html   |   58 -
 web/old/html_created_no_edit/print/index_it.html   |   57 -
 web/old/html_created_no_edit/print/index_pt.html   |   56 -
 .../html_created_no_edit/print/installation.html   |   44 -
 .../print/installation_ca.html                     |   41 -
 .../print/installation_es.html                     |   44 -
 .../print/installation_gl.html                     |   45 -
 .../print/installation_pt.html                     |   44 -
 .../html_created_no_edit/print/old_chronopics.html |   56 -
 .../print/old_chronopics_ca.html                   |   55 -
 .../print/old_chronopics_es.html                   |   56 -
 .../print/old_chronopics_gl.html                   |   55 -
 .../print/old_chronopics_pt.html                   |   58 -
 .../html_created_no_edit/print/photocells_es.html  |  139 --
 .../print/photocells_velleman.html                 |   75 -
 .../print/photocells_velleman_es.html              |   75 -
 web/old/html_created_no_edit/print/problems.html   |  151 --
 .../html_created_no_edit/print/screenshots.html    |  121 --
 .../html_created_no_edit/print/screenshots_ca.html |  121 --
 .../html_created_no_edit/print/screenshots_es.html |  121 --
 .../html_created_no_edit/print/screenshots_gl.html |  120 --
 .../html_created_no_edit/print/screenshots_pt.html |  120 --
 web/old/html_created_no_edit/problems.html         |  241 ---
 web/old/html_created_no_edit/screenshots.html      |  210 --
 web/old/html_created_no_edit/screenshots_ca.html   |  212 --
 web/old/html_created_no_edit/screenshots_es.html   |  209 --
 web/old/html_created_no_edit/screenshots_gl.html   |  225 --
 web/old/html_created_no_edit/screenshots_pt.html   |  209 --
 web/old/html_created_no_edit/style.css             |  274 ---
 597 files changed, 0 insertions(+), 30073 deletions(-)

Tue Mar 16 16:07:44 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
website reorganization 
 chronojump_server/crontab-root                     |    6 +
 chronojump_server/r-sqlite/update-r-graphs         |   21 +
 chronojump_server/reload_xsp2                      |    9 +
 chronojump_server/web.config                       |    9 +
 web/chronopic_build.html                           |  101 +
 web/chronopic_build_es.html                        |  101 +
 web/construction_contact_platform.html             |  175 +
 web/construction_contact_platform_es.html          |  188 +
 web/construction_modular_circuit_platform.html     |  166 +
 web/construction_modular_circuit_platform_es.html  |  167 +
 web/construction_push_button.html                  |  108 +
 web/construction_push_button_es.html               |  106 +
 web/create_web_chronojump.pl                       |  558 -
 web/data/authors.txt                               |    8 -
 web/data/colaborations.txt                         |   10 -
 web/data/contributors.txt                          |    2 -
 web/data/langs/_ca/Designed                        |    1 -
 web/data/langs/_ca/License                         |   25 -
 web/data/langs/_ca/Links                           |   12 -
 web/data/langs/_ca/Pages/construction              |    5 -
 .../langs/_ca/Pages/construction_contact_platform  |   91 -
 .../Pages/construction_contact_platform_comments   |   15 -
 .../construction_contact_platform_parallel_port    |   38 -
 web/data/langs/_ca/Pages/documents                 |   82 -
 web/data/langs/_ca/Pages/faq                       |  120 -
 web/data/langs/_ca/Pages/features                  |   36 -
 web/data/langs/_ca/Pages/index                     |   40 -
 web/data/langs/_ca/Pages/installation              |   25 -
 web/data/langs/_ca/Pages/screenshots               |   95 -
 web/data/langs/_ca/Print                           |    1 -
 web/data/langs/_ca/Title                           |    1 -
 web/data/langs/_ca/Translator                      |    1 -
 web/data/langs/_de/Designed                        |    1 -
 web/data/langs/_de/License                         |   26 -
 web/data/langs/_de/Links                           |   11 -
 web/data/langs/_de/Pages/features                  |   36 -
 web/data/langs/_de/Pages/index                     |    3 -
 web/data/langs/_de/Print                           |    1 -
 web/data/langs/_de/Title                           |    1 -
 web/data/langs/_de/Translator                      |    1 -
 web/data/langs/_en/Designed                        |    1 -
 web/data/langs/_en/License                         |   23 -
 web/data/langs/_en/Links                           |   12 -
 web/data/langs/_en/Pages/construction              |    5 -
 .../langs/_en/Pages/construction_chronopic_juanfer |   63 -
 .../langs/_en/Pages/construction_contact_platform  |  110 -
 .../Pages/construction_modular_circuit_platform    |  102 -
 web/data/langs/_en/Pages/documents                 |   81 -
 web/data/langs/_en/Pages/faq                       |  120 -
 web/data/langs/_en/Pages/features                  |   40 -
 web/data/langs/_en/Pages/index                     |   41 -
 web/data/langs/_en/Pages/installation              |   28 -
 web/data/langs/_en/Pages/screenshots               |   95 -
 web/data/langs/_en/Print                           |    1 -
 web/data/langs/_en/Title                           |    1 -
 web/data/langs/_en/Translator                      |    1 -
 web/data/langs/_es/Designed                        |    1 -
 web/data/langs/_es/License                         |   22 -
 web/data/langs/_es/Links                           |   12 -
 web/data/langs/_es/Pages/construction              |    5 -
 .../langs/_es/Pages/construction_chronopic_juanfer |   64 -
 .../langs/_es/Pages/construction_contact_platform  |  129 -
 .../Pages/construction_contact_platform_comments   |   15 -
 .../construction_contact_platform_parallel_port    |   33 -
 .../Pages/construction_modular_circuit_platform    |   99 -
 web/data/langs/_es/Pages/documents                 |   81 -
 web/data/langs/_es/Pages/faq                       |  122 -
 web/data/langs/_es/Pages/features                  |   38 -
 web/data/langs/_es/Pages/index                     |   40 -
 web/data/langs/_es/Pages/installation              |   28 -
 web/data/langs/_es/Pages/photocells                |  123 -
 web/data/langs/_es/Pages/screenshots               |   95 -
 web/data/langs/_es/Print                           |    1 -
 web/data/langs/_es/Title                           |    1 -
 web/data/langs/_es/Translator                      |    1 -
 web/data/langs/_fr/Designed                        |    1 -
 web/data/langs/_fr/License                         |   24 -
 web/data/langs/_fr/Links                           |   12 -
 web/data/langs/_fr/Pages/index                     |   40 -
 web/data/langs/_fr/Title                           |    1 -
 web/data/langs/_fr/Translator                      |    1 -
 web/data/langs/_gl/Designed                        |    2 -
 web/data/langs/_gl/License                         |   37 -
 web/data/langs/_gl/Links                           |   13 -
 web/data/langs/_gl/Pages/construction              |    5 -
 .../langs/_gl/Pages/construction_chronopic_juanfer |   61 -
 .../langs/_gl/Pages/construction_contact_platform  |  125 -
 web/data/langs/_gl/Pages/documents                 |   91 -
 web/data/langs/_gl/Pages/faq                       |  126 -
 web/data/langs/_gl/Pages/features                  |   39 -
 web/data/langs/_gl/Pages/index                     |   42 -
 web/data/langs/_gl/Pages/installation              |   29 -
 web/data/langs/_gl/Pages/screenshots               |   94 -
 web/data/langs/_gl/Print                           |    1 -
 web/data/langs/_gl/Title                           |    2 -
 web/data/langs/_gl/Translator                      |    1 -
 web/data/langs/_it/CVS/Entries                     |    6 -
 web/data/langs/_it/CVS/Repository                  |    1 -
 web/data/langs/_it/CVS/Root                        |    1 -
 web/data/langs/_it/Designed                        |    1 -
 web/data/langs/_it/License                         |   24 -
 web/data/langs/_it/Links                           |   12 -
 web/data/langs/_it/Pages/CVS/Entries               |    3 -
 web/data/langs/_it/Pages/CVS/Repository            |    1 -
 web/data/langs/_it/Pages/CVS/Root                  |    1 -
 web/data/langs/_it/Pages/index                     |   41 -
 web/data/langs/_it/Print                           |    1 -
 web/data/langs/_it/Title                           |    1 -
 web/data/langs/_it/Translator                      |    1 -
 web/data/langs/_oc/Designed                        |    1 -
 web/data/langs/_oc/License                         |   20 -
 web/data/langs/_oc/Links                           |   12 -
 web/data/langs/_oc/Pages/index                     |   41 -
 web/data/langs/_oc/Title                           |    1 -
 web/data/langs/_oc/Translator                      |    1 -
 web/data/langs/_pt/Designed                        |    1 -
 web/data/langs/_pt/License                         |   23 -
 web/data/langs/_pt/Links                           |   12 -
 web/data/langs/_pt/Pages/construction              |    5 -
 .../langs/_pt/Pages/construction_contact_platform  |  120 -
 web/data/langs/_pt/Pages/documents                 |   83 -
 web/data/langs/_pt/Pages/faq                       |  121 -
 web/data/langs/_pt/Pages/features                  |   34 -
 web/data/langs/_pt/Pages/index                     |   40 -
 web/data/langs/_pt/Pages/installation              |   28 -
 web/data/langs/_pt/Pages/screenshots               |   94 -
 web/data/langs/_pt/Print                           |    1 -
 web/data/langs/_pt/Title                           |    1 -
 web/data/langs/_pt/Translator                      |    1 -
 web/data/languages.txt                             |    7 -
 web/data/languages_with_de.txt                     |    8 -
 web/data/photos.txt                                |   43 -
 web/documents.html                                 |  288 +
 web/documents_es.html                              |  288 +
 web/faq_hardware.html                              |  120 +
 web/faq_hardware_es.html                           |  117 +
 web/faq_software.html                              |  102 +
 web/faq_software_es.html                           |  110 +
 web/hardware_store.html                            |  148 +
 web/hardware_store_es.html                         |  149 +
 ...nstruction_modular_circuit_platform.txt_es.html |  199 -
 web/html_created_no_edit/faq_es.html               |  226 -
 web/html_created_no_edit/images/chronojump-04.png  |  Bin 187592 -> 0 bytes
 .../images/chronojump-04_small.png                 |  Bin 36905 -> 0 bytes
 web/html_created_no_edit/images/chronojump33.png   |  Bin 65923 -> 0 bytes
 .../images/chronojump_32x32.png                    |  Bin 1866 -> 0 bytes
 ...mp_add_persons_multiple_preferences_spanish.png |  Bin 120590 -> 0 bytes
 ..._persons_multiple_preferences_spanish_small.png |  Bin 34549 -> 0 bytes
 .../images/chronojump_esquema.dia                  |  Bin 2184 -> 0 bytes
 .../images/chronojump_esquema.png                  |  Bin 11489 -> 0 bytes
 .../images/chronojump_esquema_07.dia               |  Bin 7906 -> 0 bytes
 .../images/chronojump_esquema_07.png               |  Bin 79419 -> 0 bytes
 .../images/chronojump_esquema_jump.png             |  Bin 30247 -> 0 bytes
 .../images/chronojump_esquema_jump_300.png         |  Bin 12885 -> 0 bytes
 .../images/chronojump_esquema_pulse.png            |  Bin 7814 -> 0 bytes
 .../images/chronojump_esquema_pulse_300.png        |  Bin 6600 -> 0 bytes
 .../images/chronojump_esquema_reaction_time.png    |  Bin 51252 -> 0 bytes
 .../chronojump_esquema_reaction_time_300.png       |  Bin 20877 -> 0 bytes
 .../images/chronojump_esquema_run.png              |  Bin 30751 -> 0 bytes
 .../images/chronojump_esquema_run_300.png          |  Bin 15469 -> 0 bytes
 .../images/chronojump_esquema_two_platforms.dia    |  Bin 2919 -> 0 bytes
 .../images/chronojump_esquema_two_platforms.png    |  Bin 14987 -> 0 bytes
 .../images/chronojump_graphs.jpg                   |  Bin 151689 -> 0 bytes
 .../images/chronojump_graphs_reactive.png          |  Bin 147244 -> 0 bytes
 .../images/chronojump_graphs_reactive_small.png    |  Bin 28352 -> 0 bytes
 .../images/chronojump_graphs_small.png             |  Bin 32412 -> 0 bytes
 .../images/chronojump_graphs_volei.png             |  Bin 147624 -> 0 bytes
 .../images/chronojump_graphs_volei_small.png       |  Bin 31278 -> 0 bytes
 .../images/chronojump_logo_small.png               |  Bin 6706 -> 0 bytes
 .../images/chronojump_main_047.png                 |  Bin 46244 -> 0 bytes
 .../images/chronojump_main_047_small.png           |  Bin 21914 -> 0 bytes
 .../images/chronojump_main_06.png                  |  Bin 89821 -> 0 bytes
 .../images/chronojump_main_06_small.png            |  Bin 32895 -> 0 bytes
 .../images/chronojump_new_run_type_spanish.png     |  Bin 113240 -> 0 bytes
 .../chronojump_new_run_type_spanish_small.png      |  Bin 29426 -> 0 bytes
 .../images/chronojump_poster_suissa.pdf            |  Bin 524535 -> 0 bytes
 .../images/chronojump_windows.png                  |  Bin 98854 -> 0 bytes
 .../images/chronojump_windows.xcf                  |  Bin 1334466 -> 0 bytes
 .../images/chronojump_windows1.png                 |  Bin 114233 -> 0 bytes
 .../images/chronojump_windows2.png                 |  Bin 123610 -> 0 bytes
 .../images/chronojump_windows_small.png            |  Bin 37087 -> 0 bytes
 .../images/chronopic3-metacrilato.jpg              |  Bin 102731 -> 0 bytes
 .../images/chronopic3-metacrilato_small.jpg        |  Bin 25994 -> 0 bytes
 web/html_created_no_edit/images/chronopic_foto.jpg |  Bin 19669 -> 0 bytes
 .../images/chronopic_foto_small.png                |  Bin 59220 -> 0 bytes
 .../images/chronopic_juanfer_1-1_schema.jpg        |  Bin 63717 -> 0 bytes
 .../images/chronopic_juanfer_1-1_schema.xcf        |  Bin 361158 -> 0 bytes
 .../images/chronopic_juanfer_back.jpg              |  Bin 49485 -> 0 bytes
 .../images/chronopic_juanfer_front.jpg             |  Bin 54317 -> 0 bytes
 .../images/chronopic_juanfer_schema.jpg            |  Bin 63321 -> 0 bytes
 web/html_created_no_edit/images/crl_logo_88.png    |  Bin 748 -> 0 bytes
 .../images/deporteyciencia.png                     |  Bin 2432 -> 0 bytes
 .../images/deporteyciencia_blues.gif               |  Bin 3283 -> 0 bytes
 .../images/deporteyciencia_blues.png               |  Bin 4468 -> 0 bytes
 web/html_created_no_edit/images/gnome_logo.png     |  Bin 7237 -> 0 bytes
 web/html_created_no_edit/images/gnome_logo.xcf     |  Bin 15781 -> 0 bytes
 web/html_created_no_edit/images/gnome_logo_88.png  |  Bin 5023 -> 0 bytes
 .../images/gnome_logo_88_blues.png                 |  Bin 6336 -> 0 bytes
 .../images/modular_platform_bridge.jpg             |  Bin 135888 -> 0 bytes
 .../images/modular_platform_bridge2.jpg            |  Bin 118389 -> 0 bytes
 .../images/modular_platform_bridge2_mini.jpg       |  Bin 13517 -> 0 bytes
 .../images/modular_platform_bridge_mini.jpg        |  Bin 13359 -> 0 bytes
 .../modular_platform_circuit_board_external.jpg    |  Bin 64597 -> 0 bytes
 ...odular_platform_circuit_board_external_mini.jpg |  Bin 11270 -> 0 bytes
 .../modular_platform_circuit_board_internal.jpg    |  Bin 60668 -> 0 bytes
 ...odular_platform_circuit_board_internal_mini.jpg |  Bin 9932 -> 0 bytes
 ...odular_platform_circuit_board_internal_tape.jpg |  Bin 98148 -> 0 bytes
 ...r_platform_circuit_board_internal_tape_mini.jpg |  Bin 12845 -> 0 bytes
 .../images/modular_platform_one_foot_done.jpg      |  Bin 68441 -> 0 bytes
 .../images/modular_platform_one_foot_done_mini.jpg |  Bin 8434 -> 0 bytes
 .../images/modular_platform_padu_xavi.jpg          |  Bin 123299 -> 0 bytes
 .../images/modular_platform_padu_xavi_mini.jpg     |  Bin 27195 -> 0 bytes
 .../images/modular_platform_tape_removal.jpg       |  Bin 2294407 -> 0 bytes
 .../images/modular_platform_tape_removal_mini.jpg  |  Bin 14085 -> 0 bytes
 .../images/modular_platform_with_boscosystem.jpg   |  Bin 2303281 -> 0 bytes
 .../modular_platform_with_boscosystem_mini.jpg     |  Bin 11777 -> 0 bytes
 .../images/modular_platform_with_chronopic.jpg     |  Bin 2298467 -> 0 bytes
 .../images/modular_platform_with_chronopic_250.jpg |  Bin 25830 -> 0 bytes
 .../modular_platform_with_chronopic_mini.jpg       |  Bin 17222 -> 0 bytes
 ...lataforma_contactos_cinta_adhesiva_plastico.jpg |  Bin 21814 -> 0 bytes
 .../images/plataforma_contactos_cinta_varillas.jpg |  Bin 23096 -> 0 bytes
 .../plataforma_contactos_cortar_varillas.jpg       |  Bin 29919 -> 0 bytes
 .../images/plataforma_contactos_final.jpg          |  Bin 31049 -> 0 bytes
 .../images/plataforma_contactos_final_small.png    |  Bin 71691 -> 0 bytes
 .../images/plataforma_contactos_joraike.jpg        |  Bin 40716 -> 0 bytes
 .../plataforma_contactos_juntar_varillas.jpg       |  Bin 14283 -> 0 bytes
 .../plataforma_contactos_marcar_cortar_cable.jpg   |  Bin 30730 -> 0 bytes
 .../images/plataforma_contactos_material.jpg       |  Bin 23366 -> 0 bytes
 ...aforma_contactos_pegar_cinta_entre_varillas.jpg |  Bin 30491 -> 0 bytes
 ...lataforma_contactos_pegar_varillas_plastico.jpg |  Bin 32933 -> 0 bytes
 .../plataforma_contactos_perforar_varillas.jpg     |  Bin 34644 -> 0 bytes
 .../plataforma_contactos_puerto_paralelo.jpg       |  Bin 27472 -> 0 bytes
 .../images/plataforma_contactos_remaches.jpg       |  Bin 26550 -> 0 bytes
 .../plataforma_contactos_taladrar_varillas.jpg     |  Bin 27879 -> 0 bytes
 ...plataforma_contactos_unir_conjuntos_varilla.jpg |  Bin 10523 -> 0 bytes
 .../images/proves_i_xcfs/chronojump_graphs.png     |  Bin 165460 -> 0 bytes
 .../proves_i_xcfs/chronojump_graphs_reactive.png   |  Bin 147244 -> 0 bytes
 .../images/proves_i_xcfs/chronojump_main1.jpg      |  Bin 117521 -> 0 bytes
 .../proves_i_xcfs/chronojump_main1_small.jpg       |  Bin 8022 -> 0 bytes
 .../images/proves_i_xcfs/chronojump_main2.jpg      |  Bin 87283 -> 0 bytes
 .../proves_i_xcfs/chronojump_main2_small.jpg       |  Bin 8902 -> 0 bytes
 .../images/proves_i_xcfs/chronojump_main3.jpg      |  Bin 98438 -> 0 bytes
 .../proves_i_xcfs/chronojump_main3_small.jpg       |  Bin 8982 -> 0 bytes
 .../images/proves_i_xcfs/crl_logo.gif              |  Bin 13431 -> 0 bytes
 web/html_created_no_edit/images/pulsador1.jpg      |  Bin 22403 -> 0 bytes
 web/html_created_no_edit/images/pulsador2.jpg      |  Bin 28955 -> 0 bytes
 web/html_created_no_edit/images/pulsador3.jpg      |  Bin 27636 -> 0 bytes
 web/html_created_no_edit/images/pulsador4.jpg      |  Bin 38497 -> 0 bytes
 .../images/velleman_connecting1.jpg                |  Bin 119118 -> 0 bytes
 .../images/velleman_connecting1_small.jpg          |  Bin 20959 -> 0 bytes
 .../images/velleman_connecting2_rca.jpg            |  Bin 104246 -> 0 bytes
 .../images/velleman_connecting2_rca_small.jpg      |  Bin 17879 -> 0 bytes
 .../images/velleman_connecting3.jpg                |  Bin 104025 -> 0 bytes
 .../images/velleman_connecting3_small.jpg          |  Bin 21477 -> 0 bytes
 .../images/velleman_connecting4.jpg                |  Bin 93251 -> 0 bytes
 .../images/velleman_connecting4_small.jpg          |  Bin 18937 -> 0 bytes
 .../images/velleman_connecting5.jpg                |  Bin 89823 -> 0 bytes
 .../images/velleman_connecting5_small.jpg          |  Bin 19217 -> 0 bytes
 .../images/velleman_connecting6.jpg                |  Bin 90601 -> 0 bytes
 .../images/velleman_connecting6_small.jpg          |  Bin 16059 -> 0 bytes
 web/html_created_no_edit/photocells_es.html        |  228 -
 web/html_created_no_edit/print/construction.html   |   21 -
 .../print/construction_ca.html                     |   21 -
 .../print/construction_chronopic_juanfer.html      |   79 -
 .../print/construction_chronopic_juanfer_es.html   |   80 -
 .../print/construction_contact_platform.html       |  126 -
 .../print/construction_contact_platform_ca.html    |  107 -
 .../construction_contact_platform_comments_ca.html |   31 -
 .../construction_contact_platform_comments_es.html |   31 -
 .../print/construction_contact_platform_es.html    |  145 -
 .../print/construction_contact_platform_gl.html    |  141 -
 ...truction_contact_platform_parallel_port_ca.html |   54 -
 ...truction_contact_platform_parallel_port_es.html |   49 -
 .../print/construction_contact_platform_pt.html    |  136 -
 .../print/construction_es.html                     |   21 -
 .../print/construction_gl.html                     |   21 -
 .../print/construction_pt.html                     |   21 -
 web/html_created_no_edit/print/contact.html        |   67 -
 web/html_created_no_edit/print/contact_ca.html     |   68 -
 web/html_created_no_edit/print/contact_de.html     |   67 -
 web/html_created_no_edit/print/contact_es.html     |   67 -
 web/html_created_no_edit/print/contact_fr.html     |   68 -
 web/html_created_no_edit/print/contact_gl.html     |   70 -
 web/html_created_no_edit/print/contact_pt.html     |   68 -
 web/html_created_no_edit/print/documents.html      |   97 -
 web/html_created_no_edit/print/documents_ca.html   |   98 -
 web/html_created_no_edit/print/documents_es.html   |   97 -
 web/html_created_no_edit/print/documents_gl.html   |  107 -
 web/html_created_no_edit/print/documents_pt.html   |   99 -
 web/html_created_no_edit/print/faq.html            |  136 -
 web/html_created_no_edit/print/faq_ca.html         |  136 -
 web/html_created_no_edit/print/faq_es.html         |  138 -
 web/html_created_no_edit/print/faq_gl.html         |  142 -
 web/html_created_no_edit/print/faq_pt.html         |  137 -
 web/html_created_no_edit/print/features.html       |   56 -
 web/html_created_no_edit/print/features_ca.html    |   52 -
 web/html_created_no_edit/print/features_de.html    |   52 -
 web/html_created_no_edit/print/features_es.html    |   54 -
 web/html_created_no_edit/print/features_gl.html    |   55 -
 web/html_created_no_edit/print/features_pt.html    |   50 -
 web/html_created_no_edit/print/index.html          |   65 -
 web/html_created_no_edit/print/index_ca.html       |   56 -
 web/html_created_no_edit/print/index_de.html       |   46 -
 web/html_created_no_edit/print/index_es.html       |   56 -
 web/html_created_no_edit/print/index_fr.html       |   56 -
 web/html_created_no_edit/print/index_gl.html       |   58 -
 web/html_created_no_edit/print/index_it.html       |   57 -
 web/html_created_no_edit/print/index_pt.html       |   56 -
 web/html_created_no_edit/print/installation.html   |   44 -
 .../print/installation_ca.html                     |   41 -
 .../print/installation_es.html                     |   44 -
 .../print/installation_gl.html                     |   45 -
 .../print/installation_pt.html                     |   44 -
 web/html_created_no_edit/print/screenshots.html    |  121 -
 web/html_created_no_edit/print/screenshots_ca.html |  121 -
 web/html_created_no_edit/print/screenshots_es.html |  121 -
 web/html_created_no_edit/print/screenshots_gl.html |  120 -
 web/html_created_no_edit/print/screenshots_pt.html |  120 -
 web/html_created_no_edit/style.css                 |  274 -
 web/images/1.png                                   |  Bin 0 -> 521 bytes
 web/images/2.png                                   |  Bin 0 -> 1791 bytes
 web/images/agility_505.png                         |  Bin 0 -> 7053 bytes
 web/images/applications-internet.svg               | 1195 ++
 web/images/applications-other.svg                  | 1108 ++
 web/images/chronojump-09-2.png                     |  Bin 0 -> 122781 bytes
 web/images/chronojump-09-2_small.png               |  Bin 0 -> 41198 bytes
 web/images/chronojump-09.png                       |  Bin 0 -> 161697 bytes
 web/images/chronojump-09_small.png                 |  Bin 0 -> 42776 bytes
 web/images/chronojump-boscosystem.png              |  Bin 0 -> 9527 bytes
 web/images/chronojump-pulse.png                    |  Bin 0 -> 98623 bytes
 web/images/chronojump-pulse_small.png              |  Bin 0 -> 39104 bytes
 web/images/chronojump33.png                        |  Bin 0 -> 65923 bytes
 web/images/chronojump_320.png                      |  Bin 0 -> 25764 bytes
 web/images/chronojump_77h.png                      |  Bin 0 -> 21176 bytes
 web/images/chronojump_main_06.png                  |  Bin 0 -> 93177 bytes
 web/images/chronojump_main_06_small.png            |  Bin 0 -> 51207 bytes
 web/images/chronojump_new_run_type_spanish.png     |  Bin 0 -> 113240 bytes
 .../chronojump_new_run_type_spanish_small.png      |  Bin 0 -> 29426 bytes
 web/images/chronojump_windows.png                  |  Bin 0 -> 98854 bytes
 web/images/chronojump_windows_small.png            |  Bin 0 -> 37087 bytes
 web/images/chronopic3.jpg                          |  Bin 0 -> 35019 bytes
 web/images/chronopic3.png                          |  Bin 0 -> 99687 bytes
 web/images/chronopic3_taiwan1.jpg                  |  Bin 0 -> 271300 bytes
 web/images/chronopic3_taiwan1_small.jpg            |  Bin 0 -> 31743 bytes
 web/images/chronopic3_taiwan2.jpg                  |  Bin 0 -> 332460 bytes
 web/images/chronopic3_taiwan2_small.jpg            |  Bin 0 -> 40110 bytes
 web/images/chronopic3_taiwan3.jpg                  |  Bin 0 -> 58659 bytes
 web/images/chronopic3_taiwan3_small.jpg            |  Bin 0 -> 19929 bytes
 web/images/chronopic3_taiwan4.jpg                  |  Bin 0 -> 506624 bytes
 web/images/chronopic3_taiwan4_small.jpg            |  Bin 0 -> 42239 bytes
 web/images/clock.png                               |  Bin 0 -> 3806 bytes
 web/images/documents-48.png                        |  Bin 0 -> 3535 bytes
 web/images/documents_blank-chronojump.png          |  Bin 0 -> 11225 bytes
 web/images/documents_blank-entrenamiento.png       |  Bin 0 -> 9502 bytes
 web/images/documents_blank-hardware.png            |  Bin 0 -> 11606 bytes
 web/images/documents_blank-other.png               |  Bin 0 -> 11101 bytes
 web/images/documents_blank-otros.png               |  Bin 0 -> 11079 bytes
 web/images/documents_blank-training.png            |  Bin 0 -> 8911 bytes
 web/images/documents_slides_chronojump_big.png     |  Bin 0 -> 16898 bytes
 web/images/documents_slides_hardware_big.png       |  Bin 0 -> 17167 bytes
 web/images/documents_slides_other_big.png          |  Bin 0 -> 16824 bytes
 web/images/documents_slides_training_big.png       |  Bin 0 -> 17042 bytes
 web/images/emblem-package.svg                      |  387 +
 web/images/emblem-presentation.png                 |  Bin 0 -> 5150 bytes
 web/images/flash_player_18.gif                     |  Bin 0 -> 1063 bytes
 web/images/folder.svg                              |  725 +
 web/images/gaim_send-im.svg                        |  184 +
 web/images/gesell_dbt.png                          |  Bin 0 -> 7684 bytes
 web/images/gftp.svg                                | 6454 ++++++++
 web/images/infrared.jpg                            |  Bin 0 -> 5320 bytes
 web/images/jump_rj.png                             |  Bin 0 -> 6418 bytes
 web/images/margaria.png                            |  Bin 0 -> 2434 bytes
 web/images/media-optical.svg                       |  403 +
 web/images/modular_platform_bridge.jpg             |  Bin 0 -> 135888 bytes
 web/images/modular_platform_bridge2.jpg            |  Bin 0 -> 118389 bytes
 web/images/modular_platform_bridge2_mini.jpg       |  Bin 0 -> 13517 bytes
 web/images/modular_platform_bridge_mini.jpg        |  Bin 0 -> 13359 bytes
 .../modular_platform_circuit_board_external.jpg    |  Bin 0 -> 64597 bytes
 ...odular_platform_circuit_board_external_mini.jpg |  Bin 0 -> 11270 bytes
 .../modular_platform_circuit_board_internal.jpg    |  Bin 0 -> 60668 bytes
 ...odular_platform_circuit_board_internal_mini.jpg |  Bin 0 -> 9932 bytes
 ...odular_platform_circuit_board_internal_tape.jpg |  Bin 0 -> 98148 bytes
 ...r_platform_circuit_board_internal_tape_mini.jpg |  Bin 0 -> 12845 bytes
 web/images/modular_platform_one_foot_done.jpg      |  Bin 0 -> 68441 bytes
 web/images/modular_platform_one_foot_done_mini.jpg |  Bin 0 -> 8434 bytes
 web/images/modular_platform_padu_xavi.jpg          |  Bin 0 -> 123299 bytes
 web/images/modular_platform_padu_xavi_mini.jpg     |  Bin 0 -> 27195 bytes
 web/images/modular_platform_tape_removal.jpg       |  Bin 0 -> 2294407 bytes
 web/images/modular_platform_tape_removal_mini.jpg  |  Bin 0 -> 14085 bytes
 web/images/modular_platform_with_boscosystem.jpg   |  Bin 0 -> 2303281 bytes
 .../modular_platform_with_boscosystem_mini.jpg     |  Bin 0 -> 11777 bytes
 web/images/modular_platform_with_chronopic.jpg     |  Bin 0 -> 2298467 bytes
 web/images/modular_platform_with_chronopic_250.jpg |  Bin 0 -> 25830 bytes
 .../modular_platform_with_chronopic_mini.jpg       |  Bin 0 -> 17222 bytes
 web/images/multiChronopic.png                      |  Bin 0 -> 2873 bytes
 web/images/nautilus-cd-burner.svg                  |  159 +
 web/images/network.svg                             |  803 +
 web/images/next.png                                |  Bin 0 -> 1393 bytes
 web/images/no.png                                  |  Bin 0 -> 2488 bytes
 web/images/nuvola-applications-internet.png        |  Bin 0 -> 3537 bytes
 web/images/nuvola-emblem-package.png               |  Bin 0 -> 2429 bytes
 web/images/nuvola-folder.png                       |  Bin 0 -> 3632 bytes
 web/images/nuvola-gaim_send-im.png                 |  Bin 0 -> 2400 bytes
 web/images/nuvola-media-optical.png                |  Bin 0 -> 2870 bytes
 web/images/pending.jpg                             |  Bin 0 -> 20540 bytes
 web/images/pending2.jpg                            |  Bin 0 -> 23735 bytes
 web/images/pending2.png                            |  Bin 0 -> 11945 bytes
 web/images/pending3.png                            |  Bin 0 -> 11479 bytes
 ...lataforma_contactos_cinta_adhesiva_plastico.jpg |  Bin 0 -> 21814 bytes
 web/images/plataforma_contactos_cinta_varillas.jpg |  Bin 0 -> 23096 bytes
 .../plataforma_contactos_cortar_varillas.jpg       |  Bin 0 -> 29919 bytes
 web/images/plataforma_contactos_final.jpg          |  Bin 0 -> 31049 bytes
 web/images/plataforma_contactos_final_small.png    |  Bin 0 -> 71691 bytes
 web/images/plataforma_contactos_joraike.jpg        |  Bin 0 -> 40716 bytes
 .../plataforma_contactos_juntar_varillas.jpg       |  Bin 0 -> 14283 bytes
 .../plataforma_contactos_marcar_cortar_cable.jpg   |  Bin 0 -> 30730 bytes
 web/images/plataforma_contactos_material.jpg       |  Bin 0 -> 23366 bytes
 web/images/plataforma_contactos_material_small.jpg |  Bin 0 -> 10619 bytes
 ...aforma_contactos_pegar_cinta_entre_varillas.jpg |  Bin 0 -> 30491 bytes
 ...lataforma_contactos_pegar_varillas_plastico.jpg |  Bin 0 -> 32933 bytes
 .../plataforma_contactos_perforar_varillas.jpg     |  Bin 0 -> 34644 bytes
 .../plataforma_contactos_puerto_paralelo.jpg       |  Bin 0 -> 27472 bytes
 web/images/plataforma_contactos_remaches.jpg       |  Bin 0 -> 26550 bytes
 .../plataforma_contactos_taladrar_varillas.jpg     |  Bin 0 -> 27879 bytes
 ...plataforma_contactos_unir_conjuntos_varilla.jpg |  Bin 0 -> 10523 bytes
 web/images/poster_estoril_ecss_08.png              |  Bin 0 -> 634718 bytes
 web/images/poster_estoril_ecss_08_300h.png         |  Bin 0 -> 91038 bytes
 web/images/poster_seattle_abstract.png             |  Bin 0 -> 257926 bytes
 web/images/poster_seattle_acsm_09.png              |  Bin 0 -> 541229 bytes
 web/images/poster_seattle_acsm_09_400.png          |  Bin 0 -> 126730 bytes
 web/images/poster_seattle_authors.png              |  Bin 0 -> 191937 bytes
 web/images/poster_seattle_chronojump.png           |  Bin 0 -> 304775 bytes
 web/images/poster_seattle_chronopic3.png           |  Bin 0 -> 623808 bytes
 web/images/poster_seattle_discussion.png           |  Bin 0 -> 205989 bytes
 web/images/poster_seattle_purpose.png              |  Bin 0 -> 241230 bytes
 web/images/poster_seattle_results.png              |  Bin 0 -> 647800 bytes
 web/images/poster_switzerland_ecss_06.png          |  Bin 0 -> 558485 bytes
 web/images/poster_switzerland_ecss_06_300h.png     |  Bin 0 -> 92044 bytes
 web/images/presentation-48.png                     |  Bin 0 -> 3040 bytes
 web/images/pulsador1.jpg                           |  Bin 0 -> 22403 bytes
 web/images/pulsador2.jpg                           |  Bin 0 -> 28955 bytes
 web/images/pulsador3.jpg                           |  Bin 0 -> 27636 bytes
 web/images/pulsador4.jpg                           |  Bin 0 -> 38497 bytes
 web/images/reaction_time.png                       |  Bin 0 -> 5013 bytes
 web/images/run_analysis.png                        |  Bin 0 -> 3126 bytes
 web/images/server_heights_by_jumps_athletes.png    |  Bin 0 -> 24734 bytes
 .../server_heights_by_jumps_athletes_small.png     |  Bin 0 -> 10792 bytes
 web/images/server_heights_by_level_and_sex.png     |  Bin 0 -> 13882 bytes
 .../server_heights_by_level_and_sex_small.png      |  Bin 0 -> 13880 bytes
 web/images/server_heights_by_sex.png               |  Bin 0 -> 21171 bytes
 web/images/server_heights_by_sex_3.png             |  Bin 0 -> 14904 bytes
 web/images/server_heights_by_sex_4.png             |  Bin 0 -> 13329 bytes
 web/images/server_heights_by_sex_a.png             |  Bin 0 -> 13300 bytes
 web/images/server_heights_by_sex_small.png         |  Bin 0 -> 11593 bytes
 web/images/server_sports_and_countries.png         |  Bin 0 -> 54396 bytes
 web/images/server_sports_and_countries_small.png   |  Bin 0 -> 21806 bytes
 web/images/shopping.png                            |  Bin 0 -> 2288 bytes
 web/images/svg/applications-multimedia.svg         | 1102 ++
 web/images/svg/baroquon_Shopping_Cart.svg          |  716 +
 web/images/svg/clock.svg                           |  218 +
 web/images/svg/documents.svg                       |  389 +
 web/images/svg/documents_slides.svg                |16043 ++++++++++++++++++++
 web/images/svg/emblem-office.svg                   |  717 +
 web/images/svg/emblem-people.svg                   |  559 +
 web/images/svg/go-next.svg                         |  193 +
 web/images/svg/k3b.svg                             |  497 +
 web/images/svg/network-wired.svg                   |  696 +
 web/images/svg/no.svg                              |  202 +
 web/images/svg/package_edutainment.svg             |  452 +
 web/images/svg/pending2.xcf                        |  Bin 0 -> 61259 bytes
 web/images/svg/preferences-system-network.svg      |  748 +
 web/images/svg/presentation.svg                    |  686 +
 web/images/svg/redhat-system_settings.svg          |  699 +
 web/images/svg/screenshots.svg                     | 1003 ++
 web/images/svg/theoralogo3.svg                     |  242 +
 web/images/svg/video-x-generic.svg                 |  348 +
 web/images/svg/videos.svg                          | 1692 +++
 web/images/svg/web_nova.svg                        | 3951 +++++
 web/images/svg/yes.svg                             | 1411 ++
 web/images/take_off.png                            |  Bin 0 -> 4103 bytes
 web/images/theora_logo.png                         |  Bin 0 -> 1147 bytes
 web/images/tropheesdulibre.jpg                     |  Bin 0 -> 7299 bytes
 web/images/tsclient.svg                            | 1517 ++
 web/images/velleman_connecting1.jpg                |  Bin 0 -> 119118 bytes
 web/images/velleman_connecting1_small.jpg          |  Bin 0 -> 20959 bytes
 web/images/velleman_connecting2_rca.jpg            |  Bin 0 -> 104246 bytes
 web/images/velleman_connecting2_rca_small.jpg      |  Bin 0 -> 17879 bytes
 web/images/velleman_connecting3.jpg                |  Bin 0 -> 104025 bytes
 web/images/velleman_connecting3_small.jpg          |  Bin 0 -> 21477 bytes
 web/images/velleman_connecting4.jpg                |  Bin 0 -> 93251 bytes
 web/images/velleman_connecting4_small.jpg          |  Bin 0 -> 18937 bytes
 web/images/velleman_connecting5.jpg                |  Bin 0 -> 20135 bytes
 web/images/velleman_connecting5_small.jpg          |  Bin 0 -> 19217 bytes
 web/images/velleman_connecting6.jpg                |  Bin 0 -> 90601 bytes
 web/images/velleman_connecting6_small.jpg          |  Bin 0 -> 16059 bytes
 web/images/videos-48.png                           |  Bin 0 -> 4043 bytes
 web/images/web-browser.png                         |  Bin 0 -> 12086 bytes
 web/images/wine.png                                |  Bin 0 -> 6453 bytes
 web/images/yes.png                                 |  Bin 0 -> 2478 bytes
 web/images/zoom.png                                |  Bin 0 -> 1176 bytes
 web/index.html                                     |   59 +
 web/index_es.html                                  |   58 +
 web/old/create_web_chronojump.pl                   |  558 +
 web/old/data/.svn/entries                          |  172 +
 web/old/data/.svn/format                           |    1 +
 web/old/data/.svn/prop-base/authors.txt.svn-base   |   13 +
 .../data/.svn/prop-base/colaborations.txt.svn-base |   13 +
 .../data/.svn/prop-base/contributors.txt.svn-base  |   13 +
 web/old/data/.svn/prop-base/languages.txt.svn-base |   13 +
 web/old/data/.svn/text-base/authors.txt.svn-base   |    8 +
 .../data/.svn/text-base/colaborations.txt.svn-base |   10 +
 .../data/.svn/text-base/contributors.txt.svn-base  |    2 +
 web/old/data/.svn/text-base/languages.txt.svn-base |    7 +
 .../.svn/text-base/languages_with_de.txt.svn-base  |    8 +
 web/old/data/.svn/text-base/photos.txt.svn-base    |   43 +
 web/old/data/.svn/tmp/tempfile.2.tmp               |    8 +
 web/old/data/.svn/tmp/tempfile.tmp                 |    7 +
 web/old/data/authors.txt                           |    8 +
 web/old/data/colaborations.txt                     |   10 +
 web/old/data/contributors.txt                      |    2 +
 web/old/data/langs/.svn/entries                    |   95 +
 web/old/data/langs/.svn/format                     |    1 +
 web/old/data/langs/_ca/.svn/entries                |  125 +
 web/old/data/langs/_ca/.svn/format                 |    1 +
 .../langs/_ca/.svn/text-base/Designed.svn-base     |    1 +
 .../data/langs/_ca/.svn/text-base/License.svn-base |   25 +
 .../data/langs/_ca/.svn/text-base/Links.svn-base   |   12 +
 .../data/langs/_ca/.svn/text-base/Print.svn-base   |    1 +
 .../data/langs/_ca/.svn/text-base/Title.svn-base   |    1 +
 .../langs/_ca/.svn/text-base/Translator.svn-base   |    1 +
 web/old/data/langs/_ca/Designed                    |    1 +
 web/old/data/langs/_ca/License                     |   25 +
 web/old/data/langs/_ca/Links                       |   12 +
 web/old/data/langs/_ca/Pages/.svn/entries          |  282 +
 web/old/data/langs/_ca/Pages/.svn/format           |    1 +
 .../_ca/Pages/.svn/text-base/construction.svn-base |    5 +
 .../construction_contact_platform.svn-base         |   91 +
 ...construction_contact_platform_comments.svn-base |   15 +
 ...ruction_contact_platform_parallel_port.svn-base |   38 +
 .../_ca/Pages/.svn/text-base/documents.svn-base    |   82 +
 .../langs/_ca/Pages/.svn/text-base/faq.svn-base    |  120 +
 .../_ca/Pages/.svn/text-base/features.svn-base     |   36 +
 .../langs/_ca/Pages/.svn/text-base/index.svn-base  |   40 +
 .../_ca/Pages/.svn/text-base/installation.svn-base |   25 +
 .../_ca/Pages/.svn/text-base/screenshots.svn-base  |   95 +
 web/old/data/langs/_ca/Pages/construction          |    5 +
 .../langs/_ca/Pages/construction_contact_platform  |   91 +
 .../Pages/construction_contact_platform_comments   |   15 +
 .../construction_contact_platform_parallel_port    |   38 +
 web/old/data/langs/_ca/Pages/courses               |   51 +
 web/old/data/langs/_ca/Pages/documents             |   82 +
 web/old/data/langs/_ca/Pages/faq                   |  120 +
 web/old/data/langs/_ca/Pages/features              |   36 +
 web/old/data/langs/_ca/Pages/hardware              |   87 +
 web/old/data/langs/_ca/Pages/index                 |   40 +
 web/old/data/langs/_ca/Pages/installation          |   25 +
 web/old/data/langs/_ca/Pages/old_chronopics        |   39 +
 web/old/data/langs/_ca/Pages/screenshots           |   95 +
 web/old/data/langs/_ca/Print                       |    1 +
 web/old/data/langs/_ca/Title                       |    1 +
 web/old/data/langs/_ca/Translator                  |    1 +
 web/old/data/langs/_de/.svn/entries                |  125 +
 web/old/data/langs/_de/.svn/format                 |    1 +
 .../langs/_de/.svn/text-base/Designed.svn-base     |    1 +
 .../data/langs/_de/.svn/text-base/License.svn-base |   26 +
 .../data/langs/_de/.svn/text-base/Links.svn-base   |   11 +
 .../data/langs/_de/.svn/text-base/Print.svn-base   |    1 +
 .../data/langs/_de/.svn/text-base/Title.svn-base   |    1 +
 .../langs/_de/.svn/text-base/Translator.svn-base   |    1 +
 web/old/data/langs/_de/Designed                    |    1 +
 web/old/data/langs/_de/License                     |   26 +
 web/old/data/langs/_de/Links                       |   11 +
 web/old/data/langs/_de/Pages/.svn/entries          |   98 +
 web/old/data/langs/_de/Pages/.svn/format           |    1 +
 .../_de/Pages/.svn/text-base/features.svn-base     |   36 +
 .../langs/_de/Pages/.svn/text-base/index.svn-base  |    3 +
 web/old/data/langs/_de/Pages/features              |   36 +
 web/old/data/langs/_de/Pages/index                 |    3 +
 web/old/data/langs/_de/Print                       |    1 +
 web/old/data/langs/_de/Title                       |    1 +
 web/old/data/langs/_de/Translator                  |    1 +
 web/old/data/langs/_en/.svn/entries                |  125 +
 web/old/data/langs/_en/.svn/format                 |    1 +
 .../langs/_en/.svn/text-base/Designed.svn-base     |    1 +
 .../data/langs/_en/.svn/text-base/License.svn-base |   23 +
 .../data/langs/_en/.svn/text-base/Links.svn-base   |   12 +
 .../data/langs/_en/.svn/text-base/Print.svn-base   |    1 +
 .../data/langs/_en/.svn/text-base/Title.svn-base   |    1 +
 .../langs/_en/.svn/text-base/Translator.svn-base   |    1 +
 web/old/data/langs/_en/Designed                    |    1 +
 web/old/data/langs/_en/License                     |   23 +
 web/old/data/langs/_en/Links                       |   12 +
 web/old/data/langs/_en/Pages/.svn/entries          |  304 +
 web/old/data/langs/_en/Pages/.svn/format           |    1 +
 .../_en/Pages/.svn/text-base/construction.svn-base |    5 +
 .../construction_chronopic_juanfer.svn-base        |   63 +
 .../construction_contact_platform.svn-base         |  110 +
 .../construction_modular_circuit_platform.svn-base |  102 +
 .../_en/Pages/.svn/text-base/documents.svn-base    |   81 +
 .../langs/_en/Pages/.svn/text-base/faq.svn-base    |  120 +
 .../_en/Pages/.svn/text-base/features.svn-base     |   40 +
 .../langs/_en/Pages/.svn/text-base/index.svn-base  |   41 +
 .../_en/Pages/.svn/text-base/installation.svn-base |   28 +
 .../_en/Pages/.svn/text-base/screenshots.svn-base  |   95 +
 web/old/data/langs/_en/Pages/construction          |    5 +
 .../langs/_en/Pages/construction_chronopic_juanfer |   63 +
 .../langs/_en/Pages/construction_contact_platform  |  110 +
 .../Pages/construction_contact_platform_buy_stuff  |   17 +
 .../Pages/construction_modular_circuit_platform    |  102 +
 .../data/langs/_en/Pages/construction_push_button  |   48 +
 web/old/data/langs/_en/Pages/documents             |   81 +
 web/old/data/langs/_en/Pages/faq                   |  120 +
 web/old/data/langs/_en/Pages/features              |   40 +
 web/old/data/langs/_en/Pages/hardware              |   85 +
 web/old/data/langs/_en/Pages/index                 |   41 +
 web/old/data/langs/_en/Pages/installation          |   28 +
 web/old/data/langs/_en/Pages/old_chronopics        |   40 +
 web/old/data/langs/_en/Pages/photocells_velleman   |   59 +
 web/old/data/langs/_en/Pages/problems              |  135 +
 web/old/data/langs/_en/Pages/screenshots           |   95 +
 web/old/data/langs/_en/Print                       |    1 +
 web/old/data/langs/_en/Title                       |    1 +
 web/old/data/langs/_en/Translator                  |    1 +
 web/old/data/langs/_es/.svn/entries                |  125 +
 web/old/data/langs/_es/.svn/format                 |    1 +
 .../langs/_es/.svn/text-base/Designed.svn-base     |    1 +
 .../data/langs/_es/.svn/text-base/License.svn-base |   22 +
 .../data/langs/_es/.svn/text-base/Links.svn-base   |   12 +
 .../data/langs/_es/.svn/text-base/Print.svn-base   |    1 +
 .../data/langs/_es/.svn/text-base/Title.svn-base   |    1 +
 .../langs/_es/.svn/text-base/Translator.svn-base   |    1 +
 web/old/data/langs/_es/Designed                    |    1 +
 web/old/data/langs/_es/License                     |   22 +
 web/old/data/langs/_es/Links                       |   12 +
 web/old/data/langs/_es/Pages/.svn/entries          |  386 +
 web/old/data/langs/_es/Pages/.svn/format           |    1 +
 .../construction_modular_circuit_platform.svn-base |    5 +
 .../_es/Pages/.svn/text-base/construction.svn-base |    5 +
 .../construction_chronopic_juanfer.svn-base        |   64 +
 .../construction_contact_platform.svn-base         |  129 +
 ...construction_contact_platform_comments.svn-base |   15 +
 ...ruction_contact_platform_parallel_port.svn-base |   33 +
 .../construction_modular_circuit_platform.svn-base |   99 +
 .../_es/Pages/.svn/text-base/documents.svn-base    |   81 +
 .../langs/_es/Pages/.svn/text-base/faq.svn-base    |  122 +
 .../_es/Pages/.svn/text-base/features.svn-base     |   38 +
 .../langs/_es/Pages/.svn/text-base/index.svn-base  |   40 +
 .../_es/Pages/.svn/text-base/installation.svn-base |   28 +
 .../_es/Pages/.svn/text-base/photocells.svn-base   |  123 +
 .../_es/Pages/.svn/text-base/screenshots.svn-base  |   95 +
 .../data/langs/_es/Pages/chronopic3_lista_espera   |   22 +
 web/old/data/langs/_es/Pages/construction          |    5 +
 .../langs/_es/Pages/construction_chronopic_juanfer |   64 +
 .../langs/_es/Pages/construction_contact_platform  |  129 +
 .../Pages/construction_contact_platform_buy_stuff  |   17 +
 .../Pages/construction_contact_platform_comments   |   15 +
 .../construction_contact_platform_parallel_port    |   33 +
 .../Pages/construction_modular_circuit_platform    |   99 +
 .../data/langs/_es/Pages/construction_push_button  |   48 +
 web/old/data/langs/_es/Pages/courses               |   49 +
 web/old/data/langs/_es/Pages/documents             |   81 +
 web/old/data/langs/_es/Pages/faq                   |  122 +
 web/old/data/langs/_es/Pages/features              |   38 +
 web/old/data/langs/_es/Pages/hardware              |   85 +
 web/old/data/langs/_es/Pages/index                 |   40 +
 web/old/data/langs/_es/Pages/installation          |   28 +
 web/old/data/langs/_es/Pages/old_chronopics        |   40 +
 web/old/data/langs/_es/Pages/photocells            |  123 +
 web/old/data/langs/_es/Pages/photocells_velleman   |   59 +
 web/old/data/langs/_es/Pages/screenshots           |   95 +
 web/old/data/langs/_es/Print                       |    1 +
 web/old/data/langs/_es/Title                       |    1 +
 web/old/data/langs/_es/Translator                  |    1 +
 web/old/data/langs/_fr/.svn/entries                |  135 +
 web/old/data/langs/_fr/.svn/format                 |    1 +
 .../langs/_fr/.svn/text-base/Designed.svn-base     |    1 +
 .../data/langs/_fr/.svn/text-base/License.svn-base |   24 +
 .../data/langs/_fr/.svn/text-base/Links.svn-base   |   12 +
 .../data/langs/_fr/.svn/text-base/Title.svn-base   |    1 +
 .../langs/_fr/.svn/text-base/Translator.svn-base   |    1 +
 web/old/data/langs/_fr/Designed                    |    1 +
 web/old/data/langs/_fr/License                     |   24 +
 web/old/data/langs/_fr/Links                       |   12 +
 web/old/data/langs/_fr/Pages/.svn/entries          |   86 +
 web/old/data/langs/_fr/Pages/.svn/format           |    1 +
 .../langs/_fr/Pages/.svn/text-base/index.svn-base  |   40 +
 web/old/data/langs/_fr/Pages/index                 |   40 +
 web/old/data/langs/_fr/Print                       |    1 +
 web/old/data/langs/_fr/Title                       |    1 +
 web/old/data/langs/_fr/Translator                  |    1 +
 web/old/data/langs/_gl/.svn/entries                |  125 +
 web/old/data/langs/_gl/.svn/format                 |    1 +
 .../langs/_gl/.svn/text-base/Designed.svn-base     |    2 +
 .../data/langs/_gl/.svn/text-base/License.svn-base |   37 +
 .../data/langs/_gl/.svn/text-base/Links.svn-base   |   13 +
 .../data/langs/_gl/.svn/text-base/Print.svn-base   |    1 +
 .../data/langs/_gl/.svn/text-base/Title.svn-base   |    2 +
 .../langs/_gl/.svn/text-base/Translator.svn-base   |    1 +
 web/old/data/langs/_gl/Designed                    |    2 +
 web/old/data/langs/_gl/License                     |   37 +
 web/old/data/langs/_gl/Links                       |   13 +
 web/old/data/langs/_gl/Pages/.svn/entries          |  270 +
 web/old/data/langs/_gl/Pages/.svn/format           |    1 +
 .../_gl/Pages/.svn/text-base/construction.svn-base |    5 +
 .../construction_chronopic_juanfer.svn-base        |   61 +
 .../construction_contact_platform.svn-base         |  125 +
 .../_gl/Pages/.svn/text-base/documents.svn-base    |   91 +
 .../langs/_gl/Pages/.svn/text-base/faq.svn-base    |  126 +
 .../_gl/Pages/.svn/text-base/features.svn-base     |   39 +
 .../langs/_gl/Pages/.svn/text-base/index.svn-base  |   42 +
 .../_gl/Pages/.svn/text-base/installation.svn-base |   29 +
 .../_gl/Pages/.svn/text-base/screenshots.svn-base  |   94 +
 web/old/data/langs/_gl/Pages/construction          |    5 +
 .../langs/_gl/Pages/construction_chronopic_juanfer |   61 +
 .../langs/_gl/Pages/construction_contact_platform  |  125 +
 web/old/data/langs/_gl/Pages/documents             |   91 +
 web/old/data/langs/_gl/Pages/faq                   |  126 +
 web/old/data/langs/_gl/Pages/features              |   39 +
 web/old/data/langs/_gl/Pages/hardware              |   90 +
 web/old/data/langs/_gl/Pages/index                 |   42 +
 web/old/data/langs/_gl/Pages/installation          |   29 +
 web/old/data/langs/_gl/Pages/old_chronopics        |   39 +
 web/old/data/langs/_gl/Pages/screenshots           |   94 +
 web/old/data/langs/_gl/Print                       |    1 +
 web/old/data/langs/_gl/Title                       |    2 +
 web/old/data/langs/_gl/Translator                  |    1 +
 web/old/data/langs/_it/.svn/entries                |  128 +
 web/old/data/langs/_it/.svn/format                 |    1 +
 .../langs/_it/.svn/text-base/Designed.svn-base     |    1 +
 .../data/langs/_it/.svn/text-base/License.svn-base |   24 +
 .../data/langs/_it/.svn/text-base/Links.svn-base   |   12 +
 .../data/langs/_it/.svn/text-base/Print.svn-base   |    1 +
 .../data/langs/_it/.svn/text-base/Title.svn-base   |    1 +
 .../langs/_it/.svn/text-base/Translator.svn-base   |    1 +
 web/old/data/langs/_it/CVS/.svn/entries            |   52 +
 web/old/data/langs/_it/CVS/.svn/format             |    1 +
 .../langs/_it/CVS/.svn/text-base/Entries.svn-base  |    6 +
 .../_it/CVS/.svn/text-base/Repository.svn-base     |    1 +
 .../langs/_it/CVS/.svn/text-base/Root.svn-base     |    1 +
 web/old/data/langs/_it/CVS/Entries                 |    6 +
 web/old/data/langs/_it/CVS/Repository              |    1 +
 web/old/data/langs/_it/CVS/Root                    |    1 +
 web/old/data/langs/_it/Designed                    |    1 +
 web/old/data/langs/_it/License                     |   24 +
 web/old/data/langs/_it/Links                       |   12 +
 web/old/data/langs/_it/Pages/.svn/entries          |   65 +
 web/old/data/langs/_it/Pages/.svn/format           |    1 +
 .../langs/_it/Pages/.svn/text-base/index.svn-base  |   41 +
 web/old/data/langs/_it/Pages/CVS/.svn/entries      |   52 +
 web/old/data/langs/_it/Pages/CVS/.svn/format       |    1 +
 .../_it/Pages/CVS/.svn/text-base/Entries.svn-base  |    3 +
 .../Pages/CVS/.svn/text-base/Repository.svn-base   |    1 +
 .../_it/Pages/CVS/.svn/text-base/Root.svn-base     |    1 +
 web/old/data/langs/_it/Pages/CVS/Entries           |    3 +
 web/old/data/langs/_it/Pages/CVS/Repository        |    1 +
 web/old/data/langs/_it/Pages/CVS/Root              |    1 +
 web/old/data/langs/_it/Pages/index                 |   41 +
 web/old/data/langs/_it/Print                       |    1 +
 web/old/data/langs/_it/Title                       |    1 +
 web/old/data/langs/_it/Translator                  |    1 +
 web/old/data/langs/_oc/.svn/entries                |  201 +
 web/old/data/langs/_oc/.svn/format                 |    1 +
 .../langs/_oc/.svn/text-base/Designed.svn-base     |    1 +
 .../data/langs/_oc/.svn/text-base/License.svn-base |   20 +
 .../data/langs/_oc/.svn/text-base/Links.svn-base   |   12 +
 .../data/langs/_oc/.svn/text-base/Title.svn-base   |    1 +
 .../langs/_oc/.svn/text-base/Translator.svn-base   |    1 +
 web/old/data/langs/_oc/Designed                    |    1 +
 web/old/data/langs/_oc/License                     |   20 +
 web/old/data/langs/_oc/Links                       |   12 +
 web/old/data/langs/_oc/Pages/.svn/entries          |   86 +
 web/old/data/langs/_oc/Pages/.svn/format           |    1 +
 .../langs/_oc/Pages/.svn/text-base/index.svn-base  |   41 +
 web/old/data/langs/_oc/Pages/index                 |   41 +
 web/old/data/langs/_oc/Title                       |    1 +
 web/old/data/langs/_oc/Translator                  |    1 +
 web/old/data/langs/_pt/.svn/entries                |  125 +
 web/old/data/langs/_pt/.svn/format                 |    1 +
 .../langs/_pt/.svn/text-base/Designed.svn-base     |    1 +
 .../data/langs/_pt/.svn/text-base/License.svn-base |   23 +
 .../data/langs/_pt/.svn/text-base/Links.svn-base   |   12 +
 .../data/langs/_pt/.svn/text-base/Print.svn-base   |    1 +
 .../data/langs/_pt/.svn/text-base/Title.svn-base   |    1 +
 .../langs/_pt/.svn/text-base/Translator.svn-base   |    1 +
 web/old/data/langs/_pt/Designed                    |    1 +
 web/old/data/langs/_pt/License                     |   23 +
 web/old/data/langs/_pt/Links                       |   12 +
 web/old/data/langs/_pt/Pages/.svn/entries          |  258 +
 web/old/data/langs/_pt/Pages/.svn/format           |    1 +
 .../_pt/Pages/.svn/text-base/construction.svn-base |    5 +
 .../construction_contact_platform.svn-base         |  120 +
 .../_pt/Pages/.svn/text-base/documents.svn-base    |   83 +
 .../langs/_pt/Pages/.svn/text-base/faq.svn-base    |  121 +
 .../_pt/Pages/.svn/text-base/features.svn-base     |   34 +
 .../langs/_pt/Pages/.svn/text-base/index.svn-base  |   40 +
 .../_pt/Pages/.svn/text-base/installation.svn-base |   28 +
 .../_pt/Pages/.svn/text-base/screenshots.svn-base  |   94 +
 web/old/data/langs/_pt/Pages/construction          |    5 +
 .../langs/_pt/Pages/construction_contact_platform  |  120 +
 web/old/data/langs/_pt/Pages/documents             |   83 +
 web/old/data/langs/_pt/Pages/faq                   |  121 +
 web/old/data/langs/_pt/Pages/features              |   34 +
 web/old/data/langs/_pt/Pages/hardware              |   90 +
 web/old/data/langs/_pt/Pages/index                 |   40 +
 web/old/data/langs/_pt/Pages/installation          |   28 +
 web/old/data/langs/_pt/Pages/old_chronopics        |   42 +
 web/old/data/langs/_pt/Pages/screenshots           |   94 +
 web/old/data/langs/_pt/Print                       |    1 +
 web/old/data/langs/_pt/Title                       |    1 +
 web/old/data/langs/_pt/Translator                  |    1 +
 web/old/data/languages.txt                         |    7 +
 web/old/data/languages_with_de.txt                 |    8 +
 web/old/data/photos.txt                            |   43 +
 web/old/html_created_no_edit/.svn/entries          |  149 +
 web/old/html_created_no_edit/.svn/format           |    1 +
 .../.svn/prop-base/faq_es.html.svn-base            |   13 +
 .../.svn/prop-base/style.css.svn-base              |   13 +
 ...n_modular_circuit_platform.txt_es.html.svn-base |  199 +
 .../.svn/text-base/faq_es.html.svn-base            |  226 +
 .../.svn/text-base/photocells_es.html.svn-base     |  228 +
 .../.svn/text-base/style.css.svn-base              |  274 +
 .../articles/article_chronojump_aloma.html         | 1364 ++
 .../articles/article_chronojump_aloma_179349b7.gif |  Bin 0 -> 1593 bytes
 .../articles/article_chronojump_aloma_37cb1d03.gif |  Bin 0 -> 1421 bytes
 .../articles/article_chronojump_aloma_440b2c99.gif |  Bin 0 -> 1453 bytes
 .../articles/article_chronojump_aloma_44ef905e.gif |  Bin 0 -> 1507 bytes
 .../articles/article_chronojump_aloma_4a1f80b8.gif |  Bin 0 -> 1599 bytes
 .../articles/article_chronojump_aloma_59bd5e7e.gif |  Bin 0 -> 2382 bytes
 .../articles/article_chronojump_aloma_eca71a7.png  |  Bin 0 -> 21172 bytes
 .../article_chronojump_aloma_m2969fdf6.gif         |  Bin 0 -> 1482 bytes
 .../articles/article_chronojump_aloma_m4d5473c.gif |  Bin 0 -> 2061 bytes
 .../chronojump_sistema_de_medida_congreso_gpul.pdf |    1 +
 .../articles/chronopic_cables_es.doc               |  Bin 0 -> 390656 bytes
 .../articles/proyecto_final_master_chronojump.pdf  |    1 +
 .../articles/record_chronopic_pic_icprog_es.doc    |  Bin 0 -> 464896 bytes
 .../chronopic3_lista_espera_es.html                |  127 +
 web/old/html_created_no_edit/construction.html     |  111 +
 web/old/html_created_no_edit/construction_ca.html  |  113 +
 .../construction_chronopic_juanfer.html            |  169 +
 .../construction_chronopic_juanfer_es.html         |  169 +
 .../construction_chronopic_juanfer_gl.html         |  183 +
 .../construction_contact_platform.html             |  216 +
 .../construction_contact_platform_buy_stuff.html   |  123 +
 ...construction_contact_platform_buy_stuff_es.html |  122 +
 .../construction_contact_platform_ca.html          |  199 +
 .../construction_contact_platform_comments_ca.html |  123 +
 .../construction_contact_platform_comments_es.html |  120 +
 .../construction_contact_platform_es.html          |  234 +
 .../construction_contact_platform_gl.html          |  247 +
 ...truction_contact_platform_parallel_port_ca.html |  146 +
 ...truction_contact_platform_parallel_port_es.html |  138 +
 .../construction_contact_platform_pt.html          |  226 +
 web/old/html_created_no_edit/construction_es.html  |  110 +
 web/old/html_created_no_edit/construction_gl.html  |  127 +
 .../construction_modular_circuit_platform.html     |  208 +
 ...nstruction_modular_circuit_platform.txt_es.html |  199 +
 .../construction_modular_circuit_platform_es.html  |  204 +
 web/old/html_created_no_edit/construction_pt.html  |  111 +
 .../construction_push_button.html                  |  154 +
 .../construction_push_button_es.html               |  153 +
 web/old/html_created_no_edit/courses_ca.html       |  158 +
 web/old/html_created_no_edit/courses_es.html       |  153 +
 web/old/html_created_no_edit/courses~_es.html      |  104 +
 web/old/html_created_no_edit/documents.html        |  186 +
 web/old/html_created_no_edit/documents_ca.html     |  189 +
 web/old/html_created_no_edit/documents_es.html     |  185 +
 web/old/html_created_no_edit/documents_gl.html     |  212 +
 web/old/html_created_no_edit/documents_pt.html     |  188 +
 web/old/html_created_no_edit/faq.html              |  225 +
 web/old/html_created_no_edit/faq_ca.html           |  227 +
 web/old/html_created_no_edit/faq_es.html           |  226 +
 web/old/html_created_no_edit/faq_gl.html           |  247 +
 web/old/html_created_no_edit/faq_pt.html           |  226 +
 web/old/html_created_no_edit/features.html         |  146 +
 web/old/html_created_no_edit/features_ca.html      |  144 +
 web/old/html_created_no_edit/features_es.html      |  143 +
 web/old/html_created_no_edit/features_gl.html      |  161 +
 web/old/html_created_no_edit/features_pt.html      |  140 +
 web/old/html_created_no_edit/hardware.html         |  190 +
 web/old/html_created_no_edit/hardware_ca.html      |  194 +
 web/old/html_created_no_edit/hardware_es.html      |  189 +
 web/old/html_created_no_edit/hardware_gl.html      |  211 +
 web/old/html_created_no_edit/hardware_pt.html      |  195 +
 web/old/html_created_no_edit/images/.svn/entries   | 2258 +++
 web/old/html_created_no_edit/images/.svn/format    |    1 +
 .../.svn/prop-base/chronojump-04.png.svn-base      |    5 +
 .../prop-base/chronojump-04_small.png.svn-base     |    5 +
 .../.svn/prop-base/chronojump33.png.svn-base       |    5 +
 .../.svn/prop-base/chronojump_32x32.png.svn-base   |    5 +
 ...rsons_multiple_preferences_spanish.png.svn-base |    5 +
 ...multiple_preferences_spanish_small.png.svn-base |    5 +
 .../.svn/prop-base/chronojump_esquema.dia.svn-base |    5 +
 .../.svn/prop-base/chronojump_esquema.png.svn-base |    5 +
 .../prop-base/chronojump_esquema_07.dia.svn-base   |    5 +
 .../prop-base/chronojump_esquema_07.png.svn-base   |    5 +
 .../prop-base/chronojump_esquema_jump.png.svn-base |    5 +
 .../chronojump_esquema_jump_300.png.svn-base       |    5 +
 .../chronojump_esquema_pulse.png.svn-base          |    5 +
 .../chronojump_esquema_pulse_300.png.svn-base      |    5 +
 .../chronojump_esquema_reaction_time.png.svn-base  |    5 +
 ...ronojump_esquema_reaction_time_300.png.svn-base |    5 +
 .../prop-base/chronojump_esquema_run.png.svn-base  |    5 +
 .../chronojump_esquema_run_300.png.svn-base        |    5 +
 .../chronojump_esquema_two_platforms.dia.svn-base  |    5 +
 .../chronojump_esquema_two_platforms.png.svn-base  |    5 +
 .../.svn/prop-base/chronojump_graphs.jpg.svn-base  |    5 +
 .../chronojump_graphs_reactive.png.svn-base        |    5 +
 .../chronojump_graphs_reactive_small.png.svn-base  |    5 +
 .../prop-base/chronojump_graphs_small.png.svn-base |    5 +
 .../prop-base/chronojump_graphs_volei.png.svn-base |    5 +
 .../chronojump_graphs_volei_small.png.svn-base     |    5 +
 .../prop-base/chronojump_logo_small.png.svn-base   |    5 +
 .../prop-base/chronojump_main_047.png.svn-base     |    5 +
 .../chronojump_main_047_small.png.svn-base         |    5 +
 .../.svn/prop-base/chronojump_main_06.png.svn-base |    5 +
 .../chronojump_main_06_small.png.svn-base          |    5 +
 .../chronojump_new_run_type_spanish.png.svn-base   |    5 +
 ...onojump_new_run_type_spanish_small.png.svn-base |    5 +
 .../chronojump_poster_suissa.pdf.svn-base          |    5 +
 .../.svn/prop-base/chronojump_windows.png.svn-base |    5 +
 .../.svn/prop-base/chronojump_windows.xcf.svn-base |    5 +
 .../prop-base/chronojump_windows1.png.svn-base     |    5 +
 .../prop-base/chronojump_windows2.png.svn-base     |    5 +
 .../chronojump_windows_small.png.svn-base          |    5 +
 .../prop-base/chronopic3-metacrilato.jpg.svn-base  |    5 +
 .../chronopic3-metacrilato_small.jpg.svn-base      |    5 +
 .../.svn/prop-base/chronopic_foto.jpg.svn-base     |    5 +
 .../prop-base/chronopic_foto_small.png.svn-base    |    5 +
 .../chronopic_juanfer_1-1_schema.jpg.svn-base      |    5 +
 .../chronopic_juanfer_1-1_schema.xcf.svn-base      |    5 +
 .../prop-base/chronopic_juanfer_back.jpg.svn-base  |    5 +
 .../prop-base/chronopic_juanfer_front.jpg.svn-base |    5 +
 .../chronopic_juanfer_schema.jpg.svn-base          |    5 +
 .../images/.svn/prop-base/crl_logo_88.png.svn-base |    5 +
 .../.svn/prop-base/deporteyciencia.png.svn-base    |    5 +
 .../prop-base/deporteyciencia_blues.gif.svn-base   |    5 +
 .../prop-base/deporteyciencia_blues.png.svn-base   |    5 +
 .../images/.svn/prop-base/gnome_logo.png.svn-base  |    5 +
 .../images/.svn/prop-base/gnome_logo.xcf.svn-base  |    5 +
 .../.svn/prop-base/gnome_logo_88.png.svn-base      |    5 +
 .../prop-base/gnome_logo_88_blues.png.svn-base     |    5 +
 .../prop-base/modular_platform_bridge.jpg.svn-base |    9 +
 .../modular_platform_bridge2.jpg.svn-base          |    9 +
 .../modular_platform_bridge2_mini.jpg.svn-base     |    9 +
 .../modular_platform_bridge_mini.jpg.svn-base      |    9 +
 ...ar_platform_circuit_board_external.jpg.svn-base |    9 +
 ...atform_circuit_board_external_mini.jpg.svn-base |    9 +
 ...ar_platform_circuit_board_internal.jpg.svn-base |    9 +
 ...atform_circuit_board_internal_mini.jpg.svn-base |    9 +
 ...atform_circuit_board_internal_tape.jpg.svn-base |    9 +
 ...m_circuit_board_internal_tape_mini.jpg.svn-base |    9 +
 .../modular_platform_one_foot_done.jpg.svn-base    |    9 +
 ...odular_platform_one_foot_done_mini.jpg.svn-base |    9 +
 .../modular_platform_padu_xavi.jpg.svn-base        |    9 +
 .../modular_platform_padu_xavi_mini.jpg.svn-base   |    9 +
 .../modular_platform_tape_removal.jpg.svn-base     |    9 +
 ...modular_platform_tape_removal_mini.jpg.svn-base |    9 +
 .../modular_platform_with_boscosystem.jpg.svn-base |    9 +
 ...lar_platform_with_boscosystem_mini.jpg.svn-base |    5 +
 .../modular_platform_with_chronopic.jpg.svn-base   |    9 +
 ...odular_platform_with_chronopic_250.jpg.svn-base |    9 +
 ...dular_platform_with_chronopic_mini.jpg.svn-base |    5 +
 ..._contactos_cinta_adhesiva_plastico.jpg.svn-base |    5 +
 ...lataforma_contactos_cinta_varillas.jpg.svn-base |    5 +
 ...ataforma_contactos_cortar_varillas.jpg.svn-base |    5 +
 .../plataforma_contactos_final.jpg.svn-base        |    5 +
 .../plataforma_contactos_final_small.png.svn-base  |    5 +
 .../plataforma_contactos_joraike.jpg.svn-base      |    5 +
 ...ataforma_contactos_juntar_varillas.jpg.svn-base |    5 +
 ...orma_contactos_marcar_cortar_cable.jpg.svn-base |    5 +
 .../plataforma_contactos_material.jpg.svn-base     |    5 +
 ...ntactos_pegar_cinta_entre_varillas.jpg.svn-base |    5 +
 ..._contactos_pegar_varillas_plastico.jpg.svn-base |    5 +
 ...aforma_contactos_perforar_varillas.jpg.svn-base |    5 +
 ...ataforma_contactos_puerto_paralelo.jpg.svn-base |    5 +
 .../plataforma_contactos_remaches.jpg.svn-base     |    5 +
 ...aforma_contactos_taladrar_varillas.jpg.svn-base |    5 +
 ...a_contactos_unir_conjuntos_varilla.jpg.svn-base |    5 +
 .../images/.svn/prop-base/pulsador1.jpg.svn-base   |    5 +
 .../images/.svn/prop-base/pulsador2.jpg.svn-base   |    5 +
 .../images/.svn/prop-base/pulsador3.jpg.svn-base   |    5 +
 .../images/.svn/prop-base/pulsador4.jpg.svn-base   |    5 +
 .../prop-base/velleman_connecting1.jpg.svn-base    |    5 +
 .../velleman_connecting1_small.jpg.svn-base        |    5 +
 .../velleman_connecting2_rca.jpg.svn-base          |    5 +
 .../velleman_connecting2_rca_small.jpg.svn-base    |    5 +
 .../prop-base/velleman_connecting3.jpg.svn-base    |    5 +
 .../velleman_connecting3_small.jpg.svn-base        |    5 +
 .../prop-base/velleman_connecting4.jpg.svn-base    |    5 +
 .../velleman_connecting4_small.jpg.svn-base        |    5 +
 .../prop-base/velleman_connecting5.jpg.svn-base    |    5 +
 .../velleman_connecting5_small.jpg.svn-base        |    5 +
 .../prop-base/velleman_connecting6.jpg.svn-base    |    5 +
 .../velleman_connecting6_small.jpg.svn-base        |    5 +
 .../.svn/text-base/chronojump-04.png.svn-base      |  Bin 0 -> 187592 bytes
 .../text-base/chronojump-04_small.png.svn-base     |  Bin 0 -> 36905 bytes
 .../.svn/text-base/chronojump33.png.svn-base       |  Bin 0 -> 65923 bytes
 .../.svn/text-base/chronojump_32x32.png.svn-base   |  Bin 0 -> 1866 bytes
 ...rsons_multiple_preferences_spanish.png.svn-base |  Bin 0 -> 120590 bytes
 ...multiple_preferences_spanish_small.png.svn-base |  Bin 0 -> 34549 bytes
 .../.svn/text-base/chronojump_esquema.dia.svn-base |  Bin 0 -> 2184 bytes
 .../.svn/text-base/chronojump_esquema.png.svn-base |  Bin 0 -> 11489 bytes
 .../text-base/chronojump_esquema_07.dia.svn-base   |  Bin 0 -> 7906 bytes
 .../text-base/chronojump_esquema_07.png.svn-base   |  Bin 0 -> 79419 bytes
 .../text-base/chronojump_esquema_jump.png.svn-base |  Bin 0 -> 30247 bytes
 .../chronojump_esquema_jump_300.png.svn-base       |  Bin 0 -> 12885 bytes
 .../chronojump_esquema_pulse.png.svn-base          |  Bin 0 -> 7814 bytes
 .../chronojump_esquema_pulse_300.png.svn-base      |  Bin 0 -> 6600 bytes
 .../chronojump_esquema_reaction_time.png.svn-base  |  Bin 0 -> 51252 bytes
 ...ronojump_esquema_reaction_time_300.png.svn-base |  Bin 0 -> 20877 bytes
 .../text-base/chronojump_esquema_run.png.svn-base  |  Bin 0 -> 30751 bytes
 .../chronojump_esquema_run_300.png.svn-base        |  Bin 0 -> 15469 bytes
 .../chronojump_esquema_two_platforms.dia.svn-base  |  Bin 0 -> 2919 bytes
 .../chronojump_esquema_two_platforms.png.svn-base  |  Bin 0 -> 14987 bytes
 .../.svn/text-base/chronojump_graphs.jpg.svn-base  |  Bin 0 -> 151689 bytes
 .../chronojump_graphs_reactive.png.svn-base        |  Bin 0 -> 147244 bytes
 .../chronojump_graphs_reactive_small.png.svn-base  |  Bin 0 -> 28352 bytes
 .../text-base/chronojump_graphs_small.png.svn-base |  Bin 0 -> 32412 bytes
 .../text-base/chronojump_graphs_volei.png.svn-base |  Bin 0 -> 147624 bytes
 .../chronojump_graphs_volei_small.png.svn-base     |  Bin 0 -> 31278 bytes
 .../text-base/chronojump_logo_small.png.svn-base   |  Bin 0 -> 6706 bytes
 .../text-base/chronojump_main_047.png.svn-base     |  Bin 0 -> 46244 bytes
 .../chronojump_main_047_small.png.svn-base         |  Bin 0 -> 21914 bytes
 .../.svn/text-base/chronojump_main_06.png.svn-base |  Bin 0 -> 89821 bytes
 .../chronojump_main_06_small.png.svn-base          |  Bin 0 -> 32895 bytes
 .../chronojump_new_run_type_spanish.png.svn-base   |  Bin 0 -> 113240 bytes
 ...onojump_new_run_type_spanish_small.png.svn-base |  Bin 0 -> 29426 bytes
 .../chronojump_poster_suissa.pdf.svn-base          |  Bin 0 -> 524535 bytes
 .../.svn/text-base/chronojump_windows.png.svn-base |  Bin 0 -> 98854 bytes
 .../.svn/text-base/chronojump_windows.xcf.svn-base |  Bin 0 -> 1334466 bytes
 .../text-base/chronojump_windows1.png.svn-base     |  Bin 0 -> 114233 bytes
 .../text-base/chronojump_windows2.png.svn-base     |  Bin 0 -> 123610 bytes
 .../chronojump_windows_small.png.svn-base          |  Bin 0 -> 37087 bytes
 .../text-base/chronopic3-metacrilato.jpg.svn-base  |  Bin 0 -> 102731 bytes
 .../chronopic3-metacrilato_small.jpg.svn-base      |  Bin 0 -> 25994 bytes
 .../.svn/text-base/chronopic_foto.jpg.svn-base     |  Bin 0 -> 19669 bytes
 .../text-base/chronopic_foto_small.png.svn-base    |  Bin 0 -> 59220 bytes
 .../chronopic_juanfer_1-1_schema.jpg.svn-base      |  Bin 0 -> 63717 bytes
 .../chronopic_juanfer_1-1_schema.xcf.svn-base      |  Bin 0 -> 361158 bytes
 .../text-base/chronopic_juanfer_back.jpg.svn-base  |  Bin 0 -> 49485 bytes
 .../text-base/chronopic_juanfer_front.jpg.svn-base |  Bin 0 -> 54317 bytes
 .../chronopic_juanfer_schema.jpg.svn-base          |  Bin 0 -> 63321 bytes
 .../images/.svn/text-base/crl_logo_88.png.svn-base |  Bin 0 -> 748 bytes
 .../.svn/text-base/deporteyciencia.png.svn-base    |  Bin 0 -> 2432 bytes
 .../text-base/deporteyciencia_blues.gif.svn-base   |  Bin 0 -> 3283 bytes
 .../text-base/deporteyciencia_blues.png.svn-base   |  Bin 0 -> 4468 bytes
 .../images/.svn/text-base/gnome_logo.png.svn-base  |  Bin 0 -> 7237 bytes
 .../images/.svn/text-base/gnome_logo.xcf.svn-base  |  Bin 0 -> 15781 bytes
 .../.svn/text-base/gnome_logo_88.png.svn-base      |  Bin 0 -> 5023 bytes
 .../text-base/gnome_logo_88_blues.png.svn-base     |  Bin 0 -> 6336 bytes
 .../text-base/modular_platform_bridge.jpg.svn-base |  Bin 0 -> 135888 bytes
 .../modular_platform_bridge2.jpg.svn-base          |  Bin 0 -> 118389 bytes
 .../modular_platform_bridge2_mini.jpg.svn-base     |  Bin 0 -> 13517 bytes
 .../modular_platform_bridge_mini.jpg.svn-base      |  Bin 0 -> 13359 bytes
 ...ar_platform_circuit_board_external.jpg.svn-base |  Bin 0 -> 64597 bytes
 ...atform_circuit_board_external_mini.jpg.svn-base |  Bin 0 -> 11270 bytes
 ...ar_platform_circuit_board_internal.jpg.svn-base |  Bin 0 -> 60668 bytes
 ...atform_circuit_board_internal_mini.jpg.svn-base |  Bin 0 -> 9932 bytes
 ...atform_circuit_board_internal_tape.jpg.svn-base |  Bin 0 -> 98148 bytes
 ...m_circuit_board_internal_tape_mini.jpg.svn-base |  Bin 0 -> 12845 bytes
 .../modular_platform_one_foot_done.jpg.svn-base    |  Bin 0 -> 68441 bytes
 ...odular_platform_one_foot_done_mini.jpg.svn-base |  Bin 0 -> 8434 bytes
 .../modular_platform_padu_xavi.jpg.svn-base        |  Bin 0 -> 123299 bytes
 .../modular_platform_padu_xavi_mini.jpg.svn-base   |  Bin 0 -> 27195 bytes
 .../modular_platform_tape_removal.jpg.svn-base     |  Bin 0 -> 2294407 bytes
 ...modular_platform_tape_removal_mini.jpg.svn-base |  Bin 0 -> 14085 bytes
 .../modular_platform_with_boscosystem.jpg.svn-base |  Bin 0 -> 2303281 bytes
 ...lar_platform_with_boscosystem_mini.jpg.svn-base |  Bin 0 -> 11777 bytes
 .../modular_platform_with_chronopic.jpg.svn-base   |  Bin 0 -> 2298467 bytes
 ...odular_platform_with_chronopic_250.jpg.svn-base |  Bin 0 -> 25830 bytes
 ...dular_platform_with_chronopic_mini.jpg.svn-base |  Bin 0 -> 17222 bytes
 ..._contactos_cinta_adhesiva_plastico.jpg.svn-base |  Bin 0 -> 21814 bytes
 ...lataforma_contactos_cinta_varillas.jpg.svn-base |  Bin 0 -> 23096 bytes
 ...ataforma_contactos_cortar_varillas.jpg.svn-base |  Bin 0 -> 29919 bytes
 .../plataforma_contactos_final.jpg.svn-base        |  Bin 0 -> 31049 bytes
 .../plataforma_contactos_final_small.png.svn-base  |  Bin 0 -> 71691 bytes
 .../plataforma_contactos_joraike.jpg.svn-base      |  Bin 0 -> 40716 bytes
 ...ataforma_contactos_juntar_varillas.jpg.svn-base |  Bin 0 -> 14283 bytes
 ...orma_contactos_marcar_cortar_cable.jpg.svn-base |  Bin 0 -> 30730 bytes
 .../plataforma_contactos_material.jpg.svn-base     |  Bin 0 -> 23366 bytes
 ...ntactos_pegar_cinta_entre_varillas.jpg.svn-base |  Bin 0 -> 30491 bytes
 ..._contactos_pegar_varillas_plastico.jpg.svn-base |  Bin 0 -> 32933 bytes
 ...aforma_contactos_perforar_varillas.jpg.svn-base |  Bin 0 -> 34644 bytes
 ...ataforma_contactos_puerto_paralelo.jpg.svn-base |  Bin 0 -> 27472 bytes
 .../plataforma_contactos_remaches.jpg.svn-base     |  Bin 0 -> 26550 bytes
 ...aforma_contactos_taladrar_varillas.jpg.svn-base |  Bin 0 -> 27879 bytes
 ...a_contactos_unir_conjuntos_varilla.jpg.svn-base |  Bin 0 -> 10523 bytes
 .../images/.svn/text-base/pulsador1.jpg.svn-base   |  Bin 0 -> 22403 bytes
 .../images/.svn/text-base/pulsador2.jpg.svn-base   |  Bin 0 -> 28955 bytes
 .../images/.svn/text-base/pulsador3.jpg.svn-base   |  Bin 0 -> 27636 bytes
 .../images/.svn/text-base/pulsador4.jpg.svn-base   |  Bin 0 -> 38497 bytes
 .../text-base/velleman_connecting1.jpg.svn-base    |  Bin 0 -> 119118 bytes
 .../velleman_connecting1_small.jpg.svn-base        |  Bin 0 -> 20959 bytes
 .../velleman_connecting2_rca.jpg.svn-base          |  Bin 0 -> 104246 bytes
 .../velleman_connecting2_rca_small.jpg.svn-base    |  Bin 0 -> 17879 bytes
 .../text-base/velleman_connecting3.jpg.svn-base    |  Bin 0 -> 104025 bytes
 .../velleman_connecting3_small.jpg.svn-base        |  Bin 0 -> 21477 bytes
 .../text-base/velleman_connecting4.jpg.svn-base    |  Bin 0 -> 93251 bytes
 .../velleman_connecting4_small.jpg.svn-base        |  Bin 0 -> 18937 bytes
 .../text-base/velleman_connecting5.jpg.svn-base    |  Bin 0 -> 89823 bytes
 .../velleman_connecting5_small.jpg.svn-base        |  Bin 0 -> 19217 bytes
 .../text-base/velleman_connecting6.jpg.svn-base    |  Bin 0 -> 90601 bytes
 .../velleman_connecting6_small.jpg.svn-base        |  Bin 0 -> 16059 bytes
 .../images/barreras-sch-color.pdf                  |  Bin 0 -> 14800 bytes
 .../html_created_no_edit/images/barreras-sch.pdf   |  Bin 0 -> 14611 bytes
 .../html_created_no_edit/images/chronojump-04.png  |  Bin 0 -> 187592 bytes
 .../images/chronojump-04_small.png                 |  Bin 0 -> 36905 bytes
 .../html_created_no_edit/images/chronojump33.png   |  Bin 0 -> 65923 bytes
 .../images/chronojump_32x32.png                    |  Bin 0 -> 1866 bytes
 ...mp_add_persons_multiple_preferences_spanish.png |  Bin 0 -> 120590 bytes
 ..._persons_multiple_preferences_spanish_small.png |  Bin 0 -> 34549 bytes
 .../images/chronojump_esquema.dia                  |  Bin 0 -> 2184 bytes
 .../images/chronojump_esquema.dia~                 |  Bin 0 -> 2124 bytes
 .../images/chronojump_esquema.png                  |  Bin 0 -> 11489 bytes
 .../images/chronojump_esquema.svg                  |   76 +
 .../images/chronojump_esquema_07.dia               |  Bin 0 -> 7906 bytes
 .../images/chronojump_esquema_07.dia~              |  Bin 0 -> 8053 bytes
 .../images/chronojump_esquema_07.png               |  Bin 0 -> 79419 bytes
 .../images/chronojump_esquema_jump.png             |  Bin 0 -> 30247 bytes
 .../images/chronojump_esquema_jump_300.png         |  Bin 0 -> 12885 bytes
 .../images/chronojump_esquema_pulse.png            |  Bin 0 -> 7814 bytes
 .../images/chronojump_esquema_pulse_300.png        |  Bin 0 -> 6600 bytes
 .../images/chronojump_esquema_reaction_time.png    |  Bin 0 -> 51252 bytes
 .../chronojump_esquema_reaction_time_300.png       |  Bin 0 -> 20877 bytes
 .../images/chronojump_esquema_run.png              |  Bin 0 -> 30751 bytes
 .../images/chronojump_esquema_run_300.png          |  Bin 0 -> 15469 bytes
 .../images/chronojump_esquema_two_platforms.dia    |  Bin 0 -> 2919 bytes
 .../images/chronojump_esquema_two_platforms.dia~   |  Bin 0 -> 2906 bytes
 .../images/chronojump_esquema_two_platforms.png    |  Bin 0 -> 14987 bytes
 .../images/chronojump_graphs.jpg                   |  Bin 0 -> 151689 bytes
 .../images/chronojump_graphs_reactive.png          |  Bin 0 -> 147244 bytes
 .../images/chronojump_graphs_reactive_small.png    |  Bin 0 -> 28352 bytes
 .../images/chronojump_graphs_small.png             |  Bin 0 -> 32412 bytes
 .../images/chronojump_graphs_volei.png             |  Bin 0 -> 147624 bytes
 .../images/chronojump_graphs_volei_small.png       |  Bin 0 -> 31278 bytes
 .../images/chronojump_logo_small.png               |  Bin 0 -> 6706 bytes
 .../images/chronojump_main_047.png                 |  Bin 0 -> 46244 bytes
 .../images/chronojump_main_047_small.png           |  Bin 0 -> 21914 bytes
 .../images/chronojump_main_06.png                  |  Bin 0 -> 89821 bytes
 .../images/chronojump_main_06_small.png            |  Bin 0 -> 32895 bytes
 .../images/chronojump_new_run_type_spanish.png     |  Bin 0 -> 113240 bytes
 .../chronojump_new_run_type_spanish_small.png      |  Bin 0 -> 29426 bytes
 .../images/chronojump_poster_suissa.pdf            |  Bin 0 -> 524535 bytes
 .../images/chronojump_windows.png                  |  Bin 0 -> 98854 bytes
 .../images/chronojump_windows.xcf                  |  Bin 0 -> 1334466 bytes
 .../images/chronojump_windows1.png                 |  Bin 0 -> 114233 bytes
 .../images/chronojump_windows2.png                 |  Bin 0 -> 123610 bytes
 .../images/chronojump_windows_small.png            |  Bin 0 -> 37087 bytes
 .../images/chronopic3-metacrilato.jpg              |  Bin 0 -> 102731 bytes
 .../images/chronopic3-metacrilato_small.jpg        |  Bin 0 -> 25994 bytes
 .../html_created_no_edit/images/chronopic_foto.jpg |  Bin 0 -> 19669 bytes
 .../images/chronopic_foto_small.png                |  Bin 0 -> 59220 bytes
 .../images/chronopic_juanfer_1-1_schema.jpg        |  Bin 0 -> 63717 bytes
 .../images/chronopic_juanfer_1-1_schema.xcf        |  Bin 0 -> 361158 bytes
 .../images/chronopic_juanfer_back.jpg              |  Bin 0 -> 49485 bytes
 .../images/chronopic_juanfer_front.jpg             |  Bin 0 -> 54317 bytes
 .../images/chronopic_juanfer_schema.jpg            |  Bin 0 -> 63321 bytes
 .../html_created_no_edit/images/crl_logo_88.png    |  Bin 0 -> 748 bytes
 .../images/deporteyciencia.png                     |  Bin 0 -> 2432 bytes
 .../images/deporteyciencia_blues.gif               |  Bin 0 -> 3283 bytes
 .../images/deporteyciencia_blues.png               |  Bin 0 -> 4468 bytes
 web/old/html_created_no_edit/images/gnome_logo.png |  Bin 0 -> 7237 bytes
 web/old/html_created_no_edit/images/gnome_logo.xcf |  Bin 0 -> 15781 bytes
 .../html_created_no_edit/images/gnome_logo_88.png  |  Bin 0 -> 5023 bytes
 .../images/gnome_logo_88_blues.png                 |  Bin 0 -> 6336 bytes
 .../images/modular_platform_bridge.jpg             |  Bin 0 -> 135888 bytes
 .../images/modular_platform_bridge2.jpg            |  Bin 0 -> 118389 bytes
 .../images/modular_platform_bridge2_mini.jpg       |  Bin 0 -> 13517 bytes
 .../images/modular_platform_bridge_mini.jpg        |  Bin 0 -> 13359 bytes
 .../modular_platform_circuit_board_external.jpg    |  Bin 0 -> 64597 bytes
 ...odular_platform_circuit_board_external_mini.jpg |  Bin 0 -> 11270 bytes
 .../modular_platform_circuit_board_internal.jpg    |  Bin 0 -> 60668 bytes
 ...odular_platform_circuit_board_internal_mini.jpg |  Bin 0 -> 9932 bytes
 ...odular_platform_circuit_board_internal_tape.jpg |  Bin 0 -> 98148 bytes
 ...r_platform_circuit_board_internal_tape_mini.jpg |  Bin 0 -> 12845 bytes
 .../images/modular_platform_one_foot_done.jpg      |  Bin 0 -> 68441 bytes
 .../images/modular_platform_one_foot_done_mini.jpg |  Bin 0 -> 8434 bytes
 .../images/modular_platform_padu_xavi.jpg          |  Bin 0 -> 123299 bytes
 .../images/modular_platform_padu_xavi_mini.jpg     |  Bin 0 -> 27195 bytes
 .../images/modular_platform_tape_removal.jpg       |  Bin 0 -> 2294407 bytes
 .../images/modular_platform_tape_removal_mini.jpg  |  Bin 0 -> 14085 bytes
 .../images/modular_platform_with_boscosystem.jpg   |  Bin 0 -> 2303281 bytes
 .../modular_platform_with_boscosystem_mini.jpg     |  Bin 0 -> 11777 bytes
 .../images/modular_platform_with_chronopic.jpg     |  Bin 0 -> 2298467 bytes
 .../images/modular_platform_with_chronopic_250.jpg |  Bin 0 -> 25830 bytes
 .../modular_platform_with_chronopic_mini.jpg       |  Bin 0 -> 17222 bytes
 ...lataforma_contactos_cinta_adhesiva_plastico.jpg |  Bin 0 -> 21814 bytes
 .../images/plataforma_contactos_cinta_varillas.jpg |  Bin 0 -> 23096 bytes
 .../plataforma_contactos_cortar_varillas.jpg       |  Bin 0 -> 29919 bytes
 .../images/plataforma_contactos_final.jpg          |  Bin 0 -> 31049 bytes
 .../images/plataforma_contactos_final_small.png    |  Bin 0 -> 71691 bytes
 .../images/plataforma_contactos_joraike.jpg        |  Bin 0 -> 40716 bytes
 .../plataforma_contactos_juntar_varillas.jpg       |  Bin 0 -> 14283 bytes
 .../plataforma_contactos_marcar_cortar_cable.jpg   |  Bin 0 -> 30730 bytes
 .../images/plataforma_contactos_material.jpg       |  Bin 0 -> 23366 bytes
 ...aforma_contactos_pegar_cinta_entre_varillas.jpg |  Bin 0 -> 30491 bytes
 ...lataforma_contactos_pegar_varillas_plastico.jpg |  Bin 0 -> 32933 bytes
 .../plataforma_contactos_perforar_varillas.jpg     |  Bin 0 -> 34644 bytes
 .../plataforma_contactos_puerto_paralelo.jpg       |  Bin 0 -> 27472 bytes
 .../images/plataforma_contactos_remaches.jpg       |  Bin 0 -> 26550 bytes
 .../plataforma_contactos_taladrar_varillas.jpg     |  Bin 0 -> 27879 bytes
 ...plataforma_contactos_unir_conjuntos_varilla.jpg |  Bin 0 -> 10523 bytes
 .../images/proves_i_xcfs/.svn/entries              |  133 +
 .../images/proves_i_xcfs/.svn/format               |    1 +
 .../.svn/prop-base/chronojump_graphs.png.svn-base  |    5 +
 .../chronojump_graphs_reactive.png.svn-base        |    5 +
 .../.svn/prop-base/chronojump_main1.jpg.svn-base   |    5 +
 .../prop-base/chronojump_main1_small.jpg.svn-base  |    5 +
 .../.svn/prop-base/chronojump_main2.jpg.svn-base   |    5 +
 .../prop-base/chronojump_main2_small.jpg.svn-base  |    5 +
 .../.svn/prop-base/chronojump_main3.jpg.svn-base   |    5 +
 .../prop-base/chronojump_main3_small.jpg.svn-base  |    5 +
 .../.svn/prop-base/crl_logo.gif.svn-base           |    5 +
 .../.svn/text-base/chronojump_graphs.png.svn-base  |  Bin 0 -> 165460 bytes
 .../chronojump_graphs_reactive.png.svn-base        |  Bin 0 -> 147244 bytes
 .../.svn/text-base/chronojump_main1.jpg.svn-base   |  Bin 0 -> 117521 bytes
 .../text-base/chronojump_main1_small.jpg.svn-base  |  Bin 0 -> 8022 bytes
 .../.svn/text-base/chronojump_main2.jpg.svn-base   |  Bin 0 -> 87283 bytes
 .../text-base/chronojump_main2_small.jpg.svn-base  |  Bin 0 -> 8902 bytes
 .../.svn/text-base/chronojump_main3.jpg.svn-base   |  Bin 0 -> 98438 bytes
 .../text-base/chronojump_main3_small.jpg.svn-base  |  Bin 0 -> 8982 bytes
 .../.svn/text-base/crl_logo.gif.svn-base           |  Bin 0 -> 13431 bytes
 .../images/proves_i_xcfs/chronojump_graphs.png     |  Bin 0 -> 165460 bytes
 .../proves_i_xcfs/chronojump_graphs_reactive.png   |  Bin 0 -> 147244 bytes
 .../images/proves_i_xcfs/chronojump_main1.jpg      |  Bin 0 -> 117521 bytes
 .../proves_i_xcfs/chronojump_main1_small.jpg       |  Bin 0 -> 8022 bytes
 .../images/proves_i_xcfs/chronojump_main2.jpg      |  Bin 0 -> 87283 bytes
 .../proves_i_xcfs/chronojump_main2_small.jpg       |  Bin 0 -> 8902 bytes
 .../images/proves_i_xcfs/chronojump_main3.jpg      |  Bin 0 -> 98438 bytes
 .../proves_i_xcfs/chronojump_main3_small.jpg       |  Bin 0 -> 8982 bytes
 .../images/proves_i_xcfs/crl_logo.gif              |  Bin 0 -> 13431 bytes
 web/old/html_created_no_edit/images/pulsador1.jpg  |  Bin 0 -> 22403 bytes
 web/old/html_created_no_edit/images/pulsador2.jpg  |  Bin 0 -> 28955 bytes
 web/old/html_created_no_edit/images/pulsador3.jpg  |  Bin 0 -> 27636 bytes
 web/old/html_created_no_edit/images/pulsador4.jpg  |  Bin 0 -> 38497 bytes
 .../images/tropheesdulibre.jpg                     |  Bin 0 -> 7299 bytes
 .../images/velleman_connecting1.jpg                |  Bin 0 -> 119118 bytes
 .../images/velleman_connecting1_small.jpg          |  Bin 0 -> 20959 bytes
 .../images/velleman_connecting2_rca.jpg            |  Bin 0 -> 104246 bytes
 .../images/velleman_connecting2_rca_small.jpg      |  Bin 0 -> 17879 bytes
 .../images/velleman_connecting3.jpg                |  Bin 0 -> 104025 bytes
 .../images/velleman_connecting3_small.jpg          |  Bin 0 -> 21477 bytes
 .../images/velleman_connecting4.jpg                |  Bin 0 -> 93251 bytes
 .../images/velleman_connecting4_small.jpg          |  Bin 0 -> 18937 bytes
 .../images/velleman_connecting5.jpg                |  Bin 0 -> 89823 bytes
 .../images/velleman_connecting5_small.jpg          |  Bin 0 -> 19217 bytes
 .../images/velleman_connecting6.jpg                |  Bin 0 -> 90601 bytes
 .../images/velleman_connecting6_small.jpg          |  Bin 0 -> 16059 bytes
 web/old/html_created_no_edit/index_ca.html         |  147 +
 web/old/html_created_no_edit/index_en.html         |  146 +
 web/old/html_created_no_edit/index_es.html         |  144 +
 web/old/html_created_no_edit/index_fr.html         |  146 +
 web/old/html_created_no_edit/index_gl.html         |  163 +
 web/old/html_created_no_edit/index_it.html         |  147 +
 web/old/html_created_no_edit/index_pt.html         |  145 +
 web/old/html_created_no_edit/installation.html     |  133 +
 web/old/html_created_no_edit/installation_ca.html  |  132 +
 web/old/html_created_no_edit/installation_es.html  |  132 +
 web/old/html_created_no_edit/installation_gl.html  |  150 +
 web/old/html_created_no_edit/installation_pt.html  |  133 +
 web/old/html_created_no_edit/old_chronopics.html   |  146 +
 .../html_created_no_edit/old_chronopics_ca.html    |  147 +
 .../html_created_no_edit/old_chronopics_es.html    |  145 +
 .../html_created_no_edit/old_chronopics_gl.html    |  161 +
 .../html_created_no_edit/old_chronopics_pt.html    |  148 +
 web/old/html_created_no_edit/photocells_es.html    |  228 +
 .../html_created_no_edit/photocells_velleman.html  |  165 +
 .../photocells_velleman_es.html                    |  164 +
 web/old/html_created_no_edit/print/.svn/entries    | 1932 +++
 web/old/html_created_no_edit/print/.svn/format     |    1 +
 .../.svn/text-base/construction.html.svn-base      |   21 +
 .../.svn/text-base/construction_ca.html.svn-base   |   21 +
 .../construction_chronopic_juanfer.html.svn-base   |   79 +
 ...construction_chronopic_juanfer_es.html.svn-base |   80 +
 .../construction_contact_platform.html.svn-base    |  126 +
 .../construction_contact_platform_ca.html.svn-base |  107 +
 ...tion_contact_platform_comments_ca.html.svn-base |   31 +
 ...tion_contact_platform_comments_es.html.svn-base |   31 +
 .../construction_contact_platform_es.html.svn-base |  145 +
 .../construction_contact_platform_gl.html.svn-base |  141 +
 ...contact_platform_parallel_port_ca.html.svn-base |   54 +
 ...contact_platform_parallel_port_es.html.svn-base |   49 +
 .../construction_contact_platform_pt.html.svn-base |  136 +
 .../.svn/text-base/construction_es.html.svn-base   |   21 +
 .../.svn/text-base/construction_gl.html.svn-base   |   21 +
 .../.svn/text-base/construction_pt.html.svn-base   |   21 +
 .../print/.svn/text-base/contact.html.svn-base     |   67 +
 .../print/.svn/text-base/contact_ca.html.svn-base  |   68 +
 .../print/.svn/text-base/contact_de.html.svn-base  |   67 +
 .../print/.svn/text-base/contact_es.html.svn-base  |   67 +
 .../print/.svn/text-base/contact_fr.html.svn-base  |   68 +
 .../print/.svn/text-base/contact_gl.html.svn-base  |   70 +
 .../print/.svn/text-base/contact_pt.html.svn-base  |   68 +
 .../print/.svn/text-base/documents.html.svn-base   |   97 +
 .../.svn/text-base/documents_ca.html.svn-base      |   98 +
 .../.svn/text-base/documents_es.html.svn-base      |   97 +
 .../.svn/text-base/documents_gl.html.svn-base      |  107 +
 .../.svn/text-base/documents_pt.html.svn-base      |   99 +
 .../print/.svn/text-base/faq.html.svn-base         |  136 +
 .../print/.svn/text-base/faq_ca.html.svn-base      |  136 +
 .../print/.svn/text-base/faq_es.html.svn-base      |  138 +
 .../print/.svn/text-base/faq_gl.html.svn-base      |  142 +
 .../print/.svn/text-base/faq_pt.html.svn-base      |  137 +
 .../print/.svn/text-base/features.html.svn-base    |   56 +
 .../print/.svn/text-base/features_ca.html.svn-base |   52 +
 .../print/.svn/text-base/features_de.html.svn-base |   52 +
 .../print/.svn/text-base/features_es.html.svn-base |   54 +
 .../print/.svn/text-base/features_gl.html.svn-base |   55 +
 .../print/.svn/text-base/features_pt.html.svn-base |   50 +
 .../print/.svn/text-base/index.html.svn-base       |   65 +
 .../print/.svn/text-base/index_ca.html.svn-base    |   56 +
 .../print/.svn/text-base/index_de.html.svn-base    |   46 +
 .../print/.svn/text-base/index_es.html.svn-base    |   56 +
 .../print/.svn/text-base/index_fr.html.svn-base    |   56 +
 .../print/.svn/text-base/index_gl.html.svn-base    |   58 +
 .../print/.svn/text-base/index_it.html.svn-base    |   57 +
 .../print/.svn/text-base/index_pt.html.svn-base    |   56 +
 .../.svn/text-base/installation.html.svn-base      |   44 +
 .../.svn/text-base/installation_ca.html.svn-base   |   41 +
 .../.svn/text-base/installation_es.html.svn-base   |   44 +
 .../.svn/text-base/installation_gl.html.svn-base   |   45 +
 .../.svn/text-base/installation_pt.html.svn-base   |   44 +
 .../print/.svn/text-base/screenshots.html.svn-base |  121 +
 .../.svn/text-base/screenshots_ca.html.svn-base    |  121 +
 .../.svn/text-base/screenshots_es.html.svn-base    |  121 +
 .../.svn/text-base/screenshots_gl.html.svn-base    |  120 +
 .../.svn/text-base/screenshots_pt.html.svn-base    |  120 +
 .../print/chronopic3_lista_espera_es.html          |   38 +
 .../html_created_no_edit/print/construction.html   |   21 +
 .../print/construction_ca.html                     |   21 +
 .../print/construction_chronopic_juanfer.html      |   79 +
 .../print/construction_chronopic_juanfer_es.html   |   80 +
 .../print/construction_chronopic_juanfer_gl.html   |   77 +
 .../print/construction_contact_platform.html       |  126 +
 .../construction_contact_platform_buy_stuff.html   |   33 +
 ...construction_contact_platform_buy_stuff_es.html |   33 +
 .../print/construction_contact_platform_ca.html    |  107 +
 .../construction_contact_platform_comments_ca.html |   31 +
 .../construction_contact_platform_comments_es.html |   31 +
 .../print/construction_contact_platform_es.html    |  145 +
 .../print/construction_contact_platform_gl.html    |  141 +
 ...truction_contact_platform_parallel_port_ca.html |   54 +
 ...truction_contact_platform_parallel_port_es.html |   49 +
 .../print/construction_contact_platform_pt.html    |  136 +
 .../print/construction_es.html                     |   21 +
 .../print/construction_gl.html                     |   21 +
 .../construction_modular_circuit_platform.html     |  118 +
 ...nstruction_modular_circuit_platform.txt_es.html |  110 +
 .../construction_modular_circuit_platform_es.html  |  115 +
 .../print/construction_pt.html                     |   21 +
 .../print/construction_push_button.html            |   64 +
 .../print/construction_push_button_es.html         |   64 +
 web/old/html_created_no_edit/print/contact.html    |   67 +
 web/old/html_created_no_edit/print/contact_ca.html |   68 +
 web/old/html_created_no_edit/print/contact_de.html |   67 +
 web/old/html_created_no_edit/print/contact_es.html |   67 +
 web/old/html_created_no_edit/print/contact_fr.html |   68 +
 web/old/html_created_no_edit/print/contact_gl.html |   70 +
 web/old/html_created_no_edit/print/contact_pt.html |   68 +
 web/old/html_created_no_edit/print/courses_ca.html |   67 +
 web/old/html_created_no_edit/print/courses_es.html |   65 +
 .../html_created_no_edit/print/courses~_es.html    |   16 +
 web/old/html_created_no_edit/print/documents.html  |   97 +
 .../html_created_no_edit/print/documents_ca.html   |   98 +
 .../html_created_no_edit/print/documents_es.html   |   97 +
 .../html_created_no_edit/print/documents_gl.html   |  107 +
 .../html_created_no_edit/print/documents_pt.html   |   99 +
 web/old/html_created_no_edit/print/faq.html        |  136 +
 web/old/html_created_no_edit/print/faq_ca.html     |  136 +
 web/old/html_created_no_edit/print/faq_es.html     |  138 +
 web/old/html_created_no_edit/print/faq_gl.html     |  142 +
 web/old/html_created_no_edit/print/faq_pt.html     |  137 +
 web/old/html_created_no_edit/print/features.html   |   56 +
 .../html_created_no_edit/print/features_ca.html    |   52 +
 .../html_created_no_edit/print/features_de.html    |   52 +
 .../html_created_no_edit/print/features_es.html    |   54 +
 .../html_created_no_edit/print/features_gl.html    |   55 +
 .../html_created_no_edit/print/features_pt.html    |   50 +
 web/old/html_created_no_edit/print/hardware.html   |  101 +
 .../html_created_no_edit/print/hardware_ca.html    |  103 +
 .../html_created_no_edit/print/hardware_es.html    |  101 +
 .../html_created_no_edit/print/hardware_gl.html    |  106 +
 .../html_created_no_edit/print/hardware_pt.html    |  106 +
 web/old/html_created_no_edit/print/index.html      |   65 +
 web/old/html_created_no_edit/print/index_ca.html   |   56 +
 web/old/html_created_no_edit/print/index_de.html   |   46 +
 web/old/html_created_no_edit/print/index_en.html   |   57 +
 web/old/html_created_no_edit/print/index_es.html   |   56 +
 web/old/html_created_no_edit/print/index_fr.html   |   56 +
 web/old/html_created_no_edit/print/index_gl.html   |   58 +
 web/old/html_created_no_edit/print/index_it.html   |   57 +
 web/old/html_created_no_edit/print/index_pt.html   |   56 +
 .../html_created_no_edit/print/installation.html   |   44 +
 .../print/installation_ca.html                     |   41 +
 .../print/installation_es.html                     |   44 +
 .../print/installation_gl.html                     |   45 +
 .../print/installation_pt.html                     |   44 +
 .../html_created_no_edit/print/old_chronopics.html |   56 +
 .../print/old_chronopics_ca.html                   |   55 +
 .../print/old_chronopics_es.html                   |   56 +
 .../print/old_chronopics_gl.html                   |   55 +
 .../print/old_chronopics_pt.html                   |   58 +
 .../html_created_no_edit/print/photocells_es.html  |  139 +
 .../print/photocells_velleman.html                 |   75 +
 .../print/photocells_velleman_es.html              |   75 +
 web/old/html_created_no_edit/print/problems.html   |  151 +
 .../html_created_no_edit/print/screenshots.html    |  121 +
 .../html_created_no_edit/print/screenshots_ca.html |  121 +
 .../html_created_no_edit/print/screenshots_es.html |  121 +
 .../html_created_no_edit/print/screenshots_gl.html |  120 +
 .../html_created_no_edit/print/screenshots_pt.html |  120 +
 web/old/html_created_no_edit/problems.html         |  241 +
 web/old/html_created_no_edit/screenshots.html      |  210 +
 web/old/html_created_no_edit/screenshots_ca.html   |  212 +
 web/old/html_created_no_edit/screenshots_es.html   |  209 +
 web/old/html_created_no_edit/screenshots_gl.html   |  225 +
 web/old/html_created_no_edit/screenshots_pt.html   |  209 +
 web/old/html_created_no_edit/style.css             |  274 +
 web/photocells_velleman.html                       |  124 +
 web/photocells_velleman_es.html                    |  121 +
 web/posters.html                                   |   87 +
 web/posters_es.html                                |   87 +
 web/server.html                                    |  140 +
 web/server_es.html                                 |  140 +
 web/software.html                                  |  169 +
 web/software_es.html                               |  169 +
 web/software_more.html                             |  103 +
 web/software_more_es.html                          |  102 +
 web/style.css                                      |  450 +
 web/style_blau.css                                 |  381 +
 web/style_proves.css                               |  446 +
 web/style_vermell.css                              |  381 +
 1432 files changed, 95108 insertions(+), 9682 deletions(-)

Sat Mar 13 11:35:57 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Bump version 0.9.1 
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Sat Mar 13 11:26:20 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Fixed convert from 0.72db and open server site on windows 
 src/gui/chronojump.cs                              |    7 ++++++-
 src/oldCodeNeedToDBConvert/sqlite/personSession.cs |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

Sat Mar 13 01:17:39 2010 +0100 Andoni Morales Alastruey <ylatuya@gmail.com>
Remove from the win32 bundle files generated by the makefiles 
 build/windows_bundle/bin/Chronojump.exe            |  Bin 15616955 -> 0 bytes
 build/windows_bundle/bin/Chronojump_mini.exe       |  Bin 6261069 -> 0 bytes
 .../share/locale/ca/LC_MESSAGES/chronojump.mo      |  Bin 66682 -> 0 bytes
 .../share/locale/es/LC_MESSAGES/chronojump.mo      |  Bin 90276 -> 0 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

Sat Mar 13 01:16:01 2010 +0100 Andoni Morales Alastruey <ylatuya@gmail.com>
Update innosetup script 
 .../windows_bundle/build/chronojump_innosetup.iss  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Sat Mar 13 01:13:25 2010 +0100 Andoni Morales Alastruey <ylatuya@gmail.com>
Integrate generation of transalations in the win32 makefile 
 Makefile.win32 |   40 +++++++++++++++++++++++++++++++++++++---
 1 files changed, 37 insertions(+), 3 deletions(-)

Fri Mar 12 21:48:08 2010 +0100 Mario Blättermann <mariobl@gnome.org>
Updated German translation 
 po/de.po | 1530 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 835 insertions(+), 695 deletions(-)

Fri Mar 12 18:50:57 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Bump version 0.9 
 configure.ac |    2 +-
 po/ca.po     | 3028 +++++++++++++++++++++++++++++-----------------------------
 po/es.po     |    6 +-
 3 files changed, 1544 insertions(+), 1492 deletions(-)

Fri Mar 12 18:32:00 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Manual shows menus and evaluator on server query 
 manual/chronojump_manual_es.lyx |  566 ++++++++++++++++++++++++++++++++++++++-
 manual/chronojump_manual_es.pdf |  Bin 3043056 -> 3372877 bytes
 manual/menu_help.png            |  Bin 0 -> 20219 bytes
 manual/menu_jump1.png           |  Bin 0 -> 38177 bytes
 manual/menu_jump2.png           |  Bin 0 -> 43362 bytes
 manual/menu_other.png           |  Bin 0 -> 16450 bytes
 manual/menu_person.png          |  Bin 0 -> 30520 bytes
 manual/menu_run1.png            |  Bin 0 -> 45493 bytes
 manual/menu_run2.png            |  Bin 0 -> 45407 bytes
 manual/menu_session.png         |  Bin 0 -> 22722 bytes
 manual/menu_tools.png           |  Bin 0 -> 48261 bytes
 11 files changed, 556 insertions(+), 10 deletions(-)

Fri Mar 12 18:31:37 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Updated spanish translation 
 glade/chronojump.glade |   22 ++-
 po/es.po               |  630 ++++++++++++++++++++++++------------------------
 2 files changed, 332 insertions(+), 320 deletions(-)

Fri Mar 12 17:28:06 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
server query can select evaluator 
 chronojump_server/ChronojumpServer.cs       |   82 +-
 chronojump_server/bin/chronojumpServer.dll  |  Bin 280064 -> 281088 bytes
 chronojump_server/chronojumpServerCSharp.cs |   13 +-
 chronojump_server/howto_server_2009.txt     |   41 +-
 glade/chronojump.glade                      |  363 +++-
 po/es.po                                    | 2931 ++++++++++++++-------------
 src/gui/chronojump.cs                       |   13 +-
 src/gui/queryServer.cs                      |   43 +-
 src/sqlite/main.cs                          |   27 +-
 src/sqlite/server.cs                        |   25 +
 10 files changed, 1973 insertions(+), 1565 deletions(-)

Fri Mar 12 02:37:47 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Manual updated to 0.9 
 manual/Captura-Nuevo saltador.png     |  Bin 43865 -> 45630 bytes
 manual/chronojump_manual_es.lyx       |  703 ++--
 manual/chronojump_manual_es.pdf       |  Bin 3070195 -> 3043056 bytes
 manual/chronojump_sqlite.eps          | 8434 +++++++++++++++++----------------
 manual/chronojump_stats_window.xcf    |  Bin 775534 -> 774665 bytes
 manual/run_type_add.png               |  Bin 36657 -> 43929 bytes
 sqlite_diagrams/chronojump_sqlite.dia |  Bin 12245 -> 12493 bytes
 7 files changed, 4682 insertions(+), 4455 deletions(-)

Fri Mar 12 01:12:46 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Better message on chronopic configuration 
 po/ca.po             | 1972 +++++++++++++++++++++++++-------------------------
 po/es.po             | 1887 +++++++++++++++++++++++-------------------------
 src/gui/helpPorts.cs |    2 +-
 3 files changed, 1924 insertions(+), 1937 deletions(-)

Thu Mar 11 18:25:57 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
voluntary crash on menu not shown 
 glade/chronojump.glade |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

Thu Mar 11 01:21:15 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Manual updated (not revised). Fixed bug on comboboxes on ChronopicWindow 
 glade/chronojump.glade                            |    8 +-
 manual/Captura-Cargar atletas.png                 |  Bin 29933 -> 46170 bytes
 manual/Captura-Cargar_atletas_otra_sesion.png     |  Bin 33119 -> 55257 bytes
 manual/Captura-Crear un tipo de salto nuevo.png   |  Bin 31547 -> 26640 bytes
 manual/Captura-Nuevo saltador.png                 |  Bin 40742 -> 43865 bytes
 manual/Captura-add-edit-multiple-persons.png      |  Bin 38555 -> 28673 bytes
 manual/Preferencias-1.png                         |  Bin 0 -> 15061 bytes
 manual/Preferencias-2.png                         |  Bin 0 -> 28620 bytes
 manual/Preferencias-3.png                         |  Bin 0 -> 17422 bytes
 manual/campanas.png                               |  Bin 40176 -> 35072 bytes
 manual/chronojump-505.png                         |  Bin 70963 -> 76247 bytes
 manual/chronojump_estadisticas_saltos_simples.png |  Bin 83396 -> 96590 bytes
 manual/chronojump_main_window.xcf                 |  Bin 1897486 -> 2629045 bytes
 manual/chronojump_main_window_spanish.png         |  Bin 168285 -> 151069 bytes
 manual/chronojump_main_window_spanish_old.png     |  Bin 62581 -> 168285 bytes
 manual/chronojump_manual_es.lyx                   |  514 +-
 manual/chronojump_manual_es.pdf                   |  Bin 1847387 -> 3070195 bytes
 manual/chronojump_sqlite.eps                      |86110 ++++++++++++++++++++-
 manual/chronojump_stats_window.xcf                |  Bin 573004 -> 775534 bytes
 manual/chronopic-connection.png                   |  Bin 0 -> 54038 bytes
 manual/chronopic3.png                             |  Bin 0 -> 99687 bytes
 manual/grafico_stats3.png                         |  Bin 0 -> 19101 bytes
 manual/grafico_stats4.png                         |  Bin 0 -> 33933 bytes
 manual/nueva_sesion_artistica_competicion.png     |  Bin 41323 -> 41357 bytes
 manual/nueva_sesion_colegio.png                   |  Bin 25447 -> 24520 bytes
 manual/run_type_add.png                           |  Bin 33866 -> 36657 bytes
 manual/server_heights_by_jumps_boxplot.png        |  Bin 0 -> 33283 bytes
 manual/server_persons.png                         |  Bin 0 -> 31798 bytes
 manual/server_tv_by_level_sex_jumptype.png        |  Bin 0 -> 29123 bytes
 po/es.po                                          |    4 +-
 sqlite_diagrams/chronojump_sqlite.dia             |  Bin 12209 -> 12245 bytes
 src/gui/chronopic.cs                              |  190 +-
 src/utilGtk.cs                                    |   26 +
 33 files changed, 85355 insertions(+), 1497 deletions(-)

Wed Mar 10 17:50:39 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Limit on run_type_add 100->10000 
 glade/chronojump.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Wed Mar 10 14:59:25 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Updated spanish translation 
 po/es.po | 3747 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1943 insertions(+), 1804 deletions(-)

Tue Mar 9 14:02:36 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
All server stuff works now 
 chronojump_server/bin/chronojumpServer.dll |  Bin 279552 -> 280064 bytes
 glade/chronojump.glade                     |   87 ++++++++++++++-------------
 sqlite_diagrams/chronojump_sqlite.dia      |  Bin 12715 -> 12209 bytes
 sqlite_diagrams/chronojump_sqlite.png      |  Bin 311000 -> 286681 bytes
 src/personSession.cs                       |    4 +-
 src/server.cs                              |    1 +
 6 files changed, 48 insertions(+), 44 deletions(-)

Mon Mar 8 10:24:49 2010 +0100 Marek Černocký <marek@manet.cz>
Update Czech translation 
 po/cs.po |  328 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 163 insertions(+), 165 deletions(-)

Mon Mar 8 16:43:33 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Updated catalan translation 
 po/ca.po | 3124 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1558 insertions(+), 1566 deletions(-)

Mon Mar 8 14:46:26 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Fixed 77 on server graphs 
 chronojump_server/r-sqlite/evaluators.R            |   20 ++++++++++++++++++++
 .../r-sqlite/heights_by_jumps_boxplot.R            |    7 +++----
 chronojump_server/r-sqlite/persons.R               |    5 ++---
 .../r-sqlite/tv_by_level_sex_jumptype.R            |   18 +++++++++---------
 4 files changed, 34 insertions(+), 16 deletions(-)

Mon Mar 8 12:09:03 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
esport and report work (also with power) 
 images/report_web_style.css |    8 +++---
 src/exportSession.cs        |   58 ++++++++++++++++++++----------------------
 src/gui/chronojump.cs       |    3 --
 src/report.cs               |    4 +-
 src/session.cs              |    9 +++---
 src/sqlite/speciallity.cs   |    3 ++
 6 files changed, 41 insertions(+), 44 deletions(-)

Sun Mar 7 15:53:31 2010 +0100 Marek Černocký <marek@manet.cz>
Update Czech translation 
 po/cs.po | 2171 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1114 insertions(+), 1057 deletions(-)

Sat Mar 6 22:35:40 2010 +0100 Mario Blättermann <mariobl@gnome.org>
Updated German translation 
 po/de.po | 2461 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1277 insertions(+), 1184 deletions(-)

Fri Mar 5 21:54:24 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
MultiChronopic and Run Analysis work again 
 glade/chronojump.glade |  453 ++++++++----------------------------------------
 src/gui/chronojump.cs  |  186 ++++++---------------
 src/gui/chronopic.cs   |   35 ++++-
 3 files changed, 153 insertions(+), 521 deletions(-)

Fri Mar 5 17:47:35 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Added lewis power on jump treeview 
 glade/chronojump.glade |   34 ++++++++++++++++++++++++++++------
 src/gui/preferences.cs |   14 ++++++++++++--
 src/treeViewJump.cs    |   44 ++++++++++++++++++++++++++++++++++----------
 src/util.cs            |   12 ++++++++++++
 4 files changed, 86 insertions(+), 18 deletions(-)

Fri Mar 5 15:27:39 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Fixed: edit person show personSession of current session 
 src/gui/person.cs |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

Fri Mar 5 00:06:38 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
1st po message points to translators glossary 
 po/POTFILES.in   |    2 +-
 src/constants.cs |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

Thu Mar 4 17:28:06 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Removed old InstallJammer code 
 installer/Chronojump/Chronojump.mpi               | 4100 ---
 installer/Chronojump/build.log                    | 5416 ----
 installer/Chronojump/build/Linux-x86-main.tcl     |29035 ---------------------
 installer/Chronojump/build/Linux-x86-manifest.txt |  237 -
 installer/Chronojump/build/Windows-files.tcl      |  190 -
 installer/Chronojump/build/Windows-main.tcl       |28097 --------------------
 installer/Chronojump/build/Windows-manifest.txt   |  127 -
 installer/Chronojump/build/messages               | 6392 -----
 installer/Chronojump/ftdi_driver/CDM_2.02.04.exe  |  Bin 2119568 -> 0 bytes
 installer/readme_update_version.txt               |   23 -
 10 files changed, 0 insertions(+), 73617 deletions(-)

Thu Mar 4 17:05:17 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
v. 0.8.18 sqlite server: 0.77. Work: Query & stats 
 chronojump_server/bin/chronojumpServer.dll  |  Bin 278016 -> 279552 bytes
 chronojump_server/chronojumpServerCSharp.cs |    8 ++--
 configure.ac                                |    2 +-
 src/gui/queryServer.cs                      |    7 ++-
 src/sqlite/main.cs                          |   65 ++++++++++++++++++++++++---
 src/util.cs                                 |   53 ----------------------
 6 files changed, 69 insertions(+), 66 deletions(-)

Thu Mar 4 14:54:19 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
sqlite gets converted to 77 
 src/oldCodeNeedToDBConvert/personSession.cs        |   16 ++++
 src/oldCodeNeedToDBConvert/sqlite/person.cs        |   33 +++++++++
 src/oldCodeNeedToDBConvert/sqlite/personSession.cs |   24 ++++++-
 src/sqlite/main.cs                                 |   76 +++++++++++++++++++-
 src/sqlite/personSession.cs                        |    1 +
 5 files changed, 148 insertions(+), 2 deletions(-)

Thu Mar 4 13:39:24 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
stats work now 
 src/gui/chronojump.cs |    5 -----
 src/gui/person.cs     |    9 ---------
 src/sqlite/stat.cs    |    2 +-
 3 files changed, 1 insertions(+), 15 deletions(-)

Wed Mar 3 21:36:52 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
work: Add/modify, load person, load  personsFromOtherSession 
 src/gui/chronojump.cs |   11 ++-
 src/gui/person.cs     |  209 ++++++++++++++++++++++++++++++++-----------------
 2 files changed, 145 insertions(+), 75 deletions(-)

Wed Mar 3 17:46:12 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
appbar message: "simulated" for all tests 
 src/execute/pulse.cs        |    5 ++++-
 src/execute/reactionTime.cs |    5 ++++-
 src/execute/run.cs          |   10 ++++++++--
 3 files changed, 16 insertions(+), 4 deletions(-)

Wed Mar 3 17:40:12 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Fixed: 604325 UI suggested changes. Bugfixes 
 glade/chronojump.glade       |  205 ++++++++++++++++++------
 src/constants.cs             |    2 +
 src/execute/jump.cs          |   10 +-
 src/gui/chronojump.cs        |  365 ++++++++++++++++++++++++------------------
 src/gui/person.cs            |   19 +--
 src/gui/preferences.cs       |   30 ++--
 src/sqlite/jump.cs           |   17 ++-
 src/sqlite/jumpRj.cs         |   17 ++-
 src/sqlite/multiChronopic.cs |   12 +-
 src/sqlite/personSession.cs  |   19 +--
 src/sqlite/pulse.cs          |   25 +--
 src/sqlite/reactionTime.cs   |   25 +--
 src/sqlite/run.cs            |   14 +-
 src/sqlite/runInterval.cs    |   12 +-
 src/sqlite/stat.cs           |  122 ++++++++------
 src/treeViewJump.cs          |    1 -
 16 files changed, 540 insertions(+), 355 deletions(-)

Tue Mar 2 21:55:04 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Fixed bug personSession77 not created at start 
 src/sqlite/main.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Tue Mar 2 21:22:33 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Now it compiles no use it, remains db conversion and tests 
 Makefile.win32                                     |    9 +++-
 chronojump_server/ChronojumpServer.cs              |   22 +++-----
 chronojump_server/Makefile.am                      |    2 +
 chronojump_server/bin/chronojumpServer.dll         |  Bin 275456 -> 278016 bytes
 chronojump_server/chronojumpServerCSharp.cs        |    2 +-
 src/Makefile.am                                    |    4 ++
 src/constants.cs                                   |    5 ++
 src/event.cs                                       |    2 +-
 src/execute/run.cs                                 |    4 +-
 src/exportSession.cs                               |   55 +++++++++++++------
 src/gui/chronojump.cs                              |   51 ++++++++++--------
 src/gui/event.cs                                   |   11 +++-
 src/gui/jump.cs                                    |   10 ++--
 src/gui/person.cs                                  |   36 ++++++-------
 src/gui/stats.cs                                   |    9 +++-
 src/oldCodeNeedToDBConvert/person.cs               |    4 +-
 src/oldCodeNeedToDBConvert/personSession.cs        |    2 +-
 src/oldCodeNeedToDBConvert/sqlite/personSession.cs |   21 ++++++++
 src/oldCodeNeedToDBConvert/sqlite/session.cs       |    2 +-
 src/person.cs                                      |   15 +++++-
 src/personSession.cs                               |   45 +++++++++++++++-
 src/report.cs                                      |   36 +------------
 src/server.cs                                      |    5 +-
 src/sqlite/main.cs                                 |    2 +-
 src/sqlite/person.cs                               |   32 +++++++++++-
 src/sqlite/personSession.cs                        |   21 ++++---
 src/treeViewPerson.cs                              |   11 +---
 27 files changed, 266 insertions(+), 152 deletions(-)

Tue Mar 2 16:38:43 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
77 on gui/personShowAllEvents 
 src/gui/person.cs |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

Tue Mar 2 16:33:06 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
77 on gui/PersonAddMultiple 
 src/gui/person.cs |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

Tue Mar 2 16:17:20 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
77 for gui/personNotUploadWindow 
 src/gui/person.cs |   31 +++++++++++--------------------
 1 files changed, 11 insertions(+), 20 deletions(-)

Tue Mar 2 15:48:37 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
done 77 on gui/personRecuperateFromOtherSession 
 src/gui/chronojump.cs |    2 +-
 src/gui/person.cs     |  121 ++++++++++++++++++++++++++++---------------------
 2 files changed, 71 insertions(+), 52 deletions(-)

Mon Mar 1 19:18:33 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Done personRecuperate for 77 
 src/gui/chronojump.cs |   10 ++-
 src/gui/person.cs     |  164 ++++++++++++++++++++++++++----------------------
 src/personSession.cs  |    5 +-
 src/sqlite/person.cs  |    4 +-
 4 files changed, 101 insertions(+), 82 deletions(-)

Mon Mar 1 16:10:36 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
gui/person add/modify adapted to 77 tables 
 glade/chronojump.glade      |   24 ++++----
 src/gui/chronojump.cs       |    6 ++-
 src/gui/person.cs           |  117 +++++++++++++++++++++++++------------------
 src/person.cs               |    6 ++
 src/personSession.cs        |    8 +--
 src/sqlite/main.cs          |    4 +-
 src/sqlite/personSession.cs |   35 +++++++++++--
 7 files changed, 127 insertions(+), 73 deletions(-)

Thu Feb 25 19:47:34 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
glade person add/modify adapted to 77 
 glade/chronojump.glade | 1070 ++++++++++++++++++++++++++----------------------
 src/gui/person.cs      |    9 +-
 2 files changed, 594 insertions(+), 485 deletions(-)

Thu Feb 25 19:03:53 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
fixed mistake on server.cs 
 src/server.cs |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

Thu Feb 25 18:57:23 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
session and server to 77 
 chronojump_server/chronojumpServerCSharp.cs  |    6 +-
 src/Makefile.am                              |    3 +-
 src/oldCodeNeedToDBConvert/sqlite/session.cs |  111 ++++++++++++++++++++++++++
 src/server.cs                                |   75 ++++++++++--------
 src/sqlite/main.cs                           |   29 ++++++-
 src/sqlite/session.cs                        |   80 +------------------
 6 files changed, 187 insertions(+), 117 deletions(-)

Thu Feb 25 18:01:44 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
done person, personSession classes, sqlite classes 
 sqlite_diagrams/chronojump_sqlite.dia |  Bin 11962 -> 12715 bytes
 src/person.cs                         |  169 +++++++++++
 src/personSession.cs                  |  106 +++++++
 src/sqlite/person.cs                  |  490 +++++++++++++++++++++++++++++++++
 src/sqlite/personSession.cs           |  392 ++++++++++++++++++++++++++
 5 files changed, 1157 insertions(+), 0 deletions(-)

Wed Feb 24 21:47:35 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
changed diagrams but no real changes 
 sqlite_diagrams/chronojump_sqlite.dia |  Bin 12329 -> 11962 bytes
 sqlite_diagrams/chronojump_sqlite.png |  Bin 274981 -> 311000 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

Wed Feb 24 21:19:26 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Separating person and personSession old code 
 src/constants.cs                                   |   10 +-
 src/oldCodeNeedToDBConvert/person.cs               |   16 +-
 src/oldCodeNeedToDBConvert/personSession.cs        |   14 +-
 src/oldCodeNeedToDBConvert/sqlite/person.cs        |  501 +-------------------
 src/oldCodeNeedToDBConvert/sqlite/personSession.cs |  335 +-------------
 src/sqlite/main.cs                                 |   46 +-
 6 files changed, 64 insertions(+), 858 deletions(-)

Wed Feb 24 19:24:12 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Starting of 77 branch 
 chronojump_server/Makefile.am                      |    7 +-
 src/Makefile.am                                    |   10 +-
 src/oldCodeNeedToDBConvert/person.cs               |  232 ++++++++
 src/oldCodeNeedToDBConvert/personSession.cs        |   90 +++
 src/oldCodeNeedToDBConvert/readme.txt              |    7 +
 src/oldCodeNeedToDBConvert/sqlite/person.cs        |  587 ++++++++++++++++++++
 src/oldCodeNeedToDBConvert/sqlite/personSession.cs |  428 ++++++++++++++
 src/person.cs                                      |  232 --------
 src/personSession.cs                               |   90 ---
 src/sqlite/person.cs                               |  587 --------------------
 src/sqlite/personSession.cs                        |  428 --------------
 11 files changed, 1353 insertions(+), 1345 deletions(-)

Wed Feb 24 18:24:23 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Prepare for branch (some person data in new personsession) 
 sqlite_diagrams/chronojump_sqlite.dia |  Bin 10942 -> 12329 bytes
 src/chronojump.cs                     |    2 --
 src/constants.cs                      |    2 --
 src/gui/person.cs                     |    6 +-----
 src/sqlite/person.cs                  |   26 ++++++++++++++++++++++++++
 src/sqlite/personSession.cs           |   25 -------------------------
 6 files changed, 27 insertions(+), 34 deletions(-)

Tue Feb 23 15:49:45 2010 +0100 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Updated Slovenian translation 
 po/sl.po |   37 +++++++++++++++----------------------
 1 files changed, 15 insertions(+), 22 deletions(-)

Tue Feb 23 16:47:38 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Added missing images 
 images/chronojump-boscosystem.png     |  Bin 0 -> 7398 bytes
 images/chronojump-boscosystem_320.png |  Bin 0 -> 13691 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

Tue Feb 23 16:41:43 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
v. 0.8.17, db: 0.76 fixed 607015 -  jump extra weight and fall height should have decimals (also Rj) server query result with TrimDecimals 
 Makefile.win32                              |    4 +-
 chronojump_server/bin/chronojumpServer.dll  |  Bin 275456 -> 275456 bytes
 chronojump_server/chronojumpServerCSharp.cs |    2 +-
 configure.ac                                |    2 +-
 glade/chronojump.glade                      |  133 +++++++++++++--------------
 images/chronojump_320.png                   |  Bin 32313 -> 28418 bytes
 sqlite_diagrams/chronojump_sqlite.dia       |  Bin 10897 -> 10942 bytes
 sqlite_diagrams/chronojump_sqlite.png       |  Bin 274424 -> 274981 bytes
 src/Makefile.am                             |    4 +-
 src/chronojump.cs                           |    8 +-
 src/constants.cs                            |    6 +-
 src/execute/jump.cs                         |    6 +-
 src/gui/chronojump.cs                       |    6 +-
 src/gui/jump.cs                             |   16 ++--
 src/gui/person.cs                           |    2 -
 src/gui/queryServer.cs                      |   12 ++-
 src/jump.cs                                 |   12 +-
 src/sqlite/jump.cs                          |    8 +-
 src/sqlite/jumpRj.cs                        |    9 +-
 src/sqlite/main.cs                          |   27 +++++-
 src/sqlite/person.cs                        |    2 +-
 src/sqlite/personSession.cs                 |    5 -
 src/sqlite/stat.cs                          |    5 +-
 src/treeViewJump.cs                         |    8 +-
 24 files changed, 150 insertions(+), 127 deletions(-)

Mon Feb 22 21:48:44 2010 +0100 Marek Černocký <marek@manet.cz>
Update Czech translation 
 po/cs.po | 1309 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 660 insertions(+), 649 deletions(-)

Tue Feb 23 00:05:29 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
putting decimals in person and personSessionWeight (height and weight). DB: 0.75 Tests remain. 
 Makefile.win32                              |    1 +
 chronojump_server/ChronojumpServer.cs       |   39 ++++++------
 chronojump_server/Makefile.am               |    1 +
 chronojump_server/bin/chronojumpServer.dll  |  Bin 273920 -> 275456 bytes
 chronojump_server/chronojumpServerCSharp.cs |    6 +-
 chronojump_server/howto_compile.txt         |    1 +
 chronojump_server/howto_server_2009.txt     |    4 +-
 configure.ac                                |    2 +-
 glade/chronojump.glade                      |    6 +-
 src/Makefile.am                             |    1 +
 src/gui/convertWeight.cs                    |   30 +++++-----
 src/gui/person.cs                           |   60 ++++++++++--------
 src/person.cs                               |   18 +++---
 src/personSession.cs                        |   90 +++++++++++++++++++++++++++
 src/server.cs                               |    2 +-
 src/sqlite/jump.cs                          |    4 +-
 src/sqlite/main.cs                          |   56 ++++++++++++++---
 src/sqlite/person.cs                        |   12 ++--
 src/sqlite/personSession.cs                 |   57 ++++++++++++-----
 19 files changed, 278 insertions(+), 112 deletions(-)

Mon Feb 22 20:03:45 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Fixed: 608928 DJ with and without using arms. DB now 0.74 
 chronojump_server/bin/chronojumpServer.dll |  Bin 276480 -> 273920 bytes
 glade/chronojump.glade                     |   75 ++++++++++++++++++++------
 src/chronojump.cs                          |    7 ++-
 src/gui/chronojump.cs                      |   10 ++++
 src/gui/chronopic.cs                       |   67 -----------------------
 src/gui/event.cs                           |    2 +-
 src/gui/jump.cs                            |   75 +++++++++++++++-----------
 src/jumpType.cs                            |   20 ++++++-
 src/sqlite/jumpType.cs                     |   16 ++++--
 src/sqlite/main.cs                         |   80 +++++++++++++++++++++++++++-
 src/sqlite/stat.cs                         |    8 ++-
 src/stats/global.cs                        |    2 +
 12 files changed, 232 insertions(+), 130 deletions(-)

Sun Feb 21 14:39:00 2010 +0800 Xavier de Blas <xaviblas@gmail.com>
Chronopics managed better, cleaner code (untested on windows) 
 src/gui/chronojump.cs |    7 ++-
 src/gui/chronopic.cs  |  201 +++++++++++++++++++++++++++++++++++++------------
 2 files changed, 160 insertions(+), 48 deletions(-)

Sat Feb 20 10:27:08 2010 +0100 Jorge González <jorgegonz@svn.gnome.org>
Updated Spanish translation 
 po/es.po | 1254 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 631 insertions(+), 623 deletions(-)

Thu Feb 18 13:44:32 2010 +0100 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Updated Slovenian translation 
 po/sl.po | 2043 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 909 insertions(+), 1134 deletions(-)

Fri Feb 5 00:09:30 2010 +0100 Mario Blättermann <mariobl@gnome.org>
Updated German translation 
 po/de.po | 1865 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 935 insertions(+), 930 deletions(-)

Tue Feb 2 18:08:41 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
Partially updated catalan translation 
 glade/chronojump.glade |   10 +-
 po/ca.po               |  191 ++++++++++++++++++------------------------------
 2 files changed, 75 insertions(+), 126 deletions(-)

Tue Feb 2 13:33:38 2010 +0100 Marek Černocký <marek@manet.cz>
Update Czech translation 
 po/cs.po |  955 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 475 insertions(+), 480 deletions(-)

Tue Feb 2 12:42:06 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
Fixed preferences get minimized when close with delete event 
 glade/chronojump.glade |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Mon Feb 1 13:55:13 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
bootloader & firmware hex files converted to zip (safer) 
 chronopic-firmware/chronopic_bootloader.hex        |   53 --------------------
 chronopic-firmware/chronopic_bootloader.zip        |  Bin 0 -> 1082 bytes
 chronopic-firmware/chronopic_firmware.hex          |   28 ----------
 .../chronopic_firmware_10ms_unvalidated.hex        |   28 ----------
 chronopic-firmware/chronopic_firmwares.zip         |  Bin 0 -> 1383 bytes
 5 files changed, 0 insertions(+), 109 deletions(-)

Thu Jan 28 18:16:11 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
updated sqlite diagram: graph and graph on manual gui (p) to edit person: fixes (e) to edit the test deleted updating message on start. Fixes: 604320 better "forward" button on personNotUpload 
 glade/chronojump.glade                |   23 +-
 manual/chronojump_manual_es.lyx       |    6 +-
 manual/chronojump_manual_es.pdf       |  Bin 2099285 -> 1847387 bytes
 manual/chronojump_sqlite.eps          | 1704 +++++++++++++++++++++++++++++++++
 po/ca.po                              |    6 +-
 sqlite_diagrams/chronojump_sqlite.dia |  Bin 11320 -> 10897 bytes
 sqlite_diagrams/chronojump_sqlite.png |  Bin 315914 -> 274424 bytes
 src/chronojump.cs                     |    4 +-
 src/gui/person.cs                     |    6 +
 9 files changed, 1737 insertions(+), 12 deletions(-)

Wed Jan 27 01:59:14 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
Fixing memory loss on reopening windows 
 src/gui/eventExecute.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Wed Jan 27 01:58:34 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
Partially updated catalan translation 
 po/ca.po | 5209 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 3226 insertions(+), 1983 deletions(-)

Tue Jan 26 22:50:30 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
Added chronopic_* images 
 images/chronopic_128.png |  Bin 0 -> 6522 bytes
 images/chronopic_24.png  |  Bin 0 -> 1012 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

Tue Jan 26 21:50:23 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
chronopic window done (tests remain) maybe open website in windows is fixed started fixing memory loss on opening windows, see PersonAddModifyWindow chronopic menu has image server menuoption moved to tools, and added icon hidden export XML 
 Makefile.win32         |    4 +-
 glade/chronojump.glade | 8338 ++++++++++++++++++++++++------------------------
 src/Makefile.am        |    2 +
 src/gui/chronojump.cs  |    8 +-
 src/gui/chronopic.cs   |  105 +-
 src/gui/person.cs      |    6 +
 6 files changed, 4252 insertions(+), 4211 deletions(-)

Thu Jan 21 18:39:32 2010 +0100 Marek Černocký <marek@manet.cz>
Update Czech translation 
 po/cs.po | 1177 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 532 insertions(+), 645 deletions(-)

Wed Jan 20 16:58:39 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
CMJl added in menu 
 glade/chronojump.glade |   43 +++++++++++++++++++++++++++++++++++--------
 src/gui/chronojump.cs  |   13 +++++++------
 2 files changed, 42 insertions(+), 14 deletions(-)

Wed Jan 20 16:14:03 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
translation of any, sport any 
 chronojump_server/bin/chronojumpServer.dll |  Bin 276480 -> 276480 bytes
 po/es.po                                   |  160 ++++++++++++++--------------
 src/constants.cs                           |    1 +
 3 files changed, 83 insertions(+), 78 deletions(-)

Wed Jan 20 14:13:32 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
Fixed glade translations, added images, and updated some es strings 
 glade/chronojump.glade |   97 ++-
 howto_translate.txt    |    6 +-
 po/es.po               | 2706 +++++++++++++++++++++++++++---------------------
 3 files changed, 1611 insertions(+), 1198 deletions(-)

Wed Jan 20 12:57:50 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
fixed: 607021, persons comments have not to be uploaded to server changes are on server side 
 chronojump_server/bin/chronojumpServer.dll  |  Bin 276480 -> 276480 bytes
 chronojump_server/chronojumpServerCSharp.cs |    3 ++-
 src/gui/chronojump.cs                       |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

Wed Jan 20 12:35:15 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
Fixed:  Bug 607443 Server sometimes don't upload tests the chane is made on server, not on client 
 chronojump_server/bin/chronojumpServer.dll  |  Bin 276480 -> 276480 bytes
 chronojump_server/chronojumpServerCSharp.cs |   10 ++++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

Sun Jan 17 21:55:01 2010 +0100 Petr Kovar <pknbe@volny.cz>
Updated Czech translation by Marek Cernocky and Petr Kovar 
 po/cs.po |  923 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 467 insertions(+), 456 deletions(-)

Fri Jan 15 20:50:21 2010 +0100 Mario Blättermann <mariobl@gnome.org>
Updated German translation 
 po/de.po | 2510 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 1360 insertions(+), 1150 deletions(-)

Fri Jan 15 17:22:53 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
server automatically graph new data at night (if there's new data) Print info label to user about this. Added server R graphs to git 
 chronojump_server/bin/chronojumpServer.dll         |  Bin 276480 -> 276480 bytes
 chronojump_server/chronojumpServerCSharp.cs        |    6 ++-
 chronojump_server/howto_server_2009.txt            |   14 +++++-
 .../r-sqlite/heights_by_jumps_boxplot.R            |   30 ++++++++++++
 chronojump_server/r-sqlite/persons.R               |   47 ++++++++++++++++++++
 chronojump_server/r-sqlite/r-sqlite_script_1.txt   |   12 -----
 .../r-sqlite/tv_by_level_sex_jumptype.R            |   37 +++++++++++++++
 glade/chronojump.glade                             |   30 +++++++------
 8 files changed, 147 insertions(+), 29 deletions(-)

Fri Jan 15 16:43:41 2010 +0100 Xavier de Blas <xaviblas@gmail.com>
added src/gui/chronopic.cs to POTFILES.in 
 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Tue Jan 12 20:36:12 2010 +0100 Petr Kovar <pknbe@volny.cz>
Added Czech translation by Marek Cernocky 
 po/LINGUAS |    1 +
 po/cs.po   | 6368 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 6369 insertions(+), 0 deletions(-)

Tue Jan 5 17:44:54 2010 +0100 Matej Urbančič <mateju@svn.gnome.org>
Added sl for Slovenian translation 
 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Tue Jan 5 17:44:43 2010 +0100 Matej Urbančič <mateju@svn.gnome.org>
Updated Slovenian translation 
 po/sl.po | 6723 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 6723 insertions(+), 0 deletions(-)

Sat Dec 26 14:58:37 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
chronopic windows (2) on serverEvaluator zoom buttons unsensitive because missing images 
 chronojump_server/bin/chronojumpServer.dll |  Bin 276480 -> 276480 bytes
 glade/chronojump.glade                     |  168 +++++++++++++----
 src/gui/chronopic.cs                       |  291 ++++++++++++++++++++-------
 3 files changed, 345 insertions(+), 114 deletions(-)

Sat Dec 26 04:26:05 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
small code cleaning 
 src/gui/chronojump.cs  |   65 +----------------------------------------------
 src/gui/chronopic.cs   |    5 ---
 src/gui/preferences.cs |   62 ---------------------------------------------
 3 files changed, 2 insertions(+), 130 deletions(-)

Sat Dec 26 04:14:43 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
All chronopic stuff now into chronopic window lots of changes in main gui and preferences 
 chronojump_server/bin/chronojumpServer.dll |  Bin 275968 -> 276480 bytes
 glade/chronojump.glade                     |  564 +++++++++++++++++--------
 src/Makefile.am                            |    1 +
 src/gui/chronojump.cs                      |  440 ++++---------------
 src/gui/chronopic.cs                       |  638 ++++++++++++++++++++++++++++
 src/gui/eventExecute.cs                    |   18 +-
 src/gui/preferences.cs                     |   34 +-
 src/sqlite/main.cs                         |    3 +-
 src/sqlite/personSession.cs                |    6 +
 src/sqlite/session.cs                      |   25 +-
 10 files changed, 1167 insertions(+), 562 deletions(-)

Fri Dec 25 00:04:16 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
no more orphaned persons when a person is deleted from a session, if it doesn't exist in other sessions, now is completely deleted from db db: 0.73 (delete orphaned persons (they are in no sessions)) 
 chronojump_server/bin/chronojumpServer.dll |  Bin 274944 -> 275968 bytes
 src/sqlite/main.cs                         |   37 ++++++++++++++++++++++++++-
 src/sqlite/person.cs                       |   13 ++++++++-
 src/sqlite/personSession.cs                |   32 +++++++++++++++++++++++-
 4 files changed, 77 insertions(+), 5 deletions(-)

Thu Dec 17 10:34:11 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
deleted/fixed links to old web site 
 glade/chronojump.glade |   38 ++++----------------------------------
 src/chronojump.cs      |    2 +-
 src/gui/helpPorts.cs   |    2 +-
 src/report.cs          |    2 +-
 4 files changed, 7 insertions(+), 37 deletions(-)

Wed Dec 16 13:43:13 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
0.8.15.0 fixed starting crash on detect version if no previous value on database added Histogram XY renamed "Dispersion" and added R^2 IE,IUB now shown first index (better for single variable graphs) 
 chronojump_server/bin/chronojumpServer.dll |  Bin 274944 -> 274944 bytes
 configure.ac                               |    2 +-
 src/chronojump.cs                          |   14 ++++++++++++--
 src/constants.cs                           |    5 +++--
 src/gui/stats.cs                           |    2 ++
 src/stats/graphs/ieIub.cs                  |    9 ++++-----
 src/stats/main.cs                          |   27 +++++++++++++++++++++++----
 7 files changed, 45 insertions(+), 14 deletions(-)

Fri Dec 11 22:51:47 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
Bump version: 0.8.14 fixed crash on clicking multi_chronopic_start gui changes: -menu View -> Windows -menu Other -> Other tests -hiden labels of database location 
 configure.ac           |    2 +-
 glade/chronojump.glade |   37 ++++++++++++++-----------------------
 src/gui/chronojump.cs  |   11 +++++++----
 src/gui/preferences.cs |    3 +++
 4 files changed, 25 insertions(+), 28 deletions(-)

Thu Dec 10 21:54:49 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
Bump version 0.8.13 (now ok) 
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Thu Dec 10 21:35:08 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
Added confidence intervals on XY graph 
 src/stats/main.cs |  141 ++++++++---------------------------------------------
 1 files changed, 20 insertions(+), 121 deletions(-)

Thu Dec 10 18:31:13 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
added rj evolution, XY correlation , black palette. Fixed: dotchart on RJ AVG SD 
 chronojump_server/bin/chronojumpServer.dll |  Bin 274944 -> 274944 bytes
 src/constants.cs                           |    5 +-
 src/gui/stats.cs                           |   15 ++-
 src/stats/graphs/rjAVGSD.cs                |    4 +-
 src/stats/main.cs                          |  304 +++++++++++++++-------------
 5 files changed, 182 insertions(+), 146 deletions(-)

Wed Dec 2 21:42:20 2009 +0100 Andoni Morales Alastruey <ylatuya@gmail.com>
Bump version 0.8.12 
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Wed Dec 2 21:38:56 2009 +0100 Andoni Morales Alastruey <ylatuya@gmail.com>
Update package version using 'configure' script 
 configure.ac           |    1 +
 src/AssemblyInfo.cs    |   32 --------------------------------
 src/AssemblyInfo.cs.in |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 32 deletions(-)

Tue Dec 1 22:18:13 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
fixed bug on not disappearing a test when is deleted (iter parent was invalid) also improved close button on stats 
 glade/chronojump.glade |    6 +++---
 src/treeViewEvent.cs   |   14 +++++++++++++-
 2 files changed, 16 insertions(+), 4 deletions(-)

Sun Nov 22 00:23:51 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
Test types can be deleted Also started changing icons on menu to work on glade-3, check how they display on windows 
 chronojump_server/bin/chronojumpServer.dll |  Bin 273920 -> 274944 bytes
 glade/chronojump.glade                     |  285 ++++++++++++++++++++++++++--
 src/exportSession.cs                       |    4 +-
 src/gui/chronojump.cs                      |   33 +++-
 src/gui/event.cs                           |   70 +++++++-
 src/gui/jump.cs                            |   93 ++++++---
 src/gui/person.cs                          |    2 +-
 src/gui/report.cs                          |    3 +
 src/gui/run.cs                             |   86 ++++++---
 src/report.cs                              |    4 +-
 src/server.cs                              |    4 +-
 src/sqlite/jump.cs                         |    7 +-
 src/sqlite/jumpRj.cs                       |   13 +-
 src/sqlite/jumpType.cs                     |   10 +
 src/sqlite/run.cs                          |    8 +-
 src/sqlite/runInterval.cs                  |   13 +-
 src/sqlite/runType.cs                      |   12 +-
 src/util.cs                                |    9 +-
 src/utilGtk.cs                             |    2 -
 19 files changed, 554 insertions(+), 104 deletions(-)

Fri Nov 20 12:12:14 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
Fixed editing user name: 'z' made appear calendar 
 glade/chronojump.glade |51470 +++++++++++++++++++-----------------------------
 1 files changed, 19997 insertions(+), 31473 deletions(-)

Wed Nov 18 16:53:10 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
connect chronopic on start better on linux show it if the entryChronopic is not default and the file exist 
 .../r-sqlite/howto_r-sqlite_scripts.txt            |    2 ++
 src/gui/chronojump.cs                              |    5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Thu Oct 29 17:38:18 2009 +0100 Xavier de Blas <xaviblas@gmail.com>
removed tilde on xlab, ylab on R graphs fixes problems with catalan translation ans others 
 src/stats/main.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

Mon Sep 28 16:23:14 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
better explanation on howto_build 
 build/windows_bundle/build/howto_build.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Mon Sep 28 12:42:57 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
0.8.11 Fixed bug when updating a person with a new user defined sport that's not in db, this sport was created in server db, and then was locally changed sportID to server db sportID. now locally points correctly to local sportID when this failed it wasn't shown person in person treeview, because sport doesn't match on: 
 chronojump_server/bin/chronojumpServer.dll  |  Bin 273920 -> 273920 bytes
 chronojump_server/chronojumpServerCSharp.cs |    2 +-
 configure.ac                                |    2 +-
 src/AssemblyInfo.cs                         |    2 +-
 src/chronojump.cs                           |    6 ++++--
 src/gui/chronojump.cs                       |    1 -
 src/server.cs                               |   17 +++++++++++++++--
 7 files changed, 22 insertions(+), 8 deletions(-)

Thu Sep 24 13:22:55 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Fix lintian message in package description  "E: chronojump: description-starts-with-package-name"  "W: chronojump: extended-description-line-too-long" 
 debian/control |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

Thu Sep 24 13:09:52 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Clean-up Debian deps 
 debian/control |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

Wed Sep 23 21:16:14 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Auto-generate ChangeLog in 'make dist' using git-log 
 Makefile.am |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

Wed Sep 23 20:11:15 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Expand libdir for chronojump and chronojump_mini to have right path (lib64 instead of lib for x64) 
 Makefile.am            |    2 +-
 configure.ac           |    5 ++++
 expansions.m4          |   50 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/chronojump.in      |    2 +-
 src/chronojump_mini.in |    2 +-
 5 files changed, 58 insertions(+), 3 deletions(-)

Wed Sep 23 00:11:17 2009 +0200 Ismael Olea <ismael@olea.org>
Updated (0.8.10-2) following https://bugzilla.redhat.com/show_bug.cgi?id=524707#c3 
 chronojump.spec |   33 +++++++++++++++++++++++++++------
 1 files changed, 27 insertions(+), 6 deletions(-)

Tue Sep 22 23:23:50 2009 +0200 Ismael Olea <ismael@olea.org>
Update to 0.9.10 
 chronojump.spec |  205 +++++++++++++++++++++++++++----------------------------
 1 files changed, 102 insertions(+), 103 deletions(-)

Tue Sep 22 14:03:41 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
improved dialog about 
 chronojump_server/bin/chronojumpServer.dll |  Bin 273920 -> 273920 bytes
 glade/chronojump.glade                     |  178 +++++++++++++++-------------
 src/constants.cs                           |    3 +
 src/gui/about.cs                           |   13 ++-
 4 files changed, 112 insertions(+), 82 deletions(-)

Mon Sep 21 23:24:12 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add R to the debian deps 
 debian/control |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Mon Sep 21 20:19:45 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
0.8.10 better version management. Fixed m4 dir on make dist 
 chronojump_server/ChronojumpServer.cs            |   70 +++++++++++++++++++++-
 chronojump_server/bin/chronojumpServer.dll       |  Bin 273920 -> 273920 bytes
 chronojump_server/chronojumpServerCSharp.cs      |   30 ++++++++-
 configure.ac                                     |    2 +-
 src/AssemblyInfo.cs                              |    2 +-
 src/gui/chronojump.cs                            |    3 +-
 src/server.cs                                    |    4 +-
 src/util.cs                                      |   23 -------
 windows_zip_releases/chronojump-0.6.zip          |  Bin 2353857 -> 0 bytes
 windows_zip_releases/chronojump-0.62.zip         |  Bin 2442689 -> 0 bytes
 windows_zip_releases/chronojump_windows_0_47.zip |  Bin 510210 -> 0 bytes
 windows_zip_releases/chronojump_windows_0_48.zip |  Bin 560762 -> 0 bytes
 windows_zip_releases/chronojump_windows_0_5.zip  |  Bin 606981 -> 0 bytes
 windows_zip_releases/chronojump_windows_0_51.zip |  Bin 846989 -> 0 bytes
 windows_zip_releases/chronojump_windows_0_52.zip |  Bin 902760 -> 0 bytes
 15 files changed, 100 insertions(+), 34 deletions(-)

Mon Sep 21 18:31:21 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add 'm4' folder to tar.gz dist 
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Sun Sep 20 01:05:48 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add missing Mono config files to the bundle 
 .../etc/mono/1.0/DefaultWsdlHelpGenerator.aspx     | 1820 ++
 build/windows_bundle/etc/mono/1.0/machine.config   |  243 +
 .../etc/mono/2.0/Browsers/Compat.browser           |   42 +
 .../etc/mono/2.0/DefaultWsdlHelpGenerator.aspx     | 1878 ++
 build/windows_bundle/etc/mono/2.0/machine.config   |  257 +
 build/windows_bundle/etc/mono/2.0/settings.map     |   48 +
 build/windows_bundle/etc/mono/2.0/web.config       |  149 +
 build/windows_bundle/etc/mono/browscap.ini         |18608 ++++++++++++++++++++
 build/windows_bundle/etc/mono/config               |   27 +
 build/windows_bundle/etc/mono/mconfig/config.xml   |  396 +
 10 files changed, 23468 insertions(+), 0 deletions(-)

Fri Sep 18 22:28:20 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Run Chronojump_mini in msys console without a bat file by calling it from the menu item 
 build/windows_bundle/bin/Chronojump_Mini.bat       |    2 --
 .../windows_bundle/build/chronojump_innosetup.iss  |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)

Fri Sep 18 19:49:41 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
initial evaluator date is Now instead of Minimum 
 src/gui/evaluator.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

Thu Sep 17 22:20:11 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Use mono-2.0-devel instead of mono-gmcs, to install all the files needed to compile chronojump 
 debian/control |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

Thu Sep 17 19:50:36 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Fix debian postinstall script. Needs to call 'ldconfig /usr/lib/chronojump' to get the shared libarries correctly installed 
 debian/chronojump.postinst |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

Thu Sep 17 16:44:54 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Improve win32 makefiles and update the win32 build HOWTO 
 Makefile.win32                             |    7 ++++---
 build/windows_bundle/build/howto_build.txt |   21 ++++++++++-----------
 build/windows_bundle/build/makeBundle.sh   |    3 ++-
 3 files changed, 16 insertions(+), 15 deletions(-)

Thu Sep 17 16:26:04 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add Log message for server connection error 
 src/server.cs | 1284 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 642 insertions(+), 642 deletions(-)

Thu Sep 17 16:00:12 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Added Makefile for Win32 Mingw/Msys 
 Makefile.win32 |  285 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 285 insertions(+), 0 deletions(-)

Wed Sep 16 15:31:34 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
better comments on building to win 
 build/windows_bundle/build/howto_build.txt |    7 +--
 create_release_windows.sh                  |   68 ----------------------------
 2 files changed, 3 insertions(+), 72 deletions(-)

Wed Sep 16 13:59:40 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Better management of runningFileName -Added try catch on delete -Fixed bug: on running 0.8.9.8 for the first time if there was a runningFileName of a previous version (without it's PID inside) 
 src/chronojump.cs     |   35 ++++++++++++++++++++++-------------
 src/gui/chronojump.cs |   18 ++++++++++++++----
 2 files changed, 36 insertions(+), 17 deletions(-)

Wed Sep 16 11:51:00 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
innosetup now order shortcuts on windows 
 .../windows_bundle/build/chronojump_innosetup.iss  |    4 ++--
 chronojump_server/bin/chronojumpServer.dll         |  Bin 273408 -> 273920 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)

Sat Sep 12 15:05:48 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Update win32 bundle and InnoSetup scripts with the Mini icon menu 
 build/windows_bundle/bin/ChronoJump.exe            |  Bin 15603643 -> 0 bytes
 build/windows_bundle/bin/ChronoJump_mini.exe       |  Bin 6260557 -> 0 bytes
 build/windows_bundle/bin/Chronojump.exe            |  Bin 0 -> 15616955 bytes
 build/windows_bundle/bin/Chronojump_Mini.bat       |    3 +-
 build/windows_bundle/bin/Chronojump_mini.exe       |  Bin 0 -> 6261069 bytes
 .../windows_bundle/build/chronojump_innosetup.iss  |    3 +-
 build/windows_bundle/build/logo.o                  |  Bin 4034 -> 0 bytes
 build/windows_bundle/build/makeBundle.sh           |    4 +-
 build/windows_bundle/build/temp.s                  |1701799 --------------------
 9 files changed, 6 insertions(+), 1701803 deletions(-)

Wed Sep 9 23:50:30 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Enable Chronojump mini on win32 systems through msys 
 build/windows_bundle/bin/Chronojump_Mini.bat |    1 +
 build/windows_bundle/bin/libW11.dll          |  Bin 0 -> 812063 bytes
 build/windows_bundle/bin/msys-1.0.dll        |  Bin 0 -> 874824 bytes
 build/windows_bundle/bin/rxvt.exe            |  Bin 0 -> 102400 bytes
 build/windows_bundle/bin/sh.exe              |  Bin 0 -> 567296 bytes
 5 files changed, 1 insertions(+), 0 deletions(-)

Tue Sep 8 14:42:00 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Fix Innosetup scripts 
 .../windows_bundle/build/chronojump_innosetup.iss  |   26 ++++++++++----------
 1 files changed, 13 insertions(+), 13 deletions(-)

Tue Sep 8 13:58:21 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Bunp Version 0.8.9.8 
 configure.ac        |    2 +-
 src/AssemblyInfo.cs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Tue Sep 8 13:42:17 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Finally fix R race condition on win32 
 src/stats/main.cs |    2 +-
 src/util.cs       |   10 +++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

Mon Sep 7 21:29:22 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Fix win32 installation 
 .../windows_bundle/build/chronojump_innosetup.iss  |    8 +-
 .../share/chronojump/images/chronojump_logo.png    |  Bin 0 -> 9899 bytes
 .../share/chronojump/report_web_style.css          |   55 +
 .../share/doc/chronojump/chronojump_manual_es.pdf  |14792 ++++++++++++++++++++
 .../share/doc/chronojump_manual_es.pdf             |14792 --------------------
 .../share/longomatch/images/chronojump_logo.png    |  Bin 9899 -> 0 bytes
 .../share/longomatch/report_web_style.css          |   55 -
 7 files changed, 14851 insertions(+), 14851 deletions(-)

Mon Sep 7 20:30:54 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Graph margins customizable 
 TODO.txt                          |    2 -
 glade/chronojump.glade            |  351 ++++++++++++++++++++++++++++++++++---
 src/gui/chronojump.cs             |    1 -
 src/gui/stats.cs                  |   30 +++-
 src/stats/graphs/graphROptions.cs |   18 ++-
 src/stats/main.cs                 |    1 +
 6 files changed, 373 insertions(+), 30 deletions(-)

Mon Sep 7 19:37:02 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
fixed? problem on windows netbook when created graphs for report 
 TODO.txt          |    2 ++
 src/report.cs     |   10 ++++++----
 src/statType.cs   |   13 ++++++++++---
 src/stats/main.cs |    6 +++++-
 4 files changed, 23 insertions(+), 8 deletions(-)

Sun Sep 6 14:04:54 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
bug fixed: fixed dotchart with ie iub now works (maybe ieiub xy was bad too, now fixed) 
 src/stats/graphs/ieIub.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Sat Sep 5 01:09:05 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
fix R issue in Windows 	Replace every '\' with '/' in a file path, because R 	uses '/' even in win32 for a file path 
 src/stats/main.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

Sat Sep 5 01:08:34 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Update win32 bundle files 
 build/windows_bundle/bin/ChronoJump.exe            |  Bin 19175143 -> 15603643 bytes
 build/windows_bundle/bin/ChronoJump_mini.exe       |  Bin 0 -> 6260557 bytes
 .../windows_bundle/build/chronojump_innosetup.iss  |    6 +++---
 build/windows_bundle/build/makeBundle.sh           |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

Sat Sep 5 01:04:34 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Delete unused files from the windows bundle 
 build/windows_bundle/build/makeBundle.sh~          |    6 ------
 .../Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest |   13 -------------
 .../gstreamer-0.10/Microsoft.VC90.CRT/msvcr90.dll  |  Bin 655872 -> 0 bytes
 .../lib/gstreamer-0.10/libdshowsrcwrapper.dll      |  Bin 36864 -> 0 bytes
 .../lib/gstreamer-0.10/libfsselector.dll           |  Bin 20992 -> 0 bytes
 .../lib/gstreamer-0.10/libfsvalve.dll              |  Bin 11264 -> 0 bytes
 .../lib/gstreamer-0.10/libgsta52.dll               |  Bin 113152 -> 0 bytes
 .../lib/gstreamer-0.10/libgstacmenc.dll            |  Bin 14848 -> 0 bytes
 .../lib/gstreamer-0.10/libgstadder.dll             |  Bin 19456 -> 0 bytes
 .../lib/gstreamer-0.10/libgstalaw.dll              |  Bin 16896 -> 0 bytes
 .../lib/gstreamer-0.10/libgstalpha.dll             |  Bin 12288 -> 0 bytes
 .../lib/gstreamer-0.10/libgstapp.dll               |  Bin 7680 -> 0 bytes
 .../lib/gstreamer-0.10/libgstasfdemux.dll          |  Bin 58880 -> 0 bytes
 .../lib/gstreamer-0.10/libgstaudiochunk.dll        |  Bin 11776 -> 0 bytes
 .../lib/gstreamer-0.10/libgstaudioconvert.dll      |  Bin 41984 -> 0 bytes
 .../lib/gstreamer-0.10/libgstaudiofx.dll           |  Bin 65024 -> 0 bytes
 .../lib/gstreamer-0.10/libgstaudiorate.dll         |  Bin 16384 -> 0 bytes
 .../lib/gstreamer-0.10/libgstaudioresample.dll     |  Bin 25600 -> 0 bytes
 .../lib/gstreamer-0.10/libgstaudiotestsrc.dll      |  Bin 23552 -> 0 bytes
 .../lib/gstreamer-0.10/libgstautodetect.dll        |  Bin 24576 -> 0 bytes
 .../lib/gstreamer-0.10/libgstavi.dll               |  Bin 75776 -> 0 bytes
 .../lib/gstreamer-0.10/libgstcairo.dll             |  Bin 24576 -> 0 bytes
 .../lib/gstreamer-0.10/libgstcamerabin.dll         |  Bin 52224 -> 0 bytes
 .../lib/gstreamer-0.10/libgstcoreelements.dll      |  Bin 96256 -> 0 bytes
 .../lib/gstreamer-0.10/libgstcutter.dll            |  Bin 15360 -> 0 bytes
 .../lib/gstreamer-0.10/libgstdebug.dll             |  Bin 35328 -> 0 bytes
 .../lib/gstreamer-0.10/libgstdecodebin.dll         |  Bin 27136 -> 0 bytes
 .../lib/gstreamer-0.10/libgstdecodebin2.dll        |  Bin 50176 -> 0 bytes
 .../lib/gstreamer-0.10/libgstdirectdraw.dll        |  Bin 30208 -> 0 bytes
 .../lib/gstreamer-0.10/libgstdirectsound.dll       |  Bin 229376 -> 0 bytes
 .../lib/gstreamer-0.10/libgstdshowvideosink.dll    |  Bin 46592 -> 0 bytes
 .../lib/gstreamer-0.10/libgstdtmf.dll              |  Bin 29184 -> 0 bytes
 .../lib/gstreamer-0.10/libgstdvdspu.dll            |  Bin 28160 -> 0 bytes
 .../lib/gstreamer-0.10/libgsteffectv.dll           |  Bin 28160 -> 0 bytes
 .../lib/gstreamer-0.10/libgstequalizer.dll         |  Bin 20992 -> 0 bytes
 .../lib/gstreamer-0.10/libgstfaac.dll              |  Bin 18944 -> 0 bytes
 .../lib/gstreamer-0.10/libgstfaad.dll              |  Bin 249856 -> 0 bytes
 .../lib/gstreamer-0.10/libgstffmpeg.dll            |  Bin 23068160 -> 0 bytes
 .../lib/gstreamer-0.10/libgstffmpegcolorspace.dll  |  Bin 112640 -> 0 bytes
 .../gstreamer-0.10/libgstfluendompegdemuxer.dll    |  Bin 64000 -> 0 bytes
 .../lib/gstreamer-0.10/libgstflv.dll               |  Bin 43520 -> 0 bytes
 .../lib/gstreamer-0.10/libgstgamma.dll             |  Bin 11776 -> 0 bytes
 .../lib/gstreamer-0.10/libgstgdp.dll               |  Bin 23552 -> 0 bytes
 .../windows_bundle/lib/gstreamer-0.10/libgstgl.dll |  Bin 97792 -> 0 bytes
 .../lib/gstreamer-0.10/libgsth264parse.dll         |  Bin 17408 -> 0 bytes
 .../lib/gstreamer-0.10/libgsticydemux.dll          |  Bin 14336 -> 0 bytes
 .../lib/gstreamer-0.10/libgstid3demux.dll          |  Bin 25088 -> 0 bytes
 .../lib/gstreamer-0.10/libgstjpeg.dll              |  Bin 106496 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmad.dll               |  Bin 180736 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmatroska.dll          |  Bin 98816 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmms.dll               |  Bin 15360 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmpeg2dec.dll          |  Bin 299520 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmpeg4videoparse.dll   |  Bin 17920 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmpegdemux.dll         |  Bin 104960 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmpegstream.dll        |  Bin 49152 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmscodecs.dll          |  Bin 25088 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmulaw.dll             |  Bin 13824 -> 0 bytes
 .../lib/gstreamer-0.10/libgstmultipart.dll         |  Bin 19968 -> 0 bytes
 .../lib/gstreamer-0.10/libgstneon.dll              |  Bin 49664 -> 0 bytes
 .../lib/gstreamer-0.10/libgstnetsim.dll            |  Bin 12800 -> 0 bytes
 .../lib/gstreamer-0.10/libgstogg.dll               |  Bin 76800 -> 0 bytes
 .../lib/gstreamer-0.10/libgstpcapparse.dll         |  Bin 11776 -> 0 bytes
 .../lib/gstreamer-0.10/libgstplaybin.dll           |  Bin 94720 -> 0 bytes
 .../lib/gstreamer-0.10/libgstpng.dll               |  Bin 22528 -> 0 bytes
 .../lib/gstreamer-0.10/libgstqtdemux.dll           |  Bin 83968 -> 0 bytes
 .../lib/gstreamer-0.10/libgstqueue2.dll            |  Bin 32256 -> 0 bytes
 .../lib/gstreamer-0.10/libgstrealmedia.dll         |  Bin 52736 -> 0 bytes
 .../lib/gstreamer-0.10/libgstresindvd.dll          |  Bin 276992 -> 0 bytes
 .../lib/gstreamer-0.10/libgstrtp.dll               |  Bin 138752 -> 0 bytes
 .../lib/gstreamer-0.10/libgstrtpmanager.dll        |  Bin 112128 -> 0 bytes
 .../lib/gstreamer-0.10/libgstrtpmuxer.dll          |  Bin 15360 -> 0 bytes
 .../lib/gstreamer-0.10/libgstrtsp.dll              |  Bin 61952 -> 0 bytes
 .../lib/gstreamer-0.10/libgstselector.dll          |  Bin 28160 -> 0 bytes
 .../lib/gstreamer-0.10/libgstsiren.dll             |  Bin 57856 -> 0 bytes
 .../lib/gstreamer-0.10/libgstspectrum.dll          |  Bin 16384 -> 0 bytes
 .../lib/gstreamer-0.10/libgsttheora.dll            |  Bin 41984 -> 0 bytes
 .../lib/gstreamer-0.10/libgsttypefindfunctions.dll |  Bin 42496 -> 0 bytes
 .../lib/gstreamer-0.10/libgstudp.dll               |  Bin 32768 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvideobalance.dll      |  Bin 14848 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvideobox.dll          |  Bin 19968 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvideocrop.dll         |  Bin 29184 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvideoflip.dll         |  Bin 17408 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvideomixer.dll        |  Bin 25088 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvideorate.dll         |  Bin 20992 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvideoscale.dll        |  Bin 32768 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvideosignal.dll       |  Bin 16896 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvideotestsrc.dll      |  Bin 29696 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvolume.dll            |  Bin 16896 -> 0 bytes
 .../lib/gstreamer-0.10/libgstvorbis.dll            |  Bin 46592 -> 0 bytes
 .../lib/gstreamer-0.10/libgstwasapi.dll            |  Bin 17920 -> 0 bytes
 .../lib/gstreamer-0.10/libgstwininet.dll           |  Bin 12800 -> 0 bytes
 .../lib/gstreamer-0.10/libgstwinks.dll             |  Bin 41984 -> 0 bytes
 .../lib/gstreamer-0.10/libgstwinscreencap.dll      |  Bin 19968 -> 0 bytes
 .../lib/gstreamer-0.10/libgstx264.dll              |  Bin 472576 -> 0 bytes
 .../lib/gstreamer-0.10/libgstxvid.dll              |  Bin 35328 -> 0 bytes
 95 files changed, 0 insertions(+), 19 deletions(-)

Fri Sep 4 22:40:11 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Revert previous error 
 debian/copyright |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

Fri Sep 4 22:26:54 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Bump Version 0.8.9.7 
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Fri Sep 4 22:22:40 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Change test names to something more specific by appending 'chronojump' 
 chronopic-tests/Makefile.am |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

Fri Sep 4 22:18:16 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add angle stuff to the package dist 
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Fri Sep 4 22:16:21 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Move debian folder to the root folder 
 build/debian/changelog |    6 ----
 build/debian/control   |   14 -----------
 build/debian/copyright |   62 ------------------------------------------------
 build/debian/rules     |    3 --
 build/debian/watch     |    3 --
 debian/changelog       |    6 ++++
 debian/control         |   14 +++++++++++
 debian/copyright       |   57 ++++++++++++++++++++++++++++++++++++++++++++
 debian/rules           |    3 ++
 debian/watch           |    3 ++
 10 files changed, 83 insertions(+), 88 deletions(-)

Fri Sep 4 22:02:39 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add debian/watch file 
 build/debian/watch |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Fri Sep 4 21:39:55 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add copyright info for termansi.* files to debin/copyright 
 build/debian/copyright |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Fri Sep 4 21:34:22 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Use CSC c-sharp compilerZ and fallback to gmcs or gmcs2 if not found 
 configure.ac |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

Fri Sep 4 17:10:43 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
release 0.8.9.7 added licensing for uploaded data on server 
 TODO.txt                                   |    2 -
 chronojump_server/bin/chronojumpServer.dll |  Bin 273408 -> 273408 bytes
 glade/chronojump.glade                     |   34 ++++++++++++++++++++++++---
 src/AssemblyInfo.cs                        |    2 +-
 src/execute/jump.cs                        |    6 ++--
 src/execute/multiChronopic.cs              |    2 +-
 src/execute/pulse.cs                       |    2 +-
 src/execute/reactionTime.cs                |    2 +-
 src/exportSession.cs                       |    2 +-
 src/gui/chronojump.cs                      |   17 +++++++++-----
 src/gui/confirm.cs                         |   34 +++++++++++++++++++--------
 src/gui/preferences.cs                     |    2 +-
 12 files changed, 74 insertions(+), 31 deletions(-)

Fri Sep 4 16:18:36 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
manual says it's updated to 0.8.9.6 
 manual/chronojump_manual_es.lyx |    2 +-
 manual/chronojump_manual_es.pdf |  Bin 2098859 -> 2099285 bytes
 2 files changed, 1 insertions(+), 1 deletions(-)

Fri Sep 4 16:10:15 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Report add/edit comment to stat. done! 
 glade/chronojump.glade   |   40 ++++++++++++++++++++++++++++++++++-
 src/constants.cs         |    4 +++
 src/gui/chronojump.cs    |    2 +-
 src/gui/genericWindow.cs |   47 +++++++++++++++++++++++++++---------------
 src/gui/person.cs        |    2 +-
 src/gui/report.cs        |   51 +++++++++++++++++++++++++++++++++++++++++----
 src/gui/session.cs       |    2 +-
 src/report.cs            |    1 +
 src/statType.cs          |   18 ----------------
 src/util.cs              |    7 ++++++
 10 files changed, 129 insertions(+), 45 deletions(-)

Fri Sep 4 14:36:21 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
report allows seing graph of any stat improved report gui fixed more licensing notes 
 build/debian/copyright                     |    2 +-
 chronojump_server/bin/chronojumpServer.dll |  Bin 273408 -> 273408 bytes
 chronopic-tests/chronopic-serial-conf.c    |   21 +++-
 chronopic-tests/chronopic.c                |   19 +++-
 chronopic-tests/chronopic.cs               |   22 +++-
 chronopic-tests/termansi.c                 |   19 +++-
 chronopic-tests/termansi.h                 |   18 ++++
 chronopic-tests/test-precision.c           |   21 +++-
 chronopic-tests/test-saltos.c              |   23 +++-
 chronopic-tests/test-saltos.mono.cs        |   19 +++-
 chronopic-tests/test-tramas.c              |   22 +++-
 chronopic-tests/test.cs                    |   17 +++
 glade/chronojump.glade                     |  153 +++++++++++++++++++++++++--
 src/exportSession.cs                       |    4 +-
 src/gui/report.cs                          |  110 +++++++++++++++-----
 src/gui/stats.cs                           |    1 -
 src/report.cs                              |   92 +++++++++--------
 src/statType.cs                            |    2 -
 src/util.cs                                |    9 ++
 19 files changed, 460 insertions(+), 114 deletions(-)

Thu Sep 3 18:25:05 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Fixed comment unclosed 
 chronojump_server/bin/chronojumpServer.dll  |  Bin 273408 -> 273408 bytes
 chronojump_server/chronojumpServerCSharp.cs |    3 ++-
 2 files changed, 2 insertions(+), 1 deletions(-)

Thu Sep 3 18:05:27 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Improved copyright/licensing notes 
 build/debian/copyright                      |    5 +++++
 chronojump_server/chronojumpServerCSharp.cs |   22 +++++++++++++++++++++-
 src/AssemblyInfo.cs                         |    2 +-
 src/angle/kneeAngle.cpp                     |   14 ++++----------
 src/angle/kneeAngleFunctions.cpp            |   14 ++++----------
 src/angle/kneeAngleGlobal.cpp               |   15 +++++----------
 src/angle/kneeAngleUtil.cpp                 |   16 ++++------------
 src/chronojump.cs                           |    2 +-
 src/chronojump_mini.cs                      |   20 +++++++++++++++++++-
 src/chronopic.cs                            |   22 +++++++++++++++++-----
 src/constants.cs                            |    2 +-
 src/event.cs                                |    2 +-
 src/eventType.cs                            |    2 +-
 src/execute/event.cs                        |    2 +-
 src/execute/jump.cs                         |    2 +-
 src/execute/multiChronopic.cs               |    2 +-
 src/execute/pulse.cs                        |    2 +-
 src/execute/reactionTime.cs                 |    2 +-
 src/execute/run.cs                          |    2 +-
 src/exportSession.cs                        |    2 +-
 src/gui/about.cs                            |    2 +-
 src/gui/chronojump.cs                       |    2 +-
 src/gui/chronopicConnection.cs              |    2 +-
 src/gui/confirm.cs                          |    2 +-
 src/gui/convertWeight.cs                    |    2 +-
 src/gui/dialogCalendar.cs                   |    2 +-
 src/gui/dialogImageTest.cs                  |    2 +-
 src/gui/dialogMessage.cs                    |    2 +-
 src/gui/dialogServerStats.cs                |    2 +-
 src/gui/error.cs                            |    2 +-
 src/gui/evaluator.cs                        |    2 +-
 src/gui/event.cs                            |    2 +-
 src/gui/eventExecute.cs                     |    2 +-
 src/gui/eventGraphConfigure.cs              |    2 +-
 src/gui/genericWindow.cs                    |    2 +-
 src/gui/helpPorts.cs                        |    2 +-
 src/gui/jump.cs                             |    2 +-
 src/gui/jumpType.cs                         |    2 +-
 src/gui/language.cs                         |    2 +-
 src/gui/multiChronopic.cs                   |    2 +-
 src/gui/person.cs                           |    2 +-
 src/gui/preferences.cs                      |    2 +-
 src/gui/pulse.cs                            |    2 +-
 src/gui/queryServer.cs                      |    2 +-
 src/gui/reactionTime.cs                     |    2 +-
 src/gui/repetitiveConditions.cs             |    2 +-
 src/gui/report.cs                           |    2 +-
 src/gui/run.cs                              |    2 +-
 src/gui/runType.cs                          |    2 +-
 src/gui/server.cs                           |    2 +-
 src/gui/session.cs                          |    2 +-
 src/gui/splash.cs                           |    2 +-
 src/gui/stats.cs                            |    2 +-
 src/jump.cs                                 |    2 +-
 src/jumpType.cs                             |    2 +-
 src/log.cs                                  |    2 +-
 src/multiChronopic.cs                       |    2 +-
 src/multiChronopicType.cs                   |    2 +-
 src/person.cs                               |    2 +-
 src/platform.cs                             |    2 +-
 src/prepareEventGraphObjects.cs             |    2 +-
 src/pulse.cs                                |    2 +-
 src/pulseType.cs                            |    2 +-
 src/reactionTime.cs                         |    2 +-
 src/reactionTimeType.cs                     |    2 +-
 src/report.cs                               |    2 +-
 src/run.cs                                  |    2 +-
 src/runType.cs                              |    2 +-
 src/server.cs                               |    2 +-
 src/serverEvaluator.cs                      |    2 +-
 src/serverPing.cs                           |    2 +-
 src/session.cs                              |    2 +-
 src/sport.cs                                |    2 +-
 src/sqlite/country.cs                       |    2 +-
 src/sqlite/event.cs                         |    2 +-
 src/sqlite/jump.cs                          |    2 +-
 src/sqlite/jumpRj.cs                        |    2 +-
 src/sqlite/jumpType.cs                      |    2 +-
 src/sqlite/main.cs                          |    2 +-
 src/sqlite/multiChronopic.cs                |    2 +-
 src/sqlite/person.cs                        |    2 +-
 src/sqlite/personSession.cs                 |    2 +-
 src/sqlite/personSessionNotUpload.cs        |    2 +-
 src/sqlite/preferences.cs                   |    2 +-
 src/sqlite/pulse.cs                         |    2 +-
 src/sqlite/pulseType.cs                     |    2 +-
 src/sqlite/reactionTime.cs                  |    2 +-
 src/sqlite/run.cs                           |    2 +-
 src/sqlite/runInterval.cs                   |    2 +-
 src/sqlite/runType.cs                       |    2 +-
 src/sqlite/server.cs                        |    2 +-
 src/sqlite/session.cs                       |    2 +-
 src/sqlite/speciallity.cs                   |    2 +-
 src/sqlite/sport.cs                         |    2 +-
 src/sqlite/stat.cs                          |    2 +-
 src/statType.cs                             |    2 +-
 src/stats/djIndex.cs                        |    2 +-
 src/stats/djQ.cs                            |    2 +-
 src/stats/fv.cs                             |    2 +-
 src/stats/global.cs                         |    2 +-
 src/stats/graphs/djIndex.cs                 |    2 +-
 src/stats/graphs/djQ.cs                     |    2 +-
 src/stats/graphs/fv.cs                      |    2 +-
 src/stats/graphs/global.cs                  |    2 +-
 src/stats/graphs/graphData.cs               |    2 +-
 src/stats/graphs/graphROptions.cs           |    2 +-
 src/stats/graphs/graphSerie.cs              |    2 +-
 src/stats/graphs/ieIub.cs                   |    2 +-
 src/stats/graphs/potency.cs                 |    2 +-
 src/stats/graphs/rjAVGSD.cs                 |    2 +-
 src/stats/graphs/rjEvolution.cs             |    2 +-
 src/stats/graphs/rjIndex.cs                 |    2 +-
 src/stats/graphs/rjPotencyBosco.cs          |    2 +-
 src/stats/graphs/sjCmjAbk.cs                |    2 +-
 src/stats/graphs/sjCmjAbkPlus.cs            |    2 +-
 src/stats/ieIub.cs                          |    2 +-
 src/stats/main.cs                           |   17 ++---------------
 src/stats/potency.cs                        |    2 +-
 src/stats/rjAVGSD.cs                        |    2 +-
 src/stats/rjEvolution.cs                    |    2 +-
 src/stats/rjIndex.cs                        |    2 +-
 src/stats/rjPotencyBosco.cs                 |    2 +-
 src/stats/sjCmjAbk.cs                       |    2 +-
 src/stats/sjCmjAbkPlus.cs                   |    2 +-
 src/treeViewEvent.cs                        |    2 +-
 src/treeViewJump.cs                         |    2 +-
 src/treeViewMultiChronopic.cs               |    2 +-
 src/treeViewPerson.cs                       |    2 +-
 src/treeViewPulse.cs                        |    2 +-
 src/treeViewReactionTime.cs                 |    2 +-
 src/treeViewRun.cs                          |    2 +-
 src/updateProgressBar.cs                    |    2 +-
 src/util.cs                                 |    2 +-
 src/utilDate.cs                             |    2 +-
 src/utilGtk.cs                              |    2 +-
 135 files changed, 207 insertions(+), 190 deletions(-)

Thu Sep 3 17:19:51 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
multissesion graphs done! (nplot -> R done!) disallowed XY and stripchart on multisession still needs fine tuning with titles and subtitles for all graphs 
 TODO.txt                                   |    1 -
 chronojump_server/bin/chronojumpServer.dll |  Bin 272896 -> 273408 bytes
 src/constants.cs                           |    3 +-
 src/gui/stats.cs                           |  162 +++++++++++++++-------------
 src/stats/main.cs                          |   47 ++++-----
 src/util.cs                                |   10 ++
 6 files changed, 118 insertions(+), 105 deletions(-)

Thu Sep 3 15:17:34 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Prevent R to save the workspace in the execution folder 	Useful in Windows Vista where users do not have 	write permissions in the execution fodler where 	R saves the workspace in file '.RData' using 	default '--save' option 
 chronojump_server/bin/chronojumpServer.dll |  Bin 272896 -> 272896 bytes
 src/util.cs                                |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)

Thu Sep 3 14:58:46 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Win32 fixes for R command execution 
 chronojump_server/bin/chronojumpServer.dll |  Bin 272896 -> 272896 bytes
 src/stats/main.cs                          |    9 ++++-----
 src/util.cs                                |   22 ++++++++++++++++++++++
 3 files changed, 26 insertions(+), 5 deletions(-)

Thu Sep 3 14:57:36 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add R installation to Windows bundle 
 build/windows_bundle/bin/R.dll                     |  Bin 0 -> 2955264 bytes
 build/windows_bundle/bin/R.exe                     |  Bin 0 -> 39424 bytes
 build/windows_bundle/bin/Rblas.dll                 |  Bin 0 -> 169749 bytes
 build/windows_bundle/bin/Rgraphapp.dll             |  Bin 0 -> 269617 bytes
 build/windows_bundle/bin/Riconv.dll                |  Bin 0 -> 31526 bytes
 build/windows_bundle/bin/Rterm.exe                 |  Bin 0 -> 28160 bytes
 build/windows_bundle/bin/Rzlib.dll                 |  Bin 0 -> 92857 bytes
 build/windows_bundle/etc/Rcmd_environ              |   41 +
 build/windows_bundle/etc/Rconsole                  |   74 +
 build/windows_bundle/etc/Rdevga                    |   36 +
 build/windows_bundle/etc/rgb.txt                   |  658 +++
 .../windows_bundle/library/KernSmooth/DESCRIPTION  |   18 +
 build/windows_bundle/library/KernSmooth/INDEX      |    7 +
 build/windows_bundle/library/KernSmooth/LICENCE    |    5 +
 .../windows_bundle/library/KernSmooth/Meta/Rd.rds  |  Bin 0 -> 452 bytes
 .../library/KernSmooth/Meta/hsearch.rds            |  Bin 0 -> 468 bytes
 .../library/KernSmooth/Meta/nsInfo.rds             |  Bin 0 -> 335 bytes
 .../library/KernSmooth/Meta/package.rds            |  Bin 0 -> 765 bytes
 build/windows_bundle/library/KernSmooth/NAMESPACE  |    3 +
 .../windows_bundle/library/KernSmooth/R-ex/bkde.R  |   14 +
 .../library/KernSmooth/R-ex/bkde2D.R               |   15 +
 .../windows_bundle/library/KernSmooth/R-ex/bkfe.R  |   13 +
 .../windows_bundle/library/KernSmooth/R-ex/dpih.R  |   15 +
 .../windows_bundle/library/KernSmooth/R-ex/dpik.R  |   15 +
 .../windows_bundle/library/KernSmooth/R-ex/dpill.R |   17 +
 .../library/KernSmooth/R-ex/locpoly.R              |   21 +
 .../windows_bundle/library/KernSmooth/R/KernSmooth |    9 +
 .../library/KernSmooth/R/KernSmooth.rdb            |  Bin 0 -> 13198 bytes
 .../library/KernSmooth/R/KernSmooth.rdx            |  Bin 0 -> 415 bytes
 .../windows_bundle/library/KernSmooth/help/AnIndex |    7 +
 build/windows_bundle/library/KernSmooth/help/bkde  |   88 +
 .../windows_bundle/library/KernSmooth/help/bkde2D  |   81 +
 build/windows_bundle/library/KernSmooth/help/bkfe  |   68 +
 build/windows_bundle/library/KernSmooth/help/dpih  |   84 +
 build/windows_bundle/library/KernSmooth/help/dpik  |   88 +
 build/windows_bundle/library/KernSmooth/help/dpill |   91 +
 .../windows_bundle/library/KernSmooth/help/locpoly |  100 +
 .../library/KernSmooth/libs/KernSmooth.dll         |  Bin 0 -> 15360 bytes
 build/windows_bundle/library/MASS/CITATION         |   18 +
 build/windows_bundle/library/MASS/DESCRIPTION      |   24 +
 build/windows_bundle/library/MASS/INDEX            |  172 +
 build/windows_bundle/library/MASS/LICENCE          |   52 +
 build/windows_bundle/library/MASS/Meta/Rd.rds      |  Bin 0 -> 6497 bytes
 build/windows_bundle/library/MASS/Meta/data.rds    |  Bin 0 -> 2328 bytes
 build/windows_bundle/library/MASS/Meta/hsearch.rds |  Bin 0 -> 5984 bytes
 build/windows_bundle/library/MASS/Meta/nsInfo.rds  |  Bin 0 -> 1402 bytes
 build/windows_bundle/library/MASS/Meta/package.rds |  Bin 0 -> 994 bytes
 build/windows_bundle/library/MASS/NAMESPACE        |  170 +
 build/windows_bundle/library/MASS/NEWS             |  161 +
 build/windows_bundle/library/MASS/R-ex/Rex.zip     |  Bin 0 -> 43519 bytes
 build/windows_bundle/library/MASS/R/MASS           |    9 +
 build/windows_bundle/library/MASS/R/MASS.rdb       |  Bin 0 -> 121806 bytes
 build/windows_bundle/library/MASS/R/MASS.rdx       |  Bin 0 -> 2774 bytes
 build/windows_bundle/library/MASS/data/Rdata.rdb   |  Bin 0 -> 167747 bytes
 build/windows_bundle/library/MASS/data/Rdata.rds   |  Bin 0 -> 768 bytes
 build/windows_bundle/library/MASS/data/Rdata.rdx   |  Bin 0 -> 1205 bytes
 build/windows_bundle/library/MASS/help/AnIndex     |  254 +
 build/windows_bundle/library/MASS/help/Rhelp.zip   |  Bin 0 -> 172062 bytes
 build/windows_bundle/library/MASS/libs/MASS.dll    |  Bin 0 -> 16384 bytes
 build/windows_bundle/library/MASS/scripts/ch01.R   |  114 +
 build/windows_bundle/library/MASS/scripts/ch02.R   |  199 +
 build/windows_bundle/library/MASS/scripts/ch03.R   |  185 +
 build/windows_bundle/library/MASS/scripts/ch04.R   |  254 +
 build/windows_bundle/library/MASS/scripts/ch05.R   |  283 +
 build/windows_bundle/library/MASS/scripts/ch06.R   |  348 ++
 build/windows_bundle/library/MASS/scripts/ch07.R   |  183 +
 build/windows_bundle/library/MASS/scripts/ch08.R   |  457 ++
 build/windows_bundle/library/MASS/scripts/ch09.R   |  104 +
 build/windows_bundle/library/MASS/scripts/ch10.R   |  282 +
 build/windows_bundle/library/MASS/scripts/ch11.R   |  231 +
 build/windows_bundle/library/MASS/scripts/ch12.R   |  436 ++
 build/windows_bundle/library/MASS/scripts/ch13.R   |  287 +
 build/windows_bundle/library/MASS/scripts/ch14.R   |  258 +
 build/windows_bundle/library/MASS/scripts/ch15.R   |  188 +
 build/windows_bundle/library/MASS/scripts/ch16.R   |  168 +
 build/windows_bundle/library/Matrix/Copyrights     |   58 +
 build/windows_bundle/library/Matrix/DESCRIPTION    |   27 +
 build/windows_bundle/library/Matrix/Doxyfile       | 1295 +++++
 build/windows_bundle/library/Matrix/INDEX          |  137 +
 build/windows_bundle/library/Matrix/Meta/Rd.rds    |  Bin 0 -> 11515 bytes
 build/windows_bundle/library/Matrix/Meta/data.rds  |  Bin 0 -> 239 bytes
 .../windows_bundle/library/Matrix/Meta/hsearch.rds |  Bin 0 -> 11919 bytes
 .../windows_bundle/library/Matrix/Meta/nsInfo.rds  |  Bin 0 -> 1354 bytes
 .../windows_bundle/library/Matrix/Meta/package.rds |  Bin 0 -> 1101 bytes
 .../library/Matrix/Meta/vignette.rds               |  Bin 0 -> 431 bytes
 build/windows_bundle/library/Matrix/NAMESPACE      |  285 +
 build/windows_bundle/library/Matrix/R-ex/Rex.zip   |  Bin 0 -> 58046 bytes
 build/windows_bundle/library/Matrix/R/Matrix       |    9 +
 build/windows_bundle/library/Matrix/R/Matrix.rdb   |  Bin 0 -> 969713 bytes
 build/windows_bundle/library/Matrix/R/Matrix.rdx   |  Bin 0 -> 11708 bytes
 build/windows_bundle/library/Matrix/data/CAex.R    |   18 +
 build/windows_bundle/library/Matrix/data/KNex.R    |   11 +
 .../library/Matrix/data/USCounties.R               |   17 +
 .../windows_bundle/library/Matrix/doc/Announce.txt |   79 +
 .../library/Matrix/doc/Comparisons.R               |  162 +
 .../library/Matrix/doc/Comparisons.Rnw             |  257 +
 .../library/Matrix/doc/Comparisons.pdf             |  Bin 0 -> 169195 bytes
 .../library/Matrix/doc/DSC2009_abstract.pdf        |  Bin 0 -> 27207 bytes
 .../library/Matrix/doc/DSC2009_abstract.tex        |   80 +
 .../library/Matrix/doc/DSC2009_abstract.txt        |   51 +
 .../library/Matrix/doc/Design-issues.R             |   44 +
 .../library/Matrix/doc/Design-issues.Rnw           |  170 +
 .../library/Matrix/doc/Design-issues.pdf           |  Bin 0 -> 135360 bytes
 .../library/Matrix/doc/Intro2Matrix.R              |   97 +
 .../library/Matrix/doc/Intro2Matrix.Rnw            |  450 ++
 .../library/Matrix/doc/Intro2Matrix.pdf            |  Bin 0 -> 247762 bytes
 .../library/Matrix/doc/Introduction.R              |    6 +
 .../library/Matrix/doc/Introduction.Rnw            |  169 +
 .../library/Matrix/doc/Introduction.pdf            |  Bin 0 -> 126973 bytes
 build/windows_bundle/library/Matrix/doc/Matrix.bib |  483 ++
 .../library/Matrix/doc/UFsparse/AMD.txt            |  215 +
 .../library/Matrix/doc/UFsparse/CHOLMOD.txt        |   84 +
 .../library/Matrix/doc/UFsparse/COLAMD.txt         |  127 +
 .../library/Matrix/doc/UFsparse/SPQR.txt           |   56 +
 .../library/Matrix/doc/UFsparse/UFconfig.txt       |   35 +
 .../library/Matrix/doc/UFsparse/UserGuides.txt     |   20 +
 .../windows_bundle/library/Matrix/doc/fullpage.sty |   78 +
 build/windows_bundle/library/Matrix/doc/index.html |   18 +
 .../library/Matrix/doc/myVignette.sty              |   79 +
 .../library/Matrix/doc/sparseModels.R              |  146 +
 .../library/Matrix/doc/sparseModels.Rnw            |  290 +
 .../library/Matrix/doc/sparseModels.pdf            |  Bin 0 -> 1787777 bytes
 .../library/Matrix/external/CAex_slots.rda         |  Bin 0 -> 1672 bytes
 .../library/Matrix/external/KNex_slots.rda         |  Bin 0 -> 56448 bytes
 .../library/Matrix/external/USCounties_slots.rda   |  Bin 0 -> 30347 bytes
 .../library/Matrix/external/lund_a.mtx             | 1300 +++++
 .../library/Matrix/external/lund_a.rsa             |  356 ++
 .../library/Matrix/external/pores_1.mtx            |  182 +
 .../library/Matrix/external/test3comp.rda          |  Bin 0 -> 4497 bytes
 .../library/Matrix/external/utm300.rua             | 1295 +++++
 .../library/Matrix/external/wrong.mtx              |    4 +
 build/windows_bundle/library/Matrix/help/AnIndex   | 1686 ++++++
 build/windows_bundle/library/Matrix/help/Rhelp.zip |  Bin 0 -> 118848 bytes
 .../windows_bundle/library/Matrix/include/Matrix.h |   49 +
 .../library/Matrix/include/Matrix_stubs.c          |  581 ++
 .../library/Matrix/include/cholmod.h               |  876 +++
 .../windows_bundle/library/Matrix/libs/Matrix.dll  |  Bin 0 -> 505344 bytes
 build/windows_bundle/library/Matrix/test-tools.R   |  535 ++
 build/windows_bundle/library/base/CITATION         |   23 +
 build/windows_bundle/library/base/DESCRIPTION      |    9 +
 build/windows_bundle/library/base/INDEX            |  411 ++
 build/windows_bundle/library/base/Meta/Rd.rds      |  Bin 0 -> 19253 bytes
 build/windows_bundle/library/base/Meta/demo.rds    |  Bin 0 -> 213 bytes
 build/windows_bundle/library/base/Meta/hsearch.rds |  Bin 0 -> 19874 bytes
 build/windows_bundle/library/base/Meta/package.rds |  Bin 0 -> 482 bytes
 build/windows_bundle/library/base/R-ex/Rex.zip     |  Bin 0 -> 132376 bytes
 build/windows_bundle/library/base/R/Rprofile       |  130 +
 build/windows_bundle/library/base/R/base           |   82 +
 build/windows_bundle/library/base/R/base.rdb       |  Bin 0 -> 281153 bytes
 build/windows_bundle/library/base/R/base.rdx       |  Bin 0 -> 11411 bytes
 build/windows_bundle/library/base/demo/is.things.R |  122 +
 build/windows_bundle/library/base/demo/recursion.R |   81 +
 build/windows_bundle/library/base/demo/scoping.R   |   48 +
 build/windows_bundle/library/base/help/AnIndex     | 1396 +++++
 build/windows_bundle/library/base/help/Rhelp.zip   |  Bin 0 -> 534157 bytes
 build/windows_bundle/library/boot/CITATION         |   34 +
 build/windows_bundle/library/boot/DESCRIPTION      |   21 +
 build/windows_bundle/library/boot/INDEX            |   75 +
 build/windows_bundle/library/boot/Meta/Rd.rds      |  Bin 0 -> 3431 bytes
 build/windows_bundle/library/boot/Meta/data.rds    |  Bin 0 -> 1333 bytes
 build/windows_bundle/library/boot/Meta/hsearch.rds |  Bin 0 -> 3103 bytes
 build/windows_bundle/library/boot/Meta/nsInfo.rds  |  Bin 0 -> 485 bytes
 build/windows_bundle/library/boot/Meta/package.rds |  Bin 0 -> 867 bytes
 build/windows_bundle/library/boot/NAMESPACE        |   18 +
 build/windows_bundle/library/boot/R-ex/Rex.zip     |  Bin 0 -> 21115 bytes
 build/windows_bundle/library/boot/R/boot           |    9 +
 build/windows_bundle/library/boot/R/boot.rdb       |  Bin 0 -> 54852 bytes
 build/windows_bundle/library/boot/R/boot.rdx       |  Bin 0 -> 1222 bytes
 build/windows_bundle/library/boot/data/Rdata.rdb   |  Bin 0 -> 87271 bytes
 build/windows_bundle/library/boot/data/Rdata.rds   |  Bin 0 -> 468 bytes
 build/windows_bundle/library/boot/data/Rdata.rdx   |  Bin 0 -> 757 bytes
 build/windows_bundle/library/boot/help/AnIndex     |  100 +
 build/windows_bundle/library/boot/help/Rhelp.zip   |  Bin 0 -> 124652 bytes
 build/windows_bundle/library/class/CITATION        |   18 +
 build/windows_bundle/library/class/DESCRIPTION     |   23 +
 build/windows_bundle/library/class/INDEX           |   16 +
 build/windows_bundle/library/class/LICENCE         |   52 +
 build/windows_bundle/library/class/Meta/Rd.rds     |  Bin 0 -> 673 bytes
 .../windows_bundle/library/class/Meta/hsearch.rds  |  Bin 0 -> 650 bytes
 build/windows_bundle/library/class/Meta/nsInfo.rds |  Bin 0 -> 381 bytes
 .../windows_bundle/library/class/Meta/package.rds  |  Bin 0 -> 975 bytes
 build/windows_bundle/library/class/NAMESPACE       |   10 +
 build/windows_bundle/library/class/NEWS            |   14 +
 build/windows_bundle/library/class/R-ex/SOM.R      |   23 +
 build/windows_bundle/library/class/R-ex/batchSOM.R |   24 +
 build/windows_bundle/library/class/R-ex/condense.R |   17 +
 build/windows_bundle/library/class/R-ex/knn.R      |   15 +
 build/windows_bundle/library/class/R-ex/knn.cv.R   |   14 +
 build/windows_bundle/library/class/R-ex/knn1.R     |   14 +
 build/windows_bundle/library/class/R-ex/lvq1.R     |   19 +
 build/windows_bundle/library/class/R-ex/lvq2.R     |   19 +
 build/windows_bundle/library/class/R-ex/lvq3.R     |   19 +
 build/windows_bundle/library/class/R-ex/lvqinit.R  |   17 +
 build/windows_bundle/library/class/R-ex/lvqtest.R  |   12 +
 .../windows_bundle/library/class/R-ex/multiedit.R  |   22 +
 build/windows_bundle/library/class/R-ex/olvq1.R    |   17 +
 .../windows_bundle/library/class/R-ex/reduce.nn.R  |   17 +
 build/windows_bundle/library/class/R/class         |    9 +
 build/windows_bundle/library/class/R/class.rdb     |  Bin 0 -> 9569 bytes
 build/windows_bundle/library/class/R/class.rdx     |  Bin 0 -> 460 bytes
 build/windows_bundle/library/class/help/AnIndex    |   17 +
 build/windows_bundle/library/class/help/SOM        |   82 +
 build/windows_bundle/library/class/help/batchSOM   |   69 +
 build/windows_bundle/library/class/help/condense   |   58 +
 build/windows_bundle/library/class/help/knn        |   65 +
 build/windows_bundle/library/class/help/knn.cv     |   66 +
 build/windows_bundle/library/class/help/knn1       |   48 +
 build/windows_bundle/library/class/help/lvq1       |   63 +
 build/windows_bundle/library/class/help/lvq2       |   67 +
 build/windows_bundle/library/class/help/lvq3       |   68 +
 build/windows_bundle/library/class/help/lvqinit    |   65 +
 build/windows_bundle/library/class/help/lvqtest    |   43 +
 build/windows_bundle/library/class/help/multiedit  |   60 +
 build/windows_bundle/library/class/help/olvq1      |   61 +
 build/windows_bundle/library/class/help/reduce.nn  |   56 +
 build/windows_bundle/library/class/help/somgrid    |   54 +
 build/windows_bundle/library/class/libs/class.dll  |  Bin 0 -> 10240 bytes
 build/windows_bundle/library/cluster/CITATION      |   28 +
 build/windows_bundle/library/cluster/DESCRIPTION   |   20 +
 build/windows_bundle/library/cluster/INDEX         |   65 +
 build/windows_bundle/library/cluster/Meta/Rd.rds   |  Bin 0 -> 2195 bytes
 build/windows_bundle/library/cluster/Meta/data.rds |  Bin 0 -> 347 bytes
 .../library/cluster/Meta/hsearch.rds               |  Bin 0 -> 2101 bytes
 .../windows_bundle/library/cluster/Meta/nsInfo.rds |  Bin 0 -> 584 bytes
 .../library/cluster/Meta/package.rds               |  Bin 0 -> 831 bytes
 build/windows_bundle/library/cluster/NAMESPACE     |   73 +
 build/windows_bundle/library/cluster/R-ex/Rex.zip  |  Bin 0 -> 17805 bytes
 build/windows_bundle/library/cluster/R/cluster     |    9 +
 build/windows_bundle/library/cluster/R/cluster.rdb |  Bin 0 -> 43161 bytes
 build/windows_bundle/library/cluster/R/cluster.rdx |  Bin 0 -> 1092 bytes
 .../windows_bundle/library/cluster/data/Rdata.rdb  |  Bin 0 -> 48790 bytes
 .../windows_bundle/library/cluster/data/Rdata.rds  |  Bin 0 -> 164 bytes
 .../windows_bundle/library/cluster/data/Rdata.rdx  |  Bin 0 -> 268 bytes
 build/windows_bundle/library/cluster/help/AnIndex  |   78 +
 .../windows_bundle/library/cluster/help/Rhelp.zip  |  Bin 0 -> 75318 bytes
 .../library/cluster/libs/cluster.dll               |  Bin 0 -> 41472 bytes
 build/windows_bundle/library/codetools/DESCRIPTION |   11 +
 build/windows_bundle/library/codetools/INDEX       |    5 +
 build/windows_bundle/library/codetools/Meta/Rd.rds |  Bin 0 -> 534 bytes
 .../library/codetools/Meta/hsearch.rds             |  Bin 0 -> 579 bytes
 .../library/codetools/Meta/nsInfo.rds              |  Bin 0 -> 340 bytes
 .../library/codetools/Meta/package.rds             |  Bin 0 -> 562 bytes
 build/windows_bundle/library/codetools/NAMESPACE   |   18 +
 .../library/codetools/R-ex/checkUsage.R            |   13 +
 .../library/codetools/R-ex/findGlobals.R           |   12 +
 .../library/codetools/R-ex/showTree.R              |   13 +
 build/windows_bundle/library/codetools/R/codetools |    9 +
 .../library/codetools/R/codetools.rdb              |  Bin 0 -> 24976 bytes
 .../library/codetools/R/codetools.rdx              |  Bin 0 -> 1416 bytes
 .../windows_bundle/library/codetools/help/AnIndex  |   20 +
 .../library/codetools/help/checkUsage              |   81 +
 .../library/codetools/help/codetools               |   84 +
 .../library/codetools/help/findGlobals             |   38 +
 .../windows_bundle/library/codetools/help/showTree |   29 +
 build/windows_bundle/library/datasets/DESCRIPTION  |    9 +
 build/windows_bundle/library/datasets/INDEX        |   98 +
 build/windows_bundle/library/datasets/Meta/Rd.rds  |  Bin 0 -> 3592 bytes
 .../windows_bundle/library/datasets/Meta/data.rds  |  Bin 0 -> 2666 bytes
 .../library/datasets/Meta/hsearch.rds              |  Bin 0 -> 3199 bytes
 .../library/datasets/Meta/package.rds              |  Bin 0 -> 483 bytes
 build/windows_bundle/library/datasets/R-ex/Rex.zip |  Bin 0 -> 27923 bytes
 build/windows_bundle/library/datasets/R/datasets   |   20 +
 .../windows_bundle/library/datasets/data/Rdata.rdb |  Bin 0 -> 139015 bytes
 .../windows_bundle/library/datasets/data/Rdata.rds |  Bin 0 -> 1047 bytes
 .../windows_bundle/library/datasets/data/Rdata.rdx |  Bin 0 -> 1509 bytes
 .../library/datasets/data/morley.tab               |  102 +
 build/windows_bundle/library/datasets/help/AnIndex |  107 +
 .../windows_bundle/library/datasets/help/Rhelp.zip |  Bin 0 -> 71530 bytes
 build/windows_bundle/library/foreign/COPYING       |  340 ++
 build/windows_bundle/library/foreign/DESCRIPTION   |   21 +
 build/windows_bundle/library/foreign/INDEX         |   18 +
 build/windows_bundle/library/foreign/LICENCE       |    7 +
 build/windows_bundle/library/foreign/Meta/Rd.rds   |  Bin 0 -> 741 bytes
 .../library/foreign/Meta/hsearch.rds               |  Bin 0 -> 726 bytes
 .../windows_bundle/library/foreign/Meta/nsInfo.rds |  Bin 0 -> 388 bytes
 .../library/foreign/Meta/package.rds               |  Bin 0 -> 867 bytes
 build/windows_bundle/library/foreign/NAMESPACE     |   10 +
 .../library/foreign/R-ex/lookup.xport.R            |   13 +
 build/windows_bundle/library/foreign/R-ex/read.S.R |   13 +
 .../windows_bundle/library/foreign/R-ex/read.dbf.R |   13 +
 .../windows_bundle/library/foreign/R-ex/read.dta.R |   13 +
 .../library/foreign/R-ex/read.epiinfo.R            |   13 +
 .../windows_bundle/library/foreign/R-ex/read.mtp.R |   13 +
 .../library/foreign/R-ex/read.spss.R               |   18 +
 .../windows_bundle/library/foreign/R-ex/read.ssd.R |   28 +
 .../library/foreign/R-ex/read.systat.R             |   14 +
 .../library/foreign/R-ex/read.xport.R              |   13 +
 .../library/foreign/R-ex/write.arff.R              |   11 +
 .../library/foreign/R-ex/write.dbf.R               |   30 +
 .../library/foreign/R-ex/write.dta.R               |   12 +
 .../library/foreign/R-ex/write.foreign.R           |   17 +
 build/windows_bundle/library/foreign/R/foreign     |    9 +
 build/windows_bundle/library/foreign/R/foreign.rdb |  Bin 0 -> 22591 bytes
 build/windows_bundle/library/foreign/R/foreign.rdx |  Bin 0 -> 652 bytes
 .../library/foreign/files/HillRace.SYD             |  Bin 0 -> 2070 bytes
 .../windows_bundle/library/foreign/files/Iris.syd  |  Bin 0 -> 6462 bytes
 .../windows_bundle/library/foreign/files/sids.dbf  |  Bin 0 -> 17282 bytes
 build/windows_bundle/library/foreign/help/AnIndex  |   17 +
 .../library/foreign/help/lookup.xport              |   43 +
 build/windows_bundle/library/foreign/help/read.S   |   62 +
 .../windows_bundle/library/foreign/help/read.arff  |   33 +
 build/windows_bundle/library/foreign/help/read.dbf |   70 +
 build/windows_bundle/library/foreign/help/read.dta |   95 +
 .../library/foreign/help/read.epiinfo              |   68 +
 build/windows_bundle/library/foreign/help/read.mtp |   37 +
 .../library/foreign/help/read.octave               |   45 +
 .../windows_bundle/library/foreign/help/read.spss  |  140 +
 build/windows_bundle/library/foreign/help/read.ssd |   82 +
 .../library/foreign/help/read.systat               |   65 +
 .../windows_bundle/library/foreign/help/read.xport |   52 +
 .../windows_bundle/library/foreign/help/write.arff |   49 +
 .../windows_bundle/library/foreign/help/write.dbf  |   92 +
 .../windows_bundle/library/foreign/help/write.dta  |   98 +
 .../library/foreign/help/write.foreign             |   65 +
 .../library/foreign/libs/foreign.dll               |  Bin 0 -> 107008 bytes
 build/windows_bundle/library/grDevices/DESCRIPTION |    9 +
 build/windows_bundle/library/grDevices/INDEX       |   64 +
 build/windows_bundle/library/grDevices/Meta/Rd.rds |  Bin 0 -> 2708 bytes
 .../library/grDevices/Meta/hsearch.rds             |  Bin 0 -> 2653 bytes
 .../library/grDevices/Meta/nsInfo.rds              |  Bin 0 -> 1004 bytes
 .../library/grDevices/Meta/package.rds             |  Bin 0 -> 530 bytes
 build/windows_bundle/library/grDevices/NAMESPACE   |   54 +
 .../windows_bundle/library/grDevices/R-ex/Rex.zip  |  Bin 0 -> 20972 bytes
 build/windows_bundle/library/grDevices/R/grDevices |    9 +
 .../library/grDevices/R/grDevices.rdb              |  Bin 0 -> 56184 bytes
 .../library/grDevices/R/grDevices.rdx              |  Bin 0 -> 1962 bytes
 .../library/grDevices/afm/CM_boldx_10.afm.gz       |  Bin 0 -> 3053 bytes
 .../grDevices/afm/CM_boldx_italic_10.afm.gz        |  Bin 0 -> 3149 bytes
 .../library/grDevices/afm/CM_italic_10.afm.gz      |  Bin 0 -> 3048 bytes
 .../library/grDevices/afm/CM_regular_10.afm.gz     |  Bin 0 -> 2953 bytes
 .../library/grDevices/afm/CM_symbol_10.afm.gz      |  Bin 0 -> 2254 bytes
 .../library/grDevices/afm/Courier-Bold.afm.gz      |  Bin 0 -> 3984 bytes
 .../grDevices/afm/Courier-BoldOblique.afm.gz       |  Bin 0 -> 4112 bytes
 .../library/grDevices/afm/Courier-Oblique.afm.gz   |  Bin 0 -> 4102 bytes
 .../library/grDevices/afm/Courier.afm.gz           |  Bin 0 -> 3973 bytes
 .../library/grDevices/afm/Helvetica-Bold.afm.gz    |  Bin 0 -> 13003 bytes
 .../grDevices/afm/Helvetica-BoldOblique.afm.gz     |  Bin 0 -> 13213 bytes
 .../library/grDevices/afm/Helvetica-Oblique.afm.gz |  Bin 0 -> 13825 bytes
 .../library/grDevices/afm/Helvetica.afm.gz         |  Bin 0 -> 13638 bytes
 .../library/grDevices/afm/MustRead.html            |    1 +
 build/windows_bundle/library/grDevices/afm/README  |   20 +
 .../library/grDevices/afm/Symbol.afm.gz            |  Bin 0 -> 3443 bytes
 .../library/grDevices/afm/Times-Bold.afm.gz        |  Bin 0 -> 12329 bytes
 .../library/grDevices/afm/Times-BoldItalic.afm.gz  |  Bin 0 -> 11711 bytes
 .../library/grDevices/afm/Times-Italic.afm.gz      |  Bin 0 -> 12658 bytes
 .../library/grDevices/afm/Times-Roman.afm.gz       |  Bin 0 -> 11845 bytes
 .../library/grDevices/afm/ZapfDingbats.afm.gz      |  Bin 0 -> 2544 bytes
 .../library/grDevices/afm/a010013l.afm.gz          |  Bin 0 -> 10225 bytes
 .../library/grDevices/afm/a010015l.afm.gz          |  Bin 0 -> 10048 bytes
 .../library/grDevices/afm/a010033l.afm.gz          |  Bin 0 -> 10273 bytes
 .../library/grDevices/afm/a010035l.afm.gz          |  Bin 0 -> 10190 bytes
 .../library/grDevices/afm/agd_____.afm.gz          |  Bin 0 -> 4903 bytes
 .../library/grDevices/afm/agdo____.afm.gz          |  Bin 0 -> 4978 bytes
 .../library/grDevices/afm/agw_____.afm.gz          |  Bin 0 -> 5059 bytes
 .../library/grDevices/afm/agwo____.afm.gz          |  Bin 0 -> 5139 bytes
 .../library/grDevices/afm/b018012l.afm.gz          |  Bin 0 -> 10253 bytes
 .../library/grDevices/afm/b018015l.afm.gz          |  Bin 0 -> 10087 bytes
 .../library/grDevices/afm/b018032l.afm.gz          |  Bin 0 -> 10361 bytes
 .../library/grDevices/afm/b018035l.afm.gz          |  Bin 0 -> 10359 bytes
 .../library/grDevices/afm/bkd_____.afm.gz          |  Bin 0 -> 4254 bytes
 .../library/grDevices/afm/bkdi____.afm.gz          |  Bin 0 -> 4369 bytes
 .../library/grDevices/afm/bkl_____.afm.gz          |  Bin 0 -> 4257 bytes
 .../library/grDevices/afm/bkli____.afm.gz          |  Bin 0 -> 4331 bytes
 .../library/grDevices/afm/c059013l.afm.gz          |  Bin 0 -> 10343 bytes
 .../library/grDevices/afm/c059016l.afm.gz          |  Bin 0 -> 10247 bytes
 .../library/grDevices/afm/c059033l.afm.gz          |  Bin 0 -> 10540 bytes
 .../library/grDevices/afm/c059036l.afm.gz          |  Bin 0 -> 10474 bytes
 .../library/grDevices/afm/cmbxti10.afm.gz          |  Bin 0 -> 2937 bytes
 .../library/grDevices/afm/cmti10.afm.gz            |  Bin 0 -> 2915 bytes
 .../library/grDevices/afm/cob_____.afm.gz          |  Bin 0 -> 3973 bytes
 .../library/grDevices/afm/cobo____.afm.gz          |  Bin 0 -> 4084 bytes
 .../library/grDevices/afm/com_____.afm.gz          |  Bin 0 -> 3972 bytes
 .../library/grDevices/afm/coo_____.afm.gz          |  Bin 0 -> 4092 bytes
 .../library/grDevices/afm/hv______.afm.gz          |  Bin 0 -> 4826 bytes
 .../library/grDevices/afm/hvb_____.afm.gz          |  Bin 0 -> 4691 bytes
 .../library/grDevices/afm/hvbo____.afm.gz          |  Bin 0 -> 4833 bytes
 .../library/grDevices/afm/hvn_____.afm.gz          |  Bin 0 -> 4810 bytes
 .../library/grDevices/afm/hvnb____.afm.gz          |  Bin 0 -> 4675 bytes
 .../library/grDevices/afm/hvnbo___.afm.gz          |  Bin 0 -> 4826 bytes
 .../library/grDevices/afm/hvno____.afm.gz          |  Bin 0 -> 4963 bytes
 .../library/grDevices/afm/hvo_____.afm.gz          |  Bin 0 -> 4977 bytes
 .../library/grDevices/afm/n019003l.afm.gz          |  Bin 0 -> 10217 bytes
 .../library/grDevices/afm/n019004l.afm.gz          |  Bin 0 -> 10045 bytes
 .../library/grDevices/afm/n019023l.afm.gz          |  Bin 0 -> 10484 bytes
 .../library/grDevices/afm/n019024l.afm.gz          |  Bin 0 -> 10323 bytes
 .../library/grDevices/afm/n019043l.afm.gz          |  Bin 0 -> 10095 bytes
 .../library/grDevices/afm/n019044l.afm.gz          |  Bin 0 -> 9785 bytes
 .../library/grDevices/afm/n019063l.afm.gz          |  Bin 0 -> 10284 bytes
 .../library/grDevices/afm/n019064l.afm.gz          |  Bin 0 -> 10166 bytes
 .../library/grDevices/afm/n021003l.afm.gz          |  Bin 0 -> 10539 bytes
 .../library/grDevices/afm/n021004l.afm.gz          |  Bin 0 -> 10355 bytes
 .../library/grDevices/afm/n021023l.afm.gz          |  Bin 0 -> 10545 bytes
 .../library/grDevices/afm/n021024l.afm.gz          |  Bin 0 -> 10525 bytes
 .../library/grDevices/afm/n022003l.afm.gz          |  Bin 0 -> 5477 bytes
 .../library/grDevices/afm/n022004l.afm.gz          |  Bin 0 -> 5574 bytes
 .../library/grDevices/afm/n022023l.afm.gz          |  Bin 0 -> 5872 bytes
 .../library/grDevices/afm/n022024l.afm.gz          |  Bin 0 -> 5854 bytes
 .../library/grDevices/afm/ncb_____.afm.gz          |  Bin 0 -> 4281 bytes
 .../library/grDevices/afm/ncbi____.afm.gz          |  Bin 0 -> 4921 bytes
 .../library/grDevices/afm/nci_____.afm.gz          |  Bin 0 -> 4519 bytes
 .../library/grDevices/afm/ncr_____.afm.gz          |  Bin 0 -> 4453 bytes
 .../library/grDevices/afm/p052003l.afm.gz          |  Bin 0 -> 10421 bytes
 .../library/grDevices/afm/p052004l.afm.gz          |  Bin 0 -> 10230 bytes
 .../library/grDevices/afm/p052023l.afm.gz          |  Bin 0 -> 10524 bytes
 .../library/grDevices/afm/p052024l.afm.gz          |  Bin 0 -> 10281 bytes
 .../library/grDevices/afm/pob_____.afm.gz          |  Bin 0 -> 4395 bytes
 .../library/grDevices/afm/pobi____.afm.gz          |  Bin 0 -> 4432 bytes
 .../library/grDevices/afm/poi_____.afm.gz          |  Bin 0 -> 4454 bytes
 .../library/grDevices/afm/por_____.afm.gz          |  Bin 0 -> 4486 bytes
 .../library/grDevices/afm/s050000l.afm.gz          |  Bin 0 -> 3383 bytes
 .../library/grDevices/afm/sy______.afm.gz          |  Bin 0 -> 3398 bytes
 .../library/grDevices/afm/tib_____.afm.gz          |  Bin 0 -> 5005 bytes
 .../library/grDevices/afm/tibi____.afm.gz          |  Bin 0 -> 5102 bytes
 .../library/grDevices/afm/tii_____.afm.gz          |  Bin 0 -> 5107 bytes
 .../library/grDevices/afm/tir_____.afm.gz          |  Bin 0 -> 4983 bytes
 .../library/grDevices/enc/AdobeStd.enc             |   37 +
 .../library/grDevices/enc/AdobeSym.enc             |   42 +
 .../library/grDevices/enc/CP1250.enc               |   36 +
 .../library/grDevices/enc/CP1251.enc               |   37 +
 .../library/grDevices/enc/CP1253.enc               |   37 +
 .../library/grDevices/enc/CP1257.enc               |   36 +
 .../library/grDevices/enc/Cyrillic.enc             |   40 +
 .../windows_bundle/library/grDevices/enc/Greek.enc |   38 +
 .../library/grDevices/enc/ISOLatin1.enc            |   39 +
 .../library/grDevices/enc/ISOLatin2.enc            |   40 +
 .../library/grDevices/enc/ISOLatin7.enc            |   40 +
 .../library/grDevices/enc/ISOLatin9.enc            |   39 +
 .../library/grDevices/enc/KOI8-R.enc               |   39 +
 .../library/grDevices/enc/KOI8-U.enc               |   39 +
 .../library/grDevices/enc/MacRoman.enc             |   39 +
 .../library/grDevices/enc/PDFDoc.enc               |   39 +
 .../library/grDevices/enc/TeXtext.enc              |   39 +
 .../library/grDevices/enc/WinAnsi.enc              |   40 +
 .../windows_bundle/library/grDevices/help/AnIndex  |  130 +
 .../library/grDevices/help/Rhelp.zip               |  Bin 0 -> 87423 bytes
 .../library/grDevices/libs/Rbitmap.dll             |  Bin 0 -> 483328 bytes
 .../library/grDevices/libs/grDevices.dll           |  Bin 0 -> 214528 bytes
 build/windows_bundle/library/graphics/DESCRIPTION  |   10 +
 build/windows_bundle/library/graphics/INDEX        |   73 +
 build/windows_bundle/library/graphics/Meta/Rd.rds  |  Bin 0 -> 3142 bytes
 .../windows_bundle/library/graphics/Meta/demo.rds  |  Bin 0 -> 261 bytes
 .../library/graphics/Meta/hsearch.rds              |  Bin 0 -> 3113 bytes
 .../library/graphics/Meta/nsInfo.rds               |  Bin 0 -> 828 bytes
 .../library/graphics/Meta/package.rds              |  Bin 0 -> 530 bytes
 build/windows_bundle/library/graphics/NAMESPACE    |   62 +
 build/windows_bundle/library/graphics/R-ex/Rex.zip |  Bin 0 -> 38310 bytes
 build/windows_bundle/library/graphics/R/graphics   |    9 +
 .../windows_bundle/library/graphics/R/graphics.rdb |  Bin 0 -> 84702 bytes
 .../windows_bundle/library/graphics/R/graphics.rdx |  Bin 0 -> 1669 bytes
 .../windows_bundle/library/graphics/demo/Hershey.R |  392 ++
 .../library/graphics/demo/Japanese.R               |  714 +++
 .../library/graphics/demo/graphics.R               |  143 +
 build/windows_bundle/library/graphics/demo/image.R |   35 +
 build/windows_bundle/library/graphics/demo/persp.R |   85 +
 .../library/graphics/demo/plotmath.R               |  192 +
 build/windows_bundle/library/graphics/help/AnIndex |  121 +
 .../windows_bundle/library/graphics/help/Rhelp.zip |  Bin 0 -> 137048 bytes
 build/windows_bundle/library/grid/DESCRIPTION      |   12 +
 build/windows_bundle/library/grid/INDEX            |   79 +
 build/windows_bundle/library/grid/Meta/Rd.rds      |  Bin 0 -> 2878 bytes
 build/windows_bundle/library/grid/Meta/hsearch.rds |  Bin 0 -> 2816 bytes
 build/windows_bundle/library/grid/Meta/nsInfo.rds  |  Bin 0 -> 1669 bytes
 build/windows_bundle/library/grid/Meta/package.rds |  Bin 0 -> 601 bytes
 .../windows_bundle/library/grid/Meta/vignette.rds  |  Bin 0 -> 667 bytes
 build/windows_bundle/library/grid/NAMESPACE        |  321 ++
 build/windows_bundle/library/grid/R-ex/Rex.zip     |  Bin 0 -> 15242 bytes
 build/windows_bundle/library/grid/R/grid           |    9 +
 build/windows_bundle/library/grid/R/grid.rdb       |  Bin 0 -> 143405 bytes
 build/windows_bundle/library/grid/R/grid.rdx       |  Bin 0 -> 6759 bytes
 build/windows_bundle/library/grid/help/AnIndex     |  164 +
 build/windows_bundle/library/grid/help/Rhelp.zip   |  Bin 0 -> 71956 bytes
 build/windows_bundle/library/grid/libs/grid.dll    |  Bin 0 -> 105984 bytes
 build/windows_bundle/library/lattice/COPYING       |  340 ++
 build/windows_bundle/library/lattice/DESCRIPTION   |   20 +
 build/windows_bundle/library/lattice/INDEX         |   68 +
 build/windows_bundle/library/lattice/Meta/Rd.rds   |  Bin 0 -> 3281 bytes
 build/windows_bundle/library/lattice/Meta/data.rds |  Bin 0 -> 257 bytes
 build/windows_bundle/library/lattice/Meta/demo.rds |  Bin 0 -> 164 bytes
 .../library/lattice/Meta/hsearch.rds               |  Bin 0 -> 3198 bytes
 .../windows_bundle/library/lattice/Meta/nsInfo.rds |  Bin 0 -> 1646 bytes
 .../library/lattice/Meta/package.rds               |  Bin 0 -> 816 bytes
 build/windows_bundle/library/lattice/NAMESPACE     |  301 ++
 build/windows_bundle/library/lattice/NEWS          |  980 ++++
 build/windows_bundle/library/lattice/R-ex/Rex.zip  |  Bin 0 -> 20864 bytes
 build/windows_bundle/library/lattice/R/lattice     |    9 +
 build/windows_bundle/library/lattice/R/lattice.rdb |  Bin 0 -> 166001 bytes
 build/windows_bundle/library/lattice/R/lattice.rdx |  Bin 0 -> 3589 bytes
 .../windows_bundle/library/lattice/data/Rdata.rdb  |  Bin 0 -> 5126 bytes
 .../windows_bundle/library/lattice/data/Rdata.rds  |  Bin 0 -> 122 bytes
 .../windows_bundle/library/lattice/data/Rdata.rdx  |  Bin 0 -> 201 bytes
 .../library/lattice/demo/intervals.R               |   93 +
 build/windows_bundle/library/lattice/demo/labels.R |   46 +
 .../windows_bundle/library/lattice/demo/lattice.R  |  179 +
 build/windows_bundle/library/lattice/demo/panel.R  |  121 +
 build/windows_bundle/library/lattice/help/AnIndex  |  215 +
 .../windows_bundle/library/lattice/help/Rhelp.zip  |  Bin 0 -> 132536 bytes
 .../library/lattice/libs/lattice.dll               |  Bin 0 -> 11776 bytes
 build/windows_bundle/library/methods/DESCRIPTION   |   14 +
 build/windows_bundle/library/methods/INDEX         |   76 +
 build/windows_bundle/library/methods/Meta/Rd.rds   |  Bin 0 -> 4991 bytes
 .../library/methods/Meta/hsearch.rds               |  Bin 0 -> 5023 bytes
 .../windows_bundle/library/methods/Meta/nsInfo.rds |  Bin 0 -> 1572 bytes
 .../library/methods/Meta/package.rds               |  Bin 0 -> 667 bytes
 build/windows_bundle/library/methods/NAMESPACE     |  223 +
 build/windows_bundle/library/methods/R-ex/Rex.zip  |  Bin 0 -> 27635 bytes
 build/windows_bundle/library/methods/R/methods     |    9 +
 build/windows_bundle/library/methods/R/methods.rdb |  Bin 0 -> 456919 bytes
 build/windows_bundle/library/methods/R/methods.rdx |  Bin 0 -> 11297 bytes
 build/windows_bundle/library/methods/help/AnIndex  |  420 ++
 .../windows_bundle/library/methods/help/Rhelp.zip  |  Bin 0 -> 140773 bytes
 .../library/methods/libs/methods.dll               |  Bin 0 -> 41984 bytes
 build/windows_bundle/library/mgcv/CITATION         |   71 +
 build/windows_bundle/library/mgcv/DESCRIPTION      |   18 +
 build/windows_bundle/library/mgcv/INDEX            |   87 +
 build/windows_bundle/library/mgcv/Meta/Rd.rds      |  Bin 0 -> 3238 bytes
 build/windows_bundle/library/mgcv/Meta/hsearch.rds |  Bin 0 -> 3024 bytes
 build/windows_bundle/library/mgcv/Meta/nsInfo.rds  |  Bin 0 -> 1454 bytes
 build/windows_bundle/library/mgcv/Meta/package.rds |  Bin 0 -> 869 bytes
 build/windows_bundle/library/mgcv/NAMESPACE        |  106 +
 build/windows_bundle/library/mgcv/R-ex/Rex.zip     |  Bin 0 -> 36485 bytes
 build/windows_bundle/library/mgcv/R/mgcv           |    9 +
 build/windows_bundle/library/mgcv/R/mgcv.rdb       |  Bin 0 -> 130698 bytes
 build/windows_bundle/library/mgcv/R/mgcv.rdx       |  Bin 0 -> 2152 bytes
 build/windows_bundle/library/mgcv/help/AnIndex     |  119 +
 build/windows_bundle/library/mgcv/help/Rhelp.zip   |  Bin 0 -> 155523 bytes
 build/windows_bundle/library/mgcv/libs/mgcv.dll    |  Bin 0 -> 260608 bytes
 build/windows_bundle/library/nlme/CITATION         |   22 +
 build/windows_bundle/library/nlme/COPYING          |  340 ++
 build/windows_bundle/library/nlme/DESCRIPTION      |   21 +
 build/windows_bundle/library/nlme/INDEX            |  303 ++
 build/windows_bundle/library/nlme/LICENCE          |    7 +
 build/windows_bundle/library/nlme/Meta/Rd.rds      |  Bin 0 -> 8777 bytes
 build/windows_bundle/library/nlme/Meta/data.rds    |  Bin 0 -> 1073 bytes
 build/windows_bundle/library/nlme/Meta/hsearch.rds |  Bin 0 -> 8434 bytes
 build/windows_bundle/library/nlme/Meta/nsInfo.rds  |  Bin 0 -> 1953 bytes
 build/windows_bundle/library/nlme/Meta/package.rds |  Bin 0 -> 837 bytes
 build/windows_bundle/library/nlme/NAMESPACE        |  484 ++
 build/windows_bundle/library/nlme/R-ex/Rex.zip     |  Bin 0 -> 91485 bytes
 build/windows_bundle/library/nlme/R/nlme           |    9 +
 build/windows_bundle/library/nlme/R/nlme.rdb       |  Bin 0 -> 273422 bytes
 build/windows_bundle/library/nlme/R/nlme.rdx       |  Bin 0 -> 6032 bytes
 build/windows_bundle/library/nlme/data/Rdata.rdb   |  Bin 0 -> 271454 bytes
 build/windows_bundle/library/nlme/data/Rdata.rds   |  Bin 0 -> 459 bytes
 build/windows_bundle/library/nlme/data/Rdata.rdx   |  Bin 0 -> 828 bytes
 build/windows_bundle/library/nlme/help/AnIndex     |  549 ++
 build/windows_bundle/library/nlme/help/Rhelp.zip   |  Bin 0 -> 349840 bytes
 build/windows_bundle/library/nlme/libs/nlme.dll    |  Bin 0 -> 53760 bytes
 build/windows_bundle/library/nlme/mlbook/README    |    4 +
 build/windows_bundle/library/nlme/mlbook/ch04.R    |   26 +
 build/windows_bundle/library/nlme/mlbook/ch05.R    |   15 +
 build/windows_bundle/library/nlme/scripts/ch01.R   |  141 +
 build/windows_bundle/library/nlme/scripts/ch02.R   |   68 +
 build/windows_bundle/library/nlme/scripts/ch03.R   |  116 +
 build/windows_bundle/library/nlme/scripts/ch04.R   |  202 +
 build/windows_bundle/library/nlme/scripts/ch05.R   |  193 +
 build/windows_bundle/library/nlme/scripts/ch06.R   |   99 +
 build/windows_bundle/library/nlme/scripts/ch08.R   |  293 +
 build/windows_bundle/library/nlme/scripts/sims.rda |  Bin 0 -> 105883 bytes
 build/windows_bundle/library/nnet/CITATION         |   18 +
 build/windows_bundle/library/nnet/DESCRIPTION      |   24 +
 build/windows_bundle/library/nnet/INDEX            |    6 +
 build/windows_bundle/library/nnet/LICENCE          |   52 +
 build/windows_bundle/library/nnet/Meta/Rd.rds      |  Bin 0 -> 624 bytes
 build/windows_bundle/library/nnet/Meta/hsearch.rds |  Bin 0 -> 665 bytes
 build/windows_bundle/library/nnet/Meta/nsInfo.rds  |  Bin 0 -> 484 bytes
 build/windows_bundle/library/nnet/Meta/package.rds |  Bin 0 -> 1036 bytes
 build/windows_bundle/library/nnet/NAMESPACE        |   39 +
 build/windows_bundle/library/nnet/NEWS             |   24 +
 build/windows_bundle/library/nnet/R-ex/class.ind.R |   20 +
 build/windows_bundle/library/nnet/R-ex/multinom.R  |   29 +
 build/windows_bundle/library/nnet/R-ex/nnet.Hess.R |   17 +
 build/windows_bundle/library/nnet/R-ex/nnet.R      |   30 +
 .../library/nnet/R-ex/predict.nnet.R               |   29 +
 .../library/nnet/R-ex/which.is.max.R               |   13 +
 build/windows_bundle/library/nnet/R/nnet           |    9 +
 build/windows_bundle/library/nnet/R/nnet.rdb       |  Bin 0 -> 18475 bytes
 build/windows_bundle/library/nnet/R/nnet.rdx       |  Bin 0 -> 641 bytes
 build/windows_bundle/library/nnet/help/AnIndex     |   27 +
 build/windows_bundle/library/nnet/help/class.ind   |   39 +
 build/windows_bundle/library/nnet/help/multinom    |  109 +
 build/windows_bundle/library/nnet/help/nnet        |  161 +
 build/windows_bundle/library/nnet/help/nnet.Hess   |   51 +
 .../windows_bundle/library/nnet/help/predict.nnet  |   71 +
 .../windows_bundle/library/nnet/help/which.is.max  |   40 +
 build/windows_bundle/library/nnet/libs/nnet.dll    |  Bin 0 -> 14848 bytes
 build/windows_bundle/library/rpart/DESCRIPTION     |   21 +
 build/windows_bundle/library/rpart/INDEX           |   33 +
 build/windows_bundle/library/rpart/LICENCE         |   33 +
 build/windows_bundle/library/rpart/Meta/Rd.rds     |  Bin 0 -> 1160 bytes
 build/windows_bundle/library/rpart/Meta/data.rds   |  Bin 0 -> 235 bytes
 .../windows_bundle/library/rpart/Meta/hsearch.rds  |  Bin 0 -> 1115 bytes
 build/windows_bundle/library/rpart/Meta/nsInfo.rds |  Bin 0 -> 449 bytes
 .../windows_bundle/library/rpart/Meta/package.rds  |  Bin 0 -> 857 bytes
 build/windows_bundle/library/rpart/NAMESPACE       |   26 +
 build/windows_bundle/library/rpart/R-ex/Rex.zip    |  Bin 0 -> 8715 bytes
 build/windows_bundle/library/rpart/R/rpart         |    9 +
 build/windows_bundle/library/rpart/R/rpart.rdb     |  Bin 0 -> 33843 bytes
 build/windows_bundle/library/rpart/R/rpart.rdx     |  Bin 0 -> 760 bytes
 build/windows_bundle/library/rpart/data/Rdata.rdb  |  Bin 0 -> 5491 bytes
 build/windows_bundle/library/rpart/data/Rdata.rds  |  Bin 0 -> 117 bytes
 build/windows_bundle/library/rpart/data/Rdata.rdx  |  Bin 0 -> 183 bytes
 build/windows_bundle/library/rpart/help/AnIndex    |   31 +
 build/windows_bundle/library/rpart/help/Rhelp.zip  |  Bin 0 -> 30507 bytes
 build/windows_bundle/library/rpart/libs/rpart.dll  |  Bin 0 -> 40448 bytes
 build/windows_bundle/library/spatial/CITATION      |   18 +
 build/windows_bundle/library/spatial/DESCRIPTION   |   23 +
 build/windows_bundle/library/spatial/INDEX         |   26 +
 build/windows_bundle/library/spatial/LICENCE       |   52 +
 build/windows_bundle/library/spatial/Meta/Rd.rds   |  Bin 0 -> 928 bytes
 .../library/spatial/Meta/hsearch.rds               |  Bin 0 -> 893 bytes
 .../windows_bundle/library/spatial/Meta/nsInfo.rds |  Bin 0 -> 545 bytes
 .../library/spatial/Meta/package.rds               |  Bin 0 -> 989 bytes
 build/windows_bundle/library/spatial/NAMESPACE     |   25 +
 build/windows_bundle/library/spatial/NEWS          |   13 +
 build/windows_bundle/library/spatial/PP.files      |   50 +
 build/windows_bundle/library/spatial/R-ex/Rex.zip  |  Bin 0 -> 8467 bytes
 build/windows_bundle/library/spatial/R/spatial     |    9 +
 build/windows_bundle/library/spatial/R/spatial.rdb |  Bin 0 -> 15325 bytes
 build/windows_bundle/library/spatial/R/spatial.rdx |  Bin 0 -> 691 bytes
 build/windows_bundle/library/spatial/help/AnIndex  |   25 +
 .../windows_bundle/library/spatial/help/Rhelp.zip  |  Bin 0 -> 17970 bytes
 .../library/spatial/libs/spatial.dll               |  Bin 0 -> 18432 bytes
 .../library/spatial/ppdata/agter.dat               |   43 +
 .../library/spatial/ppdata/caveolae.dat            |  437 ++
 .../library/spatial/ppdata/cells.dat               |   45 +
 .../library/spatial/ppdata/davis.dat               |   50 +
 .../library/spatial/ppdata/drumlin.dat             |  235 +
 .../library/spatial/ppdata/eagles.dat              |   18 +
 .../library/spatial/ppdata/fig1b.dat               |  317 ++
 .../library/spatial/ppdata/fig1c.dat               |  372 ++
 .../library/spatial/ppdata/fig2a.dat               |  142 +
 .../library/spatial/ppdata/fig2b.dat               |  304 ++
 .../library/spatial/ppdata/fig3a.dat               |   76 +
 .../library/spatial/ppdata/fig3b.dat               |   70 +
 .../library/spatial/ppdata/fig3c.dat               |   83 +
 .../library/spatial/ppdata/grocery.dat             |   83 +
 .../library/spatial/ppdata/hccells.dat             |   45 +
 .../library/spatial/ppdata/nztrees.dat             |   90 +
 .../library/spatial/ppdata/pairfn.dat              |   45 +
 .../library/spatial/ppdata/pereg.dat               |   23 +
 .../library/spatial/ppdata/pines.dat               |   75 +
 .../library/spatial/ppdata/redwood.dat             |   65 +
 .../library/spatial/ppdata/schools.dat             |   43 +
 .../library/spatial/ppdata/stowns1.dat             |   73 +
 .../library/spatial/ppdata/tokyo.dat               |  235 +
 .../library/spatial/ppdata/towns.dat               |   72 +
 build/windows_bundle/library/splines/DESCRIPTION   |   11 +
 build/windows_bundle/library/splines/INDEX         |   15 +
 build/windows_bundle/library/splines/Meta/Rd.rds   |  Bin 0 -> 739 bytes
 .../library/splines/Meta/hsearch.rds               |  Bin 0 -> 730 bytes
 .../windows_bundle/library/splines/Meta/nsInfo.rds |  Bin 0 -> 475 bytes
 .../library/splines/Meta/package.rds               |  Bin 0 -> 598 bytes
 build/windows_bundle/library/splines/NAMESPACE     |   43 +
 build/windows_bundle/library/splines/R-ex/Rex.zip  |  Bin 0 -> 4778 bytes
 build/windows_bundle/library/splines/R/splines     |    9 +
 build/windows_bundle/library/splines/R/splines.rdb |  Bin 0 -> 16284 bytes
 build/windows_bundle/library/splines/R/splines.rdx |  Bin 0 -> 778 bytes
 build/windows_bundle/library/splines/help/AnIndex  |   22 +
 .../windows_bundle/library/splines/help/Rhelp.zip  |  Bin 0 -> 12531 bytes
 .../library/splines/libs/splines.dll               |  Bin 0 -> 8704 bytes
 .../windows_bundle/library/stats/COPYRIGHTS.modreg |   43 +
 build/windows_bundle/library/stats/DESCRIPTION     |    9 +
 build/windows_bundle/library/stats/INDEX           |  336 ++
 build/windows_bundle/library/stats/Meta/Rd.rds     |  Bin 0 -> 12604 bytes
 build/windows_bundle/library/stats/Meta/demo.rds   |  Bin 0 -> 267 bytes
 .../windows_bundle/library/stats/Meta/hsearch.rds  |  Bin 0 -> 12687 bytes
 build/windows_bundle/library/stats/Meta/nsInfo.rds |  Bin 0 -> 4149 bytes
 .../windows_bundle/library/stats/Meta/package.rds  |  Bin 0 -> 505 bytes
 build/windows_bundle/library/stats/NAMESPACE       |  529 ++
 build/windows_bundle/library/stats/R-ex/Rex.zip    |  Bin 0 -> 125658 bytes
 build/windows_bundle/library/stats/R/stats         |    9 +
 build/windows_bundle/library/stats/R/stats.rdb     |  Bin 0 -> 461818 bytes
 build/windows_bundle/library/stats/R/stats.rdx     |  Bin 0 -> 9848 bytes
 build/windows_bundle/library/stats/SOURCES.ts      |   17 +
 build/windows_bundle/library/stats/demo/glm.vr.R   |   22 +
 build/windows_bundle/library/stats/demo/lm.glm.R   |  140 +
 build/windows_bundle/library/stats/demo/nlm.R      |   95 +
 build/windows_bundle/library/stats/demo/smooth.R   |   38 +
 build/windows_bundle/library/stats/help/AnIndex    |  759 +++
 build/windows_bundle/library/stats/help/Rhelp.zip  |  Bin 0 -> 442427 bytes
 build/windows_bundle/library/stats/libs/stats.dll  |  Bin 0 -> 378880 bytes
 build/windows_bundle/library/stats4/DESCRIPTION    |   11 +
 build/windows_bundle/library/stats4/INDEX          |   23 +
 build/windows_bundle/library/stats4/Meta/Rd.rds    |  Bin 0 -> 868 bytes
 .../windows_bundle/library/stats4/Meta/hsearch.rds |  Bin 0 -> 880 bytes
 .../windows_bundle/library/stats4/Meta/nsInfo.rds  |  Bin 0 -> 310 bytes
 .../windows_bundle/library/stats4/Meta/package.rds |  Bin 0 -> 585 bytes
 build/windows_bundle/library/stats4/NAMESPACE      |   13 +
 build/windows_bundle/library/stats4/R-ex/Rex.zip   |  Bin 0 -> 1408 bytes
 build/windows_bundle/library/stats4/R/stats4       |    9 +
 build/windows_bundle/library/stats4/R/stats4.rdb   |  Bin 0 -> 50864 bytes
 build/windows_bundle/library/stats4/R/stats4.rdx   |  Bin 0 -> 985 bytes
 build/windows_bundle/library/stats4/help/AnIndex   |   40 +
 build/windows_bundle/library/stats4/help/Rhelp.zip |  Bin 0 -> 9775 bytes
 build/windows_bundle/library/survival/COPYING      |  340 ++
 build/windows_bundle/library/survival/DESCRIPTION  |   20 +
 build/windows_bundle/library/survival/INDEX        |   33 +
 build/windows_bundle/library/survival/Meta/Rd.rds  |  Bin 0 -> 3118 bytes
 .../windows_bundle/library/survival/Meta/data.rds  |  Bin 0 -> 639 bytes
 .../library/survival/Meta/hsearch.rds              |  Bin 0 -> 3014 bytes
 .../library/survival/Meta/nsInfo.rds               |  Bin 0 -> 885 bytes
 .../library/survival/Meta/package.rds              |  Bin 0 -> 907 bytes
 build/windows_bundle/library/survival/NAMESPACE    |   94 +
 build/windows_bundle/library/survival/R-ex/Rex.zip |  Bin 0 -> 25915 bytes
 build/windows_bundle/library/survival/R/survival   |    9 +
 .../windows_bundle/library/survival/R/survival.rdb |  Bin 0 -> 155291 bytes
 .../windows_bundle/library/survival/R/survival.rdx |  Bin 0 -> 2209 bytes
 .../windows_bundle/library/survival/data/Rdata.rdb |  Bin 0 -> 1888959 bytes
 .../windows_bundle/library/survival/data/Rdata.rds |  Bin 0 -> 282 bytes
 .../windows_bundle/library/survival/data/Rdata.rdx |  Bin 0 -> 584 bytes
 .../library/survival/data/leukemia.dat             |   24 +
 .../library/survival/data/minn2000.dat             |   16 +
 .../library/survival/data/minn2004.dat             |   16 +
 .../library/survival/data/minndecennial.dat        | 1760 ++++++
 .../library/survival/data/minnpred.dat             |  116 +
 .../library/survival/data/pbcseq.dat               | 1945 +++++++
 .../library/survival/data/us1996.dat               |   46 +
 .../library/survival/data/us1997.dat               |   46 +
 .../library/survival/data/us1998.dat               |   45 +
 .../library/survival/data/us1999.dat               |   45 +
 .../library/survival/data/us2000.dat               |   45 +
 .../library/survival/data/us2001.dat               |   45 +
 .../library/survival/data/us2002.dat               |   45 +
 .../library/survival/data/us2003.dat               |   45 +
 .../library/survival/data/us2004.dat               |   45 +
 .../library/survival/data/usdecennial.dat          | 5651 ++++++++++++++++++++
 .../library/survival/data/usinfant.dat             |   25 +
 build/windows_bundle/library/survival/help/AnIndex |  160 +
 .../windows_bundle/library/survival/help/Rhelp.zip |  Bin 0 -> 101262 bytes
 .../library/survival/libs/survival.dll             |  Bin 0 -> 88064 bytes
 build/windows_bundle/library/tcltk/DESCRIPTION     |    9 +
 build/windows_bundle/library/tcltk/INDEX           |   13 +
 build/windows_bundle/library/tcltk/Meta/Rd.rds     |  Bin 0 -> 2342 bytes
 build/windows_bundle/library/tcltk/Meta/demo.rds   |  Bin 0 -> 266 bytes
 .../windows_bundle/library/tcltk/Meta/hsearch.rds  |  Bin 0 -> 2401 bytes
 build/windows_bundle/library/tcltk/Meta/nsInfo.rds |  Bin 0 -> 464 bytes
 .../windows_bundle/library/tcltk/Meta/package.rds  |  Bin 0 -> 503 bytes
 build/windows_bundle/library/tcltk/NAMESPACE       |   35 +
 build/windows_bundle/library/tcltk/R-ex/Rex.zip    |  Bin 0 -> 4703 bytes
 build/windows_bundle/library/tcltk/R/tcltk         |    9 +
 build/windows_bundle/library/tcltk/R/tcltk.rdb     |  Bin 0 -> 43108 bytes
 build/windows_bundle/library/tcltk/R/tcltk.rdx     |  Bin 0 -> 3337 bytes
 build/windows_bundle/library/tcltk/demo/tkcanvas.R |  149 +
 .../windows_bundle/library/tcltk/demo/tkdensity.R  |  102 +
 build/windows_bundle/library/tcltk/demo/tkfaq.R    |   30 +
 build/windows_bundle/library/tcltk/demo/tkttest.R  |   87 +
 .../library/tcltk/exec/Tk-frontend.R               |    7 +
 .../windows_bundle/library/tcltk/exec/console.tcl  |   79 +
 .../library/tcltk/exec/hierarchy.tcl               | 1271 +++++
 .../windows_bundle/library/tcltk/exec/pkgIndex.tcl |   50 +
 .../library/tcltk/exec/progressbar.tcl             | 2435 +++++++++
 .../library/tcltk/exec/util-dump.tcl               |  660 +++
 .../library/tcltk/exec/util-expand.tcl             |  207 +
 .../library/tcltk/exec/util-number.tcl             |  101 +
 .../library/tcltk/exec/util-string.tcl             |  149 +
 .../windows_bundle/library/tcltk/exec/util-tk.tcl  |  244 +
 build/windows_bundle/library/tcltk/exec/util.tcl   |  895 ++++
 build/windows_bundle/library/tcltk/exec/widget.tcl |  975 ++++
 build/windows_bundle/library/tcltk/help/AnIndex    |  296 +
 build/windows_bundle/library/tcltk/help/Rhelp.zip  |  Bin 0 -> 15191 bytes
 build/windows_bundle/library/tcltk/libs/tcltk.dll  |  Bin 0 -> 34816 bytes
 build/windows_bundle/library/tools/DESCRIPTION     |   10 +
 build/windows_bundle/library/tools/INDEX           |   34 +
 build/windows_bundle/library/tools/Meta/Rd.rds     |  Bin 0 -> 1755 bytes
 .../windows_bundle/library/tools/Meta/hsearch.rds  |  Bin 0 -> 1721 bytes
 build/windows_bundle/library/tools/Meta/nsInfo.rds |  Bin 0 -> 904 bytes
 .../windows_bundle/library/tools/Meta/package.rds  |  Bin 0 -> 519 bytes
 build/windows_bundle/library/tools/NAMESPACE       |   53 +
 build/windows_bundle/library/tools/R-ex/Rex.zip    |  Bin 0 -> 6174 bytes
 build/windows_bundle/library/tools/R/tools         |    9 +
 build/windows_bundle/library/tools/R/tools.rdb     |  Bin 0 -> 250107 bytes
 build/windows_bundle/library/tools/R/tools.rdx     |  Bin 0 -> 4668 bytes
 build/windows_bundle/library/tools/help/AnIndex    |   69 +
 build/windows_bundle/library/tools/help/Rhelp.zip  |  Bin 0 -> 33103 bytes
 build/windows_bundle/library/tools/libs/tools.dll  |  Bin 0 -> 12800 bytes
 build/windows_bundle/library/utils/DESCRIPTION     |    9 +
 build/windows_bundle/library/utils/INDEX           |  128 +
 build/windows_bundle/library/utils/Meta/Rd.rds     |  Bin 0 -> 5561 bytes
 .../windows_bundle/library/utils/Meta/hsearch.rds  |  Bin 0 -> 5437 bytes
 build/windows_bundle/library/utils/Meta/nsInfo.rds |  Bin 0 -> 1911 bytes
 .../windows_bundle/library/utils/Meta/package.rds  |  Bin 0 -> 489 bytes
 build/windows_bundle/library/utils/NAMESPACE       |  125 +
 build/windows_bundle/library/utils/R-ex/Rex.zip    |  Bin 0 -> 31361 bytes
 build/windows_bundle/library/utils/R/utils         |    9 +
 build/windows_bundle/library/utils/R/utils.rdb     |  Bin 0 -> 186059 bytes
 build/windows_bundle/library/utils/R/utils.rdx     |  Bin 0 -> 4780 bytes
 .../library/utils/Sweave/Sweave-test-1.Rnw         |   81 +
 build/windows_bundle/library/utils/help/AnIndex    |  280 +
 build/windows_bundle/library/utils/help/Rhelp.zip  |  Bin 0 -> 154521 bytes
 build/windows_bundle/library/utils/misc/exDIF.csv  |    5 +
 build/windows_bundle/library/utils/misc/exDIF.dif  |   44 +
 791 files changed, 60426 insertions(+), 0 deletions(-)

Thu Sep 3 11:19:34 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
done stripchart small graph selection fixes(correct abline on XY, colors ok on XY, ...) improved stats gui removed old nplot Marker and color code 
 TODO.txt                                   |    4 +-
 chronojump_server/bin/chronojumpServer.dll |  Bin 272384 -> 272896 bytes
 glade/chronojump.glade                     | 1099 +++++++++++++++-------------
 src/constants.cs                           |    7 +-
 src/gui/stats.cs                           |   36 +-
 src/stats/graphs/djIndex.cs                |   43 --
 src/stats/graphs/djQ.cs                    |   45 --
 src/stats/graphs/fv.cs                     |   40 -
 src/stats/graphs/global.cs                 |   36 -
 src/stats/graphs/graphData.cs              |    3 -
 src/stats/graphs/graphSerie.cs             |   10 +-
 src/stats/graphs/ieIub.cs                  |   37 -
 src/stats/graphs/potency.cs                |   40 -
 src/stats/graphs/rjAVGSD.cs                |   19 -
 src/stats/graphs/rjEvolution.cs            |   30 -
 src/stats/graphs/rjIndex.cs                |   41 -
 src/stats/graphs/rjPotencyBosco.cs         |   47 --
 src/stats/graphs/sjCmjAbk.cs               |   34 -
 src/stats/graphs/sjCmjAbkPlus.cs           |   42 --
 src/stats/main.cs                          |   59 ++-
 20 files changed, 664 insertions(+), 1008 deletions(-)

Wed Sep 2 17:05:14 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
report works with R graphs now, done dotchart, boxplot done avg on xy and avg, median on dotchart fixed bug: on session load/new, statistics of other sessions are deleted from report (they show before the other sesssion stat) 
 TODO.txt                                   |    5 +-
 chronojump_server/bin/chronojumpServer.dll |  Bin 272384 -> 272384 bytes
 src/constants.cs                           |    4 +-
 src/gui/chronojump.cs                      |    8 +
 src/gui/report.cs                          |   22 +-
 src/gui/stats.cs                           |   50 ++++--
 src/report.cs                              |   23 +--
 src/statType.cs                            |    7 +-
 src/stats/graphs/graphROptions.cs          |   17 ++
 src/stats/main.cs                          |  301 +++++++---------------------
 src/utilGtk.cs                             |   11 +
 11 files changed, 169 insertions(+), 279 deletions(-)

Wed Sep 2 12:43:58 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
graphs improvements fixed some stats-graphs with diff name on column (if they are diff then are not detected in graph XY) barplot: colors in legend xlab and ylab fixed for all graphs xy: fixed legend, fixed when two vars are the same, done XY-YX deleted "testing" subs support for titles subttitle support (only done for RjPotencyBosco now) hidden global, jumper, rjEvo until they work dialogImageTest has more space for image 
 TODO.txt                           |    7 +-
 glade/chronojump.glade             |    2 +-
 src/gui/dialogImageTest.cs         |    1 +
 src/gui/stats.cs                   |   10 ++-
 src/report.cs                      |    7 --
 src/statType.cs                    |    3 -
 src/stats/graphs/djIndex.cs        |    4 +-
 src/stats/graphs/djQ.cs            |    6 +-
 src/stats/graphs/fv.cs             |    4 +-
 src/stats/graphs/global.cs         |   10 ++--
 src/stats/graphs/graphData.cs      |    1 +
 src/stats/graphs/ieIub.cs          |    5 +-
 src/stats/graphs/potency.cs        |    2 +-
 src/stats/graphs/rjAVGSD.cs        |    6 +-
 src/stats/graphs/rjIndex.cs        |    6 +-
 src/stats/graphs/rjPotencyBosco.cs |   21 ++++--
 src/stats/graphs/sjCmjAbkPlus.cs   |    2 +-
 src/stats/main.cs                  |  138 +++++++++++++++++++++++++----------
 src/stats/rjIndex.cs               |    4 +-
 src/stats/rjPotencyBosco.cs        |    4 +-
 20 files changed, 153 insertions(+), 90 deletions(-)

Wed Sep 2 01:16:11 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Remove definitivly NPlot 	Deleted NPlot sources and removed NPlot references in configure.ac 
 configure.ac                            |    3 -
 nplot/Makefile.am                       |    3 -
 nplot/license.txt                       |   44 -
 nplot/nplot-gtk/Gtk.PlotSurface2D.cs    |  303 ----
 nplot/nplot-gtk/Makefile.am             |   53 -
 nplot/nplot-gtk/NPlot.Gtk.dll.config    |    6 -
 nplot/nplot-gtk/sysdraw.cs              |   51 -
 nplot/nplot/AdapterUtils.cs             |  767 --------
 nplot/nplot/ArrowItem.cs                |  455 -----
 nplot/nplot/AssemblyInfo.cs             |   68 -
 nplot/nplot/AxesConstraint.cs           |  519 ------
 nplot/nplot/Axis.cs                     | 1654 -----------------
 nplot/nplot/BarPlot.cs                  |  298 ----
 nplot/nplot/BasePlot.cs                 |  138 --
 nplot/nplot/BasePlot3D.cs               |   96 -
 nplot/nplot/BaseSequenceLinePlot.cs     |   69 -
 nplot/nplot/BaseSequencePlot.cs         |  118 --
 nplot/nplot/Bitmap.PlotSurface2D.cs     |  541 ------
 nplot/nplot/BubblePlot.cs               |   72 -
 nplot/nplot/CandlePlot.cs               |  891 ----------
 nplot/nplot/DateTimeAxis.cs             |  702 --------
 nplot/nplot/ErrorHandler.cs             |  179 --
 nplot/nplot/FilledRegion.cs             |  203 ---
 nplot/nplot/FontScaler.cs               |   46 -
 nplot/nplot/Grid.cs                     |  248 ---
 nplot/nplot/HistogramPlot.cs            |  521 ------
 nplot/nplot/HorizontalLine.cs           |  287 ---
 nplot/nplot/IDrawable.cs                |   72 -
 nplot/nplot/IDrawable3D.cs              |   27 -
 nplot/nplot/IGradient.cs                |   73 -
 nplot/nplot/IMeshPlot.cs                |   49 -
 nplot/nplot/IPlot.cs                    |  104 --
 nplot/nplot/IPlot3D.cs                  |   33 -
 nplot/nplot/IPlotSurface2D.cs           |  255 ---
 nplot/nplot/IPlotSurface2Dnew.cs        |   19 -
 nplot/nplot/IPlotSurface3D.cs           |   17 -
 nplot/nplot/ISequencePlot.cs            |   85 -
 nplot/nplot/ISurface.cs                 |   98 -
 nplot/nplot/ITransform2D.cs             |   78 -
 nplot/nplot/ImagePlot.cs                |  369 ----
 nplot/nplot/LabelAxis.cs                |  356 ----
 nplot/nplot/LabelPointPlot.cs           |  324 ----
 nplot/nplot/Legend.cs                   |  352 ----
 nplot/nplot/LegendBase.cs               |  459 -----
 nplot/nplot/LinePlot.cs                 |  355 ----
 nplot/nplot/LinearAxis.cs               |  650 -------
 nplot/nplot/LinearGradient.cs           |  159 --
 nplot/nplot/LogAxis.cs                  |  678 -------
 nplot/nplot/Makefile.am                 |   98 -
 nplot/nplot/Marker.cs                   |  487 -----
 nplot/nplot/MarkerItem.cs               |  136 --
 nplot/nplot/NPlotException.cs           |   90 -
 nplot/nplot/PageAlignedPhysicalAxis.cs  |  151 --
 nplot/nplot/PhysicalAxis.cs             |  276 ---
 nplot/nplot/PiAxis.cs                   |  230 ---
 nplot/nplot/PiePlot.cs                  |  120 --
 nplot/nplot/PlotSurface2D.cs            | 1334 --------------
 nplot/nplot/PlotSurface2Dnew.cs         |  439 -----
 nplot/nplot/PlotSurface3D.cs            |   64 -
 nplot/nplot/PointD.cs                   |   91 -
 nplot/nplot/PointD3D.cs                 |   45 -
 nplot/nplot/PointPlot.cs                |  182 --
 nplot/nplot/PointPlot3D.cs              |   65 -
 nplot/nplot/RectangleBrushes.cs         | 1953 --------------------
 nplot/nplot/RectangleD.cs               |  143 --
 nplot/nplot/SequenceAdapter.cs          |  330 ----
 nplot/nplot/SequenceAdapter3D.cs        |   28 -
 nplot/nplot/StartStep.cs                |  111 --
 nplot/nplot/StepGradient.cs             |  149 --
 nplot/nplot/StepPlot.cs                 |  347 ----
 nplot/nplot/StrongName.snk              |  Bin 596 -> 0 bytes
 nplot/nplot/TextItem.cs                 |  178 --
 nplot/nplot/TradingDateTimeAxis.cs      |  713 --------
 nplot/nplot/Transform2D.cs              |  190 --
 nplot/nplot/Utils.cs                    |  379 ----
 nplot/nplot/VerticalLine.cs             |  293 ---
 nplot/nplot/Web.Design.PlotSurface2D.cs |  121 --
 nplot/nplot/Web.PlotSurface2D.cs        |  669 -------
 nplot/nplot/Windows.PlotSurface.cs      |  113 --
 nplot/nplot/Windows.PlotSurface.resx    |   42 -
 nplot/nplot/Windows.PlotSurface2D.cs    | 2942 -------------------------------
 nplot/nplot/Windows.PlotSurface2D.resx  |  106 --
 nplot/nplot/Windows.PlotSurface2Dnew.cs |  155 --
 nplot/nplot/house_rules.txt             |   94 -
 84 files changed, 0 insertions(+), 25811 deletions(-)

Tue Sep 1 18:50:56 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
done barplot, lines, XY compiles without nplot stuff 
 Makefile.am                                |    4 +-
 TODO.txt                                   |    2 +
 chronojump_server/bin/chronojumpServer.dll |  Bin 272384 -> 272384 bytes
 glade/chronojump.glade                     |  497 ++++++++++++++++++++++++++--
 src/Makefile.am                            |    7 +-
 src/constants.cs                           |    8 +
 src/gui/stats.cs                           |  164 +++++++++-
 src/report.cs                              |   20 ++
 src/statType.cs                            |   39 +++-
 src/stats/graphs/djIndex.cs                |   12 +-
 src/stats/graphs/djQ.cs                    |   10 +-
 src/stats/graphs/fv.cs                     |   10 +-
 src/stats/graphs/global.cs                 |   15 +-
 src/stats/graphs/graphData.cs              |    3 +
 src/stats/graphs/graphROptions.cs          |   51 +++
 src/stats/graphs/graphSerie.cs             |   11 +-
 src/stats/graphs/ieIub.cs                  |   10 +-
 src/stats/graphs/potency.cs                |   10 +-
 src/stats/graphs/rjAVGSD.cs                |    8 +-
 src/stats/graphs/rjEvolution.cs            |    8 +-
 src/stats/graphs/rjIndex.cs                |   10 +-
 src/stats/graphs/rjPotencyBosco.cs         |   10 +-
 src/stats/graphs/sjCmjAbk.cs               |   15 +-
 src/stats/graphs/sjCmjAbkPlus.cs           |   23 +-
 src/stats/main.cs                          |  376 +++++++++++++++++-----
 src/stats/sjCmjAbkPlus.cs                  |    2 +-
 src/utilGtk.cs                             |   13 +
 27 files changed, 1155 insertions(+), 183 deletions(-)

Mon Aug 31 16:46:19 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
conversion to R ("bye bye nplot part 2") now all graphs with R. Need lots of customizing, fixing report graphs still undone 
 src/stats/main.cs |   95 +++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 85 insertions(+), 10 deletions(-)

Sat Aug 29 16:42:04 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Update debian/copyright adding missing authors 
 build/debian/copyright |   88 ++++++++++++++++++++++++++++++------------------
 1 files changed, 55 insertions(+), 33 deletions(-)

Sat Aug 29 16:26:35 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Fix debian/control file  Project Description cannot have line jumps. Allso added missing comma in deps 
 build/debian/control |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

Fri Aug 28 15:30:41 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
started conversion to R ("bye bye nplot part 1") now it only graphs a custom graph (always the same), and report graphs are still not activated 
 TODO.txt                                   |    2 +
 chronojump_server/bin/chronojumpServer.dll |  Bin 271872 -> 272384 bytes
 src/constants.cs                           |    3 ++
 src/gui/dialogImageTest.cs                 |    2 +-
 src/statType.cs                            |    7 ++--
 src/stats/main.cs                          |   55 ++++++++++++++++++++++++++++
 6 files changed, 65 insertions(+), 4 deletions(-)

Thu Aug 27 23:00:13 2009 +0200 Ismael Olea <ismael@olea.org>
updating the spec 
 chronojump.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

Fri Aug 28 13:04:11 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
little changes 
 chronojump_server/bin/chronojumpServer.dll |  Bin 271872 -> 271872 bytes
 nplot/nplot/Web.PlotSurface2D.cs~          |  671 ----------------------------
 2 files changed, 0 insertions(+), 671 deletions(-)

Fri Aug 28 13:02:42 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
small changes 
 manual/chronojump_manual_es.lyx~ | 8339 --------------------------------------
 1 files changed, 0 insertions(+), 8339 deletions(-)

Fri Aug 28 12:53:49 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
updated manual title 
 manual/chronojump_manual_es.lyx |    2 +-
 manual/chronojump_manual_es.pdf |  Bin 2099184 -> 2098859 bytes
 2 files changed, 1 insertions(+), 1 deletions(-)

Thu Aug 27 19:24:24 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add mono winforms dependency to debian control file, needed by NPlot 
 build/debian/control |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

Thu Aug 27 18:14:09 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
new spec 
 chronojump.spec |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

Thu Aug 27 18:08:17 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
removed nplot compiled files. new chronojump.spec 
 build/data/linux_dlls/NPlot.Gtk.dll        |  Bin 8704 -> 0 bytes
 build/data/linux_dlls/NPlot.Gtk.dll.config |    6 -
 build/data/linux_dlls/NPlot.dll            |  Bin 147968 -> 0 bytes
 build/data/linux_dlls/NPlot.dll.config     |    6 -
 chronojump.spec                            |  171 ++++++++++++++--------------
 5 files changed, 83 insertions(+), 100 deletions(-)

Thu Aug 27 16:32:24 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
[autotools]Don't add anymore NPlot precompiled binaries in distribution package 
 Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

Thu Aug 27 01:08:44 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
[autotools] Compile NPlot from sources to avoid using precompiled binaries 
 Makefile.am                             |    4 +-
 configure.ac                            |    3 +
 nplot/Makefile.am                       |    3 +
 nplot/license.txt                       |   44 +
 nplot/nplot-gtk/Gtk.PlotSurface2D.cs    |  303 ++++
 nplot/nplot-gtk/Makefile.am             |   53 +
 nplot/nplot-gtk/NPlot.Gtk.dll.config    |    6 +
 nplot/nplot-gtk/sysdraw.cs              |   51 +
 nplot/nplot/AdapterUtils.cs             |  767 ++++++++
 nplot/nplot/ArrowItem.cs                |  455 +++++
 nplot/nplot/AssemblyInfo.cs             |   68 +
 nplot/nplot/AxesConstraint.cs           |  519 ++++++
 nplot/nplot/Axis.cs                     | 1654 +++++++++++++++++
 nplot/nplot/BarPlot.cs                  |  298 ++++
 nplot/nplot/BasePlot.cs                 |  138 ++
 nplot/nplot/BasePlot3D.cs               |   96 +
 nplot/nplot/BaseSequenceLinePlot.cs     |   69 +
 nplot/nplot/BaseSequencePlot.cs         |  118 ++
 nplot/nplot/Bitmap.PlotSurface2D.cs     |  541 ++++++
 nplot/nplot/BubblePlot.cs               |   72 +
 nplot/nplot/CandlePlot.cs               |  891 ++++++++++
 nplot/nplot/DateTimeAxis.cs             |  702 ++++++++
 nplot/nplot/ErrorHandler.cs             |  179 ++
 nplot/nplot/FilledRegion.cs             |  203 +++
 nplot/nplot/FontScaler.cs               |   46 +
 nplot/nplot/Grid.cs                     |  248 +++
 nplot/nplot/HistogramPlot.cs            |  521 ++++++
 nplot/nplot/HorizontalLine.cs           |  287 +++
 nplot/nplot/IDrawable.cs                |   72 +
 nplot/nplot/IDrawable3D.cs              |   27 +
 nplot/nplot/IGradient.cs                |   73 +
 nplot/nplot/IMeshPlot.cs                |   49 +
 nplot/nplot/IPlot.cs                    |  104 ++
 nplot/nplot/IPlot3D.cs                  |   33 +
 nplot/nplot/IPlotSurface2D.cs           |  255 +++
 nplot/nplot/IPlotSurface2Dnew.cs        |   19 +
 nplot/nplot/IPlotSurface3D.cs           |   17 +
 nplot/nplot/ISequencePlot.cs            |   85 +
 nplot/nplot/ISurface.cs                 |   98 +
 nplot/nplot/ITransform2D.cs             |   78 +
 nplot/nplot/ImagePlot.cs                |  369 ++++
 nplot/nplot/LabelAxis.cs                |  356 ++++
 nplot/nplot/LabelPointPlot.cs           |  324 ++++
 nplot/nplot/Legend.cs                   |  352 ++++
 nplot/nplot/LegendBase.cs               |  459 +++++
 nplot/nplot/LinePlot.cs                 |  355 ++++
 nplot/nplot/LinearAxis.cs               |  650 +++++++
 nplot/nplot/LinearGradient.cs           |  159 ++
 nplot/nplot/LogAxis.cs                  |  678 +++++++
 nplot/nplot/Makefile.am                 |   98 +
 nplot/nplot/Marker.cs                   |  487 +++++
 nplot/nplot/MarkerItem.cs               |  136 ++
 nplot/nplot/NPlotException.cs           |   90 +
 nplot/nplot/PageAlignedPhysicalAxis.cs  |  151 ++
 nplot/nplot/PhysicalAxis.cs             |  276 +++
 nplot/nplot/PiAxis.cs                   |  230 +++
 nplot/nplot/PiePlot.cs                  |  120 ++
 nplot/nplot/PlotSurface2D.cs            | 1334 ++++++++++++++
 nplot/nplot/PlotSurface2Dnew.cs         |  439 +++++
 nplot/nplot/PlotSurface3D.cs            |   64 +
 nplot/nplot/PointD.cs                   |   91 +
 nplot/nplot/PointD3D.cs                 |   45 +
 nplot/nplot/PointPlot.cs                |  182 ++
 nplot/nplot/PointPlot3D.cs              |   65 +
 nplot/nplot/RectangleBrushes.cs         | 1953 ++++++++++++++++++++
 nplot/nplot/RectangleD.cs               |  143 ++
 nplot/nplot/SequenceAdapter.cs          |  330 ++++
 nplot/nplot/SequenceAdapter3D.cs        |   28 +
 nplot/nplot/StartStep.cs                |  111 ++
 nplot/nplot/StepGradient.cs             |  149 ++
 nplot/nplot/StepPlot.cs                 |  347 ++++
 nplot/nplot/StrongName.snk              |  Bin 0 -> 596 bytes
 nplot/nplot/TextItem.cs                 |  178 ++
 nplot/nplot/TradingDateTimeAxis.cs      |  713 ++++++++
 nplot/nplot/Transform2D.cs              |  190 ++
 nplot/nplot/Utils.cs                    |  379 ++++
 nplot/nplot/VerticalLine.cs             |  293 +++
 nplot/nplot/Web.Design.PlotSurface2D.cs |  121 ++
 nplot/nplot/Web.PlotSurface2D.cs        |  669 +++++++
 nplot/nplot/Web.PlotSurface2D.cs~       |  671 +++++++
 nplot/nplot/Windows.PlotSurface.cs      |  113 ++
 nplot/nplot/Windows.PlotSurface.resx    |   42 +
 nplot/nplot/Windows.PlotSurface2D.cs    | 2942 +++++++++++++++++++++++++++++++
 nplot/nplot/Windows.PlotSurface2D.resx  |  106 ++
 nplot/nplot/Windows.PlotSurface2Dnew.cs |  155 ++
 nplot/nplot/house_rules.txt             |   94 +
 src/Makefile.am                         |   26 +-
 87 files changed, 26487 insertions(+), 25 deletions(-)

Thu Aug 27 00:06:03 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add missing files to win32 bundle 
 .../share/doc/chronojump_manual_es.pdf             |14792 ++++++++++++++++++++
 .../share/longomatch/images/chronojump_logo.png    |  Bin 0 -> 9899 bytes
 .../share/longomatch/report_web_style.css          |   55 +
 3 files changed, 14847 insertions(+), 0 deletions(-)

Wed Aug 26 23:51:37 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Http uri's use regular slashes. 
 src/gui/chronojump.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Wed Aug 26 21:18:01 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
[autotools] Add checks for Mono assemblies 
 configure.ac |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

Wed Aug 26 20:53:31 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
[autotools]Check if gettext is installed 
 chronojump_server/bin/chronojumpServer.dll |  Bin 271872 -> 271872 bytes
 configure.ac                               |    8 +++++++-
 po/Makefile.am                             |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

Wed Aug 26 20:55:48 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
better offline message 
 src/constants.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Wed Aug 26 20:52:29 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
added manual.pdf again 
 manual/chronojump_manual_es.pdf |14792 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 14792 insertions(+), 0 deletions(-)

Wed Aug 26 20:44:05 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
improved the creation of the bundle for windows 
 build/data/chronojump.prg                          |  Bin 3019776 -> 0 bytes
 build/data/chronojump_mini.prg                     |  Bin 39936 -> 0 bytes
 .../build/ChronoJump-0.8.9.4-win32_old.exe         |  Bin 22034923 -> 0 bytes
 build/windows_bundle/build/chronojump.prg          |    1 -
 build/windows_bundle/build/chronojump_mini.prg     |    1 -
 build/windows_bundle/build/howto_build.txt         |   19 +++++-
 build/windows_bundle/build/makeBundle.sh           |    4 +-
 create_release_windows.sh                          |   68 ++++++++++++++++++++
 src/util.cs                                        |    6 +-
 version.txt                                        |    1 -
 10 files changed, 89 insertions(+), 11 deletions(-)

Wed Aug 26 18:34:17 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
changed link to "last manual" 
 manual/chronojump_manual_es.lyx  |    3 +-
 manual/chronojump_manual_es.lyx~ |   16 +-
 manual/chronojump_manual_es.pdf  |14789 --------------------------------------
 3 files changed, 10 insertions(+), 14798 deletions(-)

Wed Aug 26 18:23:11 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Ismael Olea improves on packaging rpm and deb 
 build/debian/control      |    7 +++-
 build/debian/copyright    |    2 +-
 chronojump.spec           |   88 +++++++++++++++++++++++++++++++++++++++++++++
 po/Makefile.am            |    3 +-
 src/Makefile.am           |    1 +
 src/chronojump.desktop.in |    9 +++--
 6 files changed, 102 insertions(+), 8 deletions(-)

Wed Aug 26 17:55:28 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
manual updated to 0.9 and with new font: Computer Modern Sans queryServerWin only appears if connected and CanI 
 TODO.txt                                   |    6 -
 chronojump_server/bin/chronojumpServer.dll |  Bin 271872 -> 271872 bytes
 manual/chronojump_manual_es.lyx            | 1121 ++++++++++++++++++++++++---
 manual/chronojump_manual_es.lyx~           | 1172 +++++++++++++++++++++++++---
 manual/chronojump_manual_es.pdf            |  Bin 1436903 -> 2099208 bytes
 src/gui/chronojump.cs                      |   74 +--
 src/gui/person.cs                          |    4 +
 7 files changed, 2110 insertions(+), 267 deletions(-)

Tue Aug 25 19:22:32 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
0.8.9.6 query works with age dates chronojump cannot be called two times now 
 TODO.txt                                    |    8 +-
 chronojump_server/ChronojumpServer.cs       |   13 +-
 chronojump_server/bin/chronojumpServer.dll  |  Bin 271360 -> 271872 bytes
 chronojump_server/chronojumpServerCSharp.cs |   10 +-
 glade/chronojump.glade                      |    8 +-
 manual/chronojump_manual_es.lyx             |  541 ++++++++-
 manual/chronojump_manual_es.lyx~            |  499 ++++++++-
 manual/chronojump_manual_es.pdf             |  Bin 1262595 -> 1436903 bytes
 po/POTFILES.in                              |    9 +
 po/POTFILES.skip                            |    5 +-
 po/es.po                                    | 1739 +++++++++++++--------------
 src/AssemblyInfo.cs                         |    2 +-
 src/chronojump.cs                           |  101 +-
 src/constants.cs                            |    7 +
 src/gui/chronojump.cs                       |    4 +
 src/gui/queryServer.cs                      |   62 +-
 src/stats/graphs/djIndex.cs                 |    2 +-
 src/stats/graphs/djQ.cs                     |    2 +-
 src/stats/graphs/fv.cs                      |    2 +-
 src/stats/graphs/global.cs                  |    4 +-
 src/stats/graphs/ieIub.cs                   |    2 +-
 src/stats/graphs/potency.cs                 |    2 +-
 src/stats/graphs/rjAVGSD.cs                 |    2 +-
 src/stats/graphs/rjIndex.cs                 |    2 +-
 src/stats/graphs/rjPotencyBosco.cs          |    2 +-
 src/util.cs                                 |   19 +-
 26 files changed, 1975 insertions(+), 1072 deletions(-)

Mon Aug 24 19:26:15 2009 +0200 Mario Blättermann <mariobl@gnome.org>
Added German translation 
 po/LINGUAS |    1 +
 po/de.po   | 5871 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 5872 insertions(+), 0 deletions(-)

Mon Aug 24 16:53:22 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
db 0.71 to 0.72, all SQL dates to YYYY-MM-DD now can know years of everyone like this: SELECT (julianday('now') - julianday(dateBorn))/365.25 FROM person WHERE uniqueID = 152; all code manages dates in DateTime or sqlite format 
 TODO.txt                                   |    2 +
 chronojump_server/Makefile.am              |    1 +
 chronojump_server/bin/chronojumpServer.dll |  Bin 268800 -> 271360 bytes
 glade/chronojump.glade                     |  288 ++++++++++++++++++++++------
 images/xcf/chronojump_logo.png             |  Bin 9899 -> 0 bytes
 src/Makefile.am                            |    4 +-
 src/chronojump_mini.cs                     |   46 ++---
 src/gui/dialogCalendar.cs                  |   22 ++-
 src/gui/dialogServerStats.cs               |    2 +-
 src/gui/evaluator.cs                       |   11 +-
 src/gui/person.cs                          |   31 ++--
 src/gui/queryServer.cs                     |  108 ++++++++++-
 src/gui/session.cs                         |   18 +-
 src/log.cs                                 |    2 +-
 src/person.cs                              |   22 +--
 src/server.cs                              |   12 +-
 src/serverEvaluator.cs                     |    8 +-
 src/serverPing.cs                          |    8 +-
 src/session.cs                             |   28 ++--
 src/sqlite/main.cs                         |  107 ++++++++++-
 src/sqlite/person.cs                       |   16 +-
 src/sqlite/personSession.cs                |   14 +-
 src/sqlite/server.cs                       |   18 +-
 src/sqlite/session.cs                      |   35 ++--
 src/stats/main.cs                          |    4 +-
 src/util.cs                                |   51 +----
 src/utilDate.cs                            |   91 +++++++++
 27 files changed, 685 insertions(+), 264 deletions(-)

Sat Aug 22 03:50:16 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
query win checks CanI on server 
 src/gui/chronojump.cs |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

Sat Aug 22 03:46:08 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Server query window almost finished! working! only needs age selection 
 TODO.txt                                    |    2 +-
 chronojump_server/ChronojumpServer.cs       | 3531 ++++++++++++---------------
 chronojump_server/bin/chronojumpServer.dll  |  Bin 267776 -> 268800 bytes
 chronojump_server/chronojumpServerCSharp.cs |   15 +
 chronojump_server/howto_server_2009.txt     |   12 +-
 glade/chronojump.glade                      |    2 +-
 src/constants.cs                            |   17 +-
 src/gui/person.cs                           |   20 +-
 src/gui/queryServer.cs                      |  154 +-
 src/person.cs                               |    2 +-
 src/sqlite/server.cs                        |   18 +
 src/sqlite/stat.cs                          |    9 +-
 src/util.cs                                 |   43 +-
 13 files changed, 1784 insertions(+), 2041 deletions(-)

Fri Aug 21 20:50:30 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Doing queryServer.cs server menu / view server website server manually ping / returns online or offline bigger button to end repetitive tests 
 TODO.txt                                    |   14 +
 chronojump_server/bin/chronojumpServer.dll  |  Bin 266752 -> 267776 bytes
 chronojump_server/chronojumpServerCSharp.cs |    2 +
 glade/chronojump.glade                      | 1085 ++++++++++++++++++++++++-
 manual/chronojump_manual_es.lyx             | 1161 +++++++++++++++++++++++----
 manual/chronojump_manual_es.lyx~            | 1168 +++++++++++++++++++++++----
 manual/chronojump_manual_es.pdf             |  Bin 1068448 -> 1262595 bytes
 src/Makefile.am                             |    1 +
 src/constants.cs                            |   15 +
 src/exportSession.cs                        |    2 +-
 src/gui/chronojump.cs                       |   59 ++-
 src/gui/jump.cs                             |    3 +-
 src/gui/person.cs                           |    2 +-
 src/gui/queryServer.cs                      |  590 ++++++++++++++
 src/jumpType.cs                             |    1 +
 src/multiChronopic.cs                       |    3 -
 src/treeViewMultiChronopic.cs               |    4 -
 src/util.cs                                 |   19 +-
 src/utilGtk.cs                              |    6 +
 19 files changed, 3751 insertions(+), 384 deletions(-)

Tue Aug 18 17:54:12 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Added files to generate r-graphs automatically 
 .../r-sqlite/howto_r-sqlite_scripts.txt            |   42 ++++++++++++++++++++
 chronojump_server/r-sqlite/r-sqlite_script_1.txt   |   12 ++++++
 2 files changed, 54 insertions(+), 0 deletions(-)

Tue Aug 18 16:05:33 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
minor changes: manual folder opens, database folder opens fixed reload_xsp2 script voluntary crash disabled dialog evaluator fixed message to chronojump site fixed simulated info on tests when export run type add shows (m) and (s) 
 TODO.txt                                           |    3 -
 chronojump_server/bin/chronojumpServer.dll         |  Bin 266240 -> 266752 bytes
 .../server_alive/pina_to_pina-good/reload_xsp2     |    2 +-
 glade/chronojump.glade                             |   28 +-
 manual/chronojump_main_window.xcf                  |  Bin 1234191 -> 1897486 bytes
 manual/chronojump_main_window_spanish.png          |  Bin 95534 -> 168285 bytes
 manual/chronojump_manual_es.lyx                    | 1453 ++++++++++++--------
 manual/chronojump_manual_es.lyx~                   | 1455 ++++++++++++--------
 manual/chronojump_manual_es.pdf                    |  Bin 900366 -> 1068448 bytes
 manual/run_type_add.png                            |  Bin 31573 -> 33866 bytes
 src/exportSession.cs                               |   14 +-
 src/gui/chronojump.cs                              |    8 +-
 src/gui/preferences.cs                             |   13 +
 src/util.cs                                        |   15 +-
 14 files changed, 1884 insertions(+), 1107 deletions(-)

Mon Aug 17 08:28:12 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add report_web_style.css to the dist package 
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Mon Aug 17 08:07:21 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Deploy chronojump.png and report_web_style.css 
 Makefile.include |    4 +++-
 src/Makefile.am  |   10 +++++++---
 src/report.cs    |    4 ++--
 src/util.cs      |    9 +++++++++
 4 files changed, 21 insertions(+), 6 deletions(-)

Sun Aug 16 20:19:46 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Bump all the external dependencies to debian/control 
 build/debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Sun Aug 16 20:08:05 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Added Debian packaging files 	To build the debian package follow these steps: 	1)rename chronojump-x.y.z.tar.gz to chronojump_x.y.z.orig.tar.gz (Note the underscore) 	2)extract chronojump_x.y.z.orig.tar.gz 	3)cd to chronojump-x.y.z 	4)Copy the debian folder to this folder(build/debian in the git repo) 	5)Bump the version changes into debian/changelog 	6)run 'dpkg-buildpackage -rfakeroot' (if it fails try with 'sudo dpkg-buildpackage' 
 build/debian/changelog |    6 ++++++
 build/debian/control   |   13 +++++++++++++
 build/debian/copyright |   35 +++++++++++++++++++++++++++++++++++
 build/debian/rules     |    3 +++
 4 files changed, 57 insertions(+), 0 deletions(-)

Sun Aug 16 14:15:19 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
server scripts to have xsp2 ok always gui minor changes -add new person doesn't show x on speciallity on start dialogue -hidden status bar in personNotUpload 
 .../pina_to_pina-good/ChronojumpServerAlive.cs     |   87 ++++++++++++++++++++
 .../pina_to_pina-good/chronojumpServerAlive.asmx   |    1 +
 .../pina_to_pina-good/chronojumpServerAlive.dll    |  Bin 0 -> 3584 bytes
 .../chronojumpServerAliveCSharp.cs                 |   26 ++++++
 .../pina_to_pina-good/chronojump_server_alive.cs   |   68 +++++++++++++++
 .../pina_to_pina-good/chronojump_server_alive.exe  |  Bin 0 -> 6656 bytes
 .../server_alive/pina_to_pina-good/compile_dll.txt |    1 +
 .../server_alive/pina_to_pina-good/compile_exe.txt |    1 +
 .../server_alive/pina_to_pina-good/reload_xsp2     |    9 ++
 src/gui/person.cs                                  |    3 +
 10 files changed, 196 insertions(+), 0 deletions(-)

Fri Aug 14 13:51:26 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
new personNotUpload to disallow a person to be uploaded from a session db: 0.71: table personNotUpload. updated sqlite diagram 
 TODO.txt                                   |    2 +-
 changelog.txt                              |    2 +
 chronojump_server/bin/chronojumpServer.dll |  Bin 263168 -> 266240 bytes
 glade/chronojump.glade                     |    4 +-
 sqlite_diagrams/chronojump_sqlite.dia      |  Bin 11146 -> 11320 bytes
 sqlite_diagrams/chronojump_sqlite.png      |  Bin 309302 -> 315914 bytes
 src/AssemblyInfo.cs                        |    2 +-
 src/Makefile.am                            |    1 +
 src/chronojump.cs                          |   29 +++-
 src/constants.cs                           |    1 +
 src/gui/chronojump.cs                      |   39 ++++--
 src/gui/person.cs                          |  218 ++++++++++++++++++++++++---
 src/server.cs                              |    6 +
 src/sqlite/main.cs                         |   36 ++++-
 src/sqlite/personSessionNotUpload.cs       |   89 +++++++++++
 src/sqlite/runType.cs                      |    4 +-
 src/sqlite/server.cs                       |    2 -
 src/util.cs                                |   15 ++-
 18 files changed, 387 insertions(+), 63 deletions(-)

Thu Aug 13 20:23:21 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Use ToString() method to print version number 	This way version '0.9' is not printed like '0.9.0.0' 
 src/chronojump.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Thu Aug 13 15:38:19 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Add docs to autototools 	src/chronojump.cs: Use the new GetPrefixDir() method 	src/util.cs: New Method GetPrefixDir() to get the installation path 
 Makefile.am        |    4 ++--
 configure.ac       |    1 +
 manual/Makefile.am |    1 +
 src/chronojump.cs  |    9 ++-------
 src/util.cs        |   14 +++++++++++---
 5 files changed, 17 insertions(+), 12 deletions(-)

Thu Aug 13 13:34:29 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Install chronopic libs in pkglibdir:$(PREFIX)/lib/chronojump/ instead of $(PREFIX)/lib 
 chronopic-tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Wed Aug 12 16:58:43 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Use assembly attributes and reflection to get the version number and more info if needed 
 src/AssemblyInfo.cs |   32 ++++++++++++++++++++++++++++++++
 src/Makefile.am     |    1 +
 src/chronojump.cs   |   17 ++++-------------
 3 files changed, 37 insertions(+), 13 deletions(-)

Wed Aug 12 16:39:44 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
fixed doap 
 chronojump.doap |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

Wed Aug 12 16:33:54 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Added doap 
 chronojump.doap |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

Wed Aug 12 16:24:20 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
windows bundle chronojump.mo moved to share/locale 
 .../bin/locale/ar/LC_MESSAGES/chronojump.mo        |  Bin 2067 -> 0 bytes
 .../bin/locale/ca/LC_MESSAGES/chronojump.mo        |  Bin 66682 -> 0 bytes
 .../bin/locale/dz/LC_MESSAGES/chronojump.mo        |  Bin 71911 -> 0 bytes
 .../bin/locale/en_GB/LC_MESSAGES/chronojump.mo     |  Bin 90043 -> 0 bytes
 .../bin/locale/es/LC_MESSAGES/chronojump.mo        |  Bin 90276 -> 0 bytes
 .../bin/locale/fi/LC_MESSAGES/chronojump.mo        |  Bin 33608 -> 0 bytes
 .../bin/locale/fr/LC_MESSAGES/chronojump.mo        |  Bin 56213 -> 0 bytes
 .../bin/locale/nb/LC_MESSAGES/chronojump.mo        |  Bin 2986 -> 0 bytes
 .../bin/locale/oc/LC_MESSAGES/chronojump.mo        |  Bin 6828 -> 0 bytes
 .../bin/locale/pt/LC_MESSAGES/chronojump.mo        |  Bin 37538 -> 0 bytes
 .../bin/locale/pt_BR/LC_MESSAGES/chronojump.mo     |  Bin 4855 -> 0 bytes
 .../bin/locale/sv/LC_MESSAGES/chronojump.mo        |  Bin 15332 -> 0 bytes
 .../bin/locale/vi/LC_MESSAGES/chronojump.mo        |  Bin 38193 -> 0 bytes
 .../bin/locale/zh_CN/LC_MESSAGES/chronojump.mo     |  Bin 1612 -> 0 bytes
 .../share/locale/ar/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 2067 bytes
 .../share/locale/ca/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 66682 bytes
 .../share/locale/dz/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 71911 bytes
 .../share/locale/en_GB/LC_MESSAGES/chronojump.mo   |  Bin 0 -> 90043 bytes
 .../share/locale/es/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 90276 bytes
 .../share/locale/fi/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 33608 bytes
 .../share/locale/fr/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 56213 bytes
 .../share/locale/nb/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 2986 bytes
 .../share/locale/oc/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 6828 bytes
 .../share/locale/pt/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 37538 bytes
 .../share/locale/pt_BR/LC_MESSAGES/chronojump.mo   |  Bin 0 -> 4855 bytes
 .../share/locale/sv/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 15332 bytes
 .../share/locale/vi/LC_MESSAGES/chronojump.mo      |  Bin 0 -> 38193 bytes
 .../share/locale/zh_CN/LC_MESSAGES/chronojump.mo   |  Bin 0 -> 1612 bytes
 changelog.txt                                      |    3 +++
 29 files changed, 3 insertions(+), 0 deletions(-)

Wed Aug 12 16:10:11 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
fixed crash on start on languages with ',' as decimal (fr, fi,vi) 
 README             |    2 +-
 TODO.txt           |    1 +
 changelog.txt      |   14 ++++++++++++++
 src/sqlite/main.cs |    6 +++---
 4 files changed, 19 insertions(+), 4 deletions(-)

Wed Aug 12 15:59:51 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Fix complitation error due to unclosed parenthesis 
 chronopic-tests/chronopic.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Wed Aug 12 15:58:56 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Fix Translation Makefiles 
 po/Makefile.am |   69 +++++++++++++++++++++++++++++--------------------------
 1 files changed, 36 insertions(+), 33 deletions(-)

Wed Aug 12 15:35:45 2009 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
Autotools support for ChronoJump 	Support to generate cross-platform Makefiles using autotools         The first time you checkout the repository you need to generate 	the 'configure' script and the 'Makefile.in' templates by running:         $ sh autogen.sh 	This script will generate the 'configure' script and the 'Makefile.in' templates 	from configure.ac and Makefile.am. It will also  call the 'configure' script for you, 	which will generate all the 'Makefile' files from the 'Makefile.in' templates. 	'autogen.sh' should be called for each change in configure.ac or Makefile.am files. 	This script is targetted for developpers, to avoid polluting the repository with 	extra files. 	After running 'autogen.sh' once, you will usually use the following commands:  	$ ./configure 	$ make 	# make install 	You can create a tarball for the current version (stored in configure.ac) using: 	$ make dist 
 Makefile                      |  176 --------------------
 Makefile.am                   |   13 ++
 Makefile.include              |  122 ++++++++++++++
 Makefile.old                  |  176 ++++++++++++++++++++
 autogen.sh                    |   83 ++++++++++
 chronojump_server/Makefile.am |   69 ++++++++
 chronopic-tests/Makefile      |  124 --------------
 chronopic-tests/Makefile.am   |   45 +++++
 chronopic-tests/Makefile.old  |  124 ++++++++++++++
 configure.ac                  |   72 ++++++++
 po/Makefile.am                |   45 +++++
 src/Makefile.am               |  358 +++++++++++++++++++++++++++++++++++++++++
 src/chronojump.cs             |   16 ++-
 src/chronojump.desktop.in     |   11 ++
 src/chronojump.in             |    3 +
 src/chronojump_mini.in        |    3 +
 16 files changed, 1136 insertions(+), 304 deletions(-)

Tue Aug 11 18:11:20 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
change UI add/edit person: calendar bttn close to dateborn 
 build/data/chronojump.prg      |  Bin 3019264 -> 3019776 bytes
 build/data/chronojump_mini.prg |  Bin 39936 -> 39936 bytes
 changelog.txt                  |    5 +-
 glade/chronojump.glade         |  153 ++++++++++++++++++++++------------------
 4 files changed, 87 insertions(+), 71 deletions(-)

Thu Aug 6 15:12:19 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
Added ledp.hex to test firmware 
 chronopic-firmware/ledp.hex |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

Wed Aug 5 13:09:06 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
ServerPing thread on start ends correctly now (if server is unavailable) Accelerator to edit person: 'E' unable now to search on persons at main treeview 
 TODO.txt                       |    6 +-----
 build/data/chronojump.prg      |  Bin 3019264 -> 3019264 bytes
 build/data/chronojump_mini.prg |  Bin 39936 -> 39936 bytes
 changelog.txt                  |    5 +++++
 glade/chronojump.glade         |    6 ++++--
 src/chronojump.cs              |    8 +++++---
 6 files changed, 15 insertions(+), 10 deletions(-)

Wed Aug 5 11:43:12 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
windows driver changed to CDM 2.04.16.exe (numerous bug fixes, and runs on tested systems that previous driver didn't) crash fixed: when personAddMultiple in a session with speciallities defined, it crashed before. Added Andoni Morales in authors. 
 build/data/chronojump.prg                          |  Bin 3018752 -> 3019264 bytes
 build/data/chronojump_mini.prg                     |  Bin 39424 -> 39936 bytes
 build/windows_bundle/docs/AUTHORS                  |    3 -
 build/windows_bundle/docs/COPYING                  |  340 ---
 build/windows_bundle/docs/INSTALL                  |    5 -
 build/windows_bundle/docs/changelog.txt            | 2947 --------------------
 .../docs/chronojump_glossary_for_translators.html  |  374 ---
 build/windows_bundle/docs/chronojump_manual_es.pdf |  Bin 900366 -> 0 bytes
 changelog.txt                                      |    3 +
 create_release.sh                                  |   71 -
 src/constants.cs                                   |    5 +-
 src/gui/person.cs                                  |    2 +-
 12 files changed, 7 insertions(+), 3743 deletions(-)

Mon Jul 20 18:06:50 2009 +0200 Xavier de Blas <xaviblas@gmail.com>
added bundle, new windows driver 
 TODO.txt                                           |    5 +-
 build/data/chronojump.prg                          |  Bin 3018240 -> 3018752 bytes
 build/data/chronojump_mini.prg                     |  Bin 39424 -> 39424 bytes
 build/data/version.txt                             |    2 +-
 build/windows/chronojump.bat                       |   20 -
 build/windows/chronojump_mini.bat                  |   20 -
 build/windows/driver/CDM 2.02.04.exe               |  Bin 2119568 -> 0 bytes
 build/windows_bundle/bin/ChronoJump.exe            |  Bin 0 -> 19175143 bytes
 build/windows_bundle/bin/MonoPosixHelper.dll       |  Bin 0 -> 394055 bytes
 build/windows_bundle/bin/atksharpglue-2.dll        |  Bin 0 -> 115014 bytes
 build/windows_bundle/bin/gdksharpglue-2.dll        |  Bin 0 -> 231312 bytes
 build/windows_bundle/bin/gladesharpglue-2.dll      |  Bin 0 -> 215897 bytes
 build/windows_bundle/bin/glibsharpglue-2.dll       |  Bin 0 -> 97567 bytes
 build/windows_bundle/bin/gtk2_prefs.exe            |  Bin 0 -> 293376 bytes
 build/windows_bundle/bin/gtksharpglue-2.dll        |  Bin 0 -> 709147 bytes
 build/windows_bundle/bin/iconv.dll                 |  Bin 0 -> 892928 bytes
 build/windows_bundle/bin/intl.dll                  |  Bin 0 -> 104861 bytes
 build/windows_bundle/bin/jpeg62.dll                |  Bin 0 -> 127488 bytes
 build/windows_bundle/bin/libatk-1.0-0.dll          |  Bin 0 -> 151812 bytes
 build/windows_bundle/bin/libcairo-2.dll            |  Bin 0 -> 794572 bytes
 build/windows_bundle/bin/libgailutil-18.dll        |  Bin 0 -> 51252 bytes
 build/windows_bundle/bin/libgdk-win32-2.0-0.dll    |  Bin 0 -> 833453 bytes
 build/windows_bundle/bin/libgdk_pixbuf-2.0-0.dll   |  Bin 0 -> 138714 bytes
 build/windows_bundle/bin/libgio-2.0-0.dll          |  Bin 0 -> 469447 bytes
 build/windows_bundle/bin/libglade-2.0-0.dll        |  Bin 0 -> 171911 bytes
 build/windows_bundle/bin/libglib-2.0-0.dll         |  Bin 0 -> 1029372 bytes
 build/windows_bundle/bin/libgmodule-2.0-0.dll      |  Bin 0 -> 30594 bytes
 build/windows_bundle/bin/libgobject-2.0-0.dll      |  Bin 0 -> 295457 bytes
 build/windows_bundle/bin/libgthread-2.0-0.dll      |  Bin 0 -> 39316 bytes
 build/windows_bundle/bin/libgtk-win32-2.0-0.dll    |  Bin 0 -> 4846324 bytes
 build/windows_bundle/bin/libpango-1.0-0.dll        |  Bin 0 -> 321494 bytes
 build/windows_bundle/bin/libpangocairo-1.0-0.dll   |  Bin 0 -> 80812 bytes
 build/windows_bundle/bin/libpangoft2-1.0-0.dll     |  Bin 0 -> 278683 bytes
 build/windows_bundle/bin/libpangowin32-1.0-0.dll   |  Bin 0 -> 97985 bytes
 build/windows_bundle/bin/libpng12-0.dll            |  Bin 0 -> 202923 bytes
 build/windows_bundle/bin/libpng13.dll              |  Bin 0 -> 145920 bytes
 build/windows_bundle/bin/librsvg-2-2.dll           |  Bin 0 -> 260378 bytes
 build/windows_bundle/bin/librsvg-2.dll             |  Bin 0 -> 260378 bytes
 build/windows_bundle/bin/libxml2.dll               |  Bin 0 -> 963584 bytes
 .../bin/locale/ar/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 2067 bytes
 .../bin/locale/ca/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 66682 bytes
 .../bin/locale/dz/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 71911 bytes
 .../bin/locale/en_GB/LC_MESSAGES/chronojump.mo     |  Bin 0 -> 90043 bytes
 .../bin/locale/es/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 90276 bytes
 .../bin/locale/fi/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 33608 bytes
 .../bin/locale/fr/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 56213 bytes
 .../bin/locale/nb/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 2986 bytes
 .../bin/locale/oc/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 6828 bytes
 .../bin/locale/pt/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 37538 bytes
 .../bin/locale/pt_BR/LC_MESSAGES/chronojump.mo     |  Bin 0 -> 4855 bytes
 .../bin/locale/sv/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 15332 bytes
 .../bin/locale/vi/LC_MESSAGES/chronojump.mo        |  Bin 0 -> 38193 bytes
 .../bin/locale/zh_CN/LC_MESSAGES/chronojump.mo     |  Bin 0 -> 1612 bytes
 build/windows_bundle/bin/mono.dll                  |  Bin 0 -> 2188589 bytes
 build/windows_bundle/bin/sqlite3.dll               |  Bin 0 -> 362029 bytes
 build/windows_bundle/bin/zlib1.dll                 |  Bin 0 -> 55808 bytes
 .../build/ChronoJump-0.8.9.4-win32_old.exe         |  Bin 0 -> 22034923 bytes
 build/windows_bundle/build/NPlot.Gtk.dll           |  Bin 0 -> 8704 bytes
 build/windows_bundle/build/NPlot.dll               |  Bin 0 -> 128512 bytes
 build/windows_bundle/build/chronojump.prg          |    1 +
 build/windows_bundle/build/chronojump_icon.ico     |  Bin 0 -> 3774 bytes
 .../windows_bundle/build/chronojump_innosetup.iss  |   64 +
 build/windows_bundle/build/chronojump_mini.prg     |    1 +
 build/windows_bundle/build/gpl-2.0.txt             |  339 +
 build/windows_bundle/build/howto_build.txt         |   18 +
 build/windows_bundle/build/logo.o                  |  Bin 0 -> 4034 bytes
 build/windows_bundle/build/logo.rc                 |   66 +
 build/windows_bundle/build/makeBundle.sh           |    9 +
 build/windows_bundle/build/makeBundle.sh~          |    6 +
 build/windows_bundle/build/resource.h              |   15 +
 build/windows_bundle/build/temp.s                  |1701799 ++++++++++++++++++++
 build/windows_bundle/docs/AUTHORS                  |    3 +
 build/windows_bundle/docs/COPYING                  |  340 +
 build/windows_bundle/docs/INSTALL                  |    5 +
 build/windows_bundle/docs/changelog.txt            | 2947 +
 .../docs/chronojump_glossary_for_translators.html  |  374 +
 build/windows_bundle/docs/chronojump_manual_es.pdf |  Bin 0 -> 900366 bytes
 build/windows_bundle/drivers/CDM 2.04.16.exe       |  Bin 0 -> 2397163 bytes
 .../etc/fonts/conf.avail/10-autohint.conf          |    9 +
 .../etc/fonts/conf.avail/10-no-sub-pixel.conf      |    9 +
 .../etc/fonts/conf.avail/10-sub-pixel-bgr.conf     |    9 +
 .../etc/fonts/conf.avail/10-sub-pixel-rgb.conf     |    9 +
 .../etc/fonts/conf.avail/10-sub-pixel-vbgr.conf    |    9 +
 .../etc/fonts/conf.avail/10-sub-pixel-vrgb.conf    |    9 +
 .../etc/fonts/conf.avail/10-unhinted.conf          |    9 +
 .../etc/fonts/conf.avail/20-fix-globaladvance.conf |   29 +
 .../etc/fonts/conf.avail/20-lohit-gujarati.conf    |   11 +
 .../etc/fonts/conf.avail/20-unhint-small-vera.conf |   49 +
 .../etc/fonts/conf.avail/30-amt-aliases.conf       |   21 +
 .../etc/fonts/conf.avail/30-urw-aliases.conf       |   52 +
 .../etc/fonts/conf.avail/40-generic.conf           |   66 +
 .../etc/fonts/conf.avail/49-sansserif.conf         |   21 +
 .../etc/fonts/conf.avail/50-user.conf              |    7 +
 .../etc/fonts/conf.avail/51-local.conf             |    7 +
 .../etc/fonts/conf.avail/60-latin.conf             |   42 +
 .../etc/fonts/conf.avail/65-fonts-persian.conf     |  539 +
 .../etc/fonts/conf.avail/65-nonlatin.conf          |   38 +
 .../etc/fonts/conf.avail/69-unifont.conf           |   24 +
 .../etc/fonts/conf.avail/70-no-bitmaps.conf        |   13 +
 .../etc/fonts/conf.avail/70-yes-bitmaps.conf       |   13 +
 .../etc/fonts/conf.avail/80-delicious.conf         |   20 +
 .../etc/fonts/conf.avail/90-synthetic.conf         |   64 +
 build/windows_bundle/etc/fonts/conf.avail/README   |   48 +
 .../etc/fonts/conf.d/20-fix-globaladvance.conf     |   29 +
 .../etc/fonts/conf.d/20-lohit-gujarati.conf        |   11 +
 .../etc/fonts/conf.d/20-unhint-small-vera.conf     |   49 +
 .../etc/fonts/conf.d/30-amt-aliases.conf           |   21 +
 .../etc/fonts/conf.d/30-urw-aliases.conf           |   52 +
 .../etc/fonts/conf.d/40-generic.conf               |   66 +
 .../etc/fonts/conf.d/49-sansserif.conf             |   21 +
 build/windows_bundle/etc/fonts/conf.d/50-user.conf |    7 +
 .../windows_bundle/etc/fonts/conf.d/51-local.conf  |    7 +
 .../windows_bundle/etc/fonts/conf.d/60-latin.conf  |   42 +
 .../etc/fonts/conf.d/65-fonts-persian.conf         |  539 +
 .../etc/fonts/conf.d/65-nonlatin.conf              |   38 +
 .../etc/fonts/conf.d/69-unifont.conf               |   24 +
 .../etc/fonts/conf.d/80-delicious.conf             |   20 +
 .../etc/fonts/conf.d/90-synthetic.conf             |   64 +
 build/windows_bundle/etc/fonts/fonts.conf          |  400 +
 build/windows_bundle/etc/fonts/fonts.dtd           |  186 +
 build/windows_bundle/etc/fonts/local.conf          |   14 +
 .../windows_bundle/etc/gtk-2.0/gdk-pixbuf.loaders  |  118 +
 build/windows_bundle/etc/gtk-2.0/gtk.immodules     |    7 +
 build/windows_bundle/etc/gtk-2.0/gtkrc             |    8 +
 build/windows_bundle/etc/gtk-2.0/gtkrc-2.0         |    8 +
 .../windows_bundle/etc/gtk-2.0/im-multipress.conf  |   23 +
 build/windows_bundle/etc/pango/pango.modules       |   28 +
 .../Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest |   13 +
 .../gstreamer-0.10/Microsoft.VC90.CRT/msvcr90.dll  |  Bin 0 -> 655872 bytes
 .../lib/gstreamer-0.10/libdshowsrcwrapper.dll      |  Bin 0 -> 36864 bytes
 .../lib/gstreamer-0.10/libfsselector.dll           |  Bin 0 -> 20992 bytes
 .../lib/gstreamer-0.10/libfsvalve.dll              |  Bin 0 -> 11264 bytes
 .../lib/gstreamer-0.10/libgsta52.dll               |  Bin 0 -> 113152 bytes
 .../lib/gstreamer-0.10/libgstacmenc.dll            |  Bin 0 -> 14848 bytes
 .../lib/gstreamer-0.10/libgstadder.dll             |  Bin 0 -> 19456 bytes
 .../lib/gstreamer-0.10/libgstalaw.dll              |  Bin 0 -> 16896 bytes
 .../lib/gstreamer-0.10/libgstalpha.dll             |  Bin 0 -> 12288 bytes
 .../lib/gstreamer-0.10/libgstapp.dll               |  Bin 0 -> 7680 bytes
 .../lib/gstreamer-0.10/libgstasfdemux.dll          |  Bin 0 -> 58880 bytes
 .../lib/gstreamer-0.10/libgstaudiochunk.dll        |  Bin 0 -> 11776 bytes
 .../lib/gstreamer-0.10/libgstaudioconvert.dll      |  Bin 0 -> 41984 bytes
 .../lib/gstreamer-0.10/libgstaudiofx.dll           |  Bin 0 -> 65024 bytes
 .../lib/gstreamer-0.10/libgstaudiorate.dll         |  Bin 0 -> 16384 bytes
 .../lib/gstreamer-0.10/libgstaudioresample.dll     |  Bin 0 -> 25600 bytes
 .../lib/gstreamer-0.10/libgstaudiotestsrc.dll      |  Bin 0 -> 23552 bytes
 .../lib/gstreamer-0.10/libgstautodetect.dll        |  Bin 0 -> 24576 bytes
 .../lib/gstreamer-0.10/libgstavi.dll               |  Bin 0 -> 75776 bytes
 .../lib/gstreamer-0.10/libgstcairo.dll             |  Bin 0 -> 24576 bytes
 .../lib/gstreamer-0.10/libgstcamerabin.dll         |  Bin 0 -> 52224 bytes
 .../lib/gstreamer-0.10/libgstcoreelements.dll      |  Bin 0 -> 96256 bytes
 .../lib/gstreamer-0.10/libgstcutter.dll            |  Bin 0 -> 15360 bytes
 .../lib/gstreamer-0.10/libgstdebug.dll             |  Bin 0 -> 35328 bytes
 .../lib/gstreamer-0.10/libgstdecodebin.dll         |  Bin 0 -> 27136 bytes
 .../lib/gstreamer-0.10/libgstdecodebin2.dll        |  Bin 0 -> 50176 bytes
 .../lib/gstreamer-0.10/libgstdirectdraw.dll        |  Bin 0 -> 30208 bytes
 .../lib/gstreamer-0.10/libgstdirectsound.dll       |  Bin 0 -> 229376 bytes
 .../lib/gstreamer-0.10/libgstdshowvideosink.dll    |  Bin 0 -> 46592 bytes
 .../lib/gstreamer-0.10/libgstdtmf.dll              |  Bin 0 -> 29184 bytes
 .../lib/gstreamer-0.10/libgstdvdspu.dll            |  Bin 0 -> 28160 bytes
 .../lib/gstreamer-0.10/libgsteffectv.dll           |  Bin 0 -> 28160 bytes
 .../lib/gstreamer-0.10/libgstequalizer.dll         |  Bin 0 -> 20992 bytes
 .../lib/gstreamer-0.10/libgstfaac.dll              |  Bin 0 -> 18944 bytes
 .../lib/gstreamer-0.10/libgstfaad.dll              |  Bin 0 -> 249856 bytes
 .../lib/gstreamer-0.10/libgstffmpeg.dll            |  Bin 0 -> 23068160 bytes
 .../lib/gstreamer-0.10/libgstffmpegcolorspace.dll  |  Bin 0 -> 112640 bytes
 .../gstreamer-0.10/libgstfluendompegdemuxer.dll    |  Bin 0 -> 64000 bytes
 .../lib/gstreamer-0.10/libgstflv.dll               |  Bin 0 -> 43520 bytes
 .../lib/gstreamer-0.10/libgstgamma.dll             |  Bin 0 -> 11776 bytes
 .../lib/gstreamer-0.10/libgstgdp.dll               |  Bin 0 -> 23552 bytes
 .../windows_bundle/lib/gstreamer-0.10/libgstgl.dll |  Bin 0 -> 97792 bytes
 .../lib/gstreamer-0.10/libgsth264parse.dll         |  Bin 0 -> 17408 bytes
 .../lib/gstreamer-0.10/libgsticydemux.dll          |  Bin 0 -> 14336 bytes
 .../lib/gstreamer-0.10/libgstid3demux.dll          |  Bin 0 -> 25088 bytes
 .../lib/gstreamer-0.10/libgstjpeg.dll              |  Bin 0 -> 106496 bytes
 .../lib/gstreamer-0.10/libgstmad.dll               |  Bin 0 -> 180736 bytes
 .../lib/gstreamer-0.10/libgstmatroska.dll          |  Bin 0 -> 98816 bytes
 .../lib/gstreamer-0.10/libgstmms.dll               |  Bin 0 -> 15360 bytes
 .../lib/gstreamer-0.10/libgstmpeg2dec.dll          |  Bin 0 -> 299520 bytes
 .../lib/gstreamer-0.10/libgstmpeg4videoparse.dll   |  Bin 0 -> 17920 bytes
 .../lib/gstreamer-0.10/libgstmpegdemux.dll         |  Bin 0 -> 104960 bytes
 .../lib/gstreamer-0.10/libgstmpegstream.dll        |  Bin 0 -> 49152 bytes
 .../lib/gstreamer-0.10/libgstmscodecs.dll          |  Bin 0 -> 25088 bytes
 .../lib/gstreamer-0.10/libgstmulaw.dll             |  Bin 0 -> 13824 bytes
 .../lib/gstreamer-0.10/libgstmultipart.dll         |  Bin 0 -> 19968 bytes
 .../lib/gstreamer-0.10/libgstneon.dll              |  Bin 0 -> 49664 bytes
 .../lib/gstreamer-0.10/libgstnetsim.dll            |  Bin 0 -> 12800 bytes
 .../lib/gstreamer-0.10/libgstogg.dll               |  Bin 0 -> 76800 bytes
 .../lib/gstreamer-0.10/libgstpcapparse.dll         |  Bin 0 -> 11776 bytes
 .../lib/gstreamer-0.10/libgstplaybin.dll           |  Bin 0 -> 94720 bytes
 .../lib/gstreamer-0.10/libgstpng.dll               |  Bin 0 -> 22528 bytes
 .../lib/gstreamer-0.10/libgstqtdemux.dll           |  Bin 0 -> 83968 bytes
 .../lib/gstreamer-0.10/libgstqueue2.dll            |  Bin 0 -> 32256 bytes
 .../lib/gstreamer-0.10/libgstrealmedia.dll         |  Bin 0 -> 52736 bytes
 .../lib/gstreamer-0.10/libgstresindvd.dll          |  Bin 0 -> 276992 bytes
 .../lib/gstreamer-0.10/libgstrtp.dll               |  Bin 0 -> 138752 bytes
 .../lib/gstreamer-0.10/libgstrtpmanager.dll        |  Bin 0 -> 112128 bytes
 .../lib/gstreamer-0.10/libgstrtpmuxer.dll          |  Bin 0 -> 15360 bytes
 .../lib/gstreamer-0.10/libgstrtsp.dll              |  Bin 0 -> 61952 bytes
 .../lib/gstreamer-0.10/libgstselector.dll          |  Bin 0 -> 28160 bytes
 .../lib/gstreamer-0.10/libgstsiren.dll             |  Bin 0 -> 57856 bytes
 .../lib/gstreamer-0.10/libgstspectrum.dll          |  Bin 0 -> 16384 bytes
 .../lib/gstreamer-0.10/libgsttheora.dll            |  Bin 0 -> 41984 bytes
 .../lib/gstreamer-0.10/libgsttypefindfunctions.dll |  Bin 0 -> 42496 bytes
 .../lib/gstreamer-0.10/libgstudp.dll               |  Bin 0 -> 32768 bytes
 .../lib/gstreamer-0.10/libgstvideobalance.dll      |  Bin 0 -> 14848 bytes
 .../lib/gstreamer-0.10/libgstvideobox.dll          |  Bin 0 -> 19968 bytes
 .../lib/gstreamer-0.10/libgstvideocrop.dll         |  Bin 0 -> 29184 bytes
 .../lib/gstreamer-0.10/libgstvideoflip.dll         |  Bin 0 -> 17408 bytes
 .../lib/gstreamer-0.10/libgstvideomixer.dll        |  Bin 0 -> 25088 bytes
 .../lib/gstreamer-0.10/libgstvideorate.dll         |  Bin 0 -> 20992 bytes
 .../lib/gstreamer-0.10/libgstvideoscale.dll        |  Bin 0 -> 32768 bytes
 .../lib/gstreamer-0.10/libgstvideosignal.dll       |  Bin 0 -> 16896 bytes
 .../lib/gstreamer-0.10/libgstvideotestsrc.dll      |  Bin 0 -> 29696 bytes
 .../lib/gstreamer-0.10/libgstvolume.dll            |  Bin 0 -> 16896 bytes
 .../lib/gstreamer-0.10/libgstvorbis.dll            |  Bin 0 -> 46592 bytes
 .../lib/gstreamer-0.10/libgstwasapi.dll            |  Bin 0 -> 17920 bytes
 .../lib/gstreamer-0.10/libgstwininet.dll           |  Bin 0 -> 12800 bytes
 .../lib/gstreamer-0.10/libgstwinks.dll             |  Bin 0 -> 41984 bytes
 .../lib/gstreamer-0.10/libgstwinscreencap.dll      |  Bin 0 -> 19968 bytes
 .../lib/gstreamer-0.10/libgstx264.dll              |  Bin 0 -> 472576 bytes
 .../lib/gstreamer-0.10/libgstxvid.dll              |  Bin 0 -> 35328 bytes
 .../lib/gtk-2.0/2.10.0/engines/libanachron.dll     |  Bin 0 -> 28558 bytes
 .../lib/gtk-2.0/2.10.0/engines/libaurora.dll       |  Bin 0 -> 111369 bytes
 .../lib/gtk-2.0/2.10.0/engines/libbluecurve.dll    |  Bin 0 -> 57580 bytes
 .../lib/gtk-2.0/2.10.0/engines/libcandido.dll      |  Bin 0 -> 60073 bytes
 .../lib/gtk-2.0/2.10.0/engines/libcleanice.dll     |  Bin 0 -> 36596 bytes
 .../lib/gtk-2.0/2.10.0/engines/libclearlooks.dll   |  Bin 0 -> 164869 bytes
 .../lib/gtk-2.0/2.10.0/engines/libcrux-engine.dll  |  Bin 0 -> 58726 bytes
 .../lib/gtk-2.0/2.10.0/engines/libdyndyn.dll       |  Bin 0 -> 66599 bytes
 .../lib/gtk-2.0/2.10.0/engines/libgflat.dll        |  Bin 0 -> 75869 bytes
 .../lib/gtk-2.0/2.10.0/engines/libglide.dll        |  Bin 0 -> 77842 bytes
 .../lib/gtk-2.0/2.10.0/engines/libhcengine.dll     |  Bin 0 -> 57334 bytes
 .../lib/gtk-2.0/2.10.0/engines/libindustrial.dll   |  Bin 0 -> 55993 bytes
 .../gtk-2.0/2.10.0/engines/liblighthouseblue.dll   |  Bin 0 -> 51405 bytes
 .../lib/gtk-2.0/2.10.0/engines/libmetal.dll        |  Bin 0 -> 47966 bytes
 .../lib/gtk-2.0/2.10.0/engines/libmgicchikn.dll    |  Bin 0 -> 86783 bytes
 .../lib/gtk-2.0/2.10.0/engines/libmist.dll         |  Bin 0 -> 50496 bytes
 .../lib/gtk-2.0/2.10.0/engines/libmurrine.dll      |  Bin 0 -> 88123 bytes
 .../lib/gtk-2.0/2.10.0/engines/libnimbus.dll       |  Bin 0 -> 138364 bytes
 .../lib/gtk-2.0/2.10.0/engines/libnodoka.dll       |  Bin 0 -> 82547 bytes
 .../lib/gtk-2.0/2.10.0/engines/libpixmap.dll       |  Bin 0 -> 35029 bytes
 .../lib/gtk-2.0/2.10.0/engines/libredmond95.dll    |  Bin 0 -> 59520 bytes
 .../lib/gtk-2.0/2.10.0/engines/librezlooks.dll     |  Bin 0 -> 61051 bytes
 .../lib/gtk-2.0/2.10.0/engines/libsmooth.dll       |  Bin 0 -> 221642 bytes
 .../lib/gtk-2.0/2.10.0/engines/libsvg.dll          |  Bin 0 -> 55369 bytes
 .../lib/gtk-2.0/2.10.0/engines/libthinice.dll      |  Bin 0 -> 52463 bytes
 .../lib/gtk-2.0/2.10.0/engines/libubuntulooks.dll  |  Bin 0 -> 78580 bytes
 .../lib/gtk-2.0/2.10.0/engines/libwimp.dll         |  Bin 0 -> 55879 bytes
 .../lib/gtk-2.0/2.10.0/engines/libxfce.dll         |  Bin 0 -> 42700 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-ani.dll |  Bin 0 -> 28701 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.dll |  Bin 0 -> 27633 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-gif.dll |  Bin 0 -> 41810 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-ico.dll |  Bin 0 -> 26987 bytes
 .../2.10.0/loaders/libpixbufloader-jpeg.dll        |  Bin 0 -> 33859 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.dll |  Bin 0 -> 21312 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll |  Bin 0 -> 35817 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.dll |  Bin 0 -> 23669 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-ras.dll |  Bin 0 -> 18495 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-tga.dll |  Bin 0 -> 23999 bytes
 .../2.10.0/loaders/libpixbufloader-tiff.dll        |  Bin 0 -> 27817 bytes
 .../2.10.0/loaders/libpixbufloader-wbmp.dll        |  Bin 0 -> 18036 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.dll |  Bin 0 -> 23992 bytes
 .../gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.dll |  Bin 0 -> 41713 bytes
 .../lib/gtk-2.0/2.10.0/loaders/svg_loader.dll      |  Bin 0 -> 7168 bytes
 .../windows_bundle/lib/gtk-2.0/include/gdkconfig.h |   24 +
 .../gtk-2.0/pango/1.6.0/modules/pango-basic-fc.dll |  Bin 0 -> 10240 bytes
 .../pango/1.6.0/modules/pango-basic-win32.dll      |  Bin 0 -> 16384 bytes
 .../locale/ar/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 168224 bytes
 .../share/locale/ar/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 79762 bytes
 .../locale/ca/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 158773 bytes
 .../share/locale/ca/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 74664 bytes
 .../locale/dz/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 250404 bytes
 .../share/locale/dz/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 86310 bytes
 .../locale/en_GB/LC_MESSAGES/gtk20-properties.mo   |  Bin 0 -> 147521 bytes
 .../share/locale/en_GB/LC_MESSAGES/gtk20.mo        |  Bin 0 -> 68541 bytes
 .../locale/es/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 161594 bytes
 .../share/locale/es/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 74270 bytes
 .../locale/fi/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 149886 bytes
 .../share/locale/fi/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 70935 bytes
 .../locale/fr/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 163692 bytes
 .../share/locale/fr/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 75817 bytes
 .../locale/nb/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 119092 bytes
 .../share/locale/nb/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 69552 bytes
 .../locale/oc/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 5959 bytes
 .../share/locale/oc/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 21894 bytes
 .../locale/pt/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 158359 bytes
 .../share/locale/pt/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 72201 bytes
 .../locale/pt_BR/LC_MESSAGES/gtk20-properties.mo   |  Bin 0 -> 156265 bytes
 .../share/locale/pt_BR/LC_MESSAGES/gtk20.mo        |  Bin 0 -> 73293 bytes
 .../locale/sv/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 152144 bytes
 .../share/locale/sv/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 70342 bytes
 .../locale/vi/LC_MESSAGES/gtk20-properties.mo      |  Bin 0 -> 169610 bytes
 .../share/locale/vi/LC_MESSAGES/gtk20.mo           |  Bin 0 -> 75780 bytes
 .../locale/zh_CN/LC_MESSAGES/gtk20-properties.mo   |  Bin 0 -> 139486 bytes
 .../share/locale/zh_CN/LC_MESSAGES/gtk20.mo        |  Bin 0 -> 68197 bytes
 .../share/themes/Aurora-Midnight/gtk-2.0/gtkrc     |  361 +
 .../share/themes/Clearlooks/gtk-2.0/gtkrc          |  272 +
 .../share/themes/HighContrast/gtk-2.0/gtkrc        |  248 +
 .../share/themes/HighContrast/gtk-2.0/gtkrc.in     |   67 +
 .../share/themes/HighContrastInverse/gtk-2.0/gtkrc |  252 +
 .../themes/HighContrastInverse/gtk-2.0/gtkrc.in    |   71 +
 .../share/themes/Human/gtk-2.0/gtkrc               |  240 +
 changelog.txt                                      |    9 +
 installer/Chronojump/Chronojump.mpi                | 1271 +-
 installer/Chronojump/build.log                     |   48 +
 installer/Chronojump/build/Windows-files.tcl       |  729 +-
 installer/Chronojump/build/Windows-main.tcl        | 1301 +-
 installer/Chronojump/build/Windows-manifest.txt    |  364 +-
 src/chronojump.cs                                  |   11 +-
 src/sqlite/main.cs                                 |   24 +-
 src/util.cs                                        |    6 +
 version.txt                                        |    2 +-
 312 files changed, 1711752 insertions(+), 2504 deletions(-)
