summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | split saves tab, no changesisanae2020-12-285-283/+359
| | |
| * | fixed warning about ini files with utf8 bomisanae2020-12-283-4/+32
| | | | | | | | | | | | fixed main thread name still getting clobbered by QWebEngine
| * | fixed crash for ignore data/mark converted on multiple modsisanae2020-12-281-15/+25
| | | | | | | | | | | | | | | | | | also fixes only half the selected items being handled at a time the selection must be copied first because it's live and will get invalidated when filters are being used there was some weird connect() calls for every item, not sure why
| * | offline mode:isanae2020-12-283-7/+31
| | | | | | | | | | | | | | | - don't try to login on startup - don't try to update loot when sorting and display a warning that the master list might be stale
| * | custom browser commandisanae2020-12-2810-44/+182
| | | | | | | | | | | | changed some places that used QDesktopServices to use shell::Open() from uibase instead
| * | removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-2616-222/+116
| | | | | | | | | | | | FilterWidget for downloads tab
| * | 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
|/ /
* | Merge pull request #1328 from isanae/stuffisanae2020-12-2418-93/+282
|\ \ | |/ |/| Stuff
| * added citrix to checksisanae2020-12-241-2/+3
| |
| * don't log modules in winrootisanae2020-12-245-9/+41
| | | | | | | | dashes to dots
| * added BlueAmulet to contributors (conflict icons)isanae2020-12-241-6/+11
| | | | | | | | sorted names
| * optimizations for download manager:isanae2020-12-245-37/+90
| | | | | | | | | | | | | | - use envfs for walking directory - minimize string copies, disk access - use set of filenames to check for duplicates - use file size from envfs
| * added version to dmp filenameisanae2020-12-243-5/+39
| | | | | | | | replaced QApplication calls so createVersionInfo() can be called without one, happens with dump_running_process.bat
| * 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
|/ | | | added gigabyte 3d osd, more nahimic
* Merge pull request #1327 from isanae/instance-iconsisanae2020-12-224-10/+58
|\ | | | | Fixed incorrect instance icons
| * fixed instanceIcon() so it works when game plugins fail auto detection but ↵isanae2020-12-224-10/+58
| | | | | | | | | | | | the instance has a custom path had to change PluginContainer to non const in a few places
* | typoisanae2020-12-211-1/+1
| |
* | Merge pull request #1324 from isanae/masterisanae2020-12-201-0/+10
|\| | | | | Added 6788 and trosski to the about diaog
| * added 6788 and trosski to the about diaogisanae2020-12-201-0/+10
|/
* Merge pull request #1323 from isanae/masterisanae2020-12-201-1/+8
|\ | | | | Added timing for vfs mapping
| * 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
|\ | | | | Implement loading/unloading of plugins without restarting
| * 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
| |
| * Centralize loading Qt plugin in loadQtPlugin.Mikaël Capelle2020-12-042-33/+35
| |
| * Add MainWindow::onPluginRegistrationChanged.Mikaël Capelle2020-12-042-10/+11
| |
| * Clarify comment.Mikaël Capelle2020-12-042-3/+3
| |
| * Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-0214-109/+198
| |
| * Fix callbacks for IOrganizer when plugin are unloaded/loaded.Mikaël Capelle2020-12-025-52/+109
| |
| * Add methods to load/reload/unload plugins.Mikaël Capelle2020-12-022-77/+322
| |
| * Add signals (not used yet) for registering/unregistering plugins.Mikaël Capelle2020-12-022-2/+17
| |
| * Do not store installers in InstallationManager, use the ones from ↵Mikaël Capelle2020-12-023-31/+14
| | | | | | | | PluginContainer.
| * Add Settings::unregisterPlugin().Mikaël Capelle2020-12-022-1/+12
| |
* | Merge pull request #1316 from isanae/masterisanae2020-12-041-5/+5
|\ \ | | | | | | Spaces in paths
| * | quotes for spaces in pathsisanae2020-12-041-5/+5
|/ /
* | Merge pull request #1315 from isanae/download-crashisanae2020-12-031-0/+10
|\ \ | | | | | | Handle null plugin when adding a download
| * | handle null plugin when adding a downloadisanae2020-12-031-0/+10
|/ / | | | | | | happens when some plugins refer to other plugins that are missing