[KDE Bugtracking System] REMINDER: current Plasma regressions

2012-06-24 Thread bugzilla_noreply
Please find below a list of the current regressions reported for Plasma This search was scheduled by myr...@kde.org. Plasma regressions -- Bug 283626: https://bugs.kde.org/show_bug.cgi?id=283626 Priority: NOR Severity: crash Platform: openSUSE RPMs Assignee: plasma-b...

Re: QML, Python, Signals, and Slots Part 2

2012-06-24 Thread Luca Beltrame
In data lunedì 25 giugno 2012 07:51:21, Viranch Mehta ha scritto: > 1. sender.signal.connect(receiver.slot) I would recommend this way of connecting signals in, since errors will be immediately caught (AttributeError in case of wrong / missing signal) rather than silently ignored. The only case

Re: QML, Python, Signals, and Slots

2012-06-24 Thread Eric Mesa
Yup! I just figured out your first answer on my own. Thanks again for all your help! -- Eric Mesa http://about.me/ericmesa http://www.ericsbinaryworld.com On Sun, Jun 24, 2012 at 10:32 PM, Viranch Mehta wrote: > On Sun, Jun 24, 2012 at 8:26 PM, Eric Mesa wrote: > >> >> Just curious about one

Re: QML, Python, Signals, and Slots Part 2

2012-06-24 Thread Eric Mesa
On Sun, Jun 24, 2012 at 10:21 PM, Viranch Mehta wrote: > On Mon, Jun 25, 2012 at 5:32 AM, Eric Mesa wrote: > >> >> print connect(view.rootObject(),SIGNAL(mySignal(QString)), receiver, >> SLOT(QUrl('message.qml'))) >> > > You don't need this line because you've already connected QML's > messageRequ

Re: QML, Python, Signals, and Slots

2012-06-24 Thread Viranch Mehta
On Sun, Jun 24, 2012 at 8:26 PM, Eric Mesa wrote: > > Just curious about one thing: > 1) With this framework I can get information from the python program to > affect the QML (and change the button to a blue colour). How do I get > information to the python program? In other words, if I have a

Re: QML, Python, Signals, and Slots Part 2

2012-06-24 Thread Viranch Mehta
On Mon, Jun 25, 2012 at 5:32 AM, Eric Mesa wrote: > > print connect(view.rootObject(),SIGNAL(mySignal(QString)), receiver, > SLOT(QUrl('message.qml'))) > You don't need this line because you've already connected QML's messageRequired signal to Now's appropriate slot. So just remove this line and

Re: QML, Python, Signals, and Slots Part 2

2012-06-24 Thread Eric Mesa
On Sun, Jun 24, 2012 at 4:33 PM, Viranch Mehta wrote: > > > On Mon, Jun 25, 2012 at 12:52 AM, Eric Mesa wrote: > >> OK, I did a bunch of googling and I think I can better word what I want >> to do. I want to emit a signal in QML and catch it in a python slot. That >> way it can be the arguments

Re: Review Request: Rework layout of widget explorer and activity manager in vertical mode

