about summary refs log tree commit diff
path: root/src/ui/preferences_window.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add preference to toggle autocompleteRicky Kresslein2023-10-151-1/+8
|
* #97: Add 'This Week' and 'Last Week' to reports. Add start of week picker to ↵Ricky Kresslein2023-06-041-0/+5
| | | | settings.
* #99: Inclusive total timeRicky Kresslein2023-06-031-0/+10
|
* #107: Fix pomodoro timer 1 minute offRicky Kresslein2023-06-021-2/+3
|
* Use gtk-rs 0.6.4Ricky Kresslein2023-03-231-7/+8
|
* Create Mac port and add App Store badgeRIcky Kresslein2023-03-141-0/+0
|
* Ability to change database location - #29Ricky Kresslein2022-09-241-0/+58
|
* Fix formattingRicky Kresslein2022-06-081-68/+27
|
* Button to restart tasksRicky Kresslein2022-06-071-0/+1
|
* Autosave (Issue #45)Ricky Kresslein2022-05-201-0/+17
|
* Add Pomodoro timerRicky Kresslein2022-04-281-0/+29
|
* Add tags to tasks (Issue #8)Ricky Kresslein2022-04-221-0/+13
|
* Add preferences toggle for daily sumsRicky Kresslein2022-04-141-0/+13
|
* Remove search from PreferencesRicky Kresslein2022-03-311-0/+2
|
* - Dark Mode off by defaultRicky Kresslein2022-03-221-0/+6
| | | | - Dark mode toggle switches immediately
* - Added 'delete confirmation' settingRicky Kresslein2022-03-051-1/+23
| | | | - Added 'show seconds' setting
* Added 'limit days shown' settingRicky Kresslein2022-03-031-1/+29
|
* Moved distroRicky Kresslein2022-03-021-0/+0
|
* - Clearly states idle notify works in Gnome onlyRicky Kresslein2022-02-231-0/+14
| | | | | - Fixed bug idle preference only updated on start - Added dark theme switch
* - Added PreferencesRicky Kresslein2022-02-201-0/+111
- Added idle notify to preferences - Bug fix: if user deleted first task none would show