This commit is contained in:
Andreas Preikschat 2011-03-29 21:58:04 +02:00
parent b9b0cbbe9c
commit e20fd7d85d
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,6 @@ from openlp.core.ui import AboutForm, SettingsForm, ServiceManager, \
ShortcutListForm, DisplayTagForm
from openlp.core.utils import AppLocation, add_actions, LanguageManager, \
get_application_version
#from openlp.core.utils.actions import actionList
log = logging.getLogger(__name__)
@ -216,7 +215,6 @@ class Ui_MainWindow(object):
# i18n Language Items
self.AutoLanguageItem = checkable_action(mainWindow,
u'AutoLanguageItem', LanguageManager.auto_language)
#actionList.add_action(self.AutoLanguageItem, u'Settings')
self.LanguageGroup = QtGui.QActionGroup(mainWindow)
self.LanguageGroup.setExclusive(True)
self.LanguageGroup.setObjectName(u'LanguageGroup')

View File

@ -41,8 +41,10 @@ class ShortcutListForm(QtGui.QDialog, Ui_ShortcutListDialog):
"""
The shortcut list dialog
"""
#TODO: do not close on ESC, ability to remove actions, save/load shortcuts, docs
#TODO: Fix Preview/Live controller (have the same shortcut)
#TODO: do not close on ESC, ability to remove actions (e. g. reindex tool)
#TODO: save/load shortcuts, docs
#TODO: Fix Preview/Live controller (have the same shortcut), make sure
def __init__(self, parent=None):
QtGui.QDialog.__init__(self, parent)
self.setupUi(self)