| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve code for reading text files line-by-line | Jonathan Feenstra | 2026-05-17 | 1 | -8/+13 |
| | | |||||
| * | Don't apply LOOT-sorted load order until user clicks "Apply" (#2382) | Jonathan Feenstra | 2026-05-06 | 1 | -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 Capelle | 2024-05-26 | 1 | -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 Capelle | 2023-07-09 | 1 | -171/+138 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| | | |||||
| * | loot exit code in hex | isanae | 2020-07-10 | 1 | -1/+1 |
| | | |||||
| * | fixed warnings about Q_OBJECT and thousand separators | isanae | 2020-04-18 | 1 | -1/+1 |
| | | | | | had to move some classes to header files | ||||
| * | added text in when running loot | isanae | 2019-12-17 | 1 | -22/+102 |
| | | | | | | stop indeterminate progress bar on errors add errors and warnings to report | ||||
| * | ignore loot reports about disabled plugins | isanae | 2019-11-26 | 1 | -16/+32 |
| | | |||||
| * | removed calls to GetOverlappedResultEx() and SetThreadDescription(), not ↵ | isanae | 2019-11-25 | 1 | -3/+9 |
| | | | | | | | available on windows 7 bumped to alpha7.1 | ||||
| * | bumped to 2.2.2alpha7 | isanae | 2019-11-25 | 1 | -2/+5 |
| | | | | | | use the broom icon for dirty plugins better handling of failing to spawn loot | ||||
| * | now passes --language to lootcli | isanae | 2019-11-25 | 1 | -1/+2 |
| | | |||||
| * | switched to overlapped io so lootcli can still be terminated even if it's ↵ | isanae | 2019-11-25 | 1 | -93/+202 |
| | | | | | not writing anything to stdout | ||||
| * | switched to named pipes | isanae | 2019-11-25 | 1 | -69/+109 |
| | | |||||
| * | fixed cancel button | isanae | 2019-11-25 | 1 | -11/+36 |
| | | | | | debug logs, some cleanup | ||||
| * | tweaked css, finished markdown report | isanae | 2019-11-24 | 1 | -0/+139 |
| | | | | | copy markdown.html to resources/ | ||||
| * | changed loot report to webengine with markdown support | isanae | 2019-11-24 | 1 | -1/+3 |
| | | |||||
| * | split loot dialog, added ui file | isanae | 2019-11-24 | 1 | -270/+1 |
| | | |||||
| * | basic html loot report | isanae | 2019-11-24 | 1 | -7/+46 |
| | | |||||
| * | added loot info to tooltip | isanae | 2019-11-23 | 1 | -33/+18 |
| | | |||||
| * | added loot report to the plugin list, not used yet | isanae | 2019-11-23 | 1 | -87/+44 |
| | | | | | | split PluginList::data() into individual functions disabled loot message processing, will use report instead | ||||
| * | rewrite of json report parsing | isanae | 2019-11-23 | 1 | -130/+202 |
| | | | | | added json.h with some utilities | ||||
| * | emit logs for general messages | isanae | 2019-11-22 | 1 | -83/+94 |
| | | | | | handle new json output file | ||||
| * | open json report button | isanae | 2019-11-22 | 1 | -3/+33 |
| | | |||||
| * | cancel/close button | isanae | 2019-11-22 | 1 | -4/+20 |
| | | |||||
| * | added loot log level option | isanae | 2019-11-22 | 1 | -30/+49 |
| | | |||||
| * | handles changes in lootcli for a more formal communication protocol | isanae | 2019-11-18 | 1 | -37/+88 |
| | | |||||
| * | <li> in tooltip for information messages | isanae | 2019-11-18 | 1 | -13/+191 |
| | | | | | rewrote json output file handling to check for errors | ||||
| * | moved things around | isanae | 2019-11-18 | 1 | -57/+81 |
| | | |||||
| * | removed unused job stuff | isanae | 2019-11-16 | 1 | -114/+90 |
| | | | | | don't emit error when the process terminates because it's cancelled | ||||
| * | threaded loot | isanae | 2019-11-16 | 1 | -107/+210 |
| | | |||||
| * | added loot output | isanae | 2019-11-16 | 1 | -1/+29 |
| | | |||||
| * | added LootDialog, more flexible than QProgressDialog | isanae | 2019-11-16 | 1 | -7/+74 |
| | | |||||
| * | split loot stuff to loot.h/cpp, no changes in functionality | isanae | 2019-11-16 | 1 | -0/+244 |