2012-06-24 Thread Aurélien Gâteau
> On June 24, 2012, 9:29 p.m., Martin Klapetek wrote: > > Screenshot: before-after > > > > > > For consistency with these buttons in System Settings (and all others > > opening new dialog) this should have "..." at the end, eg. "Get New > > Widgets..." (also

Re: Review Request: Rework layout of widget explorer and activity manager in vertical mode

2012-06-24 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105329/#review15082 --- Screenshot: before-after

Re: Review Request: Rework layout of widget explorer and activity manager in vertical mode

2012-06-24 Thread Aurélien Gâteau
> On June 23, 2012, 12:56 p.m., Mark Gaiser wrote: > > Just wondering. Do you have blur disabled? Otherwise the widget explorer > > misses that. Yes, for some reason blur does not work here. I don't think it is a problem of the widget explorer. - Aurélien --

Re: QML, Python, Signals, and Slots Part 2

2012-06-24 Thread Viranch Mehta
On Mon, Jun 25, 2012 at 12:52 AM, Eric Mesa wrote: > OK, I did a bunch of googling and I think I can better word what I want to > do. I want to emit a signal in QML and catch it in a python slot. That > way it can be the arguments to a function within python. Can I please get > some help with t

QML, Python, Signals, and Slots Part 2

2012-06-24 Thread Eric Mesa
OK, I did a bunch of googling and I think I can better word what I want to do. I want to emit a signal in QML and catch it in a python slot. That way it can be the arguments to a function within python. Can I please get some help with this? The syntax is just indirect enough (like the signal an

Re: Review Request: DBus-interface for changing wallpapers

2012-06-24 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105319/#review15062 --- Ship it! Looks great. It's a new feature though so don't ship

Re: Review Request: DBus-interface for changing wallpapers

2012-06-24 Thread Varun Herale
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105319/ --- (Updated June 24, 2012, 3:47 p.m.) Review request for Plasma. Changes --

plasma-desktop leaking file handles?

2012-06-24 Thread medhefgo
Hi, I am recently running into file handle leaking issues with plasma-desktop (or at least that's the culprit I am assuming here). When dropbox is uploading huge amounts of data in the background (2 or 3 ~300MiB), a "watch cat /proc/sys/fs/file-nr" shows an increasing amount of open file handl

Re: Mainpage.dox for KActivities

2012-06-24 Thread Allen Winter
On Friday 22 June 2012 09:27:06 AM Ivan Čukić wrote: > Hi, > > Since KActivities repository contains both the library and the other > components, api.kde.org should index only the lib/ subdirectory, not > the whole source. > > Is it sufficient to move the Mainpage.dox into that folder? > Done. I ex

Re: Mainpage.dox for KActivities

2012-06-24 Thread Allen Winter
On Friday 22 June 2012 09:27:06 AM Ivan Čukić wrote: > Hi, > > Since KActivities repository contains both the library and the other > components, api.kde.org should index only the lib/ subdirectory, not > the whole source. > > Is it sufficient to move the Mainpage.dox into that folder? > Yeah, I'm

Re: Review Request: Fix the minimum size of some applets

2012-06-24 Thread Maarten De Meyer
> On June 14, 2012, 10:33 a.m., Aaron J. Seigo wrote: > > applets/pastebin/pastebin.cpp, line 263 > > > > > > why 33? As I explained to David: "If it is 32 the iconSize() method (as I understand it) selects a small

Re: Review Request: Fix the minimum size of some applets

2012-06-24 Thread Maarten De Meyer
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105234/ --- (Updated June 22, 2012, 6:17 a.m.) Review request for Plasma. Changes --

Re: Review Request: fixed widget explorer or activity manager not closed when clicking desktop area above panel

2012-06-24 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105340/#review15061 --- plasma/desktop/shell/controllerwindow.cpp

QML, Python, Signals, and Slots

2012-06-24 Thread Eric Mesa
I have the following in my Python file: import sys from PyQt4.QtCore import QDateTime, QObject, QUrl, pyqtSignal from PyQt4.QtGui import QApplication from PyQt4.QtDeclarative import QDeclarativeView #this class will emit success if photo is added to group class updateGroup(QObject): now = pyq

Re: Review Request: Rework layout of widget explorer and activity manager in vertical mode

2012-06-24 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105329/#review15058 --- Ship it! - David Edmundson On June 22, 2012, 10:04 p.m., Aur

Review Request: fixed widget explorer or activity manager not closed when clicking desktop area above panel

2012-06-24 Thread Reza Shah
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105340/ --- Review request for Plasma and Marco Martin. Description --- There is

Re: Plasma applets inside QML applet

2012-06-24 Thread Marco Martin
On Sunday 24 June 2012, David Edmundson wrote: > > this is a case where one needs to take a step back and consider exactly > > what is the final needed result whitout assumptions on how to get there > > "ie applets in applets" > > > > putting applets inside other applets instead of directly in a

Re: Plasma applets inside QML applet

2012-06-24 Thread David Edmundson
On Sun, Jun 24, 2012 at 11:05 AM, Marco Martin wrote: > On Saturday 23 June 2012, Dmitry wrote: >> Hello! >> >> I'm developing an applet in QML. I need to load an external applet and >> to place it into my applet like  containment applet, like panel or >> system tray. But at the same time my apple

Re: Review Request: DBus-interface for changing wallpapers

2012-06-24 Thread David Edmundson
> On June 24, 2012, 1:41 a.m., David Edmundson wrote: > > I think you've overcomplicated this: > > > > Everything after currentContainment could be replaced with simply: > > > > --- > > currentContainment->setWallpaper(name, mode); > > if (!path.isEmpty()) { > > currentContainme

Re: Plasma applets inside QML applet

2012-06-24 Thread Marco Martin
On Saturday 23 June 2012, Dmitry wrote: > Hello! > > I'm developing an applet in QML. I need to load an external applet and > to place it into my applet like containment applet, like panel or > system tray. But at the same time my applet isn't a pure containment > applet [it doesn't contain only

Review Request: ksysguard.deskstop shoud not use generic name "System Monitor" for its "Name" key

2012-06-24 Thread Jekyll Wu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105338/ --- Review request for Plasma and John Tapsell. Description --- Currently