Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-11-13 | Highlight when search regexp is invalid | Nao Pross | 1 | -0/+5 | |
2020-11-13 | Load config data into config tab | Nao Pross | 1 | -18/+76 | |
2020-11-12 | Temporary fix for missing autotristate bug | Nao Pross | 1 | -2/+20 | |
2020-11-10 | Fix double-click to download and open file | Nao Pross | 1 | -1/+20 | |
The feature was broken since the refractor to load a .ui file | |||||
2020-11-10 | Refractor gui.MoodleTreeWidget into MoodleTreeModel | Nao Pross | 1 | -62/+71 | |
With the new View + Proxy model the widget part was useless | |||||
2020-11-09 | Improve search | Nao Pross | 1 | -3/+10 | |
- Add clear button - Fix minor some behavior bugs - Expand tree items | |||||
2020-11-09 | Implement download path selection | Nao Pross | 1 | -2/+56 | |
2020-11-08 | Add regexp search feature | Nao Pross | 1 | -4/+48 | |
2020-11-07 | Replace UI code with Qt designer file | Nao Pross | 1 | -56/+30 | |
2020-11-06 | Clean up import | Nao Pross | 1 | -1/+13 | |
2020-11-06 | Make double-click open non-blocking | Nao Pross | 1 | -3/+2 | |
2020-10-24 | Add double-click download/open of files | Cristiano Colangelo | 1 | -3/+17 | |
2020-10-23 | Make PEP8 happy | Nao Pross | 1 | -2/+2 | |
2020-10-19 | Cleaner requests error and exception handling | Nao Pross | 1 | -15/+12 | |
2020-10-19 | Fix GUI log handler crash | Nao Pross | 1 | -16/+20 | |
As suspected, logging.Handler works on another thread causing a crash when widgets are accessed | |||||
2020-10-18 | Make item selection tristate, cleaup icon code | Nao Pross | 1 | -9/+13 | |
2020-10-18 | Re-add icons | Nao Pross | 1 | -5/+16 | |
2020-10-18 | Implement MoodleTreeView.onWorkerLoadedItem slot | Nao Pross | 1 | -5/+31 | |
Other minor fix(es): - Correct sorting order | |||||
2020-10-18 | Fix API call | Nao Pross | 1 | -1/+3 | |
2020-10-17 | Refractor gui.MoodleFetcher | Nao Pross | 1 | -52/+58 | |
2020-10-17 | Refractor gui.MoodleItem | Nao Pross | 1 | -45/+36 | |
2020-10-17 | Sort moodle courses in GUI | Nao Pross | 1 | -0/+3 | |