summaryrefslogtreecommitdiff
path: root/src/modlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* More stuff moved to mod list context.Mikaël Capelle2021-01-021-1/+1
* Start moving modlist context menu actions to separate structures.Mikaël Capelle2021-01-021-1/+8
* Fix rebase from 54736a6.Mikaël Capelle2021-01-021-0/+2
* Add message for invalid drag. Split & clean code.Mikaël Capelle2021-01-021-85/+94
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-021-13/+56
* Do not invalidate the sort proxy when not required (keep selection).Mikaël Capelle2021-01-021-58/+34
* Expand separator after drop.Mikaël Capelle2021-01-021-7/+8
* Attempt to fix the style of the drop indicator.Mikaël Capelle2021-01-021-5/+8
* Fix indent when grouping by category/nexus id.Mikaël Capelle2021-01-021-7/+9
* Fix and move stuff around.Mikaël Capelle2021-01-021-13/+132
* Add option to disable collapsible separators.Mikaël Capelle2021-01-021-2/+5
* Fix prev/next button in mod info dialog.Mikaël Capelle2021-01-021-9/+43
* Refactoring and fixes.Mikaël Capelle2021-01-021-2/+517
* Fix controls without indentation.Mikaël Capelle2021-01-021-13/+11
* Tentative fix for the indentation.Mikaël Capelle2021-01-021-12/+34
* Fix indentation and drop indicator.Mikaël Capelle2021-01-021-0/+47
* Increase auto-expand delay to 1s.Mikaël Capelle2021-01-021-1/+1
* Revert "Revert to Qt default behavior for auto-collapse on hovering."Mikaël Capelle2021-01-021-1/+21
* Fix dropping below/above separators.Mikaël Capelle2021-01-021-4/+6
* Revert to Qt default behavior for auto-collapse on hovering.Mikaël Capelle2021-01-021-21/+1
* Allow drag&drop a separator to itself.Mikaël Capelle2021-01-021-3/+17
* Better drag handling.Mikaël Capelle2021-01-021-0/+2
* Do not set Qt::ItemIsDropEnabled all the time.Mikaël Capelle2021-01-021-0/+6
* Clean drag&drop of URLs and mods/archives.Mikaël Capelle2021-01-021-38/+0
* Disable auto-collapsing after delay.Mikaël Capelle2021-01-021-1/+23
* Add auto-expand.Mikaël Capelle2021-01-021-0/+1
* customizable columns for mod and plugin listsisanae2020-02-181-0/+2
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-28/+37
* Applied clang-format on sourceSandro Jäckel2018-02-221-37/+28
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-0/+1
* - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-271-1/+0
* - when highlighting a mod the overwritten and overwriting mods are now highli...Tannin2014-07-141-0/+8
* - hook.dll now doesn't inject to certain applications (currently steam, chrom...Tannin2013-10-051-2/+2
* - completed Qt5 compatibilityTannin2013-06-151-0/+1
* added modlist view class (updates drop behaviour on modlist depending on mime...Tannin2013-04-041-0/+47