1
0
Fork
You've already forked Clocktimer
0
Timer C++ and Qt6 with presets
  • C++ 91.6%
  • CMake 7.8%
  • C 0.6%
Find a file
2025年01月26日 17:19:08 +01:00
data Move svg icons source to a specific folder and remove unused symbol 2025年01月24日 01:03:43 +01:00
screenshots Update screenshot and CMakeLists.txt 2025年01月23日 12:02:28 +01:00
src Fix : Change the player source if settings changed 2025年01月26日 17:19:08 +01:00
.gitignore Fix .gitignore 2025年01月23日 13:47:03 +01:00
CMakeLists.txt Implement preferences dialog using UI file 2025年01月25日 12:46:26 +01:00
LICENSE Error not on V1.0 2020年01月30日 21:07:34 +01:00
README.md Fix README 2025年01月24日 03:45:13 +01:00

Clocktimer

Clocktimer is a countdown timer remastered with C++ and Qt6

alt text

Requirements

  • gcc
  • cmake
  • gdb
  • qt6
  • qtmultimedia

Installation with compilation

mkdir build && cd build
cmake ..
make && make install

If you need to install and debug clocktimer on build/install you need to add option of cmake :

cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=install ..

Execution

./build/install/bin/clocktimer

Installation on GNU/Linux

Gentoo

Add the repository

eselect repository add lastrodamo git https://codeberg.org/lastrodamo/gentoo-overlay

emaint sync -r lastrodamo

vim /etc/portage/package.accept_keywords/clocktimer and add app-misc/clocktimer **

And install luxcorerender

emerge -av app-misc/clocktimer

Other GNU/Linux distribution

Not available yet...

Experiments examples - demo files

You can changed some settings on preferences panel.

(Preferences are saved in your user file ~/.config/lastrodamo/clocktimer.conf )

License

GNU General Public License v3.0 only - GPL-3.0 - Damien Monteillard - 2025