Damien Elmes
ca91bcaed5
Merge pull request #16 from frostschutz/import_pauker_xml
...
Pauker Lesson Importer
2013-02-26 01:41:40 -08:00
Andreas Klauer
fcd3bd5eee
fix HTML in cards
2013-02-25 13:41:00 +01:00
Andreas Klauer
b6c9253034
support LearnedTimestamps and flipped cards
2013-02-24 23:39:36 +01:00
Andreas Klauer
a78c4d6c31
add Pauker Lesson Importer
2013-02-24 02:10:50 +01:00
Andreas Klauer
6562188ae8
Support combined file extensions (*.pau.gz instead of just *.gz)
2013-02-24 02:09:03 +01:00
Damien Elmes
000efed5cd
Merge pull request #15 from hut/version_option
...
Version option
2013-02-21 22:13:20 -08:00
hut
370fd6507d
move parseArgs to the top of aqt.run()
...
By placing argument parsing at the top, we skip starting up all the QT
stuff when using options like --help or --version that cause the program
to exit anyway.
2013-02-21 20:55:37 +01:00
hut
4dc60e4f1e
added --version option
...
Every program should have this, really.
2013-02-21 20:54:13 +01:00
Damien Elmes
295723ee8f
bump version
2013-02-11 06:05:43 +09:00
Damien Elmes
8ce6bd8b79
catch another firewall error
2013-02-07 19:58:17 +09:00
Damien Elmes
24bf9a023b
fix crash when ix_fields_factId was missing
2013-02-02 22:58:11 +09:00
Damien Elmes
60b5b77d65
allow apostrophe in deck names ( #623 )
2013-02-01 23:21:53 +09:00
Damien Elmes
89081eecd6
don't try to rebuild q/a cache when upgrading ( #621 )
...
this fixes import failures due to missing media folder on windows, and speeds
up the upgrade process
2013-02-01 22:53:23 +09:00
Damien Elmes
71bc925e8b
show (end) when exiting with resched=off
2013-02-01 00:25:01 +09:00
Damien Elmes
cee9b2efd9
strip tags before including on card ( #505 )
2013-01-31 14:07:17 +09:00
Damien Elmes
c67c932c64
make sure we switch back to old deck when filt. cancelled ( #338 )
2013-01-30 18:27:34 +09:00
Damien Elmes
983c9b21cf
fix reading being blanked when focused ( #605 )
2013-01-30 17:00:17 +09:00
Damien Elmes
bfeafe29d9
bump version
2013-01-29 10:05:51 +09:00
Damien Elmes
02531e1db3
fix focus note option ( #563 )
2013-01-29 09:49:04 +09:00
Damien Elmes
b1d9a39e36
suspend card option in reviewer
2013-01-29 09:46:17 +09:00
Damien Elmes
19012e6110
don't set browser font on card creation ( #543 )
2013-01-29 09:40:47 +09:00
Damien Elmes
8a330820ed
fix link click triggering two page opens ( #592 )
2013-01-29 09:17:48 +09:00
Damien Elmes
1203775aef
ignore html in conditional tags
2013-01-29 09:14:28 +09:00
Damien Elmes
073f129ab8
fix media sanity fail being identified as normal sanity error
2013-01-29 09:05:55 +09:00
Damien Elmes
6c97ab3508
allow qt4.6 with a warning
2013-01-29 09:02:58 +09:00
Damien Elmes
0055d31d04
block gui updates while painting browser rows
...
If we processEvents() in the middle of a QItemDelegate, the recursion can
cause a crash on some OSes
2013-01-29 06:45:29 +09:00
Damien Elmes
f54c2f7835
qt4.6 ruby workaround
2013-01-29 06:40:33 +09:00
Damien Elmes
5e8bb48c3a
disallow ctrl+shift etc as well to trigger links ( #590 )
2013-01-28 12:17:53 +09:00
Damien Elmes
8aadb18d4d
better warning when certs missing
2013-01-26 22:25:50 +09:00
Damien Elmes
439130d58a
mention that dyn may be bool
2013-01-25 19:18:24 +09:00
Damien Elmes
14397e31e8
bump version
2013-01-23 15:30:33 +09:00
Damien Elmes
cb1485d18b
when reapplying fail mult, ensure minInt ( #552 )
2013-01-23 15:30:11 +09:00
Damien Elmes
17b68d5dc0
fix import of suspended anki1 cards ( #565 )
2013-01-23 15:28:11 +09:00
Damien Elmes
0a0d6bcfe6
mention system install conflicts
2013-01-19 06:38:16 +09:00
Damien Elmes
925756b5cb
Merge pull request #8 from ospalh/layout-input-id
...
Add id to the text input field when editing the template.
2013-01-18 12:59:52 -08:00
ospalh
588feaa35b
Add id to the text input field when editing the template.
...
Like this styling can be applied to id (or rather, the effect of styling to it can be seen in the layout editor.)
Also removed what looks like an extra '<center></center>'. That is added three lines later.
2013-01-18 16:46:25 +01:00
Damien Elmes
8d66578d43
move sanity check to server and automatically force full sync
...
- server will log mismatches so we don't require people to post on the forums
anymore or manually force a full sync
- if we find problems like missing notes, report that in the sanity check so
the server can keep track of problems
- when the server detects a conflict it can immediately abort the sync, so a
subsequent sync will no longer report a conflict
2013-01-18 09:17:12 +09:00
Damien Elmes
634b28388c
remove obsolete test
...
the server bumps the modtime prior to download these days because it has to
update the usn
2013-01-18 08:43:40 +09:00
Damien Elmes
225f352871
fix thinko in unit tests
2013-01-17 10:39:04 +09:00
Damien Elmes
740e2425c7
don't try to rebuild old media dir on .anki import
2013-01-16 13:11:00 +09:00
Damien Elmes
ef92719eeb
Revert "add automatic <br> back to field references"
...
This reverts commit 05a68488e7
.
2013-01-16 11:28:10 +09:00
Damien Elmes
ead1f005ec
fix concat of mid searches
2013-01-15 10:26:54 +09:00
Damien Elmes
23650f6ee0
bump version
2013-01-15 08:51:14 +09:00
Damien Elmes
05a68488e7
add automatic <br> back to field references
...
{{Front}}
{{Back}}
will now automatically add a <br> to the first field reference, like previous
Anki versions did. The <br> is too complicated for users who just want a plain
template without any HTML.
2013-01-15 08:28:39 +09:00
Damien Elmes
dec480844b
include filtered deck name in quotes
2013-01-15 08:09:02 +09:00
Damien Elmes
ab46fa0a70
don't fail when importing apkg that references subdirs
2013-01-15 07:43:10 +09:00
Damien Elmes
ca1c461348
only open web browser for links on deck description
...
otherwise clicking on 'more...' will open the web browser
2013-01-15 07:42:38 +09:00
Damien Elmes
d97b199abe
add close to browser edit menu ( #481 )
2013-01-15 07:33:03 +09:00
Damien Elmes
f5028c2573
force rdns for proxy ( #331 )
2013-01-15 07:30:49 +09:00
Damien Elmes
ce2581269b
make sure we always turn error into unicode ( #488 )
2013-01-15 07:28:48 +09:00