| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| | | | ||||||
| * | | Merge pull request #1053 from Al12rs/fix_no_inis | Al | 2020-04-17 | 2 | -3/+13 | |
| |\ \ | |/ |/| | Fix crash when game plugin does not provide any ini files. | |||||
| | * | Fix crash when game plugin does not provide any ini files. | AL | 2020-04-17 | 2 | -3/+13 | |
| |/ | ||||||
| * | Merge pull request #1052 from isanae/filetree-crash-fixes | isanae | 2020-04-17 | 4 | -23/+158 | |
| |\ | | | | | File tree crashes | |||||
| | * | 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 | |
| | | ||||||
| * | Fix timestamp formatting for appveyor | Al | 2020-03-01 | 1 | -2/+2 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | New appveyor complete build configuration. | AL | 2020-02-29 | 2 | -20/+57 | |
| | | ||||||
| * | Revert "Hacky fix to installation progress dialog flashing" | Chris Bessent | 2020-02-28 | 1 | -6/+0 | |
| | | | | | This reverts commit 42e5c33a32bdb9438f486d8c608755a4966c1c44. | |||||
| * | Merge pull request #1021 from Al12rs/log_changes | Al | 2020-02-27 | 8 | -23/+56 | |
| |\ | | | | | Various UI changes: | |||||
| | * | Cleanup previous filterList code | AL | 2020-02-26 | 1 | -8/+0 | |
| | | | ||||||
| | * | Removed "State" header from filterlist. | AL | 2020-02-26 | 1 | -9/+21 | |
| | | | | | | | | | | | Allow lower vertical sizes for loglist. Fixed alignments and size of various elements. | |||||
| | * | Added checkbox icons for filterlist state | AL | 2020-02-26 | 5 | -4/+12 | |
| | | | ||||||
| | * | Enabled icons for all log level line. | AL | 2020-02-26 | 3 | -5/+8 | |
| | | | | | | | | | | | Added new icon for Debug level. Moved icons after timestamp. | |||||
| | * | Allow log to be reduced in size to a greater extent. | AL | 2020-02-26 | 1 | -1/+19 | |
| |/ | ||||||
| * | Merge pull request #1019 from Al12rs/context_menu_delay_fix | Al | 2020-02-26 | 1 | -0/+6 | |
| |\ | | | | | Fix context menu rendering delay and and general crappiness. | |||||
| | * | Fix context menu rendering delay and and general crappiness. | AL | 2020-02-25 | 1 | -0/+6 | |
| |/ | | | | This affected users that had the windows "Fade or slide menus into view" option enabled. Qt's implementation of these effects sucks | |||||
| * | Fix random <br> in Alternate Game icon tooltip | AL | 2020-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #1018 from Al12rs/remove_flashing_widgets | Al | 2020-02-25 | 1 | -4/+0 | |
| |\ | | | | | Fixed widgets flashing during Mo2 startup, | |||||
| | * | Fixed widgets flashing during Mo2 startup, | AL | 2020-02-25 | 1 | -4/+0 | |
| |/ | | | | they were caused by some code I can't even make sense of that I left over. My bad... | |||||
| * | Merge pull request #1017 from Al12rs/filterwidget_updates | Al | 2020-02-25 | 3 | -59/+184 | |
| |\ | | | | | Filterwidget updates | |||||
| | * | Moved filters back to the bottom | AL | 2020-02-23 | 1 | -59/+181 | |
| | | | ||||||
| | * | Set filterwidget delay for the data tab to avoid typing stutter | AL | 2020-02-23 | 1 | -0/+1 | |
| | | | ||||||
| | * | Add option to filterwidget to keep selection in view | AL | 2020-02-23 | 1 | -0/+2 | |
| |/ | ||||||
| * | Fix crashing on Nexus descriptions that are missing BBCode closing brackets. | AL | 2020-02-22 | 1 | -1/+8 | |
| | | ||||||
| * | Merge pull request #1006 from LostDragonist/master | Chris Bessent | 2020-02-21 | 1 | -0/+6 | |
| |\ | | | | | Hacky fix to installation progress dialog flashing | |||||
| | * | Hacky fix to installation progress dialog flashing | Chris Bessent | 2020-02-21 | 1 | -0/+6 | |
| |/ | ||||||
| * | Merge pull request #1005 from isanae/missing-categories | isanae | 2020-02-19 | 2 | -1/+1 | |
| |\ | | | | | Missing categories | |||||
| | * | categories were loaded too late | isanae | 2020-02-18 | 2 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #1004 from isanae/timings | isanae | 2020-02-18 | 9 | -11/+34 | |
| |\ | | | | | More timings | |||||
| | * | timing for refreshBSAList and updateProblemsButton | isanae | 2020-02-18 | 4 | -8/+12 | |
| | | | ||||||
| | * | added more timings | isanae | 2020-02-18 | 8 | -5/+24 | |
| |/ | | | | missed fileregisterfwd.h in cmake list | |||||
