summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Override astree() in ArchiveFileTreeImpl to avoid VS warnings.Mikaël Capelle2020-05-071-0/+10
|
* Fix issue with getColor() not being overriden properly.Mikaël Capelle2020-05-072-2/+2
|
* Fix issue with mods not being checked properly and overwrite not having the ↵Mikaël Capelle2020-05-076-41/+41
| | | | right priority.
* Move to the new filetree for the installation manager.Mikaël Capelle2020-05-075-303/+441
|
* Update ModInfo classes to handle plugin game and clean some declarations.Mikaël Capelle2020-05-0710-304/+330
|
* Avoid using GamePlugins when not provided by the game plugin.Mikaël Capelle2020-05-072-9/+21
|
* Fix separator colors not working right due to missing brackets.AL2020-05-071-1/+1
|
* Merge pull request #1064 from isanae/cmakefile-appveyor-fixisanae2020-04-302-2/+16
|\ | | | | Appveyor fix for new cmake files
| * appveyor does not build modorganizer in its standard location, so use ↵isanae2020-04-302-2/+16
|/ | | | DEPENDENCIES_DIR to find cmake_common
* Merge pull request #1063 from Al12rs/mod_colorsAl2020-04-305-27/+103
|\ | | | | Mod colors
| * Add modinfodialog Notes Tab color selector.AL2020-04-293-15/+87
| |
| * Only show color context menu for mods when right clicking on Notes column.AL2020-04-291-4/+7
| |
| * Allow coloring notes field.AL2020-04-292-12/+13
|/
* Merge pull request #1061 from isanae/new-cmakefilesisanae2020-04-2638-1302/+85
|\ | | | | New cmakefiles
| * moved a few projects to requires_project()isanae2020-04-252-10/+3
| |
| * now using new common cmakefilesisanae2020-04-2338-1302/+92
|/ | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* Allow resizing and maximizing the Loot sort report dialog.AL2020-04-181-1/+2
|
* Merge pull request #1057 from isanae/warning-fixesisanae2020-04-189-376/+455
|\ | | | | Fixed warnings about Q_OBJECT and thousand separators
| * fixed warnings about Q_OBJECT and thousand separatorsisanae2020-04-189-376/+455
|/ | | | had to move some classes to header files
* Merge pull request #1055 from isanae/sysdir-optisanae2020-04-171-2/+4
|\ | | | | Fix for getOptionalKnownFolder()
| * getOptionalKnownFolder() returns a string nowisanae2020-04-171-2/+4
|/
* Merge pull request #1054 from isanae/bunch-of-fixesisanae2020-04-1720-76/+277
|\ | | | | Bunch of fixes
| * bumped to alpha 7isanae2020-04-171-1/+1
| |
| * fixed crash when switching to an instance with a lower refresh thread countisanae2020-04-172-1/+14
| | | | | | | | fixed rare race condition when waking up handle closer threads
| * added game, instance and profile to status barisanae2020-04-173-3/+39
| |
| * typoisanae2020-04-171-1/+1
| |
| * log command lineisanae2020-04-171-0/+2
| |
| * update available log is now info instead of debugisanae2020-04-172-2/+5
| | | | | | | | added AV warning when a game plugin is no longer available
| * silenced a few annoying logsisanae2020-04-172-2/+10
| |
| * sanity checks: added nahimicmsiosd.dll, specialk64.dll and mactype64.dllisanae2020-04-171-5/+48
| |
| * added directory checks for desktop and onedriveisanae2020-04-171-12/+7
| |
| * dump a bunch of counts for mods when selecting a profileisanae2020-04-176-4/+107
| |
| * hook ctrl+f and escape directly on widgets instead of on the main window to ↵isanae2020-04-172-41/+39
| | | | | | | | allow other widgets to use the same shortcuts, like the FilterWidget
| * fixed typoisanae2020-04-171-1/+1
| |
| * changed first validation timeout back to 10s, a lot of people report that 5s ↵isanae2020-04-171-1/+1
| | | | | | | | is too short
| * removed some debug loggingisanae2020-04-171-2/+2
| |
* | Merge pull request #1053 from Al12rs/fix_no_inisAl2020-04-172-3/+13
|\ \ | |/ |/| Fix crash when game plugin does not provide any ini files.
| * Fix crash when game plugin does not provide any ini files.AL2020-04-172-3/+13
|/
* Merge pull request #1052 from isanae/filetree-crash-fixesisanae2020-04-174-23/+158
|\ | | | | File tree crashes
| * fixed crashes and empty items in the file treeisanae2020-04-174-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.AL2020-04-022-4/+4
|
* Fix "Failed to setup data paths" loop by showing the choose instance dialog ↵AL2020-03-301-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.AL2020-03-191-8/+48
|
* Fix and improve NexusID detection during installation for Install Mod button.AL2020-03-131-7/+16
|
* Fix timestamp formatting for appveyorAl2020-03-011-2/+2
|
* Made all lists uniform row heights for performance and alternate row colorAL2020-02-292-0/+42
|
* Fixed comboboxes and tooltip lagginess due to bad animations.AL2020-02-291-0/+4
|
* New appveyor complete build configuration.AL2020-02-292-20/+57
|
* Revert "Hacky fix to installation progress dialog flashing"Chris Bessent2020-02-281-6/+0
| | | | This reverts commit 42e5c33a32bdb9438f486d8c608755a4966c1c44.
* Merge pull request #1021 from Al12rs/log_changesAl2020-02-278-23/+56
|\ | | | | Various UI changes: