Re: [Lazarus] Qt5 bindings misses QTextEdit_setPlaceholderText

2019-10-26 Thread zeljko via lazarus
On 10/26/19 10:22 AM, AlexeyT via lazarus wrote: This looks like missed export in qt5.pas https://raw.githubusercontent.com/graemeg/lazarus/upstream/lcl/interfaces/qt5/cbindings/qt5.pas file has the procedure QLineEdit_setPlaceholderText(handle: QLineEditH; AnonParam1: PWideString); cdecl;

Re: [Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-26 Thread Mattias Gaertner via lazarus
On Fri, 25 Oct 2019 10:23:29 -0500 Dan Star via lazarus wrote: >[...] > Same error now: > > Build IDE: Exit code 2, Errors: 3 > Error: ld: framework not found Cocoa > make[2]: *** [lazarus] Error 1 > make[1]: *** [idepkg] Error 2 > Error: make: *** [idepkg] Error 2 > Linking ../lazarus > An

Re: [Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-26 Thread Mattias Gaertner via lazarus
On Fri, 25 Oct 2019 10:12:21 -0500 Dan Star via lazarus wrote: > On 10/25/19 10:06 AM, Martin Frb via lazarus wrote: > > On 25/10/2019 16:54, Dan Star via lazarus wrote: > >> > >> If I remove those 2 packages and try to build vanilla Laz MacOS 64 > >> I get the same errors so looks like a

[Lazarus] Qt5 bindings misses QTextEdit_setPlaceholderText

2019-10-26 Thread AlexeyT via lazarus
This looks like missed export in qt5.pas https://raw.githubusercontent.com/graemeg/lazarus/upstream/lcl/interfaces/qt5/cbindings/qt5.pas file has the procedure QLineEdit_setPlaceholderText(handle: QLineEditH; AnonParam1: PWideString); cdecl; external Qt5PasLib name

Re: [Lazarus] Qt5 build of program, modal dialogs go to background

2019-10-26 Thread AlexeyT via lazarus
I did install the libqt5pas (on Ubuntu x64), i just cannot detect qt5 version from terminal. The problem is with LCL application CudaText: a) its dialog Plugins / Options Editor cannot be dragged by mouse, it always jumps to back of main Cudatext window b) new problem found in application

Re: [Lazarus] Qt5 build of program, modal dialogs go to background

2019-10-26 Thread zeljko via lazarus
On 10/26/19 6:25 AM, AlexeyT via lazarus wrote: I made Qt5 build of CudaText, pls test and see is my bug present? I test on Ubuntu w/o Qt5: user@PC:~$ qmake --version qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory user@PC:~$ qmake-qt5 --version