| Summary: | docked windows arrangement not stored/restored | ||
|---|---|---|---|
| Product: | [Applications] kdiff3 | Reporter: | Martin Koller <martin> |
| Component: | application | Assignee: | michael <reeves.87> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.10.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/sdk/kdiff3/commit/90ad1b78cec7ec09c29cb0b88f48c07ef35ce099 | Version Fixed/Implemented In: | 10.0.1 |
| Sentry Crash Report: | |||
|
Description
Martin Koller
2023-02-27 12:48:10 UTC
Git commit 1f3fd38f8ad1d4f64215322e6ed6b2cb8464c23a by Michael Reeves. Committed on 05/03/2023 at 14:04. Pushed by mreeves into branch '1.10'. Save/Restore dock position and size Call setObjectName for QDockWidget per Qt docs. In addition KParts::MainWindow does not pass saveState/saveGeometry on to KDiff3App. Manually save state for KDiff3App as well FIXED-IN:10.0.1 (cherry picked from commit 26f7f0bef83737e9dabd75eec0e04767323d37ca) M +18 -5 src/kdiff3.cpp M +0 -1 src/kdiff3.h https://invent.kde.org/sdk/kdiff3/commit/1f3fd38f8ad1d4f64215322e6ed6b2cb8464c23a Git commit 90ad1b78cec7ec09c29cb0b88f48c07ef35ce099 by Michael Reeves. Committed on 05/03/2023 at 14:03. Pushed by mreeves into branch 'master'. Save/Restore dock position and size Call setObjectName for QDockWidget per Qt docs. In addition KParts::MainWindow does not pass saveState/saveGeometry on to KDiff3App. Manually save state for KDiff3App as well FIXED-IN:10.0.1 M +18 -5 src/kdiff3.cpp M +0 -1 src/kdiff3.h https://invent.kde.org/sdk/kdiff3/commit/90ad1b78cec7ec09c29cb0b88f48c07ef35ce099 |