| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve mod update check accuracy (#2385) | Al | 2026-05-03 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | * Index API response into lookup maps * extract new findLatestActiveSuccessor method from update check function * extract method to check if a file is active * use new isActiveFileStatus in modInfoRegular * fix bug when merging during mod install * remember ordering of installed nexus file ids * refactor update check logic to prioritize Nexus file IDs over filenames * refactor nxmUpdatesAvailable to simplify update checking logic * refactor update check logic to find Nexus file IDs by filename and streamline successor retrieval * refactor update checking to streamline version resolution and improve successor retrieval | ||||
| * | Remove "Categories: " tooltips when there are no categories (#2339) | Jonathan Feenstra | 2026-02-18 | 1 | -0/+4 |
| | | |||||
| * | Add author and uploader columns to mod list (#2269) | Jonathan Feenstra | 2025-08-18 | 1 | -0/+45 |
| | | |||||
| * | (Un-)endorse & (un-)track mods from the same source (#2141) | Jonathan Feenstra | 2024-10-30 | 1 | -19/+24 |
| | | |||||
| * | Refactoring of game features for better management. (#2043) | Mikaël Capelle | 2024-06-09 | 1 | -1/+2 |
| | | |||||
| * | Restructure category refresh action | Jeremy Rimpo | 2023-09-23 | 1 | -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 issues | Jeremy Rimpo | 2023-09-21 | 1 | -1/+2 |
| | | |||||
| * | Add nexus category ID to mod info | Jeremy Rimpo | 2023-09-21 | 1 | -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 cleanup | Jeremy Rimpo | 2023-09-21 | 1 | -1/+1 |
| | | |||||
| * | WIP: Category QObj refactor | Silarn | 2023-09-21 | 1 | -6/+5 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -140/+166 |
| | | |||||
| * | Better nexus network errors | Jeremy Rimpo | 2022-04-19 | 1 | -3/+3 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| | | |||||
| * | Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵ | Mikaël Capelle | 2021-01-02 | 1 | -13/+10 |
| | | | | | completely. | ||||
| * | Add index attribute to ModInfo. | Mikaël Capelle | 2021-01-02 | 1 | -2/+4 |
| | | |||||
| * | Add a toggle for tracking | Qudix | 2020-11-11 | 1 | -3/+6 |
| | | |||||
| * | Add IModInterface::fileTree(). | Mikaël Capelle | 2020-11-04 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1236 from Holt59/expose-modinterface-meta | Mikaël Capelle | 2020-09-23 | 1 | -37/+38 |
| |\ | | | | | Add getters for most meta-information in mod. | ||||
| | * | Change modId() to nexusId(). | Mikaël Capelle | 2020-09-22 | 1 | -2/+2 |
| | | | |||||
| | * | Add getters for most meta-information in mod. | Mikaël Capelle | 2020-09-20 | 1 | -37/+38 |
| | | | |||||
| * | | Add IModInterface::clearPluginSettings(). | Mikaël Capelle | 2020-09-21 | 1 | -0/+12 |
| | | | |||||
| * | | Add pluginSetting[s]() and setPluginSetting() to IModInterface. | Mikaël Capelle | 2020-09-20 | 1 | -0/+56 |
| |/ | |||||
| * | 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 |
| | | |||||
