summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* handle cycles by putting parent ids in a setisanae2021-01-093-5/+20
* fix skipping pages in single page modeisanae2021-01-091-1/+1
* fix running shortcuts with locking disabledisanae2021-01-042-41/+72
* fixes for the profiles dialog:isanae2021-01-041-46/+71
* Remove setName and remove from mod interface.Mikaël Capelle2021-01-024-1/+37
* Tentative fix for crash during large extraction.Mikaël Capelle2020-12-311-4/+12
* Bump version to alpha4AL2020-12-301-1/+1
* Allow '.' for the path in findFileInfos.Mikaël Capelle2020-12-301-1/+1
* Merge pull request #1329 from Holt59/imodinterface-isXAl2020-12-305-0/+24
|\
| * Add method to get the type of IModInterface.Mikaël Capelle2020-12-265-0/+24
* | profiles dialog:isanae2020-12-294-155/+254
* | editable combobox for output mod nameisanae2020-12-294-4/+69
* | update mod counts for creating/restoring backupsisanae2020-12-281-0/+6
* | refresh action, added in toolbar and menuisanae2020-12-283-1/+20
* | disallow renaming the active profileisanae2020-12-281-1/+7
* | renamed DownloadList::lessThan to lessThanPredicate and added a comment that ...isanae2020-12-283-3/+5
* | added open in explorer in save game context menuisanae2020-12-282-1/+16
* | delete shortcut for save gamesisanae2020-12-283-4/+22
* | split saves tab, no changesisanae2020-12-285-283/+359
* | fixed warning about ini files with utf8 bomisanae2020-12-283-4/+32
* | fixed crash for ignore data/mark converted on multiple modsisanae2020-12-281-15/+25
* | offline mode:isanae2020-12-283-7/+31
* | custom browser commandisanae2020-12-2810-44/+182
* | removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-2616-222/+116
* | split downloads tabisanae2020-12-266-87/+143
* | don't update mods after installing in offline modeisanae2020-12-261-0/+4
* | allow selecting another instance when the game/variant isn't foundisanae2020-12-261-2/+2
* | added citrix to checksisanae2020-12-241-2/+3
* | don't log modules in winrootisanae2020-12-245-9/+41
* | added BlueAmulet to contributors (conflict icons)isanae2020-12-241-6/+11
* | optimizations for download manager:isanae2020-12-245-37/+90
* | added version to dmp filenameisanae2020-12-243-5/+39
* | don't count overwrite, m_Overwrite is dead codeisanae2020-12-241-4/+4
* | replaced "validator" logs with "nexus", clearer for usersisanae2020-12-241-9/+9
* | also log primary handlerisanae2020-12-241-0/+3
* | dump nxmhandler.iniisanae2020-12-243-2/+54
* | ignore steam username when dumping settingsisanae2020-12-241-1/+3
* | regex for osdsisanae2020-12-241-25/+32
|/
* fixed instanceIcon() so it works when game plugins fail auto detection but th...isanae2020-12-224-10/+58
* added 6788 and trosski to the about diaogisanae2020-12-201-0/+10
* added timing for vfs mappingisanae2020-12-201-1/+8
* Merge pull request #1313 from Holt59/load-plugin-without-restartMikaël Capelle2020-12-0728-396/+820
|\
| * Remove unused member in proxy.Mikaël Capelle2020-12-042-2/+0
| * Remove log for disconnectSignals().Mikaël Capelle2020-12-041-2/+0
| * Fix crash when starting MO2 without instance.Mikaël Capelle2020-12-044-15/+21
| * Minor cleaning (comments, names).Mikaël Capelle2020-12-043-11/+19
| * Throw exception when trying to unload the current game plugin.Mikaël Capelle2020-12-041-0/+5
| * Remove disconnectPlugins() from OrganizerCore.Mikaël Capelle2020-12-044-54/+18
| * Avoid duplicating code to simulate startup.Mikaël Capelle2020-12-0413-156/+208
| * Do not store the list of preview plugins in PreviewGenerator.Mikaël Capelle2020-12-043-25/+15