about summary refs log tree commit diff
path: root/src/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Bump to v1.1.2 and update translation templateRicky Kresslein2022-04-221-1/+1
|
* Add tags to tasks (Issue #8)Ricky Kresslein2022-04-223-16/+47
|
* Add preferences toggle for daily sumsRicky Kresslein2022-04-141-0/+12
|
* Made start/stop button circularRicky Kresslein2022-04-091-0/+3
|
* Merge pull request #9 from musiclover382/i18nlakoliu2022-04-061-3/+3
|\ | | | | Complete localization support
| * Make some strings translatable in task_details.uimusiclover2022-04-031-3/+3
| |
* | Add documentation for right-click to duplicate (Issue #12)Ricky Kresslein2022-04-061-1/+20
| |
* | Changed icons on welcome screen (Issue #1)Ricky Kresslein2022-04-061-2/+2
| |
* | Add padding to timer sides to improve scaling (Issue #11)Ricky Kresslein2022-04-061-0/+2
|/
* Fix bug #6Ricky Kresslein2022-04-021-1/+1
|
* fix: Correct typo: miniutes -> minutesWilliam Floyd2022-04-011-1/+1
|
* Remove bottom marginRicky Kresslein2022-03-311-1/+0
|
* - Bug fix: Changing a task date now moves it immediatelyRicky Kresslein2022-03-171-4/+4
| | | | | | - Spaces before single digit dates are now zeroes - Moved 'Delete history' above 'About' in menu - Task input selected by default
* - Added 'delete confirmation' settingRicky Kresslein2022-03-051-0/+25
| | | | - Added 'show seconds' setting
* Added 'limit days shown' settingRicky Kresslein2022-03-031-3/+38
|
* Moved distroRicky Kresslein2022-03-028-0/+0
|
* - Clearly states idle notify works in Gnome onlyRicky Kresslein2022-02-231-0/+19
| | | | | - Fixed bug idle preference only updated on start - Added dark theme switch
* - Added PreferencesRicky Kresslein2022-02-201-0/+45
| | | | | - Added idle notify to preferences - Bug fix: if user deleted first task none would show
* - Moved to com.lakoliu.FurtheranceRicky Kresslein2022-02-187-0/+395
- 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