| Summary: | Crash on import when no projects opened | ||
|---|---|---|---|
| Product: | [Applications] LabPlot2 | Reporter: | Anton Yablokov <stsav012> |
| Component: | frontend | Assignee: | Alexander Semke <alexander.semke> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | stsav012 |
| Priority: | NOR | ||
| Version First Reported In: | 2.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/education/labplot/-/commit/a522f3c429bbc8a4c760df143aaf567296e43dee | Version Fixed/Implemented In: | 2.12.1 |
| Sentry Crash Report: | |||
|
Description
Anton Yablokov
2025-05-05 15:22:44 UTC
Git commit de3c82d1b598ded2bf12bdcc6106ce639a6f69c5 by Alexander Semke. Committed on 08/05/2025 at 20:34. Pushed by asemke into branch 'master'. Removed the action "close project" in the context menu of the project explorer. There is no state "no project" anymore - we always have either an initial and default project and we load a project. The action "close project" in the main menu was removed because of this and the similar action in the project explorer was forgotten. This also fixes the problem with non-initialized project leading to crashes when the project is close and no new one was created/loaded yet and we try to access it from other actions visible in the GUI like the data import. FIXED-IN: 3.0 M +1 -0 ChangeLog M +2 -9 src/backend/core/Project.cpp M +0 -2 src/frontend/MainWin.cpp M +0 -1 src/frontend/MainWin.h https://invent.kde.org/education/labplot/-/commit/de3c82d1b598ded2bf12bdcc6106ce639a6f69c5 Git commit a522f3c429bbc8a4c760df143aaf567296e43dee by Alexander Semke. Committed on 06/07/2025 at 18:36. Pushed by asemke into branch 'release/2.12'. Removed the action "close project" in the context menu of the project explorer. There is no state "no project" anymore - we always have either an initial and default project and we load a project. The action "close project" in the main menu was removed because of this and the similar action in the project explorer was forgotten. This also fixes the problem with non-initialized project leading to crashes when the project is close and no new one was created/loaded yet and we try to access it from other actions visible in the GUI like the data import. FIXED-IN: 2.12.1 M +2 -9 src/backend/core/Project.cpp M +0 -2 src/frontend/MainWin.cpp M +0 -1 src/frontend/MainWin.h https://invent.kde.org/education/labplot/-/commit/a522f3c429bbc8a4c760df143aaf567296e43dee |