Alarms: 10 day Sprint

Marco Martin notmart at gmail.com
Tue Nov 20 11:34:03 UTC 2012


On Tuesday 20 November 2012, Aaron J. Seigo wrote:
> i don't think it fits neatly with PLASMA_PLATFORM (which we have discussed
> previously on the list) so that's out. (though we may have a similar
> can-be- changed-at-runtime issue here in future)
> 
> FormFactor sounds like the best option for now; would be interesting to try
> it at least...

could be even just something along the lines of:

Loader {
   item: {
	switch (plasmoid.formFactor) {
        case Application:
             return "foo.qml"
        case Vertical:
             return "mah.qml"
        default:
             return "bah.qml"
        }
   }
}

then there is the problem property bindings to plasmoid don't work because is 
registered with the QScriptEngine, but that's another satory ;)

> > * time/date input components: they should probably go in plasmaextras,
> > and get a desktop version different from the "slot machine" touch look.
> 
> +1
> 
> > * poses another problem: device-specific theme elements
> 
> they either:
> 
> * belong as modifications of the default theme
> * belong in the device specific folder specializations inside individual
> packages
> * should not exist

well, in that case is a background for a global component, but only the touch 
version.

it may be that the desktop version has another version of that background, not 
sure yet, it may be even just a combobox, so using other already existing 
elements...

Cheers,
Marco Martin


More information about the Active mailing list