| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Write back the updated list of archives during bsaListRefresh. | AL | 2020-10-27 | 1 | -0/+1 |
| | | | | | This will make it so that refreshing actually updates the list of internal enabled archives, but two refreshes are still needed to observe an actual change in archive conflicts. | ||||
| * | Merge branch 'master' into imodlist-updates | Mikaël Capelle | 2020-10-26 | 1 | -0/+32 |
| |\ | |||||
| | * | Add IOrganizer::onProfileXXX callbacks. | Mikaël Capelle | 2020-10-24 | 1 | -0/+32 |
| | | | |||||
| * | | Move IOrganizer::getMod() to IModList::getMod(). | Mikaël Capelle | 2020-10-25 | 1 | -6/+0 |
| | | | |||||
| * | | Move IOrganizer::removeMod() to IModList::removeMod(). | Mikaël Capelle | 2020-10-25 | 1 | -11/+0 |
| | | | |||||
| * | | Move IOrganizer::modsSortedByProfilePriority() to ↵ | Mikaël Capelle | 2020-10-25 | 1 | -4/+4 |
| | | | | | | | | | IModList::allModsByProfilePriority(). | ||||
| * | | Rename IOrganizer::refreshModList -> refresh. | Mikaël Capelle | 2020-10-25 | 1 | -7/+9 |
| | | | |||||
| * | | Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved(). | Mikaël Capelle | 2020-10-25 | 1 | -10/+3 |
| |/ | |||||
| * | Fix refresh of modlist when creating mods. | Mikaël Capelle | 2020-09-30 | 1 | -1/+1 |
| | | |||||
| * | Add 'reinstallation' parameter to onInstallationStart(). | Mikaël Capelle | 2020-09-22 | 1 | -2/+3 |
| | | |||||
| * | Add IPluginInstaller onInstallationStart and onInstallationEnd callbacks. | Mikaël Capelle | 2020-09-21 | 1 | -17/+32 |
| | | |||||
| * | Refactor the way m_ModStateChanged works. | Mikaël Capelle | 2020-08-29 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #1212 from Al12rs/mod_reinstall_modinfo_fix | Al | 2020-08-26 | 1 | -0/+6 |
| |\ | | | | | Fix missing installed file info after reinstalling a mod. | ||||
| | * | Add the installed file to the list even from InstallMod, not just ↵ | AL | 2020-08-25 | 1 | -0/+6 |
| | | | | | | | | | | | | | InstallDownload. InstallMod is used for Reinstalling. | ||||
| * | | Mark downloads of replaced mods as uninstalled | AL | 2020-08-26 | 1 | -0/+2 |
| |/ | |||||
| * | added startSafeThread() to get core dumps for threads other than the main thread | isanae | 2020-07-31 | 1 | -4/+4 |
| | | | | | added terminate handler | ||||
| * | Clean notification of userInterfaceInitialized between MainWindow and ↵ | Mikaël Capelle | 2020-06-16 | 1 | -4/+4 |
| | | | | | OrganizerCore. | ||||
| * | Update for new organizer callbacks. | Mikaël Capelle | 2020-06-15 | 1 | -10/+40 |
| | | |||||
| * | Replace QString::fromStdWString by ToQString. | Mikaël Capelle | 2020-06-08 | 1 | -1/+1 |
| | | |||||
| * | Add findFiles overload with glob patterns. | Mikaël Capelle | 2020-06-08 | 1 | -3/+4 |
| | | |||||
| * | Use QEventLoop instead of manually spinning calling ProcessEvents in a while ↵ | AL | 2020-06-07 | 1 | -7/+14 |
| | | | | | with a sleep. | ||||
| * | Expose ModDataContentHolder from OrganizerCore instead of vector of Content. | Mikaël Capelle | 2020-05-28 | 1 | -2/+2 |
| | | |||||
| * | Switch to using the ModDataContent feature from the game plugin. | Mikaël Capelle | 2020-05-25 | 1 | -0/+10 |
| | | |||||
| * | Use the refresh_thread_count setting for ModInfo::updateFromDisc. | Mikaël Capelle | 2020-05-24 | 1 | -2/+4 |
| | | |||||
| * | Update ModInfo to use a single file tree for all content-related operations. | Mikaël Capelle | 2020-05-24 | 1 | -1/+1 |
| | | |||||
| * | Fix issues with very slow refresh time for large root data directories. | isanae | 2020-05-23 | 1 | -10/+6 |
| | | |||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -1/+1 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | dump a bunch of counts for mods when selecting a profile | isanae | 2020-04-17 | 1 | -0/+4 |
| | | |||||
| * | timing for refreshBSAList and updateProblemsButton | isanae | 2020-02-18 | 1 | -1/+3 |
| | | |||||
| * | added more timings | isanae | 2020-02-18 | 1 | -1/+2 |
| | | | | | missed fileregisterfwd.h in cmake list | ||||
| * | removed directoryrefresher.h from organizercore.h | isanae | 2020-02-18 | 1 | -9/+10 |
| | | |||||
| * | cleanup, typedefs | isanae | 2020-02-18 | 1 | -10/+10 |
| | | |||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -2/+5 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | removed some unnecessary counters | isanae | 2020-02-18 | 1 | -18/+50 |
| | | | | | delete old structure in thread | ||||
| * | threaded refresher | isanae | 2020-02-18 | 1 | -12/+11 |
| | | |||||
| * | customizable columns for mod and plugin lists | isanae | 2020-02-18 | 1 | -2/+0 |
| | | |||||
| * | Remove duplicated updateFromDisc() call during refresh | AL | 2020-02-17 | 1 | -8/+0 |
| | | | | | comment mentioned that it was needed but it was very old and testing would suggest this is no longer the case. | ||||
| * | Allow not refreshing downloads when setting their folder, for example during ↵ | AL | 2020-02-16 | 1 | -1/+1 |
| | | | | | init. | ||||
| * | Move modInfo loadFromDisc to it's own function | AL | 2020-02-16 | 1 | -2/+2 |
| | | |||||
| * | renamed ToLower() to avoid confusion with in-place vs copy | isanae | 2020-02-04 | 1 | -10/+0 |
| | | | | | pre-hashed file lookup in DirectoryEntry | ||||
| * | modsSortedByProfilePriority should return the internal name of the mod | Silarn | 2020-01-14 | 1 | -1/+1 |
| | | |||||
| * | Check the enum | Silarn | 2019-12-11 | 1 | -2/+2 |
| | | |||||
| * | Update installer status handling | Silarn | 2019-12-11 | 1 | -5/+11 |
| | | |||||
| * | fixed crash when starting multiple downloads with dialog boxes opened | isanae | 2019-12-02 | 1 | -0/+1 |
| | | | | | fixed download manager dialog boxes not having a parent | ||||
| * | only log crash dumps message on startup | isanae | 2019-11-26 | 1 | -6/+0 |
| | | |||||
| * | renamed LockWidget to UILocker | isanae | 2019-11-06 | 1 | -2/+2 |
| | | | | | lock interface up to two processes | ||||
| * | moved LockWidget back to OrganizerCore to support having multiple locks active | isanae | 2019-11-06 | 1 | -0/+1 |
| | | | | | | moved the ui out of LockWidget into LockInterface added LockWidget::Session to manage multi locks | ||||
| * | removed unused files | isanae | 2019-11-06 | 1 | -1/+0 |
| | | | | | fixed handle leak when starting steam | ||||
| * | refresh ui after running an exe from 1) an external message, and 2) the data tab | isanae | 2019-11-06 | 1 | -1/+1 |
| | | |||||
| * | added a ForceWait flag to bypass disabled locking | isanae | 2019-11-06 | 1 | -1/+1 |
| | | | | | merged a bunch of unnecessary functions in ProcessRunner | ||||
