| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split to processrunner | isanae | 2019-11-06 | 1 | -4/+9 |
| | | | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | ||||
| * | spawning an executable now only waits for that particular process | isanae | 2019-11-06 | 1 | -10/+4 |
| | | | | | added waitForAllUSVFSProcesses() to OrganizerCore, used when closing MO | ||||
| * | moved findJavaInstallation() and getFileExecutionContext() to spawn | isanae | 2019-11-06 | 1 | -32/+32 |
| | | | | | fixed env::get() returning garbage after value | ||||
| * | renamed runExecutable() to runExecutablefile() | isanae | 2019-11-06 | 1 | -21/+3 |
| | | | | | added runExecutable() for Executable class, also used by runShortcut() | ||||
| * | initial Spawner and SpawnedProcess | isanae | 2019-11-06 | 1 | -2/+2 |
| | | | | | | | | added steam app id to spawn parameters removed threadHandle, unused moved most of the stuff from OrganizerCore::spawnBinaryProcess() to Spawner replaced m_UserInterface by m_MainWindow | ||||
| * | Improve automatic naming of new executables | LostDragonist | 2019-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | When using the "Add from file..." option, the extension will be removed. E.g., "zEdit 1.2.3.exe" will be shortened to "zEdit 1.2.3". When using the "Add empty" option and subsequently browsing for a binary, the complete base name will be used instead of just the base name. E.g., "zEdit 1.2.3.exe" will be shorted to "zEdit 1.2.3" instead of "zEdit 1". When using the "Add as Executable" option of the data tab, the complete base name will be used instead of just the base name. E.g., "zEdit 1.2.3.exe" will be shorted to "zEdit 1.2.3" instead of "zEdit 1". | ||||
| * | fixed loot not being hooked | isanae | 2019-10-12 | 1 | -0/+1 |
| | | | | | bumped to alpha 4.1 | ||||
| * | Merge pull request #863 from isanae/executables-fixes | isanae | 2019-10-10 | 1 | -46/+108 |
| |\ | | | | | Executables fixes | ||||
| | * | 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 |
| |/ | | | | | | | reset geometry uses TaskDialog moved restart code for the settings dialog to MainWindow fixed settings sometimes not being saved when restarting don't log "crash dumps present" every time the settings dialog is closed | ||||
| * | Merge pull request #855 from isanae/context-menu-log-toggle | isanae | 2019-10-07 | 1 | -12/+18 |
| |\ | | | | | Log toggle in context menu | ||||
| | * | stop reusing the view menu, just create a new context menu with the right ↵ | isanae | 2019-10-05 | 1 | -12/+18 |
| | | | | | | | | | stuff in it | ||||
| * | | showEvent() is called for stuff like minimizing and restoring the window, ↵ | isanae | 2019-10-05 | 1 | -4/+3 |
| |/ | | | | don't re-read settings for that | ||||
| * | 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 | ||||
| | * | 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 | ||||
| | * | | 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 |
| |/ | | | | fixes for shell functions changing names | ||||
| * | Merge pull request #842 from isanae/dialog-settings | isanae | 2019-10-04 | 1 | -0/+16 |
| |\ | | | | | Dialog settings | ||||
| | * | changed the layout of the general settings tab | isanae | 2019-09-23 | 1 | -0/+16 |
| | | | | | | | | | | | added option to disable checking for updates removed online check, just try it and see | ||||
| * | | Made categories section (filters) resizable via a splitter. Correctly ↵ | Al | 2019-10-02 | 1 | -0/+2 |
| |/ | | | | handled hiding and unhiding as well as saving the state between sessions. | ||||
| * | Merge pull request #839 from isanae/even-more-logging | isanae | 2019-09-22 | 1 | -16/+7 |
| |\ | | | | | Even more logging | ||||
| | * | made SpawnParameters public, changed to Qt types | isanae | 2019-09-12 | 1 | -5/+7 |
| | | | | | | | | | removed 'suspended', not used | ||||
| | * | split spawnBinaryProcess() into spawn, no changes | isanae | 2019-09-12 | 1 | -1/+1 |
| | | | |||||
| | * | fixes for ExpanderWidget | isanae | 2019-09-11 | 1 | -11/+0 |
| | | | | | | | | | removed dead code in MainWindow | ||||
| * | | Add portable lock feature | LostDragonist | 2019-09-11 | 1 | -0/+4 |
| |/ | | | | | | | If the file "portable.txt" is present in the application directory, MO will force itself to be launched as a portable instance. The change game button and menu item are hidden to prevent the user from changing out of the portable instance. | ||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -60/+61 |
| | | | | | removed "get" from the getters that had it | ||||
| * | removed duplicate useProxy() | isanae | 2019-09-02 | 1 | -7/+5 |
| | | | | | use dedicated functions to set, get or remove settings, allows for logging | ||||
| * | changed total speed and count to a list of the last 5 downloads | isanae | 2019-08-26 | 1 | -10/+21 |
| | | | | | | existing servers now merged when retrieving the download links download manager doesn't store the servers any more, queries the settings every time | ||||
| * | 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 |
| | | | | | | changed preferred to an int moved all server settings to Settings | ||||
| * | made ServerInfo a class | isanae | 2019-08-26 | 1 | -5/+5 |
| | | | | | moved server functions together in Settings | ||||
| * | made member variables in SettingsTab private, added accessors | isanae | 2019-08-17 | 1 | -1/+1 |
| | | | | | SettingsDialog now uses GeometrySaver | ||||
| * | passes callbacks to QuestionBoxMemory so it doesn't access the ini directly | isanae | 2019-08-17 | 1 | -3/+3 |
| | | | | | | fixed selected executable being empty after closing the edit dialog put backup_install inside Settings | ||||
| * | put tutorials in the settings | isanae | 2019-08-17 | 1 | -11/+41 |
| | | | | | finished moving endorsement to settings | ||||
| * | 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 |
| | | | | | added combobox index to settings | ||||
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -55/+23 |
| | | | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid | ||||
| * | moved all geometry save, restore and reset to GeometrySettings | isanae | 2019-08-16 | 1 | -53/+22 |
| | | | | | changed reset button in settings to restart immediately | ||||
| * | merged toolbars into restoreToolbars() and saveToolbars() | isanae | 2019-08-16 | 1 | -20/+8 |
| | | | | | | | added centerOnMainWindowMonitor(), now also used by validation dialog added overloads for splitter, used by main splitter fixed saveState() for QMainWindow calling the wrong function | ||||
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -33/+16 |
| | | | | | | removed widget-specific functions in GeometrySettings, now using generic functions in Settings removed some unused member variables in MainWindow | ||||
| * | geo already saved by ListDialog | isanae | 2019-08-04 | 1 | -6/+1 |
| | | |||||
| * | removed registerWidgetState(), was used just for header list headers, now ↵ | isanae | 2019-08-04 | 1 | -47/+26 |
| | | | | | saved and restored directly | ||||
| * | 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 |
| | | |||||
| * | removed convertVariant(), turns out value() does it | isanae | 2019-08-04 | 1 | -12/+18 |
| | | | | | separator colors to settings | ||||
| * | moved geometry handling to mod info and overwrite dialogs | isanae | 2019-08-04 | 1 | -17/+1 |
| | | |||||
| * | moved geometry handling to ProfilesDialog | isanae | 2019-08-04 | 1 | -6/+2 |
| | | |||||
