Jenkins-kde-ci: oxygen-icons5 master stable-qt4 » Linux,gcc - Build # 1 - Failure!

2016-07-04 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/oxygen-icons5%20master%20stable-qt4/PLATFORM=Linux,compiler=gcc/1/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 04 Jul 2016 07:25:46 +
Build duration: 32 sec

CHANGE SET
No changes
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 128332: [Plasma-nm] Indicate flight mode in system tray icon

2016-07-04 Thread Jan Grulich

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128332/#review97075
---


Ship it!




Ship It!

- Jan Grulich


On Čer. 30, 2016, 8:21 odp., Kai Uwe Broulik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128332/
> ---
> 
> (Updated Čer. 30, 2016, 8:21 odp.)
> 
> 
> Review request for Network Management, Plasma and KDE Usability.
> 
> 
> Repository: plasma-nm
> 
> 
> Description
> ---
> 
> This changes the tray icon to the airplane icon when in flight mode.
> 
> Also changes the SwitchButton to use a PlasmaCore.IconItem instead of a 
> PlasmaCore.Svg to be consisteht with the tray icon.
> 
> BUG: 364626
> 
> 
> Diffs
> -
> 
>   applet/contents/ui/SwitchButton.qml 3ea3079 
>   applet/contents/ui/Toolbar.qml 64b6e0a 
>   libs/declarative/connectionicon.h 499b4f6 
>   libs/declarative/connectionicon.cpp 90060a3 
> 
> Diff: https://git.reviewboard.kde.org/r/128332/diff/
> 
> 
> Testing
> ---
> 
> Enabled flightmode, got airplane icon
> Disabled flightmode, briefly got "no network" icon until my wifi was 
> connected again.
> 
> The flight mode is only shown when flight mode is enabled and there really 
> isn't any connection.
> 
> NOTE VDG: The icon flightmode-on and flightmode-off need to be renamed to 
> network-flightmode-on and network-flightmode-off (keeping the old ones in 
> there for compatibility!) so Plasma IconItem finds it.
> 
> 
> File Attachments
> 
> 
> Flightmode icon
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/06/30/df8a84c2-5a91-42d1-be43-70685061c8e4__Screenshot_20160630_221424.png
> 
> 
> Thanks,
> 
> Kai Uwe Broulik
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: porting the QtCurve kwin theme

2016-07-04 Thread René JV Bertin
Doh, right, of course.

I've also seen now that the kwin parts have been excluded from building under 
Qt5/KF5, so there's also that part of the porting process to do :-/

Sorry for the noise.
R.

On 04 Jul 2016, at 07:48, Martin Graesslin  wrote:

> On Saturday, July 2, 2016 9:14:34 PM CEST you wrote:
>> On Saturday July 02 2016 20:13:49 René J.V. Bertin wrote:
>>> That at least sounds like something I could start looking at.  I just hope
>>> there isn't too much in the code that will make QtCurve hard if not
>>> impossible to port without sacrificing its individuality.
>> FWIW, the kwin4 plugin doesnt link to QtWidgets at all:
> 
> because there was no QtWidgets library back in the days. But it uses QWidget 
> and is completely based on it, e.g. void setMainWidget(QWidget*);
> 
> Cheers
> Martin
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Request, 72 lines] D2077: [server] Handle no XDG_RUNTIME_DIR situation more gracefully

2016-07-04 Thread Martin Gräßlin
graesslin created this revision.
graesslin added a reviewer: Plasma on Wayland.
Restricted Application added a subscriber: plasma-devel.
Restricted Application added a project: Plasma on Wayland.

REVISION SUMMARY
  Even if the XDG_RUNTIME_DIR is not set, KWayland should not crash
  if methods are invoked which only make sense after the server was
  started successfully. This was not yet the case for
  Display::dispatchEvents.
  
  Also the wl_display was not destroyed in the situation that creating
  the socket failed.

TEST PLAN
  Test case added which simulates the situation of no
  XDG_RUNTIME_DIR being set.

REPOSITORY
  rKWAYLAND KWayland

BRANCH
  no-xdg-runtime-dir

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

AFFECTED FILES
  autotests/server/CMakeLists.txt
  autotests/server/test_no_xdg_runtime_dir.cpp
  src/server/display.cpp

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: graesslin, #plasma_on_wayland
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


<    1   2