| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | harmonized widgets in the tabs, fixed styles | isanae | 2020-02-05 | 11 | -265/+101 |
| | | |||||
| * | fixed warning when comparing empty strings | isanae | 2020-02-05 | 11 | -48/+152 |
| | | | | | | | | | | | 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 | ||||
| * | case insensitive checks for mohidden extension (lost in rebase) | isanae | 2020-02-04 | 2 | -2/+2 |
| | | |||||
| * | skip files from archives for the shell menu | isanae | 2020-02-04 | 1 | -5/+15 |
| | | |||||
| * | update tree items when origins change | isanae | 2020-02-04 | 4 | -49/+105 |
| | | |||||
| * | hidden unique_ptr into FileTreeItem | isanae | 2020-02-04 | 8 | -84/+214 |
| | | | | | | | refactored pruning don't show shell menu for directories added collapse all in context menu | ||||
| * | prune empty directories | isanae | 2020-02-04 | 3 | -40/+133 |
| | | |||||
| * | don't get meta for fields that are not used | isanae | 2020-02-04 | 9 | -116/+234 |
| | | | | | | show compressed file size if available remember file sizes for files in archives | ||||
| * | moved refresh and checkboxes to the top | isanae | 2020-02-04 | 1 | -38/+51 |
| | | |||||
| * | sort | isanae | 2020-02-04 | 6 | -19/+159 |
| | | |||||
| * | filetype and last modified columns | isanae | 2020-02-04 | 4 | -30/+70 |
| | | |||||
| * | file size column | isanae | 2020-02-04 | 4 | -9/+60 |
| | | |||||
| * | show file counts when there are discrepancies | isanae | 2020-02-04 | 3 | -1/+51 |
| | | |||||
| * | fixed bad path for alternate origins | isanae | 2020-02-04 | 5 | -258/+358 |
| | | | | | finished ShellMenuCollection, had to split a bunch of things | ||||
| * | ShellMenuCollection, events not processed yet | isanae | 2020-02-04 | 3 | -18/+109 |
| | | |||||
| * | preparing for multiple origins shell menus | isanae | 2020-02-04 | 5 | -48/+185 |
| | | | | | split exec() from createMenu() | ||||
| * | dummy menu for files in multiple directories | isanae | 2020-02-04 | 2 | -1/+64 |
| | | |||||
| * | ShellMenu class | isanae | 2020-02-04 | 3 | -70/+85 |
| | | |||||
| * | shell menu for multiple files | isanae | 2020-02-04 | 6 | -55/+153 |
| | | |||||
| * | status bar messages | isanae | 2020-02-04 | 2 | -11/+139 |
| | | |||||
| * | shift+right click for shell menu | isanae | 2020-02-04 | 6 | -1/+282 |
| | | |||||
| * | icons | isanae | 2020-02-04 | 1 | -12/+47 |
| | | |||||
| * | font, tooltip and foreground | isanae | 2020-02-04 | 1 | -0/+116 |
| | | |||||
| * | createDirectoryItem() and createFileItem() | isanae | 2020-02-04 | 2 | -31/+54 |
| | | |||||
| * | moved a bunch of duplicate stuff in a new class Range | isanae | 2020-02-04 | 3 | -113/+143 |
| | | |||||
| * | refactored removeDisappearingFiles() to just check for directories in the ↵ | isanae | 2020-02-04 | 1 | -39/+32 |
| | | | | | main loop | ||||
| * | faster parent() and indexFromItem() with index guess | isanae | 2020-02-04 | 4 | -41/+251 |
| | | | | | implemented files | ||||
| * | implemented fetchMore() and update for subdirectories | isanae | 2020-02-04 | 3 | -9/+81 |
| | | | | | don't refresh tree on active, it's taken care of by fetchMore() | ||||
| * | rewriting FileTreeModel, implemented add/remove folders in root | isanae | 2020-02-04 | 5 | -788/+220 |
| | | |||||
| * | removed LEAK_TRACE stuff | isanae | 2020-02-04 | 6 | -146/+174 |
| | | | | | | refactored DirectoryEntry for lookup maps filetreemodel: made ensureLoaded() a no-op while refreshing, faster processing for removing rows | ||||
| * | missing toStdString() from merge | isanae | 2020-02-04 | 1 | -1/+1 |
| | | |||||
| * | refactoring: moved member functions in the same order as the header | isanae | 2020-02-04 | 2 | -560/+567 |
| | | |||||
| * | refactoring: whitespace, newlines, auto, removed commented out code | isanae | 2020-02-04 | 1 | -215/+274 |
| | | |||||
| * | refactoring: whitespace and newlines | isanae | 2020-02-04 | 2 | -106/+174 |
| | | |||||
| * | renamed ToLower() to avoid confusion with in-place vs copy | isanae | 2020-02-04 | 12 | -113/+258 |
| | | | | | pre-hashed file lookup in DirectoryEntry | ||||
| * | added a map for directories in DirectoryEntry | isanae | 2020-02-04 | 5 | -141/+186 |
| | | | | | more optimizations for filetree | ||||
| * | some optimizations to avoid case conversions and memory allocations | isanae | 2020-02-04 | 5 | -19/+29 |
| | | |||||
| * | put expensive logging in an optional function | isanae | 2020-02-04 | 4 | -19/+93 |
| | | |||||
| * | split item and model | isanae | 2020-02-04 | 8 | -1258/+1291 |
| | | |||||
| * | initial implementation for updating file tree, buggy | isanae | 2020-02-04 | 7 | -10/+503 |
| | | |||||
| * | removed dead stuff | isanae | 2020-02-04 | 2 | -131/+2 |
| | | |||||
| * | implemented dump to file | isanae | 2020-02-04 | 4 | -59/+93 |
| | | | | | fixed duplicate module notifications not being skipped | ||||
| * | implemented explore origin, open mod info, hide and unhide | isanae | 2020-02-04 | 3 | -73/+116 |
| | | |||||
| * | hide spacers on statusbar when the progress bar is not visible | isanae | 2020-02-04 | 4 | -73/+199 |
| | | | | | always show menu items, added status tips | ||||
| * | added a few missing consts | isanae | 2020-02-04 | 12 | -195/+523 |
| | | | | | | removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over | ||||
| * | split IconFetcher | isanae | 2020-02-04 | 4 | -207/+84 |
| | | |||||
| * | now prunes empty directories | isanae | 2020-02-04 | 5 | -44/+134 |
| | | | | | handles archives and conflicts checkboxes | ||||
| * | tooltips, archive names | isanae | 2020-02-04 | 2 | -64/+135 |
| | | |||||
| * | IconFetcher | isanae | 2020-02-04 | 2 | -10/+234 |
| | | |||||
| * | load items on demand | isanae | 2020-02-04 | 2 | -35/+195 |
| | | |||||
