chronojump 1.5.1
- From: Xavier de Blas <install-module master gnome org>
- To: FTP Releases <ftp-release-list gnome org>
- Subject: chronojump 1.5.1
- Date: Thu, 28 May 2015 22:20:19 +0000 (UTC)
About Chronojump
================
Measurement, management and statistics of sport short-time tests
ChangeLog
=========
Thu May 28 21:56:30 2015 +0200 Xavier de Blas <xaviblas gmail com>
Nicer logs
src/logB.cs | 35 ++++++++++++++++++++++++++++++++---
src/sqlite/main.cs | 8 ++++----
2 files changed, 36 insertions(+), 7 deletions(-)
Thu May 28 19:30:26 2015 +0200 Xavier de Blas <xaviblas gmail com>
GetOS is printed on log just one time
src/utilAll.cs | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
Thu May 28 19:27:16 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixes on encoder recalculate and previously saved curves (no more meanPower 0)
src/gui/chronojump.cs | 2 +-
src/gui/encoder.cs | 82 +++++++++++++++++++++++++++++++++++----------------
src/sqlite/main.cs | 14 ++++-----
3 files changed, 64 insertions(+), 34 deletions(-)
Wed May 27 19:01:39 2015 +0200 Xavier de Blas <xaviblas gmail com>
Curves graph has 1/2 Chronojump windo width
glade/chronojump.glade | 172 ++++++++++++++++++++++++++++++++++++++++++++++++-
src/gui/encoder.cs | 10 ++-
2 files changed, 178 insertions(+), 4 deletions(-)
Wed May 27 15:56:34 2015 +0200 Xavier de Blas <xaviblas gmail com>
encoder inertia extra weights n can be pressed enter
glade/chronojump.glade | 59 +++++++++++++++++++++++++++++++++++++++++++++++++-
src/gui/encoder.cs | 2 +-
2 files changed, 59 insertions(+), 2 deletions(-)
Wed May 27 14:12:59 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed one comment
src/encoder.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Wed May 27 09:23:23 2015 +0200 Xavier de Blas <xaviblas gmail com>
encoderConfiguration gets stored on database
src/encoder.cs | 9 ++++++++-
src/gui/encoder.cs | 37 +++++++++++++++++++++++--------------
src/sqlite/encoder.cs | 28 +++++++++++++++++++++++++++-
src/sqlite/main.cs | 13 ++++++++++++-
src/sqlite/preferences.cs | 3 +++
5 files changed, 73 insertions(+), 17 deletions(-)
Tue May 26 20:17:39 2015 +0200 Xavier de Blas <xaviblas gmail com>
Curves graph shows Kg or IM
src/gui/encoder.cs | 14 ++++++++++----
src/utilEncoder.cs | 1 +
2 files changed, 11 insertions(+), 4 deletions(-)
Tue May 26 20:04:47 2015 +0200 Xavier de Blas <xaviblas gmail com>
While capture show 'kg' or 'inertia' or 'calculing inertia' on title
src/gui/encoder.cs | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)
Tue May 26 19:42:02 2015 +0200 Xavier de Blas <xaviblas gmail com>
extra mass controls for raspberry
glade/chronojump.glade | 333 ++++++++++++++++++++++++++++++++++++++++++++-----
src/gui/encoder.cs | 62 +++++++--
src/gui/networks.cs | 12 +-
3 files changed, 368 insertions(+), 39 deletions(-)
Tue May 26 16:43:14 2015 +0200 Xavier de Blas <xaviblas gmail com>
SQL Select1RM is not called now at each spinbutton extra weight change
src/gui/encoder.cs | 47 ++++++++++++++++++++++++++---------------------
1 file changed, 26 insertions(+), 21 deletions(-)
Tue May 26 16:18:31 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed do not use extra weight (Kg) in inertia calculations
src/encoder.cs | 6 +++---
src/gui/encoder.cs | 13 +++++++++----
2 files changed, 12 insertions(+), 7 deletions(-)
Tue May 26 14:29:48 2015 +0200 Xavier de Blas <xaviblas gmail com>
Nicer EncoderConfigurationWindow
glade/chronojump.glade | 212 ++++++++++++++++++++++++++--------------
src/gui/encoderConfiguration.cs | 4 +-
2 files changed, 142 insertions(+), 74 deletions(-)
Tue May 26 14:00:53 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed bug from last commit and nicer code
src/encoder.cs | 45 ++++++++++++++++++++++++++++++---------------
src/gui/encoder.cs | 2 +-
src/sqlite/encoder.cs | 4 ++--
src/sqlite/main.cs | 2 +-
4 files changed, 34 insertions(+), 19 deletions(-)
Mon May 25 18:02:09 2015 +0200 Xavier de Blas <xaviblas gmail com>
Do not allow to cancel while process curves
src/gui/encoder.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Mon May 25 17:24:37 2015 +0200 Xavier de Blas <xaviblas gmail com>
On inertia moment calculation, vertical display is smaller
src/gui/encoder.cs | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Mon May 25 17:20:44 2015 +0200 Xavier de Blas <xaviblas gmail com>
Adaptative displayed height on capture
glade/chronojump.glade | 75 ++++----------------------------------------------
src/gui/encoder.cs | 26 +++++++++++++++--
2 files changed, 29 insertions(+), 72 deletions(-)
Mon May 25 16:57:07 2015 +0200 Xavier de Blas <xaviblas gmail com>
Don't allow to cancel or finish while 'curves after capture'
src/gui/encoder.cs | 4 ++++
1 file changed, 4 insertions(+)
Mon May 25 16:48:06 2015 +0200 Xavier de Blas <xaviblas gmail com>
Nicer encoderConfigurationWin
glade/chronojump.glade | 1293 +++++++++++++++++----------------------
src/gui/encoderConfiguration.cs | 6 -
2 files changed, 552 insertions(+), 747 deletions(-)
Mon May 25 16:01:19 2015 +0200 Xavier de Blas <xaviblas gmail com>
Inertia extra weights from main GUI. More inertia stuff on encoderConfiguration
glade/chronojump.glade | 450 ++++++++++++++++++++++++++++------------
src/encoder.cs | 47 ++++-
src/gui/encoder.cs | 26 ++-
src/gui/encoderConfiguration.cs | 69 +++---
src/utilEncoder.cs | 12 ++
5 files changed, 422 insertions(+), 182 deletions(-)
Mon May 25 11:25:39 2015 +0200 Xavier de Blas <xaviblas gmail com>
Inertia extra weights selectable from main gui
glade/chronojump.glade | 407 ++++++++++++++++++++++++++++++++++++++++++++++++-
src/gui/encoder.cs | 17 ++-
2 files changed, 419 insertions(+), 5 deletions(-)
Mon May 25 00:35:09 2015 +0200 Xavier de Blas <xaviblas gmail com>
New layout of encoder capture (video and serie on the right)
glade/chronojump.glade | 508 ++++++++++++++++++++++++++++---------------------
1 file changed, 286 insertions(+), 222 deletions(-)
Sat May 23 19:25:57 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed problem with (double) weight on analyze
howto_compile.txt | 3 +++
src/gui/encoderTreeviews.cs | 10 +++++++---
2 files changed, 10 insertions(+), 3 deletions(-)
Fri May 22 21:10:09 2015 +0200 Xavier de Blas <xaviblas gmail com>
Encoder big change, now height approval is done in R
encoder/capture.R | 71 ++++++++++++++++++++++++++++----------------------
src/encoderRProc.cs | 12 +++------
src/gui/encoder.cs | 75 +++++++++++++++++++----------------------------------
src/utilEncoder.cs | 41 -----------------------------
4 files changed, 69 insertions(+), 130 deletions(-)
Fri May 22 12:26:06 2015 +0200 Xavier de Blas <xaviblas gmail com>
Show height on capture 3m -> 10m (better for inertials)
glade/chronojump.glade | 59 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 58 insertions(+), 1 deletion(-)
Fri May 22 10:32:36 2015 +0200 Xavier de Blas <xaviblas gmail com>
On raspberry not camera (personal photos) cannot be done
glade/chronojump.glade | 59 +++++++++++++++++++++++++++++++++++++++++++++++++-
src/gui/chronojump.cs | 8 +++++--
src/gui/person.cs | 47 +++++++++++++++++++++++-----------------
3 files changed, 91 insertions(+), 23 deletions(-)
Fri May 22 09:26:42 2015 +0200 Xavier de Blas <xaviblas gmail com>
After capture, treeview and bars are not erased. Don't need to wait (nice for raspberry)
src/gui/encoder.cs | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
Thu May 21 16:35:14 2015 +0200 Xavier de Blas <xaviblas gmail com>
Inertial position diffs fixed now
encoder/util.R | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
Thu May 21 10:31:42 2015 +0200 Xavier de Blas <xaviblas gmail com>
On raspberry run maximized
glade/chronojump.glade | 73 +++++++++++++++++++++++++++++++++++++++-----------
src/gui/networks.cs | 11 +++-----
2 files changed, 62 insertions(+), 22 deletions(-)
Wed May 20 18:39:12 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixet sensitivity of check_encoder_analyze_eccon_together
encoder/graph.R | 10 ++++------
src/gui/encoder.cs | 19 +++++++++++++------
2 files changed, 17 insertions(+), 12 deletions(-)
Wed May 20 12:45:37 2015 +0200 Xavier de Blas <xaviblas gmail com>
Minor fix on a encoder test
encoder/tests/ec-ecS-smooth-comparison.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Tue May 19 17:02:57 2015 +0200 Xavier Padullés <x padulles gmail com>
Minor change
encoder/util.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Tue May 19 16:06:33 2015 +0200 Xavier de Blas <xaviblas gmail com>
Minor changes
encoder/graph.R | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Tue May 19 16:01:17 2015 +0200 Xavier de Blas <xaviblas gmail com>
findSmoothingsEC using power instead of speed
encoder/graph.R | 37 +++++++++++++++++++++++++++++--------
encoder/util.R | 8 +++++---
2 files changed, 34 insertions(+), 11 deletions(-)
Tue May 19 15:50:11 2015 +0200 Xavier de Blas <xaviblas gmail com>
Added a test of ec-ecS smooth showing that findSmoothings need to usepower
encoder/tests/ec-ecS-smooth-comparison-signal.txt | 1 +
encoder/tests/ec-ecS-smooth-comparison.R | 69 +++++++++++++++++++++++
2 files changed, 70 insertions(+)
Mon May 18 21:03:43 2015 +0200 Xavier de Blas <xaviblas gmail com>
On inertial ec fixed finding first num in previous curve and then spline start was buggy
encoder/graph.R | 38 ++++++++++++++++++++++++++++++--------
1 file changed, 30 insertions(+), 8 deletions(-)
Mon May 18 21:02:45 2015 +0200 Xavier de Blas <xaviblas gmail com>
Safest from position to displacement (without a 0 at start of displacement)
encoder/util.R | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Mon May 18 21:01:55 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed problem with extrema cross that sometimes did not find 0 cross
encoder/util.R | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
Mon May 18 17:10:32 2015 +0200 Xavier de Blas <xaviblas gmail com>
Minor fix
encoder/graph.R | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Mon May 18 08:23:14 2015 +0000 Milo Casagrande <milo ubuntu com>
Added Italian translation
po/LINGUAS | 1 +
po/it.po | 8214 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 8215 insertions(+)
Sun May 17 13:04:20 2015 +0200 Xavier de Blas <xaviblas gmail com>
On paint ec show also min speed, min power
encoder/graph.R | 34 ++++++++++++++++++++++++++++++----
1 file changed, 30 insertions(+), 4 deletions(-)
Sun May 17 12:33:55 2015 +0200 Xavier de Blas <xaviblas gmail com>
Better adjustement of dynamic parameters on graph
encoder/graph.R | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
Fri May 15 18:09:18 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed special data 1RM stored correctly (failed since R procs)
src/gui/encoder.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Fri May 15 17:47:57 2015 +0200 Xavier de Blas <xaviblas gmail com>
Improvements on capture curves (C#) to fix 'ec' with small curves in the middle
encoder/graph.R | 15 ---------------
src/encoder.cs | 2 --
src/gui/encoder.cs | 13 ++++++++++++-
3 files changed, 12 insertions(+), 18 deletions(-)
Fri May 15 16:13:15 2015 +0200 Xavier de Blas <xaviblas gmail com>
Improvements on findCurvesNew (R) to fix 'ec' with small curves in the middle
encoder/graph.R | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 61 insertions(+), 8 deletions(-)
Thu May 14 22:05:37 2015 +0200 Xavier de Blas <xaviblas gmail com>
Barplot ec shows diagonal -45 lines for e
encoder/graph.R | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
Thu May 14 20:39:13 2015 +0200 Xavier de Blas <xaviblas gmail com>
On inertial ecc-con not used first negative accel phase on ecc
encoder/graph.R | 40 ++++++++++++++++++++++++++++------------
encoder/util.R | 17 +++++++++++++----
2 files changed, 41 insertions(+), 16 deletions(-)
Thu May 14 19:21:50 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed bad smoothing was assigned to some paint curves
encoder/graph.R | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Thu May 14 18:01:14 2015 +0200 Xavier de Blas <xaviblas gmail com>
encoder ec speed is shown in abs
encoder/util.R | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Thu May 14 16:33:23 2015 +0200 Xavier de Blas <xaviblas gmail com>
On side compare speed, power, ... 0 abline is shown
encoder/call_graph.R | 3 ---
encoder/graph.R | 4 +++-
2 files changed, 3 insertions(+), 4 deletions(-)
Wed May 13 17:51:43 2015 +0200 Xavier de Blas <xaviblas gmail com>
Show "Inertia M." on encoder inertia graphs
encoder/graph.R | 4 +++-
src/constants.cs | 6 ++++--
2 files changed, 7 insertions(+), 3 deletions(-)
Wed May 13 15:02:57 2015 +0200 Daniel Șerbănescu <daniel serbanescu dk>
Updated Romanian Translation
po/LINGUAS | 1 +
po/ro.po | 9906 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 9907 insertions(+)
Wed May 13 14:24:49 2015 +0200 Xavier de Blas <xaviblas gmail com>
powerBars use inertia instead of mass if some curves are inertial
encoder/graph.R | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
Wed May 13 14:11:57 2015 +0200 Xavier de Blas <xaviblas gmail com>
GUI a bit narrower. Encoder capture button changed disposition
glade/chronojump.glade | 69 ++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 64 insertions(+), 5 deletions(-)
Wed May 13 13:22:53 2015 +0200 Xavier de Blas <xaviblas gmail com>
CrossVariables use inertia instead of mass if some curves are inertial
encoder/graph.R | 39 ++++++++++++++++++++++++++++++++++++---
1 file changed, 36 insertions(+), 3 deletions(-)
Tue May 12 20:16:21 2015 +0200 Xavier de Blas <xaviblas gmail com>
Minor changes
glade/chronojump.glade | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
Tue May 12 19:18:53 2015 +0200 Xavier de Blas <xaviblas gmail com>
Inertia graphs - initial code
encoder/capture.R | 2 +-
encoder/graph.R | 4 +++-
encoder/util.R | 5 +++--
3 files changed, 7 insertions(+), 4 deletions(-)
Tue May 12 18:16:13 2015 +0200 Xavier de Blas <xaviblas gmail com>
Improved inertial-mov-pulley images
images/encoder-rotary-axis-inertial-mov-pulley.png | Bin 24023 -> 24661 bytes
...er-rotary-friction-axis-inertial-mov-pulley.png | Bin 24321 -> 24557 bytes
...er-rotary-friction-side-inertial-mov-pulley.png | Bin 24616 -> 24962 bytes
images/svg/encoder-mode-icons.svg | 2957 ++++++++++++--------
4 files changed, 1759 insertions(+), 1198 deletions(-)
Tue May 12 17:22:49 2015 +0200 Xavier de Blas <xaviblas gmail com>
Better management of contineu process on capture
encoder/capture.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Tue May 12 17:00:46 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fix call_graph.R to not open STDIN all the time
encoder/call_graph.R | 9 +++++----
encoder/capture.R | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
Tue May 12 16:36:34 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixing ending of RProc when STDIN write is broken
src/encoderRProc.cs | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Tue May 12 16:19:23 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixing probem on continue an RProc process with no data
src/encoderRProc.cs | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)
Tue May 12 15:52:08 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed delete session now deletes all encoder and videos stuff
src/gui/chronojump.cs | 2 +-
src/sqlite/session.cs | 19 +++++++++----------
src/util.cs | 4 +++-
3 files changed, 13 insertions(+), 12 deletions(-)
Tue May 12 13:22:31 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed capture without curves
encoder/graph.R | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Mon May 11 20:33:52 2015 +0200 Xavier de Blas <xaviblas gmail com>
Better ending of curves on findCurvesNew
encoder/graph.R | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Mon May 11 19:31:01 2015 +0200 Xavier de Blas <xaviblas gmail com>
Disables autodetect normal chronopic on Windows
src/gui/chronojump.cs | 6 ++++++
1 file changed, 6 insertions(+)
Mon May 11 17:33:33 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixing Auto detect on Windows
src/chronopicDetect.cs | 6 ++++--
src/gui/chronojump.cs | 2 ++
2 files changed, 6 insertions(+), 2 deletions(-)
Sun May 10 20:47:47 2015 +0200 Xavier de Blas <xaviblas gmail com>
Minor gui changes on reaction time discriminative
glade/chronojump.glade | 84 ++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 81 insertions(+), 3 deletions(-)
Sun May 10 20:29:40 2015 +0200 Xavier de Blas <xaviblas gmail com>
Added inertial mov-pulley images
images/encoder-rotary-axis-inertial-mov-pulley.png | Bin 0 -> 24023 bytes
...er-rotary-friction-axis-inertial-mov-pulley.png | Bin 0 -> 24321 bytes
...er-rotary-friction-side-inertial-mov-pulley.png | Bin 0 -> 24616 bytes
images/svg/encoder-mode-icons.svg | 6594 +++++++++++++++++---
src/Makefile.am | 3 +
src/constants.cs | 3 +
src/encoder.cs | 6 +-
7 files changed, 5741 insertions(+), 865 deletions(-)
Sat May 9 22:01:07 2015 +0200 Xavier de Blas <xaviblas gmail com>
Better GUI on new reaction time tests
glade/chronojump.glade | 140 +++++++++++++++++++++++++++++++++++++++++++++---
src/gui/chronojump.cs | 6 +++
src/gui/reactionTime.cs | 30 ++++++++++-
3 files changed, 168 insertions(+), 8 deletions(-)
Sat May 9 21:10:15 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed problem on automatic row selection on load signal
src/utilGtk.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fri May 8 17:28:12 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixing Auto detect on Windows
src/gui/chronojump.cs | 66 ++++++++++++++++++++++-----------------------------
src/gui/chronopic.cs | 52 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+), 37 deletions(-)
Fri May 8 10:17:31 2015 +0200 Marek Černocký <marek manet cz>
Updated Czech translation
po/cs.po | 314 +++++++++++++++++++++++++++++++++++----------------------------
1 file changed, 176 insertions(+), 138 deletions(-)
Thu May 7 23:33:39 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixes last commit
encoder/graph.R | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
Thu May 7 19:56:51 2015 +0200 Xavier de Blas <xaviblas gmail com>
Using new findCurves. Also important fixes on ec when ends on e
encoder/graph.R | 47 ++++++++++++++++++++++++++++++++++++++++-----
encoder/util.R | 5 +++--
src/gui/encoderTreeviews.cs | 13 +++++++++++++
src/util.cs | 7 +++++++
4 files changed, 65 insertions(+), 7 deletions(-)
Mon May 4 20:26:20 2015 +0200 Xavier de Blas <xaviblas gmail com>
Minor fix to previous commit
encoder/graph.R | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Mon May 4 19:44:51 2015 +0200 Xavier de Blas <xaviblas gmail com>
Initial code for findCurves on graph.R same than on capture
encoder/graph.R | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 156 insertions(+), 3 deletions(-)
Thu Apr 30 20:32:34 2015 +0200 Xavier de Blas <xaviblas gmail com>
Implemented flicker, discriminative (pending start/end signal)
.../chronopic-firmware-multitest.c | 105 +-
glade/chronojump.glade | 1376 +++++++++++++++++++-
src/chronopic.cs | 20 +-
src/gui/chronojump.cs | 39 +
4 files changed, 1469 insertions(+), 71 deletions(-)
Wed Apr 29 20:18:42 2015 +0200 Xavier de Blas <xaviblas gmail com>
Encoder configuration image at the top
glade/chronojump.glade | 76 +++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 72 insertions(+), 4 deletions(-)
Wed Apr 29 20:13:27 2015 +0200 Xavier de Blas <xaviblas gmail com>
Added encoder inertial lateral images
images/encoder-rotary-axis-inertial-lateral.png | Bin 0 -> 16753 bytes
...coder-rotary-friction-axis-inertial-lateral.png | Bin 0 -> 16505 bytes
...coder-rotary-friction-side-inertial-lateral.png | Bin 0 -> 17196 bytes
images/svg/encoder-mode-icons.svg | 3535 +++++++++++++++++++-
src/Makefile.am | 3 +
src/constants.cs | 3 +
src/encoder.cs | 6 +-
7 files changed, 3536 insertions(+), 11 deletions(-)
Wed Apr 29 19:05:40 2015 +0200 Xavier de Blas <xaviblas gmail com>
Now Chronojump closes ok if Chronopic has been cancelled before
src/chronopic.cs | 4 +++-
src/encoderRProc.cs | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
Wed Apr 29 17:54:51 2015 +0200 Xavier de Blas <xaviblas gmail com>
Autodetection of encoder... try 100 times
src/chronopic.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Wed Apr 29 17:47:19 2015 +0200 Xavier de Blas <xaviblas gmail com>
Safer calcule curves on capture (shorter are discarded)
encoder/capture.R | 46 ++++++++++++++++++++++------------------------
1 file changed, 22 insertions(+), 24 deletions(-)
Wed Apr 29 13:32:11 2015 +0200 Xavier Padullés <x padulles gmail com>
Fixed getInertialDiameterPerMs to handle unique diameter
encoder/util.R | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Tue Apr 28 19:01:56 2015 +0200 Xavier Padullés <x padulles gmail com>
Preparing graph.R and capture.R to read multiple diameters
encoder/capture.R | 5 +++--
encoder/graph.R | 3 ++-
encoder/util.R | 4 ++--
3 files changed, 7 insertions(+), 5 deletions(-)
Mon Apr 27 20:43:39 2015 +0200 Xavier Padullés <x padulles gmail com>
Added encoder options: INERTIALLATERAL AND INERTIALMOVPULLEY
encoder/util.R | 39 +++++++++++++++++++++++++--------------
1 file changed, 25 insertions(+), 14 deletions(-)
Mon Apr 27 20:35:43 2015 +0200 Xavier Padullés <x padulles gmail com>
Deleted the function getOptionsFromFile()
encoder/capture.R | 2 +-
encoder/inertia-momentum.R | 9 +--------
2 files changed, 2 insertions(+), 9 deletions(-)
Wed Apr 29 12:21:18 2015 +0200 Xavier de Blas <xaviblas gmail com>
Removed unused code
src/gui/encoder.cs | 8 --------
src/utilEncoder.cs | 41 -----------------------------------------
2 files changed, 49 deletions(-)
Tue Apr 28 17:51:03 2015 +0200 Xavier de Blas <xaviblas gmail com>
Encoder load set, current set row is selected
src/gui/encoder.cs | 4 ++++
src/gui/genericWindow.cs | 8 ++++++++
src/utilGtk.cs | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 62 insertions(+)
Mon Apr 27 20:53:16 2015 +0200 Xavier de Blas <xaviblas gmail com>
Added new inertial modes to isInertial
encoder/util.R | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Mon Apr 27 20:43:44 2015 +0200 Xavier de Blas <xaviblas gmail com>
Added missing image
images/encoder-image-pending.png | Bin 0 -> 12340 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
Mon Apr 27 20:41:13 2015 +0200 Xavier de Blas <xaviblas gmail com>
Added inertial lateral and inertial mov pulley. TODO: images
encoder/util.R | 1 +
images/svg/encoder-mode-icons.svg | 492 +++++++++++++++++++++++++++++++++++---
src/Makefile.am | 1 +
src/constants.cs | 16 +-
src/encoder.cs | 116 +++++++--
src/utilEncoder.cs | 16 +-
6 files changed, 586 insertions(+), 56 deletions(-)
Mon Apr 27 20:14:02 2015 +0200 Xavier de Blas <xaviblas gmail com>
Improved encoder inertial images
images/encoder-linear-inertial.png | Bin 19595 -> 18735 bytes
images/encoder-rotary-axis-inertial.png | Bin 18216 -> 17658 bytes
images/encoder-rotary-friction-axis-inertial.png | Bin 17587 -> 18532 bytes
images/encoder-rotary-friction-side-inertial.png | Bin 18104 -> 20254 bytes
images/svg/encoder-mode-icons.svg | 5482 ++++++++++++----------
5 files changed, 3117 insertions(+), 2365 deletions(-)
Mon Apr 27 19:19:06 2015 +0200 Xavier de Blas <xaviblas gmail com>
Minor fix
encoder/call_graph.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Mon Apr 27 19:20:53 2015 +0200 Xavier Padullés <x padulles gmail com>
Functions moved to util.R
encoder/tests/conical_diameters.R | 77 +--------------------------------------
1 file changed, 1 insertion(+), 76 deletions(-)
Mon Apr 27 19:19:41 2015 +0200 Xavier Padullés <x padulles gmail com>
Cleaning code in getDiametersPer[Tick,Ms]
encoder/util.R | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Mon Apr 27 19:10:38 2015 +0200 Xavier Padullés <x padulles gmail com>
Added smoothing in getDiametersPerTick()
encoder/util.R | 32 +++++++++++++++++++++++++++++---
1 file changed, 29 insertions(+), 3 deletions(-)
Mon Apr 27 17:13:34 2015 +0200 Xavier de Blas <xaviblas gmail com>
Encoder Roptions with comments for each line
encoder/call_capture.R | 11 ++------
encoder/call_graph.R | 18 ++-----------
src/encoder.cs | 70 +++++++++++++++++++++++++++++++++++++-------------
src/gui/encoder.cs | 2 +-
src/sqlite/encoder.cs | 4 +--
src/sqlite/main.cs | 2 +-
src/util.cs | 8 ++++++
src/utilEncoder.cs | 1 +
8 files changed, 69 insertions(+), 47 deletions(-)
Mon Apr 27 15:31:42 2015 +0200 Xavier Padullés <x padulles gmail com>
Testing smoothing WIP
encoder/tests/smooth-2015.R | 39 ++++++++++++++++++++++++++++++++-------
1 file changed, 32 insertions(+), 7 deletions(-)
Mon Apr 27 15:27:55 2015 +0200 Xavier Padullés <x padulles gmail com>
Added ROTARIAXISINERTIALMOVPULLEY in isInertial() and getDynamicsInertial()
encoder/util.R | 41 ++++++++++++++++++++++++++++++++---------
1 file changed, 32 insertions(+), 9 deletions(-)
Sat Apr 25 02:58:29 2015 +0200 Xavier de Blas <xaviblas gmail com>
Safer opening image after a R process
src/gui/encoder.cs | 21 +++++++--------------
src/utilGtk.cs | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 14 deletions(-)
Fri Apr 24 23:07:22 2015 +0200 Marek Černocký <marek manet cz>
Updated Czech translation
po/cs.po | 816 ++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 410 insertions(+), 406 deletions(-)
Fri Apr 24 20:34:29 2015 +0200 Xavier de Blas <xaviblas gmail com>
Leave opened encoder R Processes (analyze done). Need to check the TODOs and clean
encoder/call_graph.R | 24 ++++-
encoder/graph.R | 24 ++---
src/encoderRProc.cs | 277 +++++++++++++++++++++++++++++++++++++++++---------
src/gui/chronojump.cs | 2 +-
src/gui/encoder.cs | 48 ++++++---
src/utilEncoder.cs | 130 +----------------------
6 files changed, 300 insertions(+), 205 deletions(-)
Thu Apr 23 21:17:47 2015 +0200 Xavier de Blas <xaviblas gmail com>
Added lapse in animation reaction time lights. Cleaned code
.../chronopic-firmware-multitest.c | 268 ++++++++++++++-------
glade/chronojump.glade | 105 +++++++-
src/chronopic.cs | 17 ++
src/constants.cs | 4 +-
src/gui/chronojump.cs | 9 +
5 files changed, 319 insertions(+), 84 deletions(-)
Thu Apr 23 18:58:19 2015 +0200 Xavier Padullés <x padulles gmail com>
improved smoothing of the variable diameter
encoder/tests/conical_diameters.R | 45 ++++++++++++++++++++++++++++++++++-----
1 file changed, 40 insertions(+), 5 deletions(-)
Thu Apr 23 15:48:02 2015 +0200 Xavier Padullés <x padulles gmail com>
Fixed force and power in inclinated planes
encoder/util.R | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Thu Apr 23 13:00:19 2015 +0200 Xavier de Blas <xaviblas gmail com>
Leave opened encoder R Processes (capture better)
encoder/capture.R | 6 ++++--
src/encoderRProc.cs | 16 +++++++---------
src/gui/chronojump.cs | 5 +++++
src/gui/encoder.cs | 8 --------
4 files changed, 16 insertions(+), 19 deletions(-)
Thu Apr 23 12:46:07 2015 +0200 Xavier Padullés <x padulles gmail com>
Testing variable diameters in conical machines
encoder/tests/conical_diameters.R | 56 ++++++++++++++++++++++++++++
encoder/tests/conical_diameters_Roptions.txt | 32 ++++++++++++++++
2 files changed, 88 insertions(+)
Wed Apr 22 19:03:14 2015 +0200 Xavier de Blas <xaviblas gmail com>
Leave opened encoder R Processes (capture done)
encoder/capture.R | 20 ++++-
src/encoderRProc.cs | 218 ++++++++++++++++++++++++++++++++++++++++++++++++----
src/gui/encoder.cs | 177 ++++++------------------------------------
src/utilEncoder.cs | 27 -------
4 files changed, 243 insertions(+), 199 deletions(-)
Wed Apr 22 09:08:11 2015 +0200 Xavier de Blas <xaviblas gmail com>
Improved compile instructions
howto_compile.txt | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
Wed Apr 22 08:11:04 2015 +0200 Xavier de Blas <xaviblas gmail com>
More rdotnet removal
configure.ac | 3 ---
win32/Makefile.am | 2 --
2 files changed, 5 deletions(-)
Tue Apr 21 19:58:52 2015 +0200 Xavier de Blas <xaviblas gmail com>
Leave opened encoder R Processes WIP
src/Makefile.am | 1 +
src/encoderRProc.cs | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 104 insertions(+)
Tue Apr 21 18:27:15 2015 +0200 Xavier de Blas <xaviblas gmail com>
Bye bye RDotNet. Definetively.
Makefile.am | 2 +-
build/build.environment.mk | 22 -
rdotnet/Makefile.am | 1 -
rdotnet/R.NET/BuiltinFunction.cs | 34 --
rdotnet/R.NET/CharacterMatrix.cs | 122 ----
rdotnet/R.NET/CharacterVector.cs | 117 ----
rdotnet/R.NET/Closure.cs | 74 ---
rdotnet/R.NET/ComplexMatrix.cs | 116 ----
rdotnet/R.NET/ComplexVector.cs | 106 ----
rdotnet/R.NET/DataFrame.cs | 273 ---------
rdotnet/R.NET/DataFrameColumnAttribute.cs | 74 ---
rdotnet/R.NET/DataFrameRow.cs | 103 ----
rdotnet/R.NET/DataFrameRowAttribute.cs | 62 --
rdotnet/R.NET/Devices/CharacterDeviceAdapter.cs | 261 ---------
rdotnet/R.NET/Devices/ConsoleDevice.cs | 143 -----
rdotnet/R.NET/Devices/ICharacterDevice.cs | 142 -----
rdotnet/R.NET/Devices/NullCharacterDevice.cs | 84 ---
.../R.NET/Diagnostics/DataFrameColumnDisplay.cs | 50 --
rdotnet/R.NET/Diagnostics/DataFrameDebugView.cs | 26 -
rdotnet/R.NET/Diagnostics/FactorDebugView.cs | 24 -
rdotnet/R.NET/Diagnostics/MatrixDebugView.cs | 25 -
rdotnet/R.NET/Diagnostics/VectorDebugView.cs | 25 -
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 | 257 ---------
rdotnet/R.NET/Environment.cs | 115 ----
rdotnet/R.NET/Expression.cs | 62 --
rdotnet/R.NET/ExpressionVector.cs | 80 ---
rdotnet/R.NET/Factor.cs | 108 ----
rdotnet/R.NET/Function.cs | 26 -
rdotnet/R.NET/GenericVector.cs | 120 ----
rdotnet/R.NET/IntegerMatrix.cs | 110 ----
rdotnet/R.NET/IntegerVector.cs | 143 -----
rdotnet/R.NET/InternalString.cs | 71 ---
rdotnet/R.NET/Internals/BusyType.cs | 18 -
rdotnet/R.NET/Internals/ConsoleOutputType.cs | 13 -
rdotnet/R.NET/Internals/Delegates.cs | 163 ------
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 | 109 ----
rdotnet/R.NET/LogicalVector.cs | 104 ----
rdotnet/R.NET/Makefile.am | 79 ---
rdotnet/R.NET/Matrix.cs | 314 ----------
rdotnet/R.NET/NumericMatrix.cs | 118 ----
rdotnet/R.NET/NumericVector.cs | 146 -----
rdotnet/R.NET/Pairlist.cs | 51 --
rdotnet/R.NET/ParseException.cs | 70 ---
rdotnet/R.NET/Properties/AssemblyInfo.cs | 38 --
rdotnet/R.NET/ProtectedPointer.cs | 43 --
rdotnet/R.NET/RDotNet.csproj | 136 -----
rdotnet/R.NET/REngine.cs | 566 ------------------
rdotnet/R.NET/REngineExtension.cs | 517 -----------------
rdotnet/R.NET/RawMatrix.cs | 107 ----
rdotnet/R.NET/RawVector.cs | 140 -----
rdotnet/R.NET/SpecialFunction.cs | 34 --
rdotnet/R.NET/StartupParameter.cs | 298 ----------
rdotnet/R.NET/Symbol.cs | 76 ---
rdotnet/R.NET/SymbolicExpression.cs | 242 --------
rdotnet/R.NET/SymbolicExpressionExtension.cs | 632 ---------------------
rdotnet/R.NET/Utility.cs | 96 ----
rdotnet/R.NET/Vector.cs | 245 --------
rdotnet/RDotNet.NativeLibrary/Makefile.am | 15 -
rdotnet/RDotNet.NativeLibrary/NativeUtility.cs | 50 --
.../Properties/AssemblyInfo.cs | 38 --
.../RDotNet.NativeLibrary.csproj | 57 --
rdotnet/RDotNet.NativeLibrary/UnmanagedDll.cs | 222 --------
rdotnet/Rdll/i386/R.dll | Bin 2928640 -> 0 bytes
rdotnet/Rdll/i386/R.exe | Bin 34816 -> 0 bytes
rdotnet/Rdll/i386/RSetReg.exe | Bin 20480 -> 0 bytes
rdotnet/Rdll/i386/Rblas.dll | Bin 239777 -> 0 bytes
rdotnet/Rdll/i386/Rcmd.exe | Bin 34304 -> 0 bytes
rdotnet/Rdll/i386/Rgraphapp.dll | Bin 348963 -> 0 bytes
rdotnet/Rdll/i386/Rgui.exe | Bin 17920 -> 0 bytes
rdotnet/Rdll/i386/Riconv.dll | Bin 102975 -> 0 bytes
rdotnet/Rdll/i386/Rlapack.dll | Bin 1914368 -> 0 bytes
rdotnet/Rdll/i386/Rscript.exe | Bin 21504 -> 0 bytes
rdotnet/Rdll/i386/Rterm.exe | Bin 18432 -> 0 bytes
rdotnet/Rdll/i386/Rzlib.dll | Bin 154917 -> 0 bytes
rdotnet/Rdll/i386/open.exe | Bin 12800 -> 0 bytes
rdotnet/Rdll/x64/R.dll | Bin 3056128 -> 0 bytes
rdotnet/Rdll/x64/R.exe | Bin 39424 -> 0 bytes
rdotnet/Rdll/x64/RSetReg.exe | Bin 23552 -> 0 bytes
rdotnet/Rdll/x64/Rblas.dll | Bin 343623 -> 0 bytes
rdotnet/Rdll/x64/Rcmd.exe | Bin 39424 -> 0 bytes
rdotnet/Rdll/x64/Rgraphapp.dll | Bin 377496 -> 0 bytes
rdotnet/Rdll/x64/Rgui.exe | Bin 22016 -> 0 bytes
rdotnet/Rdll/x64/Riconv.dll | Bin 131391 -> 0 bytes
rdotnet/Rdll/x64/Rlapack.dll | Bin 2120192 -> 0 bytes
rdotnet/Rdll/x64/Rscript.exe | Bin 25088 -> 0 bytes
rdotnet/Rdll/x64/Rterm.exe | Bin 22528 -> 0 bytes
rdotnet/Rdll/x64/Rzlib.dll | Bin 181309 -> 0 bytes
rdotnet/Rdll/x64/open.exe | Bin 16384 -> 0 bytes
rdotnet/RecycleBin.snk.pub | Bin 288 -> 0 bytes
src/chronojump.cs | 13 +-
src/gui/encoder.cs | 617 ++++----------------
src/utilEncoder.cs | 164 +-----
110 files changed, 131 insertions(+), 9325 deletions(-)
Sat Apr 18 19:54:31 2015 +0200 Jordi Mas <jmas softcatala org>
Fixes to Catalan translation
po/ca.po | 2303 ++++++++++++++++++++++++++++++++------------------------------
1 file changed, 1179 insertions(+), 1124 deletions(-)
Thu Apr 16 19:32:48 2015 +0200 Xavier de Blas <xaviblas gmail com>
Changed LINEARONPLANEWEIGHTDIFFANGLE graph
...der-linear-inclined-plane-weight-diff-angle.png | Bin 20257 -> 22035 bytes
images/svg/encoder-mode-icons.svg | 1731 +++++++++++++++-----
2 files changed, 1333 insertions(+), 398 deletions(-)
Thu Apr 16 19:09:23 2015 +0200 Xavier Padullés <x padulles gmail com>
Fixed mass on LINEARONPLANEWEIGHTDIFFANGLE. canJump only in linear and inverted
encoder/graph.R | 10 ++++++-
encoder/util.R | 89 +++++++++++++++++++++++++++------------------------------
2 files changed, 51 insertions(+), 48 deletions(-)
Thu Apr 16 15:27:46 2015 +0200 Xavier Padullés <x padulles gmail com>
fixing force calculus for force. WIP
encoder/util.R | 6 ++++++
1 file changed, 6 insertions(+)
Wed Apr 15 13:05:00 2015 +0200 Marek Černocký <marek manet cz>
Updated Czech translation
po/cs.po | 572 ++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 290 insertions(+), 282 deletions(-)
Tue Apr 14 17:31:53 2015 +0200 Xavier Padullés <x padulles gmail com>
Smoothing tests. WIP
encoder/tests/smooth-2015.R | 83 +++++++++++++++++++++++++++++++++++----------
1 file changed, 65 insertions(+), 18 deletions(-)
Tue Apr 14 17:27:50 2015 +0200 Xavier de Blas <xaviblas gmail com>
Added readme.txt about encoder R files
encoder/graph.R | 22 +++++++++++++++++-----
encoder/readme.txt | 42 ++++++++++++++++++++++++++++++++++++++++++
encoder/util.R | 4 +++-
src/gui/encoder.cs | 1 +
4 files changed, 63 insertions(+), 6 deletions(-)
Tue Apr 14 13:31:58 2015 +0200 Xavier de Blas <xaviblas gmail com>
Added testing file for compressing curves
src/utilEncoder.cs | 4 +++
testing-stuff/compressCurve.cs | 74 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
Mon Apr 13 20:18:16 2015 +0200 Xavier Padullés <x padulles gmail com>
Minor fix
encoder/tests/smooth-2015.R | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Mon Apr 13 19:53:16 2015 +0200 Xavier de Blas <xaviblas gmail com>
Encoder moving smooth-2015.R to tests
encoder/tests/smooth-2015.R | 33 +++++++++++++++++++++++++++++++++
encoder/util.R | 8 --------
2 files changed, 33 insertions(+), 8 deletions(-)
Mon Apr 13 00:40:11 2015 +0200 Xavier de Blas <xaviblas gmail com>
Removed 'Formulas' option from menu
glade/chronojump.glade | 182 ++++++++++++++++++++++++++++++++-----------------
1 file changed, 119 insertions(+), 63 deletions(-)
Fri Apr 10 19:07:44 2015 +0200 Xavier de Blas <xaviblas gmail com>
Encoder capture tab show force on realtime plot and works with bells
glade/chronojump.glade | 779 ++++++++++++++++++++++++++++++++++------
src/constants.cs | 2 +
src/encoder.cs | 10 +-
src/gui/encoder.cs | 145 ++------
src/gui/encoderTreeviews.cs | 26 +-
src/gui/repetitiveConditions.cs | 74 +++-
6 files changed, 810 insertions(+), 226 deletions(-)
Fri Apr 10 18:54:58 2015 +0200 Xavier de Blas <xaviblas gmail com>
Minor fix on catalan translation
po/ca.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Thu Apr 9 16:50:25 2015 +0200 Xavier de Blas <xaviblas gmail com>
Fixed crash in load session when checkboxes are clicked
src/gui/session.cs | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
Wed Apr 8 18:25:50 2015 +0200 Xavier de Blas <xaviblas gmail com>
Trying to fix splashWin permanent on mac sometimes
src/chronojump.cs | 3 +++
src/gui/splash.cs | 15 +++++++++++++++
2 files changed, 18 insertions(+)
Wed Apr 8 09:19:20 2015 +0200 Xavier de Blas <xaviblas gmail com>
Experimental code for util.R
encoder/util.R | 7 +++++++
1 file changed, 7 insertions(+)
Wed Apr 8 08:11:38 2015 +0200 Marek Černocký <marek manet cz>
Updated Czech translation
po/cs.po | 1823 +++++++++++++++++++++++++++++++-------------------------------
1 file changed, 915 insertions(+), 908 deletions(-)
Tue Apr 7 17:35:18 2015 +0200 Xavier de Blas <xaviblas gmail com>
Encoder video filename is shown and folder can be opened
glade/chronojump.glade | 394 +++++++++++++++++++++++++++++++++++++++++++++++--
src/gui/encoder.cs | 32 ++++
src/util.cs | 7 +
3 files changed, 421 insertions(+), 12 deletions(-)
Mon Apr 6 20:20:50 2015 +0200 Xavier de Blas <xaviblas gmail com>
Catalan translation. Minor fixes
po/ca.po | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Mon Apr 6 15:02:51 2015 +0200 Xavier de Blas <xaviblas gmail com>
Better chronopic detection/connection
src/chronopicDetect.cs | 8 +++++---
src/gui/chronojump.cs | 8 ++++----
src/gui/chronopic.cs | 8 +++++---
3 files changed, 14 insertions(+), 10 deletions(-)
Mon Apr 6 12:25:28 2015 +0200 Xavier de Blas <xaviblas gmail com>
chronopic detect and connect (on contacts) done. Tests pending.
glade/chronojump.glade | 243 ++++++++++++++++++++++++++---------
po/POTFILES.in | 1 +
src/Makefile.am | 2 +-
src/chronopic.cs | 89 ++++++++++++-
src/chronopicDetect.cs | 195 ++++++++++++++++++++++++++++
src/chronopicDialogAutoController.cs | 139 --------------------
src/constants.cs | 3 +
src/gui/chronojump.cs | 130 +++++++++++++++----
src/gui/chronopic.cs | 144 +++++++--------------
9 files changed, 623 insertions(+), 323 deletions(-)
Sun Apr 5 15:11:18 2015 +0200 Xavier de Blas <xaviblas gmail com>
AutoDetect encoder on progressbar
glade/chronojump.glade | 502 +++++++++++++++++++++--------------
src/Makefile.am | 1 -
src/chronopicDialogAutoController.cs | 63 +++--
src/constants.cs | 4 +
src/gui/chronojump.cs | 27 +-
src/gui/chronopicAuto.cs | 58 ----
src/gui/encoder.cs | 5 +-
src/gui/helpPorts.cs | 7 +-
8 files changed, 383 insertions(+), 284 deletions(-)
Sun Apr 5 12:43:14 2015 +0200 Xavier de Blas <xaviblas gmail com>
Nicer Autodetect
glade/chronojump.glade | 135 +++++++++++++++++++++++++++++++++++
src/chronopicDialogAutoController.cs | 7 +-
src/gui/chronojump.cs | 19 +----
src/gui/chronopicAuto.cs | 5 ++
4 files changed, 146 insertions(+), 20 deletions(-)
Sun Apr 5 12:13:40 2015 +0200 Xavier de Blas <xaviblas gmail com>
Merging
src/Makefile.am | 2 +
src/chronopicDialogAutoController.cs | 111 +++++++++++++++++++++++++++++++++++
src/gui/chronojump.cs | 26 ++++++++
src/gui/chronopicAuto.cs | 53 +++++++++++++++++
4 files changed, 192 insertions(+)
Sat Apr 4 20:56:23 2015 +0200 Xavier de Blas <xaviblas gmail com>
analyze current set concentric, separate phases button unsensitive
src/gui/encoder.cs | 37 ++++++++++++++++++++++++++++++++-----
1 file changed, 32 insertions(+), 5 deletions(-)
Sat Mar 28 12:28:12 2015 +0100 Xavier de Blas <xaviblas gmail com>
Autodetect encoder done! normal Chronopic pending
glade/chronojump.glade | 136 +++++++++++++++++++++++++++++++++++++++++--------
src/chronopic.cs | 20 +++++---
src/gui/chronojump.cs | 92 ++++++++++++++++-----------------
src/gui/chronopic.cs | 27 ++++++++--
src/gui/encoder.cs | 4 +-
src/util.cs | 9 ++++
6 files changed, 209 insertions(+), 79 deletions(-)
Fri Mar 27 18:36:56 2015 +0100 Xavier de Blas <xaviblas gmail com>
Autodetect Encoder and normal Chronopic on menu change 70%
glade/chronojump.glade | 69 ++++++++++++++++++++++++++++++++++++++++++++++
src/chronopic.cs | 74 ++++++++++++++++++++++++++++++++++----------------
src/gui/chronojump.cs | 18 ++++++++----
3 files changed, 132 insertions(+), 29 deletions(-)
Thu Mar 26 21:50:03 2015 +0100 Xavier de Blas <xaviblas gmail com>
Autodetect Encoder and normal Chronopic on menu change. WIP
src/chronopic.cs | 167 +++++++++++++++++++++++++++++++++++++++++++++++++-
src/gui/chronojump.cs | 21 ++++++-
2 files changed, 186 insertions(+), 2 deletions(-)
Mon Mar 23 22:01:01 2015 +0100 Xavier de Blas <xaviblas gmail com>
Fixed 1.5.0 bug: cancel or delete signal makes bars disappear until cj is closed
src/gui/encoder.cs | 1 +
1 file changed, 1 insertion(+)
Mon Mar 23 21:50:47 2015 +0100 Xavier de Blas <xaviblas gmail com>
Minor fix
src/utilAll.cs | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Mon Mar 23 21:42:43 2015 +0100 Xavier de Blas <xaviblas gmail com>
Minor change
src/gui/encoder.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Mon Mar 23 21:36:41 2015 +0100 Xavier de Blas <xaviblas gmail com>
On Ping, Mac and Unix are differentiated
src/utilAll.cs | 5 +++++
1 file changed, 5 insertions(+)
Mon Mar 23 20:32:06 2015 +0100 Xavier de Blas <xaviblas gmail com>
Minor fix
src/gui/encoder.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Mon Mar 23 19:56:58 2015 +0100 Xavier de Blas <xaviblas gmail com>
inertial diameters will be processed as a list. TODO: GUI changes
encoder/util.R | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Mon Mar 23 19:50:34 2015 +0100 Xavier de Blas <xaviblas gmail com>
Fixed catalan typo
po/ca.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Mon Mar 23 19:36:30 2015 +0100 Xavier de Blas <xaviblas gmail com>
Encoder code clean
encoder/capture.R | 2 +-
encoder/graph.R | 6 ++--
encoder/util.R | 87 ++++++++++++++++++++++---------------------------------
3 files changed, 39 insertions(+), 56 deletions(-)
Mon Mar 23 16:53:06 2015 +0100 Xavier Padullés <x padulles gmail com>
minor fix
encoder/util.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Mon Mar 23 16:36:42 2015 +0100 Xavier Padullés <x padulles gmail com>
Added and modified comments for getDisplacement
encoder/util.R | 161 ++++++++++++++++++++++++++++++++-------------------------
1 file changed, 92 insertions(+), 69 deletions(-)
Mon Mar 23 14:04:01 2015 +0100 Xavier Padullés <x padulles gmail com>
Spanish tranlation. Tiempo de tramo/Tiempo acumulado
po/es.po | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Mon Mar 23 12:15:57 2015 +0100 Xavier de Blas <xaviblas gmail com>
Activating json on MacOSX again
src/json.cs | 21 ---------------------
1 file changed, 21 deletions(-)
Thu Mar 19 19:26:20 2015 +0100 Xavier de Blas <xaviblas gmail com>
multitest firmware c fixed
.../chronopic-firmware-multitest.c | 38 +++++++++++++---------
1 file changed, 22 insertions(+), 16 deletions(-)
Thu Mar 19 19:25:49 2015 +0100 Xavier de Blas <xaviblas gmail com>
Minor changes
howto_new_version.txt | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Thu Mar 19 15:48:53 2015 +0100 Xavier Padullés <x padulles gmail com>
Added getInstantDiameters for conic machines
encoder/util.R | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Tue Mar 17 19:11:58 2015 +0100 Xavier de Blas <xaviblas gmail com>
Bump version 1.4.5
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Download
========
https://download.gnome.org/sources/chronojump/1.5/chronojump-1.5.1.tar.xz (20.7M)
sha256sum: d2b0bac895ba7ac07cbd215d39e82832762368ea7b49808c39540e50ad8359c1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]