Re: [Licq-devel] [PATCH] tabbed chatting

2003-04-01 Thread Norberto BENSA
On Saturday 29 March 2003 01:41 pm, DeXteR wrote: > wrote: > > Tuomas Jaakola wrote: > > > >(blahblah) > > > > Now the window is frozen. I can open new windows ETC, but tthis one is > > completely frozen. IMHO it should split up in 3 different windows. :) > > Never even mind this! I was NOT able

Re: [Licq-devel] [PATCH] tabbed chatting (BUG)

2003-04-01 Thread Norberto BENSA
You don't want that line in mainwin.cpp ;-) diff -u -r1.275 mainwin.cpp --- mainwin.cpp 24 Mar 2003 15:33:52 - 1.275 +++ mainwin.cpp 24 Mar 2003 21:24:54 - @@ -640,6 +643,8 @@ ClassHint.res_name = (char *)name(); XSetClassHint(x11Display(), winId(), &ClassHint); #endif + + m_b

Fwd: Re: [Licq-devel] [PATCH] tabbed chatting

2003-03-29 Thread Norberto BENSA
Em Ter 25 Mar 2003 02:59, Norberto BENSA escreveu: > On Monday 24 March 2003 07:01 pm, Tuomas Jaakola wrote: > > Too bad that icq icons can't be added to the tab labels (next > > to the aliases) so it would be easy to check the status of the > > user from there. This would be cool feature as well.

Re: [Licq-devel] [PATCH] tabbed chatting

2003-03-29 Thread
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 wrote: > Tuomas Jaakola wrote: > >(blahblah) > > Now the window is frozen. I can open new windows ETC, but tthis one is > completely frozen. IMHO it should split up in 3 different windows. :) Never even mind this! I was NOT able to reproduce this a

Re: [Licq-devel] [PATCH] tabbed chatting

2003-03-29 Thread
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tuomas Jaakola wrote: > Hi all! > > Here comes the initial patch for the tabbed chatting feature. > > I made the feature configurable in the options dialog and it > can be enabled only if message chat view is enabled. I'm pretty > sure that this patc

Re: [Licq-devel] [PATCH] tabbed chatting

2003-03-28 Thread Voyageur
Some compatibility problem: it doesn't do well with qt 2.x (I have 2.3.2). I never could get licq to work with qt3 (segaults in pthreads) when recompiling both of them... Anyway, here are the functions that did not exist in qt2.3: usereventdlg.cpp: In member function `void UserEventTabDlg::remove

Re: [Licq-devel] [PATCH] tabbed chatting

2003-03-24 Thread Norberto BENSA
On Monday 24 March 2003 07:01 pm, Tuomas Jaakola wrote: > Too bad that icq icons can't be added to the tab labels (next > to the aliases) so it would be easy to check the status of the > user from there. This would be cool feature as well. Ok, I knew I have seen that somewhere... Konqueror 3.1 hav

Re: [Licq-devel] [PATCH] tabbed chatting

2003-03-24 Thread Matias Aguirre
On Tue, 25 Mar 2003 00:01:24 +0200 Tuomas Jaakola <[EMAIL PROTECTED]> wrote: > Hi all! > > Here comes the initial patch for the tabbed chatting feature. > Very good patch! Greetings -- Matias Aguirre Buenos Aires, Argentina. --- This SF.ne

Re: [Licq-devel] [PATCH] tabbed chatting

2003-03-24 Thread Norberto BENSA
On Monday 24 March 2003 07:01 pm, Tuomas Jaakola wrote: > One feature is still missing: the tab label should be colorized > when there are new messages behind it. I don't know yet if that is > possible with qt (guess it should) but it would be really nice > feature. SIM 0.8.1 does it (bold text)

Re: [Licq-devel] [PATCH] tabbed chatting

2003-03-24 Thread Norberto BENSA
On Monday 24 March 2003 07:01 pm, Tuomas Jaakola wrote: > > Here comes the initial patch for the tabbed chatting feature. > GD!! :-D Some things I'd like to see: Can the tabs placed below in the chat window? Shortcuts key to select tab? (ctrl left arrow, ctrl right ar

[Licq-devel] [PATCH] tabbed chatting

2003-03-24 Thread Tuomas Jaakola
Hi all! Here comes the initial patch for the tabbed chatting feature. I made the feature configurable in the options dialog and it can be enabled only if message chat view is enabled. I'm pretty sure that this patch includes some bugs but so far I didn't find any. This feature can be implemented