Re: [Lazarus] QT5 progress?

2015-03-04 Thread den . jean
Hi, sorry, I am indeed very busy. The current state is that the C++ part of the code already compiles and creates several (splitted) libraries. The pascal part (Qt5Network.pas etc) still needs to be started. Regards, Den Jean - Original Message - From: zeljko zel...@holobit.net

Re: [Lazarus] Touchscreen

2013-06-30 Thread Den Jean
On Sunday, June 30, 2013 11:17:57 AM zeljko wrote: I have some apps that uses touchscreen too (qtlcl), and there's nothing I do not get touch events with qt lcl embedded (beaglebone), I know about, QWidget_SetAttribute(QtHandle, QtWA_AcceptTouchEvents);

Re: [Lazarus] Beagle Bone

2013-06-17 Thread Den Jean
On Monday, June 17, 2013 11:16:19 AM Michael Schnell wrote: Did anybody yet use Lazarus to do a project to be run on a BeagleBone ( http://beagleboard.org/Products/BeagleBone%20Black ) ? Here is a demo of a LCL/Qt program running on the BeagleBone ( = predecessor of BeagleBone Black).

Re: [Lazarus] TOpenGLControl: multisampling not working (Linux/GLX)

2013-02-26 Thread Den Jean
On Tuesday, February 26, 2013 08:07:16 PM zeljko wrote: Only bindings are missing. it is a lot of work :-) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TOpenGLControl: multisampling not working (Linux/GLX)

2013-02-26 Thread Den Jean
On Tuesday, February 26, 2013 09:29:04 PM Den Jean wrote: it is a lot of work This is very alpha and after lots of hacks to get this far. FPC Qt4 OpenGL: http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.6RC2/splitbuild-qt4pas-V2.6RC2_Qt4.8.4.tar.gz $ grep qgl -i qt4.pas | wc -l 545

Re: [Lazarus] For Qt LCL users

2012-11-06 Thread den . jean
What is happening on Qt5 for Lazarus? Even though Qt5 brings serious changes, qwidget based code will still be support. So Lazarus LCL/Qt may see little impact. http://blog.qt.digia.com/blog/2012/04/18/qt-5-c-and-qt-widgets/ For the binding a lot of work is probably needed to

Re: [Lazarus] FPC and Lazarus on ARM

2011-04-05 Thread Den Jean
/N900/LazN900_AltTab.png http://users.telenet.be/Jan.Van.hijfte/qtforfpc/N900/LazN900_Editor.png http://users.telenet.be/Jan.Van.hijfte/qtforfpc/N900/LazN900_Main.png http://users.telenet.be/Jan.Van.hijfte/qtforfpc/N900/LazN900_ObjectInspector.png regards, Den Jean

Re: [Lazarus] Qt is avaliable on Android, so LCL Qt-Arm is working also?

2011-03-30 Thread Den Jean
an android device, but if you need changes to the binding feel free to ask. Perhaps some Qt classes or methods are not available on the Qt Android port, I can e.g. make them conditionally available in the same way I differentiate between Linux/Windows/MacOsX/Maemo currently. regards, Den Jean

Re: [Lazarus] FPC and Lazarus on ARM

2011-03-26 Thread Den Jean
On Saturday 26 March 2011 15:05:49 Marco van de Voort wrote: It would be interesting to see how the efika fares. (also 25min I'd expect, Google translate if your French is rusty. http://www.blogarm.net/test-du-genesi-efikamx-smartbook-par-pipou24/

Re: [Lazarus] FPC and Lazarus on ARM

2011-03-24 Thread Den Jean
On Thursday 24 March 2011 12:58:40 Kjow wrote: Maemo/MeeGo are arm-linux distro, maemo is based on debian meego on fedora. So I think that the wiki could be used to installa fpc/lazarus on any arm-linux platform. :) This one also contains arm platform instructions

Re: [Lazarus] Android and QT ?

