summaryrefslogtreecommitdiff
path: root/src/viewmarkingscrollbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-5/+3
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-26/+26
|
* Move markers management for overwrite/overwritten to ModListView.Mikaël Capelle2021-01-021-0/+4
|
* Visual fixes for the modlist.Mikaël Capelle2021-01-021-3/+3
| | | | | - Fix invalid positions of markers in the scrollbar. - Use color from children for collapsed elements (background and markers).
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-021-7/+7
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-10/+10
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-10/+10
|
* - when highlighting a mod the overwritten and overwriting mods are now ↵Tannin2014-07-141-0/+22
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