summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Start moving modlist context menu actions to separate structures.Mikaël Capelle2021-01-021-7/+5
* Fix category management.Mikaël Capelle2021-01-021-7/+1
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-021-64/+78
* Fix and move stuff around.Mikaël Capelle2021-01-021-2/+0
* Do not move installed mod after merge/replace.Mikaël Capelle2021-01-021-7/+7
* Fix keyboard move selection.Mikaël Capelle2021-01-021-2/+0
* Drag and drop from download view to install + Expand and scroll to mod on ins...Mikaël Capelle2021-01-021-3/+11
* Allow '.' for the path in findFileInfos.Mikaël Capelle2020-12-301-1/+1
* offline mode:isanae2020-12-281-1/+1
* Minor cleaning (comments, names).Mikaël Capelle2020-12-041-1/+1
* Remove disconnectPlugins() from OrganizerCore.Mikaël Capelle2020-12-041-19/+0
* Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-1/+7
* Fix callbacks for IOrganizer when plugin are unloaded/loaded.Mikaël Capelle2020-12-021-22/+20
* Compute supported extensions dynamically in installation and download manager.Mikaël Capelle2020-12-011-2/+0
* Merge pull request #1292 from Holt59/iplugin-isactive-refactoringMikaël Capelle2020-11-181-5/+24
|\
| * Check for disabled mod page plugins.Mikaël Capelle2020-11-131-4/+7
| * Add callbacks for plugin enabled/disabled.Mikaël Capelle2020-11-121-0/+15
| * Replace usage of IPlugin::isActive().Mikaël Capelle2020-11-111-1/+2
* | Allow '.' in findFiles and filter on file name, not full paths.Mikaël Capelle2020-11-151-2/+2
|/
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-19/+29
* call init() on proxy pluginsisanae2020-11-041-1/+1
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-3/+5
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-2/+2
* split nexus connection stuff into NexusConnectionUI so it can be reused in th...isanae2020-11-031-12/+10
* more refactoring:isanae2020-11-031-7/+37
* fixed handling of profile names with different casing than on the filesystemisanae2020-11-031-2/+17
* add warning when profile given with -p doesn't existisanae2020-11-031-1/+8
* Change some for loops to use refs, prefer range loop where possible.AL2020-11-021-5/+5
* Convert FileAlternative and DataArchiveOrigin to classesAL2020-11-021-7/+7
* Change Alternatives vector to use a structAL2020-11-021-7/+7
* Write back the updated list of archives during bsaListRefresh.AL2020-10-271-0/+1
* Merge branch 'master' into imodlist-updatesMikaël Capelle2020-10-261-0/+32
|\
| * Add IOrganizer::onProfileXXX callbacks.Mikaël Capelle2020-10-241-0/+32
* | Move IOrganizer::getMod() to IModList::getMod().Mikaël Capelle2020-10-251-6/+0
* | Move IOrganizer::removeMod() to IModList::removeMod().Mikaël Capelle2020-10-251-11/+0
* | Move IOrganizer::modsSortedByProfilePriority() to IModList::allModsByProfileP...Mikaël Capelle2020-10-251-4/+4
* | Rename IOrganizer::refreshModList -> refresh.Mikaël Capelle2020-10-251-7/+9
* | Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved().Mikaël Capelle2020-10-251-10/+3
|/
* Fix refresh of modlist when creating mods.Mikaël Capelle2020-09-301-1/+1
* Add 'reinstallation' parameter to onInstallationStart().Mikaël Capelle2020-09-221-2/+3
* Add IPluginInstaller onInstallationStart and onInstallationEnd callbacks.Mikaël Capelle2020-09-211-17/+32
* Refactor the way m_ModStateChanged works.Mikaël Capelle2020-08-291-0/+5
* Merge pull request #1212 from Al12rs/mod_reinstall_modinfo_fixAl2020-08-261-0/+6
|\
| * Add the installed file to the list even from InstallMod, not just InstallDown...AL2020-08-251-0/+6
* | Mark downloads of replaced mods as uninstalledAL2020-08-261-0/+2
|/
* added startSafeThread() to get core dumps for threads other than the main threadisanae2020-07-311-4/+4
* Clean notification of userInterfaceInitialized between MainWindow and Organiz...Mikaël Capelle2020-06-161-4/+4
* Update for new organizer callbacks.Mikaël Capelle2020-06-151-10/+40
* Replace QString::fromStdWString by ToQString.Mikaël Capelle2020-06-081-1/+1
* Add findFiles overload with glob patterns.Mikaël Capelle2020-06-081-3/+4