11.03.2010 14:46, zeljko wrote:
I'm wondering who implemented qt support for lnet ? I think it's not
implemented yet, so it's not compileable.
2 possibilities: Ales Katona or Micha Nelissen. Both are sitting in irc
usually.
Best regards,
Paul Ishenin.
--
__
On Wednesday 10 March 2010 16:05, Thomas Moritz wrote:
> Hello Zeljko,
> for info, here is the output while compiling lnet
> with qt-bindings 2.1
>
> Free Pascal Compiler version 2.4.0 [2010/02/27] for x86_64
> Copyright (c) 1993-2009 by Florian Klaempfl
> Target OS: Linux for x86-64
> Compiling ln
Hi,
Yeah, I'm almost sleeping.
That should be r23925 of course.
Bart
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Hi Mattias,
Sorry, forget that last mail from me.
I saw you patched Makefile.
Thanks,
Bart
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Hi,
Does this mean that I have to patc Makefile each time I do an svn
update from now on?
Or should I report it as a bug (in Makefile) in Mantis?
(The syntaxis for makefiles is far beyond me -;) )
Bart
--
___
Lazarus mailing list
Lazarus@lists.lazarus
Hi,
Solved in r23850.
Bart
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
On Wed, 10 Mar 2010 18:21:21 -0300
Flávio Etrusco wrote:
> Hello all,
> I'm wondering how do the core Lazarus' developers use mantis. Do you
> rely on email notifications or poll the web interface? In the first
> case, do you watch through all changes made to bugs or do you enable
> some automati
Flávio Etrusco wrote:
Hello all,
I'm wondering how do the core Lazarus' developers use mantis. Do you
rely on email notifications or poll the web interface? In the first
case, do you watch through all changes made to bugs or do you enable
some automatic filter?
I have a look at the web interfac
On Wed, Mar 10, 2010 at 06:21:21PM -0300, Fl?vio Etrusco wrote:
> I'm wondering how do the core Lazarus' developers use mantis. Do you
> rely on email notifications or poll the web interface? In the first
> case, do you watch through all changes made to bugs or do you enable
> some automatic filter
Hello all,
I'm wondering how do the core Lazarus' developers use mantis. Do you
rely on email notifications or poll the web interface? In the first
case, do you watch through all changes made to bugs or do you enable
some automatic filter?
Best regards,
Flávio
--
_
Juha Manninen schrieb:
This is not important but just some ideas:
I understood ToPas converter is in good shape, except for #defines support.
The technical support of #defines is okay, missing is only an easy to
use classification of the #defines into constants, functions and macros.
By def
On 19:59, Juha Manninen wrote:
JoshyFun and DoDi,
I have read your C to pascal converter mails in the other (infamous)
thread.
This is not important but just some ideas:
I understood ToPas converter is in good shape, except for #defines
support.
Now, C++ classes map almost directly to OP
Regarding issues #15948: TCombobox.OnGetitems is called differently from GTK2
and QT bindings
Could someone with Delphi please check the behavior.
Then either GTK2 or QT behavior should be changed.
Regards,
Juha
--
___
Lazarus mailing list
Lazarus@lis
On 10 March 2010 16:44, Henry Vermaak wrote:
>
> I think this is due to some fumbling with the inner borders of the
> button, as the warning suggests. Go and look at gtk2wsstdctrls.pp and
> search for "inner-border", then disable that code. Your button label
> will be padded slightly more inside
2010/3/10 Bart :
> Hi,
>
> I just upgraded Lazarus to r23919.
> I opened some projects and I noticed that TButtons are no longer
> visible in the form designer, althoug they can be selected if you know
> where they are. (see: form_with_button_designtime.png)
> (This is not only true for old project
Zitat von zeljko :
On Wednesday 10 March 2010 15:02, Bart wrote:
Hi,
I just update my fpc to 2.4.0, because current lazarus requires fpc
2.2.4, and my old lazarus (r22593) still has fpc 2.2.4.
(I used fpc-2.4.0.i386-linux.tar and installed it with install.sh to
/usr/local as I have done before
Hi,
I just upgraded Lazarus to r23919.
I opened some projects and I noticed that TButtons are no longer
visible in the form designer, althoug they can be selected if you know
where they are. (see: form_with_button_designtime.png)
(This is not only true for old projects, but also for new ones)
The
Hi Zeljko,
I managed to build Lazarus with the makefile from r22577.
Bart
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Hello Zeljko,
for info, here is the output while compiling lnet
with qt-bindings 2.1
Free Pascal Compiler version 2.4.0 [2010/02/27] for x86_64
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Linux for x86-64
Compiling lnetvisual.pas
Compiling lclnet.pas
lclnet.pas(45,15) Error: Forward dec
Hi.
Main work on TCairoCanvas = class(TPrinterCanvas) is almost done.
My question is how to integrate it into LCL?
IMHO user should have a choice which TPrinterCanvas implementation use.
Now in TCUPSPrinter is hard coded TPostscriptPrinterCanvas:
function TCUPSPrinter.GetCanvasRef: TPrinterCanv
On Wednesday 10 March 2010 15:02, Bart wrote:
> Hi,
>
> I just update my fpc to 2.4.0, because current lazarus requires fpc
> 2.2.4, and my old lazarus (r22593) still has fpc 2.2.4.
> (I used fpc-2.4.0.i386-linux.tar and installed it with install.sh to
> /usr/local as I have done before)
>
> Then I
Hi,
I just update my fpc to 2.4.0, because current lazarus requires fpc
2.2.4, and my old lazarus (r22593) still has fpc 2.2.4.
(I used fpc-2.4.0.i386-linux.tar and installed it with install.sh to
/usr/local as I have done before)
Then I did:
[code]
b...@simenon:~/svnroot/lazarus> svn update
...
Michael Van Canneyt schreef:
Hi,
The documentation has been re-generated and put on the website.
the fpc/dist/2.4.0/docs directory on the FTP server contains also a
version of the latest docs.
They have been re-generated from version 2.4.0.
They are also available at:
http://lazarus-ccr.so
23 matches
Mail list logo