chronojump 1.3.4



About Chronojump
================

Measurement, management and statistics of sport short-time tests

ChangeLog
=========

Wed Feb 20 22:23:13 2013 +0100 Xavier de Blas <xaviblas gmail com>
Chronojump cannot start n times on windows now 
 src/chronojump.cs |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Wed Feb 20 22:21:13 2013 +0100 Xavier de Blas <xaviblas gmail com>
Fixed export all curves crash 
 src/gui/encoder.cs |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Wed Feb 20 20:24:02 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder capture realtime pointsplot done 
 glade/chronojump.glade |  108 +++++++++++++++++++++++++++++++-----------------
 src/gui/encoder.cs     |   31 ++++++++++----
 2 files changed, 93 insertions(+), 46 deletions(-)

Wed Feb 20 19:33:03 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder capture realtime pointsplot 
 glade/chronojump.glade  |   71 +++++++++++++++++++++++---
 src/gui/chronojump.cs   |   12 ++++-
 src/gui/encoder.cs      |  126 +++++++++++++++++++++++++++++++++++++++++++++--
 src/gui/eventExecute.cs |   36 ++++----------
 src/utilGtk.cs          |   21 ++++++++
 5 files changed, 228 insertions(+), 38 deletions(-)

Wed Feb 20 12:57:41 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder analyze csharp can be finished 
 glade/chronojump.glade |  170 ++++++++++++++++++++++++++----------------------
 src/gui/chronojump.cs  |    2 +-
 src/gui/encoder.cs     |   63 ++++++++++++------
 3 files changed, 137 insertions(+), 98 deletions(-)

Wed Feb 20 12:22:06 2013 +0100 Xavier de Blas <xaviblas gmail com>
Added xbuild in windows compilation 
 howto_compile.txt             |    4 ++++
 win32/xbuild_files/readme.txt |    1 +
 win32/xbuild_files/xbuild     |    2 ++
 win32/xbuild_files/xbuild.exe |  Bin 0 -> 62464 bytes
 4 files changed, 7 insertions(+)

Tue Feb 19 21:16:42 2013 +0100 Xavier de Blas <xaviblas gmail com>
encoder pulsebar with progress fraction 
 src/gui/encoder.cs |   31 ++++++++++++++++++++++++++-----
 1 file changed, 26 insertions(+), 5 deletions(-)

Tue Feb 19 20:46:39 2013 +0100 Xavier de Blas <xaviblas gmail com>
Better cancelling of capture thread 
 src/gui/encoder.cs |   15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

Tue Feb 19 20:38:59 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder capture c# thread ok, countdown 
 src/gui/encoder.cs |  175 ++++++++++++++++++++++++++++++++++++++++++++--------
 src/util.cs        |   44 ++-----------
 2 files changed, 152 insertions(+), 67 deletions(-)

Tue Feb 19 17:07:57 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder: better spinbutton values on capture 
 glade/chronojump.glade |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Tue Feb 19 16:59:07 2013 +0100 Xavier de Blas <xaviblas gmail com>
capture help en both methods 
 glade/chronojump.glade |   97 +++++++++++++++++++++++-------------------------
 src/gui/encoder.cs     |   27 ++++++++++++++
 2 files changed, 74 insertions(+), 50 deletions(-)

Tue Feb 19 16:59:00 2013 +0100 Xavier de Blas <xaviblas gmail com>
small change 
 src/util.cs |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Tue Feb 19 14:55:29 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder: Fixed windows opened without content 
 src/gui/encoder.cs       |    3 +--
 src/gui/genericWindow.cs |   17 ++++-------------
 2 files changed, 5 insertions(+), 15 deletions(-)

Tue Feb 19 11:09:01 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder graph.R: Fixed R path in CSV file 
 src/encoder.cs     |   13 +++++++++++--
 src/gui/encoder.cs |    4 ++--
 2 files changed, 13 insertions(+), 4 deletions(-)

Mon Feb 18 20:29:50 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder: capture c# started 
 glade/chronojump.glade |   48 +++++++++++++++++++++++++++++++++
 rdotnet/Makefile       |   69 +++++++++++++++++++++++++++++++++---------------
 rdotnet/Makefile.in    |   29 ++++++++++++++++++--
 src/encoder.cs         |    3 +++
 src/gui/chronojump.cs  |    1 -
 src/gui/encoder.cs     |   60 ++++++++++++++++++++---------------------
 src/util.cs            |   46 ++++++++++++++++++++++++++++++--
 7 files changed, 199 insertions(+), 57 deletions(-)

