evandrocoan
|
947f58032f
|
Moved the utils.py new save/restore functions together
|
2020-06-08 16:23:32 -03:00 |
|
evandrocoan
|
38fba41fb2
|
Renamed save_combo_index to save_combo_index_for_session
|
2020-06-08 16:23:28 -03:00 |
|
evandrocoan
|
1d32873869
|
Renamed new function on qt/aqt/utils.py to snake case
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
b23b404f68
|
Created the profiles.py session attribute for things to forgot
each time Anki restarted and set to only fill the find and replace
dialogs when they were filled on the actual session.
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
4bc895f7df
|
Moved restoreComboHistory below saveComboHistory as others
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
87d051fa71
|
Set to browser.py finddupes.ui remember the last selected field
https://anki.tenderapp.com/discussions/ankidesktop/39468-find-and-replace-does-not-remember-the-input-from-last-time
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
bf55ebbd8a
|
Added some type checking to utils.py QComboBox restore functions
# Conflicts:
# qt/aqt/utils.py
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
f27ad0c524
|
Moved restoreComboHistory closer to restoreComboIndex on utils.py
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
6047c6ecc0
|
Renamed setupComboBoxHistory to restoreComboHisotory,
saveComboActiveIndex to saveComboIndex, saveComboBoxHistory to
saveComboHistory and restoreComboActiveIndex to restoreComboIndex.
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
a78b3d522e
|
Set to browser.py finddupes.ui remember the last search text
https://anki.tenderapp.com/discussions/ankidesktop/39468-find-and-replace-does-not-remember-the-input-from-last-time
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
a74e43a515
|
Set to browser.py findreplace.ui remember the last selected field
by creating saveComboActiveIndex and restoreComboActiveIndex.
https://anki.tenderapp.com/discussions/ankidesktop/39468-find-and-replace-does-not-remember-the-input-from-last-time
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
40f98a244f
|
Set to browser.py findreplace.ui remember the last regex/case
by creating the saveIsChecked and restoreIsChecked.
https://anki.tenderapp.com/discussions/ankidesktop/39468-find-and-replace-does-not-remember-the-input-from-last-time
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
54d7f136cb
|
Created the setupComboBoxHistory and saveComboBoxHistory to remove
duplicated/common code.
https://anki.tenderapp.com/discussions/ankidesktop/39468-find-and-replace-does-not-remember-the-input-from-last-time
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
3971ea5518
|
Set to remember the last replace input for findreplace.ui
https://anki.tenderapp.com/discussions/ankidesktop/39468-find-and-replace-does-not-remember-the-input-from-last-time
|
2020-06-08 01:35:31 -03:00 |
|
evandrocoan
|
ba99c5ecb5
|
Set to remember the last find input for findreplace.ui
https://anki.tenderapp.com/discussions/ankidesktop/39468-find-and-replace-does-not-remember-the-input-from-last-time
|
2020-06-08 01:35:31 -03:00 |
|
Damien Elmes
|
a0c1b68b86
|
Merge pull request #660 from brownbat/tooltip-positioning
Update tooltip() in utils.py
|
2020-06-08 11:40:43 +10:00 |
|
Damien Elmes
|
fd895c88ca
|
Merge pull request #659 from BlueGreenMagick/paste-typehint
add type hint to paste-related functions
|
2020-06-08 11:32:16 +10:00 |
|
Damien Elmes
|
4570ae3d12
|
Merge pull request #658 from BlueGreenMagick/media-type
add type hint for media dir
|
2020-06-08 11:31:01 +10:00 |
|
Damien Elmes
|
26330da119
|
Merge pull request #657 from BlueGreenMagick/prof-name
don't allow addons21 as profile name
|
2020-06-08 11:30:27 +10:00 |
|
Damien Elmes
|
75cbe6c0c2
|
add --fail to curl calls
closes #656 - thanks Evandro
|
2020-06-08 11:20:30 +10:00 |
|
Damien Elmes
|
21d800281b
|
use mirror of Windows pyaudio wheels
|
2020-06-08 11:19:19 +10:00 |
|
Damien Elmes
|
186ccc5f01
|
pin legacy modules
https://anki.tenderapp.com/discussions/ankidesktop/42248-potentially-serious-image-issue#comment_48388863
|
2020-06-08 11:12:51 +10:00 |
|
Damien Elmes
|
4df3777aed
|
fix legacy deckDueTree()
|
2020-06-08 11:12:24 +10:00 |
|
Thomas B
|
6294d8d394
|
Update CONTRIBUTORS
Add name to CONTRIBUTORS
|
2020-06-07 19:31:17 -04:00 |
|
Thomas B
|
26b94e1948
|
Update tooltip() in utils.py
Allow x,y offsets to be specified for tooltip(), useful for accomodating longer tooltips.
|
2020-06-07 16:06:23 -04:00 |
|
BlueGreenMagick
|
6cf95d97e7
|
add type hint to paste-related functions
|
2020-06-07 12:06:11 +09:00 |
|
BlueGreenMagick
|
c6ec9e44e4
|
add type hint for media dir
|
2020-06-07 10:35:48 +09:00 |
|
BlueGreenMagick
|
7df3c9f0b1
|
don't allow addons21 as profile name
because addons21 and profiles directory are stored in same directory
|
2020-06-05 22:44:59 +09:00 |
|
Damien Elmes
|
1fe18718f7
|
add daily count updating to backend
|
2020-06-05 19:49:53 +10:00 |
|
Damien Elmes
|
fee6cdff22
|
support generating a due tree for a different date
|
2020-06-05 09:38:31 +10:00 |
|
Damien Elmes
|
4a69b55a90
|
add note/card removal to backend
|
2020-06-04 18:21:04 +10:00 |
|
Damien Elmes
|
e1b0fe1832
|
add .count() to hooks, and list->sequence in note deletion
|
2020-06-04 18:20:03 +10:00 |
|
Damien Elmes
|
abe90d0772
|
use trust-dns in reqwest
The default DNS resolution, if interrupted by an Abortable, will
cause a panic:
57ef271500/src/client/connect/dns.rs (L144)
|
2020-06-03 15:47:54 +10:00 |
|
Damien Elmes
|
63201d450d
|
Merge pull request #653 from evandroforks/add_missing_quotes
Add missing quotes to typecheck-setup.sh for paths with spaces on
|
2020-06-03 10:43:10 +10:00 |
|
evandrocoan
|
d566045991
|
Add missing quotes to typecheck-setup.sh for paths with spaces on
the name.
|
2020-06-02 21:37:58 -03:00 |
|
Damien Elmes
|
36de3ff6fd
|
more fixes for bundled Qt types
|
2020-06-03 09:55:30 +10:00 |
|
Damien Elmes
|
08ac2601ed
|
update qt version pin
|
2020-06-03 09:55:04 +10:00 |
|
Damien Elmes
|
b519767694
|
add note about first build
|
2020-06-02 19:35:28 +10:00 |
|
Damien Elmes
|
cc4d0d3576
|
bust pyenv cache
|
2020-06-02 18:19:40 +10:00 |
|
Damien Elmes
|
4c6bd7b037
|
lint fixes
|
2020-06-02 17:58:14 +10:00 |
|
Damien Elmes
|
59bbf02364
|
new stubs don't require as many ignores
|
2020-06-02 17:56:32 +10:00 |
|
Damien Elmes
|
2a52314d58
|
Switch to PyQt 5.15's (slightly broken) built-in stubs
|
2020-06-02 17:52:18 +10:00 |
|
Damien Elmes
|
14a5ab353e
|
fix duplicate/empty check
|
2020-06-02 17:34:34 +10:00 |
|
Damien Elmes
|
ebce044be5
|
"Template" special field should have been called "Card"
|
2020-06-02 16:47:30 +10:00 |
|
Damien Elmes
|
683d779c3f
|
automatically abort the media sync on full sync
|
2020-06-02 16:22:53 +10:00 |
|
Damien Elmes
|
b3752e8618
|
fix initial login
|
2020-06-02 15:10:58 +10:00 |
|
Damien Elmes
|
519b8c3425
|
ensure sync indicator updates after download
|
2020-06-02 15:10:41 +10:00 |
|
Damien Elmes
|
35ee106503
|
fix full download on Windows
|
2020-06-02 15:06:23 +10:00 |
|
Damien Elmes
|
f0b6d13ead
|
save browser columns when changed, not on each browser close
|
2020-06-02 13:39:15 +10:00 |
|
Damien Elmes
|
9acf318572
|
skip note update if unchanged
|
2020-06-02 13:32:36 +10:00 |
|