about summary refs log tree commit diff
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Add tasks manually (Issue #42)Ricky Kresslein2022-05-181-1/+182
|
* Removed unnecessary lineRicky Kresslein2022-05-011-1/+0
|
* Add Pomodoro timerRicky Kresslein2022-04-282-34/+173
|
* 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
* Remove unnecessary functionRicky Kresslein2022-04-221-9/+2
|
* Add tags to tasks (Issue #8)Ricky Kresslein2022-04-225-18/+99
|
* Add destructive-action class to all delete buttons (Issue #31)Ricky Kresslein2022-04-201-0/+4
|
* Change start btn color and deactivate when task is emptyRicky Kresslein2022-04-201-55/+43
|
* Add preferences toggle for daily sumsRicky Kresslein2022-04-142-9/+24
|
* Add daily time sums (Issue #17)Ricky Kresslein2022-04-143-6/+33
|
* Fix bug #22: No longer crashes when not using GNOMERicky Kresslein2022-04-141-1/+4
|
* Update libadwaita to v1.1Ricky Kresslein2022-04-131-1/+1
|
* Add Source iconRicky Kresslein2022-04-122-4/+3
|
* Add system notifications for idle (Issue #15)Ricky Kresslein2022-04-091-7/+9
|
* Minimum height changes for task list or empty views (Issue #16)Ricky Kresslein2022-04-082-1/+17
|
* Merge pull request #9 from musiclover382/i18nlakoliu2022-04-063-22/+26
|\ | | | | Complete localization support
| * 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-033-22/+26
| |
* | Show error toast if user tries to duplicate task while timer is runningRicky Kresslein2022-04-061-2/+4
| |
* | Fix Bugs #13 & #14 - Right-click does nothing if clock is already runningRicky Kresslein2022-04-062-19/+19
|/
* Remove search from PreferencesRicky Kresslein2022-03-312-1/+3
|
* - Dark Mode off by defaultRicky Kresslein2022-03-221-0/+6
| | | | - Dark mode toggle switches immediately
* Right-clicking a task starts timer for that taskRicky Kresslein2022-03-172-1/+24
|
* - Bug fix: Changing a task date now moves it immediatelyRicky Kresslein2022-03-172-13/+37
| | | | | | - 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-162-6/+6
|
* - Added 'delete confirmation' settingRicky Kresslein2022-03-053-12/+80
| | | | - Added 'show seconds' setting
* Added 'limit days shown' settingRicky Kresslein2022-03-032-1/+39
|
* Moved distroRicky Kresslein2022-03-027-0/+0
|
* - Clearly states idle notify works in Gnome onlyRicky Kresslein2022-02-232-8/+17
| | | | | - Fixed bug idle preference only updated on start - Added dark theme switch
* - Distinctive development modeRicky Kresslein2022-02-202-1/+13
|
* - Added PreferencesRicky Kresslein2022-02-202-2/+118
| | | | | - Added idle notify to preferences - Bug fix: if user deleted first task none would show
* - Moved to com.lakoliu.FurtheranceRicky Kresslein2022-02-186-0/+1298
- 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