summaryrefslogtreecommitdiff
path: root/src/modlist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove setName and remove from mod interface.Mikaël Capelle2021-01-021-1/+28
|
* Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-10/+9
|
* highlighting plugins from the data directory would crashisanae2020-11-121-3/+5
| | | | the mod name is "data" and getByName() crashes with a mod name that doesn't exist
* added IPlugin::registered()isanae2020-11-041-71/+0
| | | | | | | | removed useless dummy interfaces because init() isn't called anymore python plugins currently broken because init() isn't called on them fixed create instance dialog being shown on startup even if portable instance existed display a message when the last instance can't be found fixed instance manager dialog failing to open the portable instance
* fixes after rebasingisanae2020-11-031-9/+39
|
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-0/+41
| | | | | | | 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
* Change Alternatives vector to use a structAL2020-11-021-17/+7
|
* Use static_cast instead of dynamic_cast.Mikaël Capelle2020-10-251-2/+1
|
* Move IOrganizer::getMod() to IModList::getMod().Mikaël Capelle2020-10-251-0/+6
|
* Move IOrganizer::removeMod() to IModList::removeMod().Mikaël Capelle2020-10-251-0/+12
|
* Add missing notifyModRemoved().Mikaël Capelle2020-10-251-0/+2
|
* Move IOrganizer::modsSortedByProfilePriority() to ↵Mikaël Capelle2020-10-251-0/+8
| | | | IModList::allModsByProfilePriority().
* Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved().Mikaël Capelle2020-10-251-2/+23
|
* Change modId() to nexusId().Mikaël Capelle2020-09-221-3/+3
|
* Add getters for most meta-information in mod.Mikaël Capelle2020-09-201-20/+20
|
* Update for change to onModStateChanged.Mikaël Capelle2020-08-291-4/+7
|
* Refactor the way m_ModStateChanged works.Mikaël Capelle2020-08-291-21/+7
|
* Remove check for alwaysEnabled() and log missing mods in ModList::setActive().Mikaël Capelle2020-08-291-7/+7
|
* Add a bulk-version of ModList::setActive.Mikaël Capelle2020-08-291-0/+34
|
* Don't mark a file as uninstalled when removing a backup.AL2020-08-261-2/+4
|
* Expose ModDataContentHolder from OrganizerCore instead of vector of Content.Mikaël Capelle2020-05-281-24/+14
|
* Store contents as a set instead of a vector.Mikaël Capelle2020-05-271-7/+4
|
* Do not show Content with isOnlyForFilter() in the column.Mikaël Capelle2020-05-271-7/+12
|
* Use ModDataContent to display the tooltip in the header.Mikaël Capelle2020-05-251-19/+21
|
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-25/+14
|
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-241-2/+2
|
* Remove include that has been removed from uibase.Mikaël Capelle2020-05-231-1/+0
|
* Fix separator colors not working right due to missing brackets.AL2020-05-071-1/+1
|
* Allow coloring notes field.AL2020-04-291-2/+4
|
* now using new common cmakefilesisanae2020-04-231-1/+1
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* Fix random <br> in Alternate Game icon tooltipAL2020-02-251-1/+1
|
* split directoryentryisanae2020-02-181-2/+6
| | | | made classes noncopyable, fixed a few unintended copies
* customizable columns for mod and plugin listsisanae2020-02-181-9/+1
|
* harmonized widgets in the tabs, fixed stylesisanae2020-02-051-5/+0
|
* Change tooltip of Category column to say "Primary"AL2020-01-311-1/+1
|
* Fixed file structure not being kept when drag and dropping files.AL2020-01-231-1/+1
| | | | Fix #981
* Fix incorrect tabsAl2020-01-141-1/+1
|
* Add icon for hidden files flagAl2020-01-141-0/+1
|
* Allow content tooltip to translateSilarn2019-12-141-13/+13
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-10/+30
|
* fix crash when changing categories on mods when the "no categories" filter ↵isanae2019-11-271-0/+27
| | | | is selected
* emblemes -> emblemsisanae2019-10-041-1/+1
|
* split settings into a bunch of classesisanae2019-09-021-4/+4
| | | | removed "get" from the getters that had it
* changed crash dump type to use enum instead of intisanae2019-08-241-5/+5
| | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-13/+13
|\ | | | | Logging rework
| * changed qDebug() to log::debug()isanae2019-07-221-4/+3
| | | | | | | | removed some commented out logging
| * changed qCritical() to log::error()isanae2019-07-221-6/+6
| | | | | | | | removed now unused vlog()
| * replaced qWarning()isanae2019-07-221-3/+4
| |
* | Merge remote-tracking branch 'origin/Develop' into qt-5.13Silarn2019-07-041-0/+3
|\|
| * Various fixes and updates to the tutorial systemSilarn2019-07-041-0/+3
| | | | | | | | | | | | | | * Fix problem with main tutorial advancing past mod activation * Add various missing overlays for new and updated features * Restore BSA tab * Fix problem with positioning action button overlays (requires uibase)