Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QTalarm-Enhanced

Actions Status

A handy alarm clock program written in QT.

Compilation instructions for Linux and MacOS:

qmake6
make
make clean

Windows users will have to compile the program with the QT creator IDE (or download the binaries off the downloads page).

Features

  • Unlimited number of customizable alarms

  • Can wake up using the default sound, or any of audio / video file of your choosing.

  • Custom date alarms

  • Completely Cross platform

  • Support for one-time alarm

  • ENHANCED WITH TIMER WITH PRESETS

Linux Build/Install

Building

  1. Ensure the proper dependencies are met
    1. Ensure QT5 is installed on your system. On Arch, the needed packages are qt5-base and qt5-multimedia
    2. Optionally install noto-fonts to be able to properly see Unicode symbols in the alarm list widget
  2. In the terminal, type qmake. This will create a Makefile
  3. Type make

Installing

  1. Copy the qtalarm binary into /usr/bin (sudo cp qtalarm /usr/bin).
  2. Inside of the source code directory, there is a directory called "Icons." These icons need to be copied with the following commands:
    • sudo cp 1349069370_Alarm_Clock.png /usr/share/icons/hicolor/48x48/apps/
    • sudo cp Icons/1349069370_Alarm_Clock24.png /usr/share/icons/hicolor/24x24/apps/1349069370_Alarm_Clock.png
    • sudo cp 1349069370_Alarm_Clock16.png /usr/share/icons/hicolor/16x16/apps/1349069370_Alarm_Clock.png
  3. Last step. We need to create a "Desktop Entry" file to include QTalarm in your systems list of programs. Save the following text into a file called qtalarm.desktop located here /usr/share/applications/qtalarm.desktop
[Desktop Entry]
Encoding=UTF-8
Value=1.0
Type=Application
Name=QTalarm
GenericName=QTalarm
Comment= A nifty alarm clock written in QT
Icon=1349069370_Alarm_Clock.png
Exec=qtalarm
Categories=Application;Utility;
  1. QTalarm Should now be installed.

Screenshots

image image

======= Official web page:

official web page!

Licensing

GPL V3

About

A handy alarm clock Program written in QT. Enhanced with timer...

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages