summaryrefslogtreecommitdiff
path: root/scripts/dictcli.py
AgeCommit message (Collapse)Author
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
Closes #6015
2021-01-13dataclasses: Initial switchFlorian Bruhin
See #6023
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Remove conditionals for spell checksFlorian Bruhin
2020-04-21scripts: Print errors to stderr instead of stdoutFlorian Bruhin
2020-04-21Improve dictcli.py error outputFlorian Bruhin
See #5367
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-01Use utils.is_posix insteadFlorian Bruhin
2019-10-01Reformattingelig0n
2019-10-01Allow check_root for any platform but win32elig0n
2019-10-01Add platform check to check_root()elig0n
2019-08-27Clean up filename handling in dictcli/spell.pyFlorian Bruhin
Before this change, we sometimes assumed that a dictionary filename had a .bdic suffix, sometimes not, and sometimes we added it by hand. For some reason (probably some minor API change?) this currently breaks running dictcli.py. While the minimal fix in #4986 works, it only does so because we use re.match (not re.fullmatch) inside spell.py, so the .bdic suffix (which is present there) is ignored. This change instead refactors all dict handling so that the suffix is always included in the filename, and only stripped off in the last moment when passing it to QtWebEngine. Closes #4986
2019-07-25dictcli: Avoid running as root if unnecessaryFlorian Bruhin
2019-07-25dictcli: Print installed filenameFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-06-17Read dictionaries from /usr/share/qt on Qt >= 5.10Florian Bruhin
Fixes #3759 Supersedes #3762 See #2939, #4003
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
And lots and lots of whitespace changes.
2017-12-15Add missing docstringsFlorian Bruhin
2017-12-11Modify re.match usage in scripts directory.George Edward Bulmer
2017-11-05Review fixesMichal Siedlaczek
2017-11-04Fixed typoMichal Siedlaczek
2017-11-04Support updating dictionaries and removing old versions.Michal Siedlaczek