| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |/ |
|
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -60/+61 |
| * | removed duplicate useProxy() | isanae | 2019-09-02 | 1 | -7/+5 |
| * | changed total speed and count to a list of the last 5 downloads | isanae | 2019-08-26 | 1 | -10/+21 |
| * | moved preferred servers into ServerList | isanae | 2019-08-26 | 1 | -1/+1 |
| * | ServerList instead of a QList of ServerInfo | isanae | 2019-08-26 | 1 | -9/+13 |
| * | made ServerInfo a class | isanae | 2019-08-26 | 1 | -5/+5 |
| * | made member variables in SettingsTab private, added accessors | isanae | 2019-08-17 | 1 | -1/+1 |
| * | passes callbacks to QuestionBoxMemory so it doesn't access the ini directly | isanae | 2019-08-17 | 1 | -3/+3 |
| * | put tutorials in the settings | isanae | 2019-08-17 | 1 | -11/+41 |
| * | put endorsement state and first start in settings | isanae | 2019-08-17 | 1 | -17/+37 |
| * | merged DockFixer into GeometrySettings | isanae | 2019-08-16 | 1 | -127/+29 |
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -55/+23 |
| * | moved all geometry save, restore and reset to GeometrySettings | isanae | 2019-08-16 | 1 | -53/+22 |
| * | merged toolbars into restoreToolbars() and saveToolbars() | isanae | 2019-08-16 | 1 | -20/+8 |
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -33/+16 |
| * | geo already saved by ListDialog | isanae | 2019-08-04 | 1 | -6/+1 |
| * | removed registerWidgetState(), was used just for header list headers, now sav... | isanae | 2019-08-04 | 1 | -47/+26 |
| * | moved mod list stuff to setupModList(), no changes | isanae | 2019-08-04 | 1 | -42/+78 |
| * | moved geometry handling to ProblemsDialog and CategoriesDialog | isanae | 2019-08-04 | 1 | -18/+8 |
| * | moved geometry handling to ListDialog | isanae | 2019-08-04 | 1 | -8/+0 |