| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix inconsistent Explore menu option naming. Used Visual Studio standard. | AL | 2020-04-02 | 1 | -1/+1 |
| | | |||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -0/+3 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | error checking in dump() | isanae | 2020-02-18 | 1 | -39/+0 |
| | | | | | removed a bunch of "{} saved" in the logs | ||||
| * | moved dump() to DirectoryEntry | isanae | 2020-02-18 | 1 | -24/+1 |
| | | | | | static functions instead of lambdas | ||||
| * | customizable columns for file tree | isanae | 2020-02-18 | 1 | -0/+3 |
| | | |||||
| * | shift+right-click selects items | isanae | 2020-02-18 | 1 | -0/+15 |
| | | |||||
| * | localized warning when file doesn't exist for shell menu | isanae | 2020-02-18 | 1 | -0/+12 |
| | | |||||
| * | just disable recursive filtering when fully loading | isanae | 2020-02-07 | 1 | -21/+5 |
| | | | | | switching models clears persistent indexes and collapses everything | ||||
| * | fixed data tab not refreshing after "restarting" MO | isanae | 2020-02-07 | 1 | -0/+2 |
| | | | | | | larger default size for filename column fixed sorting in descending order by default | ||||
| * | disconnect any proxies when fully loading | isanae | 2020-02-07 | 1 | -0/+21 |
| | | | | | disable model when resetting, enable it back after the directory refresh so the tree doesn't appear in a weird state in between | ||||
| * | item activation | isanae | 2020-02-07 | 1 | -111/+183 |
| | | | | | removed a bunch of unnecessary QObject qualifiers | ||||
| * | removed bad minimum column width in the data tab | isanae | 2020-02-05 | 1 | -4/+0 |
| | | | | | fixed crash in log when restart MO | ||||
| * | fixed warning when comparing empty strings | isanae | 2020-02-05 | 1 | -4/+20 |
| | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | |||||
| * | skip files from archives for the shell menu | isanae | 2020-02-04 | 1 | -5/+15 |
| | | |||||
| * | hidden unique_ptr into FileTreeItem | isanae | 2020-02-04 | 1 | -6/+31 |
| | | | | | | | refactored pruning don't show shell menu for directories added collapse all in context menu | ||||
| * | show file counts when there are discrepancies | isanae | 2020-02-04 | 1 | -1/+15 |
| | | |||||
| * | fixed bad path for alternate origins | isanae | 2020-02-04 | 1 | -26/+34 |
| | | | | | finished ShellMenuCollection, had to split a bunch of things | ||||
| * | ShellMenuCollection, events not processed yet | isanae | 2020-02-04 | 1 | -0/+12 |
| | | |||||
| * | preparing for multiple origins shell menus | isanae | 2020-02-04 | 1 | -3/+65 |
| | | | | | split exec() from createMenu() | ||||
| * | ShellMenu class | isanae | 2020-02-04 | 1 | -3/+3 |
| | | |||||
| * | shell menu for multiple files | isanae | 2020-02-04 | 1 | -12/+18 |
| | | |||||
| * | shift+right click for shell menu | isanae | 2020-02-04 | 1 | -0/+18 |
| | | |||||
| * | renamed ToLower() to avoid confusion with in-place vs copy | isanae | 2020-02-04 | 1 | -0/+5 |
| | | | | | pre-hashed file lookup in DirectoryEntry | ||||
| * | put expensive logging in an optional function | isanae | 2020-02-04 | 1 | -0/+4 |
| | | |||||
| * | split item and model | isanae | 2020-02-04 | 1 | -1087/+4 |
| | | |||||
| * | initial implementation for updating file tree, buggy | isanae | 2020-02-04 | 1 | -10/+439 |
| | | |||||
| * | implemented dump to file | isanae | 2020-02-04 | 1 | -1/+78 |
| | | | | | fixed duplicate module notifications not being skipped | ||||
| * | implemented explore origin, open mod info, hide and unhide | isanae | 2020-02-04 | 1 | -6/+92 |
| | | |||||
| * | hide spacers on statusbar when the progress bar is not visible | isanae | 2020-02-04 | 1 | -61/+173 |
| | | | | | always show menu items, added status tips | ||||
| * | added a few missing consts | isanae | 2020-02-04 | 1 | -0/+300 |
| | | | | | | 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 | 1 | -203/+3 |
| | | |||||
| * | now prunes empty directories | isanae | 2020-02-04 | 1 | -36/+88 |
| | | | | | handles archives and conflicts checkboxes | ||||
| * | tooltips, archive names | isanae | 2020-02-04 | 1 | -61/+127 |
| | | |||||
| * | IconFetcher | isanae | 2020-02-04 | 1 | -9/+227 |
| | | |||||
| * | load items on demand | isanae | 2020-02-04 | 1 | -33/+177 |
| | | |||||
| * | split FileTreeModel, initial implementation, some stuff is broken | isanae | 2020-02-04 | 1 | -0/+396 |
