Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | report: Port AdwWindow to AdwDialog | Gabriel Brand | 2025-01-02 | 3 | -157/+142 |
| | | | | | | - Use AdwToolbarView - Use AdwHeaderBar Instead of GtkHeaderBar - Remove unused style class 'report' | ||||
* | Port AdwPreferencesWindow to AdwPreferencesDialog | Gabriel Brand | 2025-01-02 | 6 | -32/+26 |
| | |||||
* | Port AdwAboutWindow to AdwAboutDialog | Gabriel Brand | 2025-01-02 | 1 | -7/+5 |
| | |||||
* | Update macOS/iOS details | Ricky Kresslein | 2024-06-05 | 1 | -0/+0 |
| | |||||
* | Update access keys | Gabriel Brand | 2024-02-12 | 2 | -36/+40 |
| | |||||
* | Port to libadwaita 1.4 widgets | Gabriel Brand | 2024-02-11 | 2 | -133/+67 |
| | |||||
* | Fix bug causing app to crash when restarting a completed Pomodoro task | Ricky Kresslein | 2024-02-05 | 1 | -3/+5 |
| | |||||
* | appdata: Update appdata | Sabri Ünal | 2024-01-06 | 1 | -1/+1 |
| | | | | | - Mark release descriptions as untranslatable - Mark the developer name as untranslatable | ||||
* | Remove gettext translation from copyright | Ricky Kresslein | 2023-10-15 | 1 | -1/+1 |
| | |||||
* | Update deprecated style context code | Ricky Kresslein | 2023-10-15 | 1 | -1/+1 |
| | |||||
* | Remove unused variable | Ricky Kresslein | 2023-10-15 | 1 | -1/+1 |
| | |||||
* | Fix autocomplete preference bugs | Ricky Kresslein | 2023-10-15 | 2 | -4/+20 |
| | |||||
* | Add preference to toggle autocomplete | Ricky Kresslein | 2023-10-15 | 3 | -5/+34 |
| | |||||
* | No longer show '#' for an empty tag in autocomplete | Ricky Kresslein | 2023-10-15 | 1 | -1/+5 |
| | |||||
* | Fix autocomplete drop-down stays after pressing start | Ricky Kresslein | 2023-10-15 | 1 | -5/+16 |
| | |||||
* | Update GTK and libadwaita versions | Ricky Kresslein | 2023-10-14 | 1 | -6/+14 |
| | |||||
* | Implement search by tag list | Joan Lledó | 2023-09-30 | 2 | -15/+21 |
| | |||||
* | Error management for `update_list_model()` | Joan Lledó | 2023-09-30 | 1 | -4/+4 |
| | |||||
* | Add autocomplete popup | Joan Lledó | 2023-09-30 | 1 | -1/+29 |
| | |||||
* | DB Query: order by name | Joan Lledó | 2023-09-30 | 1 | -1/+1 |
| | | | | So the dedup method works properly | ||||
* | Rename get_list_by_name | Joan Lledó | 2023-09-30 | 1 | -1/+1 |
| | |||||
* | Implement ToString trait for Task | Joan Lledó | 2023-09-30 | 1 | -0/+6 |
| | |||||
* | Query DB by task name | Joan Lledó | 2023-09-30 | 1 | -0/+23 |
| | |||||
* | Fix copyright | Ricky Kresslein | 2023-06-05 | 1 | -1/+1 |
| | |||||
* | Fix symbolic icon compatibility | Ricky Kresslein | 2023-06-04 | 1 | -1/+1 |
| | |||||
* | Sort preferences into sections | Ricky Kresslein | 2023-06-04 | 1 | -74/+85 |
| | |||||
* | Replace Local::today() (deprecated) | Ricky Kresslein | 2023-06-04 | 1 | -1/+1 |
| | |||||
* | #97: Add 'This Week' and 'Last Week' to reports. Add start of week picker to ↵ | Ricky Kresslein | 2023-06-04 | 4 | -5/+61 |
| | | | | settings. | ||||
* | #99: Inclusive total time | Ricky Kresslein | 2023-06-03 | 6 | -5/+96 |
| | |||||
* | #107: Fix pomodoro timer 1 minute off | Ricky Kresslein | 2023-06-02 | 2 | -2/+9 |
| | |||||
* | #102: Expand with window | Ricky Kresslein | 2023-06-01 | 1 | -1/+2 |
| | |||||
* | #105: Total seconds in CSV | Ricky Kresslein | 2023-06-01 | 1 | -1/+21 |
| | |||||
* | Change total time position | Ricky Kresslein | 2023-03-23 | 1 | -1/+3 |
| | |||||
* | #87: Implement libadwaita AboutWindow | Ricky Kresslein | 2023-03-23 | 1 | -11/+11 |
| | |||||
* | Use gtk-rs 0.6.4 | Ricky Kresslein | 2023-03-23 | 10 | -92/+100 |
| | |||||
* | Update to v1.7.0 | Ricky Kresslein | 2023-03-22 | 1 | -1/+2 |
| | |||||
* | Create Mac port and add App Store badge | RIcky Kresslein | 2023-03-14 | 26 | -0/+0 |
| | |||||
* | #83 - Add Similar Task button | Ricky Kresslein | 2022-10-18 | 2 | -7/+224 |
| | |||||
* | Add GIF | Ricky Kresslein | 2022-10-07 | 3 | -0/+0 |
| | |||||
* | Long task names no longer go off the page in Reports window | Ricky Kresslein | 2022-10-02 | 2 | -4/+3 |
| | |||||
* | Ability to change database location - #29 | Ricky Kresslein | 2022-09-24 | 7 | -17/+124 |
| | |||||
* | Import database | Ricky Kresslein | 2022-09-23 | 3 | -0/+100 |
| | |||||
* | Backup database | Ricky Kresslein | 2022-09-22 | 3 | -5/+63 |
| | |||||
* | #86: Prefill task name in edit | Ricky Kresslein | 2022-09-11 | 1 | -0/+4 |
| | |||||
* | #52: Shrink for mobile | Ricky Kresslein | 2022-09-11 | 2 | -2/+2 |
| | |||||
* | Correct report timeframes | Ricky Kresslein | 2022-09-11 | 2 | -3/+4 |
| | |||||
* | Switch to gnome.post_install | Winter | 2022-07-23 | 1 | -6/+5 |
| | |||||
* | ISO 8601 format | Ricky Kresslein | 2022-07-18 | 3 | -24/+33 |
| | |||||
* | Remove period from app summary - #72 | Ricky Kresslein | 2022-06-17 | 1 | -1/+1 |
| | |||||
* | Update localization template | Ricky Kresslein | 2022-06-16 | 1 | -2/+2 |
| |