[Breeze] [Bug 369158] Breeze sddm theme broken on dual monitor setup (no cursor)

2019-12-07 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=369158 --- Comment #5 from Simone Gaiarin --- Works for me. Tested using a second screen connected via HDMI using Breeze and Breadth themes. - Mouse cursor present - Type cursor present - Screen are mirrored (if I type in the password, the bullets appear on

D19312: Add tooltip for quick search

2019-03-01 Thread Simone Gaiarin
simgunz added a comment. @ngraham Thanks for the guidelines I landed it, and it seems I have not messed up anything. REPOSITORY R111 KSysguard Library REVISION DETAIL https://phabricator.kde.org/D19312 To: simgunz, #plasma, cfeck, broulik, mart Cc: ngraham, plasma-devel, jraleigh, G

D19312: Add tooltip for quick search

2019-03-01 Thread Simone Gaiarin
This revision was automatically updated to reflect the committed changes. Closed by commit R111:839be94eaf7b: Add tooltip for quick search (authored by simgunz). REPOSITORY R111 KSysguard Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19312?vs=52550&id=52881 REVISION DETAIL

D19312: Add tooltip for quick search

2019-02-27 Thread Simone Gaiarin
simgunz added a comment. I never landed a diff before because I just got my KDE developer account. Few general questions: - Is it enough that one reviewer accept the revision, or all the listed ones should accept it? (or depends on the project?) - Can I directly land it once the cond

D19312: Add tooltip for quick search

2019-02-25 Thread Simone Gaiarin
simgunz created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. simgunz requested review of this revision. REPOSITORY R111 KSysguard Library BRANCH master REVISION DETAIL https://phabricator.kde.org/D19312 AFFECTED FILES processui/ProcessWidgetUI.

[Breeze] [Bug 369158] Breeze sddm theme broken on dual monitor setup (no cursor)

2016-12-04 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=369158 Simone Gaiarin changed: What|Removed |Added CC||simg...@gmail.com --- Comment #1 from Simone

[Breeze] [Bug 370648] SDDM Breeze theme hardly usable on multiscreen set up with different DPIs

2016-12-04 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=370648 Simone Gaiarin changed: What|Removed |Added CC||simg...@gmail.com --- Comment #1 from Simone

Debug plasma crash when plasmoid calls serviceForSource

2016-09-06 Thread Simone Gaiarin
Hi, the plasmoid I'm developing makes plasma crash when I call serviceForSource. This happens sometimes, and I can reproduce it by flooding plasma with serviceForSource requests (scrolling the mouse wheel over the plasmoid creates a lot of this requests). My plasmoid implements a custom dataengine.

Re: Porting C++ plasmoid and dataengine to plasma5

2016-07-14 Thread Simone Gaiarin
Thanks for the help. On Wed, Jul 13, 2016 at 2:07 PM Simone Gaiarin wrote: > Hi all, > time ago I've designed a Plasma 4 plasmoid together with a dataengine to > configure and control a process (redshift). > > The structure is the following: > - The plasmoid allow the user

Porting C++ plasmoid and dataengine to plasma5

2016-07-13 Thread Simone Gaiarin
Hi all, time ago I've designed a Plasma 4 plasmoid together with a dataengine to configure and control a process (redshift). The structure is the following: - The plasmoid allow the user to start and stop the process, this is done by running a servicejob to commmunicate the dataengine to take an

Porting C++ plasmoid+dataengine to plasma5

2016-07-10 Thread Simone Gaiarin
Hi all, time ago I've designed a Plasma 4 plasmoid together with a dataengine to configure and control a process (redshift). The structure is the following: - The plasmoid allow the user to start and stop the process, this is done by running a servicejob provided by the dataengine - The dataengin

[Powerdevil] [Bug 357621] Screen cannot be turned on after it has been set to "energy saving" (goes off)

2016-04-05 Thread Simone Gaiarin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357621 --- Comment #5 from Simone Gaiarin --- Yes that workaround works also for me. Very annoying tough. -- You are receiving this mail because: You are the assignee for the bug. ___ Plasma-devel mailing list

