Damien Elmes
03a555c25a
mention missing libs in linux.md
...
(cherry picked from commit 1e8b02592d )
2021-10-26 10:48:24 +10:00
Damien Elmes
902d95bc33
stop migrating from old folder locations
...
Closes #1390
(cherry picked from commit b85ee30c70 )
2021-10-26 10:48:09 +10:00
Damien Elmes
fab2d0b9b3
Revert "Merge pull request #610 from evandroforks/ask_confirmation_before_moving_anki_collection"
...
This reverts commit a53aac40f8 , reversing
changes made to e323a8f902 .
Migration is about to be dropped (#1390 ), and the references to modules
like QtGui complicate a PyQt5/6 shim.
(cherry picked from commit c39a5e17e8 )
2021-10-26 10:46:59 +10:00
Abdo
76bd51a7c3
Fix deck change after toggling sticky fields ( #1415 )
...
(cherry picked from commit ebe7125e81 )
2021-10-26 10:46:59 +10:00
Damien Elmes
9b6fac5b60
handle AnkiDroid's two element new intervals
...
https://github.com/ankidroid/Anki-Android/issues/8889
(cherry picked from commit ca32a46594 )
2021-10-26 10:46:59 +10:00
Damien Elmes
6e6b22a791
fix profile save not working on Python 3.10
...
(cherry picked from commit daf2e0a78f )
2021-10-26 10:31:18 +10:00
Damien Elmes
31cecbc9bc
Merge pull request #1394 from abdnh/strip-unicode-isolation
...
Strip isolation characters from filenames in Check Media screen
(cherry picked from commit 98aa162608 )
2021-10-26 10:27:21 +10:00
Damien Elmes
c8efea43e8
Merge pull request #1388 from lolilolicon/patch-1
...
Quote $PREFIX properly for paths with spaces
(cherry picked from commit 339fd159aa )
2021-10-26 10:23:01 +10:00
Damien Elmes
c7f847ed40
Merge pull request #1391 from sobjornstad/change_note_type_hook
...
Add hook for selecting a new note type in the add window
(cherry picked from commit 0f48aa4a49 )
2021-10-26 10:22:04 +10:00
Damien Elmes
38c7e501e0
Merge pull request #1384 from hikaru-y/fix-previewer-memory-leak
...
Fix memory leak in previewer
(cherry picked from commit 1cd911ab63 )
2021-10-26 10:20:58 +10:00
Damien Elmes
5796470514
Merge pull request #1375 from RumovZ/disable-actions
...
Disable unusable browser actions on row change
(cherry picked from commit d091a547a4 )
2021-10-26 10:18:12 +10:00
Damien Elmes
bce15dcfb7
bump version
2021-10-26 09:22:54 +10:00
Damien Elmes
fb07bad324
Merge pull request #1379 from BlueGreenMagick/dont-fill-empty-on-add-cards
...
set CardLayout fill_empty=False for add cards editor
2021-09-21 15:23:20 +10:00
Damien Elmes
2772e358e1
add hidden option to disable tooltips in browse screen
...
https://forums.ankiweb.net/t/browser-text-pop-up-when-hovering-over-card-poll/13254
2021-09-21 15:22:59 +10:00
Damien Elmes
6ae84015aa
temporary fix for error on deleting ( #1374 )
2021-09-21 15:22:55 +10:00
Damien Elmes
e36c23e223
add startup message about forcing Wayland
2021-09-21 15:22:50 +10:00
Damien Elmes
a2ac197fd7
Revert "Merge pull request #1364 from evandroforks/fix_unclosed_python_file"
...
This reverts commit c05475a49e .
Revert "possible fix for reported audio issues"
This reverts commit f00f7f099f .
Reverting in case https://forums.ankiweb.net/t/2-1-48-release-candidate/13268/10
is related to this change. If the issue persists, we'll know this was
not the cause.
2021-09-21 15:22:46 +10:00
Damien Elmes
466d67ca3a
possible fix for reported audio issues
...
https://forums.ankiweb.net/t/2-1-48-release-candidate/13268/6
This is the only area of the sound code that has changed since 2.1.47
2021-09-16 10:16:15 +10:00
Damien Elmes
e24392231c
Merge pull request #1370 from evandroforks/add_missing_none
...
Fix previous card attribute not initialized
2021-09-15 21:23:41 +10:00
Damien Elmes
1f11981bf4
disable wayland again, but allow enabling it
...
Will add an entry to the known issues page.
2021-09-14 09:53:34 +10:00
Damien Elmes
af2ec0b9db
preserve focus on notetype change
...
Closes #1360
2021-09-13 16:06:16 +10:00
Damien Elmes
5a0cda07e1
allow wayland again
...
See #1368
2021-09-13 16:06:16 +10:00
Damien Elmes
c80d572d57
update translations
2021-09-13 16:06:16 +10:00
Damien Elmes
78f9782f36
handle filtered case when repositioning
2021-09-13 16:06:16 +10:00
Damien Elmes
17409d9360
don't check state of current card when repositioning
...
closes #1365
2021-09-13 16:06:16 +10:00
Damien Elmes
d626c74748
Merge pull request #1358 from evandroforks/lastcardinfo
...
Add option to reveal previous card's info
2021-09-13 16:06:07 +10:00
Damien Elmes
c05475a49e
Merge pull request #1364 from evandroforks/fix_unclosed_python_file
...
Fix ResourceWarning: unclosed file <_io.BufferedWriter name=5>
2021-09-13 16:06:05 +10:00
Damien Elmes
251c5ae080
check for invalid collections in full_upload()
2021-09-13 16:06:01 +10:00
Damien Elmes
93148211e0
tentative fix for learning count underflow
...
The 'avoid showing learning card twice' logic is now only applied
when the next learning card was already due to be shown. This'll mean
there will be cases where a learning card does get shown twice near
the end, but it makes the behaviour easier to reason about, for both
us and end users.
2021-09-13 16:03:56 +10:00
Damien Elmes
68316b9a2c
update translations
2021-09-13 16:03:48 +10:00
Damien Elmes
48ff84f7a6
tweak sync conflict message
2021-09-13 16:03:40 +10:00
Damien Elmes
6279015509
fix case of fields table
2021-09-08 19:13:59 +10:00
Damien Elmes
a13226c663
remove recursive symlink
...
https://github.com/ankitects/anki/pull/1332#issuecomment-913572914
2021-09-06 21:39:14 +10:00
Damien Elmes
8e79498d49
Merge pull request #1332 from hgiesel/svelteexportcontext
...
Shorten CSS references for `@import` or `@use`
2021-09-06 21:38:54 +10:00
Damien Elmes
9237f78d08
Merge pull request #1354 from hgiesel/preventoverwrite
...
Disallow setting, deleting or defining properties on packages
2021-09-06 21:38:35 +10:00
Damien Elmes
36fe89b147
update translations
2021-09-06 18:32:16 +10:00
Damien Elmes
83452d7ccd
add comment to segoe-ui string
...
https://forums.ankiweb.net/t/font-family-bug/12993/3
2021-09-06 18:32:16 +10:00
Damien Elmes
cb5cb006a9
Merge pull request #1350 from hgiesel/exportshortcuts
...
Implement register-package and export some packages
2021-09-02 22:23:12 +10:00
Damien Elmes
d210a21787
Merge pull request #1351 from hgiesel/fontisinline
...
Add FONT as an inline tag
2021-09-02 22:22:19 +10:00
Damien Elmes
b9d9343f51
don't allow | in generic family
2021-09-02 21:05:17 +10:00
Damien Elmes
1ae45c5445
quote fonts added via the Add Field dialog
2021-09-02 21:05:16 +10:00
Damien Elmes
1cdf0b1e9d
tweak linux.md and add forum link
2021-09-02 20:52:55 +10:00
Damien Elmes
1bd14b538d
fix inverted decks.have()
2021-09-01 12:00:05 +10:00
Henrik Giesel
cc8ee65eaf
Add FONT as an inline tag
2021-08-31 13:59:07 +02:00
Henrik Giesel
6e0f7c3d53
Implement register-package and export some packages
...
Exported packages are:
* anki/packages
* anki/shortcuts
* anki/bridgecommand
2021-08-30 14:41:40 +02:00
Damien Elmes
ab20f215b1
Merge pull request #1349 from RumovZ/rename-with-parents
...
Disable 'Rename with Parents' for top-level items
2021-08-30 22:27:44 +10:00
Damien Elmes
37941c7d93
Merge pull request #1348 from RumovZ/fix-profile-flags
...
Fix flags not updating when changing profile
2021-08-30 22:27:27 +10:00
RumovZ
d044360ff9
Disable 'Rename with Parents' for top-level items
2021-08-30 11:10:14 +02:00
RumovZ
3c53a961a3
Reset flags when loading a profile...
...
... not only on startup.
2021-08-30 11:07:40 +02:00
Damien Elmes
9a27e44ff8
don't panic when invalid note id provided to change notetype
...
https://forums.ankiweb.net/t/fatal-error-while-updating-deck/12743/2
2021-08-29 14:00:55 +10:00