Re: No plasmaengineexplorer in KDE 4.10?

2013-02-17 Thread Shaun Reich
it's in the plasmate repo and ships with it (when it gets shipped that is). -- Shaun Reich, KDE Software Developer (kde.org) ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: No plasmaengineexplorer in KDE 4.10?

2013-02-17 Thread Luca Beltrame
In data lunedì 18 febbraio 2013 11:45:38, Viranch Mehta ha scritto: > I was playing around with the new KDE and suddenly realised that there is > no plasmaengineexplorer installed. Have we not shipped it this time? If It's been moved to the plasmate repository. -- Luca Beltrame - KDE Forums team

No plasmaengineexplorer in KDE 4.10?

2013-02-17 Thread Viranch Mehta
Hi, I was playing around with the new KDE and suddenly realised that there is no plasmaengineexplorer installed. Have we not shipped it this time? If yes, do we have an alternative? Viranch ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail

Re: Review Request 108992: Simple optimizations in SignalPlotter

2013-02-17 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108992/#review27607 --- I don't see loosening the variables' scope as a codebase improv

Long tooltip

2013-02-17 Thread Reza Shah
Hi, I'm trying to fix https://bugs.kde.org/show_bug.cgi?id=314667 Which need longer tooltip interval for certain content. In the old c++ code, the tooltip using autohide(false). So this are possible solution i can think of: - Add autohide to qml tooltip(change kde-runtime?) - Use plasma dialog an

Review Request 108992: Simple optimizations in SignalPlotter

2013-02-17 Thread Raul Fernandes
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108992/ --- Review request for Plasma. Description --- - create variables and cla

Re: Review Request 108969: Visual cleanup, slight design changes(more margins) and auto sizing of text in now playing widget.

2013-02-17 Thread Tjaart Blignaut
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108969/ --- (Updated Feb. 15, 2013, 5:23 p.m.) Review request for Plasma. Descriptio

Re: Review Request 108969: Visual cleanup, slight design changes(more margins) and auto sizing of text in now playing widget.

2013-02-17 Thread Tjaart Blignaut
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108969/ --- (Updated Feb. 15, 2013, 5:23 p.m.) Review request for Plasma. Changes --

Re: Review Request 108969: Visual cleanup, slight design changes(more margins) and auto sizing of text in now playing widget.

2013-02-17 Thread Tjaart Blignaut
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108969/ --- (Updated Feb. 15, 2013, 5:23 p.m.) Review request for Plasma. Changes --

Re: Review Request 108969: Visual cleanup, slight design changes(more margins) and auto sizing of text in now playing widget.

2013-02-17 Thread Tjaart Blignaut
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108969/ --- (Updated Feb. 14, 2013, 10:01 p.m.) Review request for Plasma. Changes -

Review Request 108969: Visual cleanup, slight design changes(more margins) and auto sizing of text in now playing widget.

2013-02-17 Thread Tjaart Blignaut
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108969/ --- Review request for Plasma. Description --- This patch - allows the n

Re: [RFC] Invite Razor-Qt to next Workspaces Sprint

2013-02-17 Thread Ivan Čukić
> Nepomuk in 4.10 being too slow. Whichever bottlenecks they may be, are > "most probably" in our code. Not theirs. There are bottlenecks in nepomuk, but there are in V as well. Once upon a time, I did some benchmarks with sql (sqlite) and sparql (virtuoso/soprano) queries for the things that a

Re: [RFC] Invite Razor-Qt to next Workspaces Sprint

2013-02-17 Thread Vishesh Handa
On Sun, Feb 17, 2013 at 5:04 PM, Ivan Čukić wrote: > On Sunday, 17. February 2013. 12.20.00 Aaron J. Seigo wrote: > > On Sunday, February 17, 2013 08:55:38 Martin Graesslin wrote: > > > * which pulls in Virtuoso > > Just a small off-topic here: Virtuoso *is* one of the fastest rdf databases > out

Re: [RFC] Invite Razor-Qt to next Workspaces Sprint

2013-02-17 Thread Ivan Čukić
On Sunday, 17. February 2013. 12.20.00 Aaron J. Seigo wrote: > On Sunday, February 17, 2013 08:55:38 Martin Graesslin wrote: > > * which pulls in Virtuoso Just a small off-topic here: Virtuoso *is* one of the fastest rdf databases out there. The problem is not that much with its speed, but more w

Re: a little (typo) bug in folderview

2013-02-17 Thread Aaron J. Seigo
> in plasma/applets/folderview/folderview.cpp : 556 > there is a if statement which have same variable names around != in > condition checking (second part ) > if ((m_sortColumn != sortColumn) || (m_sortOrder != m_sortOrder)) { > probably it must be > if ((m_sortColumn != sortColumn) || (m_

Re: [RFC] Invite Razor-Qt to next Workspaces Sprint

2013-02-17 Thread Aaron J. Seigo
On Sunday, February 17, 2013 08:55:38 Martin Graesslin wrote: > * which pulls in Virtuoso afaict this is now the main problem. (which speak volumes to how far akonadi and nepomuk have both come in the last 2 years!) I was speaking with Georg from Kolab Systems the other day over coffee and this

Draft for Components Overview

2013-02-17 Thread Martin Graesslin
Hi all, back in the QA discussion I proposed that we setup a list of all components of the Plasma workspaces, find a maintainer for each of it and document all of that. I have finally got around to setup a draft page in my wiki namespace [1]. The list of components is derived from source code

Re: Building kde-workspace (plasma parts) for Plasma 2.x?

2013-02-17 Thread Giorgos Tsiapaliokas
Hello, On 17 February 2013 03:11, Shawn Starr wrote: > > So there is a plasma-workspace git repo? should I be moving my dataengine > over > to this? the repo is called plasma-framework and eventually you will have to use the code from there for y