Florian Bruhin
a3cc77b429
Fix vulture
2019-10-17 17:22:04 +02:00
Florian Bruhin
b8d3ebccb4
Merge remote-tracking branch 'origin/pr/5057'
2019-10-07 13:55:12 +02:00
Florian Bruhin
d44213199c
Remove unused scripts.utils.term_attributes
2019-10-01 15:34:58 +02:00
Florian Bruhin
2d4680cff3
Merge branch 'pyup-scheduled-update-2019-09-30'
2019-10-01 14:10:15 +02:00
Florian Bruhin
8aa33c673e
Remove unused scripts.utils.print_bold
2019-10-01 14:10:06 +02:00
Florian Bruhin
8cd65dcc1b
pylint: Enable emptystring extension
2019-10-01 12:35:55 +02:00
Florian Bruhin
3523bac245
Remove old segfault_test script
2019-10-01 11:54:40 +02:00
Florian Bruhin
21e9b9b41f
Specify 'check' with subprocess.run
2019-10-01 11:54:18 +02:00
Florian Bruhin
908c92a83b
Use utils.is_posix instead
2019-10-01 10:45:02 +02:00
elig0n
762cd046e0
Reformatting
2019-10-01 06:54:24 +03:00
elig0n
6bae83fa45
Allow check_root for any platform but win32
2019-10-01 01:39:22 +03:00
elig0n
5ac6d251f5
Add platform check to check_root()
2019-10-01 01:15:00 +03:00
arza
96b76190cf
run_profile: Print written filename for --profile-tool=none
2019-09-29 08:54:50 +03:00
Florian Bruhin
a3ec34b55d
Further improve release instructions
2019-09-27 13:42:10 +02:00
Florian Bruhin
4f76266a4b
build_release: Ignore another macOS smoke test line
2019-09-26 18:26:35 +02:00
Florian Bruhin
db21962d78
build_release: Print uploaded file
2019-09-25 23:23:31 +02:00
Florian Bruhin
8f7e232722
build_release: Improve handling of half-uploaded release
2019-09-25 22:06:46 +02:00
Florian Bruhin
6cd30be9bd
build_release: Set asset description directly
2019-09-25 21:17:58 +02:00
Florian Bruhin
f2a09a97b2
build_release: Add retry functionality for GitHub upload
2019-09-25 21:09:44 +02:00
Florian Bruhin
ebad75f915
macOS: Ignore new smoke test line
...
See #4919
2019-09-25 17:59:17 +02:00
Florian Bruhin
81b1e7b8a3
update_version: Improve release instructions
2019-09-25 17:54:37 +02:00
Florian Bruhin
ad83f4c340
Add check for missing userscript description
2019-09-25 16:03:42 +02:00
arza
033aa34404
run_profile: Set default profile file for --profile-tool=none
...
Fixes "TypeError: join() argument must be str or bytes, not 'NoneType'".
2019-09-25 01:35:45 +03:00
Florian Bruhin
f95e4166b7
Fix vulture
2019-09-13 18:28:00 +02:00
Florian Bruhin
854e6689bf
Merge remote-tracking branch 'origin/pr/4498' into scroll-performance
2019-09-13 14:01:56 +02:00
Florian Bruhin
4272f1e30b
Merge branch 'fix-dictcli'
2019-09-11 14:18:17 +02:00
Florian Bruhin
ac6aa571c3
travis_install: Update all dependencies
2019-09-10 16:32:54 +02:00
Florian Bruhin
b9c13ede5b
Add qtutils to check_coverage
2019-09-02 22:32:31 +02:00
Florian Bruhin
a5fb23458b
Clean up filename handling in dictcli/spell.py
...
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-08-27 11:25:00 +02:00
Florian Bruhin
6e0c17b510
Fix some typos
2019-08-01 18:24:47 +02:00
Florian Bruhin
c847e67c2a
dictcli: Avoid running as root if unnecessary
2019-07-25 17:24:53 +02:00
Florian Bruhin
b4e8e8e57c
dictcli: Print installed filename
2019-07-25 17:14:18 +02:00
Florian Bruhin
81a5ada67f
Fix lint
2019-07-18 17:30:37 +02:00
Florian Bruhin
b4d2547b94
build_release: Clean up getting path from registry
2019-07-18 16:19:18 +02:00
Florian Bruhin
26d316a94c
Add issue links
2019-07-18 16:14:17 +02:00
Florian Bruhin
d37843d137
build_release: Re-add windows patching
...
Looks like we need some patching again nowadays...
This reverts commit 7763287b10 .
2019-07-18 15:31:25 +02:00
Florian Bruhin
730018e37e
Check stdout/stderr of processes when running smoke test
2019-07-18 14:31:42 +02:00
Florian Bruhin
dfabbff63b
build_release: Improve sdist building
2019-07-18 12:25:16 +02:00
Florian Bruhin
412dd58b0b
update_version: Print tag
2019-07-18 12:08:34 +02:00
Florian Bruhin
9cba5a074a
Add missing format
2019-07-18 12:06:01 +02:00
Florian Bruhin
09ff9a87a5
update_version: Print better commands
2019-07-18 12:01:29 +02:00
Florian Bruhin
d7e68a5326
update_version: Fix message
2019-07-18 11:42:55 +02:00
Florian Bruhin
730ff7fe3d
update_version: Show git commit
2019-07-18 11:41:46 +02:00
Florian Bruhin
af6a9c6b4c
update_version: Fix output
2019-07-18 11:36:09 +02:00
Florian Bruhin
29c6afe476
Fix lint
2019-07-16 10:52:24 +02:00
Florian Bruhin
2077070b6d
update_version: Get new version from qutebrowser.py
2019-07-16 10:47:26 +02:00
Florian Bruhin
46dfafd907
bumpversion: Update releases in appdata.xml
...
Using lxml means rewriting the file, which loses comments.
2019-07-16 10:47:09 +02:00
Florian Bruhin
d22f500bbc
update_version: Update appdata filename
2019-07-16 10:47:09 +02:00
Florian Bruhin
5c60e847eb
update_version: Fix cwd handling
2019-07-16 10:47:09 +02:00
Florian Bruhin
032669d49f
update_version: Use sys.executable
2019-07-16 10:47:06 +02:00