summaryrefslogtreecommitdiff
path: root/src/modinfodialogconflicts.h
Commit message (Collapse)AuthorAgeFilesLines
* Ignore conflicts between hidden files (#2148)Jonathan Feenstra2025-05-231-2/+1
| | | | * Ignore conflicts between hidden files * Optimize checks for .mohidden extension
* Apply clang-format.Mikaël Capelle2023-07-091-43/+34
|
* Cleanup clear()AL2020-10-311-12/+1
|
* Remove random extra whitespaceAL2020-10-311-2/+0
|
* Add advanced counters as tooltip to general conflicts tab.AL2020-10-301-0/+37
| | | | Loose, archive, totals, percentages.
* split directoryentryisanae2020-02-181-7/+7
| | | | made classes noncopyable, fixed a few unintended copies
* Fix Mobase namespace for filterwidgetAL2020-02-011-0/+2
|
* Added text filters for general conflicts listsAl2020-01-151-0/+4
|
* conflicts tab: run exes unhooked by defaultisanae2019-12-081-3/+2
|
* implemented previews on double-click for the data and conflicts tabsisanae2019-12-041-0/+3
|
* added "open with vfs" to filetreeisanae2019-12-021-4/+0
|
* added "open with vfs" option to conflicts tabisanae2019-12-021-0/+2
|
* fixes for ExpanderWidgetisanae2019-09-111-1/+1
| | | | removed dead code in MainWindow
* added a ModInfoDialogTabContext to avoid passing too many things to tab ↵isanae2019-07-021-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 filetreeisanae2019-07-021-0/+3
| | | | | changed filetree context menu to always show all items added mnemonics to conflicts context menu
* various optimizations and cachingisanae2019-07-021-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 modelisanae2019-07-021-18/+19
|
* performance optimizations: text/ini tabs and advanced conflict list use ↵isanae2019-07-021-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 ↵isanae2019-07-021-1/+1
| | | | | | and the id from the enum fixed reordering
* grey out tab names when they have no dataisanae2019-07-021-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 iconsisanae2019-07-021-1/+3
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* splitting filetree tabisanae2019-07-021-11/+5
| | | | moved mod info dialog classes to a sub filter
* split nexus tabisanae2019-07-021-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 tabisanae2019-07-021-1/+0
|
* split ModInfoDialogTabisanae2019-07-021-1/+4
|
* pass parent widget to tabs for dialogsisanae2019-07-021-7/+73
| | | | finished moving over conflict tab to its own set of files
* in the process of moving stuff to modinfodialogconflicts.h/cppisanae2019-07-021-0/+86