about summary refs log tree commit diff
path: root/src/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Allow idle time detection on all Wayland desktops HEAD mainVika2025-01-031-1/+1
| | | | | | Other desktops require C dependencies I don't want to bring in, so let's leave it at that. Pretty much all of the code was kanged from the new Iced rewrite.
* CSV Export Dialog: Move export button below preferencesGabriel Brand2025-01-021-84/+68
| | | | - Remove AdwClamp
* application window: Use AdwToolbarViewGabriel Brand2025-01-021-20/+11
|
* csv export dialog: Port GtkDialog to AdwDialogGabriel Brand2025-01-022-101/+110
| | | | | | | - Use AdwToolbarView - GNOME HIG: Writing Style - GNOME HIG: Add access keys - Disable export button when no file is selected
* report: Port AdwWindow to AdwDialogGabriel Brand2025-01-021-149/+137
| | | | | | - Use AdwToolbarView - Use AdwHeaderBar Instead of GtkHeaderBar - Remove unused style class 'report'
* Port AdwPreferencesWindow to AdwPreferencesDialogGabriel Brand2025-01-021-1/+1
|
* 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