summaryrefslogtreecommitdiff
path: root/src/loot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve code for reading text files line-by-lineJonathan Feenstra2026-05-171-8/+13
* Don't apply LOOT-sorted load order until user clicks "Apply" (#2382)Jonathan Feenstra2026-05-061-10/+68
* Use `lootGameName()` and `displayGameName()` in initial places. (#2030)Mikaël Capelle2024-05-261-1/+1
* Apply clang-format.Mikaël Capelle2023-07-091-171/+138
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
* loot exit code in hexisanae2020-07-101-1/+1
* fixed warnings about Q_OBJECT and thousand separatorsisanae2020-04-181-1/+1
* added text in when running lootisanae2019-12-171-22/+102
* ignore loot reports about disabled pluginsisanae2019-11-261-16/+32
* removed calls to GetOverlappedResultEx() and SetThreadDescription(), not avai...isanae2019-11-251-3/+9
* bumped to 2.2.2alpha7isanae2019-11-251-2/+5
* now passes --language to lootcliisanae2019-11-251-1/+2
* switched to overlapped io so lootcli can still be terminated even if it's not...isanae2019-11-251-93/+202
* switched to named pipesisanae2019-11-251-69/+109
* fixed cancel buttonisanae2019-11-251-11/+36
* tweaked css, finished markdown reportisanae2019-11-241-0/+139
* changed loot report to webengine with markdown supportisanae2019-11-241-1/+3
* split loot dialog, added ui fileisanae2019-11-241-270/+1
* basic html loot reportisanae2019-11-241-7/+46
* added loot info to tooltipisanae2019-11-231-33/+18
* added loot report to the plugin list, not used yetisanae2019-11-231-87/+44
* rewrite of json report parsingisanae2019-11-231-130/+202
* emit logs for general messagesisanae2019-11-221-83/+94
* open json report buttonisanae2019-11-221-3/+33
* cancel/close buttonisanae2019-11-221-4/+20
* added loot log level optionisanae2019-11-221-30/+49
* handles changes in lootcli for a more formal communication protocolisanae2019-11-181-37/+88
* <li> in tooltip for information messagesisanae2019-11-181-13/+191
* moved things aroundisanae2019-11-181-57/+81
* removed unused job stuffisanae2019-11-161-114/+90
* threaded lootisanae2019-11-161-107/+210
* added loot outputisanae2019-11-161-1/+29
* added LootDialog, more flexible than QProgressDialogisanae2019-11-161-7/+74
* split loot stuff to loot.h/cpp, no changes in functionalityisanae2019-11-161-0/+244