summaryrefslogtreecommitdiff
path: root/src/filetree.cpp
Commit message (Expand)AuthorAgeFilesLines
* moved dump() to DirectoryEntryisanae2020-02-181-24/+1
* customizable columns for file treeisanae2020-02-181-0/+3
* shift+right-click selects itemsisanae2020-02-181-0/+15
* localized warning when file doesn't exist for shell menuisanae2020-02-181-0/+12
* just disable recursive filtering when fully loadingisanae2020-02-071-21/+5
* fixed data tab not refreshing after "restarting" MOisanae2020-02-071-0/+2
* disconnect any proxies when fully loadingisanae2020-02-071-0/+21
* item activationisanae2020-02-071-111/+183
* removed bad minimum column width in the data tabisanae2020-02-051-4/+0
* fixed warning when comparing empty stringsisanae2020-02-051-4/+20
* case insensitive checks for mohidden extension (lost in rebase)isanae2020-02-041-1/+1
* skip files from archives for the shell menuisanae2020-02-041-5/+15
* hidden unique_ptr into FileTreeItemisanae2020-02-041-6/+31
* show file counts when there are discrepanciesisanae2020-02-041-1/+15
* fixed bad path for alternate originsisanae2020-02-041-26/+34
* ShellMenuCollection, events not processed yetisanae2020-02-041-0/+12
* preparing for multiple origins shell menusisanae2020-02-041-3/+65
* ShellMenu classisanae2020-02-041-3/+3
* shell menu for multiple filesisanae2020-02-041-12/+18
* shift+right click for shell menuisanae2020-02-041-0/+18
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-0/+5
* put expensive logging in an optional functionisanae2020-02-041-0/+4
* split item and modelisanae2020-02-041-1087/+4
* initial implementation for updating file tree, buggyisanae2020-02-041-10/+439
* implemented dump to fileisanae2020-02-041-1/+78
* implemented explore origin, open mod info, hide and unhideisanae2020-02-041-6/+92
* hide spacers on statusbar when the progress bar is not visibleisanae2020-02-041-61/+173
* added a few missing constsisanae2020-02-041-0/+300
* split IconFetcherisanae2020-02-041-203/+3
* now prunes empty directoriesisanae2020-02-041-36/+88
* tooltips, archive namesisanae2020-02-041-61/+127
* IconFetcherisanae2020-02-041-9/+227
* load items on demandisanae2020-02-041-33/+177
* split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-041-0/+396