overte/interface/resources/qml
Phil Palmer 3b5eb2d24b Partial fix for spinner boxes not using the _step property of SpinnerPreference.
(https://github.com/vircadia/vircadia/issues/117)
- In SpinBoxPreference.qml, SpinBox was missing "realStepSize: preference.step".
- Had to change FloatPreference::step from float to double, because there is some truncation happening somewhere.  For example, a step of 0.01f was acting like 0.00 because (0.01f < 0.01).
- Changed FloatPreference::decimals (number of decimal places) from float to uint, because it seemed to make more sense.
- Changed the 'User real-world height' spinbox to use a resolution of 1cm (for display and step) rather than 1mm.
- Remaining bug: the up & down buttons of the spinbox fail to change the value, at some values, though the mouse wheel always works.  Repro:
Settings > Controls > User real-world height
Hover the mouse over the box and and scroll the mouse wheel down until the value is at 1.15.
Click the up button a few times and observe that the number can't be increased.
Scroll the mouse wheel forward and observe that the number increases correctly.
- Todo: Change all calls to FloatPreference::setStep to pass doubles, if this change to its parameter type is kept.
2020-12-23 22:53:43 -05:00
..
+android_interface Merge branch 'master' into parenting 2020-05-07 13:35:32 -07:00
+webengine Update interface/resources/qml/+webengine/BrowserWebView.qml 2020-08-26 13:49:34 -04:00
androidAppForce
controller
controls Fixed web entities useBackground on reload. 2020-08-18 18:49:28 -04:00
controls-uit
controlsUit Fix visibility of values in Wearables dialog 2020-06-06 15:15:03 +12:00
desktop Fix laser intersection with HUD overlay dialogs 2020-11-23 16:02:32 +13:00
dialogs Partial fix for spinner boxes not using the _step property of SpinnerPreference. 2020-12-23 22:53:43 -05:00
hifi Apply suggestions from code review 2020-12-13 16:24:42 -05:00
js
LoginDialog Prompt for username or e-mail for domain login 2020-11-03 20:47:48 +13:00
styles
styles-uit
stylesUit
windows Fix laser intersection with HUD overlay dialogs 2020-11-23 16:02:32 +13:00
AnimStats.qml
AudioScopeUI.qml
AvatarInputsBar.qml
Browser.qml Twek browser bar layout 2020-09-10 13:15:56 +12:00
BrowserWebView.qml
BubbleIcon.qml
ConnectionFailureDialog.qml Update ConnectionFailureDialog.qml 2020-07-18 14:25:50 -04:00
CurrentAPI.qml
ForceLoad.qml
InfoView.qml
InteractiveWindow.qml Added extra attempt to parent interactive window content on creation 2019-10-29 11:20:14 -07:00
LoginDialog.qml Initial commit 2020-06-21 01:51:04 +02:00
OverlayLoginDialog.qml Merge branch 'v2020.2.2-rc' into rebrand 2020-06-18 09:16:47 +02:00
OverlayWindowTest.qml
QmlWebWindow.qml
QmlWebWindowView.qml
QmlWindow.qml
Stats.qml Merge branch 'master' into parenting 2020-05-07 13:35:32 -07:00
StatText.qml
TabletBrowser.qml
Tooltip.qml
UpdateDialog.qml Big rebrand 2020-05-22 20:35:27 +02:00
Web3DSurface.qml useBackground property added. 2020-08-18 01:48:27 -04:00