[med-svn] [SCM] aghermann branch, master, updated. 4f7a3b774136ffffbaf9b05d90bd568347bc5461
Andrei Zavada
johnhommer at gmail.com
Fri Nov 16 00:50:52 UTC 2012
The following commit has been merged in the master branch:
commit c05adaa0b3dcfdedf4484fbf19d7384758bbc7e6
Author: Andrei Zavada <johnhommer at gmail.com>
Date: Sat Nov 10 13:52:26 2012 +0200
prepare hot 0.7.4
diff --git a/ChangeLog b/ChangeLog
index ca9038a..4c725ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+v.0.7.4 (2012-11-10)
+ * PSD: don't apply windowing function twice (deeply sorry about that!).
+
v.0.7.3 (2012-11-07)
* Fix a regression of init sequence in a removed dir.
* Disallow inappropriate commands when initing in an empty dir.
diff --git a/data/dialogs.glade b/data/dialogs.glade
index f6b4d3f..e0e268d 100644
--- a/data/dialogs.glade
+++ b/data/dialogs.glade
@@ -1,13 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
- <object class="GtkAdjustment" id="jBatchSetupRangeWidth">
- <property name="lower">0.25</property>
- <property name="upper">10</property>
- <property name="value">1</property>
- <property name="step_increment">0.25</property>
- <property name="page_increment">1</property>
- </object>
<object class="GtkAdjustment" id="jBatchSetupRangeFrom">
<property name="upper">80</property>
<property name="value">1.5</property>
@@ -28,6 +21,13 @@
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
+ <object class="GtkAdjustment" id="jBatchSetupRangeWidth">
+ <property name="lower">0.25</property>
+ <property name="upper">10</property>
+ <property name="value">1</property>
+ <property name="step_increment">0.25</property>
+ <property name="page_increment">1</property>
+ </object>
<object class="GtkAdjustment" id="jDAMsmtPPH">
<property name="lower">5</property>
<property name="upper">300</property>
@@ -328,7 +328,7 @@
<property name="xalign">0</property>
<property name="xpad">5</property>
<property name="ypad">15</property>
- <property name="label" translatable="yes"><b><big><big>Aghermann 0.7.3</big></big></b>
+ <property name="label" translatable="yes"><b><big><big>Aghermann 0.7.4</big> Karadag</big></b>
<a href="http://johnhommer.com/academic/code/aghermann">johnhommer.com/academic/code/aghermann</a></property>
<property name="use_markup">True</property>
</object>
@@ -375,7 +375,7 @@
<property name="yalign">0</property>
<property name="xpad">10</property>
<property name="ypad">10</property>
- <property name="label" translatable="yes"><big>A sleep-research experiment manager with capable scoring facility; PSD and EEG Microcontinuity sleep profiles; artifact detection; and Process S simulation following <a href="http://dx.doi.org/10.1016/0361-9230(93)90016-5">Achermann et al, 1993</a> (in <a href="http://dissertations.ub.rug.nl/faculties/science/2007/a.zavada/">this interpretation</a>).</big>
+ <property name="label" translatable="yes"><big><b>Aghermann</b> is a sleep-research experiment manager with capable scoring facility; PSD and EEG Microcontinuity sleep profiles; artifact detection; Independent Component Analysis; and Process S simulation following <a href="http://dx.doi.org/10.1016/0361-9230(93)90016-5">Achermann et al, 1993</a> (in <a href="http://dissertations.ub.rug.nl/faculties/science/2007/a.zavada/">this interpretation</a>).</big>
Aghermann is developed by Andrei Zavada <a href="mailto:johnhommer at gmail.com">johnhommer at gmail.com</a> and distributed under GPL-2+.
@@ -417,14 +417,18 @@ With bug reports, either send yours to <a href="mailto:aghermann-users at lists.
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
- <object class="GtkLabel" id="label164">
+ <object class="GtkLabel" id="lChangeLog">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="xpad">10</property>
<property name="ypad">10</property>
- <property name="label"><big><b>v. 0.7.3</b></big>
+ <property name="label"><big><b>v. 0.7.4</b></big>
+<span font="monospace">
+ * PSD: don't apply windowing function twice (deeply sorry about that!).
+</span>
+<big><b>v. 0.7.3</b></big>
<span font="monospace">
* Regression fix of initing in a dir that has been removed.
* Exec wget Experiment.tar.bz2 in a vte widget, lose system("xterm").
--
Sleep experiment manager
More information about the debian-med-commit
mailing list