From af6e1c3ab4f3687c88715dffff8b1bf2f38a15d6 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 11 Sep 2013 22:54:45 +0200 Subject: - when installing mods from outside the download directory the absolute path is now stored - added a context menu to the toolbar buttons so tool icons can be removed directly - initweaks modinfo tab is now always available and allows new ini tweaks to be created - fake esms are now treated as masters (as they should) - MO will now display a warning if not all masters of an esp are enabled. The tooltip gives a list of required masters - bugfix: path returned by getfullpathname was sometimes not correctly terminated - bugfix: path after reverse-rerouting was sometimes incorrect, missing a path separator - bugfix: change of current directory sometimes used a fake directory without need - bugfix: icons in shortcut menu were not alwayscorrectly updated --- src/mainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index c56a98c6..152c0a27 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -276,6 +276,8 @@ private: int m_ContextRow; QTreeWidgetItem *m_ContextItem; + QAction *m_ContextAction; + int m_SelectedSaveGame; Settings m_Settings; @@ -454,6 +456,9 @@ private slots: void downloadSpeed(const QString &serverName, int bytesPerSecond); + void toolBar_customContextMenuRequested(const QPoint &point); + void removeFromToolbar(); + private slots: // ui slots // actions void on_actionAdd_Profile_triggered(); @@ -485,6 +490,7 @@ private slots: // ui slots void on_displayCategoriesBtn_toggled(bool checked); void on_groupCombo_currentIndexChanged(int index); void on_categoriesList_itemSelectionChanged(); + void on_linkButton_pressed(); }; #endif // MAINWINDOW_H -- cgit v1.3.1