status-qml/sandbox
Noelia 1217771fd0
feat(StatusPinInput): Introduce `StatusPinInput` control
It creates `StatusPinInput` control that allows customzing its circle diameter, circle spacing and pin length. It contains a `TextInput` object that will provide the component, input text management like validation rules.

It incorporates a blinking animation when the control is focused and feedback (mouse shape changed) when hovering it.

It adds new page in sandbox to play with `StatusPinInput` control.

It adds component documentation.

Also it creates 2 new `StatusValidator` controls with their corresponding documentation:
- `StatusRegularExpressionValidator` which wraps a QML type `RegularExpressionValidator`.

- `StatusIntValidator` which wraps a QML type `IntValidator`.

Closes #524
2022-02-18 09:25:05 +01:00
..
android Revert "Revert "feat: can be used on tablets (#146)"" 2021-06-15 11:16:22 +02:00
controls feat(StatusSmartIdenticon): Add support for color rings in StatusSmartIdenticon (#553) 2022-02-17 09:20:17 +01:00
demoapp feat(StatusSmartIdenticon): Add support for color rings in StatusSmartIdenticon (#553) 2022-02-17 09:20:17 +01:00
dictionaries feat(Spellchecking): Add dictionaries 2021-09-16 15:37:59 +02:00
pages feat(StatusPinInput): Introduce `StatusPinInput` control 2022-02-18 09:25:05 +01:00
scripts chore: introduce build script for sandbox app 2021-06-16 11:11:04 +02:00
DemoApp.qml chore(demoApp): restore DemoApp to have the latest changes from both master and base_bc 2022-02-02 10:18:03 +01:00
ThemeSwitch.qml chore: add tooltip to theme switch 2021-06-03 16:40:57 +02:00
handler.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
handler.h feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.qml feat(StatusPinInput): Introduce `StatusPinInput` control 2022-02-18 09:25:05 +01:00
qml.qrc feat(StatusQ.Controls): Introduce `StatusPasswordStrengthIndicator` 2022-01-24 10:59:33 +01:00
sandbox.pro feat(StatusQ) Adding qdoc related files (#555) 2022-02-11 09:55:44 -05:00
sandboxapp.cpp fix(build): Windows build 2022-01-14 16:24:19 +01:00
sandboxapp.h fix: fix crash on removing title bar 2021-05-20 10:48:51 +02:00
spellchecker.cpp fix(Spellchecking): Add check for hunspell existence 2021-10-25 11:59:50 +02:00
spellchecker.h fix(Spellchecking): Add check for hunspell existence 2021-10-25 11:59:50 +02:00
statuswindow.cpp Revert "Revert "feat: can be used on tablets (#146)"" 2021-06-15 11:16:22 +02:00
statuswindow.h fix: update position of window to center, add traffic lights 2021-06-03 16:38:08 +02:00
statuswindow_mac.mm fix: update position of window to center, add traffic lights 2021-06-03 16:38:08 +02:00