Giter Club home page Giter Club logo

gps-running's People

Contributors

gerhardol avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

gps-running's Issues

Adapt to .st2plugin format

The installation package format should be adapted to the .st2plugin format.

According to the following, the internal search paths need to be updated too:
http://www.zonefivesoftware.com/SportTracks/Forums/viewtopic.php?p=38113#38113

Similar may have to be done for other plugin. I have added support for
Matrix in a patch (not mainlined):
http://matrix.codeplex.com/WorkItem/View.aspx?WorkItemId=3871
Will notify OMB. Any other user?

Original issue reported on code.google.com by [email protected] on 6 Jan 2010 at 10:15

Overlay Modifications

I made some changes to the Overlay plugin that can be incorporated if 
desired.

Significant changes:

Added save button to save chart to file.

Created a "save file property selection" dialog.

Tweaked control dimensions and locations.  ie. panel scrollbars, 
calculating chart location based on bold width of activities, etc.

When selecting an activity line, its activity name is scrolled into view.

When selecting moving average line, its activity name is also made bold 
and scrolled into view.

Original issue reported on code.google.com by [email protected] on 28 Mar 2010 at 4:51

Attachments:

Overlay table should use relevant precision

From ST forum:

I have selected the Table Settings to show Avg Power and Avg Cadence. The 
values displayed show excessive precision (e.g. Avg Power = 215.9168 and Avg 
Cadence = 76.68898) where unit values or at best tenths would be adequate. The 
Avg Power Diff and Avg Cadence Diff however only show unit values (e.g. 30 or 
-2).

Should be easy to use relevant precision.

Original issue reported on code.google.com by [email protected] on 21 Feb 2011 at 6:55

Exception thown when activity is edited after Overlay is closed

What steps will reproduce the problem?
1. Open Overlay from the analyse menu. Select an activity, the close Overlay
2. Edit the activity (example: edit the HR track).

Overlay will throw an exception since it did not unregister the 
Activity_PropertyChanged event handled when it was closed.

See this thread: 
http://www.zonefivesoftware.com/sporttracks/forums/viewtopic.php?f=11&t=10264&p=
58133#p58133

Original issue reported on code.google.com by [email protected] on 12 Mar 2011 at 11:14

Unable to change views

What steps will reproduce the problem?
1. Radio buttons to Training or Extrapolate views 
2.
3.

What is the expected output? What do you see instead?
Expect view to go to either training or extrapolate table (or chart views). 
Instead it just kicks back to the Time Prediction view and greys out the 
buttons. 

What version of the product are you using? On what operating system?
Using 2.0.358 version of the plugin with version 3.1.4742 of ST3.


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 31 Dec 2012 at 11:43

OSM Plugin help for ST3

