Commit Graph

97 Commits

Author SHA1 Message Date
Sean C. Rhea
efc99a8a26 add debug to config 2007-04-17 20:43:22 +00:00
Sean C. Rhea
2f7d42c46f commented out printfs 2007-04-17 20:25:30 +00:00
Sean C. Rhea
69612c8d59 anti-aliasing was the source of the poor plot performance on Linux 2007-04-17 19:12:20 +00:00
Sean C. Rhea
7e0731c7f8 allow for multiple imports at once 2007-04-17 18:06:22 +00:00
Sean C. Rhea
abf2f5b349 updates to work with qwt 5.0.1 2007-04-17 18:00:37 +00:00
Sean C. Rhea
7b52bc6f73 csv output uses .csv extension instead of .dat 2007-04-16 21:16:11 +00:00
Sean C. Rhea
aefc1d18e8 svn ignore libsrm.a 2007-04-12 04:09:00 +00:00
Sean C. Rhea
d7daa3d54d added import from SRM menu item and made cpint not crash when it can't find
cpint data for a ride (until we get it working with srm data)
2007-04-12 04:07:33 +00:00
Sean C. Rhea
3a2a469d58 Will now read, interpret, and include any appropriately named .srm files in
the user's directory.  Ride summary, ride plot, and power histogram all work
fine, but opening the CP intervals graph causes a crash if any such files
exist.  Also need to add a menu item to import .srm files that renames them to
the proper form (date-time.srm).
2007-04-09 20:43:52 +00:00
Sean C. Rhea
f6968f98bf starting to work on SRM code; this commit will decode .srm files 2007-04-09 01:43:40 +00:00
Sean C. Rhea
2729800d42 new release 2007-04-01 19:14:24 +00:00
Sean C. Rhea
8c7dfdeecd new release 2007-04-01 19:12:57 +00:00
Sean C. Rhea
8a3bc4fd44 new release 2007-04-01 19:02:52 +00:00
Sean C. Rhea
3e7d53b418 new release 2007-04-01 18:57:21 +00:00
Sean C. Rhea
0dc0f48416 Hardware echo detection was being fooled because in the normal case, the
result of a version request, triggered by writing 'V', is the string "VER...".
Sometimes, this was preceeded by a zero byte, in which case hardware echo
detection worked, but other times it wasn't, and we stripped the 'V' from
"VER...", only to wait forever for one extra byte that wasn't coming.  The new
approach is to read until we get the "\r\n", then search for "VER", then see
if any other 'V's preceed it, in which case we assume we're dealing with
hardware echo.
2007-04-01 05:41:38 +00:00
Sean C. Rhea
6bee5b3ca0 How did we NOT always open the serial port with O_NONBLOCK? WTF? 2007-04-01 05:07:04 +00:00
Sean C. Rhea
dd9ff12914 patch from Aldy to make wattage an integer in CVS exports 2007-03-07 20:44:49 +00:00
Sean C. Rhea
f18ea0d646 fixed Mac release bugs and updated both feb 21 to feb 22 2007-02-22 17:22:25 +00:00
Sean C. Rhea
54ab7d02c3 fix for centering in QT 4.1.1 2007-02-22 17:12:50 +00:00
Sean C. Rhea
6fc7669b71 cpint picker and rec_int fix, mac version 2007-02-22 03:02:11 +00:00
Sean C. Rhea
4ac73d88ac with picker and rec_int bug fix, linux version 2007-02-22 02:58:31 +00:00
Sean C. Rhea
a341bc4302 using a picker in cpint plot 2007-02-22 02:46:02 +00:00
Sean C. Rhea
1143a30248 fix misinterpretation of rec_int and add error message
for time moving backwards
2007-02-21 17:31:31 +00:00
Sean C. Rhea
04aadf4ee3 with interval seconds padding fix 2007-02-13 02:44:13 +00:00
Sean C. Rhea
f726979a01 add leading zero to single-digit seconds values 2007-02-13 02:40:45 +00:00
Sean C. Rhea
dc1fcfef35 add intervals 2007-02-12 20:58:37 +00:00
Sean C. Rhea
6a121a7fc7 add new release 2007-02-12 20:58:26 +00:00
Sean C. Rhea
c24e341b3d linux version 2007-02-12 20:47:23 +00:00
Sean C. Rhea
9f6a0ad7d6 new release; linux version coming soon 2007-02-12 20:42:58 +00:00
Sean C. Rhea
e9628702ed added Dan Connelly 2007-02-12 20:30:30 +00:00
Sean C. Rhea
a179ec592a return after reject() 2007-02-12 20:25:12 +00:00
Sean C. Rhea
0e09790c5b patch from Aldy to fix interval durations that display as XX:60 2007-02-12 20:16:48 +00:00
Sean C. Rhea
5593c8e3f7 add work, clarify units 2007-02-12 20:14:16 +00:00
Sean C. Rhea
a2f233b345 detect hwecho based on whether the hardware seems to be echoing during
pt_read_version, rather than based on the device name
2007-02-12 03:00:42 +00:00
Sean C. Rhea
a5b621a13d add interval information to ride summary 2007-02-11 20:56:13 +00:00
Sean C. Rhea
2b23610f5f add "Export to CSV..." menu option 2007-02-11 20:00:45 +00:00
Sean C. Rhea
491ef5c639 check for unreasonable speeds, and patches from Aldy 2007-02-11 18:40:14 +00:00
Sean C. Rhea
4283c5b408 fixed bug pointed out by Dan Connelly with graph sliders in empty rides 2007-02-10 04:14:48 +00:00
Sean C. Rhea
fa45b5c980 fixed link 2007-02-01 16:24:57 +00:00
Sean C. Rhea
81c5cf80b3 add new releases 2007-01-30 23:16:51 +00:00
Sean C. Rhea
982fb843cf new mac release
This line, and those below, will be ignored--

AM   doc/GoldenCheetah_2007-01-30_Darwin_powerpc.dmg
2007-01-30 23:10:30 +00:00
Sean C. Rhea
3b23740f62 new linux build 2007-01-30 23:10:00 +00:00
Sean C. Rhea
78fbe4e643 specify QT 4.1.1-static in path 2007-01-30 22:26:50 +00:00
Sean C. Rhea
d2abe9716f Fix for crash where ride time is shorter than smoothing. In particular, the
sample ride is shorter than the default smoothing value.
2007-01-29 19:59:04 +00:00
Sean C. Rhea
6134c947ed patch from Aldy to ignore zeros in cadence and hr and optionally in power 2007-01-24 20:23:41 +00:00
Sean C. Rhea
035226c3b5 fix NaNs in ride summary 2007-01-21 02:57:02 +00:00
Sean C. Rhea
734d025b7f remove Linux tarballs 2007-01-19 18:19:10 +00:00
Sean C. Rhea
e4e6c39aba added download screenshot 2007-01-19 18:16:52 +00:00
Sean C. Rhea
8bd578057f Linux build, more documentation on building from scratch 2007-01-19 18:12:09 +00:00
Sean C. Rhea
c850170cfc bunch of "#include <assert.h>" lines for Andrew Kruse 2007-01-19 17:47:41 +00:00