Recent

Author Topic: Lazarus Release Candidate 2 of 1.4  (Read 78242 times)

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4459
  • I like bugs.
Re: Lazarus Release Candidate 2 of 1.4
« Reply #30 on: March 06, 2015, 02:29:52 pm »
Does it mean that is preferred to catch the actual and original english file containing clean strings and translate from scratch?

No, just remove the "fuzzy" lines and fix the translation if needed.

Quote
I have no rights to edit this files in repo... if i review and trasnlate it Can i upload here?

No, open a bug report and attach the whole .po file there (not a diff).
« Last Edit: March 06, 2015, 02:35:16 pm by JuhaManninen »
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

jma_sp

  • Full Member
  • ***
  • Posts: 150
  • El conocimiento si ocupa lugar.
Re: Lazarus Release Candidate 2 of 1.4
« Reply #31 on: March 06, 2015, 02:31:32 pm »
ok, thanks.
Devuan Beowulf 3.0( JWM/ROX/iDesk) - Puppy Linux,  Haiku OS,.ReactOS 0.4.xx  - FreeDos .

Windsurfer

  • Sr. Member
  • ****
  • Posts: 368
    • Windsurfer
Re: Lazarus Release Candidate 2 of 1.4
« Reply #32 on: March 06, 2015, 06:32:31 pm »
@mattias,

Quote
What bug report? Number?

bug no: 0027609
title: Setting z-order of objects does not work

bylaardt

  • Sr. Member
  • ****
  • Posts: 309
Re: Lazarus Release Candidate 2 of 1.4
« Reply #33 on: March 07, 2015, 03:21:53 pm »
After install on Linux:
Code: [Select]
Compiling package cairocanvas_pkg 0.0: Exit code 1, Errors: 1, Warnings: 1
Warning: Recompiling pangocairo, checksum changed for Cairo
cairocanvas.pas(19,11) Fatal: Cannot find unit pangocairo used by CairoCanvas. Make sure all ppu files of a package are in its output directory. ppu in wrong directory=/usr/lib/fpc/2.6.4/units/x86_64-linux/gtk2/pangocairo.ppu..
Compiling package LazControls 1.0.1: Aborted
Compiling package SynEdit 1.0: Aborted

Windsurfer

  • Sr. Member
  • ****
  • Posts: 368
    • Windsurfer
Re: Lazarus Release Candidate 2 of 1.4
« Reply #34 on: March 07, 2015, 06:59:31 pm »
You probably need to install libpangocairo in your linux.

bylaardt

  • Sr. Member
  • ****
  • Posts: 309
Re: Lazarus Release Candidate 2 of 1.4
« Reply #35 on: March 07, 2015, 11:48:18 pm »
You probably need to install libpangocairo in your linux.
libpangocairo is ok.
but cairo canvas is in gtk subdir, and no paths stored in pamgo package.

Fred vS

  • Hero Member
  • *****
  • Posts: 3158
    • StrumPract is the musicians best friend
Re: Lazarus Release Candidate 2 of 1.4
« Reply #36 on: March 08, 2015, 12:16:13 am »
Quote
libpangocairo is ok.
but cairo canvas is in gtk subdir, and no paths stored in pamgo package.

Hum, a other easy solution is to...
Download Code Typhon =>
http://www.pilotlogic.com/sitejoom/index.php/downloads/viewcategory/30-codetyphon

 => run setup and choose =>
-  0) Install System Libraries

Then install Lazarus...
« Last Edit: March 08, 2015, 12:19:54 am by Fred vS »
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

LA.Center

  • Full Member
  • ***
  • Posts: 244
    • LA.Center
Re: Lazarus Release Candidate 2 of 1.4
« Reply #37 on: March 09, 2015, 07:06:36 am »
After install on Linux:
Code: [Select]
Compiling package cairocanvas_pkg 0.0: Exit code 1, Errors: 1, Warnings: 1
Warning: Recompiling pangocairo, checksum changed for Cairo
cairocanvas.pas(19,11) Fatal: Cannot find unit pangocairo used by CairoCanvas. Make sure all ppu files of a package are in its output directory. ppu in wrong directory=/usr/lib/fpc/2.6.4/units/x86_64-linux/gtk2/pangocairo.ppu..
Compiling package LazControls 1.0.1: Aborted
Compiling package SynEdit 1.0: Aborted

