summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* merged CustomOverwrites and ForcedLibraries, they were mostly identicalisanae2019-06-151-153/+49
| | | | some comments
* removed concept of custom executables, everything is modifiableisanae2019-06-151-66/+77
| | | | | | 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-2/+0
|
* changed the down/up pngs to be slightly offset vertically from what they ↵isanae2019-06-151-33/+54
| | | | | | | | 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-0/+48
| | | | up/down buttons
* adjusted the position of the "(*) Profile Specific" labelisanae2019-06-151-0/+3
| | | | comments
* moved commiting changes to EditExecutablesDialog itself instead of doing it ↵isanae2019-06-151-35/+112
| | | | | | | from the main window use a separate enabled state for custom overwrites and forced libraries, this remembers the values even when unchecking the checkbox, as long as the dialog stays opened pass the whole OrganizerCore to EditExecutablesDialog, simplifies a bunch of things
* handles changing the title to one that already exists by just ignoring itisanae2019-06-151-13/+44
|
* removed old, unused stuffisanae2019-06-151-232/+49
| | | | have mainwindow save all the new settings once the dialog closes
* moved functionality to CustomOverwrites and ForcedLibraries helper classesisanae2019-06-151-47/+116
|
* remove executableisanae2019-06-151-11/+50
|
* add executableisanae2019-06-151-30/+44
|
* pulled java installation detection out of getFileExecutionContext() and into ↵isanae2019-06-151-53/+51
| | | | | | | findJavaInstallation() because it was copy/pasted into EditExecutablesDialog fixed FileDialogMemory::getOpenFileName() to also use the given directory correctly handle browse binary button
* fixed FileDialogMemory::getOpenFileName() not using given directoryisanae2019-06-151-19/+35
| | | | | | disable all widgets when there's no selection now saves application icon browse working directory uses current value in file dialog
* save forced libraries internallyisanae2019-06-151-29/+55
|
* save steam app id, custom overwrite and application iconisanae2019-06-151-54/+95
| | | | custom overwrite directories now set locally, will be written to profile when closing the dialog
* renamed most of the widgets to shorter or more descriptive names ↵isanae2019-06-151-162/+197
| | | | | | (newFilesModCheckBox?) modifying widgets calls save()
* stop changing add button to modify, disable remove for plugin executablesisanae2019-06-151-36/+42
| | | | general clean up of member variable names, whitespace
* load plugin executables after settings, allows for changing the orderisanae2019-06-151-25/+109
| | | | | 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-3/+6
| | | | moved add/remove below the list
* rework of the executables dialog to have a horizontal splitter and use a ↵isanae2019-06-151-2/+8
| | | | standard QDialogButtonBox
* fixed EditExecutablesDialog being opened without a parentisanae2019-06-151-9/+26
| | | | | | | | | 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
* ExecutablesList:isanae2019-06-151-12/+12
| | | | | | - merged addExecutable(), updateExecutable() and addExecutableInternal() into a new setExecutable() - setExecutable() adds the executable to the list if not found, or forwards to Executable::mergeFrom() - mergeFrom() handles merging from/to plugin executables
* replaced ExecutablesList::getExecutables() by a standard container interfaceisanae2019-06-151-8/+35
| | | | | | renamed ExecutablesList::init() to addFromPlugin() renamed ExecutablesList::find() to get() and added a find() that returns an iterator changed some calls from get() to find() so they can handle failure because they didn't seem to handle std::runtime_error at all
* made Executable members private, added member function to get and set themisanae2019-06-151-16/+16
|
* Add protection against non-existent working directory for executablesLostDragonist2019-04-151-3/+27
|
* Auto-populate executable name when browsing for a fileLostDragonist2019-01-301-0/+4
|
* Delete the settings array before writing a new oneLostDragonist2019-01-111-0/+1
|
* Remove profile-specific executable settings when removing the executableLostDragonist2019-01-111-1/+3
|
* Fixes to library load widgetLostDragonist2019-01-111-2/+3
|
* Support for force loading librariesLostDragonist2019-01-111-2/+45
|
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-1/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-204/+245
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-245/+204
|
* - Fixed a bug that would keep re-activating the "Create files in mod instead ↵Al12rs2018-02-131-0/+3
| | | | | | of Overwrite" setting in the executable dialog after the user activated it for the first time. Basically it looked in the stored settings to see if there was an entry for that executable to decide if the checkbox was to be enebled but never deleted that entry if the checkbox was then deselected.
* Allow copying an executable without changing detailsEran Mizrahi2017-12-101-1/+2
|
* minor fixesTannin2016-05-071-0/+1
|
* added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-11/+46
| | | | "overwrite"
* cleanupTannin2016-05-071-3/+5
|
* removed close-mo featureTannin2015-12-181-13/+0
|
* Weren't getting warned if you changed an executable then selected anotherTom Tanner2015-09-051-9/+11
| | | | This fixes that and also redisplays the newly selected item properly
* bugfix: "add" button in editexecutables dialog didn't workTannin2015-09-031-2/+5
|
* auto-discovered executables aren't turned into custom ones if the user pressesTannin2015-08-311-1/+3
| | | | "Modify" without doing any changes
* code cleanupTannin2015-08-311-4/+6
|
* bugfix: auto-discovered executables couldn't be customizedTannin2015-08-311-11/+12
|
* Clean up of fixes for custom executable windowTom Tanner2015-08-131-1/+2
|
* Fix the executable configuration flags going awry from Customise windowTom Tanner2015-08-131-12/+12
|
* reverted most changes of changeset 626da419828a as I don't agree with themTannin2015-08-091-6/+14
|
* More work on the executables listTom Tanner2015-08-051-16/+7
| | | | | | Apart from an off by one in the popup list which had crept back in, reworked the underlying code even more, which now seems to get the list behaving in a predictable way.
* - changed the way flags on executables are stored in memoryTannin2015-08-021-4/+3
| | | | - some coding style fixes