GithubHelp home page GithubHelp logo

bdmihai / qt-calendar-gadget Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 1.9 MB

A very simple calendar to be displayed on your desktop similar to a Vista or Windows 7 gadget, but also works for Windows XP.

License: GNU Lesser General Public License v2.1

CSS 34.04% C++ 45.37% C 8.97% Inno Setup 6.89% HTML 3.30% QML 1.43%

qt-calendar-gadget's Introduction

CalendarGadget

Appearance

A simple compact calendar that displays discreetly on the desktop, similar to a Vista or Windows 7 gadget, but also works for Windows XP and Windows 10.

After logging in to your Google account (clicking on G on the right) you will be able to see your calendar entries. You will need to login only once as CalendarGadget remembers your login (safely stored in an encrypted token).

Right-clicking on a date brings up a context menu that allows you to perform some date calculations, such as adding 100 days to the clicked date or a formula for more complicated cases. Date calculations

The desired date in each case is clearly displayed (in orange) on the calendar, and a tool tip also displays the performed calculation for verification.

Target date

You can use an arithmetic expression to calculate the date you want, for example, if you buy a new 100-pack of your vitamins, you can calculate how long it will last if you take 3 of them a day (100/3). If you plan to stop taking them for 3 weeks, you can figure out when you would start again (100/3 + 3w). And how long the second 100-pack will last (100/3 + 3w + 100/3). You may only use whole weeks, months, and years in these formulas (fractions of these are not useful, in my opinion).

Target date

Features

  • remains almost hidden until you touch it with the mouse
  • easy navigation using the arrows and the month drop down
  • shows calendar weeks
  • optionally shows Google calendar entries
  • able to do date calculations based on formulas with days and full weeks, months, and years

Acknowledgments

  • used tinyexpr from Lewis Van Winkle to evaluate date expressions like 100/2 +30

qt-calendar-gadget's People

Contributors

bdmihai avatar thomasheinrichschmidt avatar

Stargazers

 avatar

Watchers

 avatar

qt-calendar-gadget's Issues

Feature request: Add date calculations

I often have to do simple date calculations, such as adding 100 days to next week's Tuesday, to figure out when I need to reorder my vitamins. It would be handy if I could right-click on next week's Tuesday in the calendar view and had a field where I can enter +100 days, press OK and Calendar Gadget fast forwards and marks the respective day. It could also add the calculation to the pop-up of the respective day like this
DateCalculation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.