Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add switch button to gui and set monspace font in logs | Nao Pross | 2022-11-17 | 2 | -12/+44 |
| | |||||
* | Add link to Qt bug | Nao Pross | 2022-11-17 | 1 | -1/+1 |
| | |||||
* | Move ApiHelper and add comment for schema in muddle.moodle | Nao Pross | 2022-11-16 | 1 | -20/+21 |
| | |||||
* | Fix regression from upgrade to PyQt6 | Nao Pross | 2022-11-16 | 5 | -103/+129 |
| | |||||
* | Update to PyQt6 | Nao Pross | 2022-11-12 | 5 | -179/+97 |
| | |||||
* | Continue refractor of muddle.moodle | Nao Pross | 2021-02-12 | 2 | -14/+37 |
| | |||||
* | Partially refractor muddle.moodle and add test | Nao Pross | 2021-02-12 | 2 | -27/+148 |
| | |||||
* | Bump up minimum required python version to 3.7 | Nao Pross | 2021-02-12 | 1 | -1/+1 |
| | |||||
* | Add pytest | Nao Pross | 2021-02-11 | 3 | -3/+150 |
| | |||||
* | Separate default paths into submodule | Nao Pross | 2021-02-11 | 2 | -35/+37 |
| | |||||
* | Update README | Nao Pross | 2021-02-11 | 2 | -39/+29 |
| | |||||
* | Add dev dependency pycodestyle to replace PEP8 | Nao Pross | 2021-02-11 | 2 | -1/+149 |
| | |||||
* | Reorganize project directory | Nao Pross | 2021-02-10 | 7 | -4/+1 |
| | |||||
* | Switch to Poetry | Nao Pross | 2021-02-10 | 3 | -8/+175 |
| | |||||
* | Prepare progress bar slots | Nao Pross | 2021-02-10 | 2 | -2/+23 |
| | |||||
* | Replace QToolButtons with QPushButtons | Nao Pross | 2020-12-24 | 2 | -5/+4 |
| | |||||
* | Add Windows path for config and log files | Nao Pross | 2020-12-24 | 1 | -1/+7 |
| | |||||
* | Fix typo in README | Nao Pross | 2020-12-24 | 1 | -1/+1 |
| | |||||
* | Update .gitignore | Nao Pross | 2020-12-24 | 1 | -0/+2 |
| | |||||
* | Add instructions to develop on Windows in README | Nao Pross | 2020-12-24 | 1 | -6/+37 |
| | |||||
* | Update screenshot | Nao Pross | 2020-11-13 | 1 | -0/+0 |
| | |||||
* | 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 | 4 | -26/+122 |
| | |||||
* | 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 | 2 | -3/+13 |
| | | | | | | - Add clear button - Fix minor some behavior bugs - Expand tree items | ||||
* | Implement download path selection | Nao Pross | 2020-11-09 | 2 | -15/+76 |
| | |||||
* | Update screenshot | Nao Pross | 2020-11-08 | 1 | -0/+0 |
| | |||||
* | Add regexp search feature | Nao Pross | 2020-11-08 | 2 | -30/+57 |
| | |||||
* | Replace UI code with Qt designer file | Nao Pross | 2020-11-07 | 2 | -56/+265 |
| | |||||
* | 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 | 4 | -10/+27 |
| | |||||
* | Fix config path (expand) error | Nao Pross | 2020-10-22 | 1 | -3/+3 |
| | |||||
* | Color logs | Nao Pross | 2020-10-19 | 2 | -2/+15 |
| | |||||
* | Add LICENSE and version | Nao Pross | 2020-10-19 | 2 | -1/+690 |
| | |||||
* | Cleaner requests error and exception handling | Nao Pross | 2020-10-19 | 2 | -17/+27 |
| | |||||
* | 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 |
| | |||||
* | Write how to build an executable in README | Nao Pross | 2020-10-16 | 1 | -0/+11 |
| | |||||
* | Add image to README | Nao Pross | 2020-10-16 | 2 | -0/+2 |
| | |||||
* | Create README.md | Nao Pross | 2020-10-16 | 1 | -0/+18 |
| |