- Dec 07, 2020
-
-
Matthias authored
...to allow later rm of GUIHelpers::createSubdir
-
- Dec 05, 2020
-
-
Matthias authored
The crash happens because of trying to create subdir "autosave" in the project directory, which is not existing anymore. The fix a) avoids creating the subdir, if the project dir is not existing b) catches any exception in autosave, so autosave itself never causes a crash by an unhandled exception
-
mpuchner authored
Issue 1117 crash on save project
-
- Dec 04, 2020
-
-
Matthias authored
2nd path is: Open BA - Open Project - cancel - save project - crash
-
Matthias authored
The crash fix is to always create a new project (done in method ProjectManager::newProject()) Furthermore NewProjectDialog distinguishes now between "create" and "save", since otherwise it would look ugly on the UI. Imagine these steps: Open BA, edit something, click "create new project". Now first a dialog for saving is shown, then a dialog for creating. Without the done changes, two dialogs with title "Create project" would show up.
-
mpuchner authored
Refactor output data read write
-
mpuchner authored
-
Matthias authored
rm obsolete code; correct declare->define; rm 1-liner-braces; rm unnecessary else statements; precision hardcoded; static methods
-
Wuttke, Joachim authored
Examples/Python: replace get_sample by exported version
-
Wuttke, Joachim authored
-
Beerwerth, Randolf authored
Cleanup of specular computational strategies (2483)
-
Wuttke, Joachim authored
-
- Dec 03, 2020
-
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
Update FindBornAgain.cmake
-
Beerwerth, Randolf authored
-
Beerwerth, Randolf authored
-
- Dec 02, 2020
-
-
Wuttke, Joachim authored
-
Matthias authored
-