| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move the overwrite context menu. | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 | |
| | | ||||||
| * | Start moving modlist context menu actions to separate structures. | Mikaël Capelle | 2021-01-02 | 1 | -7/+5 | |
| | | ||||||
| * | Fix category management. | Mikaël Capelle | 2021-01-02 | 1 | -7/+1 | |
| | | ||||||
| * | Clean drag&drop code and add drop of external folder/archives. | Mikaël Capelle | 2021-01-02 | 1 | -64/+78 | |
| | | ||||||
| * | Fix and move stuff around. | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 | |
| | | | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection. | |||||
| * | Do not move installed mod after merge/replace. | Mikaël Capelle | 2021-01-02 | 1 | -7/+7 | |
| | | ||||||
| * | Fix keyboard move selection. | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 | |
| | | ||||||
| * | Drag and drop from download view to install + Expand and scroll to mod on ↵ | Mikaël Capelle | 2021-01-02 | 1 | -3/+11 | |
| | | | | | install. | |||||
| * | Allow '.' for the path in findFileInfos. | Mikaël Capelle | 2020-12-30 | 1 | -1/+1 | |
| | | ||||||
| * | offline mode: | isanae | 2020-12-28 | 1 | -1/+1 | |
| | | | | | | - 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 | |||||
| * | Minor cleaning (comments, names). | Mikaël Capelle | 2020-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | Remove disconnectPlugins() from OrganizerCore. | Mikaël Capelle | 2020-12-04 | 1 | -19/+0 | |
| | | ||||||
| * | Fix callbacks for pluginlist, modlist and download manager. | Mikaël Capelle | 2020-12-02 | 1 | -1/+7 | |
| | | ||||||
| * | Fix callbacks for IOrganizer when plugin are unloaded/loaded. | Mikaël Capelle | 2020-12-02 | 1 | -22/+20 | |
| | | ||||||
| * | Compute supported extensions dynamically in installation and download manager. | Mikaël Capelle | 2020-12-01 | 1 | -2/+0 | |
| | | ||||||
| * | Merge pull request #1292 from Holt59/iplugin-isactive-refactoring | Mikaël Capelle | 2020-11-18 | 1 | -5/+24 | |
| |\ | | | | | IPlugin::isActive refactoring | |||||
| | * | Check for disabled mod page plugins. | Mikaël Capelle | 2020-11-13 | 1 | -4/+7 | |
| | | | ||||||
| | * | Add callbacks for plugin enabled/disabled. | Mikaël Capelle | 2020-11-12 | 1 | -0/+15 | |
| | | | ||||||
| | * | Replace usage of IPlugin::isActive(). | Mikaël Capelle | 2020-11-11 | 1 | -1/+2 | |
| | | | ||||||
| * | | Allow '.' in findFiles and filter on file name, not full paths. | Mikaël Capelle | 2020-11-15 | 1 | -2/+2 | |
| |/ | ||||||
| * | stopped using core dump stuff from usvfs, mo has its own | isanae | 2020-11-07 | 1 | -19/+29 | |
| | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps | |||||
| * | call init() on proxy plugins | isanae | 2020-11-04 | 1 | -1/+1 | |
| | | | | | | OrganizerProxy now handles a null OrganizerCore, used for proxy plugins changed appVersion() and pluginDataPath() so they don't need OrganizerCore | |||||
| * | InstanceManager now returns new Instance struct instead of instance name | isanae | 2020-11-03 | 1 | -3/+5 | |
| | | | | | | moved most of the figuring out of instance parameters from InstanceManager to Instance, separated all the ui from it and put it in main.cpp added ways to show single pages in the create instance dialog so they can be used when info is missing | |||||
| * | moved nexus api stuff to GlobalSettings | isanae | 2020-11-03 | 1 | -2/+2 | |
| | | | | | | | | pass a pointer to Settings around for things that can be called without settings, when creating the first instance added dummy plugin list, mod list and iorganizer to initialize plugins without an instance moved PluginContainer into the core filter, had nothing to do with the plugins list NexusInterface is now created manually instead of being a static singleton because it needs to know if the settings are available | |||||
| * | split nexus connection stuff into NexusConnectionUI so it can be reused in ↵ | isanae | 2020-11-03 | 1 | -12/+10 | |
| | | | | | | | | | | | the instance creation dialog removed the PluginContainer* parameter from NexusInterface::instance() - it's a singleton, so it only needs to be given once, not every time - it doesn't even matter because the first time instance() is called, it creates the singleton, but the plugin container is always null - and setPluginContainer() is called much later from OrganizerCore with the correct value added non functional nexus page to instance creation dialog | |||||
| * | more refactoring: | isanae | 2020-11-03 | 1 | -7/+37 | |
| | | | | | | - moved splash stuff together - moved stuff in the main loop into doOneRun() | |||||
| * | fixed handling of profile names with different casing than on the filesystem | isanae | 2020-11-03 | 1 | -2/+17 | |
| | | | | | added --instance | |||||
| * | add warning when profile given with -p doesn't exist | isanae | 2020-11-03 | 1 | -1/+8 | |
| | | | | | implemented moshortcut, nxm links and executable names as command line options | |||||
| * | Change some for loops to use refs, prefer range loop where possible. | AL | 2020-11-02 | 1 | -5/+5 | |
| | | ||||||
| * | Convert FileAlternative and DataArchiveOrigin to classes | AL | 2020-11-02 | 1 | -7/+7 | |
| | | ||||||
| * | Change Alternatives vector to use a struct | AL | 2020-11-02 | 1 | -7/+7 | |
| | | ||||||
| * | 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 | |
| | | ||||||
