Re: Review Request 120329: PlasmaShell and PlasmaSurface interfaces

2017-02-08 Thread Pier Luigi Fiorini
17d738415e395fb638751ac6429d1fc0e3ededd9 Diff: https://git.reviewboard.kde.org/r/120329/diff/ Testing --- Work in progress Plasma port to Wayland. Thanks, Pier Luigi Fiorini

Re: Review Request 120306: Exclude X11 when building for Wayland

2016-09-22 Thread Pier Luigi Fiorini
Diff: https://git.reviewboard.kde.org/r/120306/diff/ Testing --- Thanks, Pier Luigi Fiorini

Re: AccountsService qt binding for sddm, plasma-workspace screenlocker greeter and plasma-desktop kickoff face icon, config by advanced useraccount

2015-07-30 Thread Pier Luigi Fiorini
2015-07-29 11:02 GMT+02:00 David Edmundson : > Hey, sorry for not replying. > > 5.4 is being frozen soon, so lets consider this 5.5 material, so we don't > have to rush. > > In general, I like it, I have some comments. > > I'm a bit concerned by the blocking calls in AccountsService here: > https:/

Separate Plasma::DataSource and data engines

2015-01-19 Thread Pier Luigi Fiorini
Hi, I would like to use Plasma::DataSource and the data engine plugins in my project because it suits my needs very well. However it introduce large dependencies (plasma-framework and plasma-workspace). Would you consider moving the code into a framework pretty much like what you did with KPacka

Re: Plasma port to Wayland

2014-11-05 Thread Pier Luigi Fiorini
2014-11-05 11:41 GMT+01:00 Martin Graesslin : > On Wednesday 05 November 2014 11:32:20 Pier Luigi Fiorini wrote: >> Some issues with the protocol might go un-noticed until someone uses >> them during the Plasma port. >> We had a first round of discussion and that lead to go

Re: Plasma port to Wayland

2014-11-05 Thread Pier Luigi Fiorini
2014-11-05 11:01 GMT+01:00 Martin Graesslin : > On Wednesday 05 November 2014 10:37:59 Sebastian Kügler wrote: >> >> Otherwise, we're waiting for the ECM to be merged? The RR has a shipit, so I >> guess that can go in, and we can proceed with merging other patches in. Do >> you need any help with t

Re: Plasma port to Wayland

2014-11-05 Thread Pier Luigi Fiorini
2014-11-05 10:37 GMT+01:00 Sebastian Kügler : > Hi Pier Luigi, > > Thanks for the updates, such a high-level overview is much appreciated. Some > question inline below. > > On Monday 03 November 2014 12:45:14 Pier Luigi Fiorini wrote: >> As some of you might know I'

Plasma port to Wayland

2014-11-03 Thread Pier Luigi Fiorini
Hi, As some of you might know I've been working on the Plasma port to Wayland. I would like to give you some pointers where the on going effort is. Last month I've been super busy with other stuff, but I plan to resume my work on Wayland during November. You can see it in action on my composito

Re: QScreen vs. KScreen in plasmashell

2014-10-24 Thread Pier Luigi Fiorini
2014-10-24 9:58 GMT+02:00 Daniel Vratil : > Hi all, > > the current state of multi-monitor support in Plasma 5 is rather bad as both > Plasma 5 and KWin keep crashing every time there's any change (+ the desktop > is extremely sluggish for about 15 seconds after that). Many colleagues in my > offic

Re: Review Request 120329: PlasmaShell and PlasmaSurface interfaces

2014-09-24 Thread Pier Luigi Fiorini
> On Sept. 23, 2014, 5:51 a.m., Martin Gräßlin wrote: > > src/client/plasma_shell.h, line 162 > > <https://git.reviewboard.kde.org/r/120329/diff/1/?file=314685#file314685line162> > > > > why is this in PlasmaShell? Shouldn't it be in the Plasma

Re: Review Request 120329: PlasmaShell and PlasmaSurface interfaces

2014-09-24 Thread Pier Luigi Fiorini
or indirect till it's released and we depend on that Qt version). Also this > > makes the library difficult to use as some parts can and some parts cannot > > be used with the ConnectionThread. I would like us to find a solution for > > this problem before it goes into master br

