summaryrefslogtreecommitdiff
path: root/src/modinforegular.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restructure category refresh actionJeremy Rimpo2023-09-231-5/+5
| | | | | | | - Remove plugins class - Route signals to run Nexus API call from MainWindow - Pass Dialog instance to route response data - Revert CategoryFactory::instance to return reference
* Fix rebase issuesJeremy Rimpo2023-09-211-1/+2
|
* Add nexus category ID to mod infoJeremy Rimpo2023-09-211-4/+19
| | | | | - We will check the mod info first then fall back to the download file - Add category field in the info dialog nexus tab
* Clang cleanupJeremy Rimpo2023-09-211-1/+1
|
* WIP: Category QObj refactorSilarn2023-09-211-6/+5
|
* Apply clang-format.Mikaël Capelle2023-07-091-140/+166
|
* Better nexus network errorsJeremy Rimpo2022-04-191-3/+3
|
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
|
* Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵Mikaël Capelle2021-01-021-13/+10
| | | | completely.
* Add index attribute to ModInfo.Mikaël Capelle2021-01-021-2/+4
|
* Add a toggle for trackingQudix2020-11-111-3/+6
|
* Add IModInterface::fileTree().Mikaël Capelle2020-11-041-1/+1
|
* Merge pull request #1236 from Holt59/expose-modinterface-metaMikaël Capelle2020-09-231-37/+38
|\ | | | | Add getters for most meta-information in mod.
| * Change modId() to nexusId().Mikaël Capelle2020-09-221-2/+2
| |
| * Add getters for most meta-information in mod.Mikaël Capelle2020-09-201-37/+38
| |
* | Add IModInterface::clearPluginSettings().Mikaël Capelle2020-09-211-0/+12
| |
* | Add pluginSetting[s]() and setPluginSetting() to IModInterface.Mikaël Capelle2020-09-201-0/+56
|/
* 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 ↵Mikaël Capelle2020-05-071-29/+0
| | | | right priority.
* 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
| | | | removed "get" from the getters that had it
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-13/+12
|\ | | | | Logging rework
| * changed qDebug() to log::debug()isanae2019-07-221-2/+3
| | | | | | | | removed some commented out logging
| * changed qCritical() to log::error()isanae2019-07-221-11/+9
| | | | | | | | removed now unused vlog()
* | Refactor obsolete methodsSilarn2019-07-031-1/+1
|/
* changed how the mod url works:isanae2019-07-021-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 ↵isanae2019-07-021-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 tabisanae2019-07-021-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 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
| | | | | | | * 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 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
| | | | | | | | * < 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 6Silarn2019-02-181-2/+3
|
* Various fixes and updatesSilarn2019-02-181-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 setSilarn2019-02-181-1/+1
|
* Update Process ImprovementsSilarn2019-02-181-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