Re: testing the single QQmlEngine plasmashell

2015-06-16 Thread Kai Uwe Broulik
> with x-test language seems to work now.. Works for me as well now. Thanks! :) ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: testing the single QQmlEngine plasmashell

2015-06-14 Thread Bhushan Shah
On Mon, Jun 15, 2015 at 5:57 AM, Marco Martin wrote: > the beach was calling :p with x-test language seems to work now.. -- Bhushan Shah http://bhush9.github.io IRC Nick : bshah on Freenode ___ Plasma-devel mailing list Plasma-devel@kde.org https://m

Re: testing the single QQmlEngine plasmashell

2015-06-14 Thread Marco Martin
On Sun, Jun 14, 2015 at 3:29 PM, Kai Uwe Broulik wrote: >> try now with up to date kdecarative > > Forgot to push? :) pushed now the beach was calling :p -- Marco Martin ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/

Re: testing the single QQmlEngine plasmashell

2015-06-14 Thread Kai Uwe Broulik
> try now with up to date kdecarative Forgot to push? :) ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: testing the single QQmlEngine plasmashell

2015-06-14 Thread Marco Martin
On Sat, Jun 13, 2015 at 10:36 PM, Bhushan Shah wrote: > default PlasmaQuick::AppletQuickItemPrivate::AppletQuickItemPrivate: > Falling back to legacy separed QQmlEngine for applet > "org.kde.plasma.notifications" > default KDeclarative::KDeclarative::setupBindings: Goes here! > > So it works just

Re: testing the single QQmlEngine plasmashell

2015-06-14 Thread Marco Martin
On Sat, Jun 13, 2015 at 10:36 PM, Bhushan Shah wrote: > On Sun, Jun 14, 2015 at 7:53 AM, Marco Martin wrote: >> see if in kdeclarative.cpp line 98 it's going in the branch >> if (qmlObj) { and the qmlObj is correctly instantiated? > > default PlasmaQuick::AppletQuickItemPrivate::AppletQuickItemPr

Re: testing the single QQmlEngine plasmashell

2015-06-13 Thread Bhushan Shah
On Sun, Jun 14, 2015 at 7:53 AM, Marco Martin wrote: > see if in kdeclarative.cpp line 98 it's going in the branch > if (qmlObj) { and the qmlObj is correctly instantiated? default PlasmaQuick::AppletQuickItemPrivate::AppletQuickItemPrivate: Falling back to legacy separed QQmlEngine for applet "o

Re: testing the single QQmlEngine plasmashell

2015-06-13 Thread Marco Martin
On Fri, Jun 12, 2015 at 2:21 PM, Kai Uwe Broulik wrote: > Am Mittwoch, 10. Juni 2015, 09:48:55 schrieb Marco Martin: >> And it's now merged in master, meaning that should be in 5.4, feel >> free to test and search for problems ;) > > Looks like many translations are broken for me now. At first I t

Re: testing the single QQmlEngine plasmashell

2015-06-12 Thread Kai Uwe Broulik
Am Mittwoch, 10. Juni 2015, 09:48:55 schrieb Marco Martin: > And it's now merged in master, meaning that should be in 5.4, feel > free to test and search for problems ;) Looks like many translations are broken for me now. At first I thought it was just a co-incidence but now that I updated my pla

Re: testing the single QQmlEngine plasmashell

2015-06-12 Thread Luca Beltrame
In data venerdì 12 giugno 2015 07:32:59, Luca Beltrame ha scritto: > Thanks. I'll update and report back. I'll file an issue for the other (it > may be completely unrelated) and I'll try to make a video of what happens. Bug filed: https://bugs.kde.org/show_bug.cgi?id=349052 -- Luca Beltrame -

Re: testing the single QQmlEngine plasmashell

2015-06-11 Thread Luca Beltrame
In data giovedì 11 giugno 2015 18:23:29, Marco Martin ha scritto: > If you update plasma-framework to master, the wallpaper issue *should* be > fixed Thanks. I'll update and report back. I'll file an issue for the other (it may be completely unrelated) and I'll try to make a video of what happe

Re: testing the single QQmlEngine plasmashell

