summaryrefslogtreecommitdiff
path: root/src/dlls.manifest.debug.qt5
Commit message (Collapse)AuthorAgeFilesLines
* Fix manifest for debug mode. (#2047)Mikaël Capelle2024-06-101-46/+0
|
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-25/+42
|
* Updates for QT5.5Thomas Tanner2016-05-151-3/+3
|
* extended the game-plugin interfaceTannin2015-01-291-0/+2
|
* - bugfixesTannin2015-01-061-4/+12
| | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips
* - archive library can now query for password during extraction (seems to be ↵Tannin2014-11-051-0/+3
| | | | | | | | | | | | | | | | | | necessary for rars) - process blacklist is now taken from a file if there is one, not hardcoded - removed workaround for the papyrus compiler - updated loot client to work with the actual api - loot client now links with loot32.dll at runtime - loot client now produces its output in a (json-)file which includes all plugin messages and dirty flags - fomod installer now tries to parse the xml with several encodings - fomod installer will now display a diagnostics warning if the jpg imageformat isn't supported - base preview plugin now tries to be a bit smarter about resizing images to fit the screen - bugfix: fomod installer no longer tries to open an image even after detecting its invalid - bugfix: potential null-pointer dereferentiation in getprivateprofile... hooks - bugfix: potential null-pointer dereferentiation in download manager - bugfix: internal origin name showed up in one more place - bugfix: ToString function produced strings that were one (zero-termination-)character too long
* - qt 5 compatibility fixesTannin2014-07-151-3/+4
| | | | - detection for support of optimized find no longer depends on deprecated api
* - caching of downloadwidgets to fix performance problem, currently broken ↵Tannin2013-06-291-0/+15
and disabled - added new state for downloads "uninstalled" for mods that were at one point installed and then removed - user-configured server preference is now used - updated tutorial to account for removal of integrated browser - reverted to qt 4 - using performance optimised findfirstfile on win vista and up - bugfix: it was possible to disable all columns of the mod list - bugfix: hook.dll doesn't load on win xp