summaryrefslogtreecommitdiff
path: root/src/modinfodialog.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-03-27 20:48:33 +0100
committerTannin <devnull@localhost>2013-03-27 20:48:33 +0100
commite0eb97922d5ef4a1448e76f13374ebfda7fda403 (patch)
tree00f32ad3f680e51a210bee8155624d71f608bb15 /src/modinfodialog.h
parent74c75e60d67b66a63225239c1f6b1403662857aa (diff)
- added hooks for getFileVersion* functions
- automatic donwload retry - support for storing multiple download urls - improved "query info" functionality - some cleanup to download manager code - external fomod installer dialog are now brought to front - added shell... functions to have windows handle problematic situations - added visual clue when filters are active - esps are now automatically activated when installing a mod - added option to never endorse a mod - added "previous" and "next" buttons to mod info dialog - improved the way messagedialog text is shortened - coloring in mod info dialog now visible in other color schemes - plugin list is now saved automatically - vanilla bsas are now enabled even if they are not listed in the ini file - bugfix: setting mod to maximum now doesn't try to place the mod below overwrite
Diffstat (limited to 'src/modinfodialog.h')
-rw-r--r--src/modinfodialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h
index 03cf44ba..7d4ddf52 100644
--- a/src/modinfodialog.h
+++ b/src/modinfodialog.h
@@ -106,6 +106,8 @@ signals:
void nexusLinkActivated(const QString &link);
void downloadRequest(const QString &link);
void modOpen(const QString &modName, int tab);
+ void modOpenNext();
+ void modOpenPrev();
void originModified(int originID);
void endorseMod(ModInfo::Ptr nexusID);
@@ -181,6 +183,10 @@ private slots:
void on_endorseBtn_clicked();
+ void on_nextButton_clicked();
+
+ void on_prevButton_clicked();
+
private:
Ui::ModInfoDialog *ui;