Damien Elmes
|
15bc3c4033
|
Merge pull request #698 from Arthur-Milchior/remove_clear_overdue
remove _clearOverdue
|
2020-07-21 10:27:04 +10:00 |
|
Arthur Milchior
|
e40c3b4254
|
remove unused variable
|
2020-07-20 10:17:23 +02:00 |
|
Arthur Milchior
|
d686aeccad
|
duplicate assignment removed
|
2020-07-20 06:47:47 +02:00 |
|
Arthur Milchior
|
d983feaefe
|
typo
|
2020-07-20 06:28:36 +02:00 |
|
Arthur Milchior
|
b4c32db460
|
remove useless variable cram
|
2020-07-20 06:24:42 +02:00 |
|
Arthur Milchior
|
4885404afb
|
remove _clearOverdue
This member is never read
|
2020-07-20 05:45:18 +02:00 |
|
Damien Elmes
|
3ca4a882a1
|
Merge pull request #692 from Arthur-Milchior/remove_useles_variables
Remove useless variables
|
2020-07-20 11:35:40 +10:00 |
|
Damien Elmes
|
f1202efe5f
|
Merge pull request #697 from Arthur-Milchior/typos
Comment typo
|
2020-07-20 11:34:02 +10:00 |
|
Damien Elmes
|
bc28a40e50
|
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
|
6073644ed4
|
Merge pull request #695 from Arthur-Milchior/note->field
replace "note" by "field"
|
2020-07-20 11:32:30 +10:00 |
|
Damien Elmes
|
61c1392ead
|
Merge pull request #694 from Arthur-Milchior/constants_in_test
Uses constant in tests
|
2020-07-20 11:32:11 +10:00 |
|
Arthur Milchior
|
8253ee59bc
|
Comment typo
|
2020-07-19 11:24:58 +02:00 |
|
Arthur Milchior
|
57aac57e93
|
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
|
83fac5db14
|
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
|
d09cf43bab
|
Uses constant in tests
|
2020-07-19 05:34:22 +02:00 |
|
Damien Elmes
|
8fb3da2e27
|
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
|
e36e063656
|
Merge pull request #693 from Arthur-Milchior/master
More variable renaming in tests
|
2020-07-18 12:09:06 +10:00 |
|
Damien Elmes
|
2ed481c37a
|
catch SIGTERM, and respond more quickly
|
2020-07-18 11:26:04 +10:00 |
|
Arthur Milchior
|
d9fe9297ba
|
d2->col2
|
2020-07-17 17:55:57 +02:00 |
|
Arthur Milchior
|
2c5001a0e8
|
tmp->col in tests
|
2020-07-17 17:37:17 +02:00 |
|
Arthur Milchior
|
b553d32db2
|
f4->note4
|
2020-07-17 17:34:39 +02:00 |
|
Arthur Milchior
|
7e8c748c09
|
f3->note3
|
2020-07-17 17:33:58 +02:00 |
|
Arthur Milchior
|
5a7bda27c8
|
f->n in id
|
2020-07-17 17:30:29 +02:00 |
|
Arthur Milchior
|
a81d7544f6
|
NF: deck2->col2
|
2020-07-17 17:27:40 +02:00 |
|
Arthur Milchior
|
71afb2b4d3
|
Remove useless variables
|
2020-07-17 08:38:48 +02:00 |
|
Damien Elmes
|
4442b79db3
|
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
|
5f93eaaf8f
|
i18n downgrade&quit button
|
2020-07-17 15:06:14 +10:00 |
|
Arthur Milchior
|
83c778ea53
|
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
|
14421e107c
|
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
|
c918d794c2
|
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
|
9d313ea6b3
|
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
|
d4b2982fc2
|
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
|
287b9ec3b6
|
switch graphRange on revlogRange change
|
2020-07-17 14:39:08 +10:00 |
|
Damien Elmes
|
2e493e07f4
|
add range selectors to answer button and hour graphs
|
2020-07-17 14:39:08 +10:00 |
|
Damien Elmes
|
9a457266f4
|
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
|
644b888457
|
Merge pull request #689 from glutanimate/add-stats-ids
Add IDs to stats sections
|
2020-07-17 14:37:46 +10:00 |
|
Damien Elmes
|
7d4473d582
|
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
|
1f51a93fff
|
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
|
7056765179
|
Fix type annotation for old stats dialog class
|
2020-07-17 03:08:09 +02:00 |
|
Glutanimate
|
b7c8374095
|
Add a couple of hooks to trigger add-on actions before showing stats
|
2020-07-16 21:48:46 +02:00 |
|
Glutanimate
|
7c900abcfb
|
Add IDs to stats sections
Allows more targeted manipulation by add-ons
|
2020-07-16 20:44:21 +02:00 |
|
Glutanimate
|
a9334014d3
|
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
|
ce2c553840
|
i18n some sync errors
|
2020-07-16 13:55:59 +10:00 |
|
Damien Elmes
|
baed2d8fa5
|
formatting
|
2020-07-16 13:55:53 +10:00 |
|
Damien Elmes
|
2f2195740d
|
tweak spacing
|
2020-07-16 13:28:06 +10:00 |
|
Damien Elmes
|
a5db274586
|
add table to reviews tooltip
|
2020-07-16 13:25:13 +10:00 |
|
Damien Elmes
|
550e57b4f0
|
add table in card count tooltip for readability
|
2020-07-16 13:25:02 +10:00 |
|
Damien Elmes
|
30b3870e1f
|
show all counts in tooltip
|
2020-07-16 12:28:31 +10:00 |
|
Damien Elmes
|
7504158e00
|
slightly increase x ticks
|
2020-07-16 11:53:20 +10:00 |
|
Damien Elmes
|
1306b7071f
|
increase number of y ticks
|
2020-07-16 11:50:04 +10:00 |
|