| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More stuff moved to mod list context. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Start moving modlist context menu actions to separate structures. | Mikaël Capelle | 2021-01-02 | 1 | -1/+8 |
| | | |||||
| * | Fix rebase from 54736a6. | Mikaël Capelle | 2021-01-02 | 1 | -0/+2 |
| | | |||||
| * | Add message for invalid drag. Split & clean code. | Mikaël Capelle | 2021-01-02 | 1 | -85/+94 |
| | | |||||
| * | Clean drag&drop code and add drop of external folder/archives. | Mikaël Capelle | 2021-01-02 | 1 | -13/+56 |
| | | |||||
| * | Do not invalidate the sort proxy when not required (keep selection). | Mikaël Capelle | 2021-01-02 | 1 | -58/+34 |
| | | |||||
| * | Expand separator after drop. | Mikaël Capelle | 2021-01-02 | 1 | -7/+8 |
| | | |||||
| * | Attempt to fix the style of the drop indicator. | Mikaël Capelle | 2021-01-02 | 1 | -5/+8 |
| | | |||||
| * | Fix indent when grouping by category/nexus id. | Mikaël Capelle | 2021-01-02 | 1 | -7/+9 |
| | | |||||
| * | Fix and move stuff around. | Mikaël Capelle | 2021-01-02 | 1 | -13/+132 |
| | | | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection. | ||||
| * | Add option to disable collapsible separators. | Mikaël Capelle | 2021-01-02 | 1 | -2/+5 |
| | | |||||
| * | Fix prev/next button in mod info dialog. | Mikaël Capelle | 2021-01-02 | 1 | -9/+43 |
| | | |||||
| * | Refactoring and fixes. | Mikaël Capelle | 2021-01-02 | 1 | -2/+517 |
| | | | | | | | - Move codes from MainWindow to ModListView. - Fix enable/disable all visible. - Fix changing style of the mod list. | ||||
| * | Fix controls without indentation. | Mikaël Capelle | 2021-01-02 | 1 | -13/+11 |
| | | |||||
| * | Tentative fix for the indentation. | Mikaël Capelle | 2021-01-02 | 1 | -12/+34 |
| | | |||||
| * | Fix indentation and drop indicator. | Mikaël Capelle | 2021-01-02 | 1 | -0/+47 |
| | | |||||
| * | Increase auto-expand delay to 1s. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Revert "Revert to Qt default behavior for auto-collapse on hovering." | Mikaël Capelle | 2021-01-02 | 1 | -1/+21 |
| | | | | | This reverts commit b74f08a57ba659e2da232e253844aff8a169f9e0. | ||||
| * | Fix dropping below/above separators. | Mikaël Capelle | 2021-01-02 | 1 | -4/+6 |
| | | |||||
| * | Revert to Qt default behavior for auto-collapse on hovering. | Mikaël Capelle | 2021-01-02 | 1 | -21/+1 |
| | | |||||
| * | Allow drag&drop a separator to itself. | Mikaël Capelle | 2021-01-02 | 1 | -3/+17 |
| | | |||||
| * | Better drag handling. | Mikaël Capelle | 2021-01-02 | 1 | -0/+2 |
| | | |||||
| * | Do not set Qt::ItemIsDropEnabled all the time. | Mikaël Capelle | 2021-01-02 | 1 | -0/+6 |
| | | |||||
| * | Clean drag&drop of URLs and mods/archives. | Mikaël Capelle | 2021-01-02 | 1 | -38/+0 |
| | | |||||
| * | Disable auto-collapsing after delay. | Mikaël Capelle | 2021-01-02 | 1 | -1/+23 |
| | | |||||
| * | Add auto-expand. | Mikaël Capelle | 2021-01-02 | 1 | -0/+1 |
| | | |||||
| * | customizable columns for mod and plugin lists | isanae | 2020-02-18 | 1 | -0/+2 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -28/+37 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -37/+28 |
| | | |||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -0/+1 |
| | | |||||
| * | - browser dialog now has a hidden url-field (for testing only) | Tannin | 2014-07-27 | 1 | -1/+0 |
| | | | | | | | | | | | | - 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 | ||||
| * | - when highlighting a mod the overwritten and overwriting mods are now ↵ | Tannin | 2014-07-14 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | 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 | ||||
| * | - hook.dll now doesn't inject to certain applications (currently steam, ↵ | Tannin | 2013-10-05 | 1 | -2/+2 |
| | | | | | | | | | | | chrome and firefox) - versioning system improved. Will now report "downgrades" for mods and support a different versioning system (requires manual switch) - updates can now be ignored until a new version is uploaded - new splash screen - bugfix: a few memory leaks (shouldn't account for much) - bugfix: result of GetModuleHandle wasn't zero-terminated in some cases | ||||
| * | - completed Qt5 compatibility | Tannin | 2013-06-15 | 1 | -0/+1 |
| | | | | | | | | - added GetFileVerisonInfoW hook for Windows 8 compatibility - fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly - fixed NCC components compiling with different Framewerk versions - dropped files-list in Nexus-tab of modinfo dialog | ||||
| * | added modlist view class (updates drop behaviour on modlist depending on ↵ | Tannin | 2013-04-04 | 1 | -0/+47 |
| mime type) | |||||
