diff --git a/Graphs/gLineOverlay.cpp b/Graphs/gLineOverlay.cpp index a88984fc..6213fd24 100644 --- a/Graphs/gLineOverlay.cpp +++ b/Graphs/gLineOverlay.cpp @@ -177,6 +177,6 @@ void gLineOverlaySummary::paint(gGraph & w,int left, int top, int width, int hei if (time>0) val=cnt/time; - QString a=m_text+"="+QString::number(val,'f',2)+" Duration="+QString().sprintf("%02i:%02i:%02i",h,m,s); + QString a=m_text+"="+QString::number(val,'f',2)+" Session Time="+QString().sprintf("%02i:%02i:%02i",h,m,s); w.renderText(a,left+m_x,top+m_y); } diff --git a/docs/release_notes.html b/docs/release_notes.html index da822504..9be8bec7 100644 --- a/docs/release_notes.html +++ b/docs/release_notes.html @@ -6,32 +6,27 @@
This is by no means a "major" release, it mostly just fixes some annoying bugs.
-I would have liked to have had more to share with you all by now, but I spent the last few -weeks flattened by fatigue & fog. Not fun, and not feeling all that productive.
+This test build probably isn't as cool as the last ones, it mostly just fixes some annoying bugs.
+I would have liked to have had more to share with you this time around, but I spent the last few +weeks functioning less than usual (fog, appendicitus, etc.. bleh).
Still, I have managed to make a few nice improvements...
-Which bugs are fixed?
-I can't remember. Quite a few import related issues where fixed.
What's New?
+
Problems & Stuff?
If I've still missed your bug, my appologies, I'm not deliberately ignoring you, I'm just rather darn forgetful and need reminding.
SourceForge is still the best place to report bugs, especially to do with these binary builds. If your following GIT source, they mailing list is (usually) much quicker in getting my attention.
Note: If you experience a crash right after starting, you may need to manually remove the "SleepApp" folder, which resides under your documents directory.
-On Reviews
-Thanks for the nice reviews at SourceForge, however please be mindful that this software isn't finished.
Reviewing (and testing) unfinished software is a lot like tasting unfermented beer: most of the raw ingredients are there, but it's flat and still missing it's kick.
-I guess I can't complain about the 95%, I don't expect to be able to keep everybody happy.
-But it shows there is always room for improvement. :)
Thanks
Thanks to all the wonderful people who have given their support to this project, be it via donations,
sharing CPAP data, following GIT source tree, testing binary builds, submitting bug reports, giving ideas for improvement, and general feedback on the CPAP forums.