about summary refs log tree commit diff
path: root/src/ui/task_details.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use gtk-rs 0.6.4Ricky Kresslein2023-03-231-14/+14
|
* Create Mac port and add App Store badgeRIcky Kresslein2023-03-141-0/+0
|
* #83 - Add Similar Task buttonRicky Kresslein2022-10-181-1/+203
|
* #86: Prefill task name in editRicky Kresslein2022-09-111-0/+4
|
* ISO 8601 formatRicky Kresslein2022-07-181-13/+20
|
* Localize date headings (Issue #54)Ricky Kresslein2022-06-161-2/+2
|
* Fix date bugRicky Kresslein2022-06-161-1/+0
|
* Use unstable-localesRicky Kresslein2022-06-141-0/+1
|
* Fix formattingRicky Kresslein2022-06-081-9/+6
|
* Use locale date format (#54)Ricky Kresslein2022-06-071-12/+12
|
* Reports feature (Issue #32)Ricky Kresslein2022-06-051-3/+0
|
* Bug #51: Dialogs stay on topRicky Kresslein2022-05-301-6/+5
|
* Update internationalizationRicky Kresslein2022-05-291-2/+2
|
* Update name of task groupRicky Kresslein2022-05-251-0/+68
|
* Bug fix: task now removed from group when name or tags changedRicky Kresslein2022-04-241-4/+4
|
* Fix double quotation in SK translationRicky Kresslein2022-04-241-0/+5
|
* Bug fix: crash when editing date of a task in a group that contained only ↵Ricky Kresslein2022-04-221-1/+5
| | | | one task
* Add tags to tasks (Issue #8)Ricky Kresslein2022-04-221-8/+31
|
* Add destructive-action class to all delete buttons (Issue #31)Ricky Kresslein2022-04-201-0/+4
|
* Small fix in UImusiclover2022-04-041-2/+2
| | | | Move Delete button to the right in the Delete All? dialog
* 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