Commit Graph

60 Commits

Author SHA1 Message Date
Mark Watkins
e340809ca8 Show Units ToolTips hovering over graph title area 2011-12-05 18:32:46 +10:00
Mark Watkins
674c82e263 Move debug time message out of the way, Allow for more room for grabbing the graph title easier when reordering 2011-12-04 21:04:01 +10:00
Mark Watkins
4d5d09b5f0 Implemented Daily View Bookmarks, Removed hidden Extras tab, added weight & Zombie-meter to Notes tab 2011-12-02 21:40:47 +10:00
Mark Watkins
66895f38a8 Ask filename for saved reports 2011-12-02 01:57:06 +10:00
Mark Watkins
c330aa6eea Oximeter Fixes, New Print engine (graphs only) 2011-12-02 01:40:32 +10:00
Mark Watkins
56b663c99f YAxis ticker rounding fixes, Temporary graph on/off switch area below daily grapharea 2011-12-01 16:06:13 +10:00
Mark Watkins
9ebcdf7b1a Preferences fixes 2011-11-30 22:58:41 +10:00
Mark Watkins
9a020b1164 Event selection bugfixes 2011-11-28 08:36:38 +10:00
Mark Watkins
263530746f Make Graph preferences, heights and orders persistant 2011-11-28 02:07:28 +10:00
Mark Watkins
9bf2f5ce97 Graph Y axis scaling improvements, AHI graph edge fixes 2011-11-27 16:25:27 +10:00
Mark Watkins
d8e24607da Added PRS1 16bit CRC check algorithm (Thanks Bira) 2011-11-26 14:00:31 +10:00
Mark Watkins
abca267416 A few Warnings fixes, plus some more Intellipap stub 2011-11-21 12:15:10 +10:00
Mark Watkins
52381d2dc3 Minor Overview code cleanup 2011-10-31 21:55:25 +10:00
Mark Watkins
26c1690ba4 Profiling & Optimization: ifdef'd threaded drawing code out. Use faster QPainter instead of renderText. 2011-10-30 17:08:18 +10:00
Mark Watkins
b046bb907d Made each Graph a QObject for individual timers. Fixes overview highlighter bug, but slows things a bit :( 2011-10-28 15:12:19 +10:00
Mark Watkins
b147d33beb Initial Multi-Profile stuff. 2011-10-01 22:54:20 +10:00
Mark Watkins
aa43837d52 Implemented GL Float Buffer to improve pie chart appearance 2011-09-28 21:46:32 +10:00
Mark Watkins
fba444d0e5 Ressurected Event Breakdown PIE chart 2011-09-22 00:10:10 +10:00
Mark Watkins
fb9143ef8f Graph Tweaks, Implementation of Min/Max Y cap code 2011-09-18 02:47:57 +10:00
Mark Watkins
0741fa3a06 XTicker summary chart improvement 2011-09-13 12:51:50 +10:00
Mark Watkins
f6abc6dfc7 Minor cosmetic fixes, plus Reset Graph Layout 2011-09-13 03:47:46 +10:00
Mark Watkins
b058da6c18 Properly Free graph objects in Reports 2011-09-12 23:27:26 +10:00
Mark Watkins
b45fc5f273 Moved Overview Report to to Overview, added Print menu 2011-09-11 16:16:45 +10:00
Mark Watkins
11b59d1593 Overview Report Printing Test. Warning: May be crashy.. 2011-09-11 00:17:45 +10:00
Mark Watkins
f9fbd84866 Disabled Multithreaded Renderer 2011-09-08 00:26:00 +10:00
Mark Watkins
5d41068a79 Moved the two barcharts to empty Overview page 2011-09-07 18:35:55 +10:00
Mark Watkins
b5d4c1fc79 Re-usable ToolTip class 2011-09-05 20:28:41 +10:00
Mark Watkins
898f83c480 Thread cleanup (still dodge) and fixed zoom too far in crash 2011-09-05 12:30:10 +10:00
Mark Watkins
dcdb9549d4 Yet more Multithread stuff 2011-09-04 23:48:45 +10:00
Mark Watkins
526eb88a4e Minor crud, threading turned back on (even though it's currently useless) 2011-09-04 23:16:39 +10:00
Mark Watkins
9922efc61a Real YAxis Ticker fix.. removed the ugly hacks 2011-09-04 22:25:11 +10:00
Mark Watkins
eb83b746e0 Tooltip improvements.. Still not finished yet 2011-09-04 01:54:27 +10:00
Mark Watkins
130b033463 BarChart hover 'tooltips' 2011-09-03 22:59:08 +10:00
Mark Watkins
7429bf6f05 Basic barchart hover code.. Selections are flickering.. I'll fix later 2011-09-03 20:09:22 +10:00
Mark Watkins
6c35df1de6 AHI miny set to 0 2011-09-03 12:51:55 +10:00
Mark Watkins
c531f31243 Qt 4.6 compatability fixes.. 2011-09-01 23:07:26 +10:00
Mark Watkins
ec4c8dde6f XInitThreads() is Linux only 2011-09-01 19:03:23 +10:00
Mark Watkins
4b00d56e95 Shared GL Line Buffer objects 2011-09-01 17:12:25 +10:00
Mark Watkins
a76a7a6df3 Better thread shutdown 2011-09-01 13:43:47 +10:00
Mark Watkins
958208f36d More threading stuff 2011-09-01 13:37:25 +10:00
Mark Watkins
f0cf7a84a9 Thread murderalization enhancement 2011-09-01 12:06:38 +10:00
Mark Watkins
7e14cb978e Multithread fixes 2011-08-31 22:24:45 +10:00
Mark Watkins
04de897780 Initial draw multithreading.. (still some glitches) 2011-08-31 21:44:53 +10:00
Mark Watkins
44203f1695 EventFlags weren't getting displayed due to two missing virtual statements 2011-08-31 17:40:13 +10:00
Mark Watkins
348b787760 Vertical font test #1 2011-08-31 15:24:48 +10:00
Mark Watkins
076589cb3b Code cleanup - removed old graphing engine files, added new GLbuffer class for multithread prep 2011-08-31 03:22:54 +10:00
Mark Watkins
7f0699d426 Ported Oximetry to new graphing system 2011-08-29 17:13:58 +10:00
Mark Watkins
5d62b6d762 Capped zoom out, and removed default half an hour zoom from fully expanded in event flags. 2011-08-29 09:45:57 +10:00
Mark Watkins
504f383e89 Fix for gGraph height resize bug 2011-08-26 21:54:47 +10:00
Mark Watkins
c7924fcebe FooBar Play #2 2011-08-26 18:18:14 +10:00