Re: QToolTip of Ksnapshot disables the plasma-effects.

2011-09-26 Thread jignesh kakadiya
I submitted my patch here ( https://bugs.kde.org/show_bug.cgi?id=235545 ). Let me know If it requires more changes or not. -Jignesh On Mon, Sep 26, 2011 at 3:32 PM, Aaron J. Seigo wrote: > On Sunday, September 25, 2011 18:39:10 jignesh kakadiya wrote: > > http://paste.kde.org/126985/ here is

Re: QToolTip of Ksnapshot disables the plasma-effects.

2011-09-26 Thread Aaron J. Seigo
On Sunday, September 25, 2011 18:39:10 jignesh kakadiya wrote: > http://paste.kde.org/126985/ here is the Ksnapshottimer.cpp please post patches, not full copies of the source files, so that we can see the changes. `git diff` makes this easy. some comments: * please keep indentation and whitespa

Re: QToolTip of Ksnapshot disables the plasma-effects.

2011-09-25 Thread jignesh kakadiya
http://paste.kde.org/126985/ here is the Ksnapshottimer.cpp On Sun, Sep 25, 2011 at 6:36 PM, jignesh kakadiya wrote: > Thanks Aaron :). > > I used move() and it works fine with the hard coded values.I am in the > verge of it.Only thing remains > Is to set the position in the screenGeometry i.e wi

Re: QToolTip of Ksnapshot disables the plasma-effects.

2011-09-25 Thread jignesh kakadiya
Thanks Aaron :). I used move() and it works fine with the hard coded values.I am in the verge of it.Only thing remains Is to set the position in the screenGeometry i.e widht ,height format. I have reimplemented mouseMoveEvent(QMouseEvent*) as it was not there earlier. Now when I used qApp->deskt

Re: QToolTip of Ksnapshot disables the plasma-effects.

2011-09-23 Thread Aaron J. Seigo
On Friday, September 23, 2011 15:24:09 jignesh kakadiya wrote: > I am fixing https://bugs.kde.org/show_bug.cgi?id=235545 . cool :) > Can any one suggest me how to modify the QToolTip positon such that it will > display in the center of the screen displaying it in the center of the screen is prob

QToolTip of Ksnapshot disables the plasma-effects.

2011-09-23 Thread jignesh kakadiya
Hi, I am fixing https://bugs.kde.org/show_bug.cgi?id=235545 . I have modified the simple looking effect to blinking effect (which toggles the color every after one second interval http://paste.kde.org/126403/) in palette which is shown in the corner. Can any one suggest me how to modify the QToo