status-qml/sandbox
Stefan 8214e64684 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-08-22 12:29:24 +02:00
..
android
controls fix(StatusChatListCategory): Clicking on a category should toggle it 2022-08-22 12:29:24 +02:00
demoapp fix(StatusChatListCategory): Clicking on a category should toggle it 2022-08-22 12:29:24 +02:00
dictionaries
examples fix(StatusInput): fixing various layout issues (#794) 2022-07-25 13:19:26 +03:00
images
pages fix(StatusImageCrop): fix artefacts due to offscreen caching 2022-08-09 01:07:17 +02:00
scripts
CMakeLists.txt
DemoApp.qml feat(StatusQ/Controls): introducing StatusBackButton 2022-08-03 20:41:24 +02:00
ThemeSwitch.qml
main.cpp
main.qml chore: Remove StatusAssetSelector from StatusQ (#806) 2022-08-03 09:22:36 +02:00
qml.qrc feat(StatusComboBox): Introduced new component to replace `StatusSelect` (#790) 2022-07-30 17:45:22 +03:00
sandboxapp.cpp feat(hot reloading): Add first version of hot reloading (#674) 2022-08-04 13:54:13 +03:00
sandboxapp.h fix(handler): Remove handler include from sandbox (#834) 2022-08-05 12:21:34 +03:00
spellchecker.cpp
spellchecker.h
statuswindow.cpp
statuswindow.h
statuswindow_mac.mm