Damien Elmes
d7c3c5d3b1
reuse _deckNewLimitSingle()
2020-03-04 12:23:56 +10:00
Damien Elmes
7bd1c59abd
reuse v2's _logRev()
2020-03-04 12:23:42 +10:00
Damien Elmes
7880227b43
remove duplicate methods from sched.py
2020-03-04 12:14:26 +10:00
Damien Elmes
966cfaec84
add some type hints that were only in the v1 scheduler
2020-03-04 12:10:38 +10:00
Damien Elmes
7ab3c4ce67
make v1 scheduler inherit from v2 so we can delete duplicate code
2020-03-04 11:41:23 +10:00
Damien Elmes
28e1e01068
use weakref for backrefs so collection doesn't need to be garbage collected
2020-03-03 21:25:32 +10:00
Damien Elmes
475f8e7f04
fix backend not deallocating due to circular reference
2020-03-03 21:12:38 +10:00
Damien Elmes
6192f18388
Merge pull request #490 from evandroforks/deprecate_cygwin_usr_bin_note
...
Deprecate the Cygwin /usr/bin/ note README.development
2020-03-03 18:35:57 +10:00
Damien Elmes
cfeee7025e
Merge pull request #485 from evandroforks/allow_to_define_python_bin
...
Allow to define python bin
2020-03-03 18:32:55 +10:00
evandrocoan
33b5010075
Deprecate the Cygwin /usr/bin/ note README.development
...
Such change seem to break my Cygwin installation and it is not
required as a installation step anymore because it was only useful
when the user attempted to install `gettext` using `apt-cyg`, but
now I instruct them to download the binaries directly from their
website.
2020-03-02 16:51:27 -03:00
evandrocoan
db49fc2a48
Merge remote-tracking branch 'danielelmes/master' into allow_to_define_python_bin
...
# Conflicts:
# rspy/Makefile
2020-03-02 11:44:45 -03:00
Damien Elmes
43d1c3b865
Merge pull request #454 from glutanimate/display-addon-name-in-config-window
...
Display add-on name in add-on configuration window title
2020-03-02 16:59:44 +10:00
Damien Elmes
6f573d6dee
Merge pull request #488 from evandroforks/relative_actions_link_per_fork
...
Created a relative badge link README.md
2020-03-02 16:30:24 +10:00
Damien Elmes
e20295575b
Merge pull request #487 from evandroforks/fix_rspy_makefile_rebuild
...
Fixed rspy/Makefile not rebuilding when rspy/src files are changed
2020-03-02 16:30:01 +10:00
Damien Elmes
5aa0ae668c
Merge pull request #486 from evandroforks/hide_makefile_buildhash_verbosity
...
Hide the Makefile buildhash rule verbosity
2020-03-02 16:28:59 +10:00
Damien Elmes
c925d1213a
Merge pull request #481 from evandroforks/fixed_python3_windows_usage
...
Fixed rspy/Makefile trying to use python3 on Windows
2020-03-02 15:46:17 +10:00
Damien Elmes
e592ac06ea
Merge pull request #478 from Arthur-Milchior/missing_constant
...
countsIdx return a queue type.
2020-03-02 15:43:31 +10:00
Damien Elmes
53b2122461
Merge pull request #476 from Arthur-Milchior/hook_browser_init
...
Hook browser init
2020-03-02 15:40:10 +10:00
Damien Elmes
dabbd18ffa
Merge pull request #472 from Arthur-Milchior/hook_init_clayout
...
Hook init clayout
2020-03-02 15:39:23 +10:00
Damien Elmes
c1c8ae9412
Merge pull request #483 from alanhdu/monkeytype
...
Add some typehints to qt/aqt [3/n]
2020-03-02 15:38:21 +10:00
evandrocoan
c13133c8e7
Created a relative badge link README.md
2020-03-01 23:10:40 -03:00
evandrocoan
17dc37151c
Allow to define a externally PYTHON_BIN and ACTIVATE_SCRIPT
2020-03-01 22:41:06 -03:00
evandrocoan
0b6ffff64a
Fixed rspy/Makefile trying to use python3 on Windows
2020-03-01 22:41:06 -03:00
evandrocoan
95b3a8d86c
Hide the Makefile buildhash rule verbosity
2020-03-01 22:39:19 -03:00
evandrocoan
eaef66ad27
Fixed rspy/Makefile not rebuilding when rspy/src files are changed
2020-03-01 22:38:39 -03:00
evandrocoan
0ae0ad6ce5
Fixed rspy/Makefile trying to use python3 on Windows
2020-03-01 13:24:53 -03:00
Alan Du
63a0b36d91
Monkeytype qt/aqt/reviewer.py
2020-03-01 10:16:08 -05:00
Alan Du
c283013ccd
Monkeytype qt/aqt/theme.py
2020-03-01 10:16:08 -05:00
Alan Du
9c4e616191
Monkeytype qt/aqt/sound.py
2020-03-01 10:16:08 -05:00
Alan Du
9568c4190a
Monkeytype qt/aqt/toolbar.py
2020-03-01 10:16:08 -05:00
Alan Du
c6817d296b
Monkeytype qt/aqt/webview.py
2020-03-01 10:16:08 -05:00
Arthur Milchior
80e5a97e39
countsIdx return a queue type.
...
I missed this constant before
2020-03-01 13:00:36 +01:00
Arthur Milchior
e45878c2ee
hook for initializing clayout
2020-03-01 11:42:41 +01:00
Arthur Milchior
57efc22d99
browser_did_init
2020-03-01 11:39:41 +01:00
Damien Elmes
ba97457e8a
add nfd tag fix to db check
...
we already normalize in the editor and importing, so perhaps these
tags were from an old version
https://anki.tenderapp.com/discussions/ankidesktop/39120-bug-filter-do-not-work-with-tags-which-contain-german-letters-like
2020-03-01 11:21:25 +10:00
Glutanimate
a36d37d041
Display add-on name in add-on configuration window title
2020-02-29 20:15:23 +01:00
Arthur Milchior
a1da483906
move deck_browser hooks apart
2020-02-29 17:01:38 +01:00
Damien Elmes
935133bed5
fix shared link
2020-02-29 21:43:37 +10:00
Damien Elmes
19ef578556
Merge pull request #473 from evandroforks/fix_docs_urllink
...
Fixed anki website docs link on pylib/anki/consts.py
2020-02-29 21:39:11 +10:00
Damien Elmes
b4f9b8109c
Merge pull request #468 from BlueGreenMagick/fix-comment-setwebexports
...
allow either \ or / in web exports filter
2020-02-29 21:25:12 +10:00
Damien Elmes
e52ceaed9b
restore mpv/mplayer missing warning that got lost in the av changes
...
and ensure the UI doesn't get temporarily stuck after the command fails
2020-02-29 21:20:08 +10:00
Damien Elmes
61230105fa
point user to manual if they're trying to disable night mode in dark mode
2020-02-29 20:44:49 +10:00
Damien Elmes
c97b37b7ae
make logging explicit, and support logging to a file
2020-02-29 20:44:01 +10:00
Damien Elmes
36372991f7
bump rust toolchain for 1.41.1 fixes
2020-02-29 19:42:30 +10:00
Damien Elmes
42781a696f
remove some unused imports
2020-02-29 15:21:11 +10:00
Damien Elmes
e26860ad04
don't require a media scan after media deleted inside Anki
2020-02-29 14:45:16 +10:00
BlueGreenMagick
ffb6ae2dc6
match both forward slash and os seperator
2020-02-29 12:36:10 +09:00
evandrocoan
bc5a9da396
Fixed anki website docs link on pylib/anki/consts.py
2020-02-28 22:18:19 -03:00
Arthur Milchior
f20b0e43cd
indicate that card_will_show belong to multiple windows
2020-02-28 13:34:48 +01:00
Damien Elmes
d0fcc43af8
Merge pull request #469 from alanhdu/monkeytype
...
Monkeytype the rest of pylib [2/n]
2020-02-28 17:25:39 +10:00