kmicklas
b725e71dd6
fix desktop file
...
desktop-file-install complains if KDE is included in the categories but Qt is not. Also, all lists should have a trailing semicolon.
2012-08-25 12:24:58 -03:00
Damien Elmes
6346e97e13
interval as '(learning)' in browser
2012-08-25 20:48:42 +09:00
Damien Elmes
73a7991940
fix a few osx shortcut tooltips
2012-08-25 13:44:49 +09:00
Damien Elmes
25dbe014b9
some tweaks to the collapse code
...
- don't show indicator for decks with no children
- make indicator fit in better
- skip the expensive due calculation when re-rendering
2012-08-25 13:40:09 +09:00
Damien Elmes
00fa1f363f
Merge branch 'master' of github.com:dae/ankiqt
2012-08-25 13:22:40 +09:00
Damien Elmes
f38c3bfb5c
Merge pull request #24 from ccl09c/master
...
Collapsable deckview (part 1 of 2)
2012-08-24 21:22:00 -07:00
Damien Elmes
89ffc81cf7
open links in deck overview
2012-08-24 15:26:58 +09:00
Chris L
9a91345284
ankiqt collapse method
...
Seems to be a very popular request... here is a basic implementation
2012-08-23 21:29:45 -04:00
Damien Elmes
f2ea637520
bump version
2012-08-23 21:10:01 +09:00
Damien Elmes
3d227f27f2
report time studied at bottom of deck list
2012-08-23 21:09:16 +09:00
Damien Elmes
5e9f4f04a1
add initial factor back to dconf; unify capitalization
2012-08-23 21:07:25 +09:00
Damien Elmes
79d4d4d5c6
default to tab if user cancels delimeter selection
2012-08-23 20:08:57 +09:00
Damien Elmes
557c8e9ce4
hide accels in browser too
2012-08-23 20:02:31 +09:00
Damien Elmes
7c1178eed5
add "options" to deck list
2012-08-23 19:58:24 +09:00
Damien Elmes
6a32d870cf
don't attempt to delete if no notes selected
2012-08-23 19:54:55 +09:00
Damien Elmes
3c9f854983
change go->filters shortcut so it doesn't conflict
2012-08-23 19:37:20 +09:00
Damien Elmes
5b30c7054a
ensure we focus current deck when changing in add screen
2012-08-23 19:34:40 +09:00
Damien Elmes
828c3583b2
refuse to rename if folder exists
2012-08-23 19:26:46 +09:00
Damien Elmes
ce9b90b133
loadDeck() was obsolete
2012-08-23 19:06:02 +09:00
Damien Elmes
5d1376acb9
handle case where exception has no args
2012-08-23 18:53:57 +09:00
Damien Elmes
7be04bc2d5
represent interval multiplier as a %
2012-08-23 18:51:41 +09:00
Damien Elmes
5b0b6e39b7
allow more than +100 cards in study more
2012-08-23 17:30:17 +09:00
Damien Elmes
449c41d38e
ignore backspace key to delete cards if not on a mac
2012-08-23 17:09:16 +09:00
Damien Elmes
05a6671816
don't clobber order when checking for new cards in reposition
2012-08-23 15:09:36 +09:00
Damien Elmes
ea294ed47b
eval js on cards
2012-08-23 14:01:48 +09:00
Damien Elmes
9926fbcdc5
e[0] in exception may be int
2012-08-23 13:54:39 +09:00
Damien Elmes
f1aac15f9e
make sure to encode js errors before writing to console
2012-08-23 13:54:26 +09:00
Damien Elmes
ddd247ee26
allow the add cards dialog to be a bit thinner
2012-08-05 23:22:50 +09:00
Damien Elmes
a70abd7462
report # of cards deleted when reviewing
2012-08-03 20:30:19 +09:00
Damien Elmes
77bf2a2fb9
'easy'->'easy interval'
2012-08-02 14:29:24 +09:00
Damien Elmes
fde7db2d14
refuse to run on a unc drive
2012-08-01 12:12:09 +09:00
Damien Elmes
269fb29901
mime types on linux
2012-07-28 16:31:38 +09:00
Damien Elmes
bc758220a7
importing from the command line
...
- a file path provided on the command line now will now trigger the import
process
- if anki was already running on win/lin, send the import to that process
- if no profile was open, wait until profile opened before importing
- don't do that for password-protected profiles, as it could be used abusively
in a school environment
- drop the old pid-based instance check
2012-07-28 13:01:41 +09:00
Damien Elmes
f7b41a11f6
make sure we write profile README in utf8
2012-07-28 11:13:34 +09:00
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