summaryrefslogtreecommitdiff
path: root/src/datatab.cpp
Commit message (Expand)AuthorAgeFilesLines
* Highlight mods that contain selected files in data tab (#2179)Jonathan Feenstra2025-01-021-0/+14
* Add filter checkbox to data tab to show/hide hidden files (#2136)Jonathan Feenstra2024-10-101-1/+17
* Use MO2 formatting action. (#2032)Mikaël Capelle2024-05-261-7/+7
* Apply clang-format.Mikaël Capelle2023-07-091-38/+34
* Fix update of data tab after refresh.Mikaël Capelle2021-01-311-1/+1
* Fix refresh of data tab.Mikaël Capelle2021-01-291-4/+20
* only sort once at the end when fully loading for searchisanae2020-07-201-2/+2
* Set filterwidget delay for the data tab to avoid typing stutterAL2020-02-231-0/+1
* split directoryentryisanae2020-02-181-1/+0
* fixed sortingisanae2020-02-181-2/+2
* just disable recursive filtering when fully loadingisanae2020-02-071-2/+11
* fixed data tab not refreshing after "restarting" MOisanae2020-02-071-2/+6
* disconnect any proxies when fully loadingisanae2020-02-071-0/+2
* filter on filename column only because loading the meta for every file takes ...isanae2020-02-051-0/+1
* removed bad minimum column width in the data tabisanae2020-02-051-1/+1
* fixed warning when comparing empty stringsisanae2020-02-051-2/+26
* prune empty directoriesisanae2020-02-041-3/+5
* don't get meta for fields that are not usedisanae2020-02-041-69/+4
* sortisanae2020-02-041-0/+4
* implemented fetchMore() and update for subdirectoriesisanae2020-02-041-1/+5
* split item and modelisanae2020-02-041-1/+2
* removed dead stuffisanae2020-02-041-104/+2
* implemented dump to fileisanae2020-02-041-57/+0
* implemented explore origin, open mod info, hide and unhideisanae2020-02-041-66/+12
* added a few missing constsisanae2020-02-041-185/+4
* now prunes empty directoriesisanae2020-02-041-4/+18
* split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-041-147/+26
* split data tabisanae2020-02-041-0/+668