| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -8/+16 |
| | | | | | removed some commented out logging | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -3/+3 |
| | | | | | removed now unused vlog() | ||||
| * | added a ModInfoDialogTabContext to avoid passing too many things to tab ↵ | isanae | 2019-07-02 | 1 | -7/+5 |
| | | | | | | | | | 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 | -5/+38 |
| | | | | | | changed filetree context menu to always show all items added mnemonics to conflicts context menu | ||||
| * | filterwidget now support automatically installing a proxy on lists | isanae | 2019-07-02 | 1 | -2/+2 |
| | | | | | filters on txt and ini tabs | ||||
| * | added path and explore button to images tab | isanae | 2019-07-02 | 1 | -14/+4 |
| | | |||||
| * | various optimizations and caching | isanae | 2019-07-02 | 1 | -79/+107 |
| | | | | | | | 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/+1 |
| | | |||||
| * | rework of the images tab to avoid using widgets at all, painting is done ↵ | isanae | 2019-07-02 | 1 | -8/+0 |
| | | | | | manually | ||||
| * | switched all conflict lists to QTreeView with custom model | isanae | 2019-07-02 | 1 | -317/+445 |
| | | |||||
| * | performance optimizations: text/ini tabs and advanced conflict list use ↵ | isanae | 2019-07-02 | 1 | -32/+184 |
| | | | | | | | 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 | -2/+2 |
| | | | | | | | and the id from the enum fixed reordering | ||||
| * | fixed crash in conflict tabs | isanae | 2019-07-02 | 1 | -4/+4 |
| | | |||||
| * | grey out tab names when they have no data | isanae | 2019-07-02 | 1 | -2/+5 |
| | | | | | | | 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 | -2/+9 |
| | | | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup | ||||
| * | finished splitting filetree tab | isanae | 2019-07-02 | 1 | -3/+3 |
| | | | | | forward delete shortcut to tabs | ||||
| * | splitting filetree tab | isanae | 2019-07-02 | 1 | -0/+14 |
| | | | | | moved mod info dialog classes to a sub filter | ||||
| * | split nexus tab | isanae | 2019-07-02 | 1 | -56/+35 |
| | | | | | | | 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 | -5/+0 |
| | | |||||
| * | split ModInfoDialogTab | isanae | 2019-07-02 | 1 | -0/+1 |
| | | |||||
| * | renamed widgets to their proper name | isanae | 2019-07-02 | 1 | -54/+54 |
| | | |||||
| * | pass parent widget to tabs for dialogs | isanae | 2019-07-02 | 1 | -31/+410 |
| | | | | | 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/+530 |
