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" &

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); QWidget_setAttribute(QtHandle,QtWA_Sta

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). http:

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

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] 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 accommod

Re: [Lazarus] QT Style

2012-09-16 Thread Den Jean
On Sunday 16 September 2012 17:21:12 Krzysztof wrote: > > I have application which is using QT widgetset on all platforms > (gnome, kde, windows). But Qt is trying simulate native look on all > platforms. Exists any style or switch which makes the program will > look the same on all platforms? In

Re: [Lazarus] FPC and Lazarus on ARM

2011-04-05 Thread Den Jean
switcher) http://users.telenet.be/Jan.Van.hijfte/qtforfpc/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_Obje

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

2011-03-30 Thread Den Jean
e. I do not have 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. r

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/ http://www.blogarm.net/froyo-enfin-disponible

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 http://wiki.freepascal.org/

Re: [Lazarus] Android and QT ?

2011-02-28 Thread Den Jean
ll app 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, De

Re: [Lazarus] Qt4pas under Haiku...

2010-08-04 Thread Den Jean
message("CONFIG:" $$CONFIG) if haiku { message("The define 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

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: === http://lists.freepascal.org/lists/fpc-devel/2010-June/020

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] libQt4Pas.so for ARM

2010-04-15 Thread Den Jean
When testing a debian qemu armel lenny image, I found the armel libqt4pas package to be present and working (Qt on Linux/X11). Thank Matthias Klumpp for that (author of the .deb) apt-get install libqt4pas5 dpkg -L libqt4pas5 /. /usr /usr/lib /usr/lib/libQt4Pas.so.5.2.1 /usr/share /usr/share/doc

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-10 Thread Den Jean
r after reading the provided url, I 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 libra

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 : > > 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

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

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, apt

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-08 Thread Den Jean
e 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 h

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 lis

Re: [Lazarus] QT: installaton error.

2010-02-23 Thread Den Jean
On Tuesday 23 February 2010 15:50:10 Kjow wrote: > Solved. > I added to path: > > C:\Program Files\QT\qt\bin > > (the directory which contains "mingwm10.dll") > Now It seems to work well. Copying dlls around is a recipe for disaster. In the end after upgrading things, the wrong library will get l

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: http://lists.lazarus.freepascal.org/pipermail/qt/2010-Fe

Re: [Lazarus] qt45 lclwebkit2

2009-09-30 Thread Den Jean
u can reproduce it easily, 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 ma

Re: [Lazarus] qt45 lclwebkit2

2009-09-30 Thread Den Jean
a demonstration 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.fre

Re: [Lazarus] IOI: Lazarus and Free Pascal

2009-08-16 Thread Den Jean
On Sunday 16 August 2009 22:32:39 Florian Klaempfl wrote: > > And here's the kicker: the winner - Henadzi Karatkevich (who is only > > 14-years old!!!) from Belarus used Pascal to solve the tasks! > > Not in the news though ;( It was through that news I discovered it, other readers may as well ...

[Lazarus] IOI: Lazarus and Free Pascal

2009-08-16 Thread Den Jean
Hi, International Olympiad in Informatics allows only c++ and free pascal. Provided editors : ... lazarus ... http://www.ioi2009.org/index.jsp;jsessionid=F84941DF0A0EE4138BC2E44BA6DBE5EB?ln=2&id=361 regards, Den Jean -- ___ Lazarus mailing