diff options
author | Javier S. Pedro <dev.git@javispedro.com> | 2014-09-15 01:53:44 +0200 |
---|---|---|
committer | Javier S. Pedro <dev.git@javispedro.com> | 2014-09-15 01:53:44 +0200 |
commit | d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9 (patch) | |
tree | 8ba1186f98da2e5c06363c2dd44f65b5f6901bc7 /qml | |
parent | 9af5d200411adf947fdc1876bc76ce22789dde00 (diff) | |
download | salmeta-d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9.tar.gz salmeta-d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9.zip |
minimal notifications
Diffstat (limited to 'qml')
-rw-r--r-- | qml/pages/MainPage.qml | 2 | ||||
-rw-r--r-- | qml/watch/MetaWatch-Large-16pt-Sync.ttf | bin | 0 -> 25420 bytes | |||
-rw-r--r-- | qml/watch/metawatch_16pt_11pxl.ttf | bin | 0 -> 10624 bytes | |||
-rw-r--r-- | qml/watch/metawatch_8pt_5pxl_CAPS.ttf | bin | 0 -> 10964 bytes | |||
-rw-r--r-- | qml/watch/metawatch_8pt_5pxl_Numerals.ttf | bin | 0 -> 2464 bytes | |||
-rw-r--r-- | qml/watch/metawatch_8pt_6pxl_Numerals.ttf | bin | 0 -> 2216 bytes | |||
-rw-r--r-- | qml/watch/metawatch_8pt_7pxl_CAPS.ttf | bin | 0 -> 12016 bytes | |||
-rw-r--r-- | qml/watch/notification.png | bin | 0 -> 460 bytes |
8 files changed, 1 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..0962a74 --- /dev/null +++ b/qml/watch/MetaWatch-Large-16pt-Sync.ttf diff --git a/qml/watch/metawatch_16pt_11pxl.ttf b/qml/watch/metawatch_16pt_11pxl.ttf Binary files differnew file mode 100644 index 0000000..8baae0c --- /dev/null +++ b/qml/watch/metawatch_16pt_11pxl.ttf diff --git a/qml/watch/metawatch_8pt_5pxl_CAPS.ttf b/qml/watch/metawatch_8pt_5pxl_CAPS.ttf Binary files differnew file mode 100644 index 0000000..7c03800 --- /dev/null +++ b/qml/watch/metawatch_8pt_5pxl_CAPS.ttf diff --git a/qml/watch/metawatch_8pt_5pxl_Numerals.ttf b/qml/watch/metawatch_8pt_5pxl_Numerals.ttf Binary files differnew file mode 100644 index 0000000..9631d8f --- /dev/null +++ b/qml/watch/metawatch_8pt_5pxl_Numerals.ttf diff --git a/qml/watch/metawatch_8pt_6pxl_Numerals.ttf b/qml/watch/metawatch_8pt_6pxl_Numerals.ttf Binary files differnew file mode 100644 index 0000000..ff5b6b1 --- /dev/null +++ b/qml/watch/metawatch_8pt_6pxl_Numerals.ttf diff --git a/qml/watch/metawatch_8pt_7pxl_CAPS.ttf b/qml/watch/metawatch_8pt_7pxl_CAPS.ttf Binary files differnew file mode 100644 index 0000000..408b5b7 --- /dev/null +++ b/qml/watch/metawatch_8pt_7pxl_CAPS.ttf diff --git a/qml/watch/notification.png b/qml/watch/notification.png Binary files differnew file mode 100644 index 0000000..5ce156f --- /dev/null +++ b/qml/watch/notification.png |