mirror of
https://github.com/AsteroidOS/asteroid-launcher.git
synced 2026-05-25 18:37:43 +02:00
No description
- QML 92.1%
- C++ 6.6%
- JavaScript 0.8%
- CMake 0.4%
- GLSL 0.1%
Multiple MouseArea handlers reference mouse.accepted and mouse.y from injected MouseEvent parameters. The onPressed block reads mouse.y for click position tracking and rejects the event. Five single-line handlers reject events via mouse.accepted = false. Convert all to arrow function syntax with explicit mouse parameter declaration as required by Qt6. |
||
|---|---|---|
| i18n | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| COPYING.BSD | ||
| COPYING.MIT | ||
| README | ||
Asteroid-launcher is a wayland compositor which uses Lipstick from NemoMobile which itself uses QML, QtWayland, QPA etc... It is designed to provide a smartwatch UX for the AsteroidOS project. Asteroid-launcher is released under the BSD license and is based on Glacier-Home (released under the BSD license) which is itself based on lipstick-colorful-home(released under MIT provided in COPYING.MIT).