| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| | | | ||||||
| | * | split FileTreeModel, initial implementation, some stuff is broken | isanae | 2020-02-04 | 6 | -160/+540 | |
| | | | ||||||
| | * | moved main window classes to their own filter | isanae | 2020-02-04 | 1 | -7/+10 | |
| | | | ||||||
| | * | split data tab | isanae | 2020-02-04 | 6 | -657/+774 | |
| |/ | | | | removed a bunch of undefined functions in MainWindow | |||||
| * | Version bump and update translations | AL | 2020-02-02 | 2 | -251/+274 | |
| | | ||||||
| * | Merge pull request #988 from Al12rs/move_filter_widget | Al | 2020-02-01 | 8 | -374/+6 | |
| |\ | | | | | Moved filterWidget and eventFilter to ui base | |||||
| | * | Fix Mobase namespace for filterwidget | AL | 2020-02-01 | 3 | -0/+6 | |
| | | | ||||||
| | * | Moved filterWidget and eventFilter to ui base | AL | 2020-02-01 | 5 | -374/+0 | |
| |/ | ||||||
| * | Change tooltip of Category column to say "Primary" | AL | 2020-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #987 from IsmayilMirzali/master | Al | 2020-01-28 | 1 | -7/+36 | |
| |\ | | | | | Add more context menu options for mod backups | |||||
| | * | Add seperators for mod backup context menu | IsmayilMirzali | 2020-01-28 | 1 | -6/+8 | |
| | | | ||||||
| | * | Add more context menu options for mod backups | IsmayilMirzali | 2020-01-28 | 1 | -7/+34 | |
| |/ | ||||||
| * | Don't allow foreign mods or overwrite for overriding overwrite | Chris Bessent | 2020-01-26 | 3 | -1/+28 | |
| | | ||||||
| * | Fix CSV exporting of primary category. | AL | 2020-01-26 | 1 | -1/+1 | |
| | | | | | #450 | |||||
| * | Fixed file structure not being kept when drag and dropping files. | AL | 2020-01-23 | 1 | -1/+1 | |
| | | | | | Fix #981 | |||||
| * | Bump bersion for dev build 3 | AL | 2020-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #980 from Al12rs/context-menu-fix | Al | 2020-01-22 | 1 | -38/+77 | |
| |\ | | | | | Fixed missing context menu on general conflicts tab. | |||||
| | * | Renamed underscores function name to pascal case | Al | 2020-01-21 | 1 | -7/+7 | |
| | | | ||||||
| | * | Removed missed line | Al | 2020-01-21 | 1 | -2/+0 | |
| | | | ||||||
| | * | Fixed missing context menu on general conflicts tab. | Al | 2020-01-21 | 1 | -31/+72 | |
| | | | | | | | | | | | Was due to the new FilterWidget adding a QSortProxy and the selection had to be translated to the underlying model. Normalized use of FilderWidget on the Advanced Conflicts tab. | |||||
| * | | Merge pull request #979 from Al12rs/hidden-files-flag | Al | 2020-01-22 | 5 | -7/+150 | |
| |\ \ | |/ |/| | Add Restore hidden files option and clean up hidden files code | |||||
| | * | Add "Restore hidden files" context menu option to modlist. | Al | 2020-01-20 | 4 | -1/+143 | |
| | | | | | | | | | Recursively restores all hidden files in the mod or mods if more than one is selected. | |||||
| | * | Make hidden files extension checks case insensitive | Al | 2020-01-20 | 2 | -4/+4 | |
| | | | ||||||
| | * | Use ModInfo::s_HideExt instead of ".mohidden" directly | Al | 2020-01-20 | 1 | -2/+3 | |
| |/ | ||||||
| * | Merge pull request #978 from Al12rs/hidden-files-flag | Al | 2020-01-19 | 1 | -1/+25 | |
| |\ | | | | | Also check for .mohidden directories for HiddenFiles flag. | |||||
| | * | Also check for .mohidden directories for HiddenFiles flag. | Al | 2020-01-19 | 1 | -1/+25 | |
| | | | ||||||
| * | | Revert "Fix "Explore virtual folder" not being translatable" | Al | 2020-01-19 | 2 | -6/+1 | |
| | | | | | | | | | This reverts commit de1bae9d9210a5b2d63e6e5df43895cfd0a0787c. | |||||
| * | | Fix "Explore virtual folder" not being translatable | Al | 2020-01-19 | 2 | -1/+6 | |
| | | | ||||||
| * | | Merge pull request #973 from Al12rs/hidden-files-flag | Al | 2020-01-16 | 4 | -101/+133 | |
| |\| | | | | | Added text filters for general conflicts lists | |||||
| | * | Added text filters for general conflicts lists | Al | 2020-01-15 | 4 | -101/+133 | |
| | | | ||||||
