summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* Add executable setting to minimize MO2 to the system tray while running (#2313)Jonathan Feenstra2026-01-031-0/+13
|
* editable combobox for output mod nameisanae2020-12-291-0/+3
|
* added hide flag to executablesisanae2019-10-081-4/+17
|
* fixed tab orderisanae2019-10-081-0/+11
| | | | fixed list items being selected, but not focused, which broke keyboard nav
* remove whitespace from executable namesisanae2019-10-081-2/+5
| | | | add from binary, clone
* Changed label of executable dialog to be more clear about application icons.Al2019-09-231-1/+1
|
* removed concept of custom executables, everything is modifiableisanae2019-06-151-16/+21
| | | | | | added apply button to dialog added reset button that re-adds plugin executables and renames existing ones if needed moved executables files to their filter in visual studio
* reduced spacing between buttons, removed chatty loggingisanae2019-06-151-0/+6
|
* reduced margins around edit widgets, increased splitter handle width to ↵isanae2019-06-151-0/+12
| | | | separate the top buttons from the edit widgets a bit more
* changed the down/up pngs to be slightly offset vertically from what they ↵isanae2019-06-151-0/+24
| | | | | | | | were, they did not look aligned when next to each other added status/tooltip/whatsthis strings to new buttons change enabled status of up/down dynamically simplified move() to just move by one
* moved add/remove to the top, changed them to tool buttons with icons, added ↵isanae2019-06-151-34/+50
| | | | up/down buttons
* made the default size of the dialog a bit largerisanae2019-06-151-1/+1
|
* adjusted the position of the "(*) Profile Specific" labelisanae2019-06-151-0/+3
| | | | comments
* renamed most of the widgets to shorter or more descriptive names ↵isanae2019-06-151-28/+35
| | | | | | (newFilesModCheckBox?) modifying widgets calls save()
* load plugin executables after settings, allows for changing the orderisanae2019-06-151-195/+210
| | | | | 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-101/+117
| | | | moved add/remove below the list
* rework of the executables dialog to have a horizontal splitter and use a ↵isanae2019-06-151-277/+336
| | | | standard QDialogButtonBox
* fixed EditExecutablesDialog being opened without a parentisanae2019-06-151-2/+2
| | | | | | | | | 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
* Support for force loading librariesLostDragonist2019-01-111-0/+37
|
* Add files via uploadHelidoc652017-11-071-0/+6
| | | Fixed to get rid of WindowsWindow::setGeometry: Unable to set geometry bug.
* added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-0/+45
| | | | "overwrite"
* cleanupTannin2016-05-071-2/+2
|
* removed close-mo featureTannin2015-12-181-17/+0
|
* Allow user to select app icon or mo icon for generated shortcutsTom Tanner2015-07-181-14/+25
| | | | | Also fixes 'x' for toolbar not disappearing when it should Issue 701
* bugfix: moving an executable in the executable list caused that executableTannin2015-06-041-1/+1
| | | | to disappear
* workaround to prevent executables dialog from auto-selecting the top-most ↵Tannin2014-12-201-0/+3
| | | | executable
* - hook dll now monitors all mod directories, not only overwriteTannin2014-01-031-42/+23
| | | | | | - 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)
* initial commit to mercurial repository.Tannin2013-02-031-0/+262
Corresponds to MO version 0.12.6