Commit graph

2978 commits

Author SHA1 Message Date
Damien Elmes
3e6bb426a3 remove unnecessary save() in sync 2012-12-01 23:32:11 +09:00
Damien Elmes
74153f23bb preview should not reschedule cards 2012-11-29 03:46:03 +09:00
Damien Elmes
a955304a1f force xp theme on windows 2012-11-29 03:29:57 +09:00
Damien Elmes
91c6f927e4 Merge branch 'master' of github.com:dae/ankiqt 2012-11-27 16:30:12 +09:00
Damien Elmes
3a01459039 Merge pull request #32 from ospalh/qtbug-1894
Work around Qt bug 1894 (detached list pop-up)
2012-11-26 23:30:02 -08:00
ospalh
7061c2c118 Work around Qt bug 1894 (detached list pop-up) 2012-11-26 13:47:45 +01:00
Damien Elmes
c3b434ed0b Merge branch 'master' of github.com:dae/ankiqt 2012-11-26 15:35:11 +09:00
Damien Elmes
e07db64992 Merge pull request #31 from has207/master
Toolbar improvements to make it easier to add new buttons from plugins
2012-11-25 22:34:37 -08:00
Herman Sheremetyev
21b5aba0f8 Couple of small improvements to make it easier to add new toolbar buttons.
* Force icon size to 16x16, otherwise they blow up the toolbar.
* Refactor button callbacks into a dict instead of the "case" statement
to make it easier to add new callbacks for buttons from within plugins.
2012-11-25 19:02:00 +09:00
Damien Elmes
472f68f84d remove obsolete share.py 2012-11-19 10:29:26 +09:00
Damien Elmes
288cd67d0c Merge pull request #30 from ttempe/master
Set add-on editor's font to fixed-width, to make editing Python easier.
2012-11-09 21:11:17 -08:00
Thomas TEMPÉ
028f9edc2c Update designer/editaddon.ui
Set add-on editor's font to fixed-width, to make editing Python easier.

Also, the window's width has been increased to accomodate 82 characters in width.
2012-11-10 12:59:40 +08:00
Damien Elmes
60136bb7e2 update login page link 2012-11-07 10:43:49 +09:00
Damien Elmes
2e8029387d increase minimum editor size 2012-11-07 06:59:03 +09:00
Damien Elmes
a639bcbd64 rated clause backwards in custom study 2012-11-04 02:53:46 +09:00
Damien Elmes
b182419838 increase minimum size of editing area so it can't be hidden 2012-11-04 00:16:24 +09:00
Damien Elmes
9c3e8f21ca process events after throwing up progress dialog 2012-11-03 11:59:29 +09:00
Damien Elmes
70c85c011f don't use native filepicker on osx due to crash 2012-11-03 06:31:09 +09:00
Damien Elmes
37bd189c2b bump version 2012-11-02 08:36:14 +09:00
Damien Elmes
a58fe13ee6 fix timeboxing off by one bug 2012-11-02 08:32:40 +09:00
Damien Elmes
c2857bbbef wrap suspended due date in (), and catch invalid dates 2012-11-02 08:21:10 +09:00
Damien Elmes
452548a0ef default to searching the current deck when creating filtered 2012-11-01 02:24:29 +09:00
Damien Elmes
e2a8b8a8e7 progress window to backup 2012-10-31 12:27:17 +09:00
Damien Elmes
dd772c0d5e card options -> options 2012-10-30 04:05:19 +09:00
Damien Elmes
1e743dd13b add missing px to add field 2012-10-28 23:19:02 +09:00
Damien Elmes
ce2a20bd43 use radio buttons to select q/a as other operating systems give focus to button 2012-10-28 02:29:22 +09:00
Damien Elmes
10e303dc33 bump version 2012-10-28 00:05:51 +09:00
Damien Elmes
2d27cb91ea revert import deck naming 2012-10-28 00:04:09 +09:00
Damien Elmes
811682613b fix marked indicator position 2012-10-27 23:21:04 +09:00
Damien Elmes
7206a528a3 better warning when deleting fields 2012-10-27 05:33:25 +09:00
Damien Elmes
7eab1ee7b5 focus current card on browser open 2012-10-26 22:55:39 +09:00
Damien Elmes
567a3c6e01 switch to strict css parsing 2012-10-26 20:09:32 +09:00
Damien Elmes
43b129a3a3 bump version 2012-10-26 02:12:47 +09:00
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
efa1b54c2e 'add field' button 2012-10-25 21:17:10 +09:00
Damien Elmes
b9db940ae3 pass unicode to onAppMsg; don't ask for filtered deck name 2012-10-25 18:18:16 +09:00
Damien Elmes
8ec9572265 strip html option on import, and option to customize deck import location 2012-10-25 00:24:26 +09:00
Damien Elmes
b0c28d33b2 if user is exporting verbatim, save to Desktop/collection.apkg 2012-10-24 23:40:25 +09:00
Damien Elmes
b86351b57a don't throw error on uninstall if mime type not registered 2012-10-24 23:40:05 +09:00
Damien Elmes
43b348511c if importing is just a 'x notes imported' message, use a tooltip 2012-10-24 23:11:25 +09:00
Damien Elmes
3acea038a2 decide on add/replace via filename instead
This means users will be able to rename the file if they want to force either
adding or replacing.
2012-10-24 22:59:49 +09:00
Damien Elmes
418acb3365 force backups to be treated as a replace 2012-10-24 18:11:39 +09:00
Damien Elmes
c64f5130e2 skip add/replace prompt when importing 1-deck apkg 2012-10-24 18:07:46 +09:00
Damien Elmes
9e74f81fa4 different cloze message when editing 2012-10-23 23:57:57 +09:00
Damien Elmes
8070a15d30 allow 1 field notes 2012-10-23 23:57:44 +09:00
Damien Elmes
db3067a2f0 show due date for suspended cards 2012-10-23 21:52:27 +09:00
Damien Elmes
d4d3bbb492 cope with card being deleted out from under us in edit current 2012-10-23 21:48:53 +09:00
Damien Elmes
971a69fdbc ensure we focus & select when focusedCard is set - fixes deletions 2012-10-23 21:29:29 +09:00
Damien Elmes
f06d27220c show current card, but allow enter to show deck 2012-10-23 21:05:43 +09:00
Damien Elmes
8b3c6e3876 always use pattern instead 2012-10-23 20:53:31 +09:00