| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Make even the last direct call to checkForProblemsImpl use the async version. | AL | 2020-06-07 | 2 | -8/+10 | |
| | | | ||||||
| | * | Avoid executing Problems checks concurrently. | AL | 2020-06-07 | 2 | -3/+16 | |
| | | | | | | | | | | | Reduce timer to 500ms. Make other calls also scheduled. | |||||
| | * | Make a couple more calls async since there is no good reason not to. | AL | 2020-06-07 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fix comment on checkForProblems() | AL | 2020-06-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | Make m_NumberOfProblems atomic | AL | 2020-06-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | * Change the diagnoseUpdate() signals to collapse into a single async call ↵ | AL | 2020-06-06 | 1 | -10/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in case of multiple signals in short time span. * Make mainwindow constructor and show() use updateProblemsButton() to just update the problems icon without performing checks. * Make directory refreshed schedule a problems check since it can overlap with other invocations. * Make changing translation not trigger checks at all. * Make changing style only update the icon instead of also performing the check. * Make MainWindow ctor, MainWindow::show()and MainWindow::resetActionIcons() just update the icon without actually performing a check. * Make clearing overwrite checkForProblems synchronously. Same before opening the notifications window and after closing it. | |||||
| | * | Make checkForProblems update local variable with the problem count, | AL | 2020-06-06 | 2 | -10/+28 | |
| | | | | | | | | | | | Make updateProblemsButton just update the ui using that variable (no heavy operation) Add checkForProblemsAsync to perform the heavy checks in another thread. | |||||
| * | | Merge pull request #1109 from Holt59/set-plugin-setting-signal | Al | 2020-06-07 | 3 | -2/+50 | |
| |\ \ | | | | | | | Add IOrganizer signal when a plugin setting is changed. | |||||
| | * | | Add IOrganizer signal when a plugin setting is changed. | Mikaël Capelle | 2020-06-05 | 3 | -2/+50 | |
| | |/ | ||||||
| * | | Merge pull request #1101 from Holt59/archive-lib-modification | Al | 2020-06-07 | 6 | -223/+184 | |
| |\ \ | |/ |/| | Archive lib refactoring | |||||
| | * | Fix order of operations to avoid deadlock with event loop. | Mikaël Capelle | 2020-06-06 | 1 | -9/+12 | |
| | | | ||||||
| | * | Use QEventLoop to process events when extracting instead of manual loop with ↵ | Mikaël Capelle | 2020-06-05 | 2 | -22/+36 | |
| | | | | | | | | | processEvents. | |||||
| | * | Update to follow changes in FileData from archive. | Mikaël Capelle | 2020-06-05 | 1 | -4/+4 | |
| | | | ||||||
| | * | Update following archive callback changes. | Mikaël Capelle | 2020-06-02 | 2 | -8/+11 | |
| | | | ||||||
| | * | Update after change to CreateArchive. Remove unused archive handler from ↵ | Mikaël Capelle | 2020-06-02 | 6 | -49/+14 | |
| | | | | | | | | | self-updater. | |||||
| | * | Update installation manager after namespace changes in archive. | Mikaël Capelle | 2020-06-01 | 1 | -7/+8 | |
| | | | ||||||
| | * | Fix opening and extraction of archives with passwords and/or encrypted ↵ | Mikaël Capelle | 2020-06-01 | 2 | -9/+37 | |
| | | | | | | | | | filenames. | |||||
| | * | Correct handling of 7z errors. | Mikaël Capelle | 2020-06-01 | 1 | -9/+12 | |
| | | | ||||||
| | * | Remove non-used declarations. Move queryPassword to lambda. | Mikaël Capelle | 2020-06-01 | 2 | -16/+2 | |
| | | | ||||||
| | * | Use a single extractFiles() method and avoir member variables when not needed. | Mikaël Capelle | 2020-06-01 | 2 | -115/+64 | |
| | | | ||||||
| | * | Remove usage of QString in FileData following archive change. | Mikaël Capelle | 2020-06-01 | 1 | -22/+16 | |
| | | | ||||||
| | * | Modification following 'archive' update. | Mikaël Capelle | 2020-06-01 | 1 | -33/+48 | |
| | | | ||||||
| * | | Merge pull request #1098 from Holt59/install-manager-improvements | Al | 2020-06-01 | 3 | -30/+141 | |
| |\| | | | | | Installation manager improvements | |||||
| | * | Fix issue with progress dialog disapearing too soon during installation. | Mikaël Capelle | 2020-05-31 | 1 | -1/+10 | |
| | | | ||||||
| | * | Set the parent widget properly in installation manager. | Mikaël Capelle | 2020-05-30 | 1 | -0/+1 | |
| | | | ||||||
| | * | Small update to installation manager following uibase changes. | Mikaël Capelle | 2020-05-30 | 2 | -11/+7 | |
| | | | ||||||
| | * | Fix comment in installation manager. | Mikaël Capelle | 2020-05-30 | 1 | -1/+2 | |
| | | | ||||||
| | * | Implement createFile() for the installation manager. | Mikaël Capelle | 2020-05-30 | 2 | -4/+112 | |
| | | | ||||||
| | * | Allow creation of file using addFile() in ArchiveFileTree. | Mikaël Capelle | 2020-05-30 | 1 | -14/+10 | |
| |/ | ||||||
| * | Add correct link to CMake Common to readme | Chris Djali | 2020-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | Add CMake Common link to readme | Chris Djali | 2020-05-29 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #1092 from Holt59/mod-data-content | isanae | 2020-05-28 | 18 | -260/+291 | |
| |\ | | | | | Use ModDataContent feature from GamePlugin | |||||
| | * | Add icon for FO4 material (courtesy of @twizz0r). | Mikaël Capelle | 2020-05-28 | 2 | -1/+1 | |
| | | | ||||||
| | * | Remove space. | Mikaël Capelle | 2020-05-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | Change auto& to const auto&. | Mikaël Capelle | 2020-05-28 | 2 | -4/+4 | |
| | | | ||||||
| | * | Expose ModDataContentHolder from OrganizerCore instead of vector of Content. | Mikaël Capelle | 2020-05-28 | 6 | -43/+132 | |
| | | | ||||||
| | * | Ignore filter-only content when sorting. | Mikaël Capelle | 2020-05-27 | 2 | -8/+20 | |
| | | | ||||||
| | * | Store contents as a set instead of a vector. | Mikaël Capelle | 2020-05-27 | 7 | -18/+17 | |
| | | | ||||||
| | * | Do not show Content with isOnlyForFilter() in the column. | Mikaël Capelle | 2020-05-27 | 1 | -7/+12 | |
| | | | ||||||
| | * | Fix sorting for the Content column. | Mikaël Capelle | 2020-05-27 | 1 | -1/+9 | |
| | | | ||||||
| | * | Make ModInfo::getContents() pure virtual. | Mikaël Capelle | 2020-05-27 | 1 | -4/+1 | |
| | | | ||||||
| | * | Add temporary icon for material content. | Mikaël Capelle | 2020-05-27 | 1 | -0/+1 | |
| | | | ||||||
| | * | Replace usage of MakeVector with initializer lists. | Mikaël Capelle | 2020-05-26 | 1 | -58/+58 | |
| | | | ||||||
| | * | Use ModDataContent to display the tooltip in the header. | Mikaël Capelle | 2020-05-25 | 2 | -20/+22 | |
| | | | ||||||
| | * | Switch to using the ModDataContent feature from the game plugin. | Mikaël Capelle | 2020-05-25 | 14 | -170/+88 | |
| | | | ||||||
| * | | Fix modlist scrolling to wrong location after filter refresh in some cases. | AL | 2020-05-26 | 1 | -1/+2 | |
| |/ | | | | If the currently selected column wasn't the Name column it would scroll to the first modnamee that matched the currently selected column contents (like scrolling to a mod called Audio overhaul after assigning Audio category to another mod). | |||||
| * | Merge pull request #1079 from Holt59/moinfo-improvements | isanae | 2020-05-25 | 14 | -94/+274 | |
| |\ | | | | | ModInfo improvements | |||||
| | * | Use hasSuffix() where needed. | Mikaël Capelle | 2020-05-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix comment for prefetch(). | Mikaël Capelle | 2020-05-25 | 1 | -1/+2 | |
| | | | ||||||
| | * | Fix suffix comparison for SKSE DLLs. | Mikaël Capelle | 2020-05-25 | 1 | -1/+1 | |
| | | | ||||||
