summaryrefslogtreecommitdiff
path: root/src/browserdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-64/+56
* Convert everything to CRLF.Mikaël Capelle2023-07-091-297/+297
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-9/+11
* split settings into a bunch of classesisanae2019-09-021-1/+1
* moved all geometry save, restore and reset to GeometrySettingsisanae2019-08-161-1/+2
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-5/+7
|\
| * changed qCritical() to log::error()isanae2019-07-221-5/+7
* | More refactoringSilarn2019-07-031-1/+0
* | Refactor obsolete methodsSilarn2019-07-031-3/+2
|/
* Change Nexus API URLSilarn2018-04-281-2/+2
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-158/+206
* Applied clang-format on sourceSandro Jäckel2018-02-221-206/+158
* First attempt to update to QT5.7LePresidente2017-01-041-16/+16
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into Tho...TanninOne2015-12-061-1/+1
|\
| * Added support for include-what-you-use in a very simplistic fashion to the Sc...Thomas Tanner2015-10-171-2/+0
* | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-4/+2
|/
* Merge with branch1.2Tannin2015-01-241-0/+1
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-0/+1
| * - several style fixes suggested by static analysisTannin2014-09-241-1/+1
| * - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-271-2/+28
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-270/+270
* | replaced all uses of NULL with nullptrTannin2014-11-281-8/+8
* | cleanup und bugfixes after refactoringTannin2014-11-281-2/+2
* | - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-1/+0
* | - several style fixes suggested by static analysisTannin2014-09-241-1/+1
* | - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-271-2/+28
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-270/+270
|/
* - bugfix: networkaccessmanager of browser dialog wasn't destroyed correctly. ...Tannin2014-06-211-1/+1
* - added a new mod type that represents files handled externally (i.e. DLCs) a...Tannin2014-05-311-7/+7
* - loot client no longer stalls the process while waiting for masterlist updateTannin2014-04-161-16/+10
* - added support for mod page pluginsTannin2013-09-151-0/+276