Re: Review Request 120329: PlasmaShell and PlasmaSurface interfaces

2014-09-22 Thread Pier Luigi Fiorini
> On Sept. 23, 2014, 5:51 a.m., Martin Gräßlin wrote: > > src/client/plasma_surface.h, line 125 > > <https://git.reviewboard.kde.org/r/120329/diff/1/?file=314687#file314687line125> > > > > I'm not sure whether we need this. Plasma is using kscreen

Re: Review Request 120329: PlasmaShell and PlasmaSurface interfaces

2014-09-22 Thread Pier Luigi Fiorini
yle#Qt_Includes > On Sept. 23, 2014, 5:51 a.m., Martin Gräßlin wrote: > > src/client/CMakeLists.txt, lines 34-53 > > <https://git.reviewboard.kde.org/r/120329/diff/1/?file=314684#file314684line34> > > > > what's the state of getting this into ECM

Re: Review Request 120329: PlasmaShell and PlasmaSurface interfaces

2014-09-22 Thread Pier Luigi Fiorini
does, but I have the server counterpart in another local branch guess that we might use that for the test. - Pier Luigi --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r

Re: Review Request 120329: PlasmaShell and PlasmaSurface interfaces

2014-09-22 Thread Pier Luigi Fiorini
ut of a QWindow anyway and using the ConnectionThread connection gives protocol errors as the wl_surface is not recognized. In the Qt 5 world I guess that's the way it is supposed to be: QPA exposes the native interface details. - Pier Luigi --

Re: Review Request 120329: PlasmaShell and PlasmaSurface interfaces

2014-09-22 Thread Pier Luigi Fiorini
17d738415e395fb638751ac6429d1fc0e3ededd9 Diff: https://git.reviewboard.kde.org/r/120329/diff/ Testing --- Work in progress Plasma port to Wayland. Thanks, Pier Luigi Fiorini ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman

Review Request 120306: Exclude X11 when building for Wayland

2014-09-21 Thread Pier Luigi Fiorini
, Pier Luigi Fiorini ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 120279: Port to KWayland client library

2014-09-20 Thread Pier Luigi Fiorini
tps://git.reviewboard.kde.org/r/120279/#comment46830> need a space after comma, before registry Modules/base/info_wayland.cpp <https://git.reviewboard.kde.org/r/120279/#comment46829> name is used - Pier Luigi Fiorini On Sept. 19, 2014, 10:49 a.m., Martin G

Re: Review Request 120279: Port to KWayland client library

2014-09-20 Thread Pier Luigi Fiorini
tps://git.reviewboard.kde.org/r/120279/#comment46828> Why we need a new connection? QPA already has one. - Pier Luigi Fiorini On Sept. 19, 2014, 10:49 a.m., Martin Gräßlin wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Re: Re: Minutes Monday Plasma Hangout

2014-09-17 Thread Pier Luigi Fiorini
2014-09-17 13:31 GMT+02:00 Martin Gräßlin : > Martin GräßlinOn Wednesday 17 September 2014 08:41:49 wrote: > > I'll split out my code from kwin using git-filter branch. I think that's > the > > only sane approach to have the complete history and in the end do a > > relicence commit. > > Just did

Re: Minutes Monday Plasma Hangout

2014-09-16 Thread Pier Luigi Fiorini
2014-09-15 13:11 GMT+02:00 Sebastian Kügler : > Minutes Plasma Hangout, 15-9-2014 > [cut] > Martin G: > - will add a dependency on Frameworks 5.3 (will be out in time for Plasma 5.1) > - ambiguity with window states, working on fix (debugging / writing unit > tests) > - Will travel to XDC and lik

Re: Notes for SLC BoF

2014-09-11 Thread Pier Luigi Fiorini
2014-09-11 11:14 GMT+02:00 Marco Martin : > main points of the discussion this morning about Share Like Connect (went a > bit in KActivityManager land) > https://notes.kde.org/p/SLC_bof_2014 > > * SLC will use KWin > * the information of the current document/url will be sent to kwin, is the > only

