khtml and plasma

2009-06-28 Thread Aaron J. Seigo
hi all ... i just noticed that Remember The Milk uses khtml internally. this is .. unfortunate. for a few reasons. the biggest being that it asserts on exit and kill plasma when authentication is done during the session. uh-oh. second is that we already use QtWebKit and i really don't want to s

applet browser: laying out the applet icons

2009-06-28 Thread Aaron J. Seigo
hi... (last one for now ... ) so, next up: the layout of the applet icons. right now they are in a 2D grid. if they are in a linear list then the eye can traverse in one direction only, but there are bigger wins to be had! with a linear listing we can then take this widget and put it _right in

applet browser widget: the icon and the info

2009-06-28 Thread Aaron J. Seigo
hi ... the icon for the applet is off to a good start ... the look of it should harmonize with what is in krunner, folderview, etc. we have an item background svg ... in fact, we even have a Plasma::IconWidget that take care of most and maybe even all of the painting. the info widget is also a

applet browser window: the widgets

2009-06-28 Thread Aaron J. Seigo
hi ... so, next topic: the actually icon that shows an applet. there currently is a QGraphicsWidget that represents an applet. this is great :) however, the code has fallen into the "make it all generic with a hierarchy of classes!" trap :) there's StandardCustomWidget. i can see the point of t

applet browser: code complexity in the data model

2009-06-28 Thread Aaron J. Seigo
hi .. so, having looked through the code there are a number of different issues i'd like to address ... there's a lot of good ideas in there already and it's great to see code written and working. so take this as constructive critique hopefully building on what's already there ;) so .. code co

Re: Important: Plasma Applet Browser - IRC Meeting no 2

2009-06-28 Thread Ivan Čukić
> sorry i missed the meeting; had a family issue come up this morning. > sundays can be difficult. Well, we canceled the meeting since we need your input. The rest of us were at the last (the provided log). cheerios ___ Plasma-devel mailing list Plasma

Re: Important: Plasma Applet Browser - IRC Meeting no 2

2009-06-28 Thread Aaron J. Seigo
On Sunday 28 June 2009, Ana Cecília Martins Barbosa wrote: > The meeting is about to begin so we can discuss everything there! sorry i missed the meeting; had a family issue come up this morning. sundays can be difficult. i just took a look at the code[1] and ran the application as it currently

Re: Important: Plasma Applet Browser - IRC Meeting no 2

2009-06-28 Thread Ana Cecília Martins Barbosa
I wasn't at the meeting where you discussed the problems with the project, but ivan told me in few words what where them and I got a little confused - but now you made it clear to me what are the actual problems. I agree with what you are exposing, and I think you could have came up with great idea