summaryrefslogtreecommitdiff
path: root/src/qtgroupingproxy.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-72/+72
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-153/+153
|
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
|
* Keep track of expanded items in the view instead of the models.Mikaël Capelle2021-01-041-17/+0
|
* Disable proxies when they are not used.Mikaël Capelle2021-01-041-3/+4
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-103/+110
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-110/+103
|
* - mod-list can now be re-ordered with drag&drop while grouping is activeTannin2014-12-141-0/+2
| | | | - drag&drop is not disabled when ordering by other columns than priority. MO will notify using messagedialog that it's impossible instead.
* - bugfix: mod priority ordering could become incorrectTannin2013-05-251-0/+1
| | | | | - bugfix: when grouping is enabled, newly installed mods broke grouping - bugfix: syncing overwrite didn't clean up emptied directory
* - creating mods from overwriteTannin2013-04-041-3/+14
| | | | | | | - moving files from overwrite to mods - offline mode - several fixes to the grouping system - fix to "duplicate translation" errors
* some improvements to the grouped modlist viewsTannin2013-03-291-1/+12
|
* - some cleanup to hookdllTannin2013-03-271-0/+144
- exchanged grouping proxies with existing solution from the kde project