summaryrefslogtreecommitdiff
path: root/src/dlls.manifest.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-18/+35
|
* Revert "Changing the location of several directories"isanae2020-11-271-0/+29
|
* Changing the location of several directoriesSeth Riley2020-11-021-29/+0
|
* Update manifest for 5.14 dllsSilarn2019-12-311-1/+3
|
* Add Qt5WebSockets to DLL manifestLostDragonist2019-02-181-1/+2
|
* remove opensll dll from manifestEran Mizrahi2018-01-061-25/+23
|
* Updated dll manifest.LePresidente2017-10-241-5/+8
|
* Updated manifest to use new dll's.LePresidente2017-05-011-16/+10
|
* Updated icu libs to 54 in release build.lepresidente2016-11-301-3/+3
|
* ssl libraries can now be placed in dlls directoryTannin2016-05-111-0/+2
|
* extended the game-plugin interfaceTannin2015-01-291-0/+2
|
* - bugfixesTannin2015-01-061-3/+4
| | | | | | | - 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
* - fixed manifest for qt5Tannin2014-11-141-2/+10
| | | | - download messages can now be sent from different user accounts
* - qt 5 compatibility fixesTannin2014-07-151-0/+1
| | | | - detection for support of optimized find no longer depends on deprecated api
* - changed the url used to login on nexus (the previous page was disabled)Tannin2014-06-211-4/+4
| | | | - bugfix: download manager might have tried to read from a closed connection
* - caching of downloadwidgets to fix performance problem, currently broken ↵Tannin2013-06-291-0/+17
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