Re: Re: Wayland protocols

2014-08-31 Thread Pier Luigi Fiorini
2014-08-20 8:14 GMT+02:00 Martin Gräßlin : > > at least KWin internal they will still have a winId - at least as long as > Toplevel has not been refactored. I don't know how it looks on the outside > world, or what Qt provides when accessing QWindow::winId() on platform > wayland. Basically the pl

Re: Wayland protocols

2014-08-21 Thread Pier Luigi Fiorini
On Wednesday 20 August 2014 21:10:58 Eike Hein wrote: > Hi, > > to start another subtopic: Do we have startup notifications > on our radar? > > http://standards.freedesktop.org/startup-notification-spec/startup-notificat > ion-latest.txt > http://www.freedesktop.org/wiki/Software/startup-notifica

Re: Wayland protocols

2014-08-19 Thread Pier Luigi Fiorini
2014-08-18 9:37 GMT+02:00 Ivan Čukić : > On Monday 18 August 2014 09:22:03 Martin Gräßlin wrote: >> On Monday 18 August 2014 09:02:07 Pier Luigi wrote: >> > > Activities should probably be also exposed to the kf5_window interface? >> > >> > What do you need

Re: Wayland protocols

2014-08-19 Thread Pier Luigi Fiorini
2014-08-15 10:45 GMT+02:00 Marco Martin : > On Friday 15 August 2014, Martin Gräßlin wrote: > >> > [1] https://github.com/plfiorini/protocols >> > [2] >> > http://lists.freedesktop.org/archives/wayland-devel/2014-July/016056.html >> >> after going through all interfaces I think we can kill the wind

Re: Wayland protocols

2014-08-19 Thread Pier Luigi Fiorini
On Tuesday 19 August 2014 11:05:58 Martin Gräßlin wrote: > On Tuesday 19 August 2014 10:59:09 Pier Luigi Fiorini wrote: > > On Friday 15 August 2014 10:42:28 Marco Martin wrote: > > > On Friday 15 August 2014, Martin Gräßlin wrote: > > > > another general note: I'

Re: Wayland protocols

2014-08-19 Thread Pier Luigi Fiorini
On Tuesday 19 August 2014 11:03:48 Martin Gräßlin wrote: > On Tuesday 19 August 2014 10:51:43 Pier Luigi Fiorini wrote: > > > > *) ksmserver is a Wayland client that binds kf5_shell > > *) ksmserver is asked to lock (via loginctl, plasmoid or context menu) >

Re: Wayland protocols

2014-08-19 Thread Pier Luigi Fiorini
On Friday 15 August 2014 07:51:09 Martin Gräßlin wrote: > dashboard_surface is something I would move from the windoweffects.xml to > the shell.xml. It's more a side-effect that it ended in window effects. Done ___ Plasma-devel mailing list Plasma-devel

Re: Wayland protocols

2014-08-19 Thread Pier Luigi Fiorini
On Friday 15 August 2014 10:42:28 Marco Martin wrote: > On Friday 15 August 2014, Martin Gräßlin wrote: > > another general note: I'm not sure about exposing "kf5" in the interface > > names. It has nothing to do with frameworks and I don't expect the > > interface name to change once we introduce

Re: Wayland protocols

2014-08-19 Thread Pier Luigi Fiorini
On Monday 18 August 2014 18:22:42 Martin Gräßlin wrote: > On Monday 18 August 2014 17:48:03 Pier Luigi wrote: > > 2014-08-15 7:35 GMT+02:00 Martin Gräßlin : > > > * concerning the lock/unlock: I would like to have the lock way better > > > integrated in KWin. That is KWi

Re: Re: Wayland protocols

