about summary refs log tree commit diff
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Allow idle time detection on all Wayland desktops HEAD mainVika2025-01-031-11/+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-13/+6
| | | | - Remove AdwClamp
* csv export dialog: Port GtkDialog to AdwDialogGabriel Brand2025-01-021-40/+38
| | | | | | | - 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-7/+3
| | | | | | - Use AdwToolbarView - Use AdwHeaderBar Instead of GtkHeaderBar - Remove unused style class 'report'
* Port AdwPreferencesWindow to AdwPreferencesDialogGabriel Brand2025-01-021-25/+18
|
* Update access keysGabriel Brand2024-02-121-8/+10
|
* Port to libadwaita 1.4 widgetsGabriel Brand2024-02-111-23/+20
|
* Fix bug causing app to crash when restarting a completed Pomodoro taskRicky Kresslein2024-02-051-3/+5
|
* Remove unused variableRicky Kresslein2023-10-151-1/+1
|
* Fix autocomplete preference bugsRicky Kresslein2023-10-152-4/+20
|
* Add preference to toggle autocompleteRicky Kresslein2023-10-152-4/+15
|
* Fix autocomplete drop-down stays after pressing startRicky Kresslein2023-10-151-5/+16
|
* Update GTK and libadwaita versionsRicky Kresslein2023-10-141-6/+14
|
* Implement search by tag listJoan Lledó2023-09-301-6/+6
|
* Error management for `update_list_model()`Joan Lledó2023-09-301-4/+4
|
* Add autocomplete popupJoan Lledó2023-09-301-1/+29
|
* Replace Local::today() (deprecated)Ricky Kresslein2023-06-041-1/+1
|
* #97: Add 'This Week' and 'Last Week' to reports. Add start of week picker to ↵Ricky Kresslein2023-06-042-3/+38
| | | | settings.
* #99: Inclusive total timeRicky Kresslein2023-06-034-5/+78
|
* #107: Fix pomodoro timer 1 minute offRicky Kresslein2023-06-021-2/+3
|
* Change total time positionRicky Kresslein2023-03-231-1/+3
|
* Use gtk-rs 0.6.4Ricky Kresslein2023-03-238-80/+84
|
* Create Mac port and add App Store badgeRIcky Kresslein2023-03-148-0/+0
|
* #83 - Add Similar Task buttonRicky Kresslein2022-10-181-1/+203
|
* Add GIFRicky Kresslein2022-10-071-0/+0
|
* Long task names no longer go off the page in Reports windowRicky Kresslein2022-10-021-0/+2
|
* Ability to change database location - #29Ricky Kresslein2022-09-242-0/+60
|
* #86: Prefill task name in editRicky Kresslein2022-09-111-0/+4
|
* Correct report timeframesRicky Kresslein2022-09-112-3/+4
|
* ISO 8601 formatRicky Kresslein2022-07-183-24/+33
|
* Update localization templateRicky Kresslein2022-06-161-2/+2
|
* Localize date headings (Issue #54)Ricky Kresslein2022-06-162-5/+18
|
* Removed libc_strftimeRicky Kresslein2022-06-161-5/+0
|
* Fix date bugRicky Kresslein2022-06-162-1/+5
|
* Use unstable-localesRicky Kresslein2022-06-142-2/+3
|
* fix: #68Felix Zwettler2022-06-121-5/+0
|
* Export CSV disabled if no tasksRicky Kresslein2022-06-111-0/+2
|
* Center timer on empty (Issue #1)Ricky Kresslein2022-06-102-17/+15
|
* Fix formattingRicky Kresslein2022-06-085-104/+56
|
* add csv exportFelix Zwettler2022-06-073-123/+263
|
* #63 - Can't add task with start later than stopRicky Kresslein2022-06-071-10/+16
|
* Use locale date format (#54)Ricky Kresslein2022-06-071-12/+12
|
* Button to restart tasksRicky Kresslein2022-06-073-3/+10
|
* Update version and localizationRicky Kresslein2022-06-051-1/+0
|
* Reports feature (Issue #32)Ricky Kresslein2022-06-053-5/+471
|
* Bug #51: Dialogs stay on topRicky Kresslein2022-05-301-6/+5
|
* Update internationalizationRicky Kresslein2022-05-291-2/+2
|
* Update name of task groupRicky Kresslein2022-05-251-0/+68
|
* Edit task placeholder textRicky Kresslein2022-05-221-1/+1
|
* Autosave (Issue #45)Ricky Kresslein2022-05-202-178/+307
|