Re: [kopete-devel] [PATCH] Implement dynamic resizing of ChatTextEditPart

2008-12-27 Thread Dmitry Suzdalev
On Saturday 27 December 2008 05:00:19 Matt Rogers wrote: > I think you should make it not jitter first. :) The margins are also off. Uhm. Not sure what do you mean? What jitter? :) What's wrong with margins? You have jitter? What style/font do you use? Cheers, Dmitry.

Re: [kopete-devel] [PATCH] Implement dynamic resizing of ChatTextEditPart

2008-12-26 Thread Dmitry Suzdalev
On Thursday 25 December 2008 17:02:32 Scott Lerman wrote: > Please, please, please make this an option that can at least be turned > off, if not off by default. Pidgin implemented this feature a while > ago, and it was extremely annoying. There were a lot of angry users on > their message board bec

Re: [kopete-devel] [PATCH] Implement dynamic resizing of ChatTextEditPart (mattr's task)

2008-12-24 Thread Dmitry Suzdalev
Of course I forgot to attach it :-) On Wednesday 24 of December 2008 16:25:35 Dmitry Suzdalev wrote: > Hello guys! :) > > This patch will make kopetechatwindow's text edit part to grow or shrink > dynamically as users enters/removes text into it. > It starts being single l

[kopete-devel] [PATCH] Implement dynamic resizing of ChatTextEditPart (mattr's task)

2008-12-24 Thread Dmitry Suzdalev
Hello guys! :) This patch will make kopetechatwindow's text edit part to grow or shrink dynamically as users enters/removes text into it. It starts being single line and then if user presses Enter or pastes some text or whatever, it will grow as needed. Likewise it will shrink if text is delet

Re: [kopete-devel] [PATCH] Switch from using style paths to using style names

2007-08-04 Thread Dmitry Suzdalev
On Friday 03 August 2007 23:41, Matt Rogers wrote: > Nice patch. Thank you for making the effort to keep the coding style > consistent. It is very much appreciated, even if it is weird. :) :-) Thanks. > Please commit. Ok. I'll commit in a couple of minutes (just finish my morning tea). Cheers, Dm

Re: [kopete-devel] [PATCH] Switch from using style paths to using style names

2007-08-03 Thread Dmitry Suzdalev
On Friday 03 August 2007 21:15, Michaƫl Larouche wrote: > Now, thinking about it, this case rarely happens. I think KStandardDirs > first look into $KDEHOME. If not, then ChatWindowStyleManager should > priorise styles installed in the home directory. Yes, I thought about this. KStandardDirs::findD

[kopete-devel] [PATCH] Switch from using style paths to using style names

2007-08-03 Thread Dmitry Suzdalev
hi, guys! In previous thread I came to the conclusion that the best way to proceed with that nasty no-default-style-gets picked bug is to start using style names rather then style paths, i.e. convert names to paths in only several places where it is actually needed. These seems to simplify code a

Re: [kopete-devel] Found the reason of chatwindow style bug. Needs discussing.

2007-08-03 Thread Dmitry Suzdalev
2007/8/3, Will Stephenson <[EMAIL PROTECTED]>: > I like this, because as Dmitry pointed out on IRC, we can move from storing > the absolute path to the style in the config to just storing the style name, > which is more flexible, since we determine the real path at runtime. yes. I also found that f

Re: [kopete-devel] Found the reason of chatwindow style bug. Needs discussing.

2007-08-03 Thread Dmitry Suzdalev
One more thing. No. Two things :) First. I found usages of this construct with slash appended in kopetechatwindowstylemanager.cpp (i.e. KStandardDirs::locateLocal("appdata", "styles/")), so this hack was apparently already known :). But still i think it should not be used. Second. I forgot to men

Re: [kopete-devel] Found the reason of chatwindow style bug. Needs discussing.

2007-08-03 Thread Dmitry Suzdalev
So can I do this? I have an svn account (i'm a kdegames guy), so I can put these simple files and adjust kopetechatwindowsettings.kcfg accordingly. Dmitry. 2007/8/3, Matt Rogers <[EMAIL PROTECTED]>: > On Thursday 02 August 2007 11:17, Dmitry Suzdalev wrote: > >

Re: [kopete-devel] Found the reason of chatwindow style bug. Needs discussing.

2007-08-02 Thread Dmitry Suzdalev
On Thursday 02 August 2007 21:18, Olivier Goffart wrote: > Yeah, thanks for fixing this bug :-) Well, it is not fixed yet :). But I can go on and fix it as soon as I'll be given a green light. > > and I found that this call returns an empty string even in case > > when "styles/Kopete" directory e

