Commit Graph

11264 Commits

Author SHA1 Message Date
Sean C. Rhea
a0860da55c Separated out total_distance as a ride metric. More to come, especially
ordering and grouping into a display.
2008-02-14 17:57:25 +00:00
Sean C. Rhea
fa0aae7bf1 Patch from Justin and Rob.
Adds metric/english unit's dialog and BikeScore calculation.
2008-02-13 17:34:28 +00:00
Sean C. Rhea
b5eff51f85 look for /dev/cu.usbmodem... 2007-11-04 16:38:28 +00:00
Sean C. Rhea
a815443330 added link to Rob's Mac Intel build 2007-10-02 21:07:08 +00:00
Sean C. Rhea
915a83606f moved release images into their own repository 2007-09-25 02:04:18 +00:00
Sean C. Rhea
76c7e6a859 bug fix release 2007-09-24 03:38:50 +00:00
Sean C. Rhea
ea87b3c93b bug fix release 2007-09-24 02:14:32 +00:00
Sean C. Rhea
ebecbda331 need to qmake now 2007-09-24 02:05:50 +00:00
Sean C. Rhea
b55b2fe235 CsvRideFile now only sets its ride startTime if the file is
appropriately named.  cpint now ignores startTime, as it wasn't 
using it anyway.
2007-09-22 16:27:09 +00:00
Sean C. Rhea
0d86c4fe1b new release 2007-09-18 18:22:28 +00:00
Sean C. Rhea
b33458d3d9 call qmake in src before make 2007-09-18 17:24:01 +00:00
Sean C. Rhea
92e0587afd Bug fix for interval markers: must divide by 60.0, not 60,
to get floating point division.
2007-09-18 17:23:39 +00:00
Sean C. Rhea
c5afd7b6b5 switched to Justin's code for sample lines so that reading no value
between commas works
2007-09-17 21:57:15 +00:00
Sean C. Rhea
6b51f0ffad converted to qmake 2007-09-17 21:46:37 +00:00
Sean C. Rhea
8a4c449785 renamed .pro file 2007-09-17 21:42:59 +00:00
Sean C. Rhea
e13bdfa966 converted to C++/qmake 2007-09-17 21:39:30 +00:00
Sean C. Rhea
ae5748021a converted to C++/qmake 2007-09-17 21:38:06 +00:00
Sean C. Rhea
fac5441456 moved cpint code into gui dir 2007-09-17 20:32:19 +00:00
Sean C. Rhea
9db8b105e0 cpint now using unified ride file framework, too 2007-09-17 18:51:04 +00:00
Sean C. Rhea
964279728b unified framework for reading in different ride
file types (raw, srm, and csv)
2007-09-17 18:10:32 +00:00
Sean C. Rhea
07f375c0cc interval markers patch from Justin Knotzke 2007-09-09 16:58:51 +00:00
Sean C. Rhea
ea120b85de CSV import code from Justin Knotzke 2007-08-30 16:17:17 +00:00
Sean C. Rhea
f1329ebfe6 Rob Carlsen's patch for ignoring zeros in heart rate during intervals. 2007-08-15 20:46:44 +00:00
Sean C. Rhea
c25465bc7c Rob Carlsen's patch adding max power to interval summary. 2007-08-15 20:16:13 +00:00
Sean C. Rhea
63d758cf62 some new stuff 2007-08-15 20:11:56 +00:00
Sean C. Rhea
48cf6e1e74 new release with cpint fix 2007-08-07 15:22:37 +00:00
Sean C. Rhea
ae4c1376ea note about brltty on Ubuntu 2007-08-07 15:07:10 +00:00
Sean C. Rhea
471e308944 new release with cpint fix 2007-08-07 15:05:59 +00:00
Sean C. Rhea
35913bb340 Serious bug fix: while interval duration SHOULD be computed by using
previous data point (i.e., q->secs - p->secs), the duration to multiply
the wattage value by SHOULD NOT be.  Instead, should multiply by
rec_int.  (My ride from Jul 31, 2007 demonstrates the problem.  I
started an interval with a 1-sec wattage of 773 after a ~48 second rest.
Using the old code, that gets credited as 773 watts for 48 secs!)
2007-08-05 14:57:57 +00:00
Sean C. Rhea
ecb4798e8b Rob's ride notes patch. 2007-06-10 23:38:15 +00:00
Sean C. Rhea
eb8e6d4d8b oops; need to use QString::arg(), not '+' 2007-06-10 23:04:04 +00:00
Sean C. Rhea
30a1dca091 Rob's changes 2007-06-10 22:36:46 +00:00
Sean C. Rhea
27cbf841a7 add FTP to zones 2007-06-08 22:38:26 +00:00
Sean C. Rhea
cd481de21e new dest dir for install 2007-05-21 04:49:37 +00:00
Sean C. Rhea
6c5c622a10 mention qwt 5.0.1, not older version, as pointed out by Rob Carlsen 2007-05-21 04:47:48 +00:00
Sean C. Rhea
2a4676abd5 Don't output line with zero time (Rob Carlsen says it crashes WKO+), and
print zeroes, rather than nothing, when nm, mph, or watts are zero.
2007-05-21 04:46:26 +00:00
Sean C. Rhea
db72e3bd3f added zoomer and panner to AllPlot, but needs work still. 2007-05-13 02:28:10 +00:00
Sean C. Rhea
c09c2d99e6 fixed bug where interval length was 1 recint too short 2007-05-10 16:30:01 +00:00
Sean C. Rhea
21d35d6600 added "About GoldenCheetah" dialog with build date and link to GPL 2007-05-07 22:00:31 +00:00
Sean C. Rhea
3627a2eb05 fix to work on OS X 2007-05-07 21:09:31 +00:00
Sean C. Rhea
4e8dae0993 use QLineEdit instead of QLabel in CP plot to avoid resizing bug 2007-05-03 23:30:56 +00:00
Sean C. Rhea
62b23b4e26 Warning msg said we ignored it when time went backwards in a PT file, but code
was still calling exit(1).  Now it really does ignore it.
2007-04-30 21:39:11 +00:00
Sean C. Rhea
e506d16509 okay, really fixed this time 2007-04-29 22:40:52 +00:00
Sean C. Rhea
4783abcbed fixed problem with download ride button not hilighting when more than one
device is available
2007-04-29 17:27:48 +00:00
Sean C. Rhea
2fa89b6137 added screenshot-weekly.png 2007-04-26 21:25:10 +00:00
Sean C. Rhea
e55505d25e new ride summary screenshot showing power zones,
added weekly summary screenshot
2007-04-26 21:24:43 +00:00
Sean C. Rhea
bdd0d78802 new release and description of zones file format 2007-04-26 21:15:53 +00:00
Sean C. Rhea
7ca5bbeede new release 2007-04-26 20:32:28 +00:00
Sean C. Rhea
14b0c8a234 new release 2007-04-26 20:32:17 +00:00
Sean C. Rhea
1f3017a366 oops: checked in unnecessary gcc-4.0 bit on accident 2007-04-26 20:26:13 +00:00