summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * ShellMenu classisanae2020-02-043-70/+85
| |
| * shell menu for multiple filesisanae2020-02-046-55/+153
| |
| * status bar messagesisanae2020-02-042-11/+139
| |
| * shift+right click for shell menuisanae2020-02-046-1/+282
| |
| * iconsisanae2020-02-041-12/+47
| |
| * font, tooltip and foregroundisanae2020-02-041-0/+116
| |
| * createDirectoryItem() and createFileItem()isanae2020-02-042-31/+54
| |
| * moved a bunch of duplicate stuff in a new class Rangeisanae2020-02-043-113/+143
| |
| * refactored removeDisappearingFiles() to just check for directories in the ↵isanae2020-02-041-39/+32
| | | | | | | | main loop
| * faster parent() and indexFromItem() with index guessisanae2020-02-044-41/+251
| | | | | | | | implemented files
| * implemented fetchMore() and update for subdirectoriesisanae2020-02-043-9/+81
| | | | | | | | don't refresh tree on active, it's taken care of by fetchMore()
| * rewriting FileTreeModel, implemented add/remove folders in rootisanae2020-02-045-788/+220
| |
| * removed LEAK_TRACE stuffisanae2020-02-046-146/+174
| | | | | | | | | | refactored DirectoryEntry for lookup maps filetreemodel: made ensureLoaded() a no-op while refreshing, faster processing for removing rows
| * missing toStdString() from mergeisanae2020-02-041-1/+1
| |
| * refactoring: moved member functions in the same order as the headerisanae2020-02-042-560/+567
| |
| * refactoring: whitespace, newlines, auto, removed commented out codeisanae2020-02-041-215/+274
| |
| * refactoring: whitespace and newlinesisanae2020-02-042-106/+174
| |
| * renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-0412-113/+258
| | | | | | | | pre-hashed file lookup in DirectoryEntry
| * added a map for directories in DirectoryEntryisanae2020-02-045-141/+186
| | | | | | | | more optimizations for filetree
| * some optimizations to avoid case conversions and memory allocationsisanae2020-02-045-19/+29
| |
| * put expensive logging in an optional functionisanae2020-02-044-19/+93
| |
| * split item and modelisanae2020-02-048-1258/+1291
| |
| * initial implementation for updating file tree, buggyisanae2020-02-047-10/+503
| |
| * removed dead stuffisanae2020-02-042-131/+2
| |
| * implemented dump to fileisanae2020-02-044-59/+93
| | | | | | | | fixed duplicate module notifications not being skipped
| * implemented explore origin, open mod info, hide and unhideisanae2020-02-043-73/+116
| |
| * hide spacers on statusbar when the progress bar is not visibleisanae2020-02-044-73/+199
| | | | | | | | always show menu items, added status tips
| * added a few missing constsisanae2020-02-0412-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 IconFetcherisanae2020-02-044-207/+84
| |
| * now prunes empty directoriesisanae2020-02-045-44/+134
| | | | | | | | handles archives and conflicts checkboxes
| * tooltips, archive namesisanae2020-02-042-64/+135
| |
| * IconFetcherisanae2020-02-042-10/+234
| |
| * load items on demandisanae2020-02-042-35/+195
| |
| * split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-046-160/+540
| |
| * moved main window classes to their own filterisanae2020-02-041-7/+10
| |
| * split data tabisanae2020-02-046-657/+774
|/ | | | removed a bunch of undefined functions in MainWindow
* Version bump and update translationsAL2020-02-022-251/+274
|
* Merge pull request #988 from Al12rs/move_filter_widgetAl2020-02-018-374/+6
|\ | | | | Moved filterWidget and eventFilter to ui base
| * Fix Mobase namespace for filterwidgetAL2020-02-013-0/+6
| |
| * Moved filterWidget and eventFilter to ui baseAL2020-02-015-374/+0
|/
* Change tooltip of Category column to say "Primary"AL2020-01-311-1/+1
|
* Merge pull request #987 from IsmayilMirzali/masterAl2020-01-281-7/+36
|\ | | | | Add more context menu options for mod backups
| * Add seperators for mod backup context menuIsmayilMirzali2020-01-281-6/+8
| |
| * Add more context menu options for mod backupsIsmayilMirzali2020-01-281-7/+34
|/
* Don't allow foreign mods or overwrite for overriding overwriteChris Bessent2020-01-263-1/+28
|
* Fix CSV exporting of primary category.AL2020-01-261-1/+1
| | | | #450
* Fixed file structure not being kept when drag and dropping files.AL2020-01-231-1/+1
| | | | Fix #981
* Bump bersion for dev build 3AL2020-01-221-1/+1
|
* Merge pull request #980 from Al12rs/context-menu-fixAl2020-01-221-38/+77
|\ | | | | Fixed missing context menu on general conflicts tab.
| * Renamed underscores function name to pascal caseAl2020-01-211-7/+7
| |