[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

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

2014-09-17 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

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

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 jorgen.l...@digia.com wrote: Hi On 10 Jul 2014, at 11:48, haithem rahmani haithem.rahm...@gmail.com 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
: haithem rahmani haithem.rahm...@gmail.com Subject: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class To: development@qt-project.org Message-ID: CALGDi5drxMYWK59_HgePEcqUP9j50AjyRAg= zwt_j-kqhln...@mail.gmail.com Content-Type: text/plain; charset

[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?

[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] 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 akseli.salova...@digia.com Subject: [Development] Qt 4.8.5 Release Candidate 2 available new sha1 To: development@qt-project.org development@qt-project.org Message-ID:

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 script do? is it

Re: [Development] what does syncqt do?

2013-02-27 Thread haithem rahmani
On Wed, Feb 27, 2013 at 4:19 PM, Laszlo Papp lp...@kde.org 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. #syncqt syncqt.path = $$[QT_HOST_BINS

[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 compile link

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 sinan.tanil...@digia.com Subject: [Development] Qt 5.0 RC 2 released To: annou...@qt-project.org annou...@qt-project.org, development@qt-project.org development@qt-project.org Message-ID:

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

[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 duoduo1...@gmail.com 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

[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 * ___

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 oliv...@woboq.com wrote: On Wednesday 18 July 2012 09:34:51 haithem rahmani wrote: Hello, I'm trying to configure

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

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

[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