summaryrefslogtreecommitdiff
path: root/src/filedialogmemory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* FileDialogMemory didn't actually use the cached directoryisanae2019-07-061-2/+2
|
* pulled java installation detection out of getFileExecutionContext() and into ↵isanae2019-06-151-4/+12
| | | | | | | 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-9/+19
| | | | | | disable all widgets when there's no selection now saves application icon browse working directory uses current value in file dialog
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-45/+59
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-59/+45
|
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-94/+94
|
* - bugfix: update on overwrite directory leads files incorrectly being ↵Tannin2013-02-221-75/+75
| | | | | | | | | | | | | | assigned to it - bugfix: getfullpathname reroute now correctly handles relative paths - bugfix: cwd change to overwrite is now handled too - bugfix: using the external fomod installer to merge a mod caused error messages because directories couldn't be renamed - bugfix: The memory for file dialogs wasn't saved to the ini file - file category (main, update, optional, old) is now stored with the download for future use - when overwriting a mod, the version of the mod is only increased, never reduced. This is less correct for the unusual case that the user is downgrading but more correct for the more commen case he is installing an optional file with incorrect version number - the install mod dialog now uses the file dialog memory
* initial commit to mercurial repository.Tannin2013-02-031-0/+94
Corresponds to MO version 0.12.6