Sun Feb 17 22:13:15 2013 +0100 Andoni Morales Alastruey <ylatuya gmail com>
Fix chronojump_server build using the correct compiler macro 
 chronojump_server/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Sun Feb 17 22:10:37 2013 +0100 Andoni Morales Alastruey <ylatuya gmail com>
Add rdotnet 1.5.0 
 Makefile.am                                        |    2 +-
 configure.ac                                       |    1 +
 rdotnet/Makefile                                   |  465 ++++++++++++++++
 rdotnet/Makefile.am                                |   13 +
 rdotnet/Makefile.in                                |  465 ++++++++++++++++
 rdotnet/R.NET/BuiltinFunction.cs                   |   34 ++
 rdotnet/R.NET/CharacterMatrix.cs                   |   99 ++++
 rdotnet/R.NET/CharacterVector.cs                   |   90 +++
 rdotnet/R.NET/Closure.cs                           |   74 +++
 rdotnet/R.NET/ComplexMatrix.cs                     |  100 ++++
 rdotnet/R.NET/ComplexVector.cs                     |   91 +++
 rdotnet/R.NET/DataFrame.cs                         |  204 +++++++
 rdotnet/R.NET/DataFrameRow.cs                      |  103 ++++
 rdotnet/R.NET/Devices/CharacterDeviceAdapter.cs    |  256 +++++++++
 rdotnet/R.NET/Devices/ConsoleDevice.cs             |  141 +++++
 rdotnet/R.NET/Devices/ICharacterDevice.cs          |  142 +++++
 rdotnet/R.NET/Devices/NullCharacterDevice.cs       |   84 +++
 rdotnet/R.NET/Dynamic/DataFrameDynamicMeta.cs      |   42 ++
 rdotnet/R.NET/Dynamic/ListDynamicMeta.cs           |   42 ++
 .../R.NET/Dynamic/SymbolicExpressionDynamicMeta.cs |   41 ++
 rdotnet/R.NET/DynamicVector.cs                     |  215 +++++++
 rdotnet/R.NET/Environment.cs                       |   90 +++
 rdotnet/R.NET/Expression.cs                        |   62 +++
 rdotnet/R.NET/ExpressionVector.cs                  |   56 ++
 rdotnet/R.NET/Function.cs                          |   26 +
 rdotnet/R.NET/GenericVector.cs                     |   97 ++++
 rdotnet/R.NET/IntegerMatrix.cs                     |   97 ++++
 rdotnet/R.NET/IntegerVector.cs                     |  131 +++++
 rdotnet/R.NET/InternalString.cs                    |   48 ++
 rdotnet/R.NET/Internals/BusyType.cs                |   18 +
 rdotnet/R.NET/Internals/ConsoleOutputType.cs       |   13 +
 rdotnet/R.NET/Internals/Delegates.cs               |  136 +++++
 rdotnet/R.NET/Internals/OutputMode.cs              |   31 ++
 rdotnet/R.NET/Internals/ParseStatus.cs             |   46 ++
 rdotnet/R.NET/Internals/SEXPREC.cs                 |  137 +++++
 rdotnet/R.NET/Internals/SEXPREC_HEADER.cs          |   14 +
 rdotnet/R.NET/Internals/SaveActions.cs             |   54 ++
 rdotnet/R.NET/Internals/SymbolicExpressionType.cs  |  188 +++++++
 rdotnet/R.NET/Internals/Unix/Delegates.cs          |   57 ++
 rdotnet/R.NET/Internals/Unix/RStart.cs             |   41 ++
 rdotnet/R.NET/Internals/VECTOR_SEXPREC.cs          |   60 ++
 rdotnet/R.NET/Internals/Windows/Delegates.cs       |   27 +
 rdotnet/R.NET/Internals/Windows/RStart.cs          |   37 ++
 rdotnet/R.NET/Internals/Windows/UiMode.cs          |    9 +
 rdotnet/R.NET/Internals/YesNoCancel.cs             |   23 +
 rdotnet/R.NET/Internals/sxpinfo.cs                 |   60 ++
 rdotnet/R.NET/Language.cs                          |   38 ++
 rdotnet/R.NET/LogicalMatrix.cs                     |   96 ++++
 rdotnet/R.NET/LogicalVector.cs                     |   91 +++
 rdotnet/R.NET/Matrix.cs                            |  280 ++++++++++
 rdotnet/R.NET/NumericMatrix.cs                     |  105 ++++
 rdotnet/R.NET/NumericVector.cs                     |  133 +++++
 rdotnet/R.NET/Pairlist.cs                          |   51 ++
 rdotnet/R.NET/ParseException.cs                    |   70 +++
 rdotnet/R.NET/Properties/AssemblyInfo.cs           |   39 ++
 rdotnet/R.NET/ProtectedPointer.cs                  |   43 ++
 rdotnet/R.NET/RDotNet.csproj                       |  137 +++++
 rdotnet/R.NET/REngine.cs                           |  529 ++++++++++++++++++
 rdotnet/R.NET/REngineExtension.cs                  |  474 ++++++++++++++++
 rdotnet/R.NET/RawMatrix.cs                         |   94 ++++
 rdotnet/R.NET/RawVector.cs                         |  128 +++++
 rdotnet/R.NET/SpecialFunction.cs                   |   34 ++
 rdotnet/R.NET/StartupParameter.cs                  |  298 ++++++++++
 rdotnet/R.NET/Symbol.cs                            |   76 +++
 rdotnet/R.NET/SymbolicExpression.cs                |  239 ++++++++
 rdotnet/R.NET/SymbolicExpressionExtension.cs       |  586 ++++++++++++++++++++
 rdotnet/R.NET/Utility.cs                           |   29 +
 rdotnet/R.NET/Vector.cs                            |  206 +++++++
 rdotnet/RDotNet.NativeLibrary/NativeUtility.cs     |   50 ++
 .../Properties/AssemblyInfo.cs                     |   39 ++
 .../RDotNet.NativeLibrary.csproj                   |   66 +++
 rdotnet/RDotNet.NativeLibrary/UnmanagedDll.cs      |  207 +++++++
 rdotnet/RecycleBin.snk.pub                         |  Bin 0 -> 288 bytes
 src/Makefile.am                                    |    5 +-
 74 files changed, 8401 insertions(+), 4 deletions(-)

