Re: Breadcrumbs in Kickoff

2011-12-31 Thread Aaron J. Seigo
On Wednesday, December 28, 2011 09:42:35 Martin =?ISO-8859-1?Q?Gr=E4=DFlin?= Yes and that's why I moved it to the left in the new implementation. note that this then puts it in a different location to all the other headers in the other tabs. so you switch from Favourites to Applications -

Re: Kickoff-QML and classic launcher

2011-12-31 Thread Aaron J. Seigo
On Saturday, December 24, 2011 03:21:07 Kevin Kofler wrote: Martin Graesslin wrote: * Would it be acceptable to drop the classic menu completely? This would be more consistent with the general concept of having only one applet per area. Optionally the classic menu could be re-added in

Re: Kickoff-QML and classic launcher

2011-12-31 Thread Aaron J. Seigo
On Saturday, December 24, 2011 03:29:19 Kevin Kofler wrote: Aaron J. Seigo wrote: it's really a horrible hack and i'd suggest getting rid of it. people can add the classic menu from the widget explorer like all the rest. This is just going to make it much harder to switch to a menu people

Re: Kickoff w/Breadcrumbs in QML

2011-12-31 Thread Aaron J. Seigo
On Friday, December 23, 2011 13:15:22 Xavier Sythe wrote: Just to confirm, does the QML Kickoff still have keyboard navigation? I think that it would be a good idea to not only add support for a mouse's back button, but also the standard backspace key on keyboards. This would enable full

Re: Geolocation DataEngine broken?

2011-12-31 Thread Aaron J. Seigo
On Monday, December 26, 2011 15:51:33 Luca Beltrame wrote: What should be done? Disable the non-gpsd part of the geolocation dataengine, or find a different solution? As mgraesslin noted on IRC, this issue will also affect *all* released versions of plasma so far. best solution: * fix the

Re: Re: Geolocation DataEngine broken?

2011-12-31 Thread Luca Beltrame
In data sabato 31 dicembre 2011 09:45:37, Aaron J. Seigo ha scritto: * fix the dataengine This poses the problem that the current service used by the dataengine now requires an API key to operate, and in turn requires a signup. Probably a different service is required. -- Luca Beltrame -

Re: Re: Breadcrumbs in Kickoff

2011-12-31 Thread Martin Gräßlin
On Saturday 31 December 2011 09:30:25 Aaron J. Seigo wrote: On Wednesday, December 28, 2011 09:42:35 Martin =?ISO-8859-1?Q?Gr=E4=DFlin?= Yes and that's why I moved it to the left in the new implementation. note that this then puts it in a different location to all the other headers in the

Re: question about panel size guideline

2011-12-31 Thread Aaron J. Seigo
On Tuesday, December 27, 2011 21:16:19 Reza Shah wrote: Hi, While doing bug triaging, i found some bugs related to the panel behavior or property. so, do we have some guideline regarding the panel for example: - minimum size or maximum size max size is currently 1/3rd of the screen min

Re: QML plasmoid porting status needs updating?

2011-12-31 Thread Marco Martin
The optimal solution would be qml imports for klocale and kcalendarsystem, only qobject no graphics elements at all and then a qml only component for the calendar that can be put in an advanced component set (many of the stuff in mobilecomponents is not really mobile but should go there as well)

OpenGL and Plasma::Wallpaper

2011-12-31 Thread Justin L. Boss
Is there a way to use opengl in a Plasma::Wallpaper. Maybe by passing a opengl surface to QPainter then having Plasma::Wallpaper display it or does the Plasma::Wallpaper except opengl calls? Thanks for your thoughts. ___ Plasma-devel mailing list

Review Request: Fix plasma popup alignment

2011-12-31 Thread Nikita Churaev
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103595/ --- Review request for Plasma. Description --- Right-aligned popups are

Review Request: Fix bug https://bugs.kde.org/show_bug.cgi?id=270252

2011-12-31 Thread Nikita Churaev
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103597/ --- Review request for Plasma. Description --- For some reason,

Re: Review Request: Fix bug https://bugs.kde.org/show_bug.cgi?id=270252

2011-12-31 Thread Nikita Churaev
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103597/ --- (Updated Dec. 31, 2011, 7:27 a.m.) Review request for Plasma.

Re: OpenGL and Plasma::Wallpaper

2011-12-31 Thread Martin Gräßlin
On Thursday 29 December 2011 11:21:36 Justin L. Boss wrote: Is there a way to use opengl in a Plasma::Wallpaper. Maybe by passing a opengl surface to QPainter then having Plasma::Wallpaper display it or does the Plasma::Wallpaper except opengl calls? You could do the same as the GLApplet [1]

Re: Kickoff-QML and classic launcher

2011-12-31 Thread Marco Martin
On Saturday 31 December 2011, Aaron J. Seigo wrote: that assumption seems weak and i have not seen evidence to back it. yes, people who like the classic menu are loud and provide feedback. however, it's usually of the overly aggressive get off my lawn! type and that leads me to believe it is

Re: Breadcrumbs in Kickoff

2011-12-31 Thread Marco Martin
On Saturday 31 December 2011, Martin Gräßlin wrote: if the breadcrumbs are moved to the left and/or get a specialized visual treatment (neither of which are bad ideas imho) then the other headers should similarly be adjusted for consistency across the tabs. so far I synchronized the

Re: question about panel size guideline

2011-12-31 Thread Marco Martin
On Saturday 31 December 2011, Aaron J. Seigo wrote: the system tray currently violates this as the xembed icons have a set minimum size that we can do very little about as they are out of process embedded windows. probably all xembed icons should be moved to the hidden area when the area

Re: Dictionary

2011-12-31 Thread Marco Martin
On Wednesday 28 December 2011, David Hart wrote: Hi folks. Dictionary was one of the most useful applications in plasma world - at least for me. It no longer works. I suspect that dict.org changed their interface. works fine here. maybe the site was down for a while? btw the protocol is a

Re: Review Request: Integrate Plasma Scripting Console with KWin scripting

2011-12-31 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103518/#review9396 --- This review has been submitted with commit

QML widget explorer

2011-12-31 Thread Marco Martin
Hi all, After almost a year of stopped development, I think the qml rewrite of the widget explorer and activity manager are almost ready for merge :D there are still some layout/behaviour annoyances especially on vertical panels, but should all be easy fix. (biggest annoyance is that the mouse

Re: QML widget explorer

2011-12-31 Thread Shaun Reich
Oh Awesome, hurray for less code to maintain! Merge that in, so that we can all suffer and fix it ;-p The mouse wheel isn't a big deal by far yet(too bad it sounds like a hassle to fix though), considering the original's mouse wheel implementation would scroll 2px at a time, making it quite

Re: OpenGL and Plasma::Wallpaper

2011-12-31 Thread Shaun Reich
On Sat, Dec 31, 2011 at 5:17 AM, Martin Gräßlin mgraess...@kde.org wrote: On Thursday 29 December 2011 11:21:36 Justin L. Boss wrote: Personally I am not a big fan of having animations which would require OpenGL in the background. Most of the time the background is not visible, it requires