Re: [Lazarus] Rev 35895 crashes on Linux

2012-03-11 Thread Bernd
2012/3/12 Giuliano Colla :
> After updating to rev 35895, Lazarus IDE crashes on startup, with an Invalid
> Floating Point Operation Exception. Reverting to rev 35880 (the last I was
> using before the update) it works just fine.
> I attach the  output obtained invoking from command line. It complains about
> Package FCL 1.0.1 conflicting with base package.
> Platform is Linux, FC14, kernel 2.6.35.14.

I can confirm it with Linux 3.0.0-16, i686, GTK2, same error message.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Rev 35895 crashes on Linux

2012-03-11 Thread Giuliano Colla
After updating to rev 35895, Lazarus IDE crashes on startup, with an 
Invalid Floating Point Operation Exception. Reverting to rev 35880 (the 
last I was using before the update) it works just fine.
I attach the  output obtained invoking from command line. It complains 
about Package FCL 1.0.1 conflicting with base package.

Platform is Linux, FC14, kernel 2.6.35.14.

Giuliano



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-11 Thread Mark Morgan Lloyd

Mark Morgan Lloyd wrote:

Vincent Snijders wrote:


Please, let me know if you find any problems with these release 
candidates.


Also let me know if you installed it without any problem.


LAZTAG=/branches/release_0_9_30_4
USEFPC=2.6.0

Building from svn, basic operation OK on SPARC (hosted on Debian 
"Etch"). Investigating other platforms.


Also OK on ARM (armel, Debian "Lenny" running on Qemu) and SPARC Solaris 
10. Probably also OK on Intel/AMD Solaris, but I can't test that.


--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Project activity

2012-03-11 Thread ik
On Sun, Mar 11, 2012 at 20:54, Michael Van Canneyt
 wrote:
>
>
> On Sun, 11 Mar 2012, José Mejuto wrote:
>
>> Hello Lazarus-List,
>>
>> Is there any package or something that add working in project time
>> counters ? Something that shows the time spend in a project.
>
>
> I have such a program, written in Lazarus. It is not directly connected to a
> lazarus project.
>
> It's a small app that sits in the tray, and can be used to manage project
> time.
> If there is interest, I can donate it to the Lazarus community. It also
> serves
> as a nice example of how to program Lazarus and tiOPF.

I'm also looking for one.

>
> Michael.
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Project activity

2012-03-11 Thread Michael Van Canneyt



On Sun, 11 Mar 2012, José Mejuto wrote:


Hello Lazarus-List,

Is there any package or something that add working in project time
counters ? Something that shows the time spend in a project.


I have such a program, written in Lazarus. 
It is not directly connected to a lazarus project.


It's a small app that sits in the tray, and can be used to manage project time.
If there is interest, I can donate it to the Lazarus community. It also serves
as a nice example of how to program Lazarus and tiOPF.

Michael.--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Project activity

2012-03-11 Thread José Mejuto
Hello Lazarus-List,

Is there any package or something that add working in project time
counters ? Something that shows the time spend in a project.

-- 
Best regards,
 José


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] FPC index/searcher classes committed.

2012-03-11 Thread Alexander Klenin
On Mon, Mar 12, 2012 at 02:53, Mattias Gaertner
 wrote:
> On Mon, 12 Mar 2012 01:55:20 +1100
>> A good use/test would be to speed up "Find in Files" in Lazarus.
>
> What cases do you have in mind?
>
> Under Linux "Find in Files" searches the whole Lazarus or FPC sources in
> 2 seconds. Of course if the files are not in the OS cache it may
> take much more. fpindexer may accelerate the first search dramatically,
> but it will need an update, every time you updated the sources.

I am not saying that standard search is slow
(just tested -- under a minute to scan the lazarus sources on
a recent machine with Windows from the cold cache).
Just that this would be a good test, because it is widely used by highly
demanding community, so any bugs will be quickly identified.

OTOH, paraphrasing Linus, "speed difference, if large enough, becomes a
feature in itself".
For example, you could update search results in real time a-la Google
I am not sure all that it will be a feature useful, but certainly a cool one :-)

> If you just want to find a declaration, maybe you want to
> try Cody's identifier dictionary:
> http://wiki.lazarus.freepascal.org/Cody#Unit_.2F_Identifier_Dictionary

