| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dependency Updates Meta PR (#2242) | Jeremy Rimpo | 2025-05-22 | 1 | -0/+3 |
| | | | | | | * Update dll manifests * Fixes for emit / model refresh issues | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -49/+26 |
| | | |||||
| * | removed setUpdateDelay(false) calls, it's the default | isanae | 2020-12-26 | 1 | -1/+0 |
| | | | | | FilterWidget for downloads tab | ||||
| * | stop using deprecated map() | isanae | 2020-11-03 | 1 | -1/+1 |
| | | |||||
| * | stack overflow when searching text files/ini lists because they reported ↵ | isanae | 2020-10-31 | 1 | -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. | AL | 2020-06-24 | 1 | -1/+2 |
| | | |||||
| * | Remove .cfg from INI Files tab as it's in Text Files tab now. | AL | 2020-02-04 | 1 | -1/+1 |
| | | |||||
| * | Add support for other text file types to Text Files modinfo tab | AL | 2020-02-04 | 1 | -10/+9 |
| | | |||||
| * | finished moving mod info dialog directinterface to settings | isanae | 2019-08-24 | 1 | -2/+2 |
| | | |||||
| * | added a ModInfoDialogTabContext to avoid passing too many things to tab ↵ | isanae | 2019-07-02 | 1 | -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 close | isanae | 2019-07-02 | 1 | -0/+2 |
| | | | | | | dialog did not handle closeEvent() at all, it only checked the close button bunch of comments | ||||
| * | remember state of various widgets | isanae | 2019-07-02 | 1 | -4/+15 |
| | | | | | remove obsolete settings | ||||
| * | fixed text editors not clearing when switching mods | isanae | 2019-07-02 | 1 | -0/+1 |
| | | | | | ported typo fixes that applied to the mod info dialog | ||||
| * | replaced reportError() calls by qCritical() because they can come from a ↵ | isanae | 2019-07-02 | 1 | -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 lists | isanae | 2019-07-02 | 1 | -4/+9 |
| | | | | | filters on txt and ini tabs | ||||
| * | various optimizations and caching | isanae | 2019-07-02 | 1 | -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 lists | isanae | 2019-07-02 | 1 | -1/+2 |
| | | |||||
| * | performance optimizations: text/ini tabs and advanced conflict list use ↵ | isanae | 2019-07-02 | 1 | -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 ↵ | isanae | 2019-07-02 | 1 | -6/+6 |
| | | | | | | | and the id from the enum fixed reordering | ||||
| * | grey out tab names when they have no data | isanae | 2019-07-02 | 1 | -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 icons | isanae | 2019-07-02 | 1 | -6/+6 |
| | | | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup | ||||
| * | split nexus tab | isanae | 2019-07-02 | 1 | -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 dialogs | isanae | 2019-07-02 | 1 | -7/+10 |
| | | | | | finished moving over conflict tab to its own set of files | ||||
| * | split ini tab stuff to IniFilesTab | isanae | 2019-07-02 | 1 | -34/+83 |
| | | | | | refactored TextFilesTab into GenericFiles so it can be used by IniFilesTab | ||||
| * | disable editor without selection | isanae | 2019-07-02 | 1 | -1/+12 |
| | | |||||
| * | split text file tab into its own class | isanae | 2019-07-02 | 1 | -0/+91 |
