| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
fixed includes because shared/ isn't in the path anymore
removed unused modeltest files
|
| |
|
|
|
| |
removed incorrect assert about an empty game edition
added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over
|
| |
|
|
| |
save main window settings in closeEvent()
|
| |
|
|
|
|
|
|
|
|
| |
binaries, that's handled when spawning
removed useless checkEnvironment(), which checked for EventLog
removed CREATE_BREAKAWAY_FROM_JOB from CreateProcess() calls, didn't do anything
fixed setFromFileOrExecutable() when running just a filename that's not an executable name
split run()
fixed lock widget being disabled when running without a ui
|
| |
|
|
| |
fixed handle leak when starting steam
|
| |
|
|
|
| |
log the actual spawning and requests to start as well as wait from plugins
raise the lock widget when it's a dialog
|
| |
|
|
|
| |
added IUserInterface::qtWidget()
put back IUserInterface in OrganizerCore now that there's a way to get the widget
|
| |
|
|
| |
waiting for process now gets the whole process tree to find an interesting process
|
| |
|
|
| |
simplified waitForAllUSVFSProcesses() to always get the list of running processes after one process completes
|
| |
|
|
| |
added waitForAllUSVFSProcesses() to OrganizerCore, used when closing MO
|
| | |
|
| |
|
|
| |
fixed env::get() returning garbage after value
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
| |
typos
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
added a parent widget parameter to a bunch of places
fixed paths still getting changed even if folders can't be created
made private the member variables that were temporarily public during rework
|
| |
|
|
| |
fixed dialog choices not remembering files
|
| |
|
|
| |
moved blacklisted confirmation to dialogs
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
removed unused helper::init()
removed logging when deleting a credential that doesn't exist, happens all the time
|
| |
|
|
|
|
|
| |
starting steam with spawn() instead of QProcess
dialogs for bad steam registry key and failure
refactored credentials code, added logging
add environment variables to env
|
| | |
|
| |
|
|
| |
moved processes from env.cpp to envmodule.cpp, merged what crash dumps did with what was in testForSteam()
|
| |
|
|
| |
removed 'suspended', not used
|
| | |
|
| |
|
|
| |
error dialogs now use TaskDialog with more user-friendly text
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Previously, a new process of MO would be created as administrator when elevation was required. This had some unwanted side effects. The GUI lock would not function. The virtual file system would likely break as the non-admin process could not access data from the new admin instance.
|
| | |
|
| |
|
|
| |
CreateProcessHooked() to see if we can discover somethig more on Parameter is incorrect error.
|
| |
|
|
| |
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/gameinfoimpl.cpp
src/installationmanager.cpp
src/mainwindow.cpp
src/organizercore.cpp
src/organizercore.h
src/organizerproxy.cpp
src/organizerproxy.h
src/savegamegamebryo.cpp
src/savegamegamebyro.h
src/selfupdater.h
src/shared/fallout3info.cpp
src/shared/fallout3info.h
src/shared/falloutnvinfo.cpp
src/shared/falloutnvinfo.h
src/shared/gameinfo.cpp
src/shared/gameinfo.h
src/shared/oblivioninfo.cpp
src/shared/oblivioninfo.h
src/shared/skyriminfo.cpp
src/shared/skyriminfo.h
src/spawn.cpp
src/transfersavesdialog.cpp
|
| | |
| |
| |
| | |
of gameinfo.h includes
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
- fixed files missing from vfs if parent directory exists in real destination dir
- implemented plugin api to access current profile
- steam game detection now also works for 64-bit games
- removed reference to archive tab from tutorial
- usvfs log level is now taken from config
- some cleanup
|
| |/ |
|
| | |
|
| |
|
|
| |
from static code analysis)
|