summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorProject579 <star579avatar@gmail.com>2018-12-29 11:56:42 +0100
committerProject579 <star579avatar@gmail.com>2018-12-29 11:56:42 +0100
commitd6f9e6d900f4a92da6bb252f0f8a223d59819e45 (patch)
tree1e39b666e3d52632a471152630d2f07d4e73125d /src/mainwindow.h
parent4436d376a8d426867f217b03838570a424b09c5f (diff)
parenteb50d0b44773f17fd8edccd557b7a2135c2cdb76 (diff)
Merge branch 'Develop' into archive_conflicts_2
Updating to 2.1.7alpha1
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ad88c42c..63d140e0 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -162,6 +162,7 @@ public slots:
void displayColumnSelection(const QPoint &pos);
void modorder_changed();
+ void esplist_changed();
void refresher_progress(int percent);
void directory_refreshed();
@@ -211,7 +212,7 @@ private:
void startSteam();
- void updateTo(QTreeWidgetItem *subTree, const std::wstring &directorySoFar, const MOShared::DirectoryEntry &directoryEntry, bool conflictsOnly);
+ void updateTo(QTreeWidgetItem *subTree, const std::wstring &directorySoFar, const MOShared::DirectoryEntry &directoryEntry, bool conflictsOnly, QIcon *fileIcon, QIcon *folderIcon);
bool refreshProfiles(bool selectProfile = true);
void refreshExecutablesList();
void installMod(QString fileName = "");
@@ -250,6 +251,7 @@ private:
// remove invalid category-references from mods
void fixCategories();
+ void createEndorseWidget();
void createHelpWidget();
bool extractProgress(QProgressDialog &extractProgress, int percentage, std::string fileName);
@@ -483,6 +485,7 @@ private slots:
void motdReceived(const QString &motd);
void notEndorsedYet();
+ void wontEndorse();
void originModified(int originID);
@@ -516,6 +519,7 @@ private slots:
void resumeDownload(int downloadIndex);
void endorseMod(ModInfo::Ptr mod);
+ void unendorseMod(ModInfo::Ptr mod);
void cancelModListEditor();
void lockESPIndex();
@@ -531,6 +535,7 @@ private slots:
void openDownloadsFolder();
void openModsFolder();
void openProfileFolder();
+ void openIniFolder();
void openGameFolder();
void openMyGamesFolder();
void startExeAction();
@@ -578,6 +583,7 @@ private slots:
void modlistSelectionChanged(const QModelIndex &current, const QModelIndex &previous);
void modListSortIndicatorChanged(int column, Qt::SortOrder order);
+ void modListSectionResized(int logicalIndex, int oldSize, int newSize);
void modlistSelectionsChanged(const QItemSelection &current);
void esplistSelectionsChanged(const QItemSelection &current);
@@ -585,6 +591,9 @@ private slots:
void search_activated();
void searchClear_activated();
+ void updateModCount();
+ void updatePluginCount();
+
private slots: // ui slots
// actions
void on_actionAdd_Profile_triggered();