| Commit message (Expand) | Author | Age | Files | Lines |
| * | three modes for separators, save state | isanae | 2019-12-02 | 1 | -6/+10 |
| * | fixed setting selection when checking for updates | isanae | 2019-11-30 | 1 | -1/+5 |
| * | fixed bad label for content categories | isanae | 2019-11-30 | 1 | -2/+8 |
| * | removed redundant categories now that there's a not filter | isanae | 2019-11-30 | 1 | -2/+2 |
| * | renamed filters to criteria | isanae | 2019-11-30 | 1 | -29/+21 |
| * | moved all remaining filter stuff to FilterList | isanae | 2019-11-29 | 1 | -32/+75 |
| * | split filter list | isanae | 2019-11-27 | 1 | -165/+12 |
| * | added separators filter | isanae | 2019-11-27 | 1 | -0/+5 |
| * | added not filter, not functional yet | isanae | 2019-11-27 | 1 | -0/+5 |
| * | changed mod name of unmanaged files from "data" to "<Unmanaged>" in the data ... | isanae | 2019-11-27 | 1 | -6/+26 |
| * | added open mod info to data tab context menu | isanae | 2019-11-26 | 1 | -0/+23 |
| * | fix sort in overwrite, remember settings | isanae | 2019-11-26 | 1 | -0/+1 |
| * | added option to hide confirmation when switching instances | isanae | 2019-11-26 | 1 | -6/+10 |
| * | threaded loot | isanae | 2019-11-16 | 1 | -1/+2 |
| * | split loot stuff to loot.h/cpp, no changes in functionality | isanae | 2019-11-16 | 1 | -223/+4 |
| * | removed unused files | isanae | 2019-11-06 | 1 | -1/+0 |
| * | refresh ui after running an exe from 1) an external message, and 2) the data tab | isanae | 2019-11-06 | 1 | -1/+1 |
| * | added a ForceWait flag to bypass disabled locking | isanae | 2019-11-06 | 1 | -1/+1 |
| * | added waitForAllUSVFSProcesses() wrapper in OrganizerCore, the fact that it's... | isanae | 2019-11-06 | 1 | -3/+1 |
| * | removed runExecutable() | isanae | 2019-11-06 | 1 | -2/+6 |
| * | removed runExecutableFile() | isanae | 2019-11-06 | 1 | -33/+10 |
| * | explicit refresh parameter for setWaitForCompletion(), some parts of the ui w... | isanae | 2019-11-06 | 1 | -1/+5 |
| * | added lockwidget to replace all the other dialogs | isanae | 2019-11-06 | 1 | -40/+4 |
| * | split to processrunner | isanae | 2019-11-06 | 1 | -4/+9 |
| * | spawning an executable now only waits for that particular process | isanae | 2019-11-06 | 1 | -10/+4 |
| * | moved findJavaInstallation() and getFileExecutionContext() to spawn | isanae | 2019-11-06 | 1 | -32/+32 |
| * | renamed runExecutable() to runExecutablefile() | isanae | 2019-11-06 | 1 | -21/+3 |
| * | initial Spawner and SpawnedProcess | isanae | 2019-11-06 | 1 | -2/+2 |
| * | Improve automatic naming of new executables | LostDragonist | 2019-10-22 | 1 | -1/+1 |
| * | fixed loot not being hooked | isanae | 2019-10-12 | 1 | -0/+1 |
| * | Merge pull request #863 from isanae/executables-fixes | isanae | 2019-10-10 | 1 | -46/+108 |
| |\ |
|
| | * | added hide flag to executables | isanae | 2019-10-08 | 1 | -42/+103 |
| | * | initial selection in the edit executables dialog from main window | isanae | 2019-10-08 | 1 | -4/+5 |
| * | | added ExitModOrganizer(), used instead of qApp->exit() | isanae | 2019-10-07 | 1 | -38/+75 |
| |/ |
|
| * | Merge pull request #855 from isanae/context-menu-log-toggle | isanae | 2019-10-07 | 1 | -12/+18 |
| |\ |
|
| | * | stop reusing the view menu, just create a new context menu with the right stu... | isanae | 2019-10-05 | 1 | -12/+18 |
| * | | showEvent() is called for stuff like minimizing and restoring the window, don... | isanae | 2019-10-05 | 1 | -4/+3 |
| |/ |
|
| * | Merge pull request #851 from isanae/api-visible-at-startup | isanae | 2019-10-05 | 1 | -1/+1 |
| |\ |
|
| | * | check the api setting on startup to hide it if needed | isanae | 2019-10-05 | 1 | -1/+1 |
| * | | Merge pull request #849 from Al12rs/more-filters | Al | 2019-10-04 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Added "No valid game data" and "No Nexus ID" filters as per #295 | Al | 2019-10-04 | 1 | -0/+2 |
| | |/ |
|
| * / | added error messages to FileRenamer and a few more | isanae | 2019-10-04 | 1 | -18/+18 |
| |/ |
|
| * | Merge pull request #842 from isanae/dialog-settings | isanae | 2019-10-04 | 1 | -0/+16 |
| |\ |
|
| | * | changed the layout of the general settings tab | isanae | 2019-09-23 | 1 | -0/+16 |
| * | | Made categories section (filters) resizable via a splitter. Correctly handled... | Al | 2019-10-02 | 1 | -0/+2 |
| |/ |
|
| * | Merge pull request #839 from isanae/even-more-logging | isanae | 2019-09-22 | 1 | -16/+7 |
| |\ |
|
| | * | made SpawnParameters public, changed to Qt types | isanae | 2019-09-12 | 1 | -5/+7 |
| | * | split spawnBinaryProcess() into spawn, no changes | isanae | 2019-09-12 | 1 | -1/+1 |
| | * | fixes for ExpanderWidget | isanae | 2019-09-11 | 1 | -11/+0 |
| * | | Add portable lock feature | LostDragonist | 2019-09-11 | 1 | -0/+4 |
| |/ |
|