| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move IOrganizer::getMod() to IModList::getMod(). | Mikaël Capelle | 2020-10-25 | 1 | -0/+3 |
| | | |||||
| * | Move IOrganizer::removeMod() to IModList::removeMod(). | Mikaël Capelle | 2020-10-25 | 1 | -0/+3 |
| | | |||||
| * | Move IOrganizer::modsSortedByProfilePriority() to ↵ | Mikaël Capelle | 2020-10-25 | 1 | -0/+1 |
| | | | | | IModList::allModsByProfilePriority(). | ||||
| * | Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved(). | Mikaël Capelle | 2020-10-25 | 1 | -8/+27 |
| | | |||||
| * | Update for change to onModStateChanged. | Mikaël Capelle | 2020-08-29 | 1 | -2/+2 |
| | | |||||
| * | Fix typo in notifyModStateChanged documentation. | Mikaël Capelle | 2020-08-29 | 1 | -1/+1 |
| | | |||||
| * | Refactor the way m_ModStateChanged works. | Mikaël Capelle | 2020-08-29 | 1 | -0/+8 |
| | | |||||
| * | Add a bulk-version of ModList::setActive. | Mikaël Capelle | 2020-08-29 | 1 | -0/+3 |
| | | |||||
| * | Store contents as a set instead of a vector. | Mikaël Capelle | 2020-05-27 | 1 | -3/+3 |
| | | |||||
| * | Use ModDataContent to display the tooltip in the header. | Mikaël Capelle | 2020-05-25 | 1 | -1/+1 |
| | | |||||
| * | Switch to using the ModDataContent feature from the game plugin. | Mikaël Capelle | 2020-05-25 | 1 | -6/+6 |
| | | |||||
| * | Update ModInfo to use a single file tree for all content-related operations. | Mikaël Capelle | 2020-05-24 | 1 | -2/+0 |
| | | |||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -1/+0 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | customizable columns for mod and plugin lists | isanae | 2020-02-18 | 1 | -6/+0 |
| | | |||||
| * | Change Qtime to QElapsedtimer in some palaces to remove the warnings. | AL | 2020-02-15 | 1 | -1/+1 |
| | | |||||
| * | moved the conflicts column back to its proper position in the enum | isanae | 2019-12-09 | 1 | -2/+2 |
| | | | | | removed unnecessary compat code | ||||
| * | Rework column insertion to move to the intended position post-facto | Silarn | 2019-12-08 | 1 | -3/+2 |
| | | |||||
| * | Separate conflict flags and render them in separate columns | Silarn | 2019-12-06 | 1 | -0/+3 |
| | | |||||
| * | fix crash when changing categories on mods when the "no categories" filter ↵ | isanae | 2019-11-27 | 1 | -0/+1 |
| | | | | | is selected | ||||
| * | Various fixes and updates to the tutorial system | Silarn | 2019-07-04 | 1 | -0/+5 |
| | | | | | | | | * Fix problem with main tutorial advancing past mod activation * Add various missing overlays for new and updated features * Restore BSA tab * Fix problem with positioning action button overlays (requires uibase) | ||||
| * | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-22 | 1 | -2/+11 |
| |\ | |||||
| | * | Reduce file I/O operations when enabling/disabling multiple mods | LostDragonist | 2019-01-22 | 1 | -2/+11 |
| | | | |||||
| * | | Clean up and fix merge issues | LostDragonist | 2018-12-12 | 1 | -2/+0 |
| | | | |||||
| * | | Add loose file/archive conflict icons | Silarn | 2018-12-12 | 1 | -0/+3 |
| | | | |||||
| * | | Initial archive conflict parsing | Silarn | 2018-12-12 | 1 | -0/+6 |
| |/ | | | | | | | | | Squashed commit: Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Should fix conflict detection for archive files | ||||
| * | Add notes column to mod list | LostDragonist | 2018-12-08 | 1 | -1/+2 |
| | | |||||
| * | Fix matching highlights for mod and plugin selections | LostDragonist | 2018-11-01 | 1 | -1/+1 |
| | | | | | | | The selectionChanged event used before requires subtractive/additive logic to work correctly. A separate event is fired for each row and each column for each row that is selected or deselected. The previous logic assumed all of the selection was passed in at once. The logic has been changed to recalculate all highlights each time the event is fired. This is poorly optimized in regards to performance but makes the function work. | ||||
| * | Add send to top/bottom options for the mod list | LostDragonist | 2018-10-31 | 1 | -2/+1 |
| | | |||||
| * | Add "enable/disable selected" to mod list context menu | LostDragonist | 2018-08-16 | 1 | -0/+4 |
| | | |||||
| * | Set delete Key to recursively clear overwrite with confirmation message. | Al12rs | 2018-07-18 | 1 | -0/+5 |
| | | |||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -1/+6 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -194/+206 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -206/+194 |
| | | |||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -0/+3 |
| | | |||||
| * | - bugfix: manual installer now cancels drag&drop when dropping on a subitem | Tannin | 2015-08-05 | 1 | -0/+1 |
| | | | | | - bugfix: objects dropped on the modlist were treated as mods when they weren't urls | ||||
| * | more generic solution to the problem fixed in changeset bb74f8eb639c, now ↵ | Tannin | 2015-06-10 | 1 | -0/+4 |
| | | | | | also applied in another location | ||||
| * | extended plugin interface. Plugins can now activate/deactivate mods, install ↵ | Tannin | 2015-05-17 | 1 | -6/+12 |
| | | | | | | | mods suggesting a name and retrieve a list of all installed mods | ||||
| * | workaround to prevent repeated checking of mods with the mouse was interpreted | Tannin | 2015-05-12 | 1 | -0/+4 |
| | | | | | as double click | ||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -0/+8 |
| | | |||||
| * | bugfix: crash when trying to delete mods (issue #1016) | Tannin | 2015-02-25 | 1 | -2/+2 |
| | | |||||
| * | - added content icon for BSAs | Tannin | 2015-02-25 | 1 | -1/+1 |
| | | | | | | - improved display of content icons (better scaling and some borders) - bugfix: contains changes missing from changeset bc6b6430017b | ||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -1/+1 |
| |\ | |||||
| | * | - download servers that haven't been available for over a month are now ↵ | Tannin | 2015-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | purged from the known servers list - bugfix: encoding detection for fomod xmls could incorrectly interpret files as utf16 encoded - bugfix: hashing algorithm for bsa files was wrong - bugfix: nxmhandler reported non-issues as errors - bugfix: nxmhandler tried to apply chrome fix on every start - bugfix: "not endorsed" icon displayed for non-nexus mods - bugfix: when drag&dropping within the overwrite dialog the file might still get moved to a mod (and probably not the intended one) - bugfix: dropping files from overwrite on the modlist was refused when not sorting by priority (only in 1.2.15) - bugfix: unmanaged mods couldn't be reordered (only in 1.2.15) | ||||
| | * | cleanup | Tannin | 2014-12-20 | 1 | -2/+0 |
| | | | |||||
| | * | undid some changes that accidentally made it to this branch | Tannin | 2014-11-26 | 1 | -1/+0 |
| | | | |||||
| | * | - several style fixes suggested by static analysis | Tannin | 2014-09-24 | 1 | -1/+1 |
| | | | | | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor | ||||
| | * | - re-enabled building of loot_cli and started developing against the new api | Tannin | 2014-09-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang | ||||
| | * | - download-list will no longer show a file as having incomplete data if ↵ | Tannin | 2014-07-21 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | there is no file version - added a new mod column with icons displaying the content of the mod - MO now differentiates between mods using an internal name that disambiguates between foreign and regular mods | ||||
| | * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -288/+288 |
| | | | |||||
| * | | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -1/+1 |
| | | | | | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
