Summary: | "Save default" for the axes does not seem to work well. | ||
---|---|---|---|
Product: | [Applications] LabPlot2 | Reporter: | Yoshinobu Shimamura <shimamura.yoshinobu> |
Component: | frontend | Assignee: | Stefan Gerlach <stefan.gerlach> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | alexander.semke, stefan.gerlach |
Priority: | NOR | ||
Version First Reported In: | latest | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/education/labplot/-/commit/6aafe4d125a0eeedc9e565ab011e85664ca57ac7 | Version Fixed In: | 25.04.2 |
Sentry Crash Report: |
Description
Yoshinobu Shimamura
2025-04-26 04:33:01 UTC
Was fixed in 2.12.80. Thank you for your quick responce. Though the bugs still exit in the current development version I can download from the official website, I think the corrections will be incorporated into a newer version. Thanks again! I updated the Windows package now. Can you have a look if everything works now as expected? Git commit 1a375547694dcbbfae419dcb15569bc084203bef by Alexander Semke. Committed on 14/05/2025 at 09:25. Pushed by asemke into branch 'master'. When saving the game, use the proper extension "pgn" in case no extension was provided in the file dialog. The currently used extension and the code in this area is a copy&paste bug from LabPlot's code long time and we correct it now. There is another problem that needs to be addressed here. Namely, no extension added on default n the file dialog on non-Plasma desktops (reproduced the problem on IceWM, also reported in BUG: 503374). This is something that needs to be checked in KF independently of this commit which we need anyway also for cases where the option "automatically select the extension" was not checked in the dialog and we need to ensure the proper extension in the code. FIXED-IN: 25.04.2 M +5 -17 src/knights.cpp https://invent.kde.org/games/knights/-/commit/1a375547694dcbbfae419dcb15569bc084203bef please ignore the last comment, doesn't belong to this bug ticket, sorry. Thank you for uploading a new development version. I tried it. - The font of axis title was correctly saved by "Save default". Thanks! - A new bug was found: when a new plot is created after "Save default" after changing axis title font properties, the axis title sometimes unintentionally rotates. I appreciate it if you could check the new bug. Git commit 0af5f6b6038c1662545202e8cee156c4fdbbcd0c by Stefan Gerlach. Committed on 18/05/2025 at 12:49. Pushed by sgerlach into branch 'release/2.12'. axis title: fix default rotation handling M +2 -0 ChangeLog M +10 -9 src/backend/worksheet/plots/cartesian/Axis.cpp M +13 -3 src/frontend/dockwidgets/AxisDock.cpp https://invent.kde.org/education/labplot/-/commit/0af5f6b6038c1662545202e8cee156c4fdbbcd0c Git commit 6aafe4d125a0eeedc9e565ab011e85664ca57ac7 by Stefan Gerlach. Committed on 18/05/2025 at 12:45. Pushed by sgerlach into branch 'master'. axis title: fix default rotation handling M +1 -0 ChangeLog M +10 -9 src/backend/worksheet/plots/cartesian/Axis.cpp M +13 -3 src/frontend/dockwidgets/AxisDock.cpp https://invent.kde.org/education/labplot/-/commit/6aafe4d125a0eeedc9e565ab011e85664ca57ac7 Thank you for your quick response. I confirmed that the newer development version works well for the modification on the "Save default" behavior for the axis title. Thank you again! |