[chronojump] Encoder repetitive conditions fixes
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Encoder repetitive conditions fixes
- Date: Fri, 13 Apr 2012 08:17:37 +0000 (UTC)
commit 5005af18c512ea6ae10674fe23dd22be011c8c06
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Apr 13 10:02:15 2012 +0200
Encoder repetitive conditions fixes
glade/chronojump.glade | 2 --
src/gui/encoder.cs | 3 ---
2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index 0a6ebcd..8a08b1d 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -7912,7 +7912,6 @@ suitable for agility tests)</property>
<property name="invisible_char">â</property>
<property name="adjustment">70 0 300 1 10 0</property>
<property name="climb_rate">1</property>
- <property name="digits">1</property>
<property name="snap_to_ticks">True</property>
<property name="numeric">True</property>
<signal name="value_changed" handler="on_spinbutton_encoder_height_higher_value_changed"/>
@@ -8354,7 +8353,6 @@ suitable for agility tests)</property>
<property name="invisible_char">â</property>
<property name="adjustment">40 0 300 1 10 0</property>
<property name="climb_rate">1</property>
- <property name="digits">1</property>
<property name="snap_to_ticks">True</property>
<property name="numeric">True</property>
<signal name="value_changed" handler="on_spinbutton_encoder_height_lower_value_changed"/>
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index c12ceb0..1f1aa85 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -73,9 +73,6 @@ public partial class ChronoJumpWindow
GenericWindow genericWinForEncoder;
- //TODO: check all repetitive conditions areok on pyserial and on treeview
- //TODO: fix spinbutton on repetitive conditions (page...) to ensure decimal can be selected
-
//TODO: improve message if chronopic is not connected
//TODO: store encoder data: auto save, and show on a treeview. Put button to delete current (or should be called "last")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]