User:Chani/WayOfThePlasma/Categories/Unsorted

From KDE TechBase
Revision as of 13:54, 14 March 2008 by Grundleborg (talk | contribs) (fix formatting)

on containment placing...

Original Text

Aaron

Currently new containments are placed on the desktop based on the screen affinity (e.g. "belongs to screen 1"). This obviously doesn't work well when we have overlapping screens according to x.org (lies! damn lies! ;) and it makes dealing with on-the-fly changes to screens a bit annoying. It also raises problems for adding new desktop-y containments which aren't associated with any screen.

This patch implements a (trivial, even mildly naive) system of laying out the containments in something of a grid-like pattern, slotting containments when they change in the first available space.

I considered going for a strictly grid layout based system (and even just using a grid layout itself) *but* the following considerations prevented me from going this route:

* I do want users to eventually be able to click and drag containments into (to Corona) random groupings (spacial properties)

* We are likely to have non-Containment items on the Corona at some point, Panels already have their own layouting system now, and so using a stock layout or any other such layout mechanism would be full of special cases anyways

Aaron

* We are likely to have non-Containment items on the Corona at some point,

Chani

we are? like what? :) ....like an add-containment button, or are you thinking of other things?

Aaron

random ideas i've had:

* add containment (or the "empty activity")

* a wandering personality (konqi & kaitie? =) that becomes visible when you zoom out and which you can interact with (educational and fun?)

* time of year easter eggs (sort of like google's logo changes on certain days)

nothing overly serious (well, except for the empty activity aka "click here to make another containment"), but i'd like to keep the doors open

Sources

pannel-devel archive (2008-03)

pannel-devel archive (2008-03)

pannel-devel archive (2008-03)