summaryrefslogtreecommitdiff
path: root/src/modlistview.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix position of markers in scrollbar for non-flat models.Mikaël Capelle2021-01-021-5/+0
|
* Make some methods protected in ModListView.Mikaël Capelle2021-01-021-2/+5
|
* Move filter list to ModListView.Mikaël Capelle2021-01-021-2/+21
|
* Move more stuff from MainWindow. Minor improvements for prev/next button in ↵Mikaël Capelle2021-01-021-4/+4
| | | | ModInfoDialog.
* Move creations of actions to ModListView.Mikaël Capelle2021-01-021-1/+2
|
* Move click event to ModListView. Remove unused slots from MainWindow.Mikaël Capelle2021-01-021-5/+6
|
* Move the regular context menu.Mikaël Capelle2021-01-021-5/+0
|
* More context menu stuff moved.Mikaël Capelle2021-01-021-2/+2
|
* Start moving modlist context menu actions to separate structures.Mikaël Capelle2021-01-021-1/+8
|
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-021-0/+6
|
* Do not invalidate the sort proxy when not required (keep selection).Mikaël Capelle2021-01-021-5/+3
|
* Fix and move stuff around.Mikaël Capelle2021-01-021-0/+11
| | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection.
* Add option to disable collapsible separators.Mikaël Capelle2021-01-021-3/+2
|
* Remove context attribute from MainWindow.Mikaël Capelle2021-01-021-19/+21
|
* Fix prev/next button in mod info dialog.Mikaël Capelle2021-01-021-0/+5
|
* Refactoring and fixes.Mikaël Capelle2021-01-021-0/+119
| | | | | | - Move codes from MainWindow to ModListView. - Fix enable/disable all visible. - Fix changing style of the mod list.
* Fix controls without indentation.Mikaël Capelle2021-01-021-0/+2
|
* 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)