summaryrefslogtreecommitdiff
path: root/src/loot.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't apply LOOT-sorted load order until user clicks "Apply" (#2382)Jonathan Feenstra2026-05-061-10/+68
| | | | * Add sorted plugin list to LOOT dialog (markdown and button) * Prefix plugins with checkboxes to show whether they're enabled
* Use `lootGameName()` and `displayGameName()` in initial places. (#2030)Mikaël Capelle2024-05-261-1/+1
| | | | | | | | | | * Use `displayGameName()` in create instance dialogs & the main window, this doesn't cover all places `gameName()` was being used for purely display reasons, but it covers the bulk. * Use `lootGameName()` instead of `gameShortName()` for LOOT cli initiation. * Use game display name in status bar. --------- Co-authored-by: Twinki <Twinki@users.noreply.github.com>
* 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
| | | | had to move some classes to header files
* added text in when running lootisanae2019-12-171-22/+102
| | | | | stop indeterminate progress bar on errors add errors and warnings to report
* ignore loot reports about disabled pluginsisanae2019-11-261-16/+32
|
* removed calls to GetOverlappedResultEx() and SetThreadDescription(), not ↵isanae2019-11-251-3/+9
| | | | | | available on windows 7 bumped to alpha7.1
* bumped to 2.2.2alpha7isanae2019-11-251-2/+5
| | | | | use the broom icon for dirty plugins better handling of failing to spawn loot
* now passes --language to lootcliisanae2019-11-251-1/+2
|
* switched to overlapped io so lootcli can still be terminated even if it's ↵isanae2019-11-251-93/+202
| | | | not writing anything to stdout
* switched to named pipesisanae2019-11-251-69/+109
|
* fixed cancel buttonisanae2019-11-251-11/+36
| | | | debug logs, some cleanup
* tweaked css, finished markdown reportisanae2019-11-241-0/+139
| | | | copy markdown.html to resources/
* 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
| | | | | split PluginList::data() into individual functions disabled loot message processing, will use report instead
* rewrite of json report parsingisanae2019-11-231-130/+202
| | | | added json.h with some utilities
* emit logs for general messagesisanae2019-11-221-83/+94
| | | | handle new json output file
* 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
| | | | rewrote json output file handling to check for errors
* moved things aroundisanae2019-11-181-57/+81
|
* removed unused job stuffisanae2019-11-161-114/+90
| | | | don't emit error when the process terminates because it's cancelled
* 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