[med-svn] [SCM] aghermann branch, master, updated. c0bd21ca8eb529ade7e0c7aad22951a308a8dc8f

Andrei Zavada johnhommer at gmail.com
Wed May 1 00:09:42 UTC 2013


The following commit has been merged in the master branch:
commit 36d3a2794bd8f8ab98789af210b47bbbd2368012
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Mon Apr 29 01:45:31 2013 +0300

    prepare for 0.9.0

diff --git a/ChangeLog b/ChangeLog
index fccb970..917fa7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,12 +6,17 @@ v.0.9 (2013-xx-xx)
 	* Proper file size checks in CEDFFile ctor.
 	* Don't read last sidecar annotation twice.
 	* Support EDF+, including embedded annotations.
+	* edfhed: show embedded annotations with -a.
 	* Make all timestamps in sidecar files (a) relative to recording
 	  start, (b) expressed in seconds, to be consistent with embedded
 	  annotations.
 	* Fix a SF crash when getting PSD on montage having channels with
 	  variable sample rate, on OMP-enabled hosts.
 	* Fix a SF crash with montages with (>'z'-'a') channels.
+	* Expose general mouse scroll sensitivity on Setup->General
+	  settings tab.
+	* Bind F1..3 to cycle thru profile, session and channel on
+	  measurements overview.
 
 v.0.8.2 (2013-04-07)
 	* Fix GtkScrolledWindow issue in Annotations dialog.
diff --git a/configure.ac b/configure.ac
index baf61b7..d4d5c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_COPYRIGHT([Copyright (c) 2008-13 Andrei Zavada <johnhommer at gmail.com>])
 
-AC_INIT([Aghermann], [0.9.0_rc], [johnhommer at gmail.com])
+AC_INIT([Aghermann], [0.9.0], [johnhommer at gmail.com])
 AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_MACRO_DIR([m4])
 AC_PREREQ(2.61)
diff --git a/data/mw-dialogs.glade b/data/mw-dialogs.glade
index 8d5fe47..2dbee41 100644
--- a/data/mw-dialogs.glade
+++ b/data/mw-dialogs.glade
@@ -265,7 +265,7 @@
   </object>
   <object class="GtkTextBuffer" id="tEDFFileDetailsReport"/>
   <object class="GtkDialog" id="wAbout">
-    <property name="width_request">616</property>
+    <property name="width_request">716</property>
     <property name="height_request">429</property>
     <property name="can_focus">False</property>
     <property name="border_width">10</property>
@@ -328,7 +328,7 @@
                     <property name="xalign">0</property>
                     <property name="xpad">5</property>
                     <property name="ypad">15</property>
-                    <property name="label"><b><big><big>Aghermann 0.9.0 rc  </big></big></b>Jibo 
+                    <property name="label"><b><big><big>Aghermann 0.9.0 </big></big></b>Jibo 
 <a href="http://johnhommer.com/academic/code/aghermann">johnhommer.com/academic/code/aghermann</a></property>
                     <property name="use_markup">True</property>
                   </object>
@@ -424,7 +424,28 @@ With bug reports, either send yours to <a href="mailto:aghermann-users at lists.
                             <property name="yalign">0</property>
                             <property name="xpad">10</property>
                             <property name="ypad">10</property>
-                            <property name="label"><big><b>v. 0.8.2</b></big> (2013-04-07)
+                            <property name="label"><big><b>v. 0.9.0</b></big> (2013-04-27)
+<span font="monospace">
+	* Parse patient_id field in EDF header and extract subject gender,
+	  DOB and id from it.
+	* Remove Subject Info dialog; use edfhed to change EDF header.
+	* Only plot finite profile values on msmt overview.
+	* Proper file size checks in CEDFFile ctor.
+	* Don't read last sidecar annotation twice.
+	* Support EDF+, including embedded annotations.
+	* edfhed: show embedded annotations with -a.
+	* Make all timestamps in sidecar files (a) relative to recording
+	  start, (b) expressed in seconds, to be consistent with embedded
+	  annotations.
+	* Fix a SF crash when getting PSD on montage having channels with
+	  variable sample rate, on OMP-enabled hosts.
+	* Fix a SF crash with montages with (>'z'-'a') channels.
+	* Expose general mouse scroll sensitivity on Setup->General
+	  settings tab.
+	* Bind F1..3 to cycle thru profile, session and channel on
+	  measurements overview.
+</span>
+<big><b>v. 0.8.2</b></big> (2013-04-07)
 <span font="monospace">
 	* Fix GtkScrolledWindow issue in Annotations dialog.
 	* Fix those random omp-related freezes on tree rescan.
@@ -433,13 +454,6 @@ With bug reports, either send yours to <a href="mailto:aghermann-users at lists.
 	* URL fix for SWU page on jh.com/aghermann.
 	* Enable subject sort.
 </span>
-<big><b>v. 0.8.1</b></big> (2013-02-24)
-<span font="monospace">
-	* Calculate SWU metric over time.
-	* SF: ensure signal line remains visible at high page
-	  sizes.
-	* Fix g++-4.8 build and address some -Wformat warnings.
-</span>
 
 (for older entries, see <a href="http://johnhommer.com/academic/code/aghermann">full changelog</a>)</property>
                             <property name="use_markup">True</property>

-- 
Sleep experiment manager



More information about the debian-med-commit mailing list