summaryrefslogtreecommitdiff
path: root/src/modlist.h
Commit message (Collapse)AuthorAgeFilesLines
* Store contents as a set instead of a vector.Mikaël Capelle2020-05-271-3/+3
|
* Use ModDataContent to display the tooltip in the header.Mikaël Capelle2020-05-251-1/+1
|
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-6/+6
|
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-241-2/+0
|
* split directoryentryisanae2020-02-181-1/+0
| | | | made classes noncopyable, fixed a few unintended copies
* customizable columns for mod and plugin listsisanae2020-02-181-6/+0
|
* Change Qtime to QElapsedtimer in some palaces to remove the warnings.AL2020-02-151-1/+1
|
* moved the conflicts column back to its proper position in the enumisanae2019-12-091-2/+2
| | | | removed unnecessary compat code
* Rework column insertion to move to the intended position post-factoSilarn2019-12-081-3/+2
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-0/+3
|
* fix crash when changing categories on mods when the "no categories" filter ↵isanae2019-11-271-0/+1
| | | | is selected
* Various fixes and updates to the tutorial systemSilarn2019-07-041-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_2LostDragonist2019-01-221-2/+11
|\
| * Reduce file I/O operations when enabling/disabling multiple modsLostDragonist2019-01-221-2/+11
| |
* | Clean up and fix merge issuesLostDragonist2018-12-121-2/+0
| |
* | Add loose file/archive conflict iconsSilarn2018-12-121-0/+3
| |
* | Initial archive conflict parsingSilarn2018-12-121-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 listLostDragonist2018-12-081-1/+2
|
* Fix matching highlights for mod and plugin selectionsLostDragonist2018-11-011-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 listLostDragonist2018-10-311-2/+1
|
* Add "enable/disable selected" to mod list context menuLostDragonist2018-08-161-0/+4
|
* Set delete Key to recursively clear overwrite with confirmation message.Al12rs2018-07-181-0/+5
|
* Support for multi-game downloadsSilarn2018-04-161-1/+6
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-194/+206
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-206/+194
|
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-0/+3
|
* - bugfix: manual installer now cancels drag&drop when dropping on a subitemTannin2015-08-051-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 ↵Tannin2015-06-101-0/+4
| | | | also applied in another location
* extended plugin interface. Plugins can now activate/deactivate mods, install ↵Tannin2015-05-171-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 interpretedTannin2015-05-121-0/+4
| | | | as double click
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-0/+8
|
* bugfix: crash when trying to delete mods (issue #1016)Tannin2015-02-251-2/+2
|
* - added content icon for BSAsTannin2015-02-251-1/+1
| | | | | - improved display of content icons (better scaling and some borders) - bugfix: contains changes missing from changeset bc6b6430017b
* Merge with branch1.2Tannin2015-01-241-1/+1
|\
| * - download servers that haven't been available for over a month are now ↵Tannin2015-01-071-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)
| * cleanupTannin2014-12-201-2/+0
| |
| * undid some changes that accidentally made it to this branchTannin2014-11-261-1/+0
| |
| * - several style fixes suggested by static analysisTannin2014-09-241-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 apiTannin2014-09-081-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 ↵Tannin2014-07-211-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)Tannin2014-07-171-288/+288
| |
* | replaced all uses of NULL with nullptrTannin2014-11-281-1/+1
| | | | | | | | fixed a few placed where NULL was used as a number or boolean
* | - several style fixes suggested by static analysisTannin2014-09-241-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 apiTannin2014-09-081-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 ↵Tannin2014-07-211-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)Tannin2014-07-171-293/+293
| |
* | - when highlighting a mod the overwritten and overwriting mods are now ↵Tannin2014-07-141-0/+5
|/ | | | | | | | | | | | | | highlighted in the list - when starting an external application MO now wraps the process in a job and waits on that instead. This way MO is not unlocked early when skyrim is started through skse - mod info dialog no longer offers the esp tab for foreign mods because that caused confusion - updated translation files - download directory and mod directory are now created if necessary - bugfix: staging script created unnecessary copies of translation files - bugfix: potential invalid array access when trying to determine best mod order - bugfix: deleter file wasn't removed after esp hiding was disabled - bugfix: potential access to to un-initialized login reply - bugfix: changed the initialization order to allow more ui controls to be localized
* - loot client now only updates the masterlist once per MO sessionTannin2014-06-081-4/+5
| | | | | | | | | | - new event to notify plugins of changed mod priority - overwrite now shows up in the "checked" category instead of "unchecked" - display of "foreign" mods can now be limited to only official content - bugfix: bsa extraction dialog showed up even if the plugin was disabled - bugfix: after detection of foreign mods the priority of the overwrite folder could get messed up - bugfix: when displaying only the context menu for the mod list as a whole, the menu didn't disappear - bugfix: MO crashed when trying to download via the integrated browser
* MergeTannin2014-05-281-1/+1
|\
| * small bugfixesTannin2014-05-281-1/+1
| |