Commit graph

2905 commits

Author SHA1 Message Date
Damien Elmes
15dd3d5a5d tweak win testing script 2012-07-28 11:13:01 +09:00
Damien Elmes
7796aaf4d5 refactor addon downloading into separate file 2012-07-24 17:00:25 +09:00
Damien Elmes
1788cd2fac as tmpfile() returns unicode now, shouldn't try to convert to unicode again 2012-07-19 17:41:52 +09:00
Damien Elmes
526578a11f bump version 2012-07-19 17:38:09 +09:00
Damien Elmes
ac8f04166c properly deal with python's broken unicode exception handling 2012-07-19 15:10:33 +09:00
Damien Elmes
43c8777c7f focus 'resume now' button 2012-07-19 13:52:56 +09:00
Damien Elmes
1d6bcd8a76 cmd+d on a mac 2012-07-19 13:17:38 +09:00
Damien Elmes
5af9ed0e06 Merge pull request #23 from ospalh/fix-format-unicode
Fix unicode/ascii issue.
2012-07-17 05:52:30 -07:00
ospalh
95a7765e01 Fix unicode/ascii issue. 2012-07-16 10:32:45 +02:00
Damien Elmes
fa818afedd simplify audio playing and drop exclude 2012-07-15 16:42:18 +09:00
Damien Elmes
1860c77b89 allow downloading of https from clipboard 2012-07-15 16:41:55 +09:00
Damien Elmes
beb580117c Merge pull request #21 from ospalh/id-correct-answer
Wrap the "Correct answer was" bit in a span with an id.
2012-07-05 07:53:04 -07:00
ospalh
fabe8572b9 Wrap the "Correct answer was" bit in a span with an id. 2012-07-05 16:15:17 +02:00
Damien Elmes
b1121ebfc1 bump version 2012-07-05 05:39:46 +09:00
Damien Elmes
c9906ccfc2 reset after change model so addcards reloads note and updates schema 2012-07-05 05:18:52 +09:00
Damien Elmes
0e15398686 reset() on model change 2012-07-05 04:55:54 +09:00
Damien Elmes
d4540e6197 change add tags shortcut to prevent conflict with latex 2012-07-05 03:36:48 +09:00
Damien Elmes
e83cd58e1f give the graphs window a maximize button 2012-07-05 00:47:43 +09:00
Damien Elmes
159067b950 fix 'underlying c++ object deleted' error in studydeck 2012-07-04 21:18:28 +09:00
Damien Elmes
fc8ee29ffd if user gets type answer wrong, show correct answer
Users could previously do that by putting the field in the template, but as so
many users think they've hit a bug when they've actually selected the wrong
field to compare to, we force the display of the field content instead.
2012-07-04 21:14:40 +09:00
Damien Elmes
b77ab05421 make sure we save tags regardless of where the focus is 2012-07-04 20:37:38 +09:00
Damien Elmes
61c577df85 on a sync conflict with a local empty deck, force download 2012-07-04 19:55:49 +09:00
Damien Elmes
427670b565 catch attempt to install from git 2012-07-04 19:37:05 +09:00
Damien Elmes
c74e955615 deck option to replay answer only 2012-07-04 18:20:11 +09:00
Damien Elmes
3cd66f000f cram -> filtered 2012-07-03 00:05:17 +09:00
Damien Elmes
d3eee07d4f accept double click in import mapping 2012-07-01 12:34:32 +09:00
Damien Elmes
717c5b7176 fix removal of accelerators on osx+jp 2012-07-01 12:31:23 +09:00
Damien Elmes
8df69331a4 fix help in importing 2012-07-01 12:31:11 +09:00
Damien Elmes
dbc48f9f7a on ctrl+c, abort db transaction and roll back 2012-06-20 09:55:30 +09:00
Damien Elmes
3e84c03c1e "at least one card" 2012-06-20 09:35:29 +09:00
Damien Elmes
20333fc8e2 full stack trace on syncing error 2012-06-20 09:10:40 +09:00
Damien Elmes
a06858c9bb add option to disable updating; tweak import dialog 2012-06-15 02:55:48 +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
8a414fff29 don't throw error when invalid utf8 found in % escape 2012-06-15 02:19:33 +09:00
Damien Elmes
21f5132c0b when img/audio link pasted, convert to local 2012-06-15 00:53:08 +09:00
Damien Elmes
2798d4bf75 'sibling cards', not notes 2012-06-11 19:55:26 +09:00
Damien Elmes
5032a7d507 utf+8 2012-06-11 19:55:15 +09:00
Damien Elmes
597f1dc16a Merge branch 'master' of github.com:dae/ankiqt 2012-06-05 05:11:24 +09:00
Damien Elmes
e1cce5b2e4 Merge pull request #20 from ospalh/play_once
Remove redundant connect to clicked().
2012-06-04 13:11:03 -07:00
ospalh
0eaf03a9b3 Remove redundant connect to clicked().
A QDialogButtonBox::Close StandardButton has the RejectRole.
(http://doc.qt.nokia.com/4.7-snapshot/qdialogbuttonbox.html#StandardButton-enum)
So when that is clicked, that button’s clicked() signal
as well as the dialog’s rejected() signals are emitted.
Connecting EditCurrent’s onSave() to both was redundant.
It looks like calling onSave() twice was mostly harmless,
but not quite:
When closing the edit dialog, media on the edited card’s front side
were played twice (via moveToState ... Reviewer.showQuestion()).
So avoid that.
2012-06-04 16:19:59 +02:00
Damien Elmes
37cc94c2fa tweak README to avoid i18n warning 2012-06-03 20:27:32 +09:00
Damien Elmes
df89d6e4b9 bump version 2012-06-03 20:25:13 +09:00
Damien Elmes
8a7ece9ef9 if more than one card, add hint that styling is shared 2012-06-01 08:58:55 +09:00
Damien Elmes
91d5693bf7 after html edit, focus changed field so it gets saved 2012-05-31 19:02:16 +09:00
Damien Elmes
b41fc89b71 don't throw error when returning from Cards dialog with invalid search 2012-05-31 18:05:13 +09:00
Damien Elmes
32e40ae078 mark shortcut 2012-05-31 16:58:40 +09:00
Damien Elmes
8f19bbceff tweak colours again; shortcuts for tag add/remove 2012-05-31 16:55:44 +09:00
Damien Elmes
f6e79591ef catch upgradeRequired event 2012-05-30 16:09:38 +09:00
Damien Elmes
2a9c5c5229 prioritize marked over suspended
'Many of them are from earlier grammar lessons where I didn't know several
vocabulary words, so during reviews I suspend those cards. Others are leeches.
Occasionally I go through the list, and mark those that I'm ready to study.
Then I filter on marked, and do edit->reschedule. So during this process it's
hard to know which suspended cards I've marked already.'
2012-05-30 12:26:42 +09:00
Damien Elmes
dddaefd72a move tab removal into menu 2012-05-30 11:32:50 +09:00