Damien Elmes
|
2bb5826598
|
Merge pull request #696 from Arthur-Milchior/note_to_add_note
For some reason, add_note were assigned to a unused variable
|
2020-07-20 11:32:55 +10:00 |
|
Damien Elmes
|
63c0557824
|
Merge pull request #695 from Arthur-Milchior/note->field
replace "note" by "field"
|
2020-07-20 11:32:30 +10:00 |
|
Damien Elmes
|
917d53afeb
|
Merge pull request #694 from Arthur-Milchior/constants_in_test
Uses constant in tests
|
2020-07-20 11:32:11 +10:00 |
|
Arthur Milchior
|
ff62829e6e
|
Comment typo
|
2020-07-19 11:24:58 +02:00 |
|
Arthur Milchior
|
35cfbc2bae
|
For some reason, add_note were assigned to a unused variable
I remove it for clarity
|
2020-07-19 10:58:40 +02:00 |
|
Arthur Milchior
|
bff784dc9a
|
replace "note" by "field"
My bad. In one case `f` did represent "field" and not "fact"
|
2020-07-19 08:24:43 +02:00 |
|
Arthur Milchior
|
23eeb84556
|
Uses constant in tests
|
2020-07-19 05:34:22 +02:00 |
|
Damien Elmes
|
c203410307
|
split add-ons window title from menu bar action
https://anki.tenderapp.com/discussions/private/4781-print-mistake
|
2020-07-19 09:49:36 +10:00 |
|
Damien Elmes
|
f04ea6904d
|
Merge pull request #693 from Arthur-Milchior/master
More variable renaming in tests
|
2020-07-18 12:09:06 +10:00 |
|
Damien Elmes
|
f22aa4c199
|
catch SIGTERM, and respond more quickly
|
2020-07-18 11:26:04 +10:00 |
|
Arthur Milchior
|
1b4a180fb9
|
d2->col2
|
2020-07-17 17:55:57 +02:00 |
|
Arthur Milchior
|
e7d75c2c8d
|
tmp->col in tests
|
2020-07-17 17:37:17 +02:00 |
|
Arthur Milchior
|
e7378734d2
|
f4->note4
|
2020-07-17 17:34:39 +02:00 |
|
Arthur Milchior
|
0db941ed98
|
f3->note3
|
2020-07-17 17:33:58 +02:00 |
|
Arthur Milchior
|
9c5bb199d0
|
f->n in id
|
2020-07-17 17:30:29 +02:00 |
|
Arthur Milchior
|
93ad194862
|
NF: deck2->col2
|
2020-07-17 17:27:40 +02:00 |
|
Arthur Milchior
|
452daf8d80
|
Remove useless variables
|
2020-07-17 08:38:48 +02:00 |
|
Damien Elmes
|
7d8818f855
|
Merge pull request #691 from Arthur-Milchior/no_single_name_var_in_test
Improve variable names in tests
|
2020-07-17 15:37:22 +10:00 |
|
Damien Elmes
|
bfbab8b498
|
i18n downgrade&quit button
|
2020-07-17 15:06:14 +10:00 |
|
Arthur Milchior
|
1af59545bd
|
gn->deckn in test
Obtained by
```
sed -i "s/\bg1\b/deck1/g" pylib/tests/*py qt/tests/*py
sed -i "s/\bg2\b/deck2/g" pylib/tests/*py qt/tests/*py
```
|
2020-07-17 06:58:32 +02:00 |
|
Arthur Milchior
|
2c73dcb2e5
|
d->col in tests
obtained by
```
sed -i "s/\bd\b/col/g" pylib/tests/*py qt/tests/*py
```
|
2020-07-17 06:58:32 +02:00 |
|
Arthur Milchior
|
c376714a9b
|
deck->col in tests
Obtained by
```
sed -i "s/\bdeck\b/col/g" pylib/tests/*py qt/tests/*py
```
|
2020-07-17 06:50:46 +02:00 |
|
Arthur Milchior
|
425b82e6e7
|
f2->note2 in test
Obtained by
```
sed -i "s/\bf2\b/note2/g" pylib/tests/*py qt/tests/*py
```
|
2020-07-17 06:47:44 +02:00 |
|
Arthur Milchior
|
4c25835d27
|
f->note in test
Obtained by sed -i "s/\bf\b/note/g" pylib/tests/*py qt/tests/*py
|
2020-07-17 06:47:44 +02:00 |
|
Damien Elmes
|
39ae5936fc
|
switch graphRange on revlogRange change
|
2020-07-17 14:39:08 +10:00 |
|
Damien Elmes
|
ec9e3646c4
|
add range selectors to answer button and hour graphs
|
2020-07-17 14:39:08 +10:00 |
|
Damien Elmes
|
f741b05f56
|
Merge pull request #690 from glutanimate/stats-will-show-hooks
Add a couple of hooks to trigger add-on actions before showing stats
|
2020-07-17 14:38:41 +10:00 |
|
Damien Elmes
|
e26aa35d63
|
Merge pull request #689 from glutanimate/add-stats-ids
Add IDs to stats sections
|
2020-07-17 14:37:46 +10:00 |
|
Damien Elmes
|
f45f9b2d34
|
Merge pull request #688 from glutanimate/fix-js-eval-when-setting-content-via-url
Fix premature JS evaluation in views that set content via URL
|
2020-07-17 14:37:02 +10:00 |
|
Arthur Milchior
|
6a529e51cc
|
note->n
Next commit will transform f into note, and this lead to a variable clash here
|
2020-07-17 06:08:33 +02:00 |
|
Glutanimate
|
0fedf5c825
|
Fix type annotation for old stats dialog class
|
2020-07-17 03:08:09 +02:00 |
|
Glutanimate
|
b89811bfba
|
Add a couple of hooks to trigger add-on actions before showing stats
|
2020-07-16 21:48:46 +02:00 |
|
Glutanimate
|
8183ed7fa7
|
Add IDs to stats sections
Allows more targeted manipulation by add-ons
|
2020-07-16 20:44:21 +02:00 |
|
Glutanimate
|
fe81da9b8a
|
Make sure to set domDone to False before loading URLs
Fixes an issue where JS would be evaluated prematurely in views
directly loaded from URLs.
|
2020-07-16 19:56:57 +02:00 |
|
Damien Elmes
|
61017a2e21
|
i18n some sync errors
|
2020-07-16 13:55:59 +10:00 |
|
Damien Elmes
|
2824be25f0
|
formatting
|
2020-07-16 13:55:53 +10:00 |
|
Damien Elmes
|
658a009ec4
|
tweak spacing
|
2020-07-16 13:28:06 +10:00 |
|
Damien Elmes
|
0c1d5ae5a4
|
add table to reviews tooltip
|
2020-07-16 13:25:13 +10:00 |
|
Damien Elmes
|
1e48188c14
|
add table in card count tooltip for readability
|
2020-07-16 13:25:02 +10:00 |
|
Damien Elmes
|
0ff13828d4
|
show all counts in tooltip
|
2020-07-16 12:28:31 +10:00 |
|
Damien Elmes
|
fd0383cbe0
|
slightly increase x ticks
|
2020-07-16 11:53:20 +10:00 |
|
Damien Elmes
|
db832ec739
|
increase number of y ticks
|
2020-07-16 11:50:04 +10:00 |
|
Damien Elmes
|
1ec869ee5e
|
fix typo
closes #664
|
2020-07-16 11:15:12 +10:00 |
|
Damien Elmes
|
fa239be124
|
add platform version back into sync metadata
|
2020-07-16 10:12:41 +10:00 |
|
Damien Elmes
|
1205db6484
|
panic fix was merged into hyper 0.13.7
|
2020-07-16 09:09:13 +10:00 |
|
Damien Elmes
|
320b56ae43
|
can't rely on stdout to handle unicode
|
2020-07-15 09:36:29 +10:00 |
|
Damien Elmes
|
6f830a994d
|
Merge pull request #687 from ankitects/revert-686-master
Revert "Added parameter/return types, fixed possible logic error and typo"
|
2020-07-13 22:01:57 +10:00 |
|
Damien Elmes
|
eb91ff7421
|
Revert "Added parameter/return types, fixed possible logic error and typo"
|
2020-07-13 21:25:44 +10:00 |
|
Damien Elmes
|
5c6ca55e42
|
Merge pull request #686 from zerrs/master
Added parameter/return types, fixed possible logic error and typo
|
2020-07-13 21:25:16 +10:00 |
|
Damien Elmes
|
2af1d68b05
|
Update customstudy.py
|
2020-07-13 21:24:18 +10:00 |
|