| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
disabled collapsing for filter, there's already a button to hide it
|
| |
|
|
|
| |
merged categories and content, they can be distinguished using the type
added a not flag for criteria, not used yet
|
| |
|
|
| |
renamed some widgets
|
| | |
|
| |
|
|
| |
changed notendorsed filter to include anything else than true
|
| |
|
|
| |
fixed no mods being displayed for OR with no conditions
|
| |
|
|
|
|
| |
tab and for the root item in the archives tab
log error when trying to open mod info for a managed file but the mod isn't found
|
| | |
|
| |
|
|
| |
remove useless header in archives list
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
fixed handle leak when starting steam
|
| | |
|
| |
|
|
| |
merged a bunch of unnecessary functions in ProcessRunner
|
| |
|
|
| |
it's in ProcessRunner is a bit of a hack
|
| | |
|
| |
|
|
| |
turns out on_startButton_clicked() had redundant code
|
| |
|
|
|
|
|
|
| |
will crash if things refresh unexpectedly
removed runFile()
fixed crash when unlocking if some widgets were destroyed in the meantime
lock widget will now pick the active window and disable all top levels
|
| |
|
|
|
|
| |
rewrote ProcessRunner to have a bunch of setters and then a run()
fixed bad exit code when waiting on a process that's already completed
removed lock()/unlock() from main window, ProcessRunner is in charge of that now
|
| |
|
|
|
| |
added IUserInterface::qtWidget()
put back IUserInterface in OrganizerCore now that there's a way to get the widget
|
| |
|
|
| |
added waitForAllUSVFSProcesses() to OrganizerCore, used when closing MO
|
| |
|
|
| |
fixed env::get() returning garbage after value
|
| |
|
|
| |
added runExecutable() for Executable class, also used by runShortcut()
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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".
|
| |
|
|
| |
bumped to alpha 4.1
|
| |\
| |
| | |
Executables fixes
|
| | | |
|
| | | |
|
| |/
|
|
|
|
|
| |
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
|
| |\
| |
| | |
Log toggle in context menu
|
| | |
| |
| |
| | |
stuff in it
|
| |/
|
|
| |
don't re-read settings for that
|
| |\
| |
| | |
Check the api setting on startup to hide it if needed
|
| | | |
|
| |\ \
| | |
| | | |
Added "No valid game data" and "No Nexus ID" filters as per #295
|
| | |/ |
|
| |/
|
|
| |
fixes for shell functions changing names
|
| |\
| |
| | |
Dialog settings
|
| | |
| |
| |
| |
| | |
added option to disable checking for updates
removed online check, just try it and see
|
| |/
|
|
| |
handled hiding and unhiding as well as saving the state between sessions.
|
| |\
| |
| | |
Even more logging
|
| | |
| |
| |
| | |
removed 'suspended', not used
|
| | | |
|
| | |
| |
| |
| | |
removed dead code in MainWindow
|
| |/
|
|
|
|
|
| |
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.
|
| |
|
|
| |
removed "get" from the getters that had it
|
| |
|
|
| |
use dedicated functions to set, get or remove settings, allows for logging
|
| |
|
|
|
| |
existing servers now merged when retrieving the download links
download manager doesn't store the servers any more, queries the settings every time
|