about summary refs log tree commit diff
path: root/src/database.rs
Commit message (Collapse)AuthorAgeFilesLines
* Query DB by task nameJoan Lledó2023-09-301-0/+23
|
* #105: Total seconds in CSVRicky Kresslein2023-06-011-1/+21
|
* Create Mac port and add App Store badgeRIcky Kresslein2023-03-141-0/+0
|
* Ability to change database location - #29Ricky Kresslein2022-09-241-5/+20
|
* Import databaseRicky Kresslein2022-09-231-0/+50
|
* Backup databaseRicky Kresslein2022-09-221-1/+9
|
* explicit start descriminantFelix Zwettler2022-06-121-1/+1
|
* fix: #68Felix Zwettler2022-06-121-10/+0
|
* Cleanup commented codeRicky Kresslein2022-06-121-1/+0
|
* Cleanup commented codeRicky Kresslein2022-06-121-31/+6
|
* add csv exportFelix Zwettler2022-06-071-28/+150
|
* Reports feature (Issue #32)Ricky Kresslein2022-06-051-0/+26
|
* Autosave (Issue #45)Ricky Kresslein2022-05-201-0/+15
|
* Add tags to tasks (Issue #8)Ricky Kresslein2022-04-221-4/+33
|
* Moved distroRicky Kresslein2022-03-021-0/+0
|
* - Added PreferencesRicky Kresslein2022-02-201-1/+1
| | | | | - Added idle notify to preferences - Bug fix: if user deleted first task none would show
* - 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