Commit graph

543 commits

Author SHA1 Message Date
Damien Elmes
2ab51183c4 fix study opts tab order; remove group settings button 2011-04-28 09:27:49 +09:00
Damien Elmes
ffbbb45b3f support double clicks on options/name 2011-04-28 09:27:49 +09:00
Damien Elmes
42052e6349 update deck properties, rename to deckopts 2011-04-28 09:27:49 +09:00
Damien Elmes
37d04c1831 update preferences 2011-04-28 09:27:49 +09:00
Damien Elmes
6bab81c180 tweak button layout again 2011-04-28 09:26:52 +09:00
Damien Elmes
e0582dee2f actually save gconf selection; refresh; show conf in list; use 2 bboxes 2011-04-28 09:26:52 +09:00
Damien Elmes
7283aba0dd tweak shortcuts; remove study/cram buttons from group screen 2011-04-28 09:26:52 +09:00
Damien Elmes
309f98fcbb keep numbers as ints if they have no decimal portion 2011-04-28 09:26:52 +09:00
Damien Elmes
292f6403a1 update help references and some old links 2011-04-28 09:26:52 +09:00
Damien Elmes
2d76f2516e fix saving of steps, add missing help button 2011-04-28 09:26:51 +09:00
Damien Elmes
0213f8662e saving, restoring to defaults 2011-04-28 09:26:51 +09:00
Damien Elmes
5899b60b59 group conf startup 2011-04-28 09:26:51 +09:00
Damien Elmes
d923753c4d groupsel->groupman 2011-04-28 09:26:51 +09:00
Damien Elmes
03d0348fd2 start of group configuration selector 2011-04-28 09:26:51 +09:00
Damien Elmes
7510c17245 show non-groups in grey, disable edit button when on non-group 2011-04-28 09:26:51 +09:00
Damien Elmes
ccf3e0ae0d saving of state 2011-04-28 09:26:51 +09:00
Damien Elmes
783d8f2a5f use checkmarks instead of multi selection so we don't lose keyboard focus 2011-04-28 09:26:51 +09:00
Damien Elmes
c8aafa7edf tweak layout and add edit button 2011-04-28 09:26:51 +09:00
Damien Elmes
c9bd1deb27 initial work on group selection dialog 2011-04-28 09:26:51 +09:00
Damien Elmes
827b22c88c new undo links; disable individual actions instead of menus to work around osx issue 2011-04-28 09:26:51 +09:00
Damien Elmes
363571cc94 trigger on key release instead of press; add overview action+shortcut 2011-04-28 09:26:50 +09:00
Damien Elmes
a036b97a68 add new study options 2011-04-28 09:26:50 +09:00
Damien Elmes
6b0e51dc74 add new study options dialog 2011-04-28 09:26:50 +09:00
Damien Elmes
76633d9cce remove some old actions 2011-04-28 09:26:50 +09:00
Damien Elmes
9e20c979fb remove the js resources and use the ones bundled with libanki instead 2011-04-28 09:26:49 +09:00
Damien Elmes
c9c7b8c25b start work on an overview; add flot to resources 2011-04-28 09:26:47 +09:00
Damien Elmes
f96e03875a more deck browser work
- add a separate toolbar for the deck browser
- add a message when there are no decks
- change the progress handler not to lock the UI immediately, which causes
  flicker
- ensure the webview is focused after stdHtml()
2011-04-28 09:26:46 +09:00
Damien Elmes
0a4efd018f add js/py bridge, jquery 2011-04-28 09:26:46 +09:00
Damien Elmes
d948b00c54 start refactoring main window
- moved progress handling into separate progress.py
- moved deck browser code into separate deckbrowser.py
- started reworking the state code; views will be rolled into this in the
  future
- the main window has been stripped of the study options, inline editor,
  congrats screen and so on, and now consists of a single main widget which
  has a webview placed inside it. The stripped features will be implemented
  either in separate windows, or as part of the web view
