status-desktop/ui/StatusQ/sandbox
Stefan 15c766a3d6 fix(StatusChatListCategory): Clicking on a category should toggle it
The culprit here is at the very bottom, in StatusListItem: the toplevel
item was a MouseArea handling the clicks and this causes problems as any
extra buttons placed on top of it get their mouseClick events delivered
in wrong order (after StatusListItem). Fix this by having a MouseArea
handling click events behind the actual toplevel item as a last resort,
catch all handler  plus the actual "sensor" being just a MouseArea that
handles merely the hover events

- drop unneeded onPressed/onReleased handlers in StatusChatListCategoryItem
- fix some warnings (typos, unreachable code, shadowed variables)

Fixes: #6733
2022-09-21 18:20:14 +02:00
..
android Revert "Revert "feat: can be used on tablets (#146)"" 2022-09-21 18:20:02 +02:00
controls fix(StatusChatListCategory): Clicking on a category should toggle it 2022-09-21 18:20:14 +02:00
demoapp fix(StatusChatListCategory): Clicking on a category should toggle it 2022-09-21 18:20:14 +02:00
dictionaries feat(Spellchecking): Add dictionaries 2022-09-21 18:20:05 +02:00
examples fix(StatusInput): fixing various layout issues (#794) 2022-09-21 18:20:12 +02:00
images feat(StatusCommunityCard): New design 2022-09-21 18:20:11 +02:00
pages fix(StatusImageCrop): fix artefacts due to offscreen caching 2022-09-21 18:20:13 +02:00
scripts chore: update README and build script 2022-09-21 18:20:12 +02:00
CMakeLists.txt Necessary updates applied to make it work on mac 2022-09-21 18:20:12 +02:00
DemoApp.qml feat(StatusQ/Controls): introducing StatusBackButton 2022-09-21 18:20:13 +02:00
ThemeSwitch.qml feat(Sandbox): add visual test setup page for StatusImageCropPanel 2022-09-21 18:20:09 +02:00
main.cpp feat: add filtering&sorting example 2022-09-21 18:20:12 +02:00
main.qml chore: Remove StatusAssetSelector from StatusQ (#806) 2022-09-21 18:20:13 +02:00
qml.qrc feat(StatusComboBox): Introduced new component to replace `StatusSelect` (#790) 2022-09-21 18:20:13 +02:00
sandboxapp.cpp feat(hot reloading): Add first version of hot reloading (#674) 2022-09-21 18:20:13 +02:00
sandboxapp.h fix(handler): Remove handler include from sandbox (#834) 2022-09-21 18:20:13 +02:00
spellchecker.cpp feat: use cmake instead of qmake 2022-09-21 18:20:12 +02:00
spellchecker.h fix(Spellchecking): Add check for hunspell existence 2022-09-21 18:20:06 +02:00
statuswindow.cpp Necessary updates applied to make it work on mac 2022-09-21 18:20:12 +02:00
statuswindow.h Necessary updates applied to make it work on mac 2022-09-21 18:20:12 +02:00
statuswindow_mac.mm Necessary updates applied to make it work on mac 2022-09-21 18:20:12 +02:00