summaryrefslogtreecommitdiff
path: root/src/aboutdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* now using new common cmakefilesisanae2020-04-231-1/+1
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* added usvfs version in log and about dialogisanae2019-10-091-0/+3
|
* About dialog updatesSilarn2019-07-031-2/+2
|
* Improve and fix handling of external linksSilarn2018-04-181-0/+5
|
* Add DXTex header licenses for new BSATK handling of FO4 texture BA2sSilarn2018-04-091-0/+2
|
* Update BY SA v3 license file to match othersJeremy Rimpo2018-03-201-1/+1
|
* Installer license not needed for applicationJeremy Rimpo2018-03-201-2/+0
|
* Update about dialogue and licensesJeremy Rimpo2018-03-201-9/+31
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-39/+50
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-50/+39
|
* cleanupTannin2016-05-071-1/+4
|
* merged master into new_vfs_libraryTannin2016-02-121-0/+8
|
* updated about dialog. Now contains a link to the source codeTannin2015-10-101-1/+1
|
* tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵Tannin2015-02-251-1/+1
| | | | from static code analysis)
* Merge with branch1.2Tannin2015-01-031-6/+4
|\
| * - bsa parser will now cancel in case of a read error. Before, when ↵Tannin2014-11-091-1/+1
| | | | | | | | | | | | | | | | | | attempting to parse a broken bsa it could take forever and continuously allocate memory - better error message when bsa parsing fails - slightly better support for font colors in bbcode converter - configurator now also uses pyqt5 - bugfix: bsa hashing function converted backslashes to slashes instead of the other way around. hash calculation is still often wrong on folder names...
| * - archive library can now query for password during extraction (seems to be ↵Tannin2014-11-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * - download-list will no longer show a file as having incomplete data if ↵Tannin2014-07-211-4/+3
| | | | | | | | | | | | | | there is no file version - added a new mod column with icons displaying the content of the mod - MO now differentiates between mods using an internal name that disambiguates between foreign and regular mods
* | - NCC installer can now discover files in other mods (thanks Reunion!) and ↵Tannin2014-12-131-0/+2
| | | | | | | | knows the script extender version
* | undid some changes that accidentally made it to this branchTannin2014-11-261-4/+6
| |
* | - bsa parser will now cancel in case of a read error. Before, when ↵Tannin2014-11-091-1/+1
| | | | | | | | | | | | | | | | | | attempting to parse a broken bsa it could take forever and continuously allocate memory - better error message when bsa parsing fails - slightly better support for font colors in bbcode converter - configurator now also uses pyqt5 - bugfix: bsa hashing function converted backslashes to slashes instead of the other way around. hash calculation is still often wrong on folder names...
* | - archive library can now query for password during extraction (seems to be ↵Tannin2014-11-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | - download-list will no longer show a file as having incomplete data if ↵Tannin2014-07-211-4/+3
|/ | | | | | | there is no file version - added a new mod column with icons displaying the content of the mod - MO now differentiates between mods using an internal name that disambiguates between foreign and regular mods
* - boss integrationTannin2014-01-231-0/+2
| | | | | - plugin list can now also display multiple flags for a file (like the mod list) - changed some compiler&linker settings to produce smaller binaries
* - when a download server returns a text file, it's assumed to be an error ↵Tannin2014-01-181-1/+0
| | | | | | | | | | and the text displayed as an error - save games can now be deleted from inside MO - bugfix: removing the pending download entry failed if the download-url request failed - bugfix: download manager didn't stop automatically resuming failed downloads under certain circumstances - bugfix: uninstalled downloads were treated as not-finished when refreshing the download list - bugfix: updating the filesystem watcher on the saves directory didn't work correctly
* - added an about dialogTannin2014-01-161-0/+82
- updated json library