2011-04-28 09:26:46 +09:00
Damien Elmes
103871a5b1 refactor file layout
- ankiqt->aqt
- move all the files in ui into the top level
- move icons_rc.py into aqt/forms, and the qrc into designer/
- remove setuptools
2011-04-28 09:26:45 +09:00
Damien Elmes
986d605a44 remove separate optimize db option, report new size on db check 2011-04-28 09:26:15 +09:00
Damien Elmes
c47e931a53 remove priorities 2011-04-28 09:26:15 +09:00
Damien Elmes
d62b12de90 option for changing rev spacing 2011-02-02 23:38:51 +09:00
Damien Elmes
f9a8e98d84 allow congrats screen messages to wrap 2011-02-02 23:32:11 +09:00
Damien Elmes
3ea50a233d new card spacing > sibling spacing 2011-01-27 07:54:56 +09:00
Damien Elmes
0d72810034 improve selective study screen 2011-01-25 12:40:37 +09:00
Damien Elmes
3df8411626 add a splitter in clayout 2011-01-25 12:11:38 +09:00
Damien Elmes
39d3ffd6d3 tweaks for small screens 2011-01-22 04:18:06 +09:00
Damien Elmes
b083c15d0c clarify selective study wording 2011-01-17 01:48:01 +09:00
Damien Elmes
eddc43697e add help to the main importing screen too 2011-01-11 22:33:32 +09:00
Damien Elmes
f973dabb9a make importing dialog scrollable 2011-01-02 19:20:20 +09:00
Damien Elmes
38aac3d4ab always save new decks to disk, improve importing
- instead of having various functions like importing & deck stats ask the user
  to save first, we ask the user for a deck name when they create a new deck
- importing now explains why a new deck has to be created
- don't bump deck mod time when setting media location
2010-12-27 02:46:26 +09:00
Damien Elmes
6a93e8f180 new option to download remote media 2010-12-25 11:26:04 +09:00
Damien Elmes
d7971c33f6 allow previewing of other templates when editing, include info on what's shown 2010-12-25 08:46:45 +09:00
Damien Elmes
781324741a option to disable sound autoplay 2010-12-25 06:58:07 +09:00
Damien Elmes
d3214ee56c add latex header/footer config 2010-12-13 03:21:54 +09:00
Damien Elmes
c92a00d90b add config option to turn off html stripping 2010-12-12 19:46:54 +09:00
Damien Elmes
b6fb2098e6 give card layout option in main window same f2 shortcut 2010-12-11 20:55:10 +09:00
Damien Elmes
73bd124b6c don't bother reporting used media; fix ctrl+l latex conflict with card layout 2010-12-11 02:13:27 +09:00
Damien Elmes
451b77cd46 update check media db dialog, add accelerators to some advanced menu items 2010-12-11 01:48:28 +09:00
Damien Elmes
f17eb0a836 remove obsolete latex routines, fix ctl+l shortcut in editor, update call() 2010-12-11 01:47:51 +09:00
Damien Elmes
464a9be86f remove cache/uncache latex, and export original media menu items 2010-12-10 23:58:47 +09:00
Damien Elmes
42ac12975b move media URL from model properties to deck properties 2010-12-10 23:41:37 +09:00
Damien Elmes
b18bd51694 add new media options to preferences 2010-12-09 13:55:37 +09:00
Damien Elmes
391a019b8b new layout icon; link from main screen 2010-12-07 18:03:43 +09:00
Damien Elmes
f72e8213d7 remove advanced options button from study options 2010-12-04 15:23:03 +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
9923d0b2dc remove revSpacing 2010-12-02 06:19:29 +09:00
Damien Elmes
751a341f1b add the ability to edit layouts from model properties 2010-12-02 04:14:02 +09:00
Damien Elmes
4fa5c0d432 tweak deck properties layout; add deck-level spacing options 2010-12-02 03:55:39 +09:00
Damien Elmes
ef27280b08 remove obsolete spacing options from model properties 2010-12-02 03:51:09 +09:00
Damien Elmes
55e1a2191c don't set default value for spinners, so we can avoid 4.4 compat hack 2010-12-02 03:50:28 +09:00
Damien Elmes
69a684f059 disable collapsible children in splitters 2010-11-30 22:48:28 +09:00
Damien Elmes
e8aa1432e2 add whitespace preservation option & stateChange handlers 2010-11-30 03:30:21 +09:00
Damien Elmes
b98e302c70 field section implemented 2010-11-30 02:17:36 +09:00
Damien Elmes
63b015fba5 card template section implemented 2010-11-30 00:09:29 +09:00
Damien Elmes
35a5569038 dialog refactor wip 2010-11-29 04:56:45 +09:00
Damien Elmes
1be2176b8e added find duplicate tool to the browser 2010-11-26 03:46:49 +09:00
Damien Elmes
9367570900 support updating of decks, simplify importing dialog
- can now choose 'update' instead of 'import', so users can maintain their
  data in a separate spreadsheet or file for bulk editing
