Damien Elmes
37bac3979c
select all shortcut in fields
2016-07-14 11:56:18 +10:00
Damien Elmes
5655448919
explictly use utf8 when talking to mplayer
...
universal_newlines uses system locale which is ascii on osx unless
LC_CTYPE/LANG is set to utf8, so we need to be explicit about the
encoding we want instead
we also lose line buffering, so we have to explicitly flush
2016-07-12 16:55:10 +10:00
Damien Elmes
8fdda2bb9c
tweak win button size
2016-07-12 16:40:13 +10:00
Damien Elmes
74de1face7
specify font size again on osx
...
we lose the native button appearance, but the text is too small to
read on OSX otherwise
2016-07-12 16:28:14 +10:00
Damien Elmes
85215018a5
another approach to fixing modSchema bug
...
start the progress dialog immediately so that askUser()
becomes part of the progress dialog's modality
the problem with the previous approach was that beginReset() attempts
to save the note again, leading to schema mismatches
2016-07-12 13:53:59 +10:00
Damien Elmes
166c6f4b3c
remove debug statement
2016-07-12 13:43:21 +10:00
Damien Elmes
3fa597ed1a
wait until saveNow() is done
...
fixes content missing if typed right before save, and add window
complaining that fields aren't empty when they appear so
2016-07-12 13:30:10 +10:00
Damien Elmes
44457e78d2
fix import of media
2016-07-11 14:56:58 +10:00
Damien Elmes
cc742df71a
support PSV out of the box and make extending delims easier
2016-07-11 11:36:53 +10:00
Damien Elmes
5b10d7c45b
fix change note type getting stuck
...
thanks to stvad for the report
2016-07-11 11:34:12 +10:00
Damien Elmes
46dae2507b
tweaks to UI font on win/lin
2016-07-08 16:17:06 +10:00
Damien Elmes
53f7457d4c
swallow http server errors
2016-07-08 13:22:36 +10:00
Damien Elmes
00111e4182
re-enable add-on downloading
2016-07-08 13:17:33 +10:00
Damien Elmes
3afef3edb0
fix edit & delete bugs in add-ons section
2016-07-08 13:10:19 +10:00
Damien Elmes
19cb527edf
mention add-on directories
2016-07-08 13:10:06 +10:00
Damien Elmes
807b7382cb
add missing runHook to deck options
2016-07-08 12:59:10 +10:00
Damien Elmes
d0fcf6a2ff
debug webengine dll problems
2016-07-08 12:34:30 +10:00
Damien Elmes
2f10ebb3ab
bump version
2016-07-07 23:40:12 +10:00
Damien Elmes
a8e2f992c8
image support
2016-07-07 23:39:48 +10:00
Damien Elmes
7d0eb6dd39
ignore copy/paste shortcuts except on mac
2016-07-07 23:34:19 +10:00
Damien Elmes
eddef71f75
prevent field from collapsing
2016-07-07 17:41:47 +10:00
Damien Elmes
9c569ac35c
fix onHeight error by not reloading toolbar each note
2016-07-07 17:29:53 +10:00
Damien Elmes
258a10edc7
add titles to various webviews to make them easy to locate
2016-07-07 17:23:13 +10:00
Damien Elmes
0990fbb208
document chrome debugging
2016-07-07 17:02:39 +10:00
Damien Elmes
b66c03d673
basic add-on docs
2016-07-07 16:58:36 +10:00
Damien Elmes
d94c011c88
fix clayout preview, js errors
...
.exec_() and webengineview don't seem to play nicely together
2016-07-07 12:32:27 +10:00
Damien Elmes
f8e300ab1d
use utf8 for collection.log
2016-07-07 12:03:02 +10:00
Damien Elmes
05d13de766
fix up ankiweb.certs paths
...
also fixes
https://anki.tenderapp.com/discussions/ankidesktop/18420-portable-anki-sync-error
2016-07-07 11:58:06 +10:00
Damien Elmes
39a2ddac51
fix 'loading' message by removing old type answer code
2016-07-07 11:08:32 +10:00
Damien Elmes
26fdf1e01f
qt 5.5, not 5.4
2016-07-05 21:48:56 +10:00
Damien Elmes
6dead737ca
bump version
2016-07-05 21:35:53 +10:00
Damien Elmes
d831bbee5f
fix exporting & one bug in stats image export
2016-07-05 19:52:26 +10:00
Damien Elmes
d9fe0ef6e7
update dev docs
2016-07-05 19:38:54 +10:00
Damien Elmes
06169de6cd
fix type answer
2016-07-05 13:14:45 +10:00
Damien Elmes
2d5affd3f2
Revert "hack around broken qwebchannel behaviour"
...
This reverts commit 447718c605
.
2016-07-05 12:26:08 +10:00
Damien Elmes
44bf02d872
quieten beautifulsoup warning
2016-07-04 18:06:08 +10:00
Damien Elmes
ef89a0dadd
update readme
2016-07-04 17:15:03 +10:00
Damien Elmes
85665bc18d
fix latex check
2016-07-04 17:07:48 +10:00
Damien Elmes
1cebe4ee48
need portaudio dev
2016-07-04 16:51:25 +10:00
Damien Elmes
9ec32c8ebc
add requirements.txt
2016-07-04 16:47:08 +10:00
Damien Elmes
ec1ee1255b
update travis.yml
2016-07-04 16:45:49 +10:00
Damien Elmes
b80edee3c2
Merge pull request #105 from RawToast/ci-integration
...
Integrate test suite with Travis CI and Coveralls
2016-07-04 16:42:53 +10:00
Damien Elmes
d025fddfb4
Merge pull request #109 from subfusc/master
...
[Addons] Make it possible to distribute addons in a directory.
2016-07-04 16:35:49 +10:00
Damien Elmes
4175b6de5b
Merge pull request #131 from ankitest/patch-5
...
next interval >= prev interval + 1
2016-07-04 16:32:57 +10:00
Damien Elmes
058fc373bd
Merge branch 'master' of github.com:dae/anki
2016-07-04 16:33:03 +10:00
Damien Elmes
dfa479607c
hook for showDeckOptions
2016-07-04 16:32:30 +10:00
Damien Elmes
d824f178cc
Merge pull request #133 from hssm/browser-recenter
...
Fix automatic horizontal scrolling in browser
2016-07-04 16:29:45 +10:00
Damien Elmes
9de08e243e
Merge pull request #134 from matthayes/master
...
Fix y axis tick rendering
2016-07-04 16:29:17 +10:00
Damien Elmes
447718c605
hack around broken qwebchannel behaviour
...
https://bugreports.qt.io/browse/QTBUG-53411
2016-07-04 16:25:24 +10:00
Damien Elmes
704610ef8f
remove button styling
...
qt5.7 loses system styling when zoom applied
2016-07-04 16:24:43 +10:00