Build failed in Jenkins: plasma-workspace_master_qt5 #929

2014-10-01 Thread KDE CI System
See 

Changes:

[hrvoje.senjan] [systemmonitor] Get rid of KDELibs4Support

[hrvoje.senjan] [statusnotifierwatcher] Get rid of KDELibs4Support

[hrvoje.senjan] [dataengines/systemmonitor] Get rid of KDELibs4Support

[hrvoje.senjan] [dataengines/share] Get rid of KDELibs4Support

[hrvoje.senjan] [dataengines/weather/ions] Get rid of KDELibs4Support

[hrvoje.senjan] [ksmserver] Get rid of KDELibs4Support...

--
[...truncated 4516 lines...]
-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 

-- Installing: 


Re: Releasing KDE GTK Config

2014-10-01 Thread Bhushan Shah
On Mon, Aug 4, 2014 at 4:02 AM, Aleix Pol  wrote:
> Ok, Jonathan what do you need to get this packaged together with 5.1?

Ping!! what happened to this?

-- 
Bhushan Shah

http://bhush9.github.io
IRC Nick : bshah on Freenode
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


5.1 beta out

2014-10-01 Thread Jonathan Riddell
5.1 beta is out, 1 week and a day until I make tars of the final.

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


Re: Releasing KDE GTK Config

2014-10-01 Thread Aleix Pol
On Wed, Oct 1, 2014 at 11:35 AM, Bhushan Shah  wrote:

> On Mon, Aug 4, 2014 at 4:02 AM, Aleix Pol  wrote:
> > Ok, Jonathan what do you need to get this packaged together with 5.1?
>
> Ping!! what happened to this?
>

I forgot about this 8-). I just requested the move.

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


Re: Collecting new/improved stuff in 5.1 for promo

2014-10-01 Thread Vishesh Handa
Some of the Baloo changes that I remember -

* A user visible query language which can be accessed via the kioslave.
Example - `baloosearch://?query=tag:Fire`. The query language can handle
quite complex expressions. This will create a "magic folder" which will be
updated in realtime
* Better UTF8 handling in Searching - We now take diacritic marks into
account. See relevant blog post
* Removable Media Storage - We now never index Network File Systems.
* Better detection of frequently modified files. We delay indexing for them.
* Detecting xattr changes - Baloo is now more of a file indexer and will
listen to changes on xattr for files. This means any application can set
the tags/ratings by just setting the xattr of the file. Applications no
longer need to talk to Baloo.
* Overall speed improvements
* Many more tests in the File Indexers

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


Review Request 120455: Avoid a lot of syncs to FavoritesModel in kickoff

2014-10-01 Thread David Edmundson

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

Review request for Plasma.


Repository: plasma-desktop


Description
---

Avoid a lot of syncs to FavoritesModel in kickoff

Current code loaded the list of favourites into a string. It then
readded them one by one syncing the config after each change.

At the end the config is the same as when we started but with n config writes in
the meantime.

Splitting add and load methods solves this.

This should hopefully fix lockups as we're no longer writing to kickoffrc so 
often on load as well as give us a significant speed boost on the initial open.

BUG: 339451


Diffs
-

  applets/kickoff/core/favoritesmodel.h 27a0626 
  applets/kickoff/core/favoritesmodel.cpp f05588b 

Diff: https://git.reviewboard.kde.org/r/120455/diff/


Testing
---

Put a breakpoint on Kickoff::FavoritesModel::Private::save

checked this wasn't called anymore and favourites still loaded correctly.


Thanks,

David Edmundson

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


Re: Review Request 120455: Avoid a lot of syncs to FavoritesModel in kickoff

2014-10-01 Thread Marco Martin

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

Ship it!


Ship It!

- Marco Martin


