overte-lubosz/interface/resources
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
..
avatar Update avatarbookmarks.json and allow parsing of new 'avatarIcon' property. 2020-09-22 20:16:15 -04:00
config Shadows are completely working with settings on both pipeline 2018-12-17 17:34:47 -08:00
controllers FUUUUUUUCK FINALLY 2020-09-02 11:28:43 -07:00
fonts Better icons for Hierarchy 2020-10-21 22:44:55 -04:00
html Merge branch 'master' into feature/further-rebranding 2020-06-06 18:43:03 -04:00
icons moved files 2019-06-17 16:45:54 -07:00
images Add vircadia-banner.svg for login dialogs 2020-06-18 09:12:01 +02:00
mention-sounds
meshes Fixes to banner; swap out avatar on client; reviewer comments; other WIP 2019-04-26 18:45:48 -07:00
qml Partial fix for spinner boxes not using the _step property of SpinnerPreference. 2020-12-23 22:53:43 -05:00
QtWebEngine/UIDelegates update imports for utilities / all other qml files found 2018-11-06 14:21:14 +05:30
serverless Update tutorial JSON. 2020-09-28 04:28:36 -04:00
shaders replicate default skybox 2018-11-19 19:14:07 -05:00
snapshot/img
sounds Merge branch 'master' into loginInitiative2 2018-12-12 18:00:07 -08:00
styles
visage