summaryrefslogtreecommitdiff
path: root/src/modinforegular.cpp
Commit message (Expand)AuthorAgeFilesLines
* Store contents as a set instead of a vector.Mikaël Capelle2020-05-271-2/+3
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-51/+6
* Use hasSuffix() where needed.Mikaël Capelle2020-05-251-1/+1
* Fix suffix comparison for SKSE DLLs.Mikaël Capelle2020-05-251-1/+1
* Use memoization for file tree, contents and validity of ModInfo.Mikaël Capelle2020-05-241-2/+1
* Remove old comment.Mikaël Capelle2020-05-241-1/+0
* Force lower case comparison for extensions in getContents().Mikaël Capelle2020-05-241-1/+1
* Fix typo in getContents().Mikaël Capelle2020-05-241-1/+1
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-241-45/+45
* Move m_GamePlugin up into ModInfoWithConflictInfo.Mikaël Capelle2020-05-221-2/+1
* Rollback to setGameName instead of setGamePlugin for mod interface.Mikaël Capelle2020-05-191-4/+2
* Fix issue with getColor() not being overriden properly.Mikaël Capelle2020-05-071-1/+1
* Fix issue with mods not being checked properly and overwrite not having the r...Mikaël Capelle2020-05-071-29/+0
* Update ModInfo classes to handle plugin game and clean some declarations.Mikaël Capelle2020-05-071-2/+34
* split settings into a bunch of classesisanae2019-09-021-1/+1
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-13/+12
|\
| * changed qDebug() to log::debug()isanae2019-07-221-2/+3
| * changed qCritical() to log::error()isanae2019-07-221-11/+9
* | Refactor obsolete methodsSilarn2019-07-031-1/+1
|/
* changed how the mod url works:isanae2019-07-021-6/+79
* replaced reportError() calls by qCritical() because they can come from a thre...isanae2019-07-021-2/+6
* split nexus tabisanae2019-07-021-4/+16
* Add support for displaying tracked mods and setting tracked statusLostDragonist2019-03-071-2/+49
* Change setGameName parameters to match MOBase changesLostDragonist2019-02-221-1/+1
* Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-181-25/+0
* Endorsement and efficiency updatesSilarn2019-02-181-0/+3
* Implement bulk update check layerSilarn2019-02-181-2/+2
* Add settings option to switch between fixed and dynamic cache timeoutsSilarn2019-02-181-15/+22
* Implement staggered timeouts bases on age.Silarn2019-02-181-1/+36
* Fix issues with duplicate requests, expand parallel requests to 6Silarn2019-02-181-2/+3
* Various fixes and updatesSilarn2019-02-181-2/+18
* Ensure mainwindow slot doesn't override data we've just setSilarn2019-02-181-1/+1
* Update Process ImprovementsSilarn2019-02-181-3/+39
* Fix issue with endorsement response parsingSilarn2019-02-181-11/+9
* Fix up mismatched signals and slotsSilarn2019-02-181-2/+2
* Reworking update checks to use the file update info with a fallbackSilarn2019-02-181-4/+10
* Initial Nexus API changes:Silarn2019-02-181-7/+16
* Performance improvements:Al2019-02-121-1/+3
* Make logs more consistent in format and contentLostDragonist2019-01-301-2/+2
* Cache list of archives contained in a mod instead of accessing disk each timeAl2019-01-221-7/+14
* Improved performance of pluginlist refresh by removing regexAl2019-01-221-1/+2
* Delete the settings array before writing a new oneLostDragonist2019-01-111-0/+1
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-1/+1
* Add an option to disable endorsementsLostDragonist2018-12-241-1/+4
* Add notes column to mod listLostDragonist2018-12-081-2/+15
* Added Color costumization for Separators.Al12rs2018-10-281-0/+13
* Changed "ignore missing game data" to not create an empty Texture folder and ...Al12rs2018-09-291-3/+13
* Added Contains Script Extender Files filter.Al12rs2018-09-071-0/+1
* Improved Skript Extender Plugin filter to actually look for plugins and not o...Al12rs2018-09-071-2/+6
* Added ModGroups contents icon and flag.Al12rs2018-08-251-0/+4