Anki/rslib/src/decks
RumovZ cc929687ae
Deck-specific Limits (#1955)
* Add deck-specific limits to DeckNormal

* Add deck-specific limits to schema11

* Add DeckLimitsDialog

* deck_limits_qt6.py needs to be a symlink

* Clear duplicate deck setting keys on downgrade

* Export deck limits when exporting with scheduling

* Revert "deck_limits_qt6.py needs to be a symlink"

This reverts commit 4ee7be1e10.

* Revert "Add DeckLimitsDialog"

This reverts commit eb0e2a62d3.

* Add day limits to DeckNormal

* Add deck and day limits mock to deck options

* Revert "Add deck and day limits mock to deck options"

This reverts commit 0775814989.

* Add Tabs component for daily limits

* Add borders to tabs component

* Revert "Add borders to tabs component"

This reverts commit aaaf553893.

* Implement tabbed limits properly

* Add comment to translations

* Update rslib/src/decks/limits.rs

Co-authored-by: Damien Elmes <dae@users.noreply.github.com>

* Fix camel case in clear_other_duplicates()

* day_limit → current_limit

* Also import day limits

* Remember last used day limits

* Add day limits to schema 11

* Tweak comment (dae)

* Exclude day limit in export (dae)

* Tweak tab wording (dae)

* Update preset limits on preset change

* Explain tabs in tooltip (dae)

* Omit deck and today limits if v2 is enabled

* Preserve deck limit when switching to today limit
2022-07-19 18:27:25 +10:00
..
addupdate.rs Add apkg import/export on backend (#1743) 2022-05-02 21:12:46 +10:00
counts.rs Expose backend_proto publicly for AnkiDroid, and rename to pb 2022-06-27 15:27:53 +10:00
current.rs current deck change is now undoable 2021-04-06 21:52:06 +10:00
filtered.rs hide NativeName inner value, and require explicit accessors 2021-04-18 09:29:35 +10:00
limits.rs Deck-specific Limits (#1955) 2022-07-19 18:27:25 +10:00
mod.rs Expose backend_proto publicly for AnkiDroid, and rename to pb 2022-06-27 15:27:53 +10:00
name.rs Adjust remaining steps after config update (#1956) 2022-07-14 11:24:34 +10:00
remove.rs hide NativeName inner value, and require explicit accessors 2021-04-18 09:29:35 +10:00
reparent.rs Give deck.name the newtype NativeDeckName 2021-04-17 22:47:04 +02:00
schema11.rs Deck-specific Limits (#1955) 2022-07-19 18:27:25 +10:00
stats.rs Expose backend_proto publicly for AnkiDroid, and rename to pb 2022-06-27 15:27:53 +10:00
tree.rs Expose backend_proto publicly for AnkiDroid, and rename to pb 2022-06-27 15:27:53 +10:00
undo.rs Split Col impls in decks in pub and private blocks 2021-04-16 08:30:16 +02:00