| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add nexus category ID to mod info | Jeremy Rimpo | 2023-09-21 | 1 | -1/+24 |
| | | | | | | - We will check the mod info first then fall back to the download file - Add category field in the info dialog nexus tab | ||||
| * | Add advanced counters as tooltip to general conflicts tab. | AL | 2020-10-30 | 1 | -3/+8 |
| | | | | | Loose, archive, totals, percentages. | ||||
| * | Improve modinfodialog conflicts tab labels and tooltips. | AL | 2020-08-26 | 1 | -2/+20 |
| | | |||||
| * | Add modinfodialog Notes Tab color selector. | AL | 2020-04-29 | 1 | -11/+29 |
| | | |||||
| * | Made all lists uniform row heights for performance and alternate row color | AL | 2020-02-29 | 1 | -0/+33 |
| | | |||||
| * | Added text filters for general conflicts lists | Al | 2020-01-15 | 1 | -3/+12 |
| | | |||||
| * | Change the modinfo image preview button to a toolbutton | Silarn | 2019-12-10 | 1 | -1/+1 |
| | | |||||
| * | sortable filetree, remember settings | isanae | 2019-11-26 | 1 | -0/+3 |
| | | |||||
| * | Add button in modinfo image preview to use preview plugin dialog | Silarn | 2019-10-19 | 1 | -0/+7 |
| | | | | | | - Disabled if no compatible preview is found - Now renders an image for unsupported formats instructing the user | ||||
| * | Fix help text for optional ESP deactivate button | LostDragonist | 2019-09-28 | 1 | -3/+3 |
| | | |||||
| * | reordering tabs, then switching to a mod with a different tab set would ↵ | isanae | 2019-07-02 | 1 | -3/+3 |
| | | | | | | | discard the changes comments, moving some stuff around | ||||
| * | fixed conflict lists not expanding vertically properly | isanae | 2019-07-02 | 1 | -1/+1 |
| | | |||||
| * | changed how the mod url works: | isanae | 2019-07-02 | 1 | -142/+199 |
| | | | | | | | | | | | - it is now independent from the nexus mod url - it can be set in addition to having a valid mod id - both urls can be displayed in the context menu re-arranged some of the widgets on the nexus tab added a track button added a custom url checkbox and open in browser button added a max-width to the browser | ||||
| * | added path to editor toolbar | isanae | 2019-07-02 | 1 | -21/+46 |
| | | | | | moved url to top in nexus tab and made it readonly | ||||
| * | add image dimension to toolbar and tooltip | isanae | 2019-07-02 | 1 | -1/+8 |
| | | | | | don't scroll when selecting an image with the mouse | ||||
| * | moved all images classes into a namespace with shorter names | isanae | 2019-07-02 | 1 | -4/+4 |
| | | | | | | split theme and metrics into their own class added filename to thumbs | ||||
| * | refactored stuff into PaintContext and Files | isanae | 2019-07-02 | 1 | -1/+5 |
| | | | | | | keep selection when switching back to no filtering up/down keyboard navigation | ||||
| * | rework of the images tab: | isanae | 2019-07-02 | 1 | -19/+32 |
| | | | | | | | - uses a custom widget with a scrollbar instead of a QScrollArea - scrolling by image instead of pixel - refactored all the geometry stuff in ImagesGeometry | ||||
| * | dds toggle for images | isanae | 2019-07-02 | 1 | -0/+10 |
| | | |||||
| * | added explore button to editors | isanae | 2019-07-02 | 1 | -0/+6 |
| | | | | | | | fixed save button on editor being enabled with empty documents added ctrl+s always show vertical scrollbar in thumbnails, fixes nonstop relayouts when the height is just right and the scrollbar flickers on and off | ||||
| * | fixed text editors not clearing when switching mods | isanae | 2019-07-02 | 1 | -1/+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 | -5/+2 |
| | | | | | | | | 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 | ||||
| * | filterable images | isanae | 2019-07-02 | 1 | -0/+3 |
| | | |||||
| * | filterwidget now support automatically installing a proxy on lists | isanae | 2019-07-02 | 1 | -1/+7 |
| | | | | | filters on txt and ini tabs | ||||
| * | added path and explore button to images tab | isanae | 2019-07-02 | 1 | -3/+41 |
| | | |||||
| * | custom models for esp lists | isanae | 2019-07-02 | 1 | -2/+2 |
| | | |||||
| * | rework of the images tab to avoid using widgets at all, painting is done ↵ | isanae | 2019-07-02 | 1 | -5/+14 |
| | | | | | manually | ||||
| * | switched all conflict lists to QTreeView with custom model | isanae | 2019-07-02 | 1 | -51/+5 |
| | | |||||
| * | performance optimizations: text/ini tabs and advanced conflict list use ↵ | isanae | 2019-07-02 | 1 | -33/+15 |
| | | | | | | | 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 | -1/+1 |
| | | | | | | | and the id from the enum fixed reordering | ||||
| * | added missing icons | isanae | 2019-07-02 | 1 | -1/+4 |
| | | | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup | ||||
| * | finished splitting filetree tab | isanae | 2019-07-02 | 1 | -2/+11 |
| | | | | | forward delete shortcut to tabs | ||||
| * | splitting filetree tab | isanae | 2019-07-02 | 1 | -4/+4 |
| | | | | | moved mod info dialog classes to a sub filter | ||||
| * | split notes tab | isanae | 2019-07-02 | 1 | -6/+11 |
| | | | | | added new HTMLEditor that triggers an editingFinished() on focus our, used by notes tab | ||||
| * | split nexus tab | isanae | 2019-07-02 | 1 | -119/+103 |
| | | | | | | | 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 | ||||
| * | renamed widgets to their proper name | isanae | 2019-07-02 | 1 | -25/+25 |
| | | |||||
| * | in the process of moving stuff to modinfodialogconflicts.h/cpp | isanae | 2019-07-02 | 1 | -29/+29 |
| | | |||||
| * | changed layout of esps tab, moved to modinfodialogesps.cpp/h | isanae | 2019-07-02 | 1 | -105/+163 |
| | | | | | slightly offset next/previous images so they look better when shown next to each other vertically | ||||
| * | images list now vertical on the left | isanae | 2019-07-02 | 1 | -64/+36 |
| | | | | | reworked scaling to respect aspect ratio and not exceed original size | ||||
| * | split images tab stuff in ImagesTab | isanae | 2019-07-02 | 1 | -4/+4 |
| | | | | | text editor: fixed modified flag not being set to false when loading an empty file | ||||
| * | split ini tab stuff to IniFilesTab | isanae | 2019-07-02 | 1 | -33/+5 |
| | | | | | refactored TextFilesTab into GenericFiles so it can be used by IniFilesTab | ||||
| * | removed unused ini tweaks widgets | isanae | 2019-07-02 | 1 | -112/+121 |
| | | | | | splitter in ini tab | ||||
| * | line numbers, which required inheriting from QPlainTextEdit instead | isanae | 2019-07-02 | 1 | -8/+6 |
| | | |||||
| * | TextEditor now has a dynamic toolbar | isanae | 2019-07-02 | 1 | -61/+7 |
| | | |||||
| * | added initial toolbar, splitter | isanae | 2019-07-02 | 1 | -45/+85 |
| | | | | | moved most of the text editor stuff to a new TextEditor class | ||||
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -4/+4 |
| | | |||||
| * | advanced conflict list tooltips | isanae | 2019-05-31 | 1 | -0/+9 |
| | | |||||
| * | conflict lists | isanae | 2019-05-31 | 1 | -0/+3 |
| | | | | | | | - sorting on advanced list - save state of all four lists - call refreshLists() just before showing because the state has to be loaded first, which happens after the ctor | ||||
| * | replaced all the manual UserRole stuff with a few constants and helper functions | isanae | 2019-05-31 | 1 | -0/+9 |
| | | | | | | | | setConflictItem() is now used by all conflict lists to setup the data (filename, archive, etc.) and visuals (italic for archives) merged openDataFile() and previewDataFile() into their caller as they weren't used anywhere else previewDataFile() used to do a fromNativeSeparators() before previewing, moved that to previewFileWithAlternatives() instead brought overwrittenTree double click in line with overwriteTree, there's no difference between apply() and close() because there's only a close button | ||||
| * | put back changes from another PR lost because of a bad rebase | isanae | 2019-05-31 | 1 | -7/+16 |
| | | |||||
