Plasma::TextEdit problem because of QTextEdit::toHtml() bug

2011-09-19 Thread 4ernov
Hello, I found a bug in Plasma::TextEdit when using Microblogging plasmoid and it suddenly turned out that its root is in Qt's QTextEdit code in method toHtml(). The bug is that if one enter some text to TextEdit, cut/copy it and paste it back, the text is rendered on black background and is almo

Re: KWallet issues when using in plasmoids

2011-08-30 Thread 4ernov
2011/8/30 Valentin Rusu : > On 08/30/2011 08:51 AM, 4ernov wrote: >> 2011/8/30 Valentin Rusu : >>> On 08/29/2011 11:44 PM, Valentin Rusu wrote: >>>> >>> Ok, should now be fixed in kde-runtime/KDE/4.7 branch >>> &g

Re: KWallet issues when using in plasmoids

2011-08-29 Thread 4ernov
2011/8/30 Valentin Rusu : > On 08/29/2011 11:44 PM, Valentin Rusu wrote: >> On 08/29/2011 09:38 PM, Alexey Chernov wrote: >>> On 29 авг 2011 20:56:22 Valentin Rusu wrote: >>>> On 08/29/2011 09:07 AM, 4ernov wrote: >>>> >>> Yes, surely. I use KDE

Re: KWallet issues when using in plasmoids

2011-08-29 Thread 4ernov
2011/8/25 Alexey Chernov <4er...@gmail.com>: > On 24 авг 2011 22:40:20 Valentin Rusu wrote: >> On 08/24/2011 09:30 PM, 4ernov wrote: >> >>> Sorry for unclear text, yes, I meant KWallet API, you're right. >> >>> Here's >> >>> those me

Re: KWallet issues when using in plasmoids

2011-08-24 Thread 4ernov
> > Sorry for unclear text, yes, I meant KWallet API, you're right. Here's > > those method itself: > > > > bool MicroBlog::enterWalletFolder(const QString &folder) > > { > >     //TODO: seems a bit silly to have a function just for this here > >     //why doesn't kwallet have this itself? > What's

Re: KWallet issues when using in plasmoids

2011-08-23 Thread 4ernov
rn true; } And yes, it looks like a racing condition very much, perhaps, with kwalletd daemon. But is there any way to ensure that it's already started? And should it be checked in client or I can ask some KDE part about it? 2011/8/23 Thiago Macieira : > On Tuesday, 23 de August de 2011 11

KWallet issues when using in plasmoids

2011-08-23 Thread 4ernov
Hello, I've noticed Microblogging plasmoid can't log on to service (Twitter in my case) on KDE startup. It's broken since about KDE SC 4.6. I decided to try to fix it myself but found that it works fine in both plasmoidviewer and in case it's added after Plasma was started. The problem appears in

Re: Proposal of user input style global setting

2011-04-27 Thread 4ernov
> On Tue, Apr 26, 2011 at 03:09, Jeffery MacEachern wrote: > > On Sun, Apr 24, 2011 at 13:35, 4ernov wrote: > >> 1. The feature that was introduced in Qt 4.7 - you can drag the window > >> clicking on unused area. Quite cool on touch devices. But the sense > >

Proposal of user input style global setting

2011-04-24 Thread 4ernov
Hello, I've got a proposal about different user input styles e.g. touch input devices and pointer/mouse input devices. I think it's obvious that they differs considerably. As I can assume, Qt and KDE move to be more touch-friendly. Due to MeeGo or something else. And that's good. But sometimes i

Re: kdebase-workspace kcontrol/randr/randroutput.cpp on Solaris 10

2011-03-25 Thread 4ernov
Hi, Ben, I think xrandr-1.2 is the problem as in kcontrol/randr/randrscreen.h is stated this: #ifdef HAS_RANDR_1_3 void setPrimaryOutput(RandROutput* output); RandROutput* primaryOutput(); void proposePrimaryOutput(RandROutput* output); #endif though in randroutput.cpp n

Re: [PATCH] ksysguard lm-sensors fix

2011-02-05 Thread 4ernov
> On Thursday, February 3, 2011, 4ernov wrote: > > I've fixed a bug in lm-sensors' part of ksysguard which concerns its > > work with multiprocessor systems. The bug is discussed in this report: > > https://bugs.kde.org/show_bug.cgi?id=251145 - Sensors tab and Sens

[PATCH] ksysguard lm-sensors fix

2011-02-03 Thread 4ernov
I've fixed a bug in lm-sensors' part of ksysguard which concerns its work with multiprocessor systems. The bug is discussed in this report: https://bugs.kde.org/show_bug.cgi?id=251145 - Sensors tab and Sensors plasmoid don't see more than 4 cores with 2.6.35 kernels I hope it helps and maybe it wo

[PATCH] Several patches for krandr kcm applet

2011-02-03 Thread 4ernov
Hello, I've prepared three patches for krandr kcontrol applet, they fix some bugs. Here're the bug reports for them (patches are attached there): https://bugs.kde.org/show_bug.cgi?id=264701 - Disabled outputs aren't saved to startupconfig commands https://bugs.kde.org/show_bug.cgi?id=264702 - Disa