about summary refs log tree commit diff
path: root/src/application.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make strings translatable in rust source codemusiclover2022-04-031-7/+8
|
* - Dark Mode off by defaultRicky Kresslein2022-03-221-14/+2
| | | | - Dark mode toggle switches immediately
* Moved distroRicky Kresslein2022-03-021-0/+0
|
* - Clearly states idle notify works in Gnome onlyRicky Kresslein2022-02-231-3/+34
| | | | | - Fixed bug idle preference only updated on start - Added dark theme switch
* - Added PreferencesRicky Kresslein2022-02-201-1/+8
| | | | | - Added idle notify to preferences - Bug fix: if user deleted first task none would show
* Updated descriptionRicky Kresslein2022-02-201-1/+2
|
* - Moved to com.lakoliu.FurtheranceRicky Kresslein2022-02-181-0/+183
- Removed development flag for release - Created nicer about dialog - Added description to data file - Improved desktop file - Changed database directory - Delete All no longer enabled if no tasks - Added GPL to top of every file