summaryrefslogtreecommitdiff
path: root/src/modlist.h
Commit message (Expand)AuthorAgeFilesLines
* Add author and uploader columns to mod list (#2269)Jonathan Feenstra2025-08-181-0/+2
* Apply clang-format.Mikaël Capelle2023-07-091-77/+90
* Convert everything to CRLF.Mikaël Capelle2023-07-091-407/+407
* Better refresh of override markers and conflicts.Mikaël Capelle2021-02-091-2/+2
* Expose proper priority in ModList and sort in the sort proxy.Mikaël Capelle2021-01-211-15/+0
* Add method to retrieve priority of mods in ModList.Mikaël Capelle2021-01-211-7/+15
* Remove unused/undefined ModList functions.Mikaël Capelle2021-01-201-7/+0
* Move backup and overwrite priority to ModList.Mikaël Capelle2021-01-201-2/+7
* Display children contents in collapsed separator.Mikaël Capelle2021-01-101-13/+4
* NameRole -> GameNameRole.Mikaël Capelle2021-01-101-1/+1
* Fix indentation of indicators branches when using collapsible separators.Mikaël Capelle2021-01-031-6/+4
* Move highlighting of mods containing selected plugins to mod view.Mikaël Capelle2021-01-021-6/+0
* Move markers management for overwrite/overwritten to ModListView.Mikaël Capelle2021-01-021-11/+0
* Minor cleaning and fix in ModList.Mikaël Capelle2021-01-021-0/+6
* Minor refactoring.Mikaël Capelle2021-01-021-27/+10
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-021-3/+29
* Remove selection-related stuff from plugin/mod lists.Mikaël Capelle2021-01-021-1/+5
* Move the separator context menu.Mikaël Capelle2021-01-021-0/+2
* More stuff moved to mod list context.Mikaël Capelle2021-01-021-1/+5
* Add message for invalid drag. Split & clean code.Mikaël Capelle2021-01-021-84/+9
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-021-9/+79
* Remove unused method.Mikaël Capelle2021-01-021-5/+0
* Do not invalidate the sort proxy when not required (keep selection).Mikaël Capelle2021-01-021-3/+10
* Fix and move stuff around.Mikaël Capelle2021-01-021-16/+3
* Fix automatic refresh of the collapsible separator proxy.Mikaël Capelle2021-01-021-0/+5
* Fix keyboard move selection.Mikaël Capelle2021-01-021-6/+9
* Do not set Qt::ItemIsDropEnabled all the time.Mikaël Capelle2021-01-021-1/+2
* Small refactoring to avoid duplicated code.Mikaël Capelle2021-01-021-2/+2
* Clean drag&drop of URLs and mods/archives.Mikaël Capelle2021-01-021-9/+17
* Drag and drop from download view to install + Expand and scroll to mod on ins...Mikaël Capelle2021-01-021-4/+14
* Start working on collapsible separators.Mikaël Capelle2021-01-021-0/+2
* Remove setName and remove from mod interface.Mikaël Capelle2021-01-021-0/+3
* Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-18/+20
* Move IOrganizer::getMod() to IModList::getMod().Mikaël Capelle2020-10-251-0/+3
* Move IOrganizer::removeMod() to IModList::removeMod().Mikaël Capelle2020-10-251-0/+3
* Move IOrganizer::modsSortedByProfilePriority() to IModList::allModsByProfileP...Mikaël Capelle2020-10-251-0/+1
* Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved().Mikaël Capelle2020-10-251-8/+27
* Update for change to onModStateChanged.Mikaël Capelle2020-08-291-2/+2
* Fix typo in notifyModStateChanged documentation.Mikaël Capelle2020-08-291-1/+1
* Refactor the way m_ModStateChanged works.Mikaël Capelle2020-08-291-0/+8
* Add a bulk-version of ModList::setActive.Mikaël Capelle2020-08-291-0/+3
* Store contents as a set instead of a vector.Mikaël Capelle2020-05-271-3/+3
* Use ModDataContent to display the tooltip in the header.Mikaël Capelle2020-05-251-1/+1
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-6/+6
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-241-2/+0
* split directoryentryisanae2020-02-181-1/+0
* customizable columns for mod and plugin listsisanae2020-02-181-6/+0
* Change Qtime to QElapsedtimer in some palaces to remove the warnings.AL2020-02-151-1/+1
* moved the conflicts column back to its proper position in the enumisanae2019-12-091-2/+2
* Rework column insertion to move to the intended position post-factoSilarn2019-12-081-3/+2