2014-08-18 Thread Pier Luigi
2014-08-18 17:48 GMT+02:00 Pier Luigi : > 2014-08-15 7:35 GMT+02:00 Martin Gräßlin : >> some more thoughts: >> * set_overlay_role: should we make the name more explicit: >> set_on_screen_display_role? > > I like set_overlay_role (well the overlay enum value for &g

Re: Re: Wayland protocols

2014-08-18 Thread Pier Luigi
2014-08-15 7:35 GMT+02:00 Martin Gräßlin : > On Thursday 14 August 2014 21:05:01 Marco Martin wrote: >> On Thursday 14 August 2014, Pier Luigi wrote: >> > Hi, >> > >> > Just pushed some initial draft of the Wayland protocols on Github [1] >> >

Re: Wayland protocols

2014-08-18 Thread Pier Luigi
2014-08-15 7:25 GMT+02:00 Martin Gräßlin : > On Thursday 14 August 2014 19:21:54 Pier Luigi wrote: >> Hi, >> >> Just pushed some initial draft of the Wayland protocols on Github [1] >> >> I need people with knowledge of KF5 and plasmashell to comment it and >>

Re: Wayland protocols

2014-08-18 Thread Pier Luigi
2014-08-15 7:49 GMT+02:00 Martin Gräßlin : > On Thursday 14 August 2014 19:21:54 Pier Luigi wrote: >> Hi, >> >> Just pushed some initial draft of the Wayland protocols on Github [1] >> >> I need people with knowledge of KF5 and plasmashell to comment it and >>

Re: Wayland protocols

2014-08-18 Thread Pier Luigi
2014-08-15 7:47 GMT+02:00 Martin Gräßlin : > On Thursday 14 August 2014 19:21:54 Pier Luigi wrote: >> Hi, >> >> Just pushed some initial draft of the Wayland protocols on Github [1] >> >> I need people with knowledge of KF5 and plasmashell to comment it and >>

Re: Wayland protocols

2014-08-14 Thread Pier Luigi
2014-08-14 21:05 GMT+02:00 Marco Martin : > On Thursday 14 August 2014, Pier Luigi wrote: >> Hi, >> >> Just pushed some initial draft of the Wayland protocols on Github [1] >> >> I need people with knowledge of KF5 and plasmashell to comment it and >> su

Re: Wayland protocols

2014-08-14 Thread Pier Luigi
2014-08-14 19:21 GMT+02:00 Pier Luigi : > > Just pushed some initial draft of the Wayland protocols on Github [1] > > I need people with knowledge of KF5 and plasmashell to comment it and > suggest improvements. Hi folks, It's me again... Protocols are now availabl

Wayland protocols

2014-08-14 Thread Pier Luigi
Hi, Just pushed some initial draft of the Wayland protocols on Github [1] I need people with knowledge of KF5 and plasmashell to comment it and suggest improvements. As we are speaking of protocols, please take a look at xdg-shell. It's going to become stable soon [2] please point out your sugge

Re: Wayland plasnning meeting notes

2014-07-21 Thread Pier Luigi
2014-07-21 15:51 GMT+02:00 Aleix Pol : > On Mon, Jul 21, 2014 at 3:06 PM, Marco Martin wrote: >> >> This is hopefully a synopsis of what has been said in the wayland planning >> meeting. >> >> Plasmashell relies heavily on KScreen that may pose a problem: it will >> need >> either to have KScreen

Re: Wayland planning meeting

2014-07-18 Thread Pier Luigi
2014-07-16 15:49 GMT+02:00 Sebastian Kügler : > Hey, > > During the planning meeting for 5.1, it became evident that we need a planning > meeting for our Wayland efforts. Here's a doodle, that, if you will work on > Wayland support or can help otherwise, you'll want to fill in: > > http://doodle.co

Re: Review Request 118940: Change SDDM theme installation path

2014-06-26 Thread Pier Luigi Fiorini
611e69e1f1b471e490126a94f9c34456510eab8f lookandfeel/contents/loginmanager/README 970d219c542bea077a000417dc35837d33ca4171 Diff: https://git.reviewboard.kde.org/r/118940/diff/ Testing --- Thanks, Pier Luigi Fiorini ___ Plasma-devel mailing list

Review Request 118940: Change SDDM theme installation path

2014-06-25 Thread Pier Luigi Fiorini
970d219c542bea077a000417dc35837d33ca4171 Diff: https://git.reviewboard.kde.org/r/118940/diff/ Testing --- Thanks, Pier Luigi Fiorini ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel