aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-10Use public licensemainJoris
2022-07-09Fix button label uppercaseJoris
2022-06-06Add space between amount and unitJoris
Also use `min` instead of `m` for minutes. `m` is for meters.
2021-10-31Support waylandJoris
2021-10-16Introduce due dateJoris
Also: - Remove duration, difficulty and priority, - Translate to french.
2020-10-09Fix application crash entering supprJoris
2020-08-03Highlight tasks having a descriptionJoris
Print a star at the end of tasks names for the tasks that have a description.
2020-07-05Augment height of task table rowsJoris
2020-06-14Improve tag updateJoris
2020-06-14Prevent double addition of tags during creationJoris
2020-06-12Remove warning in task formJoris
2020-06-07Add demoJoris
2020-06-07Augment width of task form dialogJoris
2020-06-07Remove update status dialog confirmationJoris
2020-06-07Keep tags if they are not modifiedJoris
2020-06-07Sorter tags alphabetically in dialog formJoris
2020-06-06Provide nix buildJoris
2020-06-06Add unit testsJoris
2020-06-06Add menu options to update tasks statusJoris
2020-06-01Separate tasks panel on statusJoris
2020-05-31Show sort indicatorJoris
2020-05-31Use double quotes instead of simple quotesJoris
Follow advice from: https://stackoverflow.com/questions/56011/single-quotes-vs-double-quotes-in-python
2020-05-31Prevent removing a tag being usedJoris
2020-05-31Open menu at the bottom right of the cursorJoris
2020-05-31Use defined tags for tasksJoris
2020-05-10Add tags panelJoris
2020-05-10Parse database command line argumentJoris
2020-05-10Sort empty fields as last resultsJoris
2020-05-10Show duration with a green orange red colorJoris
2020-05-10Allows decimals in durationsJoris
2020-05-10Improve difficulty and priority readingJoris
2020-05-10Add task difficulty and priority fieldsJoris
2020-05-10Add task description fieldJoris
2020-05-09Align task formJoris
2020-05-09Enable task modification and deletion with keyboard and mouseJoris
2020-05-09Use duration format in formJoris
2020-05-08Add duration to tasksJoris
2020-05-08Extract task form code from the dialog fileJoris
2020-05-08Bootstrap todo-nextJoris
2020-05-01Initial commitJoris