| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1349 from isanae/master | isanae | 2021-01-09 | 3 | -5/+20 |
| |\ | | | | | Handle category cycles by putting parent ids in a set | ||||
| | * | handle cycles by putting parent ids in a set | isanae | 2021-01-09 | 3 | -5/+20 |
| | | | |||||
| * | | Merge pull request #1347 from isanae/master | isanae | 2021-01-09 | 1 | -1/+1 |
| |\| | | | | | Fix game selection not appearing on startup | ||||
| | * | fix skipping pages in single page mode | isanae | 2021-01-09 | 1 | -1/+1 |
| |/ | | | | in single page mode, ready() can return false for some pages like the instance type if the selected page is past it, so skip() has to be checked too | ||||
| * | Merge pull request #1342 from isanae/shortcut-nolock | isanae | 2021-01-05 | 2 | -41/+72 |
| |\ | | | | | Fix running shortcuts with locking disabled | ||||
| | * | fix running shortcuts with locking disabled | isanae | 2021-01-04 | 2 | -41/+72 |
| |/ | | | | | when a ProcessRunner gets ForceWait|PreventExit and locking is disabled, wait for the process normally but without showing the ui changed references to UILocker::Session to pointers because they can now be null | ||||
| * | Merge pull request #1341 from isanae/profile-crash | isanae | 2021-01-04 | 1 | -46/+71 |
| |\ | | | | | Fixes for the profiles dialog | ||||
| | * | fixes for the profiles dialog: | isanae | 2021-01-04 | 1 | -46/+71 |
| |/ | | | | | | - don't refresh before showing the dialog, this happened because setCurrentIndex() was called to reselect the old item after <manage> was selected - can't use previousIndex after the dialog has been shown, the ordering might have changed if profiles were created/removed - don't call activateSelectedProfile() manually when 'select' is clicked from the dialog, just call setCurrentText() and let it fire the event again, then return immediately so it's not done twice | ||||
| * | Merge pull request #1340 from Holt59/update-imodinterface | Mikaël Capelle | 2021-01-02 | 4 | -1/+37 |
| |\ | | | | | Remove setName and remove from mod interface. | ||||
| | * | Remove setName and remove from mod interface. | Mikaël Capelle | 2021-01-02 | 4 | -1/+37 |
| |/ | |||||
| * | Merge pull request #1336 from Holt59/fix-crash-during-extraction | Al | 2021-01-01 | 1 | -4/+12 |
| |\ | | | | | Tentative fix for crash during large extraction. | ||||
| | * | Tentative fix for crash during large extraction. | Mikaël Capelle | 2020-12-31 | 1 | -4/+12 |
| |/ | |||||
| * | Bump version to alpha4 | AL | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1334 from Holt59/dot-in-filefindinfos | Mikaël Capelle | 2020-12-30 | 1 | -1/+1 |
| |\ | | | | | Allow '.' for the path in findFileInfos. | ||||
| | * | Allow '.' for the path in findFileInfos. | Mikaël Capelle | 2020-12-30 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1329 from Holt59/imodinterface-isX | Al | 2020-12-30 | 5 | -0/+24 |
| |\ | | | | | Add method to get the type of IModInterface. | ||||
| | * | Add method to get the type of IModInterface. | Mikaël Capelle | 2020-12-26 | 5 | -0/+24 |
| | | | |||||
| * | | Merge pull request #1333 from isanae/more-stuff-2 | isanae | 2020-12-29 | 10 | -161/+356 |
| |\ \ | | | | | | | More stuff 2 | ||||
| | * | | profiles dialog: | isanae | 2020-12-29 | 4 | -155/+254 |
| | | | | | | | | | | | | | | | | - added select button - select new profile in the list after creating | ||||
| | * | | editable combobox for output mod name | isanae | 2020-12-29 | 4 | -4/+69 |
| | | | | |||||
| | * | | update mod counts for creating/restoring backups | isanae | 2020-12-28 | 1 | -0/+6 |
| | | | | |||||
| | * | | refresh action, added in toolbar and menu | isanae | 2020-12-28 | 3 | -1/+20 |
| | | | | |||||
| | * | | disallow renaming the active profile | isanae | 2020-12-28 | 1 | -1/+7 |
| |/ / | |||||
| * | | Merge pull request #1332 from isanae/more-stuff | isanae | 2020-12-28 | 32 | -643/+908 |
| |\ \ | | | | | | | More stuff | ||||
| | * | | renamed DownloadList::lessThan to lessThanPredicate and added a comment that ↵ | isanae | 2020-12-28 | 3 | -3/+5 |
| | | | | | | | | | | | | | it's used with the filter widget | ||||
| | * | | added open in explorer in save game context menu | isanae | 2020-12-28 | 2 | -1/+16 |
| | | | | |||||
| | * | | delete shortcut for save games | isanae | 2020-12-28 | 3 | -4/+22 |
| | | | | |||||
| | * | | 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 | ||||
