about summary refs log tree commit diff
path: root/src/ui/window.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix autocomplete preference bugsRicky Kresslein2023-10-151-4/+15
|
* Add preference to toggle autocompleteRicky Kresslein2023-10-151-3/+7
|
* 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
|
* #99: Inclusive total timeRicky Kresslein2023-06-031-5/+21
|
* Use gtk-rs 0.6.4Ricky Kresslein2023-03-231-28/+31
|
* Create Mac port and add App Store badgeRIcky Kresslein2023-03-141-0/+0
|
* Correct report timeframesRicky Kresslein2022-09-111-0/+1
|
* ISO 8601 formatRicky Kresslein2022-07-181-10/+13
|
* Update localization templateRicky Kresslein2022-06-161-2/+2
|
* Use unstable-localesRicky Kresslein2022-06-141-2/+2
|
* fix: #68Felix Zwettler2022-06-121-5/+0
|
* Center timer on empty (Issue #1)Ricky Kresslein2022-06-101-4/+11
|
* add csv exportFelix Zwettler2022-06-071-47/+183
|
* #63 - Can't add task with start later than stopRicky Kresslein2022-06-071-10/+16
|
* Button to restart tasksRicky Kresslein2022-06-071-1/+2
|
* Edit task placeholder textRicky Kresslein2022-05-221-1/+1
|
* Autosave (Issue #45)Ricky Kresslein2022-05-201-178/+290
|
* Add tasks manually (Issue #42)Ricky Kresslein2022-05-181-1/+182
|
* Removed unnecessary lineRicky Kresslein2022-05-011-1/+0
|
* Add Pomodoro timerRicky Kresslein2022-04-281-34/+144
|
* Remove unnecessary functionRicky Kresslein2022-04-221-9/+2
|
* Add tags to tasks (Issue #8)Ricky Kresslein2022-04-221-5/+31
|
* Change start btn color and deactivate when task is emptyRicky Kresslein2022-04-201-55/+43
|
* Fix bug #22: No longer crashes when not using GNOMERicky Kresslein2022-04-141-1/+4
|
* Update libadwaita to v1.1Ricky Kresslein2022-04-131-1/+1
|
* Add system notifications for idle (Issue #15)Ricky Kresslein2022-04-091-7/+9
|
* Minimum height changes for task list or empty views (Issue #16)Ricky Kresslein2022-04-081-0/+11
|
* Merge pull request #9 from musiclover382/i18nlakoliu2022-04-061-7/+9
|\ | | | | Complete localization support
| * Make strings translatable in rust source codemusiclover2022-04-031-7/+9
| |
* | Show error toast if user tries to duplicate task while timer is runningRicky Kresslein2022-04-061-2/+4
| |
* | Fix Bugs #13 & #14 - Right-click does nothing if clock is already runningRicky Kresslein2022-04-061-17/+18
|/
* Remove search from PreferencesRicky Kresslein2022-03-311-1/+1
|
* Right-clicking a task starts timer for that taskRicky Kresslein2022-03-171-0/+10
|
* - Bug fix: Changing a task date now moves it immediatelyRicky Kresslein2022-03-171-4/+10
| | | | | | - Spaces before single digit dates are now zeroes - Moved 'Delete history' above 'About' in menu - Task input selected by default
* Moved distroRicky Kresslein2022-03-021-0/+0
|
* - Clearly states idle notify works in Gnome onlyRicky Kresslein2022-02-231-8/+3
| | | | | - Fixed bug idle preference only updated on start - Added dark theme switch
* - Distinctive development modeRicky Kresslein2022-02-201-1/+5
|
* - Added PreferencesRicky Kresslein2022-02-201-2/+7
| | | | | - Added idle notify to preferences - Bug fix: if user deleted first task none would show
* - Moved to com.lakoliu.FurtheranceRicky Kresslein2022-02-181-0/+330
- 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