[KDE Bugtracking System] REMINDER: current Plasma regressions

2012-07-17 Thread bugzilla_noreply
Please find below a list of the current regressions reported for Plasma This search was scheduled by myr...@kde.org. Plasma regressions -- Bug 291676: https://bugs.kde.org/show_bug.cgi?id=291676 Priority: NOR Severity: normal Platform: Gentoo Packages Assignee:

Review Request: Fix misplaced panel (especially when more than one monitor is involved)

2012-07-17 Thread Rolf Eike Beer
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105596/ --- Review request for Plasma. Description --- This fixes the misplaced

Re: Review Request: added mouse middle button support to scrollbar qml

2012-07-17 Thread Reza Shah
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105576/ --- (Updated July 17, 2012, 11:01 a.m.) Review request for Plasma and Marco

Re: Review Request: added mouse middle button support to scrollbar qml

2012-07-17 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105576/#review16007 --- Ship it! the last version is fine for both master and 4.9 -

Re: Review Request: added mouse middle button support to scrollbar qml

2012-07-17 Thread Aurélien Gâteau
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105576/#review16008 --- Ship it! Ship It! - Aurélien Gâteau On July 17, 2012,

Re: QML plasmoid, pageStack.pop() doesn't work

2012-07-17 Thread Aaron J. Seigo
On Thursday, July 12, 2012 18:24:18 Gao Xiang wrote: initialPage: [ c, b, a ] as Darker noted, this is incorrect: it only takes a single page that is used to initialize the stack. you want to use push and pop to push and pop pages on and off the stack. push can take an array of

Re: [Owncloud] ownCloud Plasma client

2012-07-17 Thread Aaron J. Seigo
On Friday, July 13, 2012 01:17:14 Alex Fiestas wrote: so please feel welcome to participate :p nice to see there is progress being made on this. once small comment on the UI in the screenshot... why are there so many boxes in the content area? there's one around the content telling us this is

Re: Review Request: added mouse middle button support to scrollbar qml

2012-07-17 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105576/#review16009 --- This review has been submitted with commit

QML Calendar, issues with making a selection

2012-07-17 Thread Mark
Hi, I also posted this on Qt interest some 9 days ago, but there doesn't seem to be much people there that might know a good way to solve this issue. Thus asking on Plasma since the plasma folks are doing a lot of QML Development lately as well. My intention with this calendar is to take the good

Complex configuration dialog for pure QML applet

2012-07-17 Thread Dmitry
Hello! I'm trying to implement system tray in QML. I'm trying to implement configuration dialog (widget). Pure QML-based applet devicenotifier is an example of implementation of configuration dialog for QML applet. But it has only 3 simple radio buttons in its configuration dialog. Its way

Re: QML Calendar, issues with making a selection

2012-07-17 Thread Sebastian Kügler
On Tuesday, July 17, 2012 15:46:47 Mark wrote: [...] Right now i only see one possible kind of clean way to do this. Maintain all the events in C++ (which i was already planning on doing), but also maintaining where every event should be placed in X and Y. I wasn't planning on doing that

Re: Complex configuration dialog for pure QML applet

2012-07-17 Thread Marco Martin
On Tuesday 17 July 2012, Dmitry wrote: Hello! I'm trying to implement system tray in QML. I'm trying to implement configuration dialog (widget). Pure QML-based applet devicenotifier is an example of implementation of configuration dialog for QML applet. But it has only 3 simple radio

Re: QML Calendar, issues with making a selection

2012-07-17 Thread Mark
On Tue, Jul 17, 2012 at 4:15 PM, Sebastian Kügler se...@kde.org wrote: On Tuesday, July 17, 2012 15:46:47 Mark wrote: [...] Right now i only see one possible kind of clean way to do this. Maintain all the events in C++ (which i was already planning on doing), but also maintaining where every

Re: Complex configuration dialog for pure QML applet

2012-07-17 Thread Dmitry
17.07.2012 18:18, Marco Martin пишет: in this particular case, i would say is the best way to go anyways, since a systray replacement to be complete needs to support also the old x11 protocol and i really want to avoid applets with their own c++ import, thinking to formalize this requirement

Re: Complex configuration dialog for pure QML applet

2012-07-17 Thread Marco Martin
On Tuesday 17 July 2012, Dmitry wrote: 17.07.2012 18:18, Marco Martin пишет: in this particular case, i would say is the best way to go anyways, since a systray replacement to be complete needs to support also the old x11 protocol and i really want to avoid applets with their own c++

Re: Complex configuration dialog for pure QML applet

2012-07-17 Thread Dmitry
17.07.2012 18:18, Marco Martin пишет: i really want to avoid applets with their own c++ import, thinking to formalize this requirement (nothing installed in imports) for plasmoids to be included by default Does such list of requirements exist? Is it published? Thank you/