D6518: guard against themes without a valid shadow

2017-07-05 Thread Anthony Fieroni
anthonyfieroni added inline comments. INLINE COMMENTS > dialogshadows.cpp:270 > { > m_shadowPixmaps << q->pixmap(element); > } Validate element (hasElement and > 0) or add default pixmap. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D6518

Make KDE more accessible - Registration for Randa Meetings ends soon

2017-07-05 Thread Mario Fux
Good morning dear KDE contributor As the registration [1] for the Randa Meetings 2017 ends soon: Sunday, 16th of September 2017, 23.59 UTC, I wanted to remind you about this years topic: Make KDE more accessible. Please help us with this challenge and read more about it [2]. If there are any

D6518: guard against themes without a valid shadow

2017-07-05 Thread David Edmundson
davidedmundson added a comment. What if a theme only has shadow-top, but not right etc. (or a more likely scenario, they exist, but the metadata has them be 0px big) What would happen if you have a theme with shadow then switch to one without? REPOSITORY R242 Plasma Framework

D6520: Summary: L2TP: pre-sharedkey should be mask

2017-07-05 Thread Andrea Scarpino
scarpino created this revision. Restricted Application added a project: Plasma. TEST PLAN built and tested REPOSITORY R116 Plasma Network Management Applet BRANCH master REVISION DETAIL https://phabricator.kde.org/D6520 AFFECTED FILES vpn/l2tp/l2tpadvanced.ui To: scarpino, jgrulich

D6518: guard against themes without a valid shadow

2017-07-05 Thread Marco Martin
mart created this revision. Restricted Application added projects: Plasma, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. REVISION SUMMARY some themes don't have a valid shadow, which would lead to a crash in kwayland, don't even try to render a shadow if

D3805: Per-activity favorites (Final, again?)

2017-07-05 Thread Marco Martin
mart added a comment. I tried the patch, and i'm getting a crash as well, tough a bit different: #0 0x7fff39b74cf5 in KAStatsFavoritesModel::Private::removeOldCachedEntries() const () from /opt/kde5/qml/org/kde/plasma/private/kicker/libkickerplugin.so #1 0x7fff39b7377a in

D6459: Fix the National Geographic PoTD dataengine

2017-07-05 Thread Kai Uwe Broulik
broulik added inline comments. INLINE COMMENTS > natgeoprovider.cpp:56 > > -const QString data = QString::fromUtf8( job->data() ); > +const auto data = QString::fromUtf8( job->data() ).split("\n"); > Please use `splitRef` (Makes me wonder why it turns it into a `QString` in the

Re: KTitleWidget and the native Mac style

2017-07-05 Thread René J . V . Bertin
On Wednesday July 05 2017 10:58:59 Hugo Pereira Da Costa wrote: >No >the default is false (no frame): > >breeze.kcfg: > > > >false > > Curious, I've always seen Breeze display the frame, and never activated the option as far as I can remember. I did notice yesterday that breezerc doesn't

App Lifecycle and Plasma

2017-07-05 Thread Jonathan Riddell
Related to the vision discussion are the lines I've written for Plasma in the app lifecycle https://community.kde.org/Policies/Application_Lifecycle/Draft Plasma is a cross device work environment where trust is put on the users' capacity to best define her own workflow and preferences.

Re: Plasma Vision v 2.0

2017-07-05 Thread Jens
Ok after much edits and fiddling this is the current one - based on input from a wealth of sources and people: -- -- "Plasma is a cross-device work environment by the KDE Community where trust is put on the user's capacity to best

D6467: [platforms/x11] Fix incorrect screen edge approaching with switch desktop on window move

2017-07-05 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R108 KWin BRANCH fix-x11-edge-deactivation-5.10 REVISION DETAIL https://phabricator.kde.org/D6467 To: graesslin, #kwin, #plasma, mart Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezhai,

D6468: [effects/slideback] Ignore windows which are not in visible area

2017-07-05 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R108 KWin BRANCH slideback-ignore-windows-outside-visible-area-5.10 REVISION DETAIL https://phabricator.kde.org/D6468 To: graesslin, #kwin, #plasma, mart Cc: plasma-devel, kwin, ZrenBot, progwolff,

Re: KTitleWidget and the native Mac style

2017-07-05 Thread René J . V . Bertin
On Wednesday July 05 2017 09:55:27 Hugo Pereira Da Costa wrote: (CC'ing the plasma-devel ML and thus keeping Hugo's full reply as context.) >On 07/04/2017 11:13 PM, René J.V. Bertin wrote: >> On Tuesday July 04 2017 20:16:55 Sebastian Kügler wrote: >> >> @Kevin: should we continue to CC you? >>