Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-09 Thread Mattias Gaertner
On Tue, 09 May 2006 00:44:14 +0200 Giuliano Colla <[EMAIL PROTECTED]> wrote: > Felipe Monteiro de Carvalho ha scritto: > > > Ok, now it works thanks =) > > > > Giuliano, you implemented TQtWSWinControl.SetText and GetText. I find > > it cleaner if we don't implement this properties on TQtWSWinCon

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread giuliano . colla
>-- Original Message -- >Date: Mon, 8 May 2006 20:02:52 -0300 >From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> >To: lazarus@miraclec.com >Subject: Re: [lazarus] Qt patch for TMemo and Tedit. >Reply-To: lazarus@miraclec.com > [...] >For csMemo it on

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread Felipe Monteiro de Carvalho
On 5/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: You're right. It had escaped me. I had put it there just at the beginning, and then I forgot. I'll try and fix it. I am already preparing a patch. If you wait 1 or 2 days I will have it fixed. I'm not in love with qtmemostrings.inc. To b

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread giuliano . colla
>-- Original Message -- >Date: Mon, 8 May 2006 20:02:52 -0300 >From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> >To: lazarus@miraclec.com >Subject: Re: [lazarus] Qt patch for TMemo and Tedit. >Reply-To: lazarus@miraclec.com > > >On 5/8/06, Giulian

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread Felipe Monteiro de Carvalho
On 5/8/06, Giuliano Colla <[EMAIL PROTECTED]> wrote: I did simply follow what had been made in other interfaces: Caraful that if you looked at Gtk interface code there are various deprecated things there that should acctually be implemented on another way on new interfaces. When I started the Q

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread Giuliano Colla
Felipe Monteiro de Carvalho ha scritto: Ok, now it works thanks =) Giuliano, you implemented TQtWSWinControl.SetText and GetText. I find it cleaner if we don't implement this properties on TQtWSWinControl, but instead implement them on each of the derivated controls. I did simply follow what h

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread Mattias Gaertner
On Mon, 8 May 2006 19:03:00 +0200 [EMAIL PROTECTED] wrote: > > >-- Original Message -- > >Date: Mon, 8 May 2006 07:38:18 -0300 > >From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> > >To: lazarus@miraclec.com > >Subject: Re: [lazarus] Q

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread Felipe Monteiro de Carvalho
Ok, now it works thanks =) Giuliano, you implemented TQtWSWinControl.SetText and GetText. I find it cleaner if we don't implement this properties on TQtWSWinControl, but instead implement them on each of the derivated controls. Also set and get text for the spinedit were incorrect and caused cra

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread giuliano . colla
>-- Original Message -- >Date: Mon, 8 May 2006 07:38:18 -0300 >From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> >To: lazarus@miraclec.com >Subject: Re: [lazarus] Qt patch for TMemo and Tedit. >Reply-To: lazarus@miraclec.com > > >Hello, > >I

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread Felipe Monteiro de Carvalho
Hello, I don't see qtmemostrings on the latest subversion. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepa

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread Giuliano Colla
Mattias Gaertner ha scritto: Can I add your name to the docs/Contributors.txt? Of course. Thanks Giuliano _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www

Re: [lazarus] Qt patch for TMemo and Tedit.

2006-05-08 Thread Mattias Gaertner
On Fri, 05 May 2006 21:49:22 +0200 Giuliano Colla <[EMAIL PROTECTED]> wrote: > As an attachment you may find a patch which implements some more > functions of TEdit (you may now enter text and read it), and almost > complete functionalities for TMemo (Colors and Fonts not yet supported) > for t

[lazarus] Qt patch for TMemo and Tedit.

2006-05-05 Thread Giuliano Colla
As an attachment you may find a patch which implements some more functions of TEdit (you may now enter text and read it), and almost complete functionalities for TMemo (Colors and Fonts not yet supported) for the qt interface. The patch was generated using diff, and not svn diff, so that it does