summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* renamed most of the widgets to shorter or more descriptive names ↵isanae2019-06-151-16/+24
| | | | | | (newFilesModCheckBox?) modifying widgets calls save()
* stop changing add button to modify, disable remove for plugin executablesisanae2019-06-151-48/+15
| | | | general clean up of member variable names, whitespace
* load plugin executables after settings, allows for changing the orderisanae2019-06-151-2/+7
| | | | | added warning that an executable is provided by a plugin, disable widgets that can't be changed refactoring EditExecutablesDialog
* replaced close with ok/cancelisanae2019-06-151-1/+2
| | | | moved add/remove below the list
* rework of the executables dialog to have a horizontal splitter and use a ↵isanae2019-06-151-2/+3
| | | | standard QDialogButtonBox
* fixed EditExecutablesDialog being opened without a parentisanae2019-06-151-1/+1
| | | | | | | | | removed Executable's constructor with values, replaced with default ctor + setters, all these strings were much too error-prone added Executable ctor overload to convert from ExecutableInfo plugin executables now override most of the custom changes renamed browseButton to browseBinaryButton to avoid confusion with the other browseDirButton fixed both browse dialogs not handling cancel EditExecutablesDialog's list used to change the text color for custom executables, replaced with italics
* Add protection against non-existent working directory for executablesLostDragonist2019-04-151-0/+4
|
* Fixes to library load widgetLostDragonist2019-01-111-0/+4
|
* Support for force loading librariesLostDragonist2019-01-111-0/+6
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-39/+46
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-46/+39
|
* added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-4/+17
| | | | "overwrite"
* workaround to prevent executables dialog from auto-selecting the top-most ↵Tannin2014-12-201-2/+4
| | | | executable
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-98/+98
|
* - hook dll now monitors all mod directories, not only overwriteTannin2014-01-031-2/+14
| | | | | | - dialog for changing executables now warns if changes will be lost - main window is now locked before activating pre-start hooks - better responsiveness while main window is locked (or should be)
* - moved shared and uibase libraries to namespacesTannin2013-02-171-67/+67
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+86
Corresponds to MO version 0.12.6