After installation do this:

Code: [Select]
sudo apt-get install -f

this will fix all missing libraries.

tonyw

  • Sr. Member
  • ****
  • Posts: 319
    • MWA Software
Re: Lazarus Release Candidate 2 of 1.4
« Reply #38 on: March 10, 2015, 12:26:24 pm »
i'd just like to add that 1.4 RC2 has a really good feel about it. There are just so many bugs fixed, especially as regards debugging that I am now using it as my preferred development platform replacing 1.2.6. (Linux Mint 17, AMD64).

P.S. Minor cosmetic detail: will someone please remember to add an icon for TDBDateEdit before 1.4 finally makes it out the door.

zynicus

  • Newbie
  • Posts: 1
Re: Lazarus Release Candidate 2 of 1.4
« Reply #39 on: March 11, 2015, 05:35:28 pm »
Hello,

I see bug 0026006: TDBLookUpComboBox don't display content when style is set to csDropDownList http://bugs.freepascal.org/view.php?id=26006 still exists in 1.4RC2.

It should be fixed in trunk; will the 1.4 or rc3 release include the fix?

Thanks

snorkel

  • Hero Member
  • *****
  • Posts: 817
Re: Lazarus Release Candidate 2 of 1.4
« Reply #40 on: March 11, 2015, 05:41:18 pm »
i'd just like to add that 1.4 RC2 has a really good feel about it. There are just so many bugs fixed, especially as regards debugging that I am now using it as my preferred development platform replacing 1.2.6. (Linux Mint 17, AMD64).

P.S. Minor cosmetic detail: will someone please remember to add an icon for TDBDateEdit before 1.4 finally makes it out the door.

I agree it's looking to be a stellar release.  Hopefully more Delphi users will see the light and start using it more.   I switched 3 years ago and could not be happier with
Lazarus. It's what Delphi should have been.   I really like how I can do all my development on Linux with my prefered KDE plasma 5 Desktop (which is also great) and simply cross compile when I need a win32 or win64 app.
***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

snorkel

  • Hero Member
  • *****
  • Posts: 817
Re: Lazarus Release Candidate 2 of 1.4
« Reply #41 on: March 13, 2015, 06:54:07 pm »
I might have missed it in the change history, but has the debugger gotten better with threads on Linux?
I just debugged a multi threaded app and it did not lock up the UI like it did before.
***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

zeljko

  • Hero Member
  • *****
  • Posts: 1594
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Lazarus Release Candidate 2 of 1.4
« Reply #42 on: March 13, 2015, 09:26:18 pm »
i'd just like to add that 1.4 RC2 has a really good feel about it. There are just so many bugs fixed, especially as regards debugging that I am now using it as my preferred development platform replacing 1.2.6. (Linux Mint 17, AMD64).

P.S. Minor cosmetic detail: will someone please remember to add an icon for TDBDateEdit before 1.4 finally makes it out the door.

Open issue about it, comments from here are mostly unseen by developers.

flywire

  • Jr. Member
  • **
  • Posts: 85
Can't input goEditing for StringGrid1: TStringGrid Properties Options
« Reply #43 on: March 14, 2015, 08:35:27 am »
Can't input goEditing for StringGrid1: TStringGrid Properties Options. See attachment.

(http://i.imgur.com/3iC6EYQ.png)

Running lazarus-1.4RC2-fpc-2.6.4-win32
« Last Edit: March 14, 2015, 08:51:26 am by flywire »

mattias

  • Administrator
  • Full Member
  • *
  • Posts: 184
    • http://www.lazarus.freepascal.org
Re: Can't input goEditing for StringGrid1: TStringGrid Properties Options
« Reply #44 on: March 14, 2015, 09:32:09 am »
Can't input goEditing for StringGrid1: TStringGrid Properties Options.

Click the triangle left of the property name to see all available options.

 

TinyPortal © 2005-2018