2015-06-11 Thread Marco Martin
On Thu, Jun 11, 2015 at 4:49 PM, Marco Martin wrote: >>> Unfortunately, I have to add nother regression to the list: in multiscreen >>> setup, the widget layout is completely broken (positioning is random, and >>> movign widgets on the screen will put them in random positions and even >>> resize

Re: testing the single QQmlEngine plasmashell

2015-06-11 Thread Marco Martin
also, are you sure is relted to the single engine? can you try to revert plasmashell to the commit before the merge commit and see if the problem goes away? plasma-worksapce and plasma-desktop should be able to stay from master On Thu, Jun 11, 2015 at 4:23 PM, Marco Martin wrote: > On Thu, Jun 11

Re: testing the single QQmlEngine plasmashell

2015-06-11 Thread Marco Martin
On Thu, Jun 11, 2015 at 1:36 PM, Luca Beltrame wrote: > In data giovedì 11 giugno 2015 20:37:33, Luca Beltrame ha scritto: > >> Just FTR, I reproduced this also on another machine, so it's likely the >> culprit. But weren't wallpapers (as far as I understood) exempt from this, >> or did I mistake

Re: testing the single QQmlEngine plasmashell

2015-06-11 Thread Luca Beltrame
In data giovedì 11 giugno 2015 20:37:33, Luca Beltrame ha scritto: > Just FTR, I reproduced this also on another machine, so it's likely the > culprit. But weren't wallpapers (as far as I understood) exempt from this, > or did I mistake it for something else? Unfortunately, I have to add nother r

Re: testing the single QQmlEngine plasmashell

2015-06-11 Thread Luca Beltrame
In data giovedì 11 giugno 2015 11:07:51, Marco Martin ha scritto: > uuuh, may be related. what may end up isthat the wallpaperinterfaces > instances end up hring the same qqmlcontext Just FTR, I reproduced this also on another machine, so it's likely the culprit. But weren't wallpapers (as far as

Re: testing the single QQmlEngine plasmashell

2015-06-11 Thread Marco Martin
uuuh, may be related. what may end up isthat the wallpaperinterfaces instances end up hring the same qqmlcontext On Wed, Jun 10, 2015 at 10:27 PM, Luca Beltrame wrote: > In data mercoledì 10 giugno 2015 09:48:55, Marco Martin ha scritto: >> And it's now merged in master, meaning that should be in

Re: testing the single QQmlEngine plasmashell

2015-06-10 Thread Luca Beltrame
In data mercoledì 10 giugno 2015 09:48:55, Marco Martin ha scritto: > And it's now merged in master, meaning that should be in 5.4, feel > free to test and search for problems ;) You wanted problems? Here they are ;) Jokes aside, I'm not sure they're related to this code, but in a multiscreen se

Re: testing the single QQmlEngine plasmashell

2015-06-10 Thread Marco Martin
And it's now merged in master, meaning that should be in 5.4, feel free to test and search for problems ;) On Mon, May 11, 2015 at 6:24 AM, Marco Martin wrote: > Hi all, > I've pushed all what's needed for running plasmashell with a single > QQmlEngine, surprisingly seemed to have taken less work

Re: testing the single QQmlEngine plasmashell

2015-05-12 Thread Marco Martin
On Tuesday 12 May 2015, Aleix Pol wrote: > Hi, > I wanted to give it a go as well, and so I did. :D > > http://proli.net/meu/kde/massif.out.3278-beforeBranchChange > http://proli.net/meu/kde/massif.out.5283-afterBranchChange > > http://proli.net/meu/kde/massif.out.5759-afterBranchChange << this i

Re: testing the single QQmlEngine plasmashell

2015-05-12 Thread Aleix Pol
On Mon, May 11, 2015 at 6:20 PM, Marco Martin wrote: > On Monday 11 May 2015, Marco Martin wrote: >> please test it to see if there are obvious regressions, if it's faster or >> slower, more or less crashy, if it takes more or less memory (dere it slims >> by about 25 MB on a 32bit system, of abou

Re: testing the single QQmlEngine plasmashell

2015-05-11 Thread Marco Martin
On Monday 11 May 2015, Marco Martin wrote: > please test it to see if there are obvious regressions, if it's faster or > slower, more or less crashy, if it takes more or less memory (dere it slims > by about 25 MB on a 32bit system, of about 40 on a 64 bit), good profiling > of memory and startup t

testing the single QQmlEngine plasmashell

2015-05-11 Thread Marco Martin
Hi all, I've pushed all what's needed for running plasmashell with a single QQmlEngine, surprisingly seemed to have taken less work/problems than i feared. the repos are needed are: * kdeclarative * plasma-framework * plasma-workspace * plasma-desktop the branch is always called mart/singleQmlE