Florian Bruhin
ad615941a2
Replace OS X with macOS
2017-07-08 11:12:43 +02:00
Florian Bruhin
3cbe419cee
Update Python version for Windows in release checklist
2017-07-04 21:36:20 +02:00
Florian Bruhin
28410b8533
Release v0.11.0
2017-07-04 18:02:34 +02:00
Florian Bruhin
ffb4bb5f7c
Improve chrome:// URL docs
2017-05-23 17:28:42 +02:00
Florian Bruhin
8b7cdb5d15
Merge commit 'a1e1e90ec916bcff0bf4fd5500fe80408f860f8b'
2017-05-23 17:22:08 +02:00
Florian Bruhin
9898d80625
Remove legacy cx_Freeze code
...
This also removes frozen tests for now. They should be readded at some point...
2017-05-17 11:31:14 +02:00
Florian Bruhin
6a35797a2c
Mention C++/JS in CONTRIBUTING
2017-04-25 22:57:39 +02:00
MikeinRealLife
a1e1e90ec9
Issue #2292
...
Added a list of chrome urls that work. A couple of with (?) next to
them did nothing and didn't hang or kill the browser, so I removed them.
They only work in OSX, not windows (opened separate issue for this).
2017-03-18 20:05:21 -07:00
Florian Bruhin
7ae85b7628
Mention how to build the website in CONTRIBUTING
2017-02-19 20:53:19 +01:00
Florian Bruhin
01719408bc
Update CONTRIBUTING
2017-02-09 00:50:37 +01:00
Florian Bruhin
de50f30b9b
Replace all GitHub links
2017-02-05 00:13:11 +01:00
Daniel Karbach
b7b9b7208d
Win Dev Environment instructions
...
adds a rough outline of how to set up a dev env on windows
2016-10-25 16:37:09 +02:00
Florian Bruhin
ea5cbb0c7f
Add new mailinglist to release checklist too
...
[ci skip]
2016-10-07 06:49:04 +02:00
Florian Bruhin
4c97684be8
Remove OS X bottle from CONTRIBUTING
2016-09-19 05:22:20 +02:00
Florian Bruhin
32282cad58
Update CONTRIBUTING
...
[ci skip]
2016-08-02 22:31:55 +02:00
Claire C.C
046eec9136
Remove extra "available"
2016-08-01 00:43:46 -07:00
Claire Cavanaugh
f261490dab
Fix minor errors and improve flow of text
2016-07-31 21:43:54 -07:00
Florian Bruhin
5c1401b0a1
Fix some stuff in CONTRIBUTING
2016-06-10 16:29:35 +02:00
Florian Bruhin
a0fd096038
Update CONTRIBUTING
2016-06-10 13:11:53 +02:00
Florian Bruhin
64d4c9f83e
Clean up end2end test file structure
...
This renames tests/integration to tests/end2end and moves some files to
tests/end2end/fixtures.
2016-05-29 18:20:00 +02:00
Florian Bruhin
afcb018ee2
Fix some spelling mistakes
...
Found via http://jwilk.net/software/mwic
2016-05-27 12:07:00 +02:00
Florian Bruhin
8ba6a0f5a7
Update CONTRIBUTING with cmdutils changes
2016-05-18 06:55:27 +02:00
Florian Bruhin
c33f0c3512
Use @cmdutils.argument for completions
2016-05-18 06:55:17 +02:00
Florian Bruhin
1611562271
Get rid of dict annotations
2016-05-18 06:55:17 +02:00
Florian Bruhin
c14db202d6
Use @cmdutils.argument to hide arguments
2016-05-18 06:55:17 +02:00
Florian Bruhin
1d5fc4a140
Update @cmdutils.argument docs
2016-05-18 06:55:17 +02:00
Florian Bruhin
3c586f34ff
Add a @cmdutils.argument decorator
...
For now the only available keyword argument is 'flag' which customizes
the flag an argument will get.
See #637 .
2016-05-18 06:55:17 +02:00
Florian Bruhin
c64e5c9bd5
Get rid of the colorlog dependency
...
colorlog was problematic for various reasons:
- Not commonly packaged for Linux distributions
- Calling colorama.init() automatically on import
- Not supporting {foo} log formatting
- Not supporting an easy way to turn colors off
Instead we now do the log coloring by hand, which is simpler and means
everyone will have colored logs.
2016-05-13 21:19:33 +02:00
Florian Bruhin
5eff35ba30
cmdutils.register: annotation -> arg for flags
...
Instead of using a 'flag' key in the annotation dict, we now use a flags
argument to @cmdutils.register which is a {argument: flag} dict.
See #637 .
2016-05-10 07:35:41 +02:00
Florian Bruhin
73fbfb9731
Replace 'nargs' annotation by star_args_optional
...
Before we used a {'nargs': '*'} annotation for the respective argument
to tell qutebrowser it's optional for the commandline. Now we instead
use a star_args_optional argument for @cmdutils.register as a first step
towards freeing up argument annotations for PEP 484.
See #637 .
2016-05-09 22:49:24 +02:00
Florian Bruhin
7a3c0b959d
Fix release checklist
2016-04-30 18:40:27 +02:00
Florian Bruhin
35c413c9c5
release checklist: Clarify how to build on Windows
2016-04-10 21:21:40 +02:00
Florian Bruhin
1e740aa78b
Update release checklist in CONTRIBUTING
2016-04-05 06:54:24 +02:00
Patric Schmitz
a54e77f118
add coverage test example to CONTRIBUTING file
2016-03-30 22:36:23 +02:00
Patric Schmitz
e4c8bd98cd
minor CONTRIBUTION fixes (utils renaming)
2016-02-10 23:01:50 +01:00
Patric Schmitz
c0cc3f3842
refining toxhelp PR. added a newline as well.
2016-02-10 22:12:48 +01:00
Patric Schmitz
c429991f88
update checkers list, add 'Running Specific Tests'
2016-02-10 18:37:07 +01:00
Florian Bruhin
8ab0b5b4ac
Use build_release.py to build sdist on Linux.
...
See #1091 .
2016-01-05 06:54:37 +01:00
Florian Bruhin
ec06247327
Add tests to check upgrades from old configs.
...
See #1171 .
2015-12-11 08:50:26 +01:00
Florian Bruhin
c46015b906
Add checklist for new PyQt release to CONTRIBUTING.
2015-11-18 08:08:40 +01:00
John ShaggyTwoDope Jenkins
65418307fd
typos
2015-10-13 16:09:49 -07:00
Florian Bruhin
bff93ff00a
Adjust release docs.
2015-10-04 21:15:23 +02:00
Florian Bruhin
b16a482b4c
Improve releasing documentation.
2015-09-11 19:43:55 +02:00
Florian Bruhin
f17131f6c2
Change Qt links to point to qt.io.
2015-06-12 16:59:33 +02:00
Florian Bruhin
17bb9fc21c
Use QProcess instead of subprocess.
...
Closes #646 .
Fixes #688 .
2015-06-11 20:28:04 +02:00
Florian Bruhin
f0c58b58dd
Mention pytest in CONTRIBUTING.
2015-06-02 20:51:48 +02:00
Florian Bruhin
36803cba06
Switch from flake8 to pytest-{mccabe,flakes,pep8}.
2015-06-02 20:51:06 +02:00
Florian Bruhin
48735315f8
docs: Fix typo.
2015-05-29 16:53:01 +02:00
Florian Bruhin
9ee74253e4
Remove name annotation for cmdutils.register.
...
See #637 .
2015-04-20 22:25:27 +02:00
Florian Bruhin
2a0a2d926e
Adjust CONTRIBUTING.
2015-04-20 20:09:25 +02:00