Fri Feb 15 15:56:37 2013 +0100 Andoni Morales Alastruey <ylatuya gmail com>
win32: fix deps in makefiles 
 win32/Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Sun Feb 17 16:00:22 2013 +0100 Marek Černocký <marek manet cz>
Updated Czech translation 
 po/cs.po | 1648 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 830 insertions(+), 818 deletions(-)

Fri Feb 15 17:13:47 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder: Fixed int / list in capture 
 encoder/pyserial_pyper.py         |    6 +++++-
 encoder/pyserial_pyper_windows.py |    6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

Thu Feb 14 18:13:42 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder graph speed, power means at axis 
 encoder/graph.R |   84 +++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 46 deletions(-)

Wed Feb 13 20:07:20 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder: fixed mean speed labels 
 encoder/graph.R |   66 ++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 43 insertions(+), 23 deletions(-)

Wed Feb 13 12:00:11 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder graph better labels 
 encoder/graph.R |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Tue Feb 12 19:39:35 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder: ec save-all saves curves correctly 
 src/gui/encoder.cs |    6 ++++--
 src/util.cs        |    7 +++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

Tue Feb 12 18:49:24 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder: load signal updates ok capture interface 
 src/gui/encoder.cs |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Tue Feb 12 18:34:06 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder: better ec middle 
 encoder/graph.R |   57 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Tue Feb 12 16:17:29 2013 +0100 Xavier de Blas <xaviblas gmail com>
Encoder fixed height on side compare 
 encoder/graph.R |   35 ++++++++++++++---------------------
 1 file changed, 14 insertions(+), 21 deletions(-)

Sat Feb 9 02:30:30 2013 +0100 Xavier de Blas <xaviblas gmail com>
updated howto_new_version.txt 
 howto_new_version.txt |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Sat Feb 9 02:24:26 2013 +0100 Xavier de Blas <xaviblas gmail com>
Bump version 1.3.3 
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



Download
========
http://download.gnome.org/sources/chronojump/1.3/chronojump-1.3.4.tar.xz (5.58M)
  sha256sum: 575051526111462b1e9a2c552dbc3f59187d00676cd2d0d30cabe2065b98912a



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]