Re: [Lazarus] Rebuilding IDE Gtk/Qt

2018-01-02 Thread Vojtěch Čihák via Lazarus
Thanks to zeljko for confirming.   I was able to reproduce right now:   I have my Lazarus 1.9.0 r56925M FPC 3.0.4 x86_64-linux-qt. I started new project. I saved it. I open Project Options -> Addition and Overrides and added LCLWidgetType "gtk2". I run the project once just to see it is really GT

Re: [Lazarus] Rebuilding IDE Gtk/Qt

2018-01-02 Thread zeljko via Lazarus
On 02.01.2018 16:01, Vojtěch Čihák via Lazarus wrote: Hi, I sometimes experienced that IDE does not follow the value in combobox in Tools -> Configure "Build Lazarus". Setting Qt is ignored and IDE rebuilds to GTk. But when I change the value in Project Options -> Additions and Overrides -> LC

[Lazarus] Rebuilding IDE Gtk/Qt

2018-01-02 Thread Vojtěch Čihák via Lazarus
Hi,   I sometimes experienced that IDE does not follow the value in combobox in Tools -> Configure "Build Lazarus". Setting Qt is ignored and IDE rebuilds to GTk. But when I change the value in Project Options -> Additions and Overrides -> LCL Widget Type and then I rebuild IDE, it rebuilds to c

[Lazarus] Run parameters and Launching application bug?

2018-01-02 Thread Giuliano Colla via Lazarus
I seldom use launching applications from a terminal window, so I happened to notice only recently what appears to me to be a regression from older Lazarus versions. In the Run Parameters window, selecting "Use launching application" currently disables "Command line parameters" (Lazarus 1.6, 1.

Re: [Lazarus] fix for issue 32894

2018-01-02 Thread Mattias Gaertner via Lazarus
On Sun, 31 Dec 2017 17:38:21 +0300 AlexeyT via Lazarus wrote: > +    // Duplicate logic in CreateFontIndirect > +    if not Win32WidgetSet.MetricsFailed and SameText(Font.Name, > DefFontData.Name) then > > Issue 32894 > please, change "and SameText(..)" to > > and IsFontNameDefault(Font.Name)

Re: [Lazarus] LCL uses fcl-image

2018-01-02 Thread Mattias Gaertner via Lazarus
On Sun, 31 Dec 2017 16:33:30 +0300 AlexeyT via Lazarus wrote: > >simple LCL applications are so large: graphics drags in fcl-image, > which includes full support for JPEG, > > you are right, graphics.pp-- > > uses >   // RTL + FCL >   SysUtils, Math, Types, Classes, Contnrs, Laz_AVL_Tree,