Recent

Author Topic: Lazarus 1.0.2 release available for download  (Read 64328 times)

Nebula

  • Jr. Member
  • **
  • Posts: 88
Re: Lazarus 1.0.2 release available for download
« Reply #15 on: October 12, 2012, 04:31:32 pm »
Thanks. Could be some time then.  :)
Newbie testing Lazarus v1.0 - very impressed
Win 7 at work, XP and Linux Mint at home.
It all started with a ZX80 on a b/w telly........
Code: [Select]
Uses Smiles, GoodHumour, WantsToHelp;
{ never liked C - curly brackets are for comments! }

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: Lazarus 1.0.2 release available for download
« Reply #16 on: October 12, 2012, 09:39:13 pm »
It's great to see another stable release so soon... Congratulations for the effort!
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

mariuz

  • New Member
  • *
  • Posts: 41
    • http://flamerobin.org
Re: Lazarus 1.0.2 release available for download
« Reply #17 on: October 13, 2012, 10:47:11 am »

DimProfi

  • Full Member
  • ***
  • Posts: 126
    • http://www.dimprofi.de
Re: Lazarus 1.0.2 release available for download
« Reply #18 on: October 14, 2012, 06:37:29 am »
Great work! Thanx!
Lazarus 1.2/FPC 2.6.4 (x86/x86_64/win32/win64/Linux) :: Be smart - use predictable {$INTERFACES CORBA}! :)

Hansaplast

  • Hero Member
  • *****
  • Posts: 674
  • Tweaking4All.com
    • Tweaking4All
Re: Lazarus 1.0.2 release available for download
« Reply #19 on: October 14, 2012, 10:12:11 pm »
Awesome to see great progress with Lazarus/FPC :-)

Just curious: did something change in the Graphics unit (and/or related units)?
TextOut and CopyRect now no longer appears to be transparent ...?
(Ie. my text suddenly has a white background - 1.0 didn't have that)

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9868
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus 1.0.2 release available for download
« Reply #20 on: October 14, 2012, 10:18:38 pm »
Awesome to see great progress with Lazarus/FPC :-)

Just curious: did something change in the Graphics unit (and/or related units)?
TextOut and CopyRect now no longer appears to be transparent ...?
(Ie. my text suddenly has a white background - 1.0 didn't have that)

Which OS?

Afaix TextOut on WIndows was always opaque. The other OS widgitset where changed to folow this.

use
Code: [Select]
  SetBkMode(Handle, TRANSPARENT);units LCLType, LCLIntf

Hansaplast

  • Hero Member
  • *****
  • Posts: 674
  • Tweaking4All.com
    • Tweaking4All
Re: Lazarus 1.0.2 release available for download
« Reply #21 on: October 14, 2012, 10:57:41 pm »
MacOS X 10.8.2, Lazarus 1.0.2 rexported FPC 2.6.0 i386-darwin-carbon (Intel).

I did find a temporary work around for TextOut in this post.

However, still need to find a work around for CopyRect ... :(
Code: [Select]
SetBkMode(Handle, TRANSPARENT);doesn't seem to have an effect ...

FYI: the CopyRect source is a Lazarus Resource (LRS) created from a transparent PNG - which worked great in 1.0.
The destination is a TCanvas of a TPanel.

Edit: As suggested, I started a post concerning this topic.
« Last Edit: October 15, 2012, 04:22:05 am by Hansaplast »

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9868
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus 1.0.2 release available for download
« Reply #22 on: October 15, 2012, 12:08:53 am »
Sorry all I know, is that changes (clipping, opaqueness) were made (at least for some Text drawing).

I don't know if they were indented to happen for your use-cases too, or if they shouldn't.
Basically have to run the same code on windows and compare.

If you can attach a small, ready to compile sample app, then I can just load it, and test the results on win.

Best to open a new topic for it. Otherwise it will get mixed with all other 1.0.2 comments.

assembly84

  • New Member
  • *
  • Posts: 31
  • Just Programmer
    • assembly84.net
Re: Lazarus 1.0.2 release available for download
« Reply #23 on: October 23, 2012, 04:55:34 am »
 ::) I love coding with lazarus
try to be better

pbruccoleri

  • New Member
  • *
  • Posts: 28
Re: Lazarus 1.0.2 release available for download
« Reply #24 on: November 03, 2012, 02:05:08 pm »
Hello all ..
taking advantage of the holiday, I decided to download and install version 1.0.2 on another machine on my network, providing disaster with my current lazarus.
I installed the components you use and luckily I had no problems with Zeos and other herbs ...
I copied that machine projects I've done and my pleasant surprise, all I could open fine without conflicts and could generate executables smoothly again! ..
Apparently everything works fine.

Detected only problem displaying data in a dbgrid:
I cut the words of the last three columns. View the image

very thanks!

ahmetnurideniz

  • Full Member
  • ***
  • Posts: 110
  • As you sow, you shall reap.
    • Big Student Web Site
Re: Lazarus 1.0.2 release available for download
« Reply #25 on: November 08, 2012, 02:35:54 pm »

very thanks!

LigH

  • Newbie
  • Posts: 5
Re: Lazarus 1.0.2 release available for download
« Reply #26 on: December 03, 2012, 01:58:21 pm »
Version 1.0.4 appears to be available since last friday; so don't miss announcing that. ;)

I wonder where I can find release notes, change logs, etc. (before downloading >100 MB and installing).

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Lazarus 1.0.2 release available for download
« Reply #27 on: December 03, 2012, 02:12:07 pm »
Version 1.0.4 appears to be available since last friday; so don't miss announcing that. ;)

I wonder where I can find release notes, change logs, etc. (before downloading >100 MB and installing).
From the Lazarus mailing list:
Quote

The Lazarus team is glad to announce the release of Lazarus 1.0.4.

This is a bug fix release. Here is the list of changes:
http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch#Fixes_for_1.0.4_.28Merged.29

The release is available for download at the SourceForge download page:
http://sourceforge.net/projects/lazarus/files/

Choose your CPU, OS, distro and then the "Lazarus 1.0.4" directory.

Minimum requirements:
Windows:       98, 2k, XP, Vista, 7, 32 or 64bit
FreeBSD/Linux: gtk 2.8 or qt4.5, 32 or 64bit
Mac OS X:      10.5, LCL only 32bit, non LCL apps can be 64bit

This release has been built with fpc 2.6.0 (the former release 1.0.2 was built with that too).

The svn tag is
http://svn.freepascal.org/svn/lazarus/tags/lazarus_1_0_4

For people who are blocked by SF, the Lazarus releases from sourceforge are mirrored at:
ftp://freepascal.dfmk.hu/pub/lazarus/releases/
and later at (after some time for synchronization)
http://michael-ep3.physik.uni-halle.de/Lazarus/releases/
and
http://mirrors.iwi.me/lazarus/


Mattias

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

Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

LigH

  • Newbie
  • Posts: 5
Re: Lazarus 1.0.2 release available for download
« Reply #28 on: December 03, 2012, 02:30:28 pm »
Thank you; I did not register this mailing list...

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

 

TinyPortal © 2005-2018