From d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9 Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <dev.git@javispedro.com>
Date: Mon, 15 Sep 2014 01:53:44 +0200
Subject: minimal notifications

---
 qml/pages/MainPage.qml                    |   2 +-
 qml/watch/MetaWatch-Large-16pt-Sync.ttf   | Bin 0 -> 25420 bytes
 qml/watch/metawatch_16pt_11pxl.ttf        | Bin 0 -> 10624 bytes
 qml/watch/metawatch_8pt_5pxl_CAPS.ttf     | Bin 0 -> 10964 bytes
 qml/watch/metawatch_8pt_5pxl_Numerals.ttf | Bin 0 -> 2464 bytes
 qml/watch/metawatch_8pt_6pxl_Numerals.ttf | Bin 0 -> 2216 bytes
 qml/watch/metawatch_8pt_7pxl_CAPS.ttf     | Bin 0 -> 12016 bytes
 qml/watch/notification.png                | Bin 0 -> 460 bytes
 8 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 qml/watch/MetaWatch-Large-16pt-Sync.ttf
 create mode 100644 qml/watch/metawatch_16pt_11pxl.ttf
 create mode 100644 qml/watch/metawatch_8pt_5pxl_CAPS.ttf
 create mode 100644 qml/watch/metawatch_8pt_5pxl_Numerals.ttf
 create mode 100644 qml/watch/metawatch_8pt_6pxl_Numerals.ttf
 create mode 100644 qml/watch/metawatch_8pt_7pxl_CAPS.ttf
 create mode 100644 qml/watch/notification.png

(limited to 'qml')

diff --git a/qml/pages/MainPage.qml b/qml/pages/MainPage.qml
index 6b2893a..b25ff06 100644
--- a/qml/pages/MainPage.qml
+++ b/qml/pages/MainPage.qml
@@ -56,7 +56,7 @@ Page {
 				onClicked: {
 					var dialog = pageStack.push("Sailfish.Bluetooth.BluetoothDevicePickerDialog");
 
-					dialog.selectedDeviceChanged.connect(function() {
+					dialog.onAccepted.connect(function() {
 						if (dialog.selectedDevice !== "") {
 							deviceAddress.value = dialog.selectedDevice
 						}
diff --git a/qml/watch/MetaWatch-Large-16pt-Sync.ttf b/qml/watch/MetaWatch-Large-16pt-Sync.ttf
new file mode 100644
index 0000000..0962a74
Binary files /dev/null and b/qml/watch/MetaWatch-Large-16pt-Sync.ttf differ
diff --git a/qml/watch/metawatch_16pt_11pxl.ttf b/qml/watch/metawatch_16pt_11pxl.ttf
new file mode 100644
index 0000000..8baae0c
Binary files /dev/null and b/qml/watch/metawatch_16pt_11pxl.ttf differ
diff --git a/qml/watch/metawatch_8pt_5pxl_CAPS.ttf b/qml/watch/metawatch_8pt_5pxl_CAPS.ttf
new file mode 100644
index 0000000..7c03800
Binary files /dev/null and b/qml/watch/metawatch_8pt_5pxl_CAPS.ttf differ
diff --git a/qml/watch/metawatch_8pt_5pxl_Numerals.ttf b/qml/watch/metawatch_8pt_5pxl_Numerals.ttf
new file mode 100644
index 0000000..9631d8f
Binary files /dev/null and b/qml/watch/metawatch_8pt_5pxl_Numerals.ttf differ
diff --git a/qml/watch/metawatch_8pt_6pxl_Numerals.ttf b/qml/watch/metawatch_8pt_6pxl_Numerals.ttf
new file mode 100644
index 0000000..ff5b6b1
Binary files /dev/null and b/qml/watch/metawatch_8pt_6pxl_Numerals.ttf differ
diff --git a/qml/watch/metawatch_8pt_7pxl_CAPS.ttf b/qml/watch/metawatch_8pt_7pxl_CAPS.ttf
new file mode 100644
index 0000000..408b5b7
Binary files /dev/null and b/qml/watch/metawatch_8pt_7pxl_CAPS.ttf differ
diff --git a/qml/watch/notification.png b/qml/watch/notification.png
new file mode 100644
index 0000000..5ce156f
Binary files /dev/null and b/qml/watch/notification.png differ
-- 
cgit v1.2.3