summaryrefslogtreecommitdiff
path: root/src/modinfodialogimages.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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