overte/interface/resources/qml/dialogs
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
..
assetDialog rename stylues-uit => stylesUit & controls-uit => controlsUit 2018-11-06 14:21:14 +05:30
fileDialog rename stylues-uit => stylesUit & controls-uit => controlsUit 2018-11-06 14:21:14 +05:30
messageDialog rename stylues-uit => stylesUit & controls-uit => controlsUit 2018-11-06 14:21:14 +05:30
preferences Partial fix for spinner boxes not using the _step property of SpinnerPreference. 2020-12-23 22:53:43 -05:00
AssetDialog.qml rename stylues-uit => stylesUit & controls-uit => controlsUit 2018-11-06 14:21:14 +05:30
CustomQueryDialog.qml destroy modal dialogs that prevent interface from getting input 2019-03-07 14:29:38 -08:00
FileDialog.qml disable case sensitivity in file browsers (allow .fbx .fBx .FBX instead of only .fbx) 2019-03-29 01:48:57 +01:00
MessageDialog.qml Android - Make minWidth of message dialog wider so error messages like protocol version error fits in two lines 2019-02-11 21:28:31 -03:00
PreferencesDialog.qml adding keyboards settings 2018-12-12 11:55:13 -08:00
QueryDialog.qml destroy modal dialogs that prevent interface from getting input 2019-03-07 14:29:38 -08:00
TabletAssetDialog.qml rename stylues-uit => stylesUit & controls-uit => controlsUit 2018-11-06 14:21:14 +05:30
TabletConnectionFailureDialog.qml Update TabletConnectionFailureDialog.qml 2020-07-18 14:26:26 -04:00
TabletCustomQueryDialog.qml rename stylues-uit => stylesUit & controls-uit => controlsUit 2018-11-06 14:21:14 +05:30
TabletFileDialog.qml disable case sensitivity in file browsers (allow .fbx .fBx .FBX instead of only .fbx) 2019-03-29 01:48:57 +01:00
TabletLoginDialog.qml Add vircadia-banner.svg for login dialogs 2020-06-18 09:12:01 +02:00
TabletMessageBox.qml add ui to kick api 2019-03-15 18:15:18 -07:00
TabletQueryDialog.qml rename stylues-uit => stylesUit & controls-uit => controlsUit 2018-11-06 14:21:14 +05:30