Re: [Licq-devel] Patch qt-gui: Copy URL when right-clicking on a url

2006-05-16 Thread Jon Keating
On Wed, May 10, 2006 at 09:32:59PM +0200, Erik Johansson wrote: > The attached patch adds "Copy URL" to the popup menu when the user > right-clicks on a url. If "Copy URL" is selected, the url is copied to both > the Ctrl+C/V/X clipboard and the selection clipboard. Thanks, I applied it SVN now.

[Licq-devel] Licq Meeting 2006-05-10 (#5)

2006-05-16 Thread Jon Keating
Hello, Here is the log for the latest meeting. Only 2 people were present, so not a whole lot was discussed. The summary is: * Moving meetings to Tuesday nights * Re-designing the CBuffer class. Details are on the Wiki, and check out the discussion on there as well. Hopefully more will be p

[Licq-devel] CBuffer 0.1

2006-05-16 Thread Erik Johansson
Hi, Attaching the first draft of CBuffer for licq-newapi. Please tell me what you think, if you love it, hate it, I've missed or failed to understand something etc. Don't hold back, I can (hopefully) take it :) Example code: CBuffer buf; buf << littleEndian << uint8_t(1) << uint8_t(2) << bigEnd

Re: [Licq-devel] Licq Meeting 2006-05-10 (#5)

2006-05-16 Thread QnD [Joachim Staib]
> --- Ursprüngliche Nachricht --- > Von: Jon Keating <[EMAIL PROTECTED]> > An: licq-devel@lists.sourceforge.net > Betreff: [Licq-devel] Licq Meeting 2006-05-10 (#5) > Datum: Mon, 15 May 2006 12:51:32 +0900 > > Hello, > > Here is the log for the latest meeting. Only 2 people were present, so > not

Re: [Licq-devel] Licq Meeting 2006-05-10 (#5)

2006-05-16 Thread Jon Keating
On Tue, May 16, 2006 at 06:17:18PM +0200, QnD [Joachim Staib] wrote: > 1. I really don't think that it is a good idea to put the whole source with > renamed classes/structs into the new branch folder. I thought the plan was, > among others, to get rid of all this old source which isn't used anymore

Re: [Licq-devel] CBuffer 0.1

2006-05-16 Thread Jon Keating
On Tue, May 16, 2006 at 11:01:48PM +0200, Erik Johansson wrote: > Attaching the first draft of CBuffer for licq-newapi. Please tell me what you > think, if you love it, hate it, I've missed or failed to understand something > etc. Don't hold back, I can (hopefully) take it :) Overall it looks go