summaryrefslogtreecommitdiff
path: root/src/filetree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Archive preview support (#2056)Jeremy Rimpo2024-07-111-6/+2
* Apply clang-format.Mikaël Capelle2023-07-091-176/+176
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-2/+2
* Merge pull request #1370 from LostDragonist/preview_extensionsMikaël Capelle2021-01-181-1/+1
|\
| * Remove case sensitivity regarding preview file extensionsChris Bessent2021-01-181-1/+1
* | renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-2/+2
|/
* Convert FileAlternative and DataArchiveOrigin to classesAL2020-11-021-4/+4
* Change Alternatives vector to use a structAL2020-11-021-4/+4
* fixed crash because items were sorted while being expandedisanae2020-07-191-2/+14
* fixed crashes and empty items in the file treeisanae2020-04-171-1/+0
* Fix inconsistent Explore menu option naming. Used Visual Studio standard.AL2020-04-021-1/+1
* split directoryentryisanae2020-02-181-0/+3
* error checking in dump()isanae2020-02-181-39/+0
* 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