On Oct. 1, 2014, 6:23 p.m., David Edmundson wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/120455/
> ---
> 
> (Updated Oct. 1, 2014, 6:23 p.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-desktop
> 
> 
> Description
> ---
> 
> Avoid a lot of syncs to FavoritesModel in kickoff
> 
> Current code loaded the list of favourites into a string. It then
> readded them one by one syncing the config after each change.
> 
> At the end the config is the same as when we started but with n config writes 
> in
> the meantime.
> 
> Splitting add and load methods solves this.
> 
> This should hopefully fix lockups as we're no longer writing to kickoffrc so 
> often on load as well as give us a significant speed boost on the initial 
> open.
> 
> BUG: 339451
> 
> 
> Diffs
> -
> 
>   applets/kickoff/core/favoritesmodel.h 27a0626 
>   applets/kickoff/core/favoritesmodel.cpp f05588b 
> 
> Diff: https://git.reviewboard.kde.org/r/120455/diff/
> 
> 
> Testing
> ---
> 
> Put a breakpoint on Kickoff::FavoritesModel::Private::save
> 
> checked this wasn't called anymore and favourites still loaded correctly.
> 
> 
> Thanks,
> 
> David Edmundson
> 
>

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


Re: Review Request 120270: full shell mode for plasma-windowed

2014-10-01 Thread Marco Martin

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

(Updated Oct. 1, 2014, 6:32 p.m.)


Status
--

This change has been discarded.


Review request for Plasma.


Repository: plasma-workspace


Description
---

this adds an option to plasma-windowed to run a shell package together with a 
containment in its own window/process.
it's intended for full applications done just in qml that want to host widgets 
as well, like plasma-mediacenter.
This is part of getting all the needed shells in the same place, so they will 
be able to return in plasma-framework and the libplasmaquick library not be 
exported anymore


Diffs
-

  plasma-windowed/CMakeLists.txt 252724a 
  plasma-windowed/main.cpp 649bd39 
  plasma-windowed/plasmawindowedcorona.h 8e6fd76 
  plasma-windowed/plasmawindowedcorona.cpp 3dee283 
  plasma-windowed/simpleshellcorona.h PRE-CREATION 
  plasma-windowed/simpleshellcorona.cpp PRE-CREATION 
  plasma-windowed/simpleshellview.h PRE-CREATION 
  plasma-windowed/simpleshellview.cpp PRE-CREATION 

Diff: https://git.reviewboard.kde.org/r/120270/diff/


Testing
---


Thanks,

Marco Martin

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


Re: Review Request 120455: Avoid a lot of syncs to FavoritesModel in kickoff

2014-10-01 Thread David Edmundson

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

(Updated Oct. 1, 2014, 6:34 p.m.)


Status
--

This change has been marked as submitted.


Review request for Plasma.


Repository: plasma-desktop


Description
---

Avoid a lot of syncs to FavoritesModel in kickoff

Current code loaded the list of favourites into a string. It then
readded them one by one syncing the config after each change.

At the end the config is the same as when we started but with n config writes in
the meantime.

Splitting add and load methods solves this.

This should hopefully fix lockups as we're no longer writing to kickoffrc so 
often on load as well as give us a significant speed boost on the initial open.

BUG: 339451


Diffs
-

  applets/kickoff/core/favoritesmodel.h 27a0626 
  applets/kickoff/core/favoritesmodel.cpp f05588b 

Diff: https://git.reviewboard.kde.org/r/120455/diff/


Testing
---

Put a breakpoint on Kickoff::FavoritesModel::Private::save

checked this wasn't called anymore and favourites still loaded correctly.


Thanks,

David Edmundson

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


[Breeze] [Bug 339581] New: QML error in org.kde.breeze.desktop (Osd.qml) when unmuting sound

2014-10-01 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=339581

Bug ID: 339581
   Summary: QML error in org.kde.breeze.desktop (Osd.qml) when
unmuting sound
   Product: Breeze
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-devel@kde.org
  Reporter: m...@eliasprobst.eu

When unmuting sound, the following QML error is logged in plasmashell's output
when the OSD shows up:

file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/Osd.qml:93:20:
Unable to assign QString to double

Running latest KF5/P5 from git.
Qt 5.4.0 alpha.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Breeze] [Bug 339581] QML error in org.kde.breeze.desktop (Osd.qml) when unmuting sound

2014-10-01 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=339581

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Easier to reproduce with

qdbus org.kde.plasmashell /org/kde/osdService org.kde.osdService.volumeChanged
0
qdbus org.kde.plasmashell /org/kde/osdService org.kde.osdService.volumeChanged
50

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Breeze] [Bug 339581] QML error in org.kde.breeze.desktop (Osd.qml) when unmuting sound

2014-10-01 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=339581

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-workspace/5284a6b0b142ce
   ||7ead2ebbb0344e56fbf64ad6b4
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from David Edmundson  ---
Git commit 5284a6b0b142ce7ead2ebbb0344e56fbf64ad6b4 by David Edmundson.
Committed on 01/10/2014 at 19:23.
Pushed by davidedmundson into branch 'Plasma/5.1'.