- remove 'tags to append' option, as it makes the dialog a bit crowded. users
  can add 'tags:' to the start of their text files instead
- removed option to tag instead of suppress duplicates - a separate duplicate
  finding tool will be written instead
2010-11-26 01:57:29 +09:00
Damien Elmes
a46c9a8b26 sync updates (syncName, etc)
- remove text box from deck properties
- exiting deck properties after enabling syncing forces a sync
- instead of the arduous file>sync, enable checkbox, close dialog, file>sync
  again process users had to go through before, they can just file>sync now
  and the deck immediately syncs
- when downloading a deck, instead of downloading into a new name, prompt if
  the user wants to overwrite the deck, and cancel if they don't
- simplify deckChooser since we only have to deal with downloading now
- only display a clobber warning if the deck already existed on the server
- disable syncing if user declines to clobber the deck
- skip expensive summary generation if downloading or a conflict
2010-11-23 23:28:45 +09:00
Damien Elmes
4828c543ca fix spelling inconsistency 2010-11-13 21:54:49 +09:00
Damien Elmes
bd08dc487b Revert "remove inactive tags from dialogs"
This reverts commit d2e454930d.
2010-11-02 02:16:18 +09:00
Damien Elmes
16413c0b3b tweak wording & sizes 2010-10-29 22:04:56 +09:00
Damien Elmes
d2e454930d remove inactive tags from dialogs 2010-10-29 21:06:45 +09:00
Damien Elmes
cbb538c741 remove model tags, treat name as tags like card templates 2010-10-29 19:26:02 +09:00
Damien Elmes
7a138927cc drop support for old full toolbar - can be done in a plugin 2010-10-27 21:34:08 +09:00
Damien Elmes
2749e5af45 allow question/answer format to expand, pending a refactor of that dialog
in the longer term we need to make the dialog smaller or move those settings
to somewhere else
2010-10-24 12:36:22 +09:00
Damien Elmes
527c4220c2 strip old earliestTime debugging code, don't update pri on mark, w32 frame 2010-10-24 12:08:39 +09:00
Damien Elmes
f549dfcfa9 updates for new cram code; remove priority 0 highlight in browser 2010-10-20 13:15:19 +09:00
Damien Elmes
cdab5318d1 remove sources from deck properties, as they can be configured online 2010-10-19 19:55:31 +09:00
Damien Elmes
1abb47d973 new active/inactive tag handling, new study options screen
- break study options into multiple tabs
- inactive tags removed from menus and accessible via study options now
- save various study options immediately instead of requiring review button to
  be pressed
