Commit Graph

68 Commits

Author SHA1 Message Date
Mark Watkins
e24cc56975 Performance Improvement: Use texture caching with xAxis tickmarks and text when usePixmapCache is on 2013-01-18 17:33:35 +10:00
Mark Watkins
866b9151ab added that yAxis ticker code back, but I made it selectable with usePixmapCache. It's much faster 2013-01-18 16:19:54 +10:00
Mark Watkins
777772b5d4 Revert YAxis Ticker image cache, as it doesn't work rendered offscreen 2013-01-18 08:28:58 +10:00
Mark Watkins
67f0cf443b Implemented font texture caching
This seems to be quite a bit faster and solves the wavy line problems on mac.
I implemented a switch so this can be turned on/off in gGraphView::DrawTextQue()

change use_pixmap_cache to false to turn it off.

I'll remove the graph title and yaxis bits and put them back as this has the
same effect
2013-01-18 04:26:11 +10:00
Mark Watkins
59d217d7c7 Testing fix for Pixel alignment issues 2013-01-16 05:30:59 +10:00
Mark Watkins
33f59dd3de Implemented yAxis Header texture cache to save on font drawing 2013-01-16 05:15:20 +10:00
Mark Watkins
fe012a344f Hopefully faster if not cleaner GLShortBuffer replacement, called gVertexBuffer 2012-01-03 01:34:17 +10:00
Mark Watkins
4f0f91b0c1 Turned off the line stipple and GL blending for the horizontal grids 2011-12-31 22:26:26 +10:00
Mark Watkins
5081e7f711 ChannelID Integer Rework.. WARNING.. BACKUP YOUR SleepApp profile First 2011-12-22 03:00:19 +10:00
Mark Watkins
10bf80f741 More Profile and String Cleanups 2011-12-22 00:24:09 +10:00
Mark Watkins
c96837d5b5 Make Overview weight use profile's UnitSystem. Remove the last of the String channelID references. 2011-12-21 15:47:33 +10:00
Mark Watkins
8198c5b811 Weight yAxis.. not finished yet. harddrive is crashing here.. :( 2011-12-21 14:25:01 +10:00
Mark Watkins
ee602a64d2 Enable anti-aliasing for just the stippled line components 2011-12-20 12:43:47 +10:00
Mark Watkins
aa0be5238e Allow more space between Y-Axis values 2011-12-20 01:36:44 +10:00
Mark Watkins
da855f4bc8 Yet More Doxygen stuff, pruned some old unused code 2011-12-19 15:35:16 +10:00
Mark Watkins
66f2528b9e Disable Import prefences stubs 2011-12-13 18:51:56 +10:00
Mark Watkins
a85438486c Print bookmarked flow rate areas in Daily report 2011-12-11 23:57:07 +10:00
Mark Watkins
a368e620ba Line Stipple for horizontal graph grid (may improve look of reports on Mac) 2011-12-11 22:13:38 +10:00
Mark Watkins
4756c734f5 Session Times chart time display fix 2011-12-07 22:52:25 +10:00
Mark Watkins
3bb7d13e38 Session Times chart fixes, HighRes Printing option in preferences 2011-12-07 09:49:26 +10:00
Mark Watkins
a9c1b82c56 High quality print test for Mac. Oximetry fixes, plus tab time editor. Can now re-open oximetry sessions from daily view. AHI/Hr Overview graph 2011-12-07 00:39:14 +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
0297e9d601 Fix horizontal grid to match Yaxis tickers 2011-11-30 16:24:30 +10:00
Mark Watkins
90bae964ce 12hr time fix. no 0:00pm 2011-11-30 16:20:08 +10:00
Mark Watkins
52bb03eb52 Added Usage Session Summary graph, Preferences cleanup test, YAxis timescale improvements 2011-11-30 16:01:38 +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
44bd913d69 Compiler Warning cleanup. Preference Name cleanup (Sorry, reset your fonts), and some Auto Update STUB code (new preferences tab and test logic) 2011-10-21 15:50:46 +10:00
Mark Watkins
a8bf17c75b Preferences updates, Added primative Intentional Leak support for PRS1 2011-09-23 13:54:48 +10:00
Mark Watkins
af617a15ca Channel System Rework 2011-09-17 22:39:00 +10:00
Mark Watkins
f6abc6dfc7 Minor cosmetic fixes, plus Reset Graph Layout 2011-09-13 03:47:46 +10:00
Mark Watkins
dfdba127c9 Return of the Cursor Keys 2011-09-05 23:26:10 +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
6c35df1de6 AHI miny set to 0 2011-09-03 12:51:55 +10:00
Mark Watkins
4b00d56e95 Shared GL Line Buffer objects 2011-09-01 17:12:25 +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
86c4e30e12 Oximetry graphs bounds fix, plus select glitch 2011-08-26 15:55:19 +10:00
Mark Watkins
2cbe6f49c2 Fixed PB/CSR Waveform Overlay 2011-08-26 01:58:52 +10:00
Mark Watkins
58f1933dcd Horizontal grid overlay 2011-08-25 20:38:42 +10:00
Mark Watkins
d4f58730fe Basic right/left click mouse zoom stuff 2011-08-25 18:02:04 +10:00
Mark Watkins
439720c2e3 Warning: Mega Graphing system overhaul.. not finished yet 2011-08-25 16:11:44 +10:00
Mark Watkins
f045b49df5 Weighted Average & TAP Graph fixes 2011-08-07 21:37:56 +10:00
Mark Watkins
67bfda3280 YAxis tick cleanup, plus ResMed leaks to Litres per Minute instead of per second 2011-08-07 18:52:12 +10:00
Mark Watkins
1655fae05e Replaced ScrollArea with custom that issues Redraw on Mac 2011-08-07 16:21:09 +10:00
Mark Watkins
2876103f77 Use QPainter to horizontal text 2011-08-07 10:53:33 +10:00
Mark Watkins
35ab3ef6bb renderText fix 2011-08-07 09:22:06 +10:00
Mark Watkins
b9c755970e Fixed runaway font memory leaks 2011-08-06 22:46:27 +10:00