about summary refs log tree commit diff
path: root/src/ui/task_details.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make strings translatable in rust source codemusiclover2022-04-031-13/+14
|
* - Bug fix: Changing a task date now moves it immediatelyRicky Kresslein2022-03-171-9/+27
| | | | | | - Spaces before single digit dates are now zeroes - Moved 'Delete history' above 'About' in menu - Task input selected by default
* Bug fix - total time displaying incorrectlyRicky Kresslein2022-03-161-3/+3
|
* - Added 'delete confirmation' settingRicky Kresslein2022-03-051-10/+52
| | | | - Added 'show seconds' setting
* Moved distroRicky Kresslein2022-03-021-0/+0
|
* - Moved to com.lakoliu.FurtheranceRicky Kresslein2022-02-181-0/+441
- 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