Dante Ruiz
3fab901b49
commit chabges
2017-01-10 09:13:45 -08:00
Anthony J. Thibault
0860c50a49
Allow Hifi.SoundEffect to be used in all qml
...
Including webEntities, webOverlays and the system tablet.
We might want to add this to enable spatial sound effects for the web keyboard.
2017-01-06 14:01:13 -08:00
Anthony J. Thibault
85de0d3bbf
Added local only spatialized button click sounds to tablet
2017-01-05 13:54:06 -08:00
Faye Li Si Fi
32bc73dad3
added activeText and activeIcon properties in QML
2017-01-04 12:20:41 -08:00
Anthony J. Thibault
e4a08709c6
Merge remote-tracking branch 'upstream/tablet-ui' into tablet-ui
2017-01-03 16:23:57 -08:00
Anthony Thibault
9502a8b0c4
Merge pull request #9294 from fayeli/tablet-mic-level
...
Audio level calculation in tabletUI.js
2017-01-03 16:12:04 -08:00
Anthony J. Thibault
3c2f9acd39
Hooked up EventBridge to TabletScriptingInterface.
2017-01-03 15:43:21 -08:00
Faye Li
68aacfe544
added "updateAudioBar" function signature in header file
2017-01-03 12:38:23 -08:00
Faye Li
7e1b06efdc
slot function in QML
2017-01-03 11:15:28 -08:00
Dante Ruiz
cad9f66572
removed qml generated buttons
2016-12-21 23:35:46 +00:00
Anthony J. Thibault
a791ddcc22
Tablet can switch to a web url.
...
Help button has been updated to switch to the help.html. It doesn't look good because
the content was authored expecting landscape window, not portrait.
The API is by no means final. But it exposes two methods to JS.
* Tablet.gotoHomeScreen() - Used to forcefully go back to the home tablet "springboard", eventually this will
hooked up to the tablet button.
* Tablet.gotoWebScreen(url) - Causes the tablet to switch from the home "springboard" and load a web url.
tabletTest.js and help.js have been updated to use this functionality.
2016-12-19 17:52:19 -08:00
Anthony J. Thibault
856791c11d
Made TabletRoot.qml the main tablet qml file.
...
This file uses a Loader node to load, Tablet.qml.
2016-12-19 15:15:16 -08:00
Anthony J. Thibault
10f9233c90
Fixed js interface after recent Tablet.qml changes
...
* TabletButton.inDebugMode defaults to false
* TabletButton now listens to onIsActiveChanged event to flip state of button.
* Fixed help.js and tabletTest.js to compensate for the removal of the TabletButton.color property
2016-12-19 12:20:56 -08:00
Faye Li Si Fi
edd1a02aa1
added debug mode
2016-12-19 09:19:36 -08:00
Faye Li Si Fi
434e7dfbbd
reduce testing buttons number to 6
2016-12-19 09:13:12 -08:00
Faye Li Si Fi
01c5c2745d
remove commented out code, added uuid property
2016-12-16 16:29:02 -08:00
Faye Li Si Fi
4d98f6979c
hover state glow
2016-12-16 13:43:47 -08:00
Faye Li Si Fi
5200dd9581
New color scheme and button state styling
2016-12-16 11:50:04 -08:00
Anthony J. Thibault
3610beb2cd
bug-fix found in code review
2016-12-16 09:57:12 -08:00
Anthony J. Thibault
5441d33a25
Support for the ablity to change button properties from js.
2016-12-15 18:17:14 -08:00
Anthony J. Thibault
5d1ccfbccc
Tablet#removeButton now works properly
2016-12-15 15:49:37 -08:00
Anthony J. Thibault
d2c4417b24
Hook up Help button to the new Tablet interface
2016-12-14 17:05:47 -08:00
Anthony J. Thibault
d4f9d21ce8
Pass tablet QQuickItem to TabletScriptingInterface
...
Also, moved TabletScriptingInterface to script-engine library for easy access, baby.
2016-12-14 14:04:48 -08:00
Faye Li Si Fi
a651e19bdd
audio gradient bar length as a function of 0 to 1
2016-12-14 11:38:36 -08:00
Faye Li
53263789a0
fix relative path
2016-12-13 16:04:25 -08:00
Faye Li
5b8e80654d
button glow on hover
2016-12-13 16:01:50 -08:00
Faye Li
ad905ac6dc
drop shadow on tablet buttons + set text at instantiation
2016-12-13 15:32:21 -08:00
Faye Li
8fcc42e537
overriding colors at tablet buttons instantiation
2016-12-13 12:34:38 -08:00
Anthony J. Thibault
319bb9ce78
Prototype of Tablet.qml hacked to appear on ALL web entities.
2016-12-08 15:31:00 -08:00