Kronometer TODO list
=====================

1. Port to KF5

2. Stopwatch controls while kronometer's window is in background. This can be done in at least to ways:
	a. System Tray Icon using KStatusNotifierItem, whit a contextual menu which holds the relevant actions (start/pause/reset/lap).
	b. KDE notifications, where the notification shows the running timer (while a tray icon doesn't) and the buttons to start/pause/reset the stopwatch.
In both cases, it doesn't make sense to implement this feature before the port to KF5.

3. Suspend/Hibernate awareness. Kronometer should be notified when the system is going to sleep (standby or hibernation) and then pause the stopwatch if running.