about summary refs log tree commit diff
path: root/src/ui/task_row.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use gtk-rs 0.6.4Ricky Kresslein2023-03-231-7/+8
|
* Create Mac port and add App Store badgeRIcky Kresslein2023-03-141-0/+0
|
* Fix formattingRicky Kresslein2022-06-081-12/+12
|
* Button to restart tasksRicky Kresslein2022-06-071-2/+7
|
* Add tags to tasks (Issue #8)Ricky Kresslein2022-04-221-4/+19
|
* Add daily time sums (Issue #17)Ricky Kresslein2022-04-141-6/+12
|
* Fix Bugs #13 & #14 - Right-click does nothing if clock is already runningRicky Kresslein2022-04-061-2/+1
|
* Right-clicking a task starts timer for that taskRicky Kresslein2022-03-171-1/+14
|
* Bug fix - total time displaying incorrectlyRicky Kresslein2022-03-161-3/+3
|
* - Added 'delete confirmation' settingRicky Kresslein2022-03-051-1/+5
| | | | - Added 'show seconds' setting
* Moved distroRicky Kresslein2022-03-021-0/+0
|
* - Moved to com.lakoliu.FurtheranceRicky Kresslein2022-02-181-0/+130
- 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