[lazarus] patch - actnlist.xml

2006-08-29 Thread Graeme Geldenhuys
Hi, This patch removes all duplicates from actnlist.xml (bug #1962) Patch needs to be applied from root Lazarus directory. Regards, - Graeme - -- There's no place like 127.0.0.1 Index: docs/xml/lcl/actnlist.xml === --- docs/xml/lc

[lazarus] patch - comctrls.xml

2006-08-29 Thread Graeme Geldenhuys
Hi, This patch removes all duplicates from the comctrls.xml file (bug #1962) Apply this patch from the root Lazarus directory. Regards, - Graeme - -- There's no place like 127.0.0.1 Index: docs/xml/lcl/comctrls.xml === --- docs

[lazarus] patch - avglvltree.xml

2006-08-29 Thread Graeme Geldenhuys
Hi, This patch removes all duplicates from avglvltree.xml (bug #1962) Apply this patch from the root Lazarus directory. Regards, - Graeme - -- There's no place like 127.0.0.1 Index: docs/xml/lcl/avglvltree.xml === --- docs/xml/l

[lazarus] patch - controls.xml

2006-08-29 Thread Graeme Geldenhuys
Hi, This patch removes all duplicates from the controls.xml file (bug #1962) Apply this patch from the root Lazarus directory. Regards, - Graeme - -- There's no place like 127.0.0.1 Index: docs/xml/lcl/controls.xml === --- docs/x

[lazarus] patch - clipbrd.xml

2006-08-29 Thread Graeme Geldenhuys
Hi, This patch removes all duplicates from clipbrd.xml (bug #1962) Apply this patch from the root Lazarus directory. Regards, - Graeme - -- There's no place like 127.0.0.1 Index: docs/xml/lcl/clipbrd.xml === --- docs/xml/lcl/cli

[lazarus] patch - dbctrls.xml

2006-08-29 Thread Graeme Geldenhuys
Hi, This patch removes all duplicates from the file. (bug #1962) Apply this patch from the root Lazarus directory. Regards, - Graeme - -- There's no place like 127.0.0.1 Index: docs/xml/lcl/dbctrls.xml === --- docs/xml/lcl/dbct

[lazarus] FPC 2.0.4 is out!

2006-08-29 Thread Michael Van Canneyt
Forward from the FPC mailing lists, for those who are not subscribed to them. Michael. --- Hello everybody, I'm happy to announce that release 2.0.4 is finally out, bringing you lots of fixes and some enhancements over the pr

[lazarus] patch - doc duplicates

2006-08-29 Thread Graeme Geldenhuys
Hi, Attached is a zip file containing 8 more patches to remove duplicates from the documentation (bug #1962). The patches need to be applied from the root Lazarus directory. PS: Rename the extension from .zipped to .zip More to come Regards, - Graeme - -- There's no place like 127.0.0.

Re: [lazarus] a possible (small) bug? [win32]

2006-08-29 Thread Mattias Gaertner
On Tue, 29 Aug 2006 00:53:47 +0200 "Ad Rienks" <[EMAIL PROTECTED]> wrote: > Mattias, > > Sorry, but I think you do not understand what I am trying to say: The > bug to be 'squashed' is not in my own application, but in Lazarus > (LCL). Yes. I meant: I think the bug was an uninitialized value. Pl

Re: [lazarus] patch - doc duplicates

2006-08-29 Thread Mattias Gaertner
On Tue, 29 Aug 2006 11:10:49 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > Hi, > > Attached is a zip file containing 8 more patches to remove duplicates > from the documentation (bug #1962). The patches need to be applied > from the root Lazarus directory. > > PS: > Rename the extensio

Re: [lazarus] FPC 2.0.4 is out!

2006-08-29 Thread Zlatko Matic
Will Lazarus snapshots be compiled with fpc 2.0.4? - Original Message - From: "Michael Van Canneyt" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 29, 2006 10:28 AM Subject: [lazarus] FPC 2.0.4 is out! Forward from the FPC mailing lists, for those who are not subscribed to them. Mi

Re: Free Pascal widget set

2006-08-29 Thread Felipe Monteiro de Carvalho
On 8/28/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > You should be aware that Qt 4 bindings for Free Pascal already exist > for many months now, and there is even a partially working Qt > interface for Lazarus Component Library. This doesn't mean that it's easy to use, i.e. deriving your ow

Re: [lazarus] FPC 2.0.4 is out!

2006-08-29 Thread Vincent Snijders
Zlatko Matic wrote: Will Lazarus snapshots be compiled with fpc 2.0.4? No, I leave things as they are now, until I switch to fpc 2.1.1 again, either shortly before or shortly after a new Lazarus release with fpc 2.0.4. Vincent ___

[lazarus] SVN Update - Help for FPC Keywords

2006-08-29 Thread Mattias Gaertner
fpc 2.0.4 help in HTML now provides an index file keywords like 'if'. There is currently only a tgz file so there is no 'common' directory, where to put it. I added a simple heuristic, so the IDE will find them, if they are installed. Download the fpc-2.0.4-doc-html.tar.gz and extract it. It con

[lazarus] SVN update - Find

2006-08-29 Thread Mattias Gaertner
Lazarus Menu -> Search -> Find New features: - Multi line in replacement. This means the replace text can now contain multiple lines. Hint: You can not create a 'new line' character in the edit box, but you can paste a multi line selection into it. - Multi line in find text (pattern) This mean

[lazarus] Save on close prompts and ESC key

2006-08-29 Thread George Birbilis
At Lazarus 0.9.12 (old I know) I noticed 1) when closing source code window it doesn't close the pages (just hides the window) 2) when I close a source page (right click and select respective option from popup menu) I get a dialog with Yes/No/Abort options (Cancel should be used instead of Abort te

Re: [lazarus] Save on close prompts and ESC key

2006-08-29 Thread Mattias Gaertner
On Tue, 29 Aug 2006 22:35:18 +0300 "George Birbilis" <[EMAIL PROTECTED]> wrote: > At Lazarus 0.9.12 (old I know) I noticed > 1) when closing source code window it doesn't close the pages (just > hides the window) > 2) when I close a source page (right click and select respective > option from popu

[lazarus] Drive letter

2006-08-29 Thread bobby
I have problems using SelectDirectoryDialog on Win32. When expanding node, and one of the sub-nodes (subfolder) have a lot of files (say 10.000), the node will need too much time to expand. It is not the matter of LCL, but a generic 'Browse for folder' problem on Windows. Because of all that,

Re: [lazarus] Save on close prompts and ESC key

2006-08-29 Thread Cesar Romero
AFAIK the default and escape button is compatible to Delphi. Can someone check a MessageDlg('','',mtInformation,[mbYes,mbNo,mbAbort],0) under Delphi. Delphi 7: //your code MessageDlg('','',mtInformation,[mbYes,mbNo,mbAbort],0) [Error] MainForm.pas(182): Incompatible types: 'TMsgDlgType'

Re: [lazarus] Drive letter

2006-08-29 Thread Mattias Gaertner
On Tue, 29 Aug 2006 23:10:37 +0200 bobby <[EMAIL PROTECTED]> wrote: > I have problems using SelectDirectoryDialog on Win32. > When expanding node, and one of the sub-nodes (subfolder) have a lot > of files (say 10.000), the node will need too much time to expand. > It is not the matter of LCL, but

Re: [lazarus] Save on close prompts and ESC key

2006-08-29 Thread Mattias Gaertner
On Tue, 29 Aug 2006 18:11:48 -0300 Cesar Romero <[EMAIL PROTECTED]> wrote: > > > AFAIK the default and escape button is compatible to Delphi. > > > > Can someone check a > > MessageDlg('','',mtInformation,[mbYes,mbNo,mbAbort],0) under Delphi. > > > > Delphi 7: > > //your code > MessageDlg(

Re: [lazarus] SVN update - Find

2006-08-29 Thread Borut Maricic
On 2006-08-29 at 20:07, Mattias Gaertner ([EMAIL PROTECTED]) wrote: > Lazarus Menu ->> Search -> Find > New features: Thanks! > 'Find in files' does not yet support multi lines. But the regular > expressions now also supports case insenstive and whole word options. I would find it nice if Find a

RE: [lazarus] Cross Compiling

2006-08-29 Thread Wilder Gonzalez Diaz
Finally I have installed cross binutils and it supous that I am able to buil projects for linux under windows.. But I am getting this error c:\Lazarus\fpc\2.0.3\bin\i386-win32\ld.exe: unrecognised emulation mode: elf_i386 Supported emulations: i386pe project1.lpr(17,1) Error: Error while linking