Skip to content
Snippets Groups Projects
  1. Dec 07, 2020
  2. Dec 05, 2020
    • Matthias's avatar
      fix "Crash on saving to deleted project" · 58da9bc1
      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
      58da9bc1
  3. Dec 04, 2020
    • Matthias's avatar
      fix also 2nd path of crash · a5de779f
      Matthias authored
      2nd path is:
      Open BA - Open Project - cancel - save project - crash
      a5de779f
    • Matthias's avatar
      fix "crash on save project" · ebdb7a2d
      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.
      ebdb7a2d
  4. Dec 01, 2020
  5. Nov 30, 2020
  6. Nov 29, 2020
  7. Nov 26, 2020
  8. Nov 25, 2020
  9. Nov 20, 2020
  10. Nov 19, 2020
  11. Nov 18, 2020
Loading