Yes, I knew about it once, but forgot.
There are just too many ways to search things in Lazarus.
I think that some merging of various search methods would
benefit the user interface.

-- 
Alexander S. Klenin

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] FPC index/searcher classes committed.

2012-03-11 Thread Mattias Gaertner
On Mon, 12 Mar 2012 01:55:20 +1100
Alexander Klenin  wrote:

> On Sun, Mar 11, 2012 at 04:29, Michael Van Canneyt
>  wrote:
> 
> > We'd like people to try it and comment on the design and speed of the
> > engine,
> > and if you have suggestions for improvements, they're more than welcome.
> 
> A good use/test would be to speed up "Find in Files" in Lazarus.

What cases do you have in mind?

Under Linux "Find in Files" searches the whole Lazarus or FPC sources in
2 seconds. Of course if the files are not in the OS cache it may
take much more. fpindexer may accelerate the first search dramatically,
but it will need an update, every time you updated the sources.

And "Find in file" can search arbitrary strings with various options
like regular expressions in arbitrary directories. I doubt fpindexer
supports that.

If you just want to find a declaration, maybe you want to
try Cody's identifier dictionary:
http://wiki.lazarus.freepascal.org/Cody#Unit_.2F_Identifier_Dictionary


Mattias


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-11 Thread William Oliveira Ferreira
I'll test it on rc at night...

2012/3/11 Vincent Snijders 

> Op 11 maart 2012 13:01 heeft William Oliveira Ferreira
>  het volgende geschreven:
> > i´ve found a bug that should be checked before:
> > http://bugs.freepascal.org/view.php?id=21454
> > Lazarus 0.9.31 r35756 FPC 2.6.1 i386-win32-win32/win64
>
> Why is this issue special, compared with the other 1000+ issues ? Does
> it occur with this release candidate? Is it a regression compared with
> 0.9.30.2?
>
> Vincent
>
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>



-- 

William de Oliveira Ferreira
Bacharel em Sistemas de Informação
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] FPC index/searcher classes committed.

2012-03-11 Thread Alexander Klenin
On Sun, Mar 11, 2012 at 04:29, Michael Van Canneyt
 wrote:

> We'd like people to try it and comment on the design and speed of the
> engine,
> and if you have suggestions for improvements, they're more than welcome.

A good use/test would be to speed up "Find in Files" in Lazarus.

-- 
Alexander S. Klenin

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] AGG missing 3 asm conversions to work on 64-bit CPU's

2012-03-11 Thread Florian Klaempfl
Am 09.03.2012 15:33, schrieb Graeme Geldenhuys:
> On 9 March 2012 16:12, Mattias Gaertner  wrote:
>>
>> Should these changes be applied to the lazarus aggpas?
> 
> 
> Yes.  Attached is the patch for this thread's mentioned problem - no
> x86_64 bit shifting implementation.
> 

Making the helpers inline functions is probably a good idea.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-11 Thread Reinier Olislagers
On 11-3-2012 10:46, Vincent Snijders wrote:
> The Lazarus team is happy to announce that Lazarus 0.9.30.4RC3 is
> available for download from:
> http://sourceforge.net/projects/lazarus/files/

> Please, let me know if you find any problems with these release candidates.
> 
> Also let me know if you installed it without any problem.

Installed fine and compiled some simple sample programs on Windows 2000
system...

Thanks,
Reinier

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-11 Thread Mark Morgan Lloyd

Vincent Snijders wrote:

The Lazarus team is happy to announce that Lazarus 0.9.30.4RC3 is
available for download from:
http://sourceforge.net/projects/lazarus/files/

Choose your CPU / OS / distro and then the 0.9.30.4RC3 directory.

The Lazarus testing repository at
http://www.hu.freepascal.org/lazarus/dists/lazarus-testing/ has been
updated too.

This release candidate has been build with fpc 2.6.0 (0.9.30.2 was
built with fpc 2.4.4).

Compared with 0.9.30.4RC2 the following changes have been made:
* TAChart: Fix auto-scaling transformation with empty or infinite data
* Fixed alignment problems for ARM and SPARC CPU (issue 19109)
* Improved compatbility with fpc 2.6.1 after changes in
TStringList.Destroy which now calls Clear

