evandrocoan
|
9867e5e1f7
|
Create the command line argument -v/--version to print version
https://forums.ankiweb.net/t/i-couldnt-open-anki-resetting-corrupt-global/190
|
2020-06-19 13:13:10 -03:00 |
|
Damien Elmes
|
b51f03085e
|
migrate card stats to backend
Currently this renders the HTML directly like the previous Python
implementation - doing it in JS would probably make more sense in the
future.
|
2020-06-15 17:22:16 +10:00 |
|
Damien Elmes
|
2845941a28
|
Merge pull request #667 from BlueGreenMagick/refresh-deck-list
refresh deck list when adding deck via deckchooser
|
2020-06-12 09:12:51 +10:00 |
|
Damien Elmes
|
9e0494047e
|
Merge pull request #666 from BlueGreenMagick/studydeck-name
get deck name after adding deck
|
2020-06-12 09:12:21 +10:00 |
|
Damien Elmes
|
8f36a0fbb0
|
Merge pull request #665 from BlueGreenMagick/remove-a-var
Add type hints to deckchooser
|
2020-06-12 09:11:54 +10:00 |
|
Damien Elmes
|
37bf56c56e
|
remove ellipsis
|
2020-06-12 09:04:19 +10:00 |
|
BlueGreenMagick
|
e3889d49c9
|
add typehint to deckchooser.py
every occurunce of self.widget is type ignored
because QHBoxLayout has a method named widget
renaming this property will allow type hints
|
2020-06-11 14:19:36 +09:00 |
|
BlueGreenMagick
|
20da11f57e
|
refresh deck list when adding deck via deckchooser
|
2020-06-11 13:00:10 +09:00 |
|
BlueGreenMagick
|
4e6ba4df78
|
get deck name after adding deck
|
2020-06-11 12:50:17 +09:00 |
|
BlueGreenMagick
|
552db2b94d
|
remove self.deck set to mw.col as it isn't used
|
2020-06-11 11:59:27 +09:00 |
|
Quentin Nerden
|
86713d110e
|
Update message to match gui
The Change Note Type... command is under the Notes menu, not the Edit menu
|
2020-06-09 11:49:47 +02:00 |
|
Damien Elmes
|
f44597bb3a
|
Merge pull request #650 from evandroforks/remember_last_inputs
Remember last inputs for Find and Replace and Duplicates Find
|
2020-06-09 14:43:58 +10:00 |
|
Damien Elmes
|
3275aff335
|
Merge pull request #662 from gaul/screen/none
Handle None from QApplication.desktop().screen()
|
2020-06-09 14:42:59 +10:00 |
|
Damien Elmes
|
30a8d3260b
|
Merge pull request #655 from Arthur-Milchior/history_line
History line
|
2020-06-09 14:42:45 +10:00 |
|
Damien Elmes
|
62ab2ed36d
|
remove unused import
|
2020-06-09 14:14:12 +10:00 |
|
Damien Elmes
|
1aaf1059b4
|
formatting
|
2020-06-09 14:07:39 +10:00 |
|
Damien Elmes
|
c77d017135
|
catch invalid regex in search
https://github.com/ankitects/anki/pull/652
|
2020-06-09 11:46:07 +10:00 |
|
Damien Elmes
|
43da12a445
|
(un)escape image references in HTML editor to fix ampersand handling
https://anki.tenderapp.com/discussions/ankidesktop/41479-image-names-with-are-breaking
|
2020-06-09 11:22:07 +10:00 |
|
Andrew Gaul
|
e366b86af2
|
Handle None from QApplication.desktop().screen()
This prevents a crash when Anki is open for multiple days. Reference:
https://anki.tenderapp.com/discussions/ankidesktop/41879-qt-cannot-create-window-no-screens-available
|
2020-06-09 09:57:35 +09:00 |
|
Damien Elmes
|
5f2987d0f8
|
allow input.conf in Anki data folder
https://anki.tenderapp.com/discussions/beta-testing/1964-anki-2128-alpha#comment_48382756
|
2020-06-09 10:26:25 +10:00 |
|
Damien Elmes
|
4033f6d37e
|
fix mistaken qconnect replacement
|
2020-06-09 10:20:16 +10:00 |
|
Damien Elmes
|
20ee0a8b1b
|
fix 'NoneType' object has no attribute 'latest_progress'
https://anki.tenderapp.com/discussions/beta-testing/1964-anki-2128-alpha#comment_48382636
|
2020-06-09 09:07:41 +10:00 |
|
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 |
|
Arthur Milchior
|
c81a9b3d61
|
hook: history_line
I expect to use this hook to create an add-on which will simply remove
the ",,". By ignoring empty fields I expect to make this easier to
use.
|
2020-06-08 20:47:01 +02:00 |
|
Damien Elmes
|
7c444b4d35
|
add progress to db check
|
2020-06-08 21:07:36 +10: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
|
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
|
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 |
|
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
|
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
|
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
|
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 |
|