No description
  • QML 92.1%
  • C++ 6.6%
  • JavaScript 0.8%
  • CMake 0.4%
  • GLSL 0.1%
Find a file
moWerk d94d28e3b9 Fix Qt6 signal parameter injection deprecation in 004-three-by-three.qml
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.
2026-05-25 14:45:00 +02:00
i18n FirstRunConfig: update translation strings after Time Zone rename 2026-03-31 20:31:44 +02:00
src Fix Qt6 signal parameter injection deprecation in 004-three-by-three.qml 2026-05-25 14:45:00 +02:00
.gitignore Port to CMake 2023-05-17 22:33:40 +02:00
CMakeLists.txt cmake: Add Qt6 shader files 2026-05-15 22:49:35 +02:00
COPYING.BSD Make license and copyright clear with everything under BSD and copy of the MIT for the legacy lipstick-colorful-home in COPYING.MIT 2015-11-24 21:30:15 +01:00
COPYING.MIT Make license and copyright clear with everything under BSD and copy of the MIT for the legacy lipstick-colorful-home in COPYING.MIT 2015-11-24 21:30:15 +01:00
README Make license and copyright clear with everything under BSD and copy of the MIT for the legacy lipstick-colorful-home in COPYING.MIT 2015-11-24 21:30:15 +01:00

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).