Alexander Ivash
e900e034a3
couple Spinbox fixes:
...
- stop resetting value in 'valueFromText'. The issue with such approach is that is is not possible to understand whether value was really changed or, for example, focus did change
- instead, propagate validator to TextInput which makes not possible to type bad text (which eliminate the reason for original fix)
- specify correct inputMethodHints to guide onscreen keyboards
2018-08-10 12:58:45 +03:00
Alexander Ivash
dfb20c4afc
FB16840 - Qml spinboxes in UI toolkit should focus the underlying field when clicked on
2018-07-24 23:02:06 +03:00
Alexander Ivash
4716be01f6
eliminate binding loop which could lead to not updating spinbox UI
2018-07-07 02:36:19 +03:00
Alexander Ivash
1ddfc87396
wip on avatarapp
2018-07-06 21:00:51 +03:00
Anthony Thibault
f2d6d0ee56
Merge pull request #13351 from ctrlaltdavid/21891
...
Fix Avatar > Attachments joint and spinboxes
2018-06-14 11:31:04 -07:00
David Rowe
537665c22a
Fix spinbox not validating the second time an invalid value is entered
2018-06-12 17:35:53 +12:00
David Rowe
11178d80f7
Fix avatar attachment spinbox min/max values
2018-06-11 16:24:45 +12:00
Alexander Ivash
9bf3759e8d
allow control spinbox with mouse wheel
2018-06-04 21:27:00 +03:00
Alexander Ivash
826d853edf
fix blinking 'up' indicator on pressing 'down'
2018-06-04 21:26:59 +03:00
Alexander Ivash
56466e61d3
fix binding loops disallowing to increment/decrement spinbox value under certain conditions
2018-06-04 21:26:57 +03:00
Alexander Ivash
8d213efa75
introduce test 'controls gallery' application for controls testing
2018-06-04 21:26:56 +03:00
vladest
60115752ad
Fixed saving after editing
2018-04-21 20:18:24 +02:00
vladest
0e28e41107
Fix various issues with SpinBox-es and Sliders
2018-04-20 19:15:29 +02:00
vladest
663af09605
Fix SpinBox. attempt 1
2018-04-19 20:43:48 +02:00
vladest
fe5d7463fe
Merge branch 'master' into move_to_qqc2
2018-03-10 14:42:51 +01:00
Zach Fox
d0cc64f63d
Fix font loading for MacOS via different font loading method
2018-03-08 11:19:49 -08:00
vladest
148faa3a93
Merge branch 'master' into move_to_qqc2
2018-03-04 14:16:21 +01:00
Zach Fox
67034274fa
Improve font loading by using QRC instead of relative paths
2018-02-28 17:59:37 -08:00
vladest
5877eeea0b
cleanup
2017-12-19 21:35:11 +01:00
vladest
1cf82b7725
SpinBox now works
2017-12-19 21:28:28 +01:00
vladest
b52163cb24
Intitial SpinBox port
2017-12-04 20:54:35 +01:00
Brad Hefta-Gaub
bcee128de0
Merge pull request #6959 from Triplelexx/20769
...
CR for Job #20769 - Touchscreen camera input for Interface
2016-07-11 14:24:52 -07:00
Brad Davis
86f8b57841
Highlight controls based on activeFocus, not focus
2016-06-30 15:16:28 -07:00
Triplelexx
fd4d9761ce
merge master and resolve conflicts
...
* remove use of jointsCaptured flag in inputDevice update, TouchscreenDevice now locks the userInputMapper * resolve conflict in Application.cpp, userInputMapper no longer loads default mapping
2016-06-24 03:34:39 +01:00
David Rowe
17d41dd7b9
HiFi glyphs font file update with fixed up/down carats
...
Update QML and HTML spinboxes accordingly.
2016-05-18 13:25:11 +12:00
David Rowe
43f843f731
Retrofit updated margins and spacing to QML dialogs
2016-04-13 16:39:52 +12:00
Triplelexx
11af0a421b
Merge branch 'master' into 20769
2016-04-03 22:57:55 +01:00
David Rowe
51728d14a7
Miscellaneous improvements to Attachments dialog
2016-03-24 21:17:36 +13:00
Stephen Birarda
34fb06a7bd
changes to attachments dialog from contractor
2016-03-23 13:52:47 -07:00
timemarkov
160b4e7ba2
Implement new design of attachment dialog
2016-03-18 12:11:00 +01:00
David Rowe
e79427bb3b
Make some settings dialogs have collapsible sections
2016-03-02 19:41:50 +13:00
David Rowe
20bf07550a
Update to new HiFi-Glyphs font file
2016-03-02 13:10:52 +13:00
David Rowe
b62bd682ed
Tidying
2016-02-27 11:03:57 +13:00
David Rowe
bf0bcbe2ec
Style spinbox control
2016-02-27 10:48:53 +13:00