summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-15 02:13:56 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-15 02:13:56 +0200
commit6ceeb0c4b0e920740a2b65b01f76bb71f9d75db8 (patch)
treefec223a03eb5c9c19686a2b1f606e86b434f6b20
parent4256e43152d06fcecae3987ba30fddd5f20f5c6f (diff)
downloadsowatch-6ceeb0c4b0e920740a2b65b01f76bb71f9d75db8.tar.gz
sowatch-6ceeb0c4b0e920740a2b65b01f76bb71f9d75db8.zip
minor changes
-rw-r--r--metawatch/metawatch.cpp4
-rw-r--r--metawatch/metawatch.h4
-rw-r--r--qtc_packaging/debian_fremantle/changelog7
-rw-r--r--qtc_packaging/debian_fremantle/control2
-rw-r--r--qtc_packaging/debian_harmattan/control2
5 files changed, 16 insertions, 3 deletions
diff --git a/metawatch/metawatch.cpp b/metawatch/metawatch.cpp
index 3144b35..787669e 100644
--- a/metawatch/metawatch.cpp
+++ b/metawatch/metawatch.cpp
@@ -250,7 +250,7 @@ void MetaWatch::displayNotification(Notification *notification)
_idleTimer->stop();
} else {
_ringTimer->stop();
- setVibrateMode(true, RingLength, RingLength, 2);
+ setVibrateMode(true, VibrateLength, VibrateLength, 2);
_idleTimer->start();
}
}
@@ -788,7 +788,7 @@ void MetaWatch::timedSend()
void MetaWatch::timedRing()
{
- setVibrateMode(true, 250, 250, 3);
+ setVibrateMode(true, RingLength, RingLength, 3);
}
void MetaWatch::realNvalWrite(NvalValue value, int data)
diff --git a/metawatch/metawatch.h b/metawatch/metawatch.h
index b25b14d..e6cedc6 100644
--- a/metawatch/metawatch.h
+++ b/metawatch/metawatch.h
@@ -27,8 +27,10 @@ public:
~MetaWatch();
static const int DelayBetweenMessages = 10;
+
+ static const int VibrateLength = 500;
static const int DelayBetweenRings = 2500;
- static const int RingLength = 500;
+ static const int RingLength = 250;
enum MessageType {
NoMessage = 0,
diff --git a/qtc_packaging/debian_fremantle/changelog b/qtc_packaging/debian_fremantle/changelog
index 8093dec..fb6efab 100644
--- a/qtc_packaging/debian_fremantle/changelog
+++ b/qtc_packaging/debian_fremantle/changelog
@@ -1,3 +1,10 @@
+sowatch (0.4.1) unstable; urgency=low
+
+ * Minor changes to MetaWatch icons.
+ * Partial es localization for libsowatch.
+
+ -- Javier S. Pedro <maemo@javispedro.com> Wed, 15 Aug 2012 01:25:22 +0200
+
sowatch (0.4.0) unstable; urgency=low
* Brand new configuration user interface.
diff --git a/qtc_packaging/debian_fremantle/control b/qtc_packaging/debian_fremantle/control
index 835f4e3..7b305d1 100644
--- a/qtc_packaging/debian_fremantle/control
+++ b/qtc_packaging/debian_fremantle/control
@@ -13,7 +13,9 @@ Description: Bluetooth smartwatch manager
Sowatch is a manager for bluetooth-enabled smartwatches, whose display
can be controlled by a device via a bluetooth based protocol.
This framework provides several features for such smartwatches:
+ .
- Notifications support: incoming calls, messages, etc.
+ .
- Watchlets: control the media player or view a map.
.
Currently, only the digital MetaWatch is supported.
diff --git a/qtc_packaging/debian_harmattan/control b/qtc_packaging/debian_harmattan/control
index a565d3d..d889c25 100644
--- a/qtc_packaging/debian_harmattan/control
+++ b/qtc_packaging/debian_harmattan/control
@@ -15,7 +15,9 @@ Description: Bluetooth smartwatch manager
Sowatch is a manager for bluetooth-enabled smartwatches, whose display
can be controlled by a device via a bluetooth based protocol.
This framework provides several features for such smartwatches:
+ .
- Notifications support: incoming calls, messages, etc.
+ .
- Watchlets: control the media player or view a map.
.
Currently, only the digital MetaWatch is supported.