summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* replaced qWarning()isanae2019-07-221-10/+9
* merged CustomOverwrites and ForcedLibraries, they were mostly identicalisanae2019-06-151-153/+49
* removed concept of custom executables, everything is modifiableisanae2019-06-151-66/+77
* reduced spacing between buttons, removed chatty loggingisanae2019-06-151-2/+0
* changed the down/up pngs to be slightly offset vertically from what they were...isanae2019-06-151-33/+54
* moved add/remove to the top, changed them to tool buttons with icons, added u...isanae2019-06-151-0/+48
* adjusted the position of the "(*) Profile Specific" labelisanae2019-06-151-0/+3
* moved commiting changes to EditExecutablesDialog itself instead of doing it f...isanae2019-06-151-35/+112
* 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
* 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
* fixed FileDialogMemory::getOpenFileName() not using given directoryisanae2019-06-151-19/+35
* save forced libraries internallyisanae2019-06-151-29/+55
* save steam app id, custom overwrite and application iconisanae2019-06-151-54/+95
* renamed most of the widgets to shorter or more descriptive names (newFilesMod...isanae2019-06-151-162/+197
* stop changing add button to modify, disable remove for plugin executablesisanae2019-06-151-36/+42
* load plugin executables after settings, allows for changing the orderisanae2019-06-151-25/+109
* replaced close with ok/cancelisanae2019-06-151-3/+6
* rework of the executables dialog to have a horizontal splitter and use a stan...isanae2019-06-151-2/+8
* fixed EditExecutablesDialog being opened without a parentisanae2019-06-151-9/+26
* ExecutablesList:isanae2019-06-151-12/+12
* replaced ExecutablesList::getExecutables() by a standard container interfaceisanae2019-06-151-8/+35
* 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
* 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
* 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 "overw...Tannin2016-05-071-11/+46
* 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
* 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
* 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