Commit Graph

25 Commits

Author SHA1 Message Date
evandrocoan
20c9837770 Created the .github/workflows/windows.yml
# Conflicts:
#	.github/scripts/trailing-newlines.sh
#	Makefile
#	qt/tools/typecheck-setup.sh
#	react/Makefile
#	rspy/Makefile
#	svelte/Makefile
#	tslib/Makefile
2020-03-23 19:51:03 -03:00
Damien Elmes
e8b2182d79 mention need to update translations and link to docs 2020-02-26 18:05:32 +10:00
evandrocoan
47ccd6638d Added -o pipefail to all set -e ensuring the build fails when some
operation with pipe exits error status.

# Conflicts:
#	Makefile
2020-02-24 20:18:56 -03:00
Damien Elmes
6bd61d3d85 document annotations 2020-02-12 08:05:40 +10:00
Damien Elmes
a34e5b3246 update contrib to reflect the naming tweaks 2020-01-15 17:51:42 +10:00
Damien Elmes
fbd7d966ea update contrib file 2020-01-15 14:26:50 +10:00
Damien Elmes
e98327f10d request type hints in new contributions 2020-01-13 21:39:57 +10:00
Damien Elmes
d92e27ab50 stray space 2020-01-13 13:58:35 +10:00
Damien Elmes
fb5e6f3d01 update readme 2020-01-08 10:32:58 +10:00
Damien Elmes
178df0d297 add contributors file 2020-01-03 09:31:02 +10:00
Damien Elmes
2e7669daf4 update docs 2020-01-02 19:55:27 +10:00
Damien Elmes
b23b6fbe35 move the separate components back into this monorepo
Earlier today I pushed a change that split this code up into multiple
repos, but that has proved to complicate things too much. So we're
back to a single repo, except the individual submodules are better
separated than they were before.

The README files need updating again; I will push them out soon.

Aside from splitting out the different modules, the sound code has
moved from from anki to aqt.
2020-01-02 19:43:19 +10:00
Damien Elmes
18d8cb561c add note about pre-push 2019-12-26 09:30:45 +10:00
Damien Elmes
f2a7e4685c give up on pytype
the fix/check/fix cycle is infuriating slow
2019-12-23 11:58:26 +10:00
Damien Elmes
2d68544d64 update contrib docs 2019-12-23 11:38:58 +10:00
Damien Elmes
30f5a82d35 drop pytype from CI checks
less useful as more type hints are added
2019-12-23 08:40:37 +10:00
Damien Elmes
5075fc23f6 remove pytype from 'make check', and split up dev deps 2019-12-22 08:56:47 +10:00
Damien Elmes
28aa983aa4 mention example in contrib file 2019-12-21 07:38:01 +10:00
Damien Elmes
59ce08bc4e add type hints section to README.contributing 2019-12-20 20:52:16 +10:00
Damien Elmes
795f36aeb0 add comment about pretty to makefile 2019-12-20 20:37:29 +10:00
Damien Elmes
9d1d646a92 update docs 2019-12-18 16:16:44 +10:00
Jesse Peterman
cccc4bc047
Update README.contributing
Fixed a few typos
2018-07-10 09:13:10 -07:00
Damien Elmes
7288a9b063 new add-on handling
- separate dialog for managing add-ons
- only add-ons compatible with Anki 2.1 will be shown on AnkiWeb
- can delete or toggle disabled on multiple add-ons at once
- check for updates button
- button to view add-on's AnkiWeb page

The new handling drops support for single file .py add-ons, and requires
add-ons to store all files in a single folder. This ensures all files
are cleaned up properly when updating or deleting an add-on, and
prevents file conflicts between separate add-ons. See the updated
add-on docs for more:

https://apps.ankiweb.net/docs/addons21.html#add-on-folders
https://apps.ankiweb.net/docs/addons21.html#sharing-add-ons

README.addons has been moved to the above page
2017-08-26 15:14:20 +10:00
Andi Hafner
be8579a0a2 fixing typo
line 33 'harbour' instead of 'harbor'
2017-01-30 08:30:20 +01:00
Damien Elmes
72f128156e add README.contributing 2016-08-16 15:07:29 +10:00