[dasher] Fix linux build and user parameter for previous.
- From: Patrick Welche <pwelche src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [dasher] Fix linux build and user parameter for previous.
- Date: Sat, 15 Aug 2009 14:23:48 +0000 (UTC)
commit 2ece83379f889356a63ffc5a37e6a7d5175d4bde
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date: Mon Aug 10 11:18:05 2009 +0200
Fix linux build and user parameter for previous.
ChangeLog | 1 +
Src/DasherCore/Makefile.am | 2 ++
Src/DasherCore/OneButtonFilter.cpp | 2 +-
3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d325f66..84b0e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@
* Level-of-detail algorithm maintains LP_NODE_BUDGET extant DasherNode
objects.
* Reimplement and resurrect "one button mode" as per manual.
+ * Fix for previous..
2009-08-08 Alan Lawrence <acl33 inf phy cam ac uk>
diff --git a/Src/DasherCore/Makefile.am b/Src/DasherCore/Makefile.am
index df79cff..aa4fc5e 100644
--- a/Src/DasherCore/Makefile.am
+++ b/Src/DasherCore/Makefile.am
@@ -98,6 +98,8 @@ libdashercore_a_SOURCES = \
NodeManager.h \
OneButtonDynamicFilter.cpp \
OneButtonDynamicFilter.h \
+ OneButtonFilter.cpp \
+ OneButtonFilter.h \
OneDimensionalFilter.cpp \
OneDimensionalFilter.h \
SCENode.cpp \
diff --git a/Src/DasherCore/OneButtonFilter.cpp b/Src/DasherCore/OneButtonFilter.cpp
index d413373..14cf3d0 100644
--- a/Src/DasherCore/OneButtonFilter.cpp
+++ b/Src/DasherCore/OneButtonFilter.cpp
@@ -8,7 +8,7 @@
using namespace Dasher;
static SModuleSettings sSettings[] = {
- {LP_STATIC1B_TIME, T_LONG, 100, 5000, 100, 1, _("Scan time (each direction), in ms")},
+ {LP_STATIC1B_TIME, T_LONG, 100, 5000, 1, 100, _("Scan time (each direction), in ms")},
{LP_STATIC1B_ZOOM, T_LONG, 1, 16, 1, 1, _("Factor by which to zoom in")},
{LP_DYNAMIC_BUTTON_LAG, T_LONG, 0, 1000, 1, 25, _("Lag before user actually pushes button (ms)")},
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]