[Lazarus] issue 13429

2009-06-29 Thread Vincent Snijders
Hi, Can anybody reproduce issue 13429 with the latest lazarus 0.9.27? ÅÄÖ åäö don't work in the code editor! on linux with gtk2. http://bugs.freepascal.org/view.php?id=13429 Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] issue 13429

2009-06-29 Thread Graeme Geldenhuys
Vincent Snijders wrote: Can anybody reproduce issue 13429 with the latest lazarus 0.9.27? ÅÄÖ åäö don't work in the code editor! on linux with gtk2. http://bugs.freepascal.org/view.php?id=13429 No I can't. I am using US Dvorak keyboard layout. Pressing RAlt+Shift+' and then the a-key

[Lazarus] Git tip: use bisect to find regression bugs quickly

2009-06-29 Thread Graeme Geldenhuys
Hi Everybody, I was reading the Git User Manual this weekend and found this handy tip and thought I would share it with you guys. I already used this with great success in finding a regression bug in my own code. If you are using the Git repository of Lazarus (mirror of the SubVersion

Re: [Lazarus] Git mirror

2009-06-29 Thread Vincent Snijders
Giuseppe Luigi Punzi schreef: Hi all, In my Fedora 11 64bits machine, I always get errors when using svn: svn: REPORT de '/svn/lazarus/!svn/vcc/default': Could not read response body: Connection reset by peer (http://svn.freepascal.org) I searched, and seems the problem is in server side.

Re: [Lazarus] Git mirror

2009-06-29 Thread Giuseppe Luigi Punzi
El lun, 29-06-2009 a las 12:36 +0200, Graeme Geldenhuys escribió: Giuseppe Luigi Punzi wrote: I searched, and seems the problem is in server side. Over the years I have had numerous problems with connections to remote SubVersion servers. We even had issues with our ISP installing a

Re: [Lazarus] Mouse wheel scroll bar increment size?

2009-06-29 Thread Bruce Tulloch
Vincent Snijders wrote: I am confused, do you want to use the scrollbar for scrolling or the mouse wheel? I want to use the scrollbar because it provides visual feedback about the location of the section of the visible data in a larger buffer of displayable data. I prefer that the scrollbar

Re: [Lazarus] [Lazarus 0013565]: DBGrid with Multiselect not select all

2009-06-29 Thread Luca Olivetti
En/na Joost van der Sluis ha escrit: But it's also possible to use streams to read/write the data, or simply files. Just like TMemDataset. But I still cannot see it in my components palette. Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 (Ext.133)

Re: [Lazarus] Building Lazarus with QT (was:Git mirror)

2009-06-29 Thread zeljko
On Monday 29 June 2009 15:25, Giuseppe Luigi Punzi wrote: Target OS: Linux for x86-64 Compiling lazarus.pp Linking ../lazarus /usr/bin/ld: warning: ../link.res contains output sections; did you forget -T? /home/glpunzi/git/lazarus/lcl/units/x86_64-linux/qt/qtwidgets.o: In function

Re: [Lazarus] Mouse wheel scroll bar increment size?

2009-06-29 Thread Vincent Snijders
Bruce Tulloch schreef: Vincent Snijders wrote: On windows the scroll offset is equal to the TMouse.WheelScrollLines. The value is set by reading the windows.SystemParametersInfo SPI_GETWHEELSCROLLLINES. Default is 3. If you want to have something else, you have to handle the OnMouseWheel

Re: [Lazarus] Some thoughts about the global 'Application' instance.

2009-06-29 Thread Joost van der Sluis
Op maandag 29-06-2009 om 16:43 uur [tijdzone +0200], schreef Vincent Snijders: Joost van der Sluis schreef: But it would be nice if I could use LResources again, without using forms, but that's another story. I took a quick look, but i don't see how adding LResources add a dependency

Re: [Lazarus] Some thoughts about the global 'Application' instance.

2009-06-29 Thread Mattias Gaertner
On Mon, 29 Jun 2009 16:59:23 +0200 Joost van der Sluis jo...@cnoc.nl wrote: Op maandag 29-06-2009 om 16:43 uur [tijdzone +0200], schreef Vincent Snijders: Joost van der Sluis schreef: But it would be nice if I could use LResources again, without using forms, but that's another

Re: [Lazarus] Some thoughts about the global 'Application' instance.

2009-06-29 Thread Joost van der Sluis
Op maandag 29-06-2009 om 17:12 uur [tijdzone +0200], schreef Mattias Gaertner: On Mon, 29 Jun 2009 16:24:47 +0200 Joost van der Sluis jo...@cnoc.nl wrote: And this is what I don't understand. What part of unit forms is needed that does not require the widgetset? LResources. That's

Re: [Lazarus] Some thoughts about the global 'Application' instance.

2009-06-29 Thread Joost van der Sluis
Op maandag 29-06-2009 om 17:17 uur [tijdzone +0200], schreef Mattias Gaertner: On Mon, 29 Jun 2009 16:59:23 +0200 Joost van der Sluis jo...@cnoc.nl wrote: Op maandag 29-06-2009 om 16:43 uur [tijdzone +0200], schreef Vincent Snijders: Joost van der Sluis schreef: But it would be

Re: [Lazarus] FPImage docs?

2009-06-29 Thread Vincent Snijders
matt shaffer schreef: Don't forget to vote for lazarus on sourceforge ;) Maybe the link to the vote should be part of the list footer, or would that be too offensive? Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] FPImage docs?

2009-06-29 Thread matt shaffer
I don't see how putting it in the footer would be offensive, I like the idea myself. On Mon, Jun 29, 2009 at 2:08 PM, Vincent Snijders vsnijd...@vodafonevast.nl wrote: matt shaffer schreef: Don't forget to vote for lazarus on sourceforge ;) Maybe the link to the vote should be part of the

Re: [Lazarus] Mouse wheel scroll bar increment size?

2009-06-29 Thread Bruce Tulloch
Vincent Snijders wrote: Bruce Tulloch schreef: Vincent Snijders wrote: On windows the scroll offset is equal to the TMouse.WheelScrollLines. The value is set by reading the windows.SystemParametersInfo SPI_GETWHEELSCROLLLINES. Default is 3. If you want to have something else, you have to