| Summary: | Kid3 should separate state config from settings config | ||
|---|---|---|---|
| Product: | [Applications] kid3 | Reporter: | Till Schäfer <till2.schaefer> |
| Component: | general | Assignee: | Urs Fleisch <ufleisch> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.8.x | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/kid3/commit/0d268c09f48b7528f0351453942312de72d2b481 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Till Schäfer
2021-08-26 13:59:02 UTC
More observed states in kid3rc: * Group GUI Git commit 0d268c09f48b7528f0351453942312de72d2b481 by Urs Fleisch. Committed on 03/10/2021 at 18:42. Pushed by ufleisch into branch 'master'. KDE: Separate state config from settings config The state of the KDE application is now saved in ~/.local/share/kid3/kid3staterc, the config file ~/.config/kid3rc should now only contain settings. M +6 -5 src/app/kde/kdemainwindow.cpp M +3 -3 src/app/kde/kdeplatformtools.cpp M +0 -3 src/app/kde/kdeplatformtools.h M +8 -4 src/app/kde/kdesettings.cpp M +7 -4 src/app/kde/kdesettings.h M +2 -2 src/app/qt/recentfilesmenu.cpp M +4 -0 src/core/config/batchimportconfig.cpp M +4 -0 src/core/config/exportconfig.cpp M +7 -3 src/core/config/fileconfig.cpp M +4 -0 src/core/config/filterconfig.cpp M +4 -0 src/core/config/findreplaceconfig.cpp M +27 -23 src/core/config/guiconfig.cpp M +13 -11 src/core/config/importconfig.cpp M +2 -1 src/core/config/isettings.h M +3 -1 src/core/config/kid3settings.cpp M +2 -1 src/core/config/kid3settings.h M +8 -4 src/core/config/mainwindowconfig.cpp M +4 -0 src/core/config/numbertracksconfig.cpp M +4 -0 src/core/config/playlistconfig.cpp M +4 -0 src/core/config/rendirconfig.cpp M +4 -0 src/core/config/serverimporterconfig.cpp M +3 -1 src/test/dummysettings.cpp M +2 -1 src/test/dummysettings.h https://invent.kde.org/multimedia/kid3/commit/0d268c09f48b7528f0351453942312de72d2b481 awesome, thank you a lot! fyi: tested the patch on top of version 3.8.7. -> works like a charm |