summaryrefslogtreecommitdiff
path: root/src/persistentcookiejar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-11/+15
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-74/+74
|
* changed qDebug() to log::debug()isanae2019-07-221-1/+1
| | | | removed some commented out logging
* changed qCritical() to log::error()isanae2019-07-221-3/+5
| | | | removed now unused vlog()
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-3/+3
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-47/+49
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-49/+47
|
* added button to clear webcaches and cookiesTannin2016-05-191-0/+6
|
* cleanupTannin2016-05-071-1/+1
|
* - added a new mod type that represents files handled externally (i.e. DLCs) ↵Tannin2014-05-311-0/+2
| | | | | | | | | | | as mods in MO - hashes of file names in bsa files are no longer checked all the time - author and description is now read from esp files - rewrote the code that fixes modlists after a rename, should be a bit more robust - fixes to qt 5 and msvc 2013 compatibility - started to update the tutorial (not done yet!) - bugfix: counter for the problems badge wasn't calculated correctly
* - added support for mod page pluginsTannin2013-09-151-0/+64
- re-introduced the integrated browser - added a plugin to download from the tes alliance page - the download list now contains the file description - nexus interface now stores cookies persistently to reduce number of required log-ins