No description
  • QML 84.8%
  • CMake 7.3%
  • C++ 6.3%
  • C 0.9%
  • Shell 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Florent Revest 33f72953bb Use ngf instead of QtMultimedia to give a sound feedback
On Qt6, QtMultimedia has two issues:
- it keeps a pulseaudio sink open which drains the battery
- it plays chopped-up sounds

We decided to replace QtMultimedia with ngf across our stack.
2026-07-17 14:18:26 +02:00
alarmclock Build-time QML pre-compilation via asteroid_app_qml_module 2026-06-05 21:44:29 +02:00
alarmpresenter Use ngf instead of QtMultimedia to give a sound feedback 2026-07-17 14:18:26 +02:00
.gitignore Port to CMake 2021-05-17 13:08:23 +02:00
CMakeLists.txt feat: port to Qt6 2026-05-12 10:19:07 +02:00
LICENSE Initial commit, currently not working as expected... WIP 2016-02-08 18:12:58 +01:00
README.md Split asteroid-alarmclock into an alarm manager app and an alarm presenter dialog 2017-05-21 14:57:45 +02:00

Asteroid Alarm Clock

An alarm clock app for AsteroidOS The alarmclock directory contains the code of the app itself. The alarmpresenter directory contains the code of the triggered alarm dialog.