summaryrefslogtreecommitdiff
path: root/src/modlist.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection.
* 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 ↵Mikaël Capelle2021-01-021-4/+14
| | | | install.
* 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 ↵Mikaël Capelle2020-10-251-0/+1
| | | | IModList::allModsByProfilePriority().
* 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
| | | | made classes noncopyable, fixed a few unintended copies
* 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
| | | | removed unnecessary compat code
* Rework column insertion to move to the intended position post-factoSilarn2019-12-081-3/+2
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-0/+3
|
* fix crash when changing categories on mods when the "no categories" filter ↵isanae2019-11-271-0/+1
| | | | is selected
* Various fixes and updates to the tutorial systemSilarn2019-07-041-0/+5
| | | | | | | * 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)
* Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2LostDragonist2019-01-221-2/+11
|\
| * Reduce file I/O operations when enabling/disabling multiple modsLostDragonist2019-01-221-2/+11
| |
* | Clean up and fix merge issuesLostDragonist2018-12-121-2/+0
| |
* | Add loose file/archive conflict iconsSilarn2018-12-121-0/+3
| |
* | Initial archive conflict parsingSilarn2018-12-121-0/+6
|/ | | | | | | | | Squashed commit: Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Should fix conflict detection for archive files
* Add notes column to mod listLostDragonist2018-12-081-1/+2
|
* Fix matching highlights for mod and plugin selectionsLostDragonist2018-11-011-1/+1
| | | | | | The selectionChanged event used before requires subtractive/additive logic to work correctly. A separate event is fired for each row and each column for each row that is selected or deselected. The previous logic assumed all of the selection was passed in at once. The logic has been changed to recalculate all highlights each time the event is fired. This is poorly optimized in regards to performance but makes the function work.
* Add send to top/bottom options for the mod listLostDragonist2018-10-311-2/+1
|
* Add "enable/disable selected" to mod list context menuLostDragonist2018-08-161-0/+4
|
* Set delete Key to recursively clear overwrite with confirmation message.Al12rs2018-07-181-0/+5
|
* Support for multi-game downloadsSilarn2018-04-161-1/+6
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-194/+206
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-206/+194
|