summaryrefslogtreecommitdiff
path: root/src/modlistview.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix indentation and drop indicator.Mikaël Capelle2021-01-021-0/+3
|
* Revert "Revert to Qt default behavior for auto-collapse on hovering."Mikaël Capelle2021-01-021-0/+6
| | | | This reverts commit b74f08a57ba659e2da232e253844aff8a169f9e0.
* Fix dropping below/above separators.Mikaël Capelle2021-01-021-5/+19
|
* Revert to Qt default behavior for auto-collapse on hovering.Mikaël Capelle2021-01-021-5/+0
|
* Allow drag&drop a separator to itself.Mikaël Capelle2021-01-021-1/+6
|
* Do not set Qt::ItemIsDropEnabled all the time.Mikaël Capelle2021-01-021-0/+5
|
* Clean drag&drop of URLs and mods/archives.Mikaël Capelle2021-01-021-6/+0
|
* Disable auto-collapsing after delay.Mikaël Capelle2021-01-021-3/+15
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-10/+12
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-12/+10
|
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-1/+0
|
* - when highlighting a mod the overwritten and overwriting mods are now ↵Tannin2014-07-141-0/+5
| | | | | | | | | | | | | | highlighted in the list - when starting an external application MO now wraps the process in a job and waits on that instead. This way MO is not unlocked early when skyrim is started through skse - mod info dialog no longer offers the esp tab for foreign mods because that caused confusion - updated translation files - download directory and mod directory are now created if necessary - bugfix: staging script created unnecessary copies of translation files - bugfix: potential invalid array access when trying to determine best mod order - bugfix: deleter file wasn't removed after esp hiding was disabled - bugfix: potential access to to un-initialized login reply - bugfix: changed the initialization order to allow more ui controls to be localized
* added modlist view class (updates drop behaviour on modlist depending on ↵Tannin2013-04-041-0/+20
mime type)