From eb7a696af41f9ef74164c94a49edfcd669733ffb Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 5 Apr 2014 19:10:18 +1000 Subject: [PATCH] Remove accidentally-left-on test pin on in overview --- sleepyhead/docs/update_notes.html | 11 ++++++++--- sleepyhead/overview.cpp | 4 ---- sleepyhead/version.h | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/sleepyhead/docs/update_notes.html b/sleepyhead/docs/update_notes.html index 692b26fc..81fabc8a 100644 --- a/sleepyhead/docs/update_notes.html +++ b/sleepyhead/docs/update_notes.html @@ -2,14 +2,19 @@

SleepyHead BETA

-

Update Notes

+

Update Notes for v0.9.4-3

+
Changes in this version
-
  • Retina display support for Mac platform
  • +
  • Added ability to pin Event and Flow waveform graphs
  • +
  • Fixed tranlation loading on Mac
  • +
  • Updated Dutch Tranlsations (Thanks Arie)
  • +
  • Fixed overview graph legends showing wrong details
  • -

    Have fun!

    +

    Sleep Well!

    +

    Mark Watkins (JediMark)

    diff --git a/sleepyhead/overview.cpp b/sleepyhead/overview.cpp index d51db3d5..cf89023b 100644 --- a/sleepyhead/overview.cpp +++ b/sleepyhead/overview.cpp @@ -276,10 +276,6 @@ Overview::Overview(QWidget *parent,gGraphView * shared) : SES->setRecMinY(1); SET->setRecMinY(0); //SET->setRecMaxY(5); - - AHI->setPinned(true); - - } Overview::~Overview() { diff --git a/sleepyhead/version.h b/sleepyhead/version.h index cd4a9c12..b3068683 100644 --- a/sleepyhead/version.h +++ b/sleepyhead/version.h @@ -6,7 +6,7 @@ const int major_version=0; const int minor_version=9; const int revision_number=4; -const int release_number=2; +const int release_number=3; #ifdef UNSTABLE_BUILD