Damien Elmes
00dd291819
bump version
2014-04-23 08:16:45 +09:00
Damien Elmes
faaefa79a4
Merge pull request #75 from ispedals/winTestFixes
...
Close file descriptors before unlinking
2014-04-23 08:15:21 +09:00
Damien Elmes
0233ecdb38
Merge pull request #76 from sagittarian/state-change-hooks
...
Add hooks before and after a state change.
2014-04-23 08:15:17 +09:00
Adam Mesha
5629533b38
Add hooks before and after a state change.
...
Useful for plugin authors.
2014-04-22 01:20:48 +03:00
ispedals
bd289fc37e
Close file descriptors before unlinking
...
Unlinking a file before closing may not be supported on non-POSIX systems
such as Windows. This allows more tests to run to completion.
2014-04-21 17:08:21 -04:00
Damien Elmes
fa57fd3ad9
don't fail if \n in cloze
2014-04-21 14:50:18 +09:00
Houssam Salem
d2d985d8e6
Merge remote-tracking branch 'dae/master'
2014-04-21 12:51:56 +10:00
Damien Elmes
89c9af7445
use default sample rate instead of forcing 44100
...
The 64 bit built of portaudio on OSX seems to generate a wav
file that says it's 44100 but is actually the default rate, leading
to samples playing too fast or slow.
2014-04-18 04:17:05 +09:00
Damien Elmes
88b0a36610
Merge branch 'master' of github.com:dae/anki
2014-04-18 03:28:49 +09:00
Damien Elmes
f6866e204a
Merge pull request #73 from julienbaley/chained_mod_test
...
Makes the test agree with the current behaviour of chained mod
2014-04-16 01:48:14 +09:00
Damien Elmes
28b2f8fe03
allow main webview to focus, which may fix shortcut issues
...
some users reported plugins that define reviewer shortcuts broke
2014-04-16 01:43:33 +09:00
Julien Baley
a88a8429e2
Makes the test agree with the current behaviour of chained mod (cloze not always first)
2014-04-15 17:39:09 +01:00
Damien Elmes
5d1aeb4dde
bump version
2014-04-16 01:36:43 +09:00
Damien Elmes
694682d964
fix multiple cloze tags contained on one line
...
inner regex was capturing multiple clozes. fixes
https://anki.tenderapp.com/discussions/ankidesktop/6599-empty-cards-3533-cards-to-delete
2014-04-16 01:15:59 +09:00
Damien Elmes
966aca0f20
disable window modal progress dialog which is causing crashes
2014-04-16 00:46:26 +09:00
Damien Elmes
b65c7bc5ed
Merge pull request #72 from julienbaley/new_modifier_fix
...
Fixes transition from old modifier syntax to new one
2014-04-16 00:45:39 +09:00
Julien Baley
fac360d744
Allows smoother transition from old modifier syntax {{a 🅱️ fld}} to new one {{a(b):fld}}
2014-04-14 17:21:28 +01:00
Damien Elmes
b99e349695
fix copy not appearing when reviewing
2014-04-14 15:32:30 +09:00
Damien Elmes
468c4f0c4b
add julien
2014-04-13 01:16:31 +09:00
Damien Elmes
962c814d5b
bump version again, as new cert was missing an intermediate
2014-04-12 15:54:25 +09:00
Damien Elmes
c23e32e027
tweak readme.dev
2014-04-12 13:43:05 +09:00
Damien Elmes
46146b687e
tweak readme.dev
2014-04-12 13:33:53 +09:00
Damien Elmes
c529a77686
bundle new and old cert
...
fails to validate on some systems even when httplib2's default
certs are bundled, so we need this not just for SNI
2014-04-11 01:13:55 +09:00
Damien Elmes
01636dff00
bump ver
2014-04-10 15:00:32 +09:00
Damien Elmes
fcc4df821f
disable explicit ca_certs
...
may have added this to support beta.ankiweb.net as python doesn't
support SNI, but it prevents changing cert
2014-04-10 14:02:35 +09:00
Damien Elmes
2802d074bb
disable previous osx workaround that may be causing crash on file dialog
2014-04-10 14:01:24 +09:00
Houssam Salem
3aeb5d86da
Added search saving feature to card browser.
2014-04-09 04:35:00 +10:00
Houssam Salem
8f61dd3bf2
Merge branch 'master' of https://github.com/dae/anki
2014-04-06 16:38:32 +10:00
Damien Elmes
d56cf3c6b0
add fix for AD issue
2014-04-01 13:13:59 +09:00
Damien Elmes
4a05c736fa
tweak build_ui to handle qt5 ui translations
2014-03-30 10:19:48 +09:00
Damien Elmes
7dc26ed31d
only collapse cloze in type answer if single unique phrase
2014-03-28 07:25:27 +09:00
Damien Elmes
9f6b073def
allow copy context item in info view
2014-03-27 16:48:26 +09:00
Damien Elmes
5044089d42
Revert "tweak heights and font sizes"
...
This reverts commit 9beed20dc0
.
beta testers all seem to prefer the original smaller size
2014-03-27 14:02:55 +09:00
Damien Elmes
b562b8c6dc
Revert "fix some memory leaks"
...
This reverts commit b9ba2375a1
.
testing assumption that this is causing the windows crashes
2014-03-27 13:58:30 +09:00
Damien Elmes
3796048911
Merge pull request #70 from ospalh/feature-fix-png-warnings
...
Fix png images causing libpng 1.6.3 to print warnings.
2014-03-20 08:01:15 +09:00
Damien Elmes
c4c031d680
Merge branch 'master' of github.com:dae/anki
2014-03-20 08:00:48 +09:00
Damien Elmes
5cc8e9b7d3
show main window on startup on mac
...
this causes a visible resize, but seems to fix the intermittent
beachball on startup issue
2014-03-20 08:00:02 +09:00
ospalh
49919b4eb6
Fix png images causing libpng 1.6.3 to print warnings.
2014-03-19 15:09:41 +01:00
Houssam Salem
b4057152f7
Merge branch 'master' of https://github.com/dae/anki
2014-03-16 22:23:29 +11:00
Damien Elmes
29026b08e2
fix crashes and corruption in column headers
...
set all columns to interactive at once to work around qt5 issues
2014-03-14 15:41:00 +09:00
Damien Elmes
f9d93fa888
Revert "use a new header key on qt5 to fix drawing bug"
...
This reverts commit e063123218
.
2014-03-14 15:29:48 +09:00
Damien Elmes
44031b065c
update add-on forum link
2014-03-14 15:28:34 +09:00
Damien Elmes
5eed6679fd
Merge pull request #69 from julienbaley/chained_mod_params
...
Adding support for parameters in modifiers
2014-03-14 13:53:06 +09:00
Damien Elmes
e13fcad8a2
Merge pull request #67 from julienbaley/cloze_clone
...
Fixes creation of Cloze when having a chained modifier
2014-03-14 13:50:15 +09:00
Damien Elmes
b9ba2375a1
fix some memory leaks
2014-03-14 12:51:38 +09:00
Damien Elmes
b1cb07077a
include buried in suspended count
2014-03-14 11:56:15 +09:00
Julien Baley
90fd1c00c8
Adding support for parameters in modifiers: {{mod1(param1,param2):mod2(param3):field}}
2014-03-12 14:21:23 +00:00
Julien Baley
69a19b58c2
Fixes creation of Cloze when having a chained modifier on the left of cloze
2014-03-09 18:12:39 +00:00
Damien Elmes
7dcf0d8ead
fix tag strip on export
...
we must make sure to include spaces around tags or they can't be
found
2014-03-09 10:44:52 +09:00
Damien Elmes
fe2c94b819
use different way of scrolling to answer to fix qt5 bug
2014-03-07 10:21:38 +09:00