Re: [Lazarus] IDE and Unix Symlinks

2014-05-30 Thread Daniel Gaspary
On Fri, May 30, 2014 at 1:34 PM, Mattias Gaertner wrote: > Hi all, > > Under Unix the IDE now resolves symlinks before opening a project (lpi > file) or package (lpk file). > > Reason: > The project/package directory is used as the working > directory of the compiler and that always uses the physi

Re: [Lazarus] Error Compiling Lazarus: tageometry

2014-05-22 Thread Daniel Gaspary
On Thu, May 22, 2014 at 4:24 AM, Sergei Gorelkin wrote: > Should be fixed in r27810. Fixed. Thank You, Sergei. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Error Compiling Lazarus: tageometry

2014-05-21 Thread Daniel Gaspary
Hi, I am trying to compile lazarus trunk with fpc 2.7.1(Rev 27809), but the error bellow is being raised: tageometry.pas(374,85) Error: Asm: [sqrtsd mem128,xmmreg] invalid combination of opcode and operands My OS is Linux(Kubuntu 14.04), 64 bits. I'm using LCL_PLATFORM=qt The IDE is co

Re: [Lazarus] How to access C and C++ libraries?

2014-03-07 Thread Daniel Gaspary
On Fri, Mar 7, 2014 at 6:38 AM, Sven Barth wrote: > Am 07.03.2014 10:13, schrieb Danny Weldon: >>> You can't access a C++ API. >> >> Not yet. But it is planned for the future: >> >>http://freepascal.org/future.var >>"Linking with C++ code" > > And with quite some restrictions it already w