Hello Gerhardol - first - thanks for all your plugins! It was a good time for Sporttracks :(. One thing i would kindly ask you - by any chance, do you have an opensourcemap plugin that works and could share it with me? :D...Thanks a lot, Tudor ([email protected]).
PS: You can definitely close the 'issue' :D, but i thought this way you'll get a notification

wrong Version in last Update

What steps will reproduce the problem?
1.update the plugin tru ST
2.
3.

What is the expected output? What do you see instead?

i expected get (i suposed is true)2.0.321 and ST reports 2.0.317 


Original issue reported on code.google.com by [email protected] on 2 Aug 2011 at 3:46

Problem when starting Overlay with "old" constructor

Using the constructor Overlay(IList<IActivity> aAct, bool showDialog) has two 
problems:
1. Following the null pointer because m_layer is null. There is a check in some 
places but not in all.
2. Nothing is shown since ShowPage is not called.

This constructor is the only suitable one when starting Overlay from a view 
other than the daily activity or activity report views so it should work.

Original issue reported on code.google.com by [email protected] on 5 Jun 2012 at 9:30

Adaptions to work with Mono/Linux

The kbl plugins does not work in Mono/Linux

Mono issues
Most plugins works in Mono in Windows, they are pure .NET without P/Invokes
* MoMA reports the following for for AccumulatedSummary, is it used?
  - void WebBrowser..ctor () WebBrowser control is only supported on
Linux/Windows. No support for OSX. 
* AccumulatedSummary crashes ST when opening from the Edit menu
* PerformancePredictor creates an exception (see below) when opening the
Activity page and crashes ST when opening from the edit menu

Linux:
Plugins crashes when reading settings, probably due to path issues. It is
probably better to migrate these settings to Preferences.System anyway
(opened in another issue).

I have listed some porting tips here:
http://zonefivesoftware.com/SportTracks/Forums/viewtopic.php?t=6048&sid=d6f18069
ea91b66588c564c8b798df81

--------------
Mono Performance Predictor Exception
Index is less than 0 or more than or equal to the list count.
Parameter name: index
-1

  at System.Collections.ArrayList.ThrowNewArgumentOutOfRangeException
(System.String name, System.Object actual, System.String message) [0x00000]
in <filename unknown>:0 
  at System.Collections.ArrayList.get_Item (Int32 index) [0x00000] in
<filename unknown>:0 
  at System.Windows.Forms.DataGridViewRowCollection.SharedRow (Int32
rowIndex) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.DataGridView.GetRowInternal (Int32 rowIndex)
[0x00000] in <filename unknown>:0 
  at System.Windows.Forms.DataGridView.MoveCurrentCell (Int32 x, Int32 y,
Boolean select, Boolean isControl, Boolean isShift, Boolean scroll)
[0x00000] in <filename unknown>:0 
  at System.Windows.Forms.DataGridView.OnListPositionChanged (System.Object
sender, System.EventArgs args) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.DataGridView.DoBinding () [0x00000] in <filename
unknown>:0 
  at System.Windows.Forms.DataGridView.ReBind () [0x00000] in <filename
unknown>:0 
  at System.Windows.Forms.DataGridView.set_DataSource (System.Object value)
[0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.DataGridView:set_DataSource (object)
  at SportTracksPerformancePredictorPlugin.Source.TrainingView.setTraining
() [0x00000] in <filename unknown>:0 
  at SportTracksPerformancePredictorPlugin.Source.TrainingView.setPages ()
[0x00000] in <filename unknown>:0 
  at SportTracksPerformancePredictorPlugin.Source.TrainingView.set_Activity
(IActivity value) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check)
SportTracksPerformancePredictorPlugin.Source.TrainingView:set_Activity
(ZoneFiveSoftware.Common.Data.Fitness.IActivity)
  at
SportTracksPerformancePredictorPlugin.Source.PerformancePredictorView.set_Activi
ty
(IActivity value) [0x00000] in <filename unknown>:0 
  at
SportTracksPerformancePredictorPlugin.Source.PerformancePredictorView..ctor
(IActivity activity) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check)
SportTracksPerformancePredictorPlugin.Source.PerformancePredictorView:.ctor
(ZoneFiveSoftware.Common.Data.Fitness.IActivity)
  at
SportTracksPerformancePredictorPlugin.Source.PerformancePredictorActivityDetailP
age.CreatePageControl
() [0x00000] in <filename unknown>:0 
  at
ZoneFiveSoftware.SportTracks.UI.Controls.PageSelectorBanner.ShowCurrentPage
() [0x00000] in <filename unknown>:0 


Original issue reported on code.google.com by [email protected] on 5 Jan 2010 at 2:19

Unique routes - No tracks listet

What steps will reproduce the problem?
1. Find a track that has been run more than once
2. In the track menu, press Unique Routes
3. No track are listet

See this for whole description of the problem 
http://www.zonefivesoftware.com/SportTracks/Forums/viewtopic.php?p=43041#43041

All activities is imported from the library where my gamin .tcx files are placed

I am using the danish version and using Vista Home Premium

Original issue reported on code.google.com by [email protected] on 29 Jun 2010 at 6:45

Attachments:

Overlay Feature Request - Comparing with friends activities

Hi,

Thanks for a great plugin.

SportTracks divides the activities into two "main" categories. My activities, 
and My friends activities. It would be great if it would be possible to compare 
activities "across" these groups. I.e. select one activity from my activities, 
and one from "my friends activities".

Original issue reported on code.google.com by [email protected] on 3 Feb 2011 at 12:31

Overlay corrections

From:   spock
(ST forum)

I downloaded the OverlayPlugin source and took a look at it and found two
things.

One, a bug in OverlayView.cs Line 746 would be resolved by changing:
if (!x.Equals(float.NaN))
to
if ((!x.Equals(float.NaN)) && (!float.IsInfinity(y)))

ie. in the case where the pace graph is shown and a point has 0 speed.

