summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2021-03-12Update UA completionsFlorian Bruhin
2021-03-11Merge remote-tracking branch 'origin/pr/6232'Florian Bruhin
2021-03-11Merge remote-tracking branch 'origin/pr/6234'Florian Bruhin
2021-03-11Update requirements for PyQt 5.15.4Florian Bruhin
2021-03-10scripts: Add some additional checks for pathlibFlorian Bruhin
2021-03-09Added test_resources.pyLembrun
2021-03-08Force rebuild on history importLaurent Arnoud
Before the v2.0.x release, deleting the table had the same effect, but that's not the case anymore
2021-03-08Revert "ci: Add workaround for Archlinux/Docker issue"Florian Bruhin
This reverts commit 478e4de7bd1f26bebdcdc166d5369b2b5142c3e2. Fixed according to https://github.com/actions/virtual-environments/issues/2658
2021-03-03whitelist vulture at correct placeAxel Dahlberg
2021-03-03Merge branch 'master' into feature/6109-file-picker-stdoutAxel Dahlberg
2021-03-03Better handling of filepicker commands, updated test$MYNAME
2021-03-01misc_check: Print match instead of patternFlorian Bruhin
2021-03-01Re-add trailing commaFlorian Bruhin
2021-03-01Changes to generic regexp addedLembrun
2021-03-01Merge remote-tracking branch 'upstream/master' into qbot-snake-caseLembrun
2021-03-01scripts: Fix recompile_requirements with == in env markerFlorian Bruhin
2021-02-27Generic regexp to detect Camel case qtbot methodsLembrun
2021-02-26Merged into spellingLembrun
2021-02-26Qtbot methods changed to snake case,snake case check addedLembrun
2021-02-25requirements: Add importlib-metadataFlorian Bruhin
2021-02-25requirements: Initial upgrade to PyQt5 5.15.3Florian Bruhin
2021-02-22Fix lintFlorian Bruhin
2021-02-22scripts: Fix PE checksum for Windows releasesFlorian Bruhin
This should help with virus scanner false positives. See https://github.com/pyinstaller/pyinstaller/issues/5579 Fixes #6081 Fixes #6194
2021-02-22Fix lintFlorian Bruhin
2021-02-22Update changelog linksFlorian Bruhin
2021-02-18Revert "ci: Use different workaround for Archlinux docker"Florian Bruhin
This reverts commit 545e37b913f9db7efaff22074372ebba4c794986. Doesn't actually seem to work...
2021-02-16ci: Use different workaround for Archlinux dockerFlorian Bruhin
2021-02-15Revert "Revert "ci: Add workaround for Archlinux/Docker issue""Florian Bruhin
This reverts commit 8fccc17bd846a3e00c4c3afaad29738800dc6b54. Still broken unfortunately (probably on GitHub's side)...
2021-02-15Revert "ci: Add workaround for Archlinux/Docker issue"Florian Bruhin
This reverts commit 478e4de7bd1f26bebdcdc166d5369b2b5142c3e2. Maybe not needed anymore after https://bugs.archlinux.org/task/69563#comment196734
2021-02-15scripts: Update changelog URLsFlorian Bruhin
2021-02-10ci: Add workaround for Archlinux/Docker issueFlorian Bruhin
See https://github.com/actions/virtual-environments/issues/2658 Thanks to https://github.com/lxqt/lxqt-panel/pull/1562
2021-02-10WIP: Refactor QtWebEngine version handlingFlorian Bruhin
2021-02-08scripts: Add new changelog URLsFlorian Bruhin
2021-02-05Remove old changelog URLsFlorian Bruhin
2021-01-30Fix coverageFlorian Bruhin
2021-01-29Mark mkvenv.py as executableFlorian Bruhin
2021-01-28Use and enforce python3 shebangs in userscriptsFlorian Bruhin
See #6080
2021-01-28Fix lint in change_release.pyFlorian Bruhin
2021-01-28scripts: Improve macOS smoke testFlorian Bruhin
2021-01-28scripts: Add change_release.pyFlorian Bruhin
2021-01-28scripts: Also add desc suffix for installerFlorian Bruhin
2021-01-28scripts: Actually use 32-bit Python on WindowsFlorian Bruhin
2021-01-28scripts: Adjust Windows release instructionsFlorian Bruhin
2021-01-28scripts: Adjust suffix for 32-bit releasesFlorian Bruhin
2021-01-27Fix lintFlorian Bruhin
2021-01-27scripts: Add suffix for 32-bit artifactsFlorian Bruhin
See #6050
2021-01-27scripts: Refactor Windows buildingFlorian Bruhin
2021-01-27scripts: Handle ignored dependencies in recompile_requirementsFlorian Bruhin
2021-01-27scripts: Show raw diff on CI when recompiling requirementsFlorian Bruhin
2021-01-26scripts/ci: upgrade packaging stackFlorian Bruhin
Make sure we have the newest versions of pip/setuptools/wheel as well in requirements-tox.txt. See #6068, needed to support the "cp310" tag when building wheels for hunter/PyQt5-sip.