Damien Elmes
|
c02716ccd8
|
python formatting+lints
|
2020-05-08 17:30:27 +10:00 |
|
Damien Elmes
|
1de8d4baaf
|
fix a unit test
|
2020-05-08 17:27:41 +10:00 |
|
Damien Elmes
|
2a0d40e15d
|
stats area grouping box fix
https://anki.tenderapp.com/discussions/beta-testing/1928-cosmetic-issue
|
2020-05-08 16:03:29 +10:00 |
|
Damien Elmes
|
3f534b8c86
|
fix dupe search with included formatting
https://anki.tenderapp.com/discussions/ankidesktop/41286-2125-doesnt-show-duplicates
|
2020-05-08 15:26:45 +10:00 |
|
Damien Elmes
|
4a26e2ba77
|
bundle socks
https://anki.tenderapp.com/discussions/ankidesktop/39801-sync-error
|
2020-05-08 15:26:19 +10:00 |
|
Damien Elmes
|
a095a8bb07
|
fix due of preview cards being reset
https://anki.tenderapp.com/discussions/ankidesktop/41243-undo-function-causes-error-in-filtered-decks
|
2020-05-08 15:25:54 +10:00 |
|
Damien Elmes
|
54734ec88e
|
fix error undoing card in preview queue
https://anki.tenderapp.com/discussions/ankidesktop/41243-undo-function-causes-error-in-filtered-decks
|
2020-05-08 15:25:38 +10:00 |
|
Damien Elmes
|
961833a137
|
avoid mention of pip
|
2020-05-05 16:30:22 +10:00 |
|
Damien Elmes
|
2f57c646e0
|
benchmark->profile, and remove from error branches
|
2020-05-05 16:28:49 +10:00 |
|
Damien Elmes
|
e7ebcc7c75
|
Merge pull request #605 from evandroforks/benchmark_option
Created the --benchmark command line option
|
2020-05-05 16:23:00 +10:00 |
|
Damien Elmes
|
16d0bf24b4
|
Merge pull request #608 from evandroforks/fix_missing_pyaudio_import
Fix missing pyaudio blocking Anki from running
|
2020-05-05 16:22:34 +10:00 |
|
Damien Elmes
|
e37774f0bd
|
fix v1 log appearing next to export
|
2020-05-05 16:15:49 +10:00 |
|
evandrocoan
|
0006269c01
|
Used showWarning asking the user to install pyaudio
|
2020-05-05 00:00:48 -03:00 |
|
evandrocoan
|
338e904bd4
|
Created the ANKI_RUN_BENCHMARK environment variable replacing
the command line argument.
|
2020-05-04 23:46:13 -03:00 |
|
evandrocoan
|
2e11a596aa
|
Fixed profiler word misspelling and stopped trimming the output
|
2020-05-04 23:15:23 -03:00 |
|
Damien Elmes
|
08f894735a
|
Merge pull request #607 from Arthur-Milchior/remove_a_try
Simplify the copying of field contents when resetting
|
2020-05-05 11:36:17 +10:00 |
|
Damien Elmes
|
b932333246
|
fix card layout screen on qt 5.9 regression (#592)
|
2020-05-05 11:26:13 +10:00 |
|
evandrocoan
|
b671c8e627
|
Fix missing pyaudio blocking Anki from running
https://github.com/ankitects/anki/pull 606
Remove pyaudio as mandatory dependency
|
2020-05-04 13:44:12 -03:00 |
|
Damien Elmes
|
9bb4a02e0a
|
fix unnecessary spaces being added to notes with empty tags
|
2020-05-04 21:53:22 +10:00 |
|
Damien Elmes
|
5236e20a7a
|
Merge pull request #580 from Arthur-Milchior/debug_diag
mw.debug_diag is the dialog and not the window
|
2020-05-04 14:07:15 +10:00 |
|
Damien Elmes
|
9502fe790f
|
Merge pull request #584 from Arthur-Milchior/onModelchangeUsed
On modelchange used
|
2020-05-04 14:06:35 +10:00 |
|
Damien Elmes
|
6c20e5a7df
|
Merge pull request #585 from Arthur-Milchior/addButtonSaveNewFunction
addButton always save function
|
2020-05-04 13:58:46 +10:00 |
|
Damien Elmes
|
95800b5b8d
|
Merge pull request #597 from evandroforks/add_missing_check
Fixed rspy check not being called
|
2020-05-04 13:38:58 +10:00 |
|
Damien Elmes
|
d98e3fa371
|
Merge pull request #606 from evandroforks/remove_pyaudio_as_dependency
Remove pyaudio as mandatory dependency
|
2020-05-04 13:37:19 +10:00 |
|
Damien Elmes
|
eec3fcf87a
|
use qconnect everywhere, and fix some typing issues
a step towards check_untyped_defs in aqt, but there's still 100+
issues to resolve
|
2020-05-04 13:23:08 +10:00 |
|
Damien Elmes
|
164fdb37d5
|
fix saving searches in browser
|
2020-05-04 12:26:50 +10:00 |
|
evandrocoan
|
1e4748d45e
|
Remove pyaudio as mandatory dependency
Pyaudio on Windows is difficult to install and complicates things
when someone is using the wheels just for autocomletion on IDEs as
PyCharm:
https://anki.tenderapp.com/discussions/add-ons/44009-problems-with-code-completion
|
2020-05-03 23:05:38 -03:00 |
|
evandrocoan
|
b63bfc83d8
|
Created the --benchmark command line option
https://anki.tenderapp.com/discussions/ankidesktop/41106-card-audio-playback-changes-bug-in-212x
Based on the snippet: https://gist.github.com/evandrocoan/961d46e10424e53ba8946fac66e0efac
|
2020-05-03 20:34:43 -03:00 |
|
Arthur Milchior
|
f2fbf667cd
|
onModelChange: replacing try by if
|
2020-05-03 01:53:00 +02:00 |
|
Arthur Milchior
|
d427e1028b
|
single try in onModelChange
|
2020-05-03 01:53:00 +02:00 |
|
Arthur Milchior
|
936bb31997
|
onModelChange save note
I like the way onModelChange is done. Except that you forget to use
the note you computed.
|
2020-05-03 01:53:00 +02:00 |
|
evandrocoan
|
e4698b9997
|
We should not call clippy on Mac OS when running make check
|
2020-05-02 19:44:51 -03:00 |
|
evandrocoan
|
2008f2b7bc
|
Fixed rspy check not being called
# Conflicts:
# Makefile
|
2020-05-01 22:51:17 -03:00 |
|
Damien Elmes
|
36ea980725
|
update rslib version
|
2020-05-02 10:46:58 +10:00 |
|
Damien Elmes
|
43978b7257
|
ensure 'make check' updates rslib version
|
2020-05-02 10:46:51 +10:00 |
|
Damien Elmes
|
b337dda8df
|
bump version
|
2020-05-02 10:22:00 +10:00 |
|
Damien Elmes
|
38a109a5bf
|
tolerate decks with missing mtime exported by third party software
|
2020-05-02 10:18:08 +10:00 |
|
Damien Elmes
|
e980ba3686
|
Merge pull request #602 from evandroforks/fixed_github_actions_tagged_wheels
Fixed GitHub Actions tagged wheels
|
2020-05-02 09:03:54 +10:00 |
|
Damien Elmes
|
0080db4c94
|
Merge pull request #600 from evandroforks/add_missing_wheels_anki_dependency
Add missing aqt and anki modules dependency requirements
|
2020-05-02 09:02:21 +10:00 |
|
Damien Elmes
|
d7cdb10aa8
|
fix some clippy lints
|
2020-05-02 08:55:27 +10:00 |
|
evandrocoan
|
4df920884c
|
Fixed GitHub Actios wheels upload tagged releases being overwritten
|
2020-05-01 17:36:09 -03:00 |
|
evandrocoan
|
ae7991f4b6
|
Fixed checks.yml shellbang being put on the second line
|
2020-05-01 17:36:09 -03:00 |
|
Damien Elmes
|
6046bbc779
|
re-enable pypi uploads
temporarily tagging this as 2.1.25, since these CI changes are required
for PyPi, and the packaged versions were made a few revisions back
|
2020-05-01 19:04:05 +10:00 |
|
Damien Elmes
|
b51ca01dcb
|
Merge pull request #601 from evandroforks/strip_buildhash_from_pypi
Strips the build hash from pypi package releases
|
2020-05-01 18:59:24 +10:00 |
|
Damien Elmes
|
44b7668a5f
|
Merge pull request #598 from evandroforks/improve_checks_naming
Improve checks naming
|
2020-05-01 18:58:55 +10:00 |
|
evandrocoan
|
7c5cc341ba
|
Strips the build hash from pypi package releases
https://github.com/ankitects/anki/pull 535
|
2020-05-01 02:54:20 -03:00 |
|
evandrocoan
|
b6e7ab6a99
|
Removes duplicated maturin build flags on rspy/Makefile
|
2020-05-01 01:46:30 -03:00 |
|
evandrocoan
|
998e418a83
|
Set to checks.yml upload Python 3.8 wheels to PyPi
|
2020-05-01 01:07:47 -03:00 |
|
evandrocoan
|
cde8be654f
|
Merge contrib.yml into checks.yml
|
2020-05-01 01:07:43 -03:00 |
|
evandrocoan
|
b19b3a6706
|
Stop requiring ankirspy while running on development because
maturin develop hides the package from pip
https://github.com/PyO3/maturin/issues 304
|
2020-04-30 23:37:19 -03:00 |
|