D10747: Implement zwp_linux_dmabuf_v1

2018-02-23 Thread Roman Gilg
romangg added a task: T8067: Support zwp_linux_dmabuf.
Restricted Application edited projects, added Plasma on Wayland; removed Plasma.

REPOSITORY
  R127 KWayland

REVISION DETAIL
  https://phabricator.kde.org/D10747

To: fredrik, #kwin, #plasma, graesslin, davidedmundson, mart
Cc: plasma-devel, #frameworks, schernikov, michaelh, ZrenBot, alexeymin, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, eliasp, sebas, apol, mart, hein


D10750: wayland: Add support for zwp_linux_dmabuf

2018-02-23 Thread Roman Gilg
romangg added a task: T8067: Support zwp_linux_dmabuf.
Restricted Application edited projects, added KWin; removed Plasma.

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D10750

To: fredrik, #kwin, #plasma, davidedmundson, mart, graesslin
Cc: anthonyfieroni, plasma-devel, kwin, iodelay, bwowk, ZrenBot, lesliezhai, 
ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart


D9414: Implement OSD to select action when unknown monitors is connected

2018-02-23 Thread Daniel Vrátil
This revision was automatically updated to reflect the committed changes.
Closed by commit R104:5feb84305560: Merge branch dvratil/osd 
(authored by dvratil).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D9414?vs=25635=27873#toc

REPOSITORY
  R104 KScreen

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D9414?vs=25635=27873

REVISION DETAIL
  https://phabricator.kde.org/D9414

AFFECTED FILES
  CMakeLists.txt
  kded/CMakeLists.txt
  kded/daemon.cpp
  kded/daemon.h
  kded/osd.cpp
  kded/osd.h
  kded/osdmanager.cpp
  kded/osdmanager.h
  kded/qml/Osd.qml
  kded/qml/OsdItem.qml
  kded/qml/OsdSelector.qml
  kded/qml/OutputIdentifier.qml
  tests/CMakeLists.txt
  tests/osd/CMakeLists.txt
  tests/osd/main.cpp
  tests/osd/osdtest.cpp
  tests/osd/osdtest.h

To: dvratil, sebas, davidedmundson, #vdg
Cc: abetts, broulik, kamathraghavendra, graesslin, ngraham, plasma-devel, 
mlaurent, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D9414: Implement OSD to select action when unknown monitors is connected

2018-02-23 Thread Daniel Vrátil
dvratil added a comment.


  @ngraham Yes, the screenshot is still accurate. If you want a screenshot with 
more of background or another background, I can provide one.

REPOSITORY
  R104 KScreen

REVISION DETAIL
  https://phabricator.kde.org/D9414

To: dvratil, sebas, davidedmundson, #vdg
Cc: abetts, broulik, kamathraghavendra, graesslin, ngraham, plasma-devel, 
mlaurent, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D10750: wayland: Add support for zwp_linux_dmabuf

2018-02-23 Thread Anthony Fieroni
anthonyfieroni added inline comments.
Restricted Application edited projects, added Plasma; removed KWin.

INLINE COMMENTS

> abstract_egl_backend.cpp:117
> +for (auto *dmabuf : qAsConst(m_dmabufBuffers)) {
> +dmabuf->destroyImage();
> +}

Call delete dmabuf will have same effect.