Two, a suggestion:
Personally I would prefer the distance Minimum precision of the graph set
to two decimal places.

OverlayView.cs Line 484
Change:
chart.XAxis.Formatter = new Formatter.General();
to
chart.XAxis.Formatter = new Formatter.General(2);

Original issue reported on code.google.com by [email protected] on 6 Mar 2010 at 10:37

Not showing active parts of data in hr and distance column

What steps will reproduce the problem?
1.Set Show Active Splits

What is the expected output? What do you see instead?
If I set Show Active Splits, I see pace only for active parts of activity.
But distance and avg hr is from full activity.
Perhaps it could show avg heart rate and distance from active parts too.

What version of the product are you using? On what operating system?
Sportracks 2.1.3478
Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Jul 2010 at 8:09

Preferences should be stored in global ST file

Enhancement
The preferences are currently stored in plugin specific files, instead of
the global Preferences.System.xml file.
Therefore these separate files have to be handled additionally when making
backups, sharing ST between several computer, moving to new computers etc.

It is simpler if the preferences are just read as in other plugins from the
ST preferences, see for instance MiscPlugin.
To handle migration, the old configuration files can be read if the
Prefereces.System has no information.
(Use a variable Version with default value 0 but hardcoded set to 1 when
writing. Then if the value is 0, try read the old configuration files.)

Original issue reported on code.google.com by [email protected] on 5 Jan 2010 at 1:11

Wrong calculation of fastest 3km

I've attached a file of my workout.

The strange behavior is in following: my fastest 6,5km is faster than my 
fastest 3km extracted from the same 10km workout. That's impossible.

Moreover judging from the graph of the workout the fastest 3km do  not start 
from 3rd km as it written in summary.

You could see yourself. I'm attaching workout and a screenshot.

Am i doing something wrong?

Original issue reported on code.google.com by [email protected] on 22 Jan 2011 at 7:42

Attachments:

High Score settings - speed zone

The Plug-in settings for High Score (the Speed Zone min/mi) values don't seem 
to be right.  

1. The default values have overlapping zones.  
2. Adding new values is a little confusing - the 'from' and 'to' labels seem to 
be reversed
3.  entering data in mm:ss gets read perhaps as seconds

High Score version 2.0.321

Original issue reported on code.google.com by [email protected] on 4 Nov 2011 at 9:41

A couple more Overlay Issues

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


I found a few more issues with the OverlayPlugin.

OverlayView.cs
getDataSeries:
  series.Points.Add(series.Points.Count,new PointF(x, y));
should be changed to:
  if ( series.Points.IndexOfKey( x ) == -1 )
    series.Points.Add( x, new PointF( x, y ) );

getCategoryAverage:
  average.Points.Add( index++, new PointF( x, y / seen ) );
should be changed to:
  if ( average.Points.IndexOfKey( x ) == -1 )
    average.Points.Add( x, new PointF( x, y / seen ) );

The above two fixes should resolve a SportTracks bug where the incorrect 
selected range average is shown (in a box on the y-axis).
SportTracks appears to be using the Key value to calculate the average.  
This fix is a workaround.

maBox_LostFocus:
The following line should be removed.
  maBox.Text = UnitUtil.Distance.ToString(value);
In the Catch the following change should be made:
  //maBox.Text = UnitUtil.Distance.ToString(Settings.MovingAverageLength);
  maBox.Text = UnitUtil.Elevation.ToString( Settings.MovingAverageLength );

In other words, maBox.Text should either stick with UnitUtil.Distance, or 
with UnitUtil.Elevation.

Original issue reported on code.google.com by [email protected] on 6 Mar 2010 at 7:42

Unique routes - parts of routes, that are marked as rest have not common stretches

What steps will reproduce the problem?
1.Take two attached activities and look at them in unique routes, they may be 
found as same with these settings (bandwidth 30m, allowed points outsine band 
10%)
2.Select only part of route somewhere from start and first split and refresh.

What is the expected output? What do you see instead?
Result table shows records with, common stretches not found.
That is weird because route is nearly same.
When i make bandwidth or allowed points broader it doesn't help.

Outside of resting parts (first and last splits) all is perfect.

What version of the product are you using? On what operating system?
ST3, Windows 7

Please provide any additional information below.
Two example activities are attached

Original issue reported on code.google.com by [email protected] on 7 Aug 2010 at 7:30

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.