| Commit message (Expand) | Author | Age | Files | Lines |
| * | use paintEvent() to allow interactive resize because showEvent() is too early | isanae | 2019-12-09 | 1 | -5/+11 |
| * | Merge pull request #931 from isanae/double-click-unhooked | isanae | 2019-12-09 | 1 | -88/+94 |
| |\ |
|
| | * | removed dead setDefaultActivationActionForFile() | isanae | 2019-12-09 | 1 | -50/+0 |
| | * | data tab: run exes unhooked by default | isanae | 2019-12-09 | 1 | -37/+92 |
| | * | conflicts tab: run exes unhooked by default | isanae | 2019-12-08 | 1 | -1/+2 |
| * | | Rework column insertion to move to the intended position post-facto | Silarn | 2019-12-08 | 1 | -15/+26 |
| * | | Change compact size for the conflicts column to be shorter since there are le... | Al | 2019-12-09 | 1 | -1/+1 |
| * | | Rework logic to parse by visual index | Silarn | 2019-12-08 | 1 | -6/+6 |
| |/ |
|
| * | removed unused on_clickBlankButton_clicked() | isanae | 2019-12-07 | 1 | -5/+0 |
| * | Fix mistakenly added modinfo tab ID | Silarn | 2019-12-06 | 1 | -1/+0 |
| * | Separate conflict flags and render them in separate columns | Silarn | 2019-12-06 | 1 | -1/+21 |
| * | moved logs back to the bottom of the list, they're not game related | isanae | 2019-12-04 | 1 | -1/+5 |
| * | implemented previews on double-click for the data and conflicts tabs | isanae | 2019-12-04 | 1 | -9/+81 |
| * | added explore button in the settings to open stylesheets folder | isanae | 2019-12-04 | 1 | -10/+7 |
| * | double-click now opens files for the data tab, filetree and conflict lists | isanae | 2019-12-02 | 1 | -6/+30 |
| * | added "open with vfs" to the data tab | isanae | 2019-12-02 | 1 | -8/+29 |
| * | 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 |
| |/ |
|