| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | split saves tab, no changes | isanae | 2020-12-28 | 5 | -283/+359 | |
| | | | | ||||||
| | * | | fixed warning about ini files with utf8 bom | isanae | 2020-12-28 | 3 | -4/+32 | |
| | | | | | | | | | | | | | fixed main thread name still getting clobbered by QWebEngine | |||||
| | * | | fixed crash for ignore data/mark converted on multiple mods | isanae | 2020-12-28 | 1 | -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: | isanae | 2020-12-28 | 3 | -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 command | isanae | 2020-12-28 | 10 | -44/+182 | |
| | | | | | | | | | | | | | changed some places that used QDesktopServices to use shell::Open() from uibase instead | |||||
| | * | | removed setUpdateDelay(false) calls, it's the default | isanae | 2020-12-26 | 16 | -222/+116 | |
| | | | | | | | | | | | | | FilterWidget for downloads tab | |||||
| | * | | split downloads tab | isanae | 2020-12-26 | 6 | -87/+143 | |
| | | | | ||||||
| | * | | don't update mods after installing in offline mode | isanae | 2020-12-26 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | allow selecting another instance when the game/variant isn't found | isanae | 2020-12-26 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge pull request #1328 from isanae/stuff | isanae | 2020-12-24 | 18 | -93/+282 | |
| |\ \ | |/ |/| | Stuff | |||||
| | * | added citrix to checks | isanae | 2020-12-24 | 1 | -2/+3 | |
| | | | ||||||
| | * | don't log modules in winroot | isanae | 2020-12-24 | 5 | -9/+41 | |
| | | | | | | | | | dashes to dots | |||||
| | * | added BlueAmulet to contributors (conflict icons) | isanae | 2020-12-24 | 1 | -6/+11 | |
| | | | | | | | | | sorted names | |||||
| | * | optimizations for download manager: | isanae | 2020-12-24 | 5 | -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 filename | isanae | 2020-12-24 | 3 | -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 code | isanae | 2020-12-24 | 1 | -4/+4 | |
| | | | ||||||
| | * | replaced "validator" logs with "nexus", clearer for users | isanae | 2020-12-24 | 1 | -9/+9 | |
| | | | ||||||
| | * | also log primary handler | isanae | 2020-12-24 | 1 | -0/+3 | |
| | | | ||||||
| | * | dump nxmhandler.ini | isanae | 2020-12-24 | 3 | -2/+54 | |
| | | | ||||||
| | * | ignore steam username when dumping settings | isanae | 2020-12-24 | 1 | -1/+3 | |
| | | | ||||||
| | * | regex for osds | isanae | 2020-12-24 | 1 | -25/+32 | |
| |/ | | | | added gigabyte 3d osd, more nahimic | |||||
| * | Merge pull request #1327 from isanae/instance-icons | isanae | 2020-12-22 | 4 | -10/+58 | |
| |\ | | | | | Fixed incorrect instance icons | |||||
| | * | fixed instanceIcon() so it works when game plugins fail auto detection but ↵ | isanae | 2020-12-22 | 4 | -10/+58 | |
| | | | | | | | | | | | | | the instance has a custom path had to change PluginContainer to non const in a few places | |||||
| * | | typo | isanae | 2020-12-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #1324 from isanae/master | isanae | 2020-12-20 | 1 | -0/+10 | |
| |\| | | | | | Added 6788 and trosski to the about diaog | |||||
| | * | added 6788 and trosski to the about diaog | isanae | 2020-12-20 | 1 | -0/+10 | |
| |/ | ||||||
| * | Merge pull request #1323 from isanae/master | isanae | 2020-12-20 | 1 | -1/+8 | |
| |\ | | | | | Added timing for vfs mapping | |||||
| | * | added timing for vfs mapping | isanae | 2020-12-20 | 1 | -1/+8 | |
| |/ | ||||||
| * | Merge pull request #1313 from Holt59/load-plugin-without-restart | Mikaël Capelle | 2020-12-07 | 28 | -396/+820 | |
| |\ | | | | | Implement loading/unloading of plugins without restarting | |||||
| | * | Remove unused member in proxy. | Mikaël Capelle | 2020-12-04 | 2 | -2/+0 | |
| | | | ||||||
| | * | Remove log for disconnectSignals(). | Mikaël Capelle | 2020-12-04 | 1 | -2/+0 | |
| | | | ||||||
| | * | Fix crash when starting MO2 without instance. | Mikaël Capelle | 2020-12-04 | 4 | -15/+21 | |
| | | | ||||||
| | * | Minor cleaning (comments, names). | Mikaël Capelle | 2020-12-04 | 3 | -11/+19 | |
| | | | ||||||
| | * | Throw exception when trying to unload the current game plugin. | Mikaël Capelle | 2020-12-04 | 1 | -0/+5 | |
| | | | ||||||
| | * | Remove disconnectPlugins() from OrganizerCore. | Mikaël Capelle | 2020-12-04 | 4 | -54/+18 | |
| | | | ||||||
| | * | Avoid duplicating code to simulate startup. | Mikaël Capelle | 2020-12-04 | 13 | -156/+208 | |
| | | | ||||||
| | * | Do not store the list of preview plugins in PreviewGenerator. | Mikaël Capelle | 2020-12-04 | 3 | -25/+15 | |
| | | | ||||||
| | * | Centralize loading Qt plugin in loadQtPlugin. | Mikaël Capelle | 2020-12-04 | 2 | -33/+35 | |
| | | | ||||||
| | * | Add MainWindow::onPluginRegistrationChanged. | Mikaël Capelle | 2020-12-04 | 2 | -10/+11 | |
| | | | ||||||
| | * | Clarify comment. | Mikaël Capelle | 2020-12-04 | 2 | -3/+3 | |
| | | | ||||||
| | * | Fix callbacks for pluginlist, modlist and download manager. | Mikaël Capelle | 2020-12-02 | 14 | -109/+198 | |
| | | | ||||||
| | * | Fix callbacks for IOrganizer when plugin are unloaded/loaded. | Mikaël Capelle | 2020-12-02 | 5 | -52/+109 | |
| | | | ||||||
| | * | Add methods to load/reload/unload plugins. | Mikaël Capelle | 2020-12-02 | 2 | -77/+322 | |
| | | | ||||||
| | * | Add signals (not used yet) for registering/unregistering plugins. | Mikaël Capelle | 2020-12-02 | 2 | -2/+17 | |
| | | | ||||||
| | * | Do not store installers in InstallationManager, use the ones from ↵ | Mikaël Capelle | 2020-12-02 | 3 | -31/+14 | |
| | | | | | | | | | PluginContainer. | |||||
| | * | Add Settings::unregisterPlugin(). | Mikaël Capelle | 2020-12-02 | 2 | -1/+12 | |
| | | | ||||||
| * | | Merge pull request #1316 from isanae/master | isanae | 2020-12-04 | 1 | -5/+5 | |
| |\ \ | | | | | | | Spaces in paths | |||||
| | * | | quotes for spaces in paths | isanae | 2020-12-04 | 1 | -5/+5 | |
| |/ / | ||||||
| * | | Merge pull request #1315 from isanae/download-crash | isanae | 2020-12-03 | 1 | -0/+10 | |
| |\ \ | | | | | | | Handle null plugin when adding a download | |||||
| | * | | handle null plugin when adding a download | isanae | 2020-12-03 | 1 | -0/+10 | |
| |/ / | | | | | | | happens when some plugins refer to other plugins that are missing | |||||
