about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add Italian language to LINGUASmusiclover2022-04-031-0/+1
| |
* | Merge pull request #9 from musiclover382/i18nlakoliu2022-04-068-35/+317
|\ \ | | | | | | Complete localization support
| * | Create translation templatemusiclover2022-04-041-0/+270
| | |
| * | Small fix in UImusiclover2022-04-041-2/+2
| | | | | | | | | | | | Move Delete button to the right in the Delete All? dialog
| * | Make strings translatable in rust source codemusiclover2022-04-034-29/+34
| | |
| * | Make some strings translatable in task_details.uimusiclover2022-04-031-3/+3
| | |
| * | Add translatable files to POTFILESmusiclover2022-04-031-2/+9
| | |
| * | Small fix in desktop in filemusiclover2022-04-031-1/+1
| |/
* | 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-062-19/+19
| |
* | 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
|/
* Update versionRicky Kresslein2022-04-021-0/+1
|
* Fix bug #6Ricky Kresslein2022-04-021-1/+1
|
* Add GitHub SponsorsRicky Kresslein2022-04-021-1/+1
|
* Merge pull request #7 from W-Floyd/typo-fixlakoliu2022-04-011-1/+1
|\ | | | | | | fix: Correct typo: miniutes -> minutes Thanks @W-Floyd !!
| * fix: Correct typo: miniutes -> minutesWilliam Floyd2022-04-011-1/+1
|/
* Add donation linksRicky Kresslein2022-04-015-6/+7
|
* Remove bottom marginRicky Kresslein2022-03-311-1/+0
|
* Remove search from PreferencesRicky Kresslein2022-03-312-1/+3
|
* Add donation optionsRicky Kresslein2022-03-301-0/+14
|
* Improve README formattingRicky Kresslein2022-03-281-1/+2
|
* Improve README formattingRicky Kresslein2022-03-281-1/+1
|
* Improve README formattingRicky Kresslein2022-03-281-1/+1
|
* Add Flathub badge to READMERicky Kresslein2022-03-281-1/+2
|
* Update manifestRicky Kresslein2022-03-261-0/+1
|
* - Flatpak no longer shares network (not needed)Ricky Kresslein2022-03-265-7/+5
| | | | - Flatpak only uses the piece of the dbus that is necessary
* Updated AppDataRicky Kresslein2022-03-261-4/+21
|
* Updated AppDataRicky Kresslein2022-03-264-6/+34
|
* - Dark Mode off by defaultRicky Kresslein2022-03-228-15/+9
| | | | - Dark mode toggle switches immediately
* Update readmeRicky Kresslein2022-03-181-2/+2
|
* Update readmeRicky Kresslein2022-03-181-4/+4
|
* Update readmeRicky Kresslein2022-03-181-4/+4
|
* Update readmeRicky Kresslein2022-03-181-4/+4
|
* Update readmeRicky Kresslein2022-03-181-4/+4
|
* Readme and screenshotsRicky Kresslein2022-03-186-0/+708
|
* Right-clicking a task starts timer for that taskRicky Kresslein2022-03-172-1/+24
|
* - Bug fix: Changing a task date now moves it immediatelyRicky Kresslein2022-03-174-18/+42
| | | | | | - 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 incorrectlyRicky Kresslein2022-03-162-6/+6
|
* - Added 'delete confirmation' settingRicky Kresslein2022-03-057-13/+112
| | | | - Added 'show seconds' setting
* Added 'limit days shown' settingRicky Kresslein2022-03-034-4/+83
|
* Moved distroRicky Kresslein2022-03-0243-0/+0
|
* - Clearly states idle notify works in Gnome onlyRicky Kresslein2022-02-236-11/+131
| | | | | - Fixed bug idle preference only updated on start - Added dark theme switch
* - Distinctive development modeRicky Kresslein2022-02-2013-13/+159
|
* - Added PreferencesRicky Kresslein2022-02-2011-4/+229
| | | | | - Added idle notify to preferences - Bug fix: if user deleted first task none would show
* Updated descriptionRicky Kresslein2022-02-202-2/+3
|
* - Moved to com.lakoliu.FurtheranceRicky Kresslein2022-02-1838-0/+4364
- 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