| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -4/+3 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | Don't allow foreign mods or overwrite for overriding overwrite | Chris Bessent | 2020-01-26 | 1 | -1/+5 |
| | | |||||
| * | allow relative paths for binaries in the executables settings | isanae | 2019-11-27 | 1 | -1/+1 |
| | | | | | added SSAudioOSD.dll to checks | ||||
| * | moved findJavaInstallation() and getFileExecutionContext() to spawn | isanae | 2019-11-06 | 1 | -1/+2 |
| | | | | | fixed env::get() returning garbage after value | ||||
| * | Improve automatic naming of new executables | LostDragonist | 2019-10-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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". | ||||
| * | Remove mention of 32-bit Java | LostDragonist | 2019-10-18 | 1 | -2/+2 |
| | | | | | | MO doesn't really care about which version of Java is installed. Saying that 32-bit Java is required is misleading. | ||||
| * | title wasn't always trimmed, did all sorts of weird things | isanae | 2019-10-14 | 1 | -1/+1 |
| | | |||||
| * | added hide flag to executables | isanae | 2019-10-08 | 1 | -0/+11 |
| | | |||||
| * | fixed tab order | isanae | 2019-10-08 | 1 | -9/+18 |
| | | | | | fixed list items being selected, but not focused, which broke keyboard nav | ||||
| * | remove separators and backups from mod list in the edit executables dialog | isanae | 2019-10-08 | 1 | -1/+6 |
| | | |||||
| * | initial selection in the edit executables dialog from main window | isanae | 2019-10-08 | 1 | -1/+5 |
| | | |||||
| * | remove whitespace from executable names | isanae | 2019-10-08 | 1 | -44/+120 |
| | | | | | add from binary, clone | ||||
| * | disallow empty titles | isanae | 2019-10-07 | 1 | -6/+21 |
| | | |||||
| * | Add translation to "New Executable" | LostDragonist | 2019-09-17 | 1 | -1/+1 |
| | | |||||
| * | Automatically fill in the name of new executables | LostDragonist | 2019-09-17 | 1 | -2/+3 |
| | | | | | | | When the binary browse button is used to select a binary, this will use the binary name to fill in the executable name if the previous executable name stated with "New Executable". | ||||
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -11/+2 |
| | | | | | | removed widget-specific functions in GeometrySettings, now using generic functions in Settings removed some unused member variables in MainWindow | ||||
| * | moved geometry handling to EditExecutablesDialog itself | isanae | 2019-08-04 | 1 | -0/+14 |
| | | |||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -10/+9 |
| | | |||||
| * | merged CustomOverwrites and ForcedLibraries, they were mostly identical | isanae | 2019-06-15 | 1 | -153/+49 |
| | | | | | some comments | ||||
| * | removed concept of custom executables, everything is modifiable | isanae | 2019-06-15 | 1 | -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 logging | isanae | 2019-06-15 | 1 | -2/+0 |
| | | |||||
| * | changed the down/up pngs to be slightly offset vertically from what they ↵ | isanae | 2019-06-15 | 1 | -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 ↵ | isanae | 2019-06-15 | 1 | -0/+48 |
| | | | | | up/down buttons | ||||
| * | adjusted the position of the "(*) Profile Specific" label | isanae | 2019-06-15 | 1 | -0/+3 |
| | | | | | comments | ||||
| * | moved commiting changes to EditExecutablesDialog itself instead of doing it ↵ | isanae | 2019-06-15 | 1 | -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 it | isanae | 2019-06-15 | 1 | -13/+44 |
| | | |||||
| * | removed old, unused stuff | isanae | 2019-06-15 | 1 | -232/+49 |
| | | | | | have mainwindow save all the new settings once the dialog closes | ||||
| * | moved functionality to CustomOverwrites and ForcedLibraries helper classes | isanae | 2019-06-15 | 1 | -47/+116 |
| | | |||||
| * | remove executable | isanae | 2019-06-15 | 1 | -11/+50 |
| | | |||||
| * | add executable | isanae | 2019-06-15 | 1 | -30/+44 |
| | | |||||
| * | pulled java installation detection out of getFileExecutionContext() and into ↵ | isanae | 2019-06-15 | 1 | -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 directory | isanae | 2019-06-15 | 1 | -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 internally | isanae | 2019-06-15 | 1 | -29/+55 |
| | | |||||
| * | save steam app id, custom overwrite and application icon | isanae | 2019-06-15 | 1 | -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 ↵ | isanae | 2019-06-15 | 1 | -162/+197 |
| | | | | | | | (newFilesModCheckBox?) modifying widgets calls save() | ||||
| * | stop changing add button to modify, disable remove for plugin executables | isanae | 2019-06-15 | 1 | -36/+42 |
| | | | | | general clean up of member variable names, whitespace | ||||
| * | load plugin executables after settings, allows for changing the order | isanae | 2019-06-15 | 1 | -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/cancel | isanae | 2019-06-15 | 1 | -3/+6 |
| | | | | | moved add/remove below the list | ||||
| * | rework of the executables dialog to have a horizontal splitter and use a ↵ | isanae | 2019-06-15 | 1 | -2/+8 |
| | | | | | standard QDialogButtonBox | ||||
| * | fixed EditExecutablesDialog being opened without a parent | isanae | 2019-06-15 | 1 | -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: | isanae | 2019-06-15 | 1 | -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 interface | isanae | 2019-06-15 | 1 | -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 them | isanae | 2019-06-15 | 1 | -16/+16 |
| | | |||||
| * | Add protection against non-existent working directory for executables | LostDragonist | 2019-04-15 | 1 | -3/+27 |
| | | |||||
| * | Auto-populate executable name when browsing for a file | LostDragonist | 2019-01-30 | 1 | -0/+4 |
| | | |||||
| * | Delete the settings array before writing a new one | LostDragonist | 2019-01-11 | 1 | -0/+1 |
| | | |||||
| * | Remove profile-specific executable settings when removing the executable | LostDragonist | 2019-01-11 | 1 | -1/+3 |
| | | |||||
| * | Fixes to library load widget | LostDragonist | 2019-01-11 | 1 | -2/+3 |
| | | |||||
| * | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -2/+45 |
| | | |||||
| * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -1/+1 |
| | | |||||
