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