about summary refs log tree commit diff
path: root/src/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Update access keysGabriel Brand2024-02-121-28/+30
|
* Port to libadwaita 1.4 widgetsGabriel Brand2024-02-111-110/+47
|
* Add preference to toggle autocompleteRicky Kresslein2023-10-151-1/+19
|
* Fix symbolic icon compatibilityRicky Kresslein2023-06-041-1/+1
|
* Sort preferences into sectionsRicky Kresslein2023-06-041-74/+85
|
* #97: Add 'This Week' and 'Last Week' to reports. Add start of week picker to ↵Ricky Kresslein2023-06-042-2/+23
| | | | settings.
* #99: Inclusive total timeRicky Kresslein2023-06-032-0/+18
|
* #102: Expand with windowRicky Kresslein2023-06-011-1/+2
|
* Create Mac port and add App Store badgeRIcky Kresslein2023-03-1410-0/+0
|
* #83 - Add Similar Task buttonRicky Kresslein2022-10-181-6/+21
|
* Add GIFRicky Kresslein2022-10-072-0/+0
|
* Long task names no longer go off the page in Reports windowRicky Kresslein2022-10-021-4/+1
|
* Ability to change database location - #29Ricky Kresslein2022-09-242-4/+25
|
* Import databaseRicky Kresslein2022-09-231-0/+4
|
* Backup databaseRicky Kresslein2022-09-221-4/+10
|
* #52: Shrink for mobileRicky Kresslein2022-09-111-1/+1
|
* fix: #68Felix Zwettler2022-06-121-11/+12
|
* Update translation templatemusiclover2022-06-111-3/+3
|
* Center task name if no tagsRicky Kresslein2022-06-111-0/+1
|
* Menu organizationRicky Kresslein2022-06-111-6/+8
|
* Center timer on empty (Issue #1)Ricky Kresslein2022-06-102-114/+49
|
* add csv exportFelix Zwettler2022-06-072-0/+104
|
* Button to restart tasksRicky Kresslein2022-06-072-8/+19
|
* Update menu wordingRicky Kresslein2022-06-051-1/+1
|
* Reports feature (Issue #32)Ricky Kresslein2022-06-052-0/+174
|
* Update name of task groupRicky Kresslein2022-05-251-6/+21
|
* Edit task placeholder textRicky Kresslein2022-05-221-1/+1
|
* Autosave (Issue #45)Ricky Kresslein2022-05-201-0/+28
|
* Add tasks manually (Issue #42)Ricky Kresslein2022-05-181-0/+6
|
* Change wording in Pomodoro settingRicky Kresslein2022-04-281-2/+2
|
* Add Pomodoro timerRicky Kresslein2022-04-281-2/+35
|
* 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