Richard Freeman
0a7edfa2dd
Created windows installer using Inno Setup Compiler.
...
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2013-05-17 21:05:59 -04:00
Richard Freeman
a90a390171
Fix code 0 issue on series 60, add debug code.
...
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2013-02-11 21:39:41 -05:00
Mark Watkins
a604c9df1a
Loggin improvements, qt5 logging fixes
2013-01-22 07:47:40 +10:00
Mark Watkins
267ac2864c
Qt5 Linux build fixes, about dialog fixes
2013-01-21 05:39:01 +10:00
Mark Watkins
ae5f0c6647
Qt5 compatibility fixes, new about page
2013-01-21 02:31:51 +10:00
Mark Watkins
a2965c1628
Forgot to put the PaintEngine back
2013-01-19 08:14:37 +10:00
Mark Watkins
1bca04c756
Windows needed renderPixmap. Typical. Mac & Linux still don't need it
2013-01-19 08:10:42 +10:00
Mark Watkins
ec8809f308
Disabled renderPixmap, it's useless. Fixed FBO & PixelBuffer methods instead
2013-01-19 07:47:12 +10:00
Mark Watkins
4393f6cece
Did some valgrind checks and cleaned up a few leaks
2013-01-19 06:18:25 +10:00
Mark Watkins
e1ec82b0ad
Fix some MSVC Windows build warnings
2013-01-19 02:34:50 +10:00
Mark Watkins
f4fbed527f
Linux Font alignment fixes
2013-01-19 02:01:46 +10:00
Mark Watkins
9560709770
Testing QImages vs QPixmaps and format conversion to solve upside down text bug
2013-01-19 01:27:44 +10:00
Mark Watkins
ff68433fba
Fix upside down pixmaps on older Qt setups
2013-01-19 00:03:58 +10:00
Mark Watkins
75cb7498fb
Attempt #1 to add horizontal panning with mouse-wheel.
2013-01-18 22:23:00 +10:00
Mark Watkins
57eaca4ed5
Pixmap caching gTooltips is rather slow, so only use it on Mac platform as it fixes the wavy font bug
2013-01-18 20:55:55 +10:00
Mark Watkins
1397f35ac4
Added pixmap cache option to tooltip (to fix wavy Mac font bug)
2013-01-18 20:03:10 +10:00
Mark Watkins
3841635381
Added appearance preference to switch Pixmap Caching on/off
2013-01-18 18:37:17 +10:00
Mark Watkins
3539ebf055
Invalidate x/yAxis texture pixmaps on window resize
2013-01-18 17:58:26 +10:00
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
f0a1e4c15a
Fix shutdown ASSERTION failure on Windows platform
2013-01-18 08:49:15 +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
13fc0a69af
MSVC2010 build fixes
2013-01-18 08:10:15 +10:00
Mark Watkins
ea55c36323
Compiler fix for last commit
2013-01-18 07:52:29 +10:00
Mark Watkins
b49063b85e
Offscreen rendering doesn't like pixmap cache, so disable it for snapshots
2013-01-18 07:48:19 +10:00
Mark Watkins
d65cb86695
Debug Mode string needed pushing over due to font differences between Mac and Win/Linux
2013-01-18 06:57:17 +10:00
Mark Watkins
0697f92b84
Use AntiAlias bit as a flag to draw text directly on Mac & Linux (PieChart Bugfix)
2013-01-18 06:41:52 +10:00
Mark Watkins
6c0d8933da
Add antialias setting to pixmap cache key, and show pixmap cache size in debug string
2013-01-18 05:23:57 +10:00
Mark Watkins
2368c05fa7
Added selectable text antialiasing. Pie chart text overlay looked like crap
2013-01-18 05:16:20 +10:00
Mark Watkins
a6478ca3e3
Removed the extra texture cache code for Graph vertical titles
2013-01-18 05:11:10 +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
aa24352e70
shutdown framebufferobject properly if used
2013-01-16 15:37:09 +10:00
Mark Watkins
5446992899
Added line/quad count to debug info
2013-01-16 07:02:03 +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
ca89b7d9db
Texture cache test with vertical graph titles
2013-01-16 03:59:32 +10:00
Mark Watkins
75154b091b
I needlessly doubted png images work on Mac build
2013-01-15 19:15:01 +10:00
Mark Watkins
2c430c705f
Reverted that last change, original code just needed a little help to refresh on mac
2013-01-15 19:13:21 +10:00
Mark Watkins
188d53b3ed
Fixed bug in displaying release notes
2013-01-15 17:24:00 +10:00
Mark Watkins
70f8bfcd8d
Forgot to turn of something I was debugging
2013-01-15 16:04:39 +10:00
Mark Watkins
b025d66c29
Merge branch 'master' of ssh://sleepyhead.git.sourceforge.net/gitroot/sleepyhead/sleepyhead
...
Conflicts:
docs/release_notes.html
2013-01-15 15:59:34 +10:00
Mark Watkins
365b57ace4
Graphics snapshot system broken, added FrameBufferObject & PixelBuffer methods
2013-01-15 15:55:39 +10:00
Richard Freeman
0985da51cf
Update version/notes for release.
...
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2013-01-14 10:44:05 -05:00
Richard Freeman
1ae3a95bd3
Fix for 60-series BiPap - requires regression testing against
...
non-Bipap and other series.
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2013-01-14 10:44:05 -05:00
Richard Freeman
6342e5245c
Add Melbourne timezone.
...
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2013-01-14 10:43:50 -05:00
Richard Freeman
377ee48768
Addition of OSX icon file and project reference.
2012-12-09 09:03:19 -05:00
Richard Freeman
c698fd1932
Fix buffer overflow in prs1 importer.
...
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2012-12-09 09:02:07 -05:00
Richard Freeman
fec3ba0e88
Add support for Series 60. Originally contributed by Keary Griffin.
...
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2012-12-09 09:01:23 -05:00
Richard Freeman
91c5b50b7f
Fix for missing prs1 data offset bug.
...
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2012-12-09 09:00:58 -05:00
Richard Freeman
e472b699d9
Fix for prs1 code 8/12.
...
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2012-12-09 09:00:26 -05:00