2011-02-28 Thread Den Jean
in Qt c++ (just a window and a button hooked to quit). I do not know the state of android-lighthouse Then you can see how much of the fpc binding compiles. Compiling the binding has very similar requirements as to compiling a Qt c++ library (which is what it is) regards, Den Jean

Re: [Lazarus] Qt4pas under Haiku...

2010-08-04 Thread Den Jean
haiku is defined) } else { message(The define haiku is NOT defined) } and provide me the output on this mailing list http://lists.lazarus.freepascal.org/pipermail/qt/ kind regards, Den Jean -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] GPS Navigation Software develpment

2010-07-06 Thread Den Jean
On Tuesday 06 July 2010 15:40:07 John vd Waeter wrote: Interesting! Do you see possibilities to use Lazarus creating apps for e.g. the Maemo-phones? technically that is very well possible, but maybe the N900 3.5 inch screen is too small (same as older TomToms) --

Re: [Lazarus] GPS Navigation Software develpment

2010-07-06 Thread Den Jean
On Tuesday 06 July 2010 21:29:35 John vd Waeter wrote: Anyone got as far as a graphical Hello World on the N900 using Lazarus? Lazarus Gtk : http://wiki.lazarus.freepascal.org/Setup_Cross_Compile_For_ARM Lazarus Qt: ===

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-10 Thread Den Jean
hope it is less cryptic now. So if you are in a situation that you miss a .so and only have a .so.6, you should not start renaming things, but just add file links or install the devel package for that library. kind regards, Den Jean -- ___ Lazarus

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-09 Thread Den Jean
On Thursday 08 April 2010 21:59:13 Kjow wrote: libQT4.Pas.so is accepted by linker, but now... do you know where can I found the other libraries requested by ld? (like libQtWebKit.so etc) I can't find these in my device, and on the web I found only the sources... learn about apt-get,

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-09 Thread Den Jean
On Friday 09 April 2010 18:48:31 Kjow wrote: learn about apt-get, apt-cache search and google :-) http://talk.maemo.org/showthread.php?t=46785 at first glance it probably is: apt-get update apt-get install libqt4-maemo5-* Thank you! This thread is very useful, I installed the

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-09 Thread Den Jean
On Friday 09 April 2010 21:46:39 Kjow wrote: 2010/4/9 Den Jean den.j...@telenet.be: on your device you need the libs (libqt4-maemo5*) on the cross development platform you also need the devel libs (links named .so to actual libs) read this ?! apt-get install libqt4-dev or something like

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-08 Thread Den Jean
a fpc qt4 app or lazarus/qt, define MAEMO5. Not tested because no H/W available and also Maemo scratchbox arm graphics do not work yet. regards, Den Jean -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-07 Thread Den Jean
On Wednesday 07 April 2010 11:13:16 Kjow wrote: I tried to make it myself, but I don't understand what to do... An arm binary is too dependent of the arm target platform characteristics. What is the target arm platform ? -- ___ Lazarus mailing

Re: [Lazarus] QT: installaton error.

2010-02-22 Thread Den Jean
On Monday 22 February 2010 23:38:50 Kjow wrote: qtwinapi.inc(1181,7) Error: Can't determine which overloaded function to call see patch here: http://lists.lazarus.freepascal.org/pipermail/qt/2010-February/001475.html and explanation here:

Re: [Lazarus] qt45 lclwebkit2

2009-09-30 Thread Den Jean
of cookie saving,tabbed browsing, proxy usage,server authentication,flash,printing, ... http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html kind regards, Den Jean -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] qt45 lclwebkit2

2009-09-30 Thread Den Jean
, you could enable the debugging printfs I left in qobject_hook.h and verify it is related to this bug fix. http://lists.lazarus.freepascal.org/pipermail/qt/2009-September/001272.html regards, Den Jean -- ___ Lazarus mailing list Lazarus