| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