Re: [Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Daniel Gaspary
On Tue, Sep 10, 2013 at 6:00 PM, Mattias Gaertner wrote: > >> Daniel Gaspary hat am 10. September 2013 um 22:32 >> geschrieben: >> >> >> On Tue, Sep 10, 2013 at 5:17 PM, Mattias Gaertner >> wrote: >> > When you now right click on unit in a uses se

Re: [Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Daniel Gaspary
On Tue, Sep 10, 2013 at 5:17 PM, Mattias Gaertner wrote: > When you now right click on unit in a uses section to get the popup > menu, click on "Find / Find references of used unit" to find all > references in the current unit to the used unit. Is already possible to do the same to variables and

Re: [Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Daniel Gaspary
On Tue, Sep 10, 2013 at 6:09 PM, Martin wrote: > Do you mean "Find identifier references"? > > e.g select a variable, and find all places where it is used? (same for > types) I believe this the one: http://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools#Find_Identifier_References Thank you, Marti

Re: [Lazarus] Testing Delphi converter

2013-08-24 Thread Daniel Gaspary
On Sat, Aug 24, 2013 at 6:33 PM, Juha Manninen wrote: > On Sat, Aug 24, 2013 at 10:31 PM, Daniel Gaspary wrote: >> And this [1] issue, was it reapplied/corrected? > > Not yet, sorry. CheckLFM is nasty. No Problem, just checking if the issue was not

Re: [Lazarus] Testing Delphi converter

2013-08-24 Thread Daniel Gaspary
And this [1] issue, was it reapplied/corrected? Sorry, I can't test at the moment. [1] http://bugs.freepascal.org/view.php?id=24473 On Sat, Aug 24, 2013 at 8:34 AM, Juha Manninen wrote: > I wrote in http://wiki.lazarus.freepascal.org/Lazarus_1.2.0_release_notes: > Delphi converter is more ro

Re: [Lazarus] TPageControl.TabVisible not working properly

2013-05-25 Thread Daniel Gaspary
On Sat, May 25, 2013 at 8:44 PM, luiz americo pereira camara > Try 41408 I don't need anymore. But thank you. By the way, where can I find updates snapshots ? Here [1] the windows files are from last February. [1] http://freepascal.dfmk.hu/test/lazarus/ -- _

[Lazarus] TPageControl.TabVisible not working properly

2013-05-25 Thread Daniel Gaspary
The bug #0021723 is still happening even after the related issue(#23251) appears to be patched. To test: -Create a project with a TPageControl -Create two Pages -Put a TLabel on each page -On formcreate set TabSheet1.TabVisible to false; When the program is running the tab shown is the second

Re: [Lazarus] Converting multiple files from Delphi to Lazarus.

2013-05-25 Thread Daniel Gaspary
On Sat, May 25, 2013 at 1:53 PM, Schindler Karl-Michael > There is the XDev Toolkit at http://wiki.freepascal.org/XDev_Toolkit which includes the commandline tool DfmToLfm. Maybe that helps you. I did solve my problem selecting multiple entries at the open file dialog. But thank you, Michael.

Re: [Lazarus] Converting multiple files from Delphi to Lazarus.

2013-05-24 Thread Daniel Gaspary
On Fri, May 24, 2013 at 5:27 PM, Juha Manninen wrote: > There is only the conversion from binary .dfm to text .lfm for pure form > files. > Is that what you need? Yes. > You can already now select many files in the open dialog. Did you try it? No. This solved my problem, thanks. > Otherwise y

[Lazarus] Converting multiple files from Delphi to Lazarus.

2013-05-24 Thread Daniel Gaspary
I need to convert a lot of .DFM files to .lfm . Just the form files, not the entire project. Is there a way to automate the process ? Calling the lazarus conversion menu item via script could be a good option. Is it possible today? Thank you. --

Re: [Lazarus] XML Property Editor

2013-02-20 Thread Daniel Gaspary
On Wed, Feb 20, 2013 at 12:00 PM, Leonardo M. Ramé wrote: > I'm writing a component with a property containing an XML string and need > a property editor for it. Before writing one I would like to know if > there's one already done. Since XML is a string, what type of editing are you expecting?

Re: [Lazarus] TApplicationProperties Event - Click Message ?

2013-01-28 Thread Daniel Gaspary
On Mon, Jan 28, 2013 at 11:11 AM, Mattias Gaertner wrote: > The definition of a multi click is in the Widgetset. So for the LCL a > LM_LBUTTONTRIPLECLK is an external (=not originating in the LCL) > message of category user input. Ok, thank you Mattias. -- ___

Re: [Lazarus] TApplicationProperties Event - Click Message ?

2013-01-28 Thread Daniel Gaspary
On Mon, Jan 28, 2013 at 10:56 AM, Mattias Gaertner wrote: > On Mon, 28 Jan 2013 10:42:45 -0200 > Daniel Gaspary wrote: > >> Hi, >> >>Testing the OnUserInput Event I have found that a "Click" or >> "Button Pressed" message is not being se

[Lazarus] TApplicationProperties Event - Click Message ?

2013-01-28 Thread Daniel Gaspary
Hi, Testing the OnUserInput Event I have found that a "Click" or "Button Pressed" message is not being sent to this event. The Mouse Down, Up, Double Click and even the Quad Click messages are received. Should I report this on Bug Tracker ?? To perform the tests: procedure TForm1.Appl

Re: [Lazarus] IDE

2013-01-21 Thread Daniel Gaspary
On Mon, Jan 21, 2013 at 4:10 PM, Mark Morgan Lloyd wrote: > I see nothing like that with 0.9.30- or with newer versions- on Debian+KDE4 > on x86. Can't speak for x86-64, which in my case I have not got. > I'm using Kubuntu 12.10 (x86-64), no problems until now. I have installed lazarus 1.0.4 sf

Re: [Lazarus] Easy and save way to rename a Unit

2012-11-23 Thread Daniel Gaspary
On Fri, Nov 23, 2012 at 4:25 PM, William Oliveira Ferreira wrote: > But it updates all references ? I believe most of them are updated. I don't say "all" because I think I had found some were left behind last time I checked. Maybe when you use outside of Uses Clauses. Example: WriteLn(MyUnit.Fu

Re: [Lazarus] Easy and save way to rename a Unit

2012-11-23 Thread Daniel Gaspary
On Fri, Nov 23, 2012 at 3:54 PM, William Oliveira Ferreira wrote: > hi, Is there an easy and save way to rename an unit inside lazarus? "Save As" at "File" menu item works for me. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://

Re: [Lazarus] mod to make Anchor Docking Grab Handles have a more subtle look

2012-09-16 Thread Daniel Gaspary
On Sun, Sep 16, 2012 at 6:19 PM, Graeme Geldenhuys > I guess you need to update your Lazarus then. Otherwise, it might be > a specific LCL widgetset issue? It is probably due to my lack of updates. Good to know it's working, thank you Graeme. Daniel --

Re: [Lazarus] mod to make Anchor Docking Grab Handles have a more subtle look

2012-09-16 Thread Daniel Gaspary
On Sun, Sep 16, 2012 at 3:11 PM, Graeme Geldenhuys wrote: > As I mentioned in the Mantis report. If this is not the look that the > Lazarus team is going for, then please disregard my patch. Looks nice to me, good work. Can the user set the width/height of the splitters between docked areas ? T

Re: [Lazarus] Newbie linking question...

2012-08-13 Thread Daniel Gaspary
On Mon, Aug 13, 2012 at 12:48 PM, Chavoux Luyt wrote: > /usr/bin/ld: cannot find -lXxf86vm > lazarus.pp(133,1) Error: Error while linking > lazarus.pp(133,1) Fatal: There were 1 errors compiling module, stopping I believe you are using ubuntu, and this is happening because a missing library. Try

Re: [Lazarus] Playing audio files - which package do you prefer?

2012-07-29 Thread Daniel Gaspary
On Sun, Jul 29, 2012 at 5:44 PM, Graeme Geldenhuys wrote: > SDL developed and used extensively by Loki Software. It was proof that > it works very well, and is a very capable DirectX alternative with the > bonus that it is cross platform and open source. Here are just some of > the Games ported to

[Lazarus] Editor Toolbar as default package

2012-04-26 Thread Daniel Gaspary
Hi, How about promote the Editor Toolbar package to the group of installed by default? The jump back/forward buttons at the toolbar are reasons enough to me. Thanks. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.l

[Lazarus] Test - Please Ignore

2012-04-26 Thread Daniel Gaspary
Please Ignore. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus