summaryrefslogtreecommitdiff
path: root/src/modinfodialogimages.cpp
Commit message (Expand)AuthorAgeFilesLines
* Starfield: Updated blueprint / blueprint prefix support (#2368)Jeremy Rimpo2026-04-161-1/+2
* Archive preview support (#2056)Jeremy Rimpo2024-07-111-1/+1
* Fixes for stylesheets that use transparent backgrounds (#2029)RJ2024-05-191-1/+4
* Apply clang-format.Mikaƫl Capelle2023-07-091-160/+121
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-2/+2
* Simplify getting extensionChris Bessent2021-01-181-2/+1
* Remove case sensitivity regarding preview file extensionsChris Bessent2021-01-181-1/+2
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-1/+0
* stack overflow when searching text files/ini lists because they reported chil...isanae2020-10-311-0/+1
* added support for FilterWidget regexesisanae2020-02-181-4/+4
* Add button in modinfo image preview to use preview plugin dialogSilarn2019-10-191-6/+39
* added error messages to FileRenamer and a few moreisanae2019-10-041-1/+1
* split settings into a bunch of classesisanae2019-09-021-2/+2
* finished moving mod info dialog directinterface to settingsisanae2019-08-241-8/+4
* changed qCritical() to log::error()isanae2019-07-221-4/+5
* display error when loading an image failsisanae2019-07-021-5/+14
* added a ModInfoDialogTabContext to avoid passing too many things to tab const...isanae2019-07-021-6/+3
* remember state of various widgetsisanae2019-07-021-0/+4
* added visibility flagsisanae2019-07-021-11/+22
* add image dimension to toolbar and tooltipisanae2019-07-021-8/+27
* moved all images classes into a namespace with shorter namesisanae2019-07-021-128/+251
* added keyboard navigation for page down/up, end/homeisanae2019-07-021-31/+82
* refactored stuff into PaintContext and Filesisanae2019-07-021-135/+310
* changed thumbnails to use margin around borderisanae2019-07-021-11/+52
* rework of the images tab:isanae2019-07-021-158/+235
* dds toggle for imagesisanae2019-07-021-20/+88
* tooltip on imagesisanae2019-07-021-0/+24
* filterable imagesisanae2019-07-021-21/+90
* nexus tab: fixed to only make one request, changed css to match nexus more cl...isanae2019-07-021-6/+6
* added path and explore button to images tabisanae2019-07-021-4/+35
* refactored calculationsisanae2019-07-021-188/+279
* check supported extensions instead of using QImageReader, less accurate but m...isanae2019-07-021-4/+17
* rework of the images tab to avoid using widgets at all, painting is done manu...isanae2019-07-021-46/+191
* changed "tab index" to "tab id", this was confusing the order in the widget a...isanae2019-07-021-2/+2
* grey out tab names when they have no dataisanae2019-07-021-3/+9
* added missing iconsisanae2019-07-021-2/+3
* split nexus tabisanae2019-07-021-2/+4
* pass parent widget to tabs for dialogsisanae2019-07-021-1/+1
* changed layout of esps tab, moved to modinfodialogesps.cpp/hisanae2019-07-021-2/+0
* images list now vertical on the leftisanae2019-07-021-33/+89
* split images tab stuff in ImagesTabisanae2019-07-021-0/+91