> abstract_egl_backend.cpp:738
> +
> +void EglDmabufBuffer::destroyImage()
> +{

This function is useless.

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D10750

To: fredrik, #kwin, #plasma, davidedmundson, mart, graesslin
Cc: anthonyfieroni, plasma-devel, kwin, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart, iodelay, bwowk, hardening


D10659: [AppletConfiguration] Let applet override Return closing the dialog

2018-02-23 Thread Friedrich W . H . Kossebau
kossebau added a subscriber: mart.
kossebau added a comment.


  In D10659#209961 , @broulik wrote:
  
  > > Can this property become something more official, with real documentation
  >
  > Sure. If you tell me where the other features of the config dialog (e.g. 
the `saveConfig()` function ) is documented, I'd happily add it there.
  
  
  Indeed I have no idea where that is. But we would agree it should, right?
  @mart Given you designed the control UI framework IIRC, what have been your 
ideas about documenting this?

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D10659

To: broulik, #plasma, kossebau
Cc: mart, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol


D10774: [Shell Handler] Port from own QQmlEngine to using QmlObjectSharedEngine

2018-02-23 Thread Kai Uwe Broulik
broulik updated this revision to Diff 27862.
broulik added a comment.


  - Remove debug

REPOSITORY
  R120 Plasma Workspace

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10774?vs=27861=27862

REVISION DETAIL
  https://phabricator.kde.org/D10774

AFFECTED FILES
  shell/shellmanager.cpp

To: broulik, #plasma
Cc: plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart


D10774: [Shell Handler] Port from own QQmlEngine to using QmlObjectSharedEngine

2018-02-23 Thread Kai Uwe Broulik
broulik created this revision.
broulik added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
broulik requested review of this revision.

REVISION SUMMARY
  I noticed in GammaRay there were two `QQmlEngine` instances in a Plasma 
session and found this.

TEST PLAN
  Shell still comes up

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D10774

AFFECTED FILES
  shell/shellmanager.cpp

To: broulik, #plasma
Cc: plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart


D10762: Fix the build on armhf/aarch64

2018-02-23 Thread Martin Flöser
graesslin requested changes to this revision.
graesslin added inline comments.
This revision now requires changes to proceed.
Restricted Application edited projects, added KWin; removed Plasma.

INLINE COMMENTS

> kwinglplatform.cpp:22
>  #include "kwinglplatform.h"
> +#include "kwinglutils_funcs.h"
>  #include 

why include kwinglutils_funcs.h? If it's truly needed, please add a comment so 
that it doesn't get removed with cleanup

> platform.h:24-37
>  #include 
> +
> +// qopengl.h declares GLdouble as a typedef of float when Qt is built
> +// with GLES support.  This conflicts with the epoxy/gl_generated.h
> +// declaration, so we have to prevent the Qt header from being #included.
> +#define QOPENGL_H
> +

Instead of copy pasting this all over the place: let's add one header file 
which does the epoxy include and the ifdef mess.

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D10762

To: bshah, #plasma, graesslin
Cc: plasma-devel, kwin, #kwin, iodelay, bwowk, ZrenBot, lesliezhai, 
ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart


D10773: Port to QmlObjectSharedEngine in all remaining places

2018-02-23 Thread Kai Uwe Broulik
broulik created this revision.
broulik added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
broulik requested review of this revision.

REVISION SUMMARY
  OSD, Applet Alternatives, and Interactive Console were still creating their 
own QML engine

TEST PLAN
  - Changed volume, OSD showed up fine
  - Successfully switched to another clock applet
  - Brought up interactive console and ran `print("hello")` in it

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D10773

AFFECTED FILES
  shell/osd.cpp
  shell/osd.h
  shell/shellcorona.cpp
  shell/shellcorona.h

To: broulik, #plasma
Cc: plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart


D10750: wayland: Add support for zwp_linux_dmabuf

2018-02-23 Thread Fredrik Höglund
fredrik edited projects, added Plasma; removed KWin.
fredrik added a comment.
Restricted Application edited projects, added KWin; removed Plasma.


  In D10750#211784 , @graesslin 
wrote:
  
  > Concerning the tests: the ones requiring OpenGL work best if module vgem is 
loaded. That normally makes them pass. The tests regarding keyboard layout need 
env variable XDG_DEFAULT_LAYOUT being unset or on us.
  
  
  Those results are with vgem loaded, and XDG_DEFAULT_LAYOUT is not set.

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D10750

To: fredrik, #kwin, #plasma, davidedmundson, mart, graesslin
Cc: plasma-devel, kwin, iodelay, bwowk, ZrenBot, lesliezhai, ali-mohamed, 
hardening, jensreuterberg, abetts, sebas, apol, mart


D10769: [Dialog] Remove now obsolete KWindowSystem::setState calls

2018-02-23 Thread Kai Uwe Broulik
broulik created this revision.
broulik added a reviewer: Plasma.
Restricted Application added projects: Plasma, Frameworks.
Restricted Application added subscribers: Frameworks, plasma-devel.
broulik requested review of this revision.

REVISION SUMMARY
  The comment says it's resolved in Qt 5.6.1+ but Frameworks depends on Qt 5.7 
nowadays

TEST PLAN
  Repeatedly opened Kickoff, never had it show up in task bar

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D10769

AFFECTED FILES
  src/plasmaquick/dialog.cpp

To: broulik, #plasma
Cc: plasma-devel, #frameworks, michaelh, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D10767: Multiple Layout, General Improvements and Bug Fixes

2018-02-23 Thread Aditya Mehra
This revision was not accepted when it landed; it landed in state "Needs 
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit R846:8f7fcb4d0a94: Multiple Layout, General Improvements and 
Bug Fixes (authored by Aiix).

REPOSITORY
  R846 Mycroft Plasma integration

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10767?vs=27846=27847

REVISION DETAIL
  https://phabricator.kde.org/D10767

AFFECTED FILES
  plasmoid/contents/code/pkgstartservice.sh
  plasmoid/contents/code/pkgstopservice.sh
  plasmoid/contents/images/mrightsmallanim.png
  plasmoid/contents/images/mycroftmic.png
  plasmoid/contents/ui/AutocompleteBox.qml
  plasmoid/contents/ui/CustomMicIndicator.qml
  plasmoid/contents/ui/DashNewsDelegate.qml
  plasmoid/contents/ui/DashWeatherDelegate.qml
  plasmoid/contents/ui/DashboardDelegate.qml
  plasmoid/contents/ui/DashboardType.qml
  plasmoid/contents/ui/DisclaimerCardDelegate.qml
  plasmoid/contents/ui/MsmView.qml
  plasmoid/contents/ui/SimpleMessageType.qml
  plasmoid/contents/ui/TopBarAnim.qml
  plasmoid/contents/ui/main.qml

To: Aiix, #plasma
Cc: plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart


D10767: Multiple Layout, General Improvements and Bug Fixes

2018-02-23 Thread Aditya Mehra
Aiix created this revision.
Aiix added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
Aiix requested review of this revision.

REVISION SUMMARY
  Ref T7175  Multiple Layout and General 
Improvements, Bug Fixes
  
  - Fixed: dash cards background issue with system themes
  - Fixed: dash cards context button location
  - Added: Use plasma components scrollbar for dash ListView
  - Fixed: Make all animations, buttons, logo's use system theme colors
  - Fixed: animation drawer, card context menu drawer utilize root item width 
with extra padding (required for some desktop themes)
  - Fixed: cpu race conditions with CustomMicIndicator animations(new look)
  - Added function to detect installation type, auto activate package install 
if binary detected
  - Added reconnect button on connection error, generally cause due to 
websocket connecting before all services have started - only retry's connecting 
socket without restarting mycroft services
  - Added connecting status when mycroft is toggled, (should mitigate user 
panick during service startup period)
  - Improved: Autocomplete box look and feel

REPOSITORY
  R846 Mycroft Plasma integration

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D10767

AFFECTED FILES
  plasmoid/contents/code/pkgstartservice.sh
  plasmoid/contents/code/pkgstopservice.sh
  plasmoid/contents/images/mrightsmallanim.png
  plasmoid/contents/images/mycroftmic.png
  plasmoid/contents/ui/AutocompleteBox.qml
  plasmoid/contents/ui/CustomMicIndicator.qml
  plasmoid/contents/ui/DashNewsDelegate.qml
  plasmoid/contents/ui/DashWeatherDelegate.qml
  plasmoid/contents/ui/DashboardDelegate.qml
  plasmoid/contents/ui/DashboardType.qml
  plasmoid/contents/ui/DisclaimerCardDelegate.qml
  plasmoid/contents/ui/MsmView.qml
  plasmoid/contents/ui/SimpleMessageType.qml
  plasmoid/contents/ui/TopBarAnim.qml
  plasmoid/contents/ui/main.qml

To: Aiix, #plasma
Cc: plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart


D9414: Implement OSD to select action when unknown monitors is connected

2018-02-23 Thread Nathaniel Graham
ngraham added a comment.


  Is the screenshot in the Summary section still accurate? I'd like to feature 
this in the coming weekend's Usability & Productivity blog post (assuming it 
lands today or tomorrow; if not, next week's post), and people love looking at 
screenshots.

REPOSITORY
  R104 KScreen

REVISION DETAIL
  https://phabricator.kde.org/D9414

To: dvratil, sebas, davidedmundson, #vdg
Cc: abetts, broulik, kamathraghavendra, graesslin, ngraham, plasma-devel, 
mlaurent, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D10764: [AppletQuickItem] Preload applet expander only if not already expanded

2018-02-23 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes.
Closed by commit R242:48b62d1a2763: [AppletQuickItem] Preload applet expander 
only if not already expanded (authored by broulik).

REPOSITORY
  R242 Plasma Framework (Library)

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10764?vs=27836=27843

REVISION DETAIL
  https://phabricator.kde.org/D10764

AFFECTED FILES
  src/plasmaquick/appletquickitem.cpp

To: broulik, #plasma, mart, lbeltrame
Cc: plasma-devel, #frameworks, michaelh, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D10764: [AppletQuickItem] Preload applet expander only if not already expanded

2018-02-23 Thread Marco Martin
mart accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D10764

To: broulik, #plasma, mart, lbeltrame
Cc: plasma-devel, #frameworks, michaelh, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D10753: Provide the source selection as a contextual action

2018-02-23 Thread Aleix Pol Gonzalez
apol added a comment.


  > I see what you're going for here, but the "Sources" menu you're trying to 
add still doesn't actually work, same as the Sort menu. Is there an open 
Kirigami patch that this depends upon?
  
  No, please look into how it's possible that it's not working for you. I'll be 
happy to fix provided the information.
  You can play around with kirigami/tests/actionsMenu.qml

REPOSITORY
  R134 Discover Software Store

REVISION DETAIL
  https://phabricator.kde.org/D10753

To: apol, ngraham
Cc: ngraham, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D10753: Provide the source selection as a contextual action

2018-02-23 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 27842.
apol added a comment.


  Remove the description part of origin switching

REPOSITORY
  R134 Discover Software Store

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10753?vs=27816=27842

BRANCH
  sourcesUI

REVISION DETAIL
  https://phabricator.kde.org/D10753

AFFECTED FILES
  discover/qml/ApplicationPage.qml
  libdiscover/resources/ResourcesProxyModel.cpp
  libdiscover/resources/ResourcesProxyModel.h

To: apol, ngraham
Cc: ngraham, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D10764: [AppletQuickItem] Preload applet expander only if not already expanded

2018-02-23 Thread Luca Beltrame
lbeltrame added a comment.


  +1 from me, fixes the issue I had.

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D10764

To: broulik, #plasma, mart, lbeltrame
Cc: plasma-devel, #frameworks, michaelh, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D10692: parent full representation to the proper window at start

2018-02-23 Thread Marco Martin
This revision was automatically updated to reflect the committed changes.
Closed by commit R120:b17fa4bea6f4: parent full representation to the proper 
window at start (authored by mart).

REPOSITORY
  R120 Plasma Workspace

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10692?vs=27840=27841

REVISION DETAIL
  https://phabricator.kde.org/D10692

AFFECTED FILES
  applets/systemtray/package/contents/ui/ExpandedRepresentation.qml
  applets/systemtray/package/contents/ui/main.qml

To: mart, #plasma, broulik
Cc: apol, broulik, hein, davidedmundson, plasma-devel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, mart


D10692: parent full representation to the proper window at start

2018-02-23 Thread Marco Martin
mart updated this revision to Diff 27840.
mart added a comment.


  - remove useless z reassignment

REPOSITORY
  R120 Plasma Workspace

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10692?vs=27767=27840

BRANCH
  arcpatch-D10692

REVISION DETAIL
  https://phabricator.kde.org/D10692

AFFECTED FILES
  applets/systemtray/package/contents/ui/ExpandedRepresentation.qml
  applets/systemtray/package/contents/ui/main.qml

To: mart, #plasma, broulik
Cc: apol, broulik, hein, davidedmundson, plasma-devel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, mart


D10692: parent full representation to the proper window at start

2018-02-23 Thread Kai Uwe Broulik
broulik accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R120 Plasma Workspace

BRANCH
  arcpatch-D10692

REVISION DETAIL
  https://phabricator.kde.org/D10692

To: mart, #plasma, broulik
Cc: apol, broulik, hein, davidedmundson, plasma-devel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, mart


D9414: Implement OSD to select action when unknown monitors is connected

2018-02-23 Thread Sebastian Kügler
sebas added a comment.


  When landing, can you merge the whole branch into master, the history here is 
relevant and it will make continuing work on my kscreen kcm qmlification branch 
a lot easier. Thanks!

REPOSITORY
  R104 KScreen

REVISION DETAIL
  https://phabricator.kde.org/D9414

To: dvratil, sebas, davidedmundson, #vdg
Cc: abetts, broulik, kamathraghavendra, graesslin, ngraham, plasma-devel, 
mlaurent, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D10563: Place toolbox in the top right corner of the screen

2018-02-23 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes.
Closed by commit R119:b2588104cc56: Place toolbox in the top right corner of 
the screen (authored by broulik).

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10563?vs=27306=27839

REVISION DETAIL
  https://phabricator.kde.org/D10563

AFFECTED FILES
  containments/desktop/package/contents/config/main.xml
  toolboxes/desktoptoolbox/contents/ui/ToolBoxRoot.qml

To: broulik, #plasma, #vdg, ngraham
Cc: davidedmundson, cfeck, rikmills, ngraham, plasma-devel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D9414: Implement OSD to select action when unknown monitors is connected

2018-02-23 Thread Sebastian Kügler
sebas accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R104 KScreen

REVISION DETAIL
  https://phabricator.kde.org/D9414

To: dvratil, sebas, davidedmundson, #vdg
Cc: abetts, broulik, kamathraghavendra, graesslin, ngraham, plasma-devel, 
mlaurent, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D10660: [Weather applet] Let Return invoke search

2018-02-23 Thread Kai Uwe Broulik
broulik edited the summary of this revision.

REPOSITORY
  R114 Plasma Addons

REVISION DETAIL
  https://phabricator.kde.org/D10660

To: broulik, #plasma, kossebau
Cc: plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart


D10764: [AppletQuickItem] Preload applet expander only if not already expanded

2018-02-23 Thread Kai Uwe Broulik
broulik created this revision.
broulik added reviewers: Plasma, mart, lbeltrame.
Restricted Application added projects: Plasma, Frameworks.
Restricted Application added subscribers: Frameworks, plasma-devel.
broulik requested review of this revision.

REVISION SUMMARY
  When an applet is placed on the desktop and already shows its full 
representation, like Weather applet, don't create the expander item.
  The DefaultCompactApplet shows the dialog when `plasmoid.expanded` which will 
be always the case and you end up with an empty window randomly showing up on 
startup.

TEST PLAN
  Placed weather applet on desktop, started plasmashell, no longer got an empty 
window in the top left corner of the screen
  Verified that kickoff still has its expander preloaded

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D10764

AFFECTED FILES
  src/plasmaquick/appletquickitem.cpp

To: broulik, #plasma, mart, lbeltrame
Cc: plasma-devel, #frameworks, michaelh, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D10723: hide primary display combo when not supported

2018-02-23 Thread Sebastian Kügler
This revision was automatically updated to reflect the committed changes.
Closed by commit R104:cd3b350e0225: hide primary display combo when not 
supported (authored by sebas).

REPOSITORY
  R104 KScreen

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10723?vs=27721=27835

REVISION DETAIL
  https://phabricator.kde.org/D10723

AFFECTED FILES
  kcm/src/widget.cpp
  kcm/src/widget.h

To: sebas, #plasma, dvratil, davidedmundson
Cc: kpiwowarski, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D10762: Fix the build on armhf/aarch64

2018-02-23 Thread Bhushan Shah
bshah updated this revision to Diff 27834.
bshah added a comment.
Restricted Application edited projects, added Plasma; removed KWin.


  cover all the cases of epoxy
  
  I am not really sure if this is right approch, suggestions welcome

REPOSITORY
  R108 KWin

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10762?vs=27831=27834

BRANCH
  fix-arm-build

REVISION DETAIL
  https://phabricator.kde.org/D10762

AFFECTED FILES
  libkwineffects/kwinglplatform.cpp
  platform.h
  plugins/qpa/abstractplatformcontext.h
  plugins/qpa/integration.h
  plugins/qpa/window.h

To: bshah, #plasma, graesslin
Cc: plasma-devel, kwin, #kwin, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart, iodelay, bwowk, hardening


D10755: Add a MsmApp::skillsPath method so the skills folder is not hardcoded

2018-02-23 Thread Phabricator
This revision was automatically updated to reflect the committed changes.
Closed by commit R846:ab71b7d7b05b: Add a MsmApp::skillsPath method so the 
skills folder is not hardcoded (authored by Antonio Larrosa 
antonio.larr...@gmail.com).

REPOSITORY
  R846 Mycroft Plasma integration

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10755?vs=27818=27833

REVISION DETAIL
  https://phabricator.kde.org/D10755

AFFECTED FILES
  plasmoid/contents/ui/MsmView.qml
  plugin/msmapp.cpp
  plugin/msmapp.h

To: antlarr, Aiix
Cc: plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart