Damien Elmes
32fca484f1
bump version
2017-05-22 15:41:47 +10:00
Damien Elmes
7f40303e31
don't inherit ld_library_path when calling mplayer
2017-05-22 15:41:29 +10:00
Damien Elmes
d37e6fc78b
bump version
2017-03-27 15:41:33 +10:00
Damien Elmes
ee8af46c7c
bump version
2017-02-25 18:08:23 +10:00
Damien Elmes
e32f88151c
fix startup error when non-latin text in appdata path
2017-02-25 18:03:04 +10:00
Damien Elmes
aa71e564a1
bump build version
2017-02-22 18:46:30 +10:00
Damien Elmes
4c9a45bd0d
change profile folder on windows and linux
...
onedrive seems to frequently screw up the permissions on the documents
folder. since we're stuck with more difficult to find folders on
mac/win, we may as well migrate linux as well, to a more
standards-compliant path.
2017-02-22 18:37:05 +10:00
Damien Elmes
91978e5ab8
fix translations not working in binary build on lin; bump ver
2017-02-10 15:31:22 +10:00
Damien Elmes
9afafa429a
bump version
2017-01-29 15:38:56 +10:00
Damien Elmes
8aeab3fa46
use sync.ankiweb.net for syncing
...
media sync goes through the same domain now, avoiding a slow extra
SSL handshake
2017-01-29 15:32:53 +10:00
Damien Elmes
730dd5bdd2
split up vacuum/analyze
...
9c902aec18
2017-01-16 15:10:27 +10:00
Damien Elmes
f343558b51
bump version
2017-01-13 21:33:34 +10:00
Damien Elmes
478c164bf9
fix crash when documents folder on separate filesystem
...
also get rid of the Documents/Anki symlink, as the symlink doesn't
sync across systems, and is liable to cause confusion in the future
2017-01-13 21:11:39 +10:00
Damien Elmes
0cb983d2f4
bump version
2017-01-02 18:52:34 +10:00
Damien Elmes
280e330332
don't reload data on close
2016-12-24 15:33:11 +10:00
Damien Elmes
8254b4b6e7
bump version
2016-12-22 14:12:17 +10:00
Damien Elmes
27a35e528c
bump version
2016-12-21 16:46:34 +10:00
Damien Elmes
2e28a68a60
bump version
2016-12-16 21:52:58 +10:00
Damien Elmes
9cab6634c9
move profile folder to application support on osx
...
this works around the data loss sierra's
icloud drive can cause
2016-12-13 13:30:19 +10:00
Damien Elmes
dbbaba67a6
locate ankiweb.certs within binary build
2016-12-13 11:59:37 +10:00
Damien Elmes
35a5d2ce5e
update gitignore
2016-12-12 13:41:36 +10:00
Damien Elmes
47521cff9a
Merge pull request #129 from ankitest/patch-3
...
2 tooltips in Preview window and support Enter
2016-05-07 12:03:34 +10:00
Damien Elmes
fa040b0415
elaborate on bsd license
2016-05-06 09:51:30 +10:00
Dmitry Mikheev
74e28058f7
sorry, a typo crept in
2016-05-05 03:26:13 +05:00
Dmitry Mikheev
692dcfd4e7
2 tooltips in Preview window and support Enter
...
Let's give the users tips over the arrow buttons
and provide passing Back Side / Next Card
by pressing Enter key.
2016-05-05 03:21:04 +05:00
Damien Elmes
640d906230
fix bug in contributed patch
2016-05-01 13:32:17 +10:00
Damien Elmes
f25a60afff
Merge pull request #126 from ankitest/patch-1
...
parameters to specify a desired title and size
2016-05-01 13:17:47 +10:00
Dmitry Mikheev
75e574cb9f
parameters to specify a desired title and size
...
Let's give authors of add-ons the ability to specify a desired title and minimum width and height of the message window.
2016-04-30 10:44:41 +05:00
Damien Elmes
d849200bf3
Merge branch 'master' of github.com:dae/anki
2016-04-27 20:43:43 +10:00
Damien Elmes
80e45fee85
Revert "Deal with Internationalized Domain Name in URI"
...
This reverts commit a68af5f199 .
Patch does not fix the issue on my machine, so reverting for now.
2016-04-27 20:43:11 +10:00
Damien Elmes
51e9199044
Merge pull request #125 from baerrach/mac-build
...
Add Mac OSX instructions for development.
2016-04-23 22:44:12 +10:00
Barrie Treloar
2d770907be
Add Mac OSX instructions for development.
...
As per
https://anki.tenderapp.com/discussions/ankidesktop/5057-how-to-build-anki-from-source-on-mac-osx
found the time to work out how to get things building on Mac OSX.
2016-04-23 08:21:43 +09:30
Damien Elmes
6e4a546f7b
Merge branch 'master' of github.com:dae/anki
2016-04-20 22:46:08 +10:00
Damien Elmes
9eed2bf2fa
Merge pull request #124 from frp/master
...
Deal with Internationalized Domain Name in URI
2016-04-20 22:44:43 +10:00
Roman Franchuk
a68af5f199
Deal with Internationalized Domain Name in URI
...
This fixes https://anki.tenderapp.com/discussions/ankidesktop/17132-anki-reports-an-error-when-pasting-an-image-from-non-ascii-url
The problem is that urllib2 can't work with IDN. However, it's perfectly valid
to have such URIs in HTML, and Firefox, when copying image, generates exactly
this kind of HTML.
2016-04-17 15:49:28 +03:00
Damien Elmes
9b2a19ee85
when schema differs, make sure we don't import cards
...
_ignoredGuids should have been added to but wasn't
2016-04-17 20:38:39 +10:00
Damien Elmes
9f4fd8a9b6
Merge pull request #122 from Glutanimate/preserve-fields-on-note-type-change
...
Preserve identical fields when switching note types
2016-04-12 10:30:04 +10:00
Glutanimate
df4b74f7bb
Preserve identical fields when switching note types
2016-04-10 13:11:25 +02:00
Damien Elmes
269ea80a1f
Merge branch 'master' of github.com:dae/anki
2016-04-10 14:20:46 +10:00
Damien Elmes
1b0750ba9b
Merge pull request #121 from rizzomichaelg/patch-1
...
Adding new cloze while in filtered deck
2016-04-10 14:20:03 +10:00
Damien Elmes
499b02281b
bump version
2016-04-10 13:36:36 +10:00
rizzomichaelg
610ca050eb
Adding new cloze while in filtered deck
...
When adding a new cloze tag while a card is in a filtered deck, anki currently adds the new card to the Default deck.
My proposed fix checks if the card has the odid field set and then sets the did to use when generating the new cards as the odid.
2016-04-09 08:46:54 -05:00
Damien Elmes
d71ca63b4c
remove stray text
2016-04-05 11:04:40 +10:00
Damien Elmes
04ada5015f
bump version
2016-04-05 11:02:35 +10:00
Damien Elmes
864a9135dc
allow language changing in prefs
...
avoided adding this in the past as on a multi user system it allows
one profile user to annoys others by changing the interface language,
but it comes at the expense of easily changing the language for users
who choose the wrong one on first startup
2016-04-05 11:02:01 +10:00
Damien Elmes
e645ce5b65
Merge pull request #113 from socialpercon/master
...
PYTHONPATH added when tests script run
2016-03-29 10:12:41 +10:00
Damien Elmes
71778fb2b2
bump version
2016-03-27 21:14:30 +10:00
Damien Elmes
3cceba085d
change repos shortcut to ctrl+shift+s to avoid conflict
2016-03-27 20:50:59 +10:00
Damien Elmes
9baccec002
update credits
2016-03-23 09:07:33 +10:00
Damien Elmes
781e592339
don't set current dir in file selector if it doesn't exist
...
some users were reporting hangs
2016-03-21 09:57:45 +10:00