Commit graph

54 commits

Author SHA1 Message Date
Damien Elmes
b3093ad336 option to use current deck when adding 2012-04-23 03:49:32 +09:00
Damien Elmes
04cf8e9eb9 remove delete media option from prefs; too niche 2012-04-19 22:09:25 +09:00
Damien Elmes
d919615475 refactor language handling
Because Qt translations need to be initialized before any widgets are created,
and because the Qt language needs to match the gettext language in order for
translated shortcuts to work, per-profile language settings aren't possible.
So instead of storing the language in the profile, we use
pm.meta['defaultLang'] for all profiles and initialize language handling in
__init__.py

The language selection in the preferences has been removed, because in a
school setting a student fiddling with the language could potentially cause
other students to be unable to navigate the UI. Instead, Anki will accept
-l/--lang passed on the command line to override the original language chosen
at first program startup.
2012-04-18 03:06:56 +09:00
Damien Elmes
8d2363203c "move files" 2011-12-20 16:58:46 +09:00
Damien Elmes
2f056d80b4 don't mention decks in prefs/backup 2011-12-20 16:49:53 +09:00
Damien Elmes
63e1132b5b sync pref tweaks 2011-12-13 01:04:01 +09:00
Damien Elmes
569b903cdc move collection options into preferences 2011-12-10 23:41:33 +09:00
Damien Elmes
279c40b5f5 implement prefs window 2011-12-09 00:41:31 +09:00
Damien Elmes
bea1e60fc8 remove actions that'll be placed on the card 2011-11-30 15:58:39 +09:00
Damien Elmes
4a931f811f add the toolbar config back to the prefs, so osx users can toggle 2011-04-28 09:27:58 +09:00
Damien Elmes
7de4552b0e configurable document dir 2011-04-28 09:27:57 +09:00
Damien Elmes
37d04c1831 update preferences 2011-04-28 09:27:49 +09:00
Damien Elmes
292f6403a1 update help references and some old links 2011-04-28 09:26:52 +09:00
Damien Elmes
39d3ffd6d3 tweaks for small screens 2011-01-22 04:18:06 +09:00
Damien Elmes
781324741a option to disable sound autoplay 2010-12-25 06:58:07 +09:00
Damien Elmes
c92a00d90b add config option to turn off html stripping 2010-12-12 19:46:54 +09:00
Damien Elmes
b18bd51694 add new media options to preferences 2010-12-09 13:55:37 +09:00
Damien Elmes
798b35d474 syncOpen/close into single setting, add option to disable syncName check 2010-12-04 13:21:24 +09:00
Damien Elmes
f93910128f multi-deck sync and related improvements
- deck open & browser refresh done after splash screen hidden now
- splash reduced to 3 steps
- new options sync on program load/close
- per-deck auto sync disabled on upgrade
- plugins are now always loaded before a deck has been opened
- don't prompt for sync params in auto sync, for both all and single deck
- refresh deck browser after multi sync
- wait on sync thread until syncFinished called, could fix crashes
- after a full sync, ensure interface is still disabled
- sync menu option now available in deck browser
- new option to tell a progress window it should appear immediately
2010-07-21 13:16:07 +09:00
Damien Elmes
014c993688 colour times by default, add another mac build script 2010-07-11 16:43:24 +09:00
Damien Elmes
b8b8dcd3af increase length, wrap text, improve doc string 2009-06-23 23:40:38 +09:00
Damien Elmes
35deffea75 make deck browser length configurable 2009-06-23 23:28:11 +09:00
Damien Elmes
d3fb52199a add automatically delete media option 2009-06-16 00:21:34 +09:00
Damien Elmes
888317385c increase prefs height for osx 2009-06-15 09:16:48 +09:00
Damien Elmes
b5fdca39e7 customizable deck order, nicer layout of browser and study options 2009-06-08 23:06:48 +09:00
Damien Elmes
5c3f538d07 if there's only one deck, load it, not browser 2009-06-04 09:46:06 +09:00
Damien Elmes
abdaf9e9df implement deck browser 2009-06-04 09:41:40 +09:00
Damien Elmes
8e91cde377 add proxy config & numBackups to preferences, based on richard's plugin 2009-06-04 05:26:25 +09:00
Damien Elmes
c71c2c90c6 add option to prevent edits while question shown 2009-04-29 10:01:31 +09:00
Damien Elmes
4d8446826a hide/show toolbar items depending on state 2009-04-10 23:10:15 +09:00
Damien Elmes
9418b62c7a if the due counts are disabled, hide in titlebar too 2009-04-07 11:31:56 +09:00
Damien Elmes
0753cf726d add option to hide progress 2009-03-15 07:41:56 +09:00
Damien Elmes
2845bb2db2 welcome screen > study options, disable timer when reviewing early 2009-01-31 03:11:04 +09:00
Damien Elmes
681b628a65 strip more prefs 2009-01-14 17:15:33 +09:00
Damien Elmes
089f22c171 simplify preferences, more tweaks to study page 2009-01-10 16:53:47 +09:00
Damien Elmes
bcfb876664 timeboxing, save fix, pref tweaks 2009-01-05 13:43:36 +09:00
Damien Elmes
aa95e44562 work around problem with verbose languages in prefs dialog 2008-12-23 19:56:39 +09:00
Damien Elmes
d0f6c41bba remove line in prefs 2008-12-23 19:08:56 +09:00
Damien Elmes
753fd2ee40 unify close buttons, rename deck menu to file 2008-12-20 18:53:35 +09:00
Damien Elmes
983bc955d8 alternative theme 2008-12-20 15:12:28 +09:00
Damien Elmes
93731bf4f4 make thai hack optional, move some adv options into first tab 2008-12-13 16:45:42 +09:00
Damien Elmes
71dbc8bcd2 fix tab order in prefs 2008-12-10 17:42:28 +09:00
Damien Elmes
8562a3046e default to correct prefs location 2008-12-09 02:10:45 +09:00
Damien Elmes
5f0d9bcfd5 configurable q/a split 2008-12-07 23:14:03 +09:00
Damien Elmes
14b0f16a46 make qa divider configurable 2008-12-05 14:43:50 +09:00
Damien Elmes
7f83f471e2 remove 'show only current' option again 2008-11-27 15:41:35 +09:00
Damien Elmes
0207298bb5 make scrolling to answer customizable 2008-11-23 08:04:32 +09:00
Damien Elmes
03ee833026 remove some pref fonts/colours, apply interface font to 'soon' 2008-11-21 14:10:12 +09:00
Damien Elmes
f5234f52eb add 'show current only' again 2008-11-19 17:24:52 +09:00
Damien Elmes
cf6b48593f fix hide toolbar, update prefs dialog, fix save cram & close bug 2008-11-14 14:42:52 +09:00