Compared with 0.9.30.4RC1 the following changes have been made:
* configuration error in the windows installer has been fixed
* problems with threading under gtk2 has been fixed
* several bug fixes for the gtk2 and qt widget set interface have been
merged from trunk

Please, let me know if you find any problems with these release candidates.

Also let me know if you installed it without any problem.


LAZTAG=/branches/release_0_9_30_4
USEFPC=2.6.0

Building from svn, basic operation OK on SPARC (hosted on Debian 
"Etch"). Investigating other platforms.


--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-11 Thread Vincent Snijders
Op 11 maart 2012 13:01 heeft William Oliveira Ferreira
 het volgende geschreven:
> i´ve found a bug that should be checked before:
> http://bugs.freepascal.org/view.php?id=21454
> Lazarus 0.9.31 r35756 FPC 2.6.1 i386-win32-win32/win64

Why is this issue special, compared with the other 1000+ issues ? Does
it occur with this release candidate? Is it a regression compared with
0.9.30.2?

Vincent

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-11 Thread William Oliveira Ferreira
i´ve found a bug that should be checked before:
http://bugs.freepascal.org/view.php?id=21454
Lazarus 0.9.31 r35756 FPC 2.6.1 i386-win32-win32/win64

2012/3/11 Vincent Snijders 

> The Lazarus team is happy to announce that Lazarus 0.9.30.4RC3 is
> available for download from:
> http://sourceforge.net/projects/lazarus/files/
>
> Choose your CPU / OS / distro and then the 0.9.30.4RC3 directory.
>
> The Lazarus testing repository at
> http://www.hu.freepascal.org/lazarus/dists/lazarus-testing/ has been
> updated too.
>
> This release candidate has been build with fpc 2.6.0 (0.9.30.2 was
> built with fpc 2.4.4).
>
> Compared with 0.9.30.4RC2 the following changes have been made:
> * TAChart: Fix auto-scaling transformation with empty or infinite data
> * Fixed alignment problems for ARM and SPARC CPU (issue 19109)
> * Improved compatbility with fpc 2.6.1 after changes in
> TStringList.Destroy which now calls Clear
>
> Compared with 0.9.30.4RC1 the following changes have been made:
> * configuration error in the windows installer has been fixed
> * problems with threading under gtk2 has been fixed
> * several bug fixes for the gtk2 and qt widget set interface have been
> merged from trunk
>
> Please, let me know if you find any problems with these release candidates.
>
> Also let me know if you installed it without any problem.
>
> Vincent
>
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>



-- 

William de Oliveira Ferreira
Bacharel em Sistemas de Informação
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-11 Thread Vincent Snijders
The Lazarus team is happy to announce that Lazarus 0.9.30.4RC3 is
available for download from:
http://sourceforge.net/projects/lazarus/files/

Choose your CPU / OS / distro and then the 0.9.30.4RC3 directory.

The Lazarus testing repository at
http://www.hu.freepascal.org/lazarus/dists/lazarus-testing/ has been
updated too.

This release candidate has been build with fpc 2.6.0 (0.9.30.2 was
built with fpc 2.4.4).

Compared with 0.9.30.4RC2 the following changes have been made:
* TAChart: Fix auto-scaling transformation with empty or infinite data
* Fixed alignment problems for ARM and SPARC CPU (issue 19109)
* Improved compatbility with fpc 2.6.1 after changes in
TStringList.Destroy which now calls Clear

Compared with 0.9.30.4RC1 the following changes have been made:
* configuration error in the windows installer has been fixed
* problems with threading under gtk2 has been fixed
* several bug fixes for the gtk2 and qt widget set interface have been
merged from trunk

Please, let me know if you find any problems with these release candidates.

Also let me know if you installed it without any problem.

Vincent

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] TBGRABitmap

2012-03-11 Thread Graeme Geldenhuys
2012/3/11 Everton Vieira :
> The FontQuality := fqFineAntialiasing of the TBGRABitmap is beautiful!


Can you post a PNG screenshot showing side-by-side comparisons with
and without that setting?


I don't know BGRABitmap very well, but how does it compare to AggPas?
From the Lazarus wiki, it seems AggPas still trumps BGRABitmap in
features.


-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus