| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Store contents as a set instead of a vector. | Mikaël Capelle | 2020-05-27 | 1 | -2/+3 |
| | | |||||
| * | Switch to using the ModDataContent feature from the game plugin. | Mikaël Capelle | 2020-05-25 | 1 | -51/+6 |
| | | |||||
| * | Use hasSuffix() where needed. | Mikaël Capelle | 2020-05-25 | 1 | -1/+1 |
| | | |||||
| * | Fix suffix comparison for SKSE DLLs. | Mikaël Capelle | 2020-05-25 | 1 | -1/+1 |
| | | |||||
| * | Use memoization for file tree, contents and validity of ModInfo. | Mikaël Capelle | 2020-05-24 | 1 | -2/+1 |
| | | |||||
| * | Remove old comment. | Mikaël Capelle | 2020-05-24 | 1 | -1/+0 |
| | | |||||
| * | Force lower case comparison for extensions in getContents(). | Mikaël Capelle | 2020-05-24 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in getContents(). | Mikaël Capelle | 2020-05-24 | 1 | -1/+1 |
| | | |||||
| * | Update ModInfo to use a single file tree for all content-related operations. | Mikaël Capelle | 2020-05-24 | 1 | -45/+45 |
| | | |||||
| * | Move m_GamePlugin up into ModInfoWithConflictInfo. | Mikaël Capelle | 2020-05-22 | 1 | -2/+1 |
| | | |||||
| * | Rollback to setGameName instead of setGamePlugin for mod interface. | Mikaël Capelle | 2020-05-19 | 1 | -4/+2 |
| | | |||||
| * | Fix issue with getColor() not being overriden properly. | Mikaël Capelle | 2020-05-07 | 1 | -1/+1 |
| | | |||||
| * | Fix issue with mods not being checked properly and overwrite not having the ↵ | Mikaël Capelle | 2020-05-07 | 1 | -29/+0 |
| | | | | | right priority. | ||||
| * | Update ModInfo classes to handle plugin game and clean some declarations. | Mikaël Capelle | 2020-05-07 | 1 | -2/+34 |
| | | |||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -1/+1 |
| | | | | | removed "get" from the getters that had it | ||||
| * | Merge pull request #807 from isanae/logging-rework | Jeremy Rimpo | 2019-08-02 | 1 | -13/+12 |
| |\ | | | | | Logging rework | ||||
| | * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -2/+3 |
| | | | | | | | | | removed some commented out logging | ||||
| | * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -11/+9 |
| | | | | | | | | | removed now unused vlog() | ||||
| * | | Refactor obsolete methods | Silarn | 2019-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | changed how the mod url works: | isanae | 2019-07-02 | 1 | -6/+79 |
| | | | | | | | | | | | - it is now independent from the nexus mod url - it can be set in addition to having a valid mod id - both urls can be displayed in the context menu re-arranged some of the widgets on the nexus tab added a track button added a custom url checkbox and open in browser button added a max-width to the browser | ||||
| * | replaced reportError() calls by qCritical() because they can come from a ↵ | isanae | 2019-07-02 | 1 | -2/+6 |
| | | | | | | | | thread, which hangs the ui categories and notes will update the tab color when changing fixed rare crash when reordering tabs while loading a mod | ||||
| * | split nexus tab | isanae | 2019-07-02 | 1 | -4/+16 |
| | | | | | | | added OrganizerCore::loggedInAction() to execute a function only when logged in, replaces a bunch of copy/pasted stuff in mainwindow moved common variables in ModInfoDialogTab moved DescriptionPage to modinfodialognexus.h, renamed to NexusTabWebpage, deleted now empty descriptionpage.h | ||||
| * | Add support for displaying tracked mods and setting tracked status | LostDragonist | 2019-03-07 | 1 | -2/+49 |
| | | |||||
| * | Change setGameName parameters to match MOBase changes | LostDragonist | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -25/+0 |
| | | |||||
| * | Endorsement and efficiency updates | Silarn | 2019-02-18 | 1 | -0/+3 |
| | | | | | | | | * Reduce update timeout to 5 minutes * Introduce bulk endorsement check replacing global mod info check * Fine tune performance of bulk update info query * Thread the update processing to prevent lockups | ||||
| * | Implement bulk update check layer | Silarn | 2019-02-18 | 1 | -2/+2 |
| | | |||||
| * | Add settings option to switch between fixed and dynamic cache timeouts | Silarn | 2019-02-18 | 1 | -15/+22 |
| | | |||||
| * | Implement staggered timeouts bases on age. | Silarn | 2019-02-18 | 1 | -1/+36 |
| | | | | | | | | | * < 1 mo = 2 hours * < 3 mo = 4 hours * < 6 mo = 6 hours * < 1 yr = 12 hours * > 1 yr = 24 hours | ||||
| * | Fix issues with duplicate requests, expand parallel requests to 6 | Silarn | 2019-02-18 | 1 | -2/+3 |
| | | |||||
| * | Various fixes and updates | Silarn | 2019-02-18 | 1 | -2/+18 |
| | | | | | | | * Add second api type for mod info to segment updates from basic desc * Add saved nexus file type and factor it into the update display * Fix some issues with how we were checking for 'latest update' files | ||||
| * | Ensure mainwindow slot doesn't override data we've just set | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | |||||
| * | Update Process Improvements | Silarn | 2019-02-18 | 1 | -3/+39 |
| | | | | | | | | | | | | | | | * 5 minute batch auto-update of up to 10 mods - Still able to force an update of all 'unchecked' mods - Prioritizes mods with oldest update 'age' * Implemented 1-hour wait between update checks per mod * Fixed issues with update progress display * Only enable update filter automatically if 'force update' * Improved display of version update status in mod list - Italic text when ready to perform update check - Tooltip indicates when next update is available * Fixed remaining issues with update fallback check * Only trigger one update API request for duplicate sources | ||||
| * | Fix issue with endorsement response parsing | Silarn | 2019-02-18 | 1 | -11/+9 |
| | | |||||
| * | Fix up mismatched signals and slots | Silarn | 2019-02-18 | 1 | -2/+2 |
| | | |||||
| * | Reworking update checks to use the file update info with a fallback | Silarn | 2019-02-18 | 1 | -4/+10 |
| | | |||||
| * | Initial Nexus API changes: | Silarn | 2019-02-18 | 1 | -7/+16 |
| | | | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking) | ||||
| * | Performance improvements: | Al | 2019-02-12 | 1 | -1/+3 |
| | | | | | | * Avoid accessing disk for finding archives if archive parsing is disabled. * Avoid very expensive createFile() call in removeOrigin(), after disabling a mod or closing modinfodialog. | ||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -2/+2 |
| | | |||||
| * | Cache list of archives contained in a mod instead of accessing disk each time | Al | 2019-01-22 | 1 | -7/+14 |
| | | |||||
| * | Improved performance of pluginlist refresh by removing regex | Al | 2019-01-22 | 1 | -1/+2 |
| | | |||||
| * | Delete the settings array before writing a new one | LostDragonist | 2019-01-11 | 1 | -0/+1 |
| | | |||||
| * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -1/+1 |
| | | |||||
| * | Add an option to disable endorsements | LostDragonist | 2018-12-24 | 1 | -1/+4 |
| | | |||||
| * | Add notes column to mod list | LostDragonist | 2018-12-08 | 1 | -2/+15 |
| | | |||||
| * | Added Color costumization for Separators. | Al12rs | 2018-10-28 | 1 | -0/+13 |
| | | |||||
| * | Changed "ignore missing game data" to not create an empty Texture folder and ↵ | Al12rs | 2018-09-29 | 1 | -3/+13 |
| | | | | | instead save the choice in meta.ini | ||||
| * | Added Contains Script Extender Files filter. | Al12rs | 2018-09-07 | 1 | -0/+1 |
| | | |||||
| * | Improved Skript Extender Plugin filter to actually look for plugins and not ↵ | Al12rs | 2018-09-07 | 1 | -2/+6 |
| | | | | | only the SKSE folder. | ||||
| * | Added ModGroups contents icon and flag. | Al12rs | 2018-08-25 | 1 | -0/+4 |
| | | |||||
