| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version to 2.3.0 alpha 8. | Mikaël Capelle | 2020-05-22 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1066 from Holt59/new-filetree | Al | 2020-05-20 | 18 | -615/+818 |
| |\ | | | | | Update for the new file tree implementation and minor fixes | ||||
| | * | Rollback to setGameName instead of setGamePlugin for mod interface. | Mikaël Capelle | 2020-05-19 | 8 | -22/+22 |
| | | | |||||
| | * | Add implementation of clone() and doClone() for the archive filetree. | Mikaël Capelle | 2020-05-16 | 1 | -1/+15 |
| | | | |||||
| | * | Update after const_cast removal in uibase. | Mikaël Capelle | 2020-05-12 | 1 | -5/+5 |
| | | | |||||
| | * | Minor comment updates. | Mikaël Capelle | 2020-05-08 | 1 | -6/+8 |
| | | | |||||
| | * | Fix another issue with some archives not being loading properly. | Mikaël Capelle | 2020-05-07 | 1 | -3/+5 |
| | | | |||||
| | * | Fix issue with some archives not being extracted correctly. | Mikaël Capelle | 2020-05-07 | 1 | -3/+2 |
| | | | |||||
| | * | Override astree() in ArchiveFileTreeImpl to avoid VS warnings. | Mikaël Capelle | 2020-05-07 | 1 | -0/+10 |
| | | | |||||
| | * | Fix issue with getColor() not being overriden properly. | Mikaël Capelle | 2020-05-07 | 2 | -2/+2 |
| | | | |||||
| | * | Fix issue with mods not being checked properly and overwrite not having the ↵ | Mikaël Capelle | 2020-05-07 | 6 | -41/+41 |
| | | | | | | | | | right priority. | ||||
| | * | Move to the new filetree for the installation manager. | Mikaël Capelle | 2020-05-07 | 5 | -303/+441 |
| | | | |||||
| | * | Update ModInfo classes to handle plugin game and clean some declarations. | Mikaël Capelle | 2020-05-07 | 10 | -304/+330 |
| | | | |||||
| | * | Avoid using GamePlugins when not provided by the game plugin. | Mikaël Capelle | 2020-05-07 | 2 | -9/+21 |
| | | | |||||
| * | | Fix issue with plugins in junction mods not being activated. | Mikaël Capelle | 2020-05-20 | 1 | -1/+1 |
| |/ | |||||
| * | Fix separator colors not working right due to missing brackets. | AL | 2020-05-07 | 1 | -1/+1 |
| | | |||||
| * | appveyor does not build modorganizer in its standard location, so use ↵ | isanae | 2020-04-30 | 1 | -1/+9 |
| | | | | | DEPENDENCIES_DIR to find cmake_common | ||||
| * | Add modinfodialog Notes Tab color selector. | AL | 2020-04-29 | 3 | -15/+87 |
| | | |||||
| * | Only show color context menu for mods when right clicking on Notes column. | AL | 2020-04-29 | 1 | -4/+7 |
| | | |||||
| * | Allow coloring notes field. | AL | 2020-04-29 | 2 | -12/+13 |
| | | |||||
| * | moved a few projects to requires_project() | isanae | 2020-04-25 | 1 | -10/+2 |
| | | |||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 37 | -1268/+84 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | Allow resizing and maximizing the Loot sort report dialog. | AL | 2020-04-18 | 1 | -1/+2 |
| | | |||||
| * | fixed warnings about Q_OBJECT and thousand separators | isanae | 2020-04-18 | 9 | -376/+455 |
| | | | | | had to move some classes to header files | ||||
| * | getOptionalKnownFolder() returns a string now | isanae | 2020-04-17 | 1 | -2/+4 |
| | | |||||
| * | Merge pull request #1054 from isanae/bunch-of-fixes | isanae | 2020-04-17 | 20 | -76/+277 |
| |\ | | | | | Bunch of fixes | ||||
| | * | bumped to alpha 7 | isanae | 2020-04-17 | 1 | -1/+1 |
| | | | |||||
| | * | fixed crash when switching to an instance with a lower refresh thread count | isanae | 2020-04-17 | 2 | -1/+14 |
| | | | | | | | | | fixed rare race condition when waking up handle closer threads | ||||
| | * | added game, instance and profile to status bar | isanae | 2020-04-17 | 3 | -3/+39 |
| | | | |||||
| | * | typo | isanae | 2020-04-17 | 1 | -1/+1 |
| | | | |||||
| | * | log command line | isanae | 2020-04-17 | 1 | -0/+2 |
| | | | |||||
| | * | update available log is now info instead of debug | isanae | 2020-04-17 | 2 | -2/+5 |
| | | | | | | | | | added AV warning when a game plugin is no longer available | ||||
| | * | silenced a few annoying logs | isanae | 2020-04-17 | 2 | -2/+10 |
| | | | |||||
| | * | sanity checks: added nahimicmsiosd.dll, specialk64.dll and mactype64.dll | isanae | 2020-04-17 | 1 | -5/+48 |
| | | | |||||
| | * | added directory checks for desktop and onedrive | isanae | 2020-04-17 | 1 | -12/+7 |
| | | | |||||
| | * | dump a bunch of counts for mods when selecting a profile | isanae | 2020-04-17 | 6 | -4/+107 |
| | | | |||||
| | * | hook ctrl+f and escape directly on widgets instead of on the main window to ↵ | isanae | 2020-04-17 | 2 | -41/+39 |
| | | | | | | | | | allow other widgets to use the same shortcuts, like the FilterWidget | ||||
| | * | fixed typo | isanae | 2020-04-17 | 1 | -1/+1 |
| | | | |||||
| | * | changed first validation timeout back to 10s, a lot of people report that 5s ↵ | isanae | 2020-04-17 | 1 | -1/+1 |
| | | | | | | | | | is too short | ||||
| | * | removed some debug logging | isanae | 2020-04-17 | 1 | -2/+2 |
| | | | |||||
| * | | Fix crash when game plugin does not provide any ini files. | AL | 2020-04-17 | 2 | -3/+13 |
| |/ | |||||
| * | fixed crashes and empty items in the file tree | isanae | 2020-04-17 | 4 | -23/+158 |
| | | | | | sorting and removing items have to be queued since they corrupt various internal structures in Qt when done during layout | ||||
| * | Fix inconsistent Explore menu option naming. Used Visual Studio standard. | AL | 2020-04-02 | 2 | -4/+4 |
| | | |||||
| * | Fix "Failed to setup data paths" loop by showing the choose instance dialog ↵ | AL | 2020-03-30 | 1 | -0/+3 |
| | | | | | | | for next startup. This could sometimes happen if users changed a drive letter or removed a drive with one of the Mo2 paths on it making Mo2 error on startup. Only fix was to manually edit the modorganizer.ini file or manually deleting the instance. This allows users to create or use other instances even if that particular instance still needs manual fixing. | ||||
| * | Imrpoved mod already exist dialog when installing. | AL | 2020-03-19 | 1 | -8/+48 |
| | | |||||
| * | Fix and improve NexusID detection during installation for Install Mod button. | AL | 2020-03-13 | 1 | -7/+16 |
| | | |||||
| * | Made all lists uniform row heights for performance and alternate row color | AL | 2020-02-29 | 2 | -0/+42 |
| | | |||||
| * | Fixed comboboxes and tooltip lagginess due to bad animations. | AL | 2020-02-29 | 1 | -0/+4 |
| | | |||||
| * | Revert "Hacky fix to installation progress dialog flashing" | Chris Bessent | 2020-02-28 | 1 | -6/+0 |
| | | | | | This reverts commit 42e5c33a32bdb9438f486d8c608755a4966c1c44. | ||||
| * | Cleanup previous filterList code | AL | 2020-02-26 | 1 | -8/+0 |
| | | |||||
