Re: Downtime Notification: Git and Subversion

2013-03-22 Thread Ben Cooksley
Hi all, git.kde.org should now be online and operational again. As the canonical copy of the repositories stored by it was corrupted in certain parts, we have restored all repositories from another system. To the best of our knowledge no commits have been lost, however it is still possible they w

Re: PNG icons on QML

2013-03-22 Thread Marco Martin
On Friday 22 March 2013, Arthur Taborda wrote: > Two more question: does Plasma supports now QtQuick 2.0? > > I am trying to import QtQuick 2 into my plasmoid but I get the message: > > Error loading QML file. > 20: module "QtQuick" version 2.0 is not installed > > But it IS installed. I can run

Re: PNG icons on QML

2013-03-22 Thread Arthur Taborda
Two more question: does Plasma supports now QtQuick 2.0? I am trying to import QtQuick 2 into my plasmoid but I get the message: Error loading QML file. 20: module "QtQuick" version 2.0 is not installed But it IS installed. I can run a sample project in qtcreator using QtQuick 2. I need to use

Re: Review Request 106110: Make autohide panel do not intercept events in fullscreen app

2013-03-22 Thread Alexey Shmalko
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106110/ --- (Updated March 22, 2013, 4:53 p.m.) Review request for kwin and Plasma.

PNG icons on QML

2013-03-22 Thread Arthur Taborda
Hi. I need to show a icon in a compactRepresentation. I am able to show svg images using SvgItem, but when I try to show a IconItem using the following code: PlasmaCore.IconItem { id: icon source: QIcon(plasmoid.file("images", "tomatoid-icon-red.png")) } I get this

Re: Review Request 109608: Locking active screenlocker should end grace time

2013-03-22 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109608/#review29724 --- Ship it! Ship It! - Aaron J. Seigo On March 20, 2013, 4 p.m

Re: Review Request 109607: Remove Google Gadgets support

2013-03-22 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109607/#review29723 --- Ship it! Ship It! - Aaron J. Seigo On March 20, 2013, 2:42

Re: Review Request 109648: Implement the implicitWidth/implicitHeight of the chat plasmoid

2013-03-22 Thread Marco Martin
> On March 21, 2013, 6:54 p.m., David Edmundson wrote: > > I'm very much against shipping any patches if we don't know why it fixes > > it. From what I can see from declarative/declarativeitemcontainer.cpp it > > just sets the minimumWidth to it... which I would have thought it would be > > do

Re: Review Request 109592: Update welcome plasmoid to PlasmaComponents buttons.

2013-03-22 Thread Aaron J. Seigo
> On March 22, 2013, 1:57 p.m., Aaron J. Seigo wrote: > > Why was this marked as discarded? > > > > I don't think anyone even had a chance to review it .. did you run into a > > problem with the patch that caused you to discard it? ah, nevermind.. i see the other review request now .. it was n

Re: Review Request 109592: Update welcome plasmoid to PlasmaComponents buttons.

2013-03-22 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109592/#review29720 --- Why was this marked as discarded? I don't think anyone even ha

Re: Review Request 109500: Refactor of the savesystem

2013-03-22 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109500/#review29719 --- Ship it! Looking at the code, it seems apparent that DvcsJob c

Re: Participation in GSoC 2013

2013-03-22 Thread Aaron J. Seigo
On Thursday, March 21, 2013 23:02:21 amanjot singh wrote: > I have successfully created the list and the UI, but it comes in a > plasma-enclosed window of some sort and it's look is inconsistent with the > look of the main widget. I searched for a solution, someone suggested to Could you show the

Re: Building plasma mediacenter - qt-mobility

2013-03-22 Thread Sinny Kumari
Hi!, qt-mobility-devel 1.2.0 version is enough for running Plasma Media Center on Fedora. On Fri, Mar 22, 2013 at 5:30 PM, todd rme wrote: > I want to build plasma mediacenter. The instructions refer to the > qt-mobility github site to download qt-mobility, but I can't find any > documentation

Re: Review Request 109648: Implement the implicitWidth/implicitHeight of the chat plasmoid

2013-03-22 Thread David Edmundson
> On March 21, 2013, 6:54 p.m., David Edmundson wrote: > > I'm very much against shipping any patches if we don't know why it fixes > > it. From what I can see from declarative/declarativeitemcontainer.cpp it > > just sets the minimumWidth to it... which I would have thought it would be > > do

Re: Building plasma mediacenter - qt-mobility

2013-03-22 Thread Martin Gräßlin
On Friday 22 March 2013 13:00:58 todd rme wrote: > I want to build plasma mediacenter. The instructions refer to the > qt-mobility github site to download qt-mobility, but I can't find any > documentation on which version is needed. Please also note that the URL given by CMake is not correct anymo

Building plasma mediacenter - qt-mobility

2013-03-22 Thread todd rme
I want to build plasma mediacenter. The instructions refer to the qt-mobility github site to download qt-mobility, but I can't find any documentation on which version is needed. Fedora seems to be using version a git revision based from 1.2.2, but I can't find any mention of a 1.2.2 release. The

Re: Review Request 109648: Implement the implicitWidth/implicitHeight of the chat plasmoid

2013-03-22 Thread Marco Martin
> On March 21, 2013, 6:54 p.m., David Edmundson wrote: > > I'm very much against shipping any patches if we don't know why it fixes > > it. From what I can see from declarative/declarativeitemcontainer.cpp it > > just sets the minimumWidth to it... which I would have thought it would be > > do