| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restructure category refresh action | Jeremy Rimpo | 2023-09-23 | 1 | -6/+6 |
| | | | | | | | | - 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 | ||||
| * | Clang cleanup | Jeremy Rimpo | 2023-09-21 | 1 | -1/+2 |
| | | |||||
| * | Refactoring for upstream merge | Jeremy Rimpo | 2023-09-21 | 1 | -1/+1 |
| | | |||||
| * | WIP: Category QObj refactor | Silarn | 2023-09-21 | 1 | -6/+6 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -112/+140 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -5/+5 |
| | | |||||
| * | Use existing comparator from MOBase | Chris Bessent | 2021-01-18 | 1 | -1/+1 |
| | | |||||
| * | Improve performance by changing the map to be case insensitive | Chris Bessent | 2021-01-16 | 1 | -1/+1 |
| | | |||||
| * | Show conflicts and highligth plugins from collapsed separators. | Mikaël Capelle | 2021-01-10 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #1338 from Holt59/collapsible-separators | Mikaël Capelle | 2021-01-10 | 1 | -37/+41 |
| |\ | | | | | Collapsible separators (and refactoring). | ||||
| | * | Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵ | Mikaël Capelle | 2021-01-02 | 1 | -36/+33 |
| | | | | | | | | | completely. | ||||
| | * | Add index attribute to ModInfo. | Mikaël Capelle | 2021-01-02 | 1 | -0/+4 |
| | | | |||||
| | * | Clean drag&drop of URLs and mods/archives. | Mikaël Capelle | 2021-01-02 | 1 | -6/+9 |
| | | | |||||
| * | | handle cycles by putting parent ids in a set | isanae | 2021-01-09 | 1 | -1/+1 |
| |/ | |||||
| * | fixes after rebasing | isanae | 2020-11-03 | 1 | -1/+1 |
| | | |||||
| * | split nexus connection stuff into NexusConnectionUI so it can be reused in ↵ | isanae | 2020-11-03 | 1 | -9/+9 |
| | | | | | | | | | | | the instance creation dialog removed the PluginContainer* parameter from NexusInterface::instance() - it's a singleton, so it only needs to be given once, not every time - it doesn't even matter because the first time instance() is called, it creates the singleton, but the plugin container is always null - and setPluginContainer() is called much later from OrganizerCore with the correct value added non functional nexus page to instance creation dialog | ||||
| * | Change modId() to nexusId(). | Mikaël Capelle | 2020-09-22 | 1 | -7/+7 |
| | | |||||
| * | Add getters for most meta-information in mod. | Mikaël Capelle | 2020-09-20 | 1 | -14/+14 |
| | | |||||
| * | Don't always increment | Jeremy Rimpo | 2020-09-09 | 1 | -1/+3 |
| | | |||||
| * | Standardizing | Jeremy Rimpo | 2020-09-09 | 1 | -1/+1 |
| | | |||||
| * | Traslate lines, use QPair | Jeremy Rimpo | 2020-09-09 | 1 | -1/+1 |
| | | |||||
| * | Fixes for bulk update check | Jeremy Rimpo | 2020-09-09 | 1 | -0/+16 |
| | | | | | | * Check game source for validity * Display name of source when no updates found | ||||
| * | Fix consecutive mod update checks checking some mods again.. | AL | 2020-06-09 | 1 | -1/+1 |
| | | | | | by correctly setting the last nexus update timestamp on a missed case. | ||||
| * | Switch to using the ModDataContent feature from the game plugin. | Mikaël Capelle | 2020-05-25 | 1 | -27/+0 |
| | | |||||
| * | Use a more generic 'prefetch' method instead of isValid(). | Mikaël Capelle | 2020-05-24 | 1 | -1/+1 |
| | | |||||
| * | Switch from ThreadPool to a simpler thread map for containers. | Mikaël Capelle | 2020-05-24 | 1 | -9/+2 |
| | | |||||
| * | Use the refresh_thread_count setting for ModInfo::updateFromDisc. | Mikaël Capelle | 2020-05-24 | 1 | -5/+9 |
| | | |||||
| * | Update file tree in parallel when loading from disk. | Mikaël Capelle | 2020-05-24 | 1 | -0/+8 |
| | | |||||
| * | Update ModInfo to use a single file tree for all content-related operations. | Mikaël Capelle | 2020-05-24 | 1 | -6/+1 |
| | | |||||
| * | Move m_GamePlugin up into ModInfoWithConflictInfo. | Mikaël Capelle | 2020-05-22 | 1 | -3/+6 |
| | | |||||
| * | Update ModInfo classes to handle plugin game and clean some declarations. | Mikaël Capelle | 2020-05-07 | 1 | -25/+2 |
| | | |||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -1/+1 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | timing for refreshBSAList and updateProblemsButton | isanae | 2020-02-18 | 1 | -1/+1 |
| | | |||||
| * | added more timings | isanae | 2020-02-18 | 1 | -0/+2 |
| | | | | | missed fileregisterfwd.h in cmake list | ||||
| * | Don't allow foreign mods or overwrite for overriding overwrite | Chris Bessent | 2020-01-26 | 1 | -0/+16 |
| | | |||||
| * | remove separators and backups from mod list in the edit executables dialog | isanae | 2019-10-08 | 1 | -5/+20 |
| | | |||||
| * | changed crash dump type to use enum instead of int | isanae | 2019-08-24 | 1 | -1/+0 |
| | | | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -4/+1 |
| | | | | | removed now unused vlog() | ||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -1/+1 |
| | | |||||
| * | replaced qInfo() with log::info() | isanae | 2019-07-22 | 1 | -5/+5 |
| | | |||||
| * | Update description for month instead of 30 days | Silarn | 2019-07-09 | 1 | -1/+1 |
| | | |||||
| * | Month update check should calculate by day of month instead of 30 days | Silarn | 2019-07-03 | 1 | -4/+4 |
| | | |||||
| * | changed how the mod url works: | isanae | 2019-07-02 | 1 | -0/+19 |
| | | | | | | | | | | | - 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 | ||||
| * | With old mods, only queue the old ones in case of API overflow | Silarn | 2019-05-21 | 1 | -4/+8 |
| | | |||||
| * | Rework logic - we want updates that are newer than the last update - 1hr | Silarn | 2019-04-12 | 1 | -1/+1 |
| | | |||||
| * | Fix update filter check | LostDragonist | 2019-03-22 | 1 | -1/+1 |
| | | |||||
| * | Only change to the update filter if mods are being checked for update or ↵ | LostDragonist | 2019-03-22 | 1 | -2/+16 |
| | | | | | mods have updates available | ||||
| * | Fix reported number of mods checking for update when multiple mods are selected | LostDragonist | 2019-03-22 | 1 | -3/+12 |
| | | |||||
| * | Allow selecting overwrite to trigger mod conflict highlights | LostDragonist | 2019-03-09 | 1 | -3/+4 |
| | | |||||
| * | Allow force-check updates to bypass update timeouts | LostDragonist | 2019-02-21 | 1 | -0/+3 |
| | | |||||
