aboutsummaryrefslogtreecommitdiffstats
path: root/muddle/gui.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-17Correct system monospace font selectionHEADmasterNao Pross1-2/+2
2022-11-17Create login dialog for SWITCHNao Pross1-2/+66
2022-11-17Add switch button to gui and set monspace font in logsNao Pross1-1/+7
2022-11-17Add link to Qt bugNao Pross1-1/+1
2022-11-16Fix regression from upgrade to PyQt6Nao Pross1-13/+15
2022-11-12Update to PyQt6Nao Pross1-28/+36
2021-02-10Reorganize project directoryNao Pross1-1/+1
2021-02-10Prepare progress bar slotsNao Pross1-0/+21
2020-12-24Replace QToolButtons with QPushButtonsNao Pross1-3/+2
2020-11-13Highlight when search regexp is invalidNao Pross1-0/+5
2020-11-13Load config data into config tabNao Pross1-18/+76
2020-11-12Temporary fix for missing autotristate bugNao Pross1-2/+20
2020-11-10Fix double-click to download and open fileNao Pross1-1/+20
The feature was broken since the refractor to load a .ui file
2020-11-10Refractor gui.MoodleTreeWidget into MoodleTreeModelNao Pross1-62/+71
With the new View + Proxy model the widget part was useless
2020-11-09Improve searchNao Pross1-3/+10
- Add clear button - Fix minor some behavior bugs - Expand tree items
2020-11-09Implement download path selectionNao Pross1-2/+56
2020-11-08Add regexp search featureNao Pross1-4/+48
2020-11-07Replace UI code with Qt designer fileNao Pross1-56/+30
2020-11-06Clean up importNao Pross1-1/+13
2020-11-06Make double-click open non-blockingNao Pross1-3/+2
2020-10-24Add double-click download/open of filesCristiano Colangelo1-3/+17
2020-10-23Make PEP8 happyNao Pross1-2/+2
2020-10-19Cleaner requests error and exception handlingNao Pross1-15/+12
2020-10-19Fix GUI log handler crashNao Pross1-16/+20
As suspected, logging.Handler works on another thread causing a crash when widgets are accessed
2020-10-18Make item selection tristate, cleaup icon codeNao Pross1-9/+13
2020-10-18Re-add iconsNao Pross1-5/+16
2020-10-18Implement MoodleTreeView.onWorkerLoadedItem slotNao Pross1-5/+31
Other minor fix(es): - Correct sorting order
2020-10-18Fix API callNao Pross1-1/+3
2020-10-17Refractor gui.MoodleFetcherNao Pross1-52/+58
2020-10-17Refractor gui.MoodleItemNao Pross1-45/+36
2020-10-17Sort moodle courses in GUINao Pross1-0/+3