2010-10-19 19:15:21 +09:00
Damien Elmes
d698c3d310 add perDay config option, more updates for libanki sched changes
- new review early / learn more handling
- reset() when showing study stats
- only run the update timer on study screen & finished screen
2010-10-18 18:02:37 +09:00
Damien Elmes
ebd0ab5496 typo in model properties 2010-10-12 19:50:56 +09:00
Damien Elmes
bb73e21c64 remove superfluous separators 2010-08-09 08:44:58 +09:00
Damien Elmes
9ca3430f3d fix order of buttons in model properties 2010-07-21 18:35:26 +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
bbc7c2f660 unify colon boldness 2010-07-19 20:29:22 +09:00
Damien Elmes
75fb9a111e make the close button an application shortcut, raise window for osx terminal 2010-07-11 17:13:43 +09:00
Damien Elmes
014c993688 colour times by default, add another mac build script 2010-07-11 16:43:24 +09:00
Damien Elmes
4f41d4b0bb update sync shortcut 2010-04-21 15:09:26 +09:00
Damien Elmes
6c9db9f8bd change sync shortcut 2010-02-22 16:22:21 +09:00
Damien Elmes
37490f1046 allow 'continue reviewing' button to default 2010-02-18 17:15:36 +09:00
Damien Elmes
0f3a083278 convert reverse order menu item to toggle button 2010-02-12 16:35:11 +09:00
Damien Elmes
c909e2ad7a tweak layout of browser 2010-01-23 21:03:23 +09:00
Damien Elmes
a4ca10dbae reverse text -> right to left 2009-12-15 22:42:40 +09:00
Damien Elmes
fa0ca3089c remove quick db check 2009-12-02 21:27:53 +09:00
Damien Elmes
5458bc8577 shuffle advanced menu 2009-09-27 00:33:37 +09:00
Damien Elmes
70b57dfe55 remove statustips from the visible buttons 2009-09-26 07:17:18 +09:00
Damien Elmes
e7b62bbee6 add shortcut to db check 2009-09-25 20:54:58 +09:00
Damien Elmes
6f9e92e855 remove width limit in getshared qlabel 2009-08-17 05:03:38 +09:00
Damien Elmes
184afcf4b5 toolbar in cardlist, toggleable suspend&mark, coloured marked cards 2009-07-08 13:39:10 +09:00
Damien Elmes
343b6bb59c convert reschedule fields to spinboxes, don't allow negative values 2009-07-08 12:37:08 +09:00
Damien Elmes
7265d13537 add per-field rtl customization 2009-07-05 02:16:04 +09:00
Damien Elmes
554f82c007 fix typo 2009-07-04 15:22:15 +09:00
Damien Elmes
2249f18913 add support for exporting original files, tidy up whitespace 2009-07-04 15:18:25 +09:00
Damien Elmes
c7690b68b3 active>inactive 2009-07-03 01:10:35 +09:00
Damien Elmes
1122eed357 add link to add cards from browser 2009-06-30 16:00:24 +09:00
Damien Elmes
e1fab204f1 remove placehold texts and html 2009-06-30 12:55:05 +09:00
Damien Elmes
edcad222d0 add ability to customize separator when importing, fix tab order 2009-06-26 07:12:57 +09:00
Damien Elmes
4d624d286b strip qtnetwork in favour of urllib as it handles proxies better 2009-06-25 06:29:38 +09:00
Damien Elmes
0797b4e772 add ability to customize leech & suspending per deck 2009-06-25 05:24:28 +09:00
Damien Elmes
e78689fe35 allow external links to be opened in getshared 2009-06-25 04:21:45 +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
2f0009da3e add download missing action 2009-06-23 06:37:08 +09:00
Damien Elmes
7c3b706478 active tags>inactive tags 2009-06-23 02:33:03 +09:00
Damien Elmes
f047f0222a added finish button 2009-06-23 01:57:34 +09:00
Damien Elmes
d6f29d7cb2 remove ... from download menu item 2009-06-21 07:00:58 +09:00
Damien Elmes
baacc0e333 remove grid in get shared, make sure selection is one row only 2009-06-21 06:59:30 +09:00
Damien Elmes
5118b4d88d add support for media url setting in model properties 2009-06-21 06:54:27 +09:00
Damien Elmes
3846df1f46 fix activetags wording, make wrap 2009-06-21 03:21:08 +09:00
Damien Elmes
3ba43984de refresh with f5, use different icon for deck browser 2009-06-18 04:19:26 +09:00
Damien Elmes
2b671759b5 suspend>deactivate 2009-06-18 03:29:53 +09:00
Damien Elmes
f20f27e892 suspend fact -> suspect card 2009-06-18 03:27:57 +09:00
Damien Elmes
abebaa5931 remove suspended from deck properties dialog 2009-06-18 03:27:49 +09:00
Damien Elmes
bbc65d1fb1 suspend facts>suspend cards 2009-06-17 16:05:09 +09:00
Damien Elmes
4735f0ec7b set custom button height on win32 2009-06-16 03:15:37 +09:00
Damien Elmes
32639bcbd5 add leech detection, message window on sync failure 2009-06-16 02:06:06 +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
4f99bcdae4 summarize progress for the day 2009-06-15 07:41:47 +09:00
Damien Elmes
d3eb58073d remove obsolote actions 2009-06-10 23:45:50 +09:00
Damien Elmes
102e63acf0 strip all japanese support out in favour of a plugin 2009-06-10 23:04:15 +09:00
Damien Elmes
3104c7aba0 don't force max size for study options 2009-06-10 01:25:31 +09:00
Damien Elmes
5d0e64b3a3 render deck browser properly with large fonts 2009-06-10 01:19:18 +09:00
Damien Elmes
3c8c600feb more compact deck browser, default to smaller size 2009-06-09 07:14:14 +09:00
Damien Elmes
b96d4d9da6 set correct starting screen 2009-06-09 05:51:09 +09:00
Damien Elmes
6e7c258b6a add warning to forget, add scrolling to deck browser, use as much space as possible 2009-06-09 00:32:14 +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
a1d23c3e7b switch ctrl+r and shift+ctrl+r 2009-06-06 23:16:08 +09:00
Damien Elmes
fbfbda1a58 new recent decks system, improve deck browser 2009-06-06 00:21:29 +09:00
Damien Elmes
89783c3e17 add recent decks menu back, inhibit startup progress bar 2009-06-05 22:22:53 +09:00
Damien Elmes
ca583a5230 force text to black, don't force in add cards status 2009-06-05 15:28:15 +09:00
Damien Elmes
e583da6f88 give welcome text a margin with a white frame 2009-06-05 15:21:22 +09:00
Damien Elmes
7a9086ffa9 force the window text to white, too 2009-06-05 14:50:50 +09:00
Damien Elmes
44c8ee42b3 respect system theme in study options, deck browser, etc 2009-06-05 14:46:52 +09:00
Damien Elmes
32c8a88675 align buttons horizontally 2009-06-04 09:48:24 +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
af67f6fa9c hyperlink added cards 2009-05-30 18:22:30 +09:00
Damien Elmes
d205cd7602 add quick db check 2009-05-16 02:47:27 +09:00
Damien Elmes
ad1854b71d clarify suspend/unsuspend, add plural to add/delete tags 2009-05-14 20:06:10 +09:00
Damien Elmes
588a3feead make sure add items status is read-only, fix colour on osx 2009-05-09 07:19:30 +09:00
Damien Elmes
b1e185fb11 add f1 shortcut to main window, change menu in browser for consistency 2009-05-09 06:38:20 +09:00
Damien Elmes
aa4621c66c add shortcuts for filter/sort, fix bug in hiding separators 2009-05-09 06:35:56 +09:00
Damien Elmes
a36738c8ce don't disable add items status area 2009-05-09 06:22:59 +09:00
Damien Elmes
76a7ea3353 add suspend and unsuspend operations to browser 2009-05-09 03:50:25 +09:00
Damien Elmes
a8e055e00e remove extra separator from help 2009-04-29 12:55:35 +09:00
Damien Elmes
d5bc2dce0c remove >> from More 2009-04-29 12:38:43 +09:00
Damien Elmes
e31c98843c add tooltips to study options 2009-04-29 12:38:01 +09:00
Damien Elmes
b6305085e8 add bury fact option 2009-04-29 12:14:36 +09:00
Damien Elmes
c71c2c90c6 add option to prevent edits while question shown 2009-04-29 10:01:31 +09:00
Damien Elmes
3827f268a4 tweak wording again 2009-04-28 17:58:54 +09:00
Damien Elmes
11b3ef8331 Revert "improve wording in study options page"
This reverts commit 62f154b1b6.
2009-04-28 17:56:35 +09:00
Damien Elmes
62f154b1b6 improve wording in study options page 2009-04-25 19:55:34 +09:00
Damien Elmes
78f0e25c40 increase default size of download box, increase lower area size 2009-04-25 03:23:42 +09:00
Damien Elmes
222e8a93df add icons to browser and add card dialogs 2009-04-23 04:23:01 +09:00
Damien Elmes
1da04aca5d add browser font configurator 2009-04-18 23:27:01 +09:00
Damien Elmes
966effe37b auto-detect filename when importing 2009-04-18 19:38:51 +09:00
Damien Elmes
39dbbe4489 add select all/none/invert buttons to active tags dialog 2009-04-18 04:46:22 +09:00
Damien Elmes
bb876ce3ed ignore enter in deck properties 2009-04-18 03:44:05 +09:00
Damien Elmes
4d8446826a hide/show toolbar items depending on state 2009-04-10 23:10:15 +09:00
Susanna Björverud
aa8957a065 Replace the word editor with browser in one instance 2009-04-07 08:00:26 +02:00
Damien Elmes
9418b62c7a if the due counts are disabled, hide in titlebar too 2009-04-07 11:31:56 +09:00
Damien Elmes
985da34a58 add status bar tips for many options in main window 2009-04-06 20:11:57 +09:00
Damien Elmes
14c67e7ab9 add cram in editor, rename editor to browser 2009-04-06 13:29:24 +09:00
Damien Elmes
3ef4b19b0e Revert "use a toggle to show study screen change"
This reverts commit 3b9435b192.
2009-03-28 14:39:09 +09:00
Damien Elmes
3b9435b192 use a toggle to show study screen change 2009-03-28 14:37:05 +09:00
Damien Elmes
f467a350b5 change default button in study screen 2009-03-23 11:03:17 +09:00
Samson Melamed
5eaefa9d47 set minimum size for study options buttons 2009-03-21 16:36:08 -04:00
Damien Elmes
02d2f67f6c new about window 2009-03-21 04:44:09 +09:00
Damien Elmes
59204fdbcc support limiting to single field in find&replace 2009-03-20 14:18:31 +09:00
Damien Elmes
f316492135 fix tab order problem on answer buttons 2009-03-20 13:58:43 +09:00
Damien Elmes
0753cf726d add option to hide progress 2009-03-15 07:41:56 +09:00
Damien Elmes
60c7afd5aa add shortcut to delete current card 2009-03-15 02:16:46 +09:00
Damien Elmes
70f70e3d8b force smaller label size to force wrap on osx 2009-03-14 22:17:59 +09:00
Damien Elmes
74b71ea8c6 delete rename tags from find&replace 2009-03-14 10:45:25 +09:00
Damien Elmes
e3830faeed set delete in editor to ctrl+delete 2009-03-14 09:37:26 +09:00
Damien Elmes
f9732f9c71 make save shortcut work in any dialog 2009-03-14 09:35:47 +09:00
Damien Elmes
88c8319631 wrap text in download screen 2009-03-13 06:13:45 +09:00
Damien Elmes
907b711c25 no autodefault on display props, fix tab order 2009-03-11 17:02:50 +09:00
Damien Elmes
d6293437bb remove xxx 2009-03-11 05:24:31 +09:00
Damien Elmes
2646a40edb deck and plugin sharing 2009-03-11 05:19:26 +09:00
Damien Elmes
47c844ce1b remove ... from new 2009-02-23 23:36:47 +09:00
Damien Elmes
cc2eb6761a fix tab order of study options 2009-02-14 20:04:35 +09:00
Damien Elmes
b32cc953d1 add separators to plugin menus 2009-02-14 03:06:07 +09:00
Damien Elmes
6e3a4b67d3 add help & fix tab order of find&replace 2009-02-14 01:07:18 +09:00
Damien Elmes
c86647eee0 fix study screen when larger font used 2009-02-13 22:21:15 +09:00
Damien Elmes
450d4ed354 find & replace 2009-02-13 21:06:22 +09:00
Damien Elmes
049f38999b add select facts back, change 'generate cards' shortcut 2009-02-09 21:52:59 +09:00
Damien Elmes
3591560e61 new failed card handling selection 2009-02-07 21:35:40 +09:00
Damien Elmes
412ce26b8c add a bit more space to study options 2009-02-07 16:19:11 +09:00
Damien Elmes
73221680c8 index sort, remove select facts, more
- fetch id in advance, everything else dynamically
- build index for selected column
- remove 'select facts', it's no longer required
- remove 'priority', it's not used
- update icons
2009-02-06 23:27:30 +09:00
Damien Elmes
1caa9c4d6f make help correct size for deck stats on osx 2009-02-06 18:56:16 +09:00
Damien Elmes
0977c50a0c improve layout 2009-02-06 17:27:52 +09:00
Damien Elmes
f5f68a8603 framed/centered congrats/studyopts, bigger type answer, timer spacing 2009-02-06 16:01:46 +09:00
Damien Elmes
a234c7b3ba Reverting "add 'make due now' option" 2009-02-05 16:41:44 +09:00
Damien Elmes
694310ba6c add 'make due now' option 2009-02-05 11:58:01 +09:00
Damien Elmes
56e6b17e11 remove some obsolete actions, fix setting progress parent 2009-02-04 22:05:04 +09:00
Damien Elmes
13c5a398b3 changing model support 2009-02-04 21:44:41 +09:00
Damien Elmes
2845bb2db2 welcome screen > study options, disable timer when reviewing early 2009-01-31 03:11:04 +09:00
Damien Elmes
4945313bfa background colour per card, tweak ans buttons 2009-01-31 02:21:08 +09:00
Damien Elmes
85cd67fab4 increase spacing between 'more' and 'help' 2009-01-29 17:11:39 +09:00
Damien Elmes
dc84ea847d save and sync > sync 2009-01-24 04:21:45 +09:00
Samson Melamed
464795b6c7 add reverse order option to editor 2009-01-20 14:17:03 -05:00
Damien Elmes
a652a0979d type in the answer limits to a single field now 2009-01-21 01:22:17 +09:00
Damien Elmes
75b865d52e rescheduling support 2009-01-21 00:26:55 +09:00
Damien Elmes
57f4f65eef wider main window for mac 2009-01-20 02:16:28 +09:00
Damien Elmes
e58e5b6b9d disable 'review early' when study screen hit 2009-01-20 01:56:20 +09:00
Damien Elmes
bb2c135015 add chinese traditional to prefs 2009-01-20 00:51:18 +09:00
Damien Elmes
3274e143ea add record icon, more win32 path issues 2009-01-18 00:49:03 +09:00
Damien Elmes
f13e3fd33d tweak importer, support importing tags 2009-01-17 23:01:06 +09:00
Damien Elmes
96337615a5 identify all temp files as anki, remove kanji occur, tools>actions again 2009-01-17 16:29:26 +09:00
Damien Elmes
e3e70488ef recording support, various changes
- progress bars refactored to use title 'anki' in most cases
- added 'record noise profile' option
- make sure to display 100% on progress
2009-01-17 01:04:13 +09:00
Damien Elmes
6de11197ff rename actions and add cards 2009-01-16 21:23:17 +09:00
Damien Elmes
2f05f253fc add learn ahead / review early, fix modelchooser, update icons 2009-01-15 02:56:37 +09:00
Damien Elmes
ff585f1c5f tweak sizes 2009-01-14 20:18:11 +09:00
Damien Elmes
c5ac284307 stop study options from changing sizes 2009-01-14 17:19:17 +09:00
Damien Elmes
681b628a65 strip more prefs 2009-01-14 17:15:33 +09:00
Damien Elmes
324226fff2 copy models, remove 'current model' & 'add model' 2009-01-14 16:58:23 +09:00
Damien Elmes
60d85e2748 add change template support 2009-01-11 01:15:23 +09:00
Damien Elmes
f2baf56d4c jump>go 2009-01-10 17:14:00 +09:00
Damien Elmes
089f22c171 simplify preferences, more tweaks to study page 2009-01-10 16:53:47 +09:00
Damien Elmes
3268dce5b1 fix ease times being separated 2009-01-10 11:51:07 +09:00
Damien Elmes
1a8884d595 make ctrl-z work when answer layout focused 2009-01-09 20:25:22 +09:00
Damien Elmes
778e98cc7e dynamic minute limit, study screen updates 2009-01-09 15:38:31 +09:00
Damien Elmes
e185fb1e20 move display properties location 2009-01-09 13:04:50 +09:00
Damien Elmes
65cdd8a7da fix display properties, tweak wording 2009-01-09 12:43:48 +09:00
Damien Elmes
23295451fa make deck props wider for osx 2009-01-08 10:42:58 +09:00
Damien Elmes
cbbe8bf2fd more terse failed cards option 2009-01-08 10:08:44 +09:00
Damien Elmes
82cf0173a3 fix tab order of answer buttons 2009-01-08 09:57:03 +09:00
Damien Elmes
20982c8b93 lapsed->failed 2009-01-07 13:35:21 +09:00
Damien Elmes
5d038b759b smaller font properties dialog 2009-01-07 12:05:05 +09:00
Damien Elmes
b2bb7c4288 add icon to review button, decrease graph intensity, fix creation time 2009-01-07 08:05:07 +09:00
Damien Elmes
78d20eddf6 tweak icons, add donation menu in help 2009-01-07 05:30:37 +09:00
Damien Elmes
9ff30f0c26 only prompt type in the answer once 2009-01-06 10:46:20 +09:00
Damien Elmes
b7250d3179 bigger maximum study options size 2009-01-05 17:17:19 +09:00
Damien Elmes
0e4f9d7405 fix default page again 2009-01-05 17:11:29 +09:00
Damien Elmes
05df5fb4e0 fix another unicode bug, add shortcut to options 2009-01-05 17:07:17 +09:00