aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-07-01 14:01:52 +0200
committerKalle Viironen <kalle.viironen@digia.com>2014-07-01 16:34:25 +0300
commitfaa4f63aaa6e20a317e3531b38b6c7a06fa496eb (patch)
tree68e03f091807051bf4d852b436a738130b9ee523
parente1bc73a3c488c679a438a07cf733b5800df26939 (diff)
Revert "Add sound effects for the retro style"
Boot to Qt devices do not currently support audio. This reverts commit 807fd449c86399b0500f6d66e0534dcf6c900410. Task-number: QTRD-3214 Change-Id: I93e83baa7cab04b8d63a1403fef94f70d7578987 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
-rw-r--r--src/virtualkeyboard/content/styles/retro/sounds/backspace.wavbin19972 -> 0 bytes
-rw-r--r--src/virtualkeyboard/content/styles/retro/sounds/key.wavbin21152 -> 0 bytes
-rw-r--r--src/virtualkeyboard/content/styles/retro/sounds/return.wavbin32332 -> 0 bytes
-rw-r--r--src/virtualkeyboard/content/styles/retro/sounds/shift.wavbin19262 -> 0 bytes
-rw-r--r--src/virtualkeyboard/content/styles/retro/sounds/space.wavbin12942 -> 0 bytes
-rw-r--r--src/virtualkeyboard/content/styles/retro/style.qml9
-rw-r--r--src/virtualkeyboard/content/styles/retro/style.qrc5
7 files changed, 0 insertions, 14 deletions
diff --git a/src/virtualkeyboard/content/styles/retro/sounds/backspace.wav b/src/virtualkeyboard/content/styles/retro/sounds/backspace.wav
deleted file mode 100644
index dd2f252a..00000000
--- a/src/virtualkeyboard/content/styles/retro/sounds/backspace.wav
+++ /dev/null
Binary files differ
diff --git a/src/virtualkeyboard/content/styles/retro/sounds/key.wav b/src/virtualkeyboard/content/styles/retro/sounds/key.wav
deleted file mode 100644
index 4fd46f51..00000000
--- a/src/virtualkeyboard/content/styles/retro/sounds/key.wav
+++ /dev/null
Binary files differ
diff --git a/src/virtualkeyboard/content/styles/retro/sounds/return.wav b/src/virtualkeyboard/content/styles/retro/sounds/return.wav
deleted file mode 100644
index c2c23254..00000000
--- a/src/virtualkeyboard/content/styles/retro/sounds/return.wav
+++ /dev/null
Binary files differ
diff --git a/src/virtualkeyboard/content/styles/retro/sounds/shift.wav b/src/virtualkeyboard/content/styles/retro/sounds/shift.wav
deleted file mode 100644
index 435986af..00000000
--- a/src/virtualkeyboard/content/styles/retro/sounds/shift.wav
+++ /dev/null
Binary files differ
diff --git a/src/virtualkeyboard/content/styles/retro/sounds/space.wav b/src/virtualkeyboard/content/styles/retro/sounds/space.wav
deleted file mode 100644
index edc6106e..00000000
--- a/src/virtualkeyboard/content/styles/retro/sounds/space.wav
+++ /dev/null
Binary files differ
diff --git a/src/virtualkeyboard/content/styles/retro/style.qml b/src/virtualkeyboard/content/styles/retro/style.qml
index 4e1878ef..af0e6585 100644
--- a/src/virtualkeyboard/content/styles/retro/style.qml
+++ b/src/virtualkeyboard/content/styles/retro/style.qml
@@ -42,7 +42,6 @@ KeyboardStyle {
}
keyPanel: KeyPanel {
- soundEffect: "qrc:/sounds/key.wav"
Image {
id: keyBackground
source: "qrc:/images/key154px_colorA.png"
@@ -123,7 +122,6 @@ KeyboardStyle {
}
backspaceKeyPanel: KeyPanel {
- soundEffect: "qrc:/sounds/backspace.wav"
BorderImage {
id: backspaceKeyBackground
source: "qrc:/images/key154px_black.png"
@@ -174,7 +172,6 @@ KeyboardStyle {
}
languageKeyPanel: KeyPanel {
- soundEffect: "qrc:/sounds/space.wav"
Image {
id: languageKeyBackground
source: "qrc:/images/key154px_colorB.png"
@@ -219,7 +216,6 @@ KeyboardStyle {
}
enterKeyPanel: KeyPanel {
- soundEffect: "qrc:/sounds/return.wav"
BorderImage {
id: enterKeyBackground
source: "qrc:/images/key154px_black.png"
@@ -312,7 +308,6 @@ KeyboardStyle {
}
hideKeyPanel: KeyPanel {
- soundEffect: "qrc:/sounds/space.wav"
BorderImage {
id: hideKeyBackground
source: "qrc:/images/key154px_black.png"
@@ -363,7 +358,6 @@ KeyboardStyle {
}
shiftKeyPanel: KeyPanel {
- soundEffect: "qrc:/sounds/shift.wav"
BorderImage {
id: shiftKeyBackground
source: "qrc:/images/key154px_black.png"
@@ -440,7 +434,6 @@ KeyboardStyle {
}
spaceKeyPanel: KeyPanel {
- soundEffect: "qrc:/sounds/space.wav"
BorderImage {
id: spaceKeyBackground
source: "qrc:/images/key154px_colorA.png"
@@ -475,7 +468,6 @@ KeyboardStyle {
}
symbolKeyPanel: KeyPanel {
- soundEffect: "qrc:/sounds/space.wav"
BorderImage {
id: symbolKeyBackground
source: "qrc:/images/key154px_black.png"
@@ -638,7 +630,6 @@ KeyboardStyle {
selectionListHeight: 85 * scaleHint
selectionListDelegate: SelectionListItem {
- soundEffect: "qrc:/sounds/return.wav"
id: selectionListItem
width: Math.round(selectionListLabel.width + selectionListLabel.anchors.leftMargin * 2)
Text {
diff --git a/src/virtualkeyboard/content/styles/retro/style.qrc b/src/virtualkeyboard/content/styles/retro/style.qrc
index e98f2392..8cdb9b0f 100644
--- a/src/virtualkeyboard/content/styles/retro/style.qrc
+++ b/src/virtualkeyboard/content/styles/retro/style.qrc
@@ -27,10 +27,5 @@
<file>images/globe.png</file>
<file>images/search.png</file>
<file>images/check.png</file>
- <file>sounds/backspace.wav</file>
- <file>sounds/key.wav</file>
- <file>sounds/return.wav</file>
- <file>sounds/shift.wav</file>
- <file>sounds/space.wav</file>
</qresource>
</RCC>