Damien Elmes
f947a65ac5
Merge pull request #794 from abdnh/tagedit-enter-fix
...
Don't apply suggestion when no suggestion list is shown in tagedit
2020-10-21 21:19:05 +10:00
Damien Elmes
5fc841de85
Merge pull request #791 from abdnh/sidebar-context-menu
...
help-wanted#6: continue work on new browser sidebar (based on #590 )
2020-10-21 21:13:32 +10:00
Henrik Giesel
9e44b2be7f
Turn update_search into its own method
2020-10-19 21:07:29 +02:00
Henrik Giesel
450e85d36d
Add search prompt for setupSearch
2020-10-19 20:57:19 +02:00
Henrik Giesel
54dc97825e
Add uses of search_for
2020-10-19 20:51:36 +02:00
Henrik Giesel
2d65e81b13
Add search_for method
2020-10-19 20:37:17 +02:00
abdo
5677a67025
Escape double quotes in search
2020-10-19 01:06:41 +03:00
abdo
d91f2a27b2
Remove unused code
2020-10-15 16:14:14 +03:00
abdo
236a6071d4
Save importing model in any case
...
https://forums.ankiweb.net/t/bug-notes-are-imported-to-the-wrong-deck-in-certain-cases/4318
2020-10-15 15:14:55 +03:00
Arthur Milchior
d6dd1849cf
NF: uses consts and update comment according to code
2020-10-15 08:22:23 +02:00
abdo
3531ae089a
Set card to None in reviewer cleanup
2020-10-14 12:56:47 +03:00
abdo
44e3ef690f
Don't apply suggestion when no suggestion list is shown
2020-10-14 05:00:24 +03:00
Damien Elmes
06292a45f3
formatting fix
...
formatting fix
2020-10-14 10:35:57 +10:00
Damien Elmes
73f2042bde
Merge pull request #792 from nwwt/skip-addons-argument
...
Add command-line argument to skip addons
2020-10-14 09:45:59 +10:00
Damien Elmes
02ceab55c0
Update __init__.py
2020-10-14 09:45:34 +10:00
Andreas Reis
21f072a666
Add command-line argument to skip addons
...
Shift doesn't work for me occasionally, for whatever reason. So just add an -s to skip it that way.
(Also, update my github nick)
2020-10-14 01:31:07 +02:00
Damien Elmes
5bc37f242b
Merge pull request #786 from contribs-w4b-co-uk/readme-development
...
added notes for running Anki from PyCharm with dev profile
2020-10-14 09:22:53 +10:00
lukkea
c8d2163a79
moved dev profile advise to general notes and, hopefully, improved wording
2020-10-12 12:20:38 +01:00
abdo
cd0523712f
Fix typing warning
2020-10-12 11:01:15 +03:00
abdo
7c1b855709
Do sidebar switch check in browser init
...
https://github.com/ankitects/help-wanted/issues/6#issuecomment-706880794
2020-10-12 10:28:21 +03:00
abdo
82993d16fd
Merge branch 'sidebar-context-menu' of https://github.com/abdnh/anki into sidebar-context-menu
2020-10-12 10:15:23 +03:00
Damien Elmes
1e37e6cabd
formatting fix
2020-10-12 12:37:51 +10:00
Damien Elmes
f75e3e6486
Merge pull request #790 from hgiesel/fields
...
Add fields_did_rename_field and fields_did_remove_field hooks
2020-10-12 12:36:39 +10:00
Damien Elmes
1aa29f2e79
Merge pull request #789 from abdnh/editor-decode-urls
...
Decode pasted URLs for nicer display
2020-10-12 12:33:52 +10:00
Damien Elmes
34a1d793a4
Merge pull request #788 from pkubowicz/opus-audio
...
Add .opus as an audio extension
2020-10-12 12:32:56 +10:00
Damien Elmes
aad6785bab
Merge branch 'master' into opus-audio
2020-10-12 12:32:43 +10:00
Damien Elmes
153c8aed27
formatting fixes
2020-10-12 12:17:02 +10:00
Damien Elmes
a4a461c17b
Merge pull request #782 from johan456789/patch-1
...
fix outdated help site
2020-10-12 12:15:46 +10:00
Henrik Giesel
591d3738d1
Add fields_did_rename_field and fields_did_remove_field hooks
2020-10-11 19:16:30 +02:00
abdo
709e789ade
Decode pasted URLs
2020-10-11 16:46:46 +03:00
Piotr Kubowicz
ed11f8e9d6
Add .opus as an audio extension
...
Wikimedia Commons has pronunciation recordings with .opus extension.
Anki is able to play such files, but until now adding them required
changing the extension to .ogg or some other supported one.
Also sort the audio extensions list.
2020-10-10 16:28:40 +02:00
Damien Elmes
99af63d81c
bust cache
2020-10-10 19:39:21 +10:00
Damien Elmes
727ddd74b6
fixes for latest mypy
2020-10-10 19:02:59 +10:00
abdo
4f5fdc192a
Move new sidebar code to a separate file
...
- Move the new sidebar code and SidebarTreeView implementation to a
new file. Old sidebar can be accessed with the shift key. The "new" sidebar
doesn't add much for now.
- Make rename_deck work with subdecks
- Fix an issue when trying to open context menu over areas not populated
with sidebar items
2020-10-10 04:42:49 +03:00
abdo
3708279f31
Merge commit 'refs/pull/590/head' of https://github.com/ankitects/anki into sidebar2
2020-10-10 04:11:54 +03:00
lukkea
0140c5323e
added notes for running Anki from PyCharm with dev profile
2020-10-09 18:29:37 +01:00
johan456789
06f1aeb052
fix help url paths
2020-10-10 00:38:07 +08:00
johan456789
91d3ded689
remove never used link
2020-10-10 00:07:34 +08:00
Damien Elmes
c96784c0eb
fix new clippy lints
2020-10-09 21:35:53 +10:00
Damien Elmes
0d4e05e6a4
Merge pull request #783 from abdnh/escape-amp-in-menus
...
Fix help-wanted#20
2020-10-09 20:47:45 +10:00
Damien Elmes
09a6a8078e
Merge pull request #775 from contribs-colin-w4b-co-uk/readme-development
...
added "Windows user (using PyCharm)" section to README.development
2020-10-09 20:45:04 +10:00
lukkea
d367044da2
clarified that .idea folder should be added to global .gitignore, not the repo .gitignore
2020-10-09 11:37:04 +01:00
Damien Elmes
22d33a8000
we can optimize the dependencies separately (to an extent)
2020-10-09 20:02:15 +10:00
Damien Elmes
efc8e4fb28
use a semi-optimized build during development
...
stock dev mode is too slow, but release mode is about 3x slower
than this middle ground
2020-10-09 19:51:46 +10:00
lukkea
41d0b7ddca
removed requirements.txt and adjusted "Windows users (using PyCharm)" to reflect that removal
2020-10-09 10:19:54 +01:00
abdo
7b392dd9d4
Escape ampersands in note type names too
2020-10-07 15:26:32 +03:00
johan456789
b8bf4fcd2a
Update CONTRIBUTORS
2020-10-07 20:02:03 +08:00
johan456789
e8e5314a97
fix outdated help site
2020-10-07 19:38:49 +08:00
abdo
994d167fdb
Fix 'Filter' menu item in deck filters not working
2020-10-07 14:32:21 +03:00
abdo
176126417e
Escape ampersands in filter menu
...
Fixes ankitects/help-wanted#20
2020-10-07 13:44:33 +03:00