No description
  • QML 61.2%
  • C++ 31.5%
  • CMake 5.5%
  • C 1.3%
  • Shell 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Florent Revest ee77d15ae9 Build-time QML pre-compilation via asteroid_app_qml_module
The .so ships pre-compiled QML bytecode and the engine skips the
parse/JIT pipeline on every launch. AsteroidApp::main picks up the
qrc:/Stopwatch/main.qml URL automatically.
2026-06-05 21:38:49 +02:00
i18n Translated using Weblate (Occitan) 2026-02-21 09:09:47 +00:00
src Build-time QML pre-compilation via asteroid_app_qml_module 2026-06-05 21:38:49 +02:00
.gitignore Port to CMake 2021-05-17 13:01:52 +02:00
asteroid-stopwatch.desktop.template Move main library file to CMAKE_INSTALL_LIBDIR and add a launch script 2023-05-14 19:39:33 +02:00
asteroid-stopwatch.in Use asteroid-qt6 booster type for proper QML pre-warming 2026-06-05 11:27:55 +02:00
CMakeLists.txt feat: port to Qt6 2026-05-12 10:19:40 +02:00
LICENSE Initial commit 2015-11-28 13:21:11 +01:00
README.md Removed Quey dependency 2015-11-29 12:26:27 +01:00

Asteroid Stopwatch

A stopwatch app for AsteroidOS

Dependencies

(C) Copyright 2015 by Tim Süberkrüb

Part of this code is based on "Stopwatch" (https://github.com/baleboy/stopwatch)

Copyright (C) 2011 Francesco Balestrieri

This application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

See LICENSE for more information.