[kopete-devel] Found the reason of chatwindow style bug. Needs discussing.

2007-08-02 Thread Dmitry Suzdalev
Hello, kopete devs! :-) While trying to fix a bug that no chatwindow style is picked by default (until it get's set explicitely), I tracked it to be wrong KStandardDirs usage issue. Let me give you some details. kopetechatwindowconfig.kcfg specifies that default style path is: KStandardDirs::lo

[kopete-devel] configure says it can't find libidn and config.log says the opposite :)

2006-03-11 Thread Dmitry Suzdalev
Hi! Just updated from SVN (3.5 branch) and after doing configure, I received a message that libidn wasn't found and Jabber plugin won't be compiled, so I emerged it (using Gentoo here). After emerging libidn, I run ./configure once more, but received that message again! And at the same time: a)

Re: [kopete-devel] Bug: ICQ contact encoding is not saved

2006-02-22 Thread Dmitry Suzdalev
Done. Thanks, Matt! ___ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel

[kopete-devel] [Bug 122502] New: icq contact encoding is not saved

2006-02-22 Thread Dmitry Suzdalev
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=122502 Summary: icq contact encoding is not saved Product: kopete Version: unspecified

Re: [kopete-devel] Bug: ICQ contact encoding is not saved

2006-02-22 Thread Dmitry Suzdalev
2006 23:07, Dmitry Suzdalev wrote: > IIRC bugzilla is not supposed to hold bugs which are in svn-version :). > So I'll post this here. > Although this one may be in 0.12-alpha... > > Story: > After Oleg's encoding-related work on ICQ protocol, all worked fine (except >

[kopete-devel] Bug: ICQ contact encoding is not saved

2006-02-20 Thread Dmitry Suzdalev
IIRC bugzilla is not supposed to hold bugs which are in svn-version :). So I'll post this here. Although this one may be in 0.12-alpha... Story: After Oleg's encoding-related work on ICQ protocol, all worked fine (except that I still can't set default encoding for ALL contacts in my account pref

[kopete-devel] [Bug 112323] [liboscar/icq] Encoding in incoming offline messages

2006-02-19 Thread Dmitry Suzdalev
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=112323 --- Additional Comments From dimsuz mail ru 2006-02-19 11:06 --- Hi! This one is still there with Kopete 0.

[kopete-devel] [Bug 108487] crashed when installing new emoticons style

2006-02-18 Thread Dmitry Suzdalev
--- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=108487 --- Additional Comments From dimsuz mail ru 2006-02-18 13:02 --- Perhaps I'm seeng this or very closely

[kopete-devel] [Bug 121754] New: copy link address in history isn't working

2006-02-11 Thread Dmitry Suzdalev
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=121754 Summary: copy link address in history isn't working Product: kopete Version: unspecifie

[kopete-devel] "Back" in history not working

2006-02-06 Thread Dmitry Suzdalev
Hi! I found the following error, while trying freshy dev-0.12 version of Kopete. I'm seeng this while chatting in ICQ. In chatwindow there are two buttons "Back" and "Forward". When I press "Back" all messages in chatwindow disappear, and on stderr I have a bunch of: kopete: [void ChatMessagePar

[kopete-devel] [Bug 118861] [liboscar] Crash when closing connection in OSCAR

2006-02-05 Thread Dmitry Suzdalev
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=118861 --- Additional Comments From dimsuz mail ru 2006-02-05 23:31 --- Yup! No crashes so far... (dev-0.12 versio

[kopete-devel] [Bug 121252] New: encoding problem with contact list group names

2006-02-02 Thread Dmitry Suzdalev
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=121252 Summary: encoding problem with contact list group names Product: kopete Version: unspec

[kopete-devel] [Bug 79574] [icq] encoding translation not applied to the contact's information

2006-02-02 Thread Dmitry Suzdalev
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=79574 --- Additional Comments From dimsuz mail ru 2006-02-02 19:19 --- One thing remains though... Encoding of con