about summary refs log tree commit diff
path: root/src/application.rs
Commit message (Collapse)AuthorAgeFilesLines
* #87: Implement libadwaita AboutWindowRicky Kresslein2023-03-231-11/+11
|
* Use gtk-rs 0.6.4Ricky Kresslein2023-03-231-10/+14
|
* Update to v1.7.0Ricky Kresslein2023-03-221-1/+2
|
* Create Mac port and add App Store badgeRIcky Kresslein2023-03-141-0/+0
|
* Ability to change database location - #29Ricky Kresslein2022-09-241-8/+13
|
* Import databaseRicky Kresslein2022-09-231-0/+46
|
* Backup databaseRicky Kresslein2022-09-221-0/+44
|
* #52: Shrink for mobileRicky Kresslein2022-09-111-1/+1
|
* Remove period from app summary - #72Ricky Kresslein2022-06-171-1/+1
|
* Export CSV disabled if no tasksRicky Kresslein2022-06-111-7/+13
|
* Fix formattingRicky Kresslein2022-06-081-11/+23
|
* add csv exportFelix Zwettler2022-06-071-0/+7
|
* Button to restart tasksRicky Kresslein2022-06-071-0/+1
|
* Reports feature (Issue #32)Ricky Kresslein2022-06-051-1/+8
|
* Update localization supportRicky Kresslein2022-04-291-2/+2
|
* Add Pomodoro timerRicky Kresslein2022-04-281-14/+44
|
* Add tags to tasks (Issue #8)Ricky Kresslein2022-04-221-1/+2
|
* Add destructive-action class to all delete buttons (Issue #31)Ricky Kresslein2022-04-201-0/+2
|
* Set default button in Delete All dialogRicky Kresslein2022-04-201-0/+2
|
* Make new strings translatable in application.rsmusiclover2022-04-111-2/+3
| | | | Also add translator credits
* Add system notifications for idle (Issue #15)Ricky Kresslein2022-04-091-1/+51
|
* Minimum height changes for task list or empty views (Issue #16)Ricky Kresslein2022-04-081-1/+0
|
* Set a minimum window height (Issue #16)Ricky Kresslein2022-04-081-0/+1
|
* 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