Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make new strings translatable in application.rs | musiclover | 2022-04-11 | 1 | -2/+3 | |
| | | | | Also add translator credits | |||||
* | Made start/stop button circular | Ricky Kresslein | 2022-04-09 | 1 | -0/+3 | |
| | ||||||
* | Add system notifications for idle (Issue #15) | Ricky Kresslein | 2022-04-09 | 2 | -8/+60 | |
| | ||||||
* | Minimum height changes for task list or empty views (Issue #16) | Ricky Kresslein | 2022-04-08 | 3 | -2/+17 | |
| | ||||||
* | Set a minimum window height (Issue #16) | Ricky Kresslein | 2022-04-08 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #9 from musiclover382/i18n | lakoliu | 2022-04-06 | 5 | -32/+37 | |
|\ | | | | | Complete localization support | |||||
| * | Small fix in UI | musiclover | 2022-04-04 | 1 | -2/+2 | |
| | | | | | | | | Move Delete button to the right in the Delete All? dialog | |||||
| * | Make strings translatable in rust source code | musiclover | 2022-04-03 | 4 | -29/+34 | |
| | | ||||||
| * | Make some strings translatable in task_details.ui | musiclover | 2022-04-03 | 1 | -3/+3 | |
| | | ||||||
* | | Show error toast if user tries to duplicate task while timer is running | Ricky Kresslein | 2022-04-06 | 1 | -2/+4 | |
| | | ||||||
* | | Fix Bugs #13 & #14 - Right-click does nothing if clock is already running | Ricky Kresslein | 2022-04-06 | 2 | -19/+19 | |
| | | ||||||
* | | Add documentation for right-click to duplicate (Issue #12) | Ricky Kresslein | 2022-04-06 | 1 | -1/+20 | |
| | | ||||||
* | | Changed icons on welcome screen (Issue #1) | Ricky Kresslein | 2022-04-06 | 1 | -2/+2 | |
| | | ||||||
* | | Add padding to timer sides to improve scaling (Issue #11) | Ricky Kresslein | 2022-04-06 | 1 | -0/+2 | |
|/ | ||||||
* | Fix bug #6 | Ricky Kresslein | 2022-04-02 | 1 | -1/+1 | |
| | ||||||
* | fix: Correct typo: miniutes -> minutes | William Floyd | 2022-04-01 | 1 | -1/+1 | |
| | ||||||
* | Remove bottom margin | Ricky Kresslein | 2022-03-31 | 1 | -1/+0 | |
| | ||||||
* | Remove search from Preferences | Ricky Kresslein | 2022-03-31 | 2 | -1/+3 | |
| | ||||||
* | - Dark Mode off by default | Ricky Kresslein | 2022-03-22 | 2 | -14/+8 | |
| | | | | - Dark mode toggle switches immediately | |||||
* | Right-clicking a task starts timer for that task | Ricky Kresslein | 2022-03-17 | 2 | -1/+24 | |
| | ||||||
* | - Bug fix: Changing a task date now moves it immediately | Ricky Kresslein | 2022-03-17 | 3 | -17/+41 | |
| | | | | | | - Spaces before single digit dates are now zeroes - Moved 'Delete history' above 'About' in menu - Task input selected by default | |||||
* | Bug fix - total time displaying incorrectly | Ricky Kresslein | 2022-03-16 | 2 | -6/+6 | |
| | ||||||
* | - Added 'delete confirmation' setting | Ricky Kresslein | 2022-03-05 | 4 | -12/+105 | |
| | | | | - Added 'show seconds' setting | |||||
* | Added 'limit days shown' setting | Ricky Kresslein | 2022-03-03 | 3 | -4/+77 | |
| | ||||||
* | Moved distro | Ricky Kresslein | 2022-03-02 | 23 | -0/+0 | |
| | ||||||
* | - Clearly states idle notify works in Gnome only | Ricky Kresslein | 2022-02-23 | 4 | -11/+70 | |
| | | | | | - Fixed bug idle preference only updated on start - Added dark theme switch | |||||
* | - Distinctive development mode | Ricky Kresslein | 2022-02-20 | 6 | -7/+19 | |
| | ||||||
* | - Added Preferences | Ricky Kresslein | 2022-02-20 | 10 | -4/+223 | |
| | | | | | - Added idle notify to preferences - Bug fix: if user deleted first task none would show | |||||
* | Updated description | Ricky Kresslein | 2022-02-20 | 1 | -1/+2 | |
| | ||||||
* | - Moved to com.lakoliu.Furtherance | Ricky Kresslein | 2022-02-18 | 20 | -0/+2246 | |
- 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 |