summaryrefslogtreecommitdiff
path: root/src/filetree.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-13/+16
|
* fixed crash because items were sorted while being expandedisanae2020-07-191-0/+3
| | | | | when expanding all or updating the tree, only sort once at the end cache file types
* error checking in dump()isanae2020-02-181-4/+0
| | | | removed a bunch of "{} saved" in the logs
* just disable recursive filtering when fully loadingisanae2020-02-071-0/+2
| | | | switching models clears persistent indexes and collapses everything
* item activationisanae2020-02-071-9/+11
| | | | removed a bunch of unnecessary QObject qualifiers
* removed bad minimum column width in the data tabisanae2020-02-051-1/+0
| | | | fixed crash in log when restart MO
* fixed warning when comparing empty stringsisanae2020-02-051-0/+3
| | | | | | | | | | filter in data tab fixed some bad iterators when removing rows fixed empty directories not being marked as such when refreshing always sort directories first even when reversing the sort order fixed children not being sorted fixed errors about file sizes for directories remember state of checkboxes in data tab
* hidden unique_ptr into FileTreeItemisanae2020-02-041-1/+1
| | | | | | refactored pruning don't show shell menu for directories added collapse all in context menu
* shell menu for multiple filesisanae2020-02-041-1/+2
|
* shift+right click for shell menuisanae2020-02-041-1/+1
|
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-0/+1
| | | | pre-hashed file lookup in DirectoryEntry
* split item and modelisanae2020-02-041-170/+6
|
* initial implementation for updating file tree, buggyisanae2020-02-041-0/+26
|
* implemented dump to fileisanae2020-02-041-1/+5
| | | | fixed duplicate module notifications not being skipped
* implemented explore origin, open mod info, hide and unhideisanae2020-02-041-1/+12
|
* added a few missing constsisanae2020-02-041-1/+45
| | | | | removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over
* split IconFetcherisanae2020-02-041-4/+2
|
* now prunes empty directoriesisanae2020-02-041-3/+13
| | | | handles archives and conflicts checkboxes
* tooltips, archive namesisanae2020-02-041-3/+8
|
* IconFetcherisanae2020-02-041-1/+7
|
* load items on demandisanae2020-02-041-2/+18
|
* split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-041-0/+110