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
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
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
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
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.
https://bugs.kde.org/show_bug.cgi?id=369158
Simone Gaiarin changed:
What|Removed |Added
CC||simg...@gmail.com
--- Comment #1 from Simone
https://bugs.kde.org/show_bug.cgi?id=370648
Simone Gaiarin changed:
What|Removed |Added
CC||simg...@gmail.com
--- Comment #1 from Simone
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
: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
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
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
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
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
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
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
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
r the patch.
Thanks,
Simone Gaiarin
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
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
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
___
35 matches
Mail list logo