summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* added separators filterisanae2019-11-271-0/+5
* added not filter, not functional yetisanae2019-11-271-0/+5
* changed mod name of unmanaged files from "data" to "<Unmanaged>" in the data ...isanae2019-11-271-6/+26
* added open mod info to data tab context menuisanae2019-11-261-0/+23
* fix sort in overwrite, remember settingsisanae2019-11-261-0/+1
* added option to hide confirmation when switching instancesisanae2019-11-261-6/+10
* threaded lootisanae2019-11-161-1/+2
* split loot stuff to loot.h/cpp, no changes in functionalityisanae2019-11-161-223/+4
* removed unused filesisanae2019-11-061-1/+0
* refresh ui after running an exe from 1) an external message, and 2) the data tabisanae2019-11-061-1/+1
* added a ForceWait flag to bypass disabled lockingisanae2019-11-061-1/+1
* added waitForAllUSVFSProcesses() wrapper in OrganizerCore, the fact that it's...isanae2019-11-061-3/+1
* removed runExecutable()isanae2019-11-061-2/+6
* removed runExecutableFile()isanae2019-11-061-33/+10
* explicit refresh parameter for setWaitForCompletion(), some parts of the ui w...isanae2019-11-061-1/+5
* added lockwidget to replace all the other dialogsisanae2019-11-061-40/+4
* split to processrunnerisanae2019-11-061-4/+9
* spawning an executable now only waits for that particular processisanae2019-11-061-10/+4
* moved findJavaInstallation() and getFileExecutionContext() to spawnisanae2019-11-061-32/+32
* renamed runExecutable() to runExecutablefile()isanae2019-11-061-21/+3
* initial Spawner and SpawnedProcessisanae2019-11-061-2/+2
* Improve automatic naming of new executablesLostDragonist2019-10-221-1/+1
* fixed loot not being hookedisanae2019-10-121-0/+1
* Merge pull request #863 from isanae/executables-fixesisanae2019-10-101-46/+108
|\
| * added hide flag to executablesisanae2019-10-081-42/+103
| * initial selection in the edit executables dialog from main windowisanae2019-10-081-4/+5
* | added ExitModOrganizer(), used instead of qApp->exit()isanae2019-10-071-38/+75
|/
* Merge pull request #855 from isanae/context-menu-log-toggleisanae2019-10-071-12/+18
|\
| * stop reusing the view menu, just create a new context menu with the right stu...isanae2019-10-051-12/+18
* | showEvent() is called for stuff like minimizing and restoring the window, don...isanae2019-10-051-4/+3
|/
* Merge pull request #851 from isanae/api-visible-at-startupisanae2019-10-051-1/+1
|\
| * check the api setting on startup to hide it if neededisanae2019-10-051-1/+1
* | Merge pull request #849 from Al12rs/more-filtersAl2019-10-041-0/+2
|\ \
| * | Added "No valid game data" and "No Nexus ID" filters as per #295Al2019-10-041-0/+2
| |/
* / added error messages to FileRenamer and a few moreisanae2019-10-041-18/+18
|/
* Merge pull request #842 from isanae/dialog-settingsisanae2019-10-041-0/+16
|\
| * changed the layout of the general settings tabisanae2019-09-231-0/+16
* | Made categories section (filters) resizable via a splitter. Correctly handled...Al2019-10-021-0/+2
|/
* Merge pull request #839 from isanae/even-more-loggingisanae2019-09-221-16/+7
|\
| * made SpawnParameters public, changed to Qt typesisanae2019-09-121-5/+7
| * split spawnBinaryProcess() into spawn, no changesisanae2019-09-121-1/+1
| * fixes for ExpanderWidgetisanae2019-09-111-11/+0
* | Add portable lock featureLostDragonist2019-09-111-0/+4
|/
* split settings into a bunch of classesisanae2019-09-021-60/+61
* removed duplicate useProxy()isanae2019-09-021-7/+5
* changed total speed and count to a list of the last 5 downloadsisanae2019-08-261-10/+21
* moved preferred servers into ServerListisanae2019-08-261-1/+1
* ServerList instead of a QList of ServerInfoisanae2019-08-261-9/+13
* made ServerInfo a classisanae2019-08-261-5/+5
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-1/+1