mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove some old actions
This commit is contained in:
parent
d25bfd0e58
commit
76633d9cce
2 changed files with 0 additions and 108 deletions
|
@ -446,9 +446,6 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
|
|||
def setStatus(self, text, timeout=3000):
|
||||
self.form.statusbar.showMessage(text, timeout)
|
||||
|
||||
def onStartHere(self):
|
||||
QDesktopServices.openUrl(QUrl(aqt.appHelpSite))
|
||||
|
||||
def setupStyle(self):
|
||||
applyStyles(self)
|
||||
|
||||
|
@ -743,7 +740,6 @@ Please give your deck a name:"""))
|
|||
"Graphs",
|
||||
"Dstats",
|
||||
"Cstats",
|
||||
"Cram",
|
||||
"StudyOptions",
|
||||
)
|
||||
|
||||
|
@ -775,7 +771,6 @@ Please give your deck a name:"""))
|
|||
self.connect(m.actionGraphs, s, self.onGraphs)
|
||||
self.connect(m.actionEditLayout, s, self.onCardLayout)
|
||||
self.connect(m.actionAbout, s, self.onAbout)
|
||||
self.connect(m.actionStarthere, s, self.onStartHere)
|
||||
self.connect(m.actionImport, s, self.onImport)
|
||||
self.connect(m.actionExport, s, self.onExport)
|
||||
self.connect(m.actionMarkCard, SIGNAL("toggled(bool)"), self.onMark)
|
||||
|
@ -788,7 +783,6 @@ Please give your deck a name:"""))
|
|||
self.connect(m.actionCheckMediaDatabase, s, self.onCheckMediaDB)
|
||||
self.connect(m.actionDownloadMissingMedia, s, self.onDownloadMissingMedia)
|
||||
self.connect(m.actionLocalizeMedia, s, self.onLocalizeMedia)
|
||||
#self.connect(m.actionCram, s, self.onCram)
|
||||
#self.connect(m.actionStudyOptions, s, self.onStudyOptions)
|
||||
self.connect(m.actionDonate, s, self.onDonate)
|
||||
self.connect(m.actionBuryFact, s, self.onBuryFact)
|
||||
|
|
102
designer/main.ui
102
designer/main.ui
|
@ -47,7 +47,6 @@
|
|||
<property name="title">
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="actionStarthere"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionDonate"/>
|
||||
<addaction name="actionAbout"/>
|
||||
|
@ -111,7 +110,6 @@
|
|||
<addaction name="actionFullDatabaseCheck"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionCheckMediaDatabase"/>
|
||||
<addaction name="actionRecordNoiseProfile"/>
|
||||
<addaction name="actionDownloadMissingMedia"/>
|
||||
<addaction name="actionLocalizeMedia"/>
|
||||
<addaction name="separator"/>
|
||||
|
@ -124,7 +122,6 @@
|
|||
<addaction name="separator"/>
|
||||
<addaction name="menuAdvanced"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionCram"/>
|
||||
<addaction name="separator"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Settings">
|
||||
|
@ -336,30 +333,6 @@
|
|||
<string>Show some textual statistics about your deck</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionStarthere">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Documentation</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F1</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionReportbug">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/kbugbuster.png</normaloff>:/icons/kbugbuster.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Report Bug...</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>Open the bug tracker</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
|
@ -432,18 +405,6 @@
|
|||
<string>Save cards in a new deck or text file for sharing with others</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDisplayProperties">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/preferences-desktop-font.png</normaloff>:/icons/preferences-desktop-font.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Fonts and Colours...</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Customize fonts, colours and alignment</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionMarkCard">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
@ -510,15 +471,6 @@
|
|||
<string>Ctrl+Z</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionForum">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/view-pim-news.png</normaloff>:/icons/view-pim-news.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Forum...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRename">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
|
@ -543,27 +495,6 @@
|
|||
<string>Check the files in the media directory</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCram">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/view-pim-calendar.png</normaloff>:/icons/view-pim-calendar.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>C&ram...</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Do an extra review of specified cards before a test</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionReleaseNotes">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/kblogger.png</normaloff>:/icons/kblogger.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Release Notes...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionOpenPluginFolder">
|
||||
<property name="text">
|
||||
<string>&Open Plugin Folder...</string>
|
||||
|
@ -579,18 +510,6 @@
|
|||
<string>&Disable All Plugins</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionActiveTags">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/anki-tag.png</normaloff>:/icons/anki-tag.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Inactive &Tags...</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Choose the categories to show during review</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEditCurrent">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
|
@ -651,18 +570,6 @@
|
|||
<string>&Donate...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRecordNoiseProfile">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/media-record.png</normaloff>:/icons/media-record.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Record Noise Profile...</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Record 10 seconds of silence so that the record function can cancel noise</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionOpenOnline">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
|
@ -763,15 +670,6 @@
|
|||
<string>Localize Media</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRefreshDeckBrowser">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/edit-redo.png</normaloff>:/icons/edit-redo.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Refresh</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="icons.qrc"/>
|
||||
|
|
Loading…
Reference in a new issue