| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ignore conflicts between hidden files (#2148) | Jonathan Feenstra | 2025-05-23 | 1 | -2/+1 |
| | | | | | * Ignore conflicts between hidden files * Optimize checks for .mohidden extension | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -43/+34 |
| | | |||||
| * | Cleanup clear() | AL | 2020-10-31 | 1 | -12/+1 |
| | | |||||
| * | Remove random extra whitespace | AL | 2020-10-31 | 1 | -2/+0 |
| | | |||||
| * | Add advanced counters as tooltip to general conflicts tab. | AL | 2020-10-30 | 1 | -0/+37 |
| | | | | | Loose, archive, totals, percentages. | ||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -7/+7 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | Fix Mobase namespace for filterwidget | AL | 2020-02-01 | 1 | -0/+2 |
| | | |||||
| * | Added text filters for general conflicts lists | Al | 2020-01-15 | 1 | -0/+4 |
| | | |||||
| * | conflicts tab: run exes unhooked by default | isanae | 2019-12-08 | 1 | -3/+2 |
| | | |||||
| * | implemented previews on double-click for the data and conflicts tabs | isanae | 2019-12-04 | 1 | -0/+3 |
| | | |||||
| * | added "open with vfs" to filetree | isanae | 2019-12-02 | 1 | -4/+0 |
| | | |||||
| * | added "open with vfs" option to conflicts tab | isanae | 2019-12-02 | 1 | -0/+2 |
| | | |||||
| * | fixes for ExpanderWidget | isanae | 2019-09-11 | 1 | -1/+1 |
| | | | | | removed dead code in MainWindow | ||||
| * | added a ModInfoDialogTabContext to avoid passing too many things to tab ↵ | isanae | 2019-07-02 | 1 | -3/+1 |
| | | | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments | ||||
| * | added explore menu item to conflict lists and filetree | isanae | 2019-07-02 | 1 | -0/+3 |
| | | | | | | changed filetree context menu to always show all items added mnemonics to conflicts context menu | ||||
| * | various optimizations and caching | isanae | 2019-07-02 | 1 | -4/+4 |
| | | | | | | | fixed conflict list not sorting when changing parameters switched from QDirIterator to std::filesystem, much faster FilterWidget precompiles the list | ||||
| * | switched all conflict lists to QTreeView with custom model | isanae | 2019-07-02 | 1 | -18/+19 |
| | | |||||
| * | performance optimizations: text/ini tabs and advanced conflict list use ↵ | isanae | 2019-07-02 | 1 | -1/+5 |
| | | | | | | | views and custom models call update() after feedFiles() to allow some tabs to have post-processing after feedFiles() | ||||
| * | changed "tab index" to "tab id", this was confusing the order in the widget ↵ | isanae | 2019-07-02 | 1 | -1/+1 |
| | | | | | | | and the id from the enum fixed reordering | ||||
| * | grey out tab names when they have no data | isanae | 2019-07-02 | 1 | -2/+1 |
| | | | | | | | remove tabs if they're can't handle the selected mod next/previous now load mods in place without reopening the dialog tab reordering is broken | ||||
| * | added missing icons | isanae | 2019-07-02 | 1 | -1/+3 |
| | | | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup | ||||
| * | splitting filetree tab | isanae | 2019-07-02 | 1 | -11/+5 |
| | | | | | moved mod info dialog classes to a sub filter | ||||
| * | split nexus tab | isanae | 2019-07-02 | 1 | -15/+2 |
| | | | | | | | added OrganizerCore::loggedInAction() to execute a function only when logged in, replaces a bunch of copy/pasted stuff in mainwindow moved common variables in ModInfoDialogTab moved DescriptionPage to modinfodialognexus.h, renamed to NexusTabWebpage, deleted now empty descriptionpage.h | ||||
| * | split categories tab | isanae | 2019-07-02 | 1 | -1/+0 |
| | | |||||
| * | split ModInfoDialogTab | isanae | 2019-07-02 | 1 | -1/+4 |
| | | |||||
| * | pass parent widget to tabs for dialogs | isanae | 2019-07-02 | 1 | -7/+73 |
| | | | | | finished moving over conflict tab to its own set of files | ||||
| * | in the process of moving stuff to modinfodialogconflicts.h/cpp | isanae | 2019-07-02 | 1 | -0/+86 |
