[Development] unable to clone the qt/qtbase repository

2014-11-06 Thread haithem rahmani
Hi, I'm getting the following error: sh-3.2$ git clone https://rahma...@codereview.qt-project.org/qt/qtbase Cloning into 'qtbase'... remote: Counting objects: 303142, done remote: Finding sources: 100% (303142/303142) fatal: The remote end hung up unexpectedly59.95 MiB | 476 KiB/s fatal: early EO

[Development] QtWebEngine is building all needed libs from sources.

2014-09-16 Thread haithem rahmani
Hi, In the Qt-5.4.0-alpha release I noticed that QtWebEngine, is building all reuqired libs tools from sources even if those tools and libs are provided by the host. Won't this cause any issue with Qt being built with 'system' libs for example, freetype, sqlite, png, jpeg? Is there anyway to f

Re: [Development] Qt 5.4 Alpha released

2014-09-10 Thread haithem rahmani
Hi, Qt 5.4 Alpha release is finally out, see > http://blog.qt.digia.com/blog/2014/09/08/qt-5-4-alpha-available/ > > Alpha is source code delivery only. The plan forward is now to create a > beta (including binary packages) during the next few weeks, see Qt 5.4 > schedule from http://qt-project.or

Re: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-14 Thread haithem rahmani
Hi, On Sun, Jul 13, 2014 at 7:41 PM, Lind Jorgen wrote: > Hi > On 10 Jul 2014, at 11:48, haithem rahmani > wrote: > > Hi, > > When running Qt-5 on top of the directfb qpa plugin, some benchmarks > are quite slow. > (http://smashcat.org/av/canvas_test) > >

Re: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-12 Thread haithem rahmani
0100 > From: haithem rahmani > Subject: [Development] About inheriting QBlitterPaintEngine from > QGL2PaintEngineEx class > To: development@qt-project.org > Message-ID: > zwt_j-kqhln...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8"

[Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-10 Thread haithem rahmani
Hi, When running Qt-5 on top of the directfb qpa plugin, some benchmarks are quite slow. (http://smashcat.org/av/canvas_test) I've found that the 2D painting ops are going through the QBlitterPaintEngine class that is inheriting the QRasterPaintEngine class, which is doing all the painting via

[Development] QMainWindow doesn't have a titlebar when using DirectFB plugin on top of framebuffer.

2014-06-25 Thread haithem rahmani
Hello, I'm running Qt-5.1.1 using DirectFB plugin that runs on top of famebuffer. Unlike Qt4 all examples are running without titlebar thus the main window can't neither be moved, nor resized nor closed. is this related to something missing in the DirectFB plugin or to the QPA architecture? reg

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread haithem rahmani
> > > Message: 1 > Date: Tue, 11 Mar 2014 11:06:21 +0100 > From: Tomasz Siekierda > Subject: Re: [Development] Harmonizing the Qt 5.x Documentation > To: Pasion Jerome > Cc: "development@qt-project.org" , > "inter...@qt-project.org" , > "w...@qt-project.org" > Message-ID: >

[Development] where to fill bugs about snowshoe and qtwebkitengine?

2014-01-21 Thread haithem rahmani
hi all, I have found some bugs related to snowshoe browser, actually qtwebkit2, and qtwebkitengine. So i want to know where to fill them as bugs.webkit.org seems to be no more suitable. regards haithem ___ Development mailing list Development@qt-proje

[Development] how to enable the texmap in the qt5/qtwebkit?

2013-09-04 Thread haithem rahmani
Hi, I can't find the right way to enable texture mapper in the qtwebkit can someone tell me how/where to add the "texmap" to the CONFIG? I'm compiling the qt-5.1.0 thanks Haithem -- * Never say that's "impossible", the word itself says "I'm Possible" *

Re: [Development] Qt 4.8.5 Release Candidate 2 available & new sha1

2013-06-14 Thread haithem rahmani
Hi, Message: 1 > Date: Sat, 8 Jun 2013 16:28:45 + > From: Salovaara Akseli > Subject: [Development] Qt 4.8.5 Release Candidate 2 available & new > sha1 > To: "development@qt-project.org" > Message-ID: > <8ee30b3f13f8c042bffad90938b94a6f4d8fb...@it-exmb02-hki.it.local> > Cont

Re: [Development] what does "syncqt" do?

2013-02-27 Thread haithem rahmani
On Wed, Feb 27, 2013 at 4:19 PM, Laszlo Papp wrote: > On Wed, Feb 27, 2013 at 11:14 AM, haithem rahmani < > haithem.rahm...@gmail.com> wrote: > >> Thanks Thiago, then maybe the install of the syncqt has to be removed >> from the qtbase.pro. >> >> #

Re: [Development] what does "syncqt" do?

2013-02-27 Thread haithem rahmani
> > Hi all, > > > > I noticed that the "syncqt" script is installed in the bin directory > > containing the "qmake" "moc" ...,while it says in one of its comment > > > > # > > # Synchronizes Qt header files - internal development tool. > > # > > > > can someone explain to me what does the "syncqt"

[Development] what does "syncqt" do?

2013-02-26 Thread haithem rahmani
Hi all, I noticed that the "syncqt" script is installed in the bin directory containing the "qmake" "moc" ...,while it says in one of its comment # # Synchronizes Qt header files - internal development tool. # can someone explain to me what does the "syncqt" script do? is it mandatory to compi

Re: [Development] Qt 5.0 RC 2 released

2012-12-17 Thread haithem rahmani
Hi, > > Message: 5 > Date: Thu, 13 Dec 2012 14:09:10 + > From: Tanilkan Sinan > Subject: [Development] Qt 5.0 RC 2 released > To: "annou...@qt-project.org" , > "development@qt-project.org" > Message-ID: > <48344dd734b9fe4ba0277b5c01846e0a1548e...@it-exmb02-hki.it.local> > Con

Re: [Development] Development Digest, Vol 15, Issue 3

2012-12-02 Thread haithem rahmani
Hi, I did : $> git submodule foreach "git checkout -b stable remotes/origin/stable" and got the error: fatal: git checkout: updating paths is incompatible with switching branches. Did you intend to checkout 'remotes/origin/stable' which can not be resolved as commit? Stopping at 'qtqa'; script r

[Development] How to run multiple qtbase unitary tests subsets

2012-11-21 Thread haithem rahmani
Hi all, I'm trying to run the qt5-0.0.0 on using DirectFB qpa plugin. I've found failures in some qtbase unitary tests for instance: * Start testing of tst_QGraphicsEffectSource * Config: Using QTest library 5.0.0, Qt 5.0.0 (!!!) *** UNIMPLEMENTED [fusion_get_fusionee_pid] *** [

Re: [Development] : [Qt 4.8 with directfb]Web image rendering problem

2012-08-06 Thread haithem rahmani
> Message: 2 > Date: Mon, 6 Aug 2012 14:57:38 +0800 > From: Fred Fung > Subject: Re: [Development] [Qt 4.8 with directfb]Web image rendering > problem > To: development@qt-project.org > Message-ID: > < > calv-t3351o6fp6mzbqvp44qhxwr6lqqowvh+j2c5t5aqpnu...@mail.gmail.com> > Content-

Re: [Development] How to configure qt-4.8 with v8?

2012-07-18 Thread haithem rahmani
Hi Olivier, thanks for the quick answer. I want to build the QtWebKit with V8? is it possible, working? regards Haithem. On Wed, Jul 18, 2012 at 11:21 AM, Olivier Goffart wrote: > On Wednesday 18 July 2012 09:34:51 haithem rahmani wrote: > > Hello, > > > > I'm

[Development] How to configure qt-4.8 with v8?

2012-07-18 Thread haithem rahmani
Hello, I'm trying to configure the qt-4.8.0 to be linked against the V_, but I didn't find any configure option to do that. can someone help me on that? regards Haithem. -- * Never say that's "impossible", the word itself says "I'm Possible" * ___ D

Re: [Development] unable to cross-compile the QT5 alpha.

2012-04-05 Thread haithem rahmani
Hi, On Wed, Apr 4, 2012 at 7:59 PM, Girish Ramakrishnan wrote: > Hi haithem, > > 2012/4/4 haithem rahmani : > > Hi, > > I'm trying to cross-compile the QT5 alpha, for ST SoCs > > I configured it as follows: > > > > $> ./configure -opensource -

[Development] unable to cross-compile the QT5 alpha.

2012-04-04 Thread haithem rahmani
Hi, I'm trying to cross-compile the QT5 alpha, for ST SoCs I configured it as follows: $> ./configure -opensource -confirm-license -no-eglfs -no-xcb -xplatform linux-sh4-g++ -prefix /home/rahmanih/qt-5.0.0 -no-opengl -no-xrender -no-xkb -no-xinerama -no-xshape -no-xvideo -no-xsync -no-xinput -no

Re: [Development] [Releasing] Qt 4.8.1 release during week 11/2012

2012-03-21 Thread haithem rahmani
sorry I forgot to edit the subject... > >On 20.3.2012 11.11, "marius.storm-ol...@nokia.com" > > > wrote: > > > > > >>Please don't create the tags yet though. I've heard that there are a > > >>couple of things that needs to be fixed first, though I have not > received > > >>an email on the issues

Re: [Development] Development Digest, Vol 6, Issue 66

2012-03-21 Thread haithem rahmani
Hi, >On 20.3.2012 11.11, "marius.storm-ol...@nokia.com" > > wrote: > > > >>Please don't create the tags yet though. I've heard that there are a > >>couple of things that needs to be fixed first, though I have not received > >>an email on the issues yet. > > > > > >If there is something critical, w

Re: [Development] does "qt5/directfbegl" gfxdriver work with the qt4.8.0?

2012-03-06 Thread haithem rahmani
Hi again, Sorry if I'm bothering you guys. > I did as you suggested Samuel, and I've found that it doesn't support > cross-compilation. > > I see something like this in the log: > > floatmath auto-detection... () > g++ -c -pipe -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -o floatmath.o > float

Re: [Development] does "qt5/directfbegl" gfxdriver work with the qt4.8.0?

2012-03-06 Thread haithem rahmani
Hi, > Thanks Holger for your quick answer. > > > > the basic question is. Does ST provide a way to glue the mali EGL > > lib and > > directfb together? Is there an init function to be called? > > > > > > Yes, the mali EGL lib is implemented on top of DirectFB. > > > > So since your the

Re: [Development] does "qt5/directfbegl" gfxdriver work with the qt4.8.0?

2012-03-05 Thread haithem rahmani
Hi, Thanks Holger for your quick answer. the basic question is. Does ST provide a way to glue the mali EGL lib and > directfb together? Is there an init function to be called? > Yes, the mali EGL lib is implemented on top of DirectFB. So since your the answer was not "No it won't work", then thi

[Development] does "qt5/directfbegl" gfxdriver work with the qt4.8.0?

2012-03-05 Thread haithem rahmani
Hi all, Hope this is the right mailing list. So here is my issue: I'm working on STMicroelectronics SoC that contains a mali400 GPU, the SoC contains also a HW blitter to do simple 2D ops. ST within its STLinux, provides the qt4.8.0 but only with the directfb based gfxdriver. I've read in the