Skip to content

dkostarnov/calendar

 
 

Repository files navigation

Calendar< img src="Jcalendar.svg"/>

Calendar application for JingOS.

Features

  • Calendar is a touch friendly and beautiful calendar application. It offers:

    • Monthly agenda
    • Multiple calendars
    • Event management
    • Date and Event linkage
  • Run on JingOS platform

  • Brand new UI & UE with JingOS-style , based on JingUI Framework

  • Support keyboard & touchpad & mouse & screen touch

  • All keys support pressed / hovered effects

  • Well-designed interface material:

    • Font
    • Icon
    • Picture
  • The calendars that the application handles follow the ical standard.

Screenshots

Calendar:

JingOS:

Links

Dependencies

  • Qt5

  • Cmake

  • KI18n

  • Kirigami (JingOS Version)

  • KConfig

  • KCalendarCore

Build

To build Calendar from source on Linux, execute the below commands.

Compile

cd calendar
mkdir build
cd build
cmake ..
make -j$(nproc)

Run

bin/calindori

Install

sudo make install

About

Calendar application for JingOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 60.6%
  • C++ 37.8%
  • CMake 1.5%
  • Shell 0.1%