| Summary: | Editor window does not preserve settings | ||
|---|---|---|---|
| Product: | [Applications] lokalize | Reporter: | Freek de Kruijf <freekdekruijf> |
| Component: | editor | Assignee: | Simon Depiets <sdepiets> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | shafff |
| Priority: | NOR | ||
| Version First Reported In: | 2.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/lokalize/cde1083d0cfbb75bdbbed14173758a29fbaf45f5 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Freek de Kruijf
2019-01-15 13:07:15 UTC
Git commit 159e18479836d342c9a05b194215a4096cdd0724 by Simon Depiets. Committed on 24/01/2019 at 09:17. Pushed by sdepiets into branch 'master'. Improve DockWidgets saving and restoring The widgets positions were saved only at project level. - Added a DefaultDockWidget at global level - Fixed a couple of issues where LastLayout would not be loaded correctly (because overridden in slotSubWindow before being set up in fileOpen) M +28 -9 src/lokalizemainwindow.cpp https://commits.kde.org/lokalize/159e18479836d342c9a05b194215a4096cdd0724 I've made a couple fixes, I had some awkwards scenariis where it didn't work (for instance closing tab, then closing file, then closing lokalize). A couple of issues where the lastLayout was not loaded correctly at file open because it was overridden by the default layout on the "tabChange" event. I also added a Global Default DockWidget. Please let me know your exact scenario if this still fails. (In reply to Simon Depiets from comment #2) > Please let me know your exact scenario if this still fails. I have to wait for an update of lokalize in openSUSE Tumbleweed. Did you change the version from 2.0 to something like 2.0.1? The packet version on openSUSE Tumbleweed is 18.12.0-1.1. The current build for openSUSE factory takes lokalize-18.12.1.tar.xz from some server of kde.org. The .spec file used by openSUSE factory is 14 days old. Git commit cde1083d0cfbb75bdbbed14173758a29fbaf45f5 by Simon Depiets. Committed on 29/01/2019 at 16:38. Pushed by sdepiets into branch 'Applications/18.12'. Improve DockWidgets saving and restoring The widgets positions were saved only at project level. - Added a DefaultDockWidget at global level - Fixed a couple of issues where LastLayout would not be loaded correctly (because overridden in slotSubWindow before being set up in fileOpen) M +28 -9 src/lokalizemainwindow.cpp https://commits.kde.org/lokalize/cde1083d0cfbb75bdbbed14173758a29fbaf45f5 |