Anki/aqt
ospalh 0eaf03a9b3 Remove redundant connect to clicked().
A QDialogButtonBox::Close StandardButton has the RejectRole.
(http://doc.qt.nokia.com/4.7-snapshot/qdialogbuttonbox.html#StandardButton-enum)
So when that is clicked, that button’s clicked() signal
as well as the dialog’s rejected() signals are emitted.
Connecting EditCurrent’s onSave() to both was redundant.
It looks like calling onSave() twice was mostly harmless,
but not quite:
When closing the edit dialog, media on the edited card’s front side
were played twice (via moveToState ... Reviewer.showQuestion()).
So avoid that.
2012-06-04 16:19:59 +02:00
..
__init__.py bump version 2012-06-03 20:25:13 +09:00
about.py add roland to about 2012-05-04 22:59:41 +09:00
addcards.py move deck selection to top of add cards 2012-05-24 22:12:09 +09:00
addons.py can't specify coding in unicode(except); convert traceback instead 2012-05-23 09:19:07 +09:00
browser.py mark shortcut 2012-05-31 16:58:40 +09:00
clayout.py if more than one card, add hint that styling is shared 2012-06-01 08:58:55 +09:00
deckbrowser.py remove the create button for now, to see if it's still needed 2012-05-29 21:36:07 +09:00
deckchooser.py add spacing in add cards, unify wording 2012-05-25 11:41:34 +09:00
deckconf.py ivlFct and maxIvl 2012-05-24 14:10:47 +09:00
dyndeckconf.py Quick work-around for a problem with Qt and certain too-smart window managers. 2012-05-29 09:40:59 +02:00
editcurrent.py Remove redundant connect to clicked(). 2012-06-04 16:19:59 +02:00
editor.py after html edit, focus changed field so it gets saved 2012-05-31 19:02:16 +09:00
errors.py maintenance -> check database 2012-05-14 05:45:18 +09:00
exporting.py "export" 2012-05-28 07:37:19 +09:00
fields.py add default values to some dialogs 2012-04-22 00:18:40 +09:00
importing.py studydeck for importing too 2012-05-24 22:16:59 +09:00
main.py edit current window shouldn't be opened multiple times 2012-05-26 22:55:46 +09:00
modelchooser.py rework to allow refresh of list when models added/removed 2012-05-26 20:25:09 +09:00
models.py no 'all its cards' if empty 2012-05-21 13:10:17 +09:00
overview.py overhaul font handling 2012-05-26 20:28:30 +09:00
preferences.py reword use current deck option in prefs 2012-05-25 10:07:05 +09:00
profiles.py add readme to base folder explaining folder moving 2012-05-27 14:44:53 +09:00
progress.py account for old pysqlite versions 2012-02-02 11:45:57 +09:00
qt.py overhaul font handling 2012-05-26 20:28:30 +09:00
reviewer.py scroll to top of question 2012-05-27 13:46:10 +09:00
share.py facts->notes 2011-11-23 13:35:14 +09:00
sound.py basic pronunciation check 2012-04-24 15:32:01 +09:00
stats.py overhaul font handling 2012-05-26 20:28:30 +09:00
studydeck.py rework to allow refresh of list when models added/removed 2012-05-26 20:25:09 +09:00
sync.py catch upgradeRequired event 2012-05-30 16:09:38 +09:00
tagedit.py ignore other non-alpha keys when showing completer 2012-05-14 05:38:45 +09:00
toolbar.py overhaul font handling 2012-05-26 20:28:30 +09:00
update.py catch platform io error 2012-05-04 14:30:57 +09:00
upgrade.py catch attempt to import from anki 1.0.1 2012-05-23 08:24:11 +09:00
utils.py don't get text as separate window 2012-05-29 21:44:59 +09:00
webview.py overhaul font handling 2012-05-26 20:28:30 +09:00