Alexandra Betouni
0e00fd24ab
feat(StatusQ) Adding qdoc related files ( #555 )
...
Added qdoc conf & source files for each
StatusQ module. Documented StatusBaseText
from StatusQ.Core as an example
To generate docs, from sandbox/docs run
/path/to/Qt/installation/bin/qdoc statusq.qdocconf
A folder named "html" will be generated under sandbox/doc,
open the statusq-index.html to get to the home page.
Closes #550
2022-02-11 09:55:44 -05:00
Alexandra Betouni
0056df517d
refactor: refactored/cleaned up sandbox app
...
Grouped QML files by pages, controls and demo app
related stuff
2022-01-19 16:22:52 +01:00
Alexandra Betouni
55901cf0a3
fix(build): broken MacOS build ( #533 )
...
moved DESTDIR in sandbox.pro above
copydata command as it was breaking
the build process on MacOS
2022-01-19 00:45:21 +02:00
Boris Melnik
14ab4ce52d
fix(build): Windows build
2022-01-14 16:24:19 +01:00
B.Melnik
ab9ab2497b
fix(Spellchecking): Add check for hunspell existence
2021-10-25 11:59:50 +02:00
B.Melnik
e1b0f2dc9a
feat: Resolve StatusQ modules highlighting and add qml compiler for detecting coompile time errors
2021-10-18 09:46:22 +02:00
B.Melnik
1d12d222f3
feat(Spellchecking): Add dictionaries
...
Closes : #400
2021-09-16 15:37:59 +02:00
B.Melnik
c65f80d22e
feat(Spellchecker): Add Spellchecker class
...
Closes : #399
2021-09-14 14:34:25 +02:00
B.Melnik
f9457ef311
feat(Spellchecking): Add huspell dependency
...
Closes : #397
2021-09-14 14:33:53 +02:00
Alexandra Betouni
51a345866a
[ #202 ] Added Picker button
...
Adding picker button
* As an example it opens Qt's ColorDialog, as soon as
a color is selected there, the button is colored
with that. Final color picker to be implemented in
a seperate task.
Also minor improvements in main.qml and sandbox.pro
Closes #202
2021-07-09 11:16:04 +02:00
Pascal Precht
3480609f7a
Revert "Revert "feat: can be used on tablets ( #146 )""
...
This reverts commit 59b40c0713
.
2021-06-15 11:16:22 +02:00
Pascal Precht
59b40c0713
Revert "feat: can be used on tablets ( #146 )"
...
This reverts commit 63be014479
.
2021-06-14 16:41:28 +02:00
Boris Melnik
63be014479
feat: can be used on tablets ( #146 )
...
Co-authored-by: B.Melnik <b.melnik@restream.rt.ru>
2021-06-14 08:26:16 -04:00
B.Melnik
26aae6d027
fix: update position of window to center, add traffic lights
2021-06-03 16:38:08 +02:00
B.Melnik
c48d345044
chore: add StatusCheckBox
...
Closes : #10
2021-05-20 11:17:52 +02:00
B.Melnik
fc95910552
chore: add StatusRadioButton
...
Closes #11
2021-05-20 10:56:43 +02:00
B.Melnik
52998d687c
feat: add StatusSwitch
...
Closes #12
2021-05-20 10:51:30 +02:00
B.Melnik
c94b801e37
fix: fix crash on removing title bar
2021-05-20 10:48:51 +02:00
B.Melnik
91b8d31754
feat:Add buttons components
2021-05-19 10:43:14 +02:00
B.Melnik
8737c06ab8
chore: remove title bar example
...
Co-authored-by: Pascal Precht <pascal.precht@gmail.com>
2021-05-17 10:39:24 +02:00
B.Melnik
3528b2ff44
feat: Set up catalog app (sandbox)
...
Closes #5
2021-05-05 07:55:43 +02:00