D18961: [WIP] [weather] Migrate nativeInterface config to plasmoid.configuration.*

2019-10-21 Thread Friedrich W. H. Kossebau
kossebau resigned from this revision. kossebau added a comment. Still sorry for having stalled this effort. Stepping down as maintainer of the weather applet now, so also resigning here. Might be the chance to pick this up and just move on :) REPOSITORY R114 Plasma Addons REVISION DETAIL

D18961: [WIP] [weather] Migrate nativeInterface config to plasmoid.configuration.*

2019-04-29 Thread Friedrich W. H. Kossebau
kossebau added a comment. In D18961#410940 , @Zren wrote: > In D18961#410784 , @kossebau wrote: > > > Though it breaks my technically-perfect-solution-aiming engineer's heart :) > > please be

D18961: [WIP] [weather] Migrate nativeInterface config to plasmoid.configuration.*

2019-03-05 Thread Chris Holland
Zren added a comment. Was skimming the Plasma Scripting API today for something else and found where I saw the "update scripts" before: - https://userbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting#Update_scripts -

D18961: [WIP] [weather] Migrate nativeInterface config to plasmoid.configuration.*

2019-02-12 Thread Chris Holland
Zren added a comment. In D18961#410792 , @kossebau wrote: > > we no longer have to install the widget to .../share/plasma/plasmoids/ > > No experience here, but do we not still need to install the QML extension plugins to have the applet

D18961: [WIP] [weather] Migrate nativeInterface config to plasmoid.configuration.*

2019-02-12 Thread Friedrich W. H. Kossebau
kossebau added a comment. > we no longer have to install the widget to .../share/plasma/plasmoids/ No experience here, but do we not still need to install the QML extension plugins to have the applet working? Or is there some mechanism to load them also from the build dir now?

D18961: [WIP] [weather] Migrate nativeInterface config to plasmoid.configuration.*

2019-02-12 Thread Friedrich W. H. Kossebau
kossebau added a comment. Thanks for the work on that patch! So far I had thought of using the kconf_update system to ensure the config data would get the needed migration in the storage system (i.e. the ini files) into the [General] & Co. subsection as needed with the QML-based config

D18961: [WIP] [weather] Migrate nativeInterface config to plasmoid.configuration.*

2019-02-12 Thread Chris Holland
Zren created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. Zren requested review of this revision. REVISION SUMMARY If `plasmoid.nativeInterface.source != ""`, we copy it to `plasmoid.configuration.source` + same with all other properties besides