Damien Elmes
365e584db8
hide odd hours in small screen
2020-08-05 18:58:31 +10:00
Damien Elmes
818012e015
slightly darker start to reviews graph
2020-08-05 16:06:34 +10:00
Damien Elmes
1229636910
"average over period"
2020-08-05 16:06:24 +10:00
Damien Elmes
d8a75c2307
remove selective fade in answer buttons graph
2020-08-05 15:56:21 +10:00
Damien Elmes
ddfd6511bf
reduce maximum lightness in added/interval graphs
2020-08-05 15:43:44 +10:00
Damien Elmes
15c50e68eb
make the cumulative area a bit more visible
2020-08-05 15:35:07 +10:00
Damien Elmes
b3df572f31
skip missing datapoints in hour graph
2020-08-05 15:25:56 +10:00
Damien Elmes
32612fc84c
right axis for reviews graph
2020-08-05 15:01:51 +10:00
Damien Elmes
6592fd0da9
add right axis to hour graph
2020-08-05 15:01:44 +10:00
Damien Elmes
43d8e5c9f0
drop 99.9% interval
2020-08-05 14:50:08 +10:00
Damien Elmes
1909d0a9a2
add right axis to histograms; nice y axis
2020-08-05 14:49:57 +10:00
Damien Elmes
18c59c60a4
unnecessary f-string
2020-08-04 17:52:49 +10:00
Damien Elmes
0673193f27
subtitles under title
2020-08-04 17:50:47 +10:00
Damien Elmes
510d9d0bf5
reduce maximum width
2020-08-04 17:29:17 +10:00
Damien Elmes
43c6ec09bd
increase axis label size at small screen widths
2020-08-04 17:29:13 +10:00
Damien Elmes
ab8ffaf4f0
fix unterminated section
2020-08-04 16:29:22 +10:00
Damien Elmes
f8b73230a6
formatting and new strings in scheduling.ftl
2020-08-04 16:19:49 +10:00
Damien Elmes
cd4a4dada8
added graph table
2020-08-04 16:01:11 +10:00
Damien Elmes
fcbf254917
fix plural
2020-08-04 15:28:49 +10:00
Damien Elmes
25948a328e
average interval
2020-08-04 15:28:41 +10:00
Damien Elmes
c9f9ae532e
textual data for forecast
...
Also stick to exact xMax, so we match the old graphs.
2020-08-04 15:15:57 +10:00
Damien Elmes
1b62b932fe
factor out data table into separate file
2020-08-04 14:41:26 +10:00
Damien Elmes
a5a12e0d00
add textual data to reviews graph
2020-08-04 14:28:46 +10:00
Damien Elmes
79536ef544
add some extra graph strings
2020-08-04 12:01:31 +10:00
Damien Elmes
8d6af167cc
catch duplicate keys
2020-08-04 11:52:19 +10:00
Damien Elmes
97bf4da6e8
convert po string extraction to GUI app
2020-08-04 11:21:39 +10:00
Damien Elmes
440aa129d9
disable media get / posts when collection closed
...
https://forums.ankiweb.net/t/countdown-to-events-exams-addon-official-thread/1093/4?u=dae
2020-08-04 10:03:17 +10:00
Damien Elmes
b363aaf401
handle some instances of floats when an integer is expected during sync
2020-08-03 17:47:15 +10:00
Damien Elmes
655001eaf5
mention pypi
2020-08-03 15:31:22 +10:00
Damien Elmes
afc375b10f
fix preview options responding to enter key by default
2020-08-03 13:32:38 +10:00
Damien Elmes
d97f6d21b8
fix mobile class emulation
...
should be set on html element
2020-08-03 13:32:10 +10:00
Damien Elmes
760ce2282d
previous fs encoding test didn't catch things like latin-1
...
https://forums.ankiweb.net/t/unicodeencodeerror-when-syncing/1746
2020-08-03 11:29:07 +10:00
Damien Elmes
5a73641b57
enable strict equality checks in mypy
...
Without it, the following code reports no problems:
def foo() -> int:
return 5
print(foo == 5)
2020-08-03 10:26:40 +10:00
Damien Elmes
d9b6793616
fix automatic logout on auth failure not working
2020-08-03 10:24:49 +10:00
Damien Elmes
a991364bfb
check_untyped_defs can now be enabled globally for aqt
...
A big thanks to Matt and phwoo who put in most of the work to get
to this point.
2020-08-02 10:29:25 +10:00
Damien Elmes
2a36455e88
fix untyped def issues in aqt/utils.py
2020-08-02 10:25:48 +10:00
Damien Elmes
c1ecb7b827
fix untyped def issues in aqt/mediasrv.py
2020-08-02 10:22:21 +10:00
Damien Elmes
5c176b23c4
fix untyped def issues in aqt/__init__.py
2020-08-02 10:22:08 +10:00
Damien Elmes
f1a30c243a
fix conditional negation being lost on field rename
...
https://forums.ankiweb.net/t/anki-force-changes-all-to/1694
2020-08-02 10:09:24 +10:00
Damien Elmes
0787a5d1da
Merge pull request #723 from phwoo/typehints-for-qt-addons
...
Typehints for qt addons
2020-08-02 10:08:48 +10:00
Damien Elmes
43d03ee3be
Merge pull request #721 from mkrump/help-wanted-4-add-type-hints-7
...
Turn on check_untyped_defs for aqt.main and aqt.progress
2020-08-02 10:04:52 +10:00
Fabian Wood
d27e33a206
Fixed runtime error from changes in qt addons.py
...
Changes to meet returning of Iterable (rather than List), meant
returning a different variable, but that may not have been created.
Reverted, changing to return List.
2020-08-01 17:50:37 +10:00
Fabian Wood
3da0737a57
Updated qt addons with more extensive typehints
2020-08-01 15:50:27 +10:00
Matt Krump
f529124bbf
Turn on check_untyped_defs for aqt.progress
2020-07-31 21:00:08 -06:00
Matt Krump
83449e35ad
Turn on check_untyped_defs for aqt.main
2020-07-31 20:34:14 -06:00
Damien Elmes
a8139ebb40
force stdout/stderr encoding to utf8
...
As a GUI app, Anki only uses these for debugging info, and we've been
bitten numerous times in the past by bugs caused by printing Unicode
when the console only supported ASCII. An ens var might have been
a better approach, but Pyinstaller does not support defining them before
Python is initialized from what I can tell.
Latest issue:
https://forums.ankiweb.net/t/crashing-anki-version-2-1-29-bbff62bf/1650
2020-08-01 11:31:22 +10:00
Damien Elmes
07594bc375
fix mature cutoff in reviews graph
...
https://forums.ankiweb.net/t/statistics-bugs-after-update-2-1-5-to-2-1-29/1620/4
2020-08-01 11:27:24 +10:00
Damien Elmes
1353590a92
move card counts tooltip into permanent table
2020-07-31 17:19:31 +10:00
Damien Elmes
710127d490
fix moves into/out of a filtered deck not syncing
...
the mtime comparison should have only been done if the object in the
local collection was also pending
2020-07-31 15:39:30 +10:00
Damien Elmes
06a0b1ee73
pass night mode into body_class() instead of changing globally
2020-07-31 14:47:17 +10:00