| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -1/+1 |
| | | | | | removed some commented out logging | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -1/+1 |
| | | | | | removed now unused vlog() | ||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -2/+4 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-22 | 1 | -2/+6 |
| |\ | |||||
| | * | Reduce file I/O operations when enabling/disabling multiple mods | LostDragonist | 2019-01-22 | 1 | -2/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -40/+72 |
| |\| | |||||
| | * | Added OR and AND based search to modlist and pluginlist. | Al | 2019-01-18 | 1 | -39/+70 |
| | | | | | | | | | A space now means AND and "OR ; | ||" mean OR. OR always wins. | ||||
| | * | Fixed invalid vector access on modInfoDialog closing. | Al | 2019-01-13 | 1 | -1/+1 |
| | | | |||||
| | * | Avoid refreshes unless it's specifically the update filter. | Al | 2019-01-12 | 1 | -9/+3 |
| | | | |||||
| | * | Fixed "check all for updates" not updating for the newly added mods. | Al | 2019-01-12 | 1 | -1/+8 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-05 | 1 | -6/+10 |
| |\| | |||||
| | * | Improve performance by removing redundant actions when changing mod states | LostDragonist | 2019-01-05 | 1 | -6/+10 |
| | | | |||||
| * | | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -6/+68 |
| |\| | | | | | | | Updating to 2.1.7alpha1 | ||||
| | * | Add sorting for the notes column | LostDragonist | 2018-12-23 | 1 | -0/+16 |
| | | | |||||
| | * | Expand mod list search edit to work on categories, nexus IDs, and notes | LostDragonist | 2018-12-20 | 1 | -6/+52 |
| | | | |||||
| * | | Improved refresh performance by replacing std::transform() with ↵ | Al12rs | 2018-12-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | CharLowerBuffer(). Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used. | ||||
| * | | Add loose file/archive conflict icons | Silarn | 2018-12-12 | 1 | -7/+9 |
| | | | |||||
| * | | Added new "loose files overwrite archive" icon and all the flags. | Al12rs | 2018-12-12 | 1 | -1/+2 |
| | | | | | | | | | The logic to show it is still missing until the other issues are fixed. | ||||
| * | | Initial archive conflict parsing | Silarn | 2018-12-12 | 1 | -1/+4 |
| |/ | | | | | | | | | 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 | ||||
| * | Made the "checked" filter show separators. | Al12rs | 2018-11-04 | 1 | -1/+1 |
| | | |||||
| * | Added Mod Backups filter for modlist. | Al12rs | 2018-09-07 | 1 | -0/+6 |
| | | |||||
| * | Allow sorting by "source game" column | Lost Dragonist | 2018-06-08 | 1 | -0/+10 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -315/+323 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -323/+315 |
| | | |||||
| * | better sorting on the flag-column | Tannin | 2015-09-03 | 1 | -2/+19 |
| | | |||||
| * | more intuitive sorting with grouping active | Tannin | 2015-09-03 | 1 | -0/+4 |
| | | |||||
| * | workaround: after editing in a filtered view, if the edited item disappears as | Tannin | 2015-09-01 | 1 | -3/+10 |
| | | | | | a result of the edit, no further editor could be opened | ||||
| * | bugfix: dropping files from overwrite on mod failed whien mod grouping was ↵ | Tannin | 2015-06-29 | 1 | -1/+2 |
| | | | | | active | ||||
| * | bugfix: aboutToChangeData and postDataChanged signals were not correctly set ↵ | Tannin | 2015-06-29 | 1 | -3/+6 |
| | | | | | up when mod grouping was enabled | ||||
| * | more generic solution to the problem fixed in changeset bb74f8eb639c, now ↵ | Tannin | 2015-06-10 | 1 | -0/+23 |
| | | | | | also applied in another location | ||||
| * | cosmetic changes and increased version number | Tannin | 2015-04-08 | 1 | -1/+1 |
| | | |||||
| * | bugfix: crash when entering search terms for the mod list | Tannin | 2015-03-21 | 1 | -5/+3 |
| | | |||||
| * | minor stuff (slight changes to the visual style, code refactorings, version ↵ | Tannin | 2015-03-18 | 1 | -6/+6 |
| | | | | | increment) | ||||
| * | sorting by content now produces a more useful list | Tannin | 2015-02-25 | 1 | -4/+15 |
| | | |||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -19/+19 |
| |\ | |||||
| | * | cleanup (mostly removing unused includes) | Tannin | 2015-01-22 | 1 | -1/+0 |
| | | | |||||
| | * | - download servers that haven't been available for over a month are now ↵ | Tannin | 2015-01-07 | 1 | -18/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Merge | Tannin | 2015-01-04 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
| * | | | Merge with branch1.2 | Tannin | 2015-01-03 | 1 | -3/+26 |
| |\| | | |/ |/| | |||||
| | * | - re-enabled use of img-tags in bbcode converter | Tannin | 2014-11-11 | 1 | -30/+0 |
| | | | | | | | | | | | - addded a workaround for cases where, after a MO update, the stored modlist layout has no size for new columns - using a webview again for the nexus view of the modinfo dialog | ||||
| | * | - 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 | ||||
| | * | - can now filter by mod content | Tannin | 2014-08-18 | 1 | -2/+19 |
| | | | | | | | | | - all files/directories that require write access can now be placed in AppData instead of the MO directory | ||||
| | * | - browser dialog now has a hidden url-field (for testing only) | Tannin | 2014-07-27 | 1 | -12/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | - loot_cli is no longer part of this project. I will probably create a fork of loot that allows command-line usage instead - loot integration now works with such a modified loot version - integrated loot will now also integrate incompatibility messages in the MO UI - overwrite-markers are now updated as the list order is changed - fnis checker will now always allow the user to ignore fnis errors - plugin interface now has a function to wait for handles returned from startApplication (which can be job or process handles) - bugfix: non-mo mods sharing the name with regular mods now have a different internal name - bugfix: using hotkeys the vanilla game-plugins could be moved | ||||
| | * | - download-list will no longer show a file as having incomplete data if ↵ | Tannin | 2014-07-21 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | 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 | -376/+376 |
| | | | |||||
| * | | cleanup | Tannin | 2014-12-20 | 1 | -1/+3 |
| | | | |||||
| * | | - mod-list can now be re-ordered with drag&drop while grouping is active | Tannin | 2014-12-14 | 1 | -3/+9 |
| | | | | | | | | | - drag&drop is not disabled when ordering by other columns than priority. MO will notify using messagedialog that it's impossible instead. | ||||
| * | | undid some changes that accidentally made it to this branch | Tannin | 2014-11-26 | 1 | -7/+0 |
| | | | |||||