[Powerdevil] [Bug 357621] Screen cannot be turned on after it has been set to "energy saving" (goes off)

2016-04-05 Thread Simone Gaiarin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357621 --- Comment #3 from Simone Gaiarin --- Still have this problem also after updating to Qt 5.6 and Plasma 5.6. I've disabled the screen energy saving in "energy saving" but still the screen turn off. What other settings can I change? How

[Powerdevil] [Bug 357621] New: Screen cannot be turned on after it has been set to "energy saving" (goes off)

2016-01-06 Thread Simone Gaiarin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357621 Bug ID: 357621 Summary: Screen cannot be turned on after it has been set to "energy saving" (goes off) Product: Powerdevil Version: 5.5.3 Platform: Other OS: Linux

Re: Assign plasmoid global shortcut to custom action

2014-07-21 Thread Simone Gaiarin
Yes. It's kde4. 2014-07-21 10:29 GMT+02:00 Marco Martin : > On Sunday 20 July 2014, Simone Gaiarin wrote: > > Hi all, > > I'm trying to use the global shortcut that the user can configure from > the > > "Shortcut configuration page" of a plasma ap

Re: Assign plasmoid global shortcut to custom action

2014-07-20 Thread Simone Gaiarin
still doesn't work. 2014-07-20 17:01 GMT+02:00 Simone Gaiarin : > Hi all, > I'm trying to use the global shortcut that the user can configure from the > "Shortcut configuration page" of a plasma applet, to trigger a KAction and > let the plasmoid do something. &g

Assign plasmoid global shortcut to custom action

2014-07-20 Thread Simone Gaiarin
Hi all, I'm trying to use the global shortcut that the user can configure from the "Shortcut configuration page" of a plasma applet, to trigger a KAction and let the plasmoid do something. I've done this //Setup the action m_toggleAction = new KAction("ToggleAction", this); //Add acti

KConfigXT: store dictionary

2012-03-18 Thread Simone Gaiarin
Hi, I need to store with KconfigXT a value associated to each activity, but since the number of activities is not know a priori I can't create an entry for each activity in kcfg file. So I want to store a dictionary (activity,value), is there a way to do this with KConfigXT or should I fallback to

Re: Accessing dataengine from different plasmoid

2012-02-23 Thread Simone Gaiarin
Thanks. I found the way to do it following your advise. 2012/2/22 Weng Xuetian : > 在 2012年2月22日 星期三 12:59:58,Simone Gaiarin 写道: >> I'm writing a plasmoid to control redshift. >> Redshift is a program that change the colour temperature of the monitor. >> >> Here you

Re: Accessing dataengine from different plasmoid

2012-02-22 Thread Simone Gaiarin
start operation. I hope I've been clear enough. 2012/2/22 Weng Xuetian : > 在 2012年2月22日 星期三 10:45:13,Simone Gaiarin 写道: >> Thank you. The problem was that I didn't run the plasmoid on the same >> process. >> >> What can be the best way to store a KProcess to

Re: Accessing dataengine from different plasmoid

2012-02-22 Thread Simone Gaiarin
p" that let to pause and resume the process. 2012/2/21 Aaron J. Seigo : > On Tuesday, February 21, 2012 17:16:35 Simone Gaiarin wrote: >> I need some explanation on how dataengines work. I can't understand if >> the dataengine is shared among plasmoids or if every plasmoi

Accessing dataengine from different plasmoid

2012-02-21 Thread Simone Gaiarin
I need some explanation on how dataengines work. I can't understand if the dataengine is shared among plasmoids or if every plasmoid creates his own dataengine that retrive info. My purpose is: I create a plasmoid, this plasmoid require a source to a dataengine, this source is a pointer to a kproce

Re: Python plasmoid and configChanged()

2012-02-05 Thread Simone Gaiarin
at the end of configChanged that activate the slow function, but even in this case the config dialog waits. Any idea on how to solve this? 2012/2/5 Aaron J. Seigo : > On Sunday, February 5, 2012 15:16:03 Simone Gaiarin wrote: >> I call configChanged() once in the init function and then I c

