summaryrefslogtreecommitdiff
path: root/src/modinfodialogtextfiles.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Dependency Updates Meta PR (#2242)Jeremy Rimpo2025-05-221-0/+3
| | | | | * Update dll manifests * Fixes for emit / model refresh issues
* Apply clang-format.Mikaël Capelle2023-07-091-49/+26
|
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-1/+0
| | | | FilterWidget for downloads tab
* stop using deprecated map()isanae2020-11-031-1/+1
|
* stack overflow when searching text files/ini lists because they reported ↵isanae2020-10-311-1/+6
| | | | | | | children to infinity and beyond removed update delays for filters in mod info dialog fixed conflict lists not using source sorting so they wouldn't use the case insensitive natsort
* Show .toml files in the "Text Files" modInfoDialog tab.AL2020-06-241-1/+2
|
* Remove .cfg from INI Files tab as it's in Text Files tab now.AL2020-02-041-1/+1
|
* Add support for other text file types to Text Files modinfo tabAL2020-02-041-10/+9
|
* finished moving mod info dialog directinterface to settingsisanae2019-08-241-2/+2
|
* added a ModInfoDialogTabContext to avoid passing too many things to tab ↵isanae2019-07-021-18/+12
| | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments
* focus tabs when they need a confirmation to closeisanae2019-07-021-0/+2
| | | | | dialog did not handle closeEvent() at all, it only checked the close button bunch of comments
* remember state of various widgetsisanae2019-07-021-4/+15
| | | | remove obsolete settings
* fixed text editors not clearing when switching modsisanae2019-07-021-0/+1
| | | | ported typo fixes that applied to the mod info dialog
* replaced reportError() calls by qCritical() because they can come from a ↵isanae2019-07-021-1/+1
| | | | | | | thread, which hangs the ui categories and notes will update the tab color when changing fixed rare crash when reordering tabs while loading a mod
* filterwidget now support automatically installing a proxy on listsisanae2019-07-021-4/+9
| | | | filters on txt and ini tabs
* various optimizations and cachingisanae2019-07-021-9/+6
| | | | | | fixed conflict list not sorting when changing parameters switched from QDirIterator to std::filesystem, much faster FilterWidget precompiles the list
* custom models for esp listsisanae2019-07-021-1/+2
|
* performance optimizations: text/ini tabs and advanced conflict list use ↵isanae2019-07-021-28/+105
| | | | | | 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-6/+6
| | | | | | and the id from the enum fixed reordering
* grey out tab names when they have no dataisanae2019-07-021-0/+2
| | | | | | 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-6/+6
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* split nexus tabisanae2019-07-021-9/+17
| | | | | | 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
* pass parent widget to tabs for dialogsisanae2019-07-021-7/+10
| | | | finished moving over conflict tab to its own set of files
* split ini tab stuff to IniFilesTabisanae2019-07-021-34/+83
| | | | refactored TextFilesTab into GenericFiles so it can be used by IniFilesTab
* disable editor without selectionisanae2019-07-021-1/+12
|
* split text file tab into its own classisanae2019-07-021-0/+91