Set OSD Value before we toggle whether progress bar is shown or not

This prevents file:///usr/share/plasma/look-and-
feel/org.kde.breeze.desktop/contents/osd/Osd.qml:93:20: Unable to assign
QString to double

M  +1-1shell/osd.cpp

http://commits.kde.org/plasma-workspace/5284a6b0b142ce7ead2ebbb0344e56fbf64ad6b4

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Merging stable into master

2014-10-01 Thread David Edmundson
Hey,

There's a messed up merge commit which has damaged some .desktop files in
plasma-workspace leaving merge markers (<<<___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 120325: port of the kde4 c++ based binary clock to kf5/qml only. It works on the desktop, but some sizing/dot sizeing issues exist in the panels. At least it is a start

2014-10-01 Thread Joseph Wenninger


> On Sept. 23, 2014, 8:47 vorm., Marco Martin wrote:
> > applets/binary-clock/package/contents/ui/BinaryClock.qml, line 39
> > 
> >
> > perhaps the reason it looks too small in panels is that should use 
> > main.height instead of Layout.height?

Panel layout still needs some work


- Joseph


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


On Okt. 1, 2014, 8:21 nachm., Joseph Wenninger wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/120325/
> ---
> 
> (Updated Okt. 1, 2014, 8:21 nachm.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: kdeplasma-addons
> 
> 
> Description
> ---
> 
> port of the kde4 c++ based binary clock to kf5/qml only. It works on the 
> desktop, but some sizing/dot sizeing issues exist in the panels. At least it 
> is a start
> 
> I'd like somebody to have a look at it to tell me, if I'm on the right way or 
> if I'm completely wrong
> 
> 
> Diffs
> -
> 
>   applets/CMakeLists.txt 63e6e25628d18ee474231acd2a21711841dee592 
>   applets/binary-clock/CMakeLists.txt 
> b42a6e76752af3cc800ad5455ba0678a18a0ce45 
>   applets/binary-clock/Messages.sh 40a3686fffcb2036d5baef6e3ab2ba58ff57a8f4 
>   applets/binary-clock/binaryclock.h 5ae83dfff9c473bd484b99d49330093b6e091975 
>   applets/binary-clock/binaryclock.cpp 
> 75c4548588ff15e2316dd1c2e888ad8c07f7f78b 
>   applets/binary-clock/clockConfig.ui 
> 0c2cec7925dd9e1ff92d7cd9d99005dca20497b0 
>   applets/binary-clock/package/contents/config/config.qml PRE-CREATION 
>   applets/binary-clock/package/contents/config/main.xml PRE-CREATION 
>   applets/binary-clock/package/contents/ui/BinaryClock.qml PRE-CREATION 
>   applets/binary-clock/package/contents/ui/Dot.qml PRE-CREATION 
>   applets/binary-clock/package/contents/ui/DotColumn.qml PRE-CREATION 
>   applets/binary-clock/package/contents/ui/configGeneral.qml PRE-CREATION 
>   applets/binary-clock/package/contents/ui/main.qml PRE-CREATION 
>   applets/binary-clock/plasma-applet-binaryclock.desktop 
> 9f9229bd3ef2a2a31fc545cfbc60702f0bb411b5 
> 
> Diff: https://git.reviewboard.kde.org/r/120325/diff/
> 
> 
> Testing
> ---
> 
> It works on the desktop, but the dots are too small in the panel
> 
> 
> Thanks,
> 
> Joseph Wenninger
> 
>

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


Re: Review Request 120325: port of the kde4 c++ based binary clock to kf5/qml only. It works on the desktop, but some sizing/dot sizeing issues exist in the panels. At least it is a start

2014-10-01 Thread Joseph Wenninger

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

(Updated Okt. 1, 2014, 8:21 nachm.)


Review request for Plasma.


Changes
---

ColumnLayout, GridLayout, less whitespaces. Okay to push and fix the panel 
layout later on?


Repository: kdeplasma-addons


Description
---

port of the kde4 c++ based binary clock to kf5/qml only. It works on the 
desktop, but some sizing/dot sizeing issues exist in the panels. At least it is 
a start

I'd like somebody to have a look at it to tell me, if I'm on the right way or 
if I'm completely wrong


Diffs (updated)
-

  applets/CMakeLists.txt 63e6e25628d18ee474231acd2a21711841dee592 
  applets/binary-clock/CMakeLists.txt b42a6e76752af3cc800ad5455ba0678a18a0ce45 
  applets/binary-clock/Messages.sh 40a3686fffcb2036d5baef6e3ab2ba58ff57a8f4 
  applets/binary-clock/binaryclock.h 5ae83dfff9c473bd484b99d49330093b6e091975 
  applets/binary-clock/binaryclock.cpp 75c4548588ff15e2316dd1c2e888ad8c07f7f78b 
  applets/binary-clock/clockConfig.ui 0c2cec7925dd9e1ff92d7cd9d99005dca20497b0 
  applets/binary-clock/package/contents/config/config.qml PRE-CREATION 
  applets/binary-clock/package/contents/config/main.xml PRE-CREATION 
  applets/binary-clock/package/contents/ui/BinaryClock.qml PRE-CREATION 
  applets/binary-clock/package/contents/ui/Dot.qml PRE-CREATION 
  applets/binary-clock/package/contents/ui/DotColumn.qml PRE-CREATION 
  applets/binary-clock/package/contents/ui/configGeneral.qml PRE-CREATION 
  applets/binary-clock/package/contents/ui/main.qml PRE-CREATION 
  applets/binary-clock/plasma-applet-binaryclock.desktop 
9f9229bd3ef2a2a31fc545cfbc60702f0bb411b5 

Diff: https://git.reviewboard.kde.org/r/120325/diff/


Testing
---

It works on the desktop, but the dots are too small in the panel


Thanks,

Joseph Wenninger

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


Re: Merging stable into master

2014-10-01 Thread Kai Uwe Broulik
What's up with those translations though? Merging is no fun atm because I get 
merge conflicts in desktop files all the time.

Is Scripty not running on master or something?
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Releasing KDE GTK Config

2014-10-01 Thread Aleix Pol
On Wed, Oct 1, 2014 at 1:22 PM, Aleix Pol  wrote:

> On Wed, Oct 1, 2014 at 11:35 AM, Bhushan Shah  wrote:
>
>> On Mon, Aug 4, 2014 at 4:02 AM, Aleix Pol  wrote:
>> > Ok, Jonathan what do you need to get this packaged together with 5.1?
>>
>> Ping!! what happened to this?
>>
>
> I forgot about this 8-). I just requested the move.
>
> Sorry,
> Aleix
>

The move just happened.

I guess it will be best to release it for the first time for Plasma 5.2
after all, but I let you decide that.
The code hasn't changed since the KDE 4 version anyway and I don't plan to
develop it much.

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


Re: Merging stable into master

2014-10-01 Thread Aleix Pol
On Wed, Oct 1, 2014 at 11:51 PM, Kai Uwe Broulik 
wrote:

> What's up with those translations though? Merging is no fun atm because I
> get merge conflicts in desktop files all the time.
>
> Is Scripty not running on master or something?
>

Translators prefer to translate stable, obviously.

If you follow the steps david suggested, merging will be fun again! :D

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


Breeze dark theme white edge outlines

2014-10-01 Thread Andrew Lake
For anyone using the breeze dark theme, I've been meaning for a while to
make some adjustments so that the edges aren't quite so pronounced and high
contrast. It looks this way because it's currently using the same svgs (and
edge highlights) from the normal breeze theme svgs.

I have changes ready to push to reduce that high contrast edge outline, but
I wanted to check to see if there was anyone that was particularly wedded
to the those white outlines before I do. I'd do up a screen shot but just
imagine those bright white outlines turned all the way down.

Holler if anyone has any objections. :-)

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


[KDE Bugtracking System] REMINDER: current Plasma regressions

2014-10-01 Thread bugzilla_noreply
Please find below a list of the current regressions reported for Plasma. This 
is a weekly reminder.

  This search was scheduled by myr...@kde.org.


Plasma regressions (1 bugs)
--
Bug 301424:
  https://bugs.kde.org/show_bug.cgi?id=301424
Severity: normal
Priority: NOR
  Status: REOPENED
  Resolution: 
 Product: plasma
Keywords: regression
   Component: widget-systemtray
 Version: 4.9.90 Beta2
 Summary: Cannot open battery monitor applet if set to hidden in systray

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