Damien Elmes
3e45c56f3a
improve filtered decks
...
- add a custom study option to the deck overview. it combines the
ability to increase the daily limits with the ability to create filtered
decks based on presets
- removed the presets from the filtered deck dialog.
- moved the filter/cram button on the decks/overview screen to the tools menu
- filtered decks no longer show their search terms (easily findable by
clicking options), and instead show a brief explanation of how they work.
- the filter by tags preset now presents a dialog like anki 1.2's active tags
dialog. decks will remember their previously selected tags.
- the custom study option creates a deck called "Custom Study Session", which
will automatically get reused if you custom study in a different deck. you
can rename it if you want to keep it.
- filtered decks now show in the deck list as blue
2012-10-26 01:58:46 +09:00
Damien Elmes
50cd01ffdd
learning queue orange
2012-09-06 06:32:14 +09:00
Damien Elmes
89ffc81cf7
open links in deck overview
2012-08-24 15:26:58 +09:00
Damien Elmes
58a2391962
make sure to include current deck if creating filtered from shortcut
2012-06-15 02:36:47 +09:00
Damien Elmes
064803bce7
overhaul font handling
...
- set the default webview font to the system font
- remove explicit font size settings in favour of the default
- remove card list size customization in favour of the default
2012-05-26 20:28:30 +09:00
Damien Elmes
eb395ac2c0
filter/cram shortcut is f
2012-05-25 11:44:56 +09:00
Damien Elmes
63a31dc7bd
update cram for new properties
2012-05-24 14:19:25 +09:00
Damien Elmes
031dbcf6f8
remDyn -> emptyDyn
2012-05-24 12:41:28 +09:00
Damien Elmes
2bb2a4f412
study more option when daily limits reached
2012-05-20 21:22:15 +09:00
Damien Elmes
4a235b96a5
filter/cram, add empty button
2012-05-20 17:33:22 +09:00
Damien Elmes
9fc3647842
1000+
2012-05-06 15:13:27 +09:00
Damien Elmes
faf4e396f8
use libanki json
2012-04-28 17:58:28 +09:00
Damien Elmes
8b0f73a960
update due counts every 10 minutes while on overview/decklist
2012-04-22 09:29:15 +09:00
Damien Elmes
b57b2aa66a
tooltips for cram/options
2012-04-17 19:30:26 +09:00
Damien Elmes
dc65441623
shortcuts for cramming and options
2012-04-11 21:29:35 +09:00
Damien Elmes
fe8d28c3eb
stop audio in deck browser, card layout and overview
2012-04-11 20:19:39 +09:00
Damien Elmes
a1ef0c2d73
add option to cram current deck
2012-04-06 12:04:34 +09:00
Damien Elmes
a79d3f922d
steps are in 'delays', not 'steps'
2012-03-30 00:01:30 +09:00
Damien Elmes
d1cf46d0c8
timeboxing
2012-03-16 19:55:59 +09:00
Damien Elmes
17267af0ed
only show 'rebuild' on cram decks
2012-03-16 19:09:31 +09:00
Damien Elmes
ccc112adde
show dynamic deck description
2012-03-13 21:39:35 +09:00
Damien Elmes
896ecfa0f5
add rebuild button
2012-03-13 19:36:11 +09:00
Damien Elmes
8fd29bed1c
cram creation & config
2012-03-13 19:02:39 +09:00
Damien Elmes
be09087ffd
bigger spacing for all but mac; mention httplib2>0.7
2012-01-11 20:18:17 +09:00
Damien Elmes
91cbd316b1
win32 tweaks
2012-01-11 20:04:32 +09:00
Damien Elmes
4fd1da00fd
use a platform-specific font
2012-01-11 14:44:50 +09:00
Damien Elmes
0d4f18afad
make sure we tidy up key handlers; s/fact/note
2011-12-21 10:11:53 +09:00
Damien Elmes
6323633f65
superfluous reset hook in overview
2011-12-15 15:22:22 +09:00
Damien Elmes
312af79c1e
add review link
2011-12-14 12:13:10 +09:00
Damien Elmes
7c310e678c
fix deck description
2011-12-14 11:44:29 +09:00
Damien Elmes
b14e6b306b
fix double syncs
2011-12-13 10:30:29 +09:00
Damien Elmes
ed85bec6cc
fix deck conf bugs
2011-12-11 00:24:08 +09:00
Damien Elmes
569b903cdc
move collection options into preferences
2011-12-10 23:41:33 +09:00
Damien Elmes
f8d39ca210
update deck configuration dialog
2011-12-10 04:21:53 +09:00
Damien Elmes
e9733beb81
let libanki add the necessary count
2011-12-05 19:34:04 +09:00
Damien Elmes
5fc4a80458
repCounts() -> counts()
2011-12-05 19:19:25 +09:00
Damien Elmes
47f9b79632
.reset() when opening overview or reviewer
2011-12-05 14:52:11 +09:00
Damien Elmes
77dd9eea14
browser work
2011-12-02 20:44:18 +09:00
Damien Elmes
6feafbb4ff
add options & cram buttons
2011-12-02 18:08:33 +09:00
Damien Elmes
7909181f32
move remaining to middle; hide timer for now
2011-12-01 20:06:56 +09:00
Damien Elmes
da25e87ac4
key handling stuff
2011-12-01 19:42:36 +09:00
Damien Elmes
9c5eb98114
hook up context menu and remaining count
2011-12-01 17:05:04 +09:00
Damien Elmes
cecec92934
work on reviewer
2011-12-01 15:15:20 +09:00
Damien Elmes
b745567bb3
add another toolbar at the bottom
2011-11-30 17:54:55 +09:00
Damien Elmes
cf87d19905
refactor card layout, reviewing
2011-11-28 14:37:07 +09:00
Damien Elmes
f2a39aad2a
move the toolbar into a separate file and make it global
2011-11-27 11:25:13 +09:00
Damien Elmes
f75ef69fba
experimenting with a new toolbar
2011-11-26 22:07:10 +09:00
Damien Elmes
5f1b762a15
fix stats, start work on revamped overview
2011-11-26 13:20:55 +09:00
Damien Elmes
7a81015c7a
hack groups back into working state, pending port to sidebar
2011-09-07 03:13:15 +09:00
Damien Elmes
f0311d1ecb
remove qstringlist ref from init, disable cram for now
2011-04-28 09:28:02 +09:00