Re: KConfigXT default value code evaluation

2012-02-05 Thread Simone Gaiarin
pened the correct values are shown. 2012/2/5 Simone Gaiarin : > So there is no way to compute the default value in the init function > and set it to the configuration dialog? Or I have to write the default > value to the rc file so that when the configuration dialog is showed > it

Re: KConfigXT default value code evaluation

2012-02-05 Thread Simone Gaiarin
:47 Simone Gaiarin wrote: >> I'm writing a python plasmoid and I want to initialize a field with a >> default value from this function KSystemTimeZones::local().latitude() >> but it doesn't work. >> If I put a number in the default value it is taken correctly. I'v

Re: Python plasmoid and configChanged()

2012-02-05 Thread Simone Gaiarin
I call configChanged() once in the init function and then I connect it to the configChanged() signal. Here you can find the code: https://github.com/simgunz/redshift-plasmoid/blob/master/contents/code/main.py 2012/2/5 Aaron J. Seigo : > On Sunday, February 5, 2012 11:44:02 Simone Gaiarin wr

Python plasmoid and configChanged()

2012-02-05 Thread Simone Gaiarin
Hi, I wrote a python plasmoid that needs to restart a program (redshift) everytime that the configuration is changed by the user (the plasmoid configChanged() function reacts to the signal). When the program is restarted the user is aware of it, because the screen color become white and than red ag

KConfigXT default value code evaluation

2012-02-04 Thread Simone Gaiarin
I'm writing a python plasmoid and I want to initialize a field with a default value from this function KSystemTimeZones::local().latitude() but it doesn't work. If I put a number in the default value it is taken correctly. I've also tried to add another include tag with KTimeZone. I've tried even

Re: Review Request: Change activity by rolling the mouse wheel over the showActivityManager widget.

2011-12-28 Thread Simone Gaiarin
I understand and I agree with you. So I leave this work to someone more skilled by me. I'm still a newbie kde programmer. I'll close the review request. Cheers 2011/12/28 Sebastian Kügler : > On Tuesday, December 27, 2011 20:00:12 Simone Gaiarin wrote: >> Summarizing

Review Request: Change activity by rolling the mouse wheel over the showActivityManager widget.

2011-12-27 Thread Simone Gaiarin
Summarizing: 1)No redundant configuration interface should be added. 2)Only cycle through active activity is fine, but the dbus interface should provide a method to get the list of active activity to simplify the work, or it will be necessary to make a dbus call for every activity to check if it is

Review Request: Change activity by rolling the mouse wheel over the showActivityManager widget.

2011-12-27 Thread Simone Gaiarin
To fix the two problem it is just necessary to add a configuration dialog to the plasmoid in a such way that the user must intentionally enable this feature before use it. What do you think about this solution? I'll work on it. ___ Plasma-devel mailing li

Mouse wheel support for the activity widget

2011-12-27 Thread Simone Gaiarin
x27;open activity panel > select activity > close activity panel', I've attached a patch to the email. If you like it maybe you can merge it upstream. Bye Simone Gaiarin wheel.patch Description: Binary data ___ Plasma-devel mailing list Pl

Re: Review Request: Change activity by rolling the mouse wheel over the showActivityManager widget.

2011-12-27 Thread Simone Gaiarin
r the patch. Thanks, Simone Gaiarin ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: Change activity by rolling the mouse wheel over the showActivityManager widget.

2011-12-27 Thread Simone Gaiarin
ger.h f58fbb71a633f7f2ee3185650a9a7cbb083ec955 plasma/desktop/applets/showActivityManager/showActivityManager.cpp e77df0d82c64562390fc922105cd3aea9af138a2 Diff: http://git.reviewboard.kde.org/r/103548/diff/diff Testing --- The plasmoid works fine after the patch. Thanks, Simone Ga

Mouse wheel support for activity widget

2011-12-27 Thread Simone Gaiarin
Hi all, I've implemented the functionality for changing the activity rolling the mouse wheel over the showActivityManager plasmoid. I've attached a patch to the email. If it is good enough, it can be merged upstream. Bye wheel.patch Description: Binary data ___