Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-30 Thread Richard Gerd Kuesters
Yeah, well, I couldn't compile webkit 2.3.3 under Windows -- and do not have much time to spend on it right now - tight schedules - but, by using a VERY tiny (the minimum possible) dat file for libicu and disabling a lot of features I don't need, my app went from 105Mb to ~65Mb -- with WebGL

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-29 Thread Konstantin Tokarev
28.10.2013, 22:49, Richard Gerd Kuesters rich...@humantech.com.br: Well ... Is it just with me or gitorious is completely unable to work with? Works fine here. You can try ssh or https url - it might be you are behind a firewall that blocks git protocol. -- Regards, Konstantin

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-29 Thread Richard Gerd Kuesters
Ok, QtWebkit 2.3.3 downloaded! :) But, I feel that it'll not work as a simple dropin on top of Qt 5.x, specially if I try to compile it on Windows. I noticed a huge difference in the Makefiles (and .pro?) files from the QtWebkit shipped with Qt 5.x and this one, specially in WTF. Any

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-29 Thread Konstantin Tokarev
29.10.2013, 17:42, Richard Gerd Kuesters rich...@humantech.com.br: Ok, QtWebkit 2.3.3 downloaded! :) But, I feel that it'll not work as a simple dropin on top of Qt 5.x, specially if I try to compile it on Windows. I noticed a huge difference in the Makefiles (and .pro?) files from the

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-29 Thread Konstantin Tokarev
29.10.2013, 19:13, Konstantin Tokarev annu...@yandex.ru: I'm afraid QtWebKit 2.3.3 was not tested on Windows at all (though I may be wrong). Looks like QupZilla uses QtWebKit 2.3 on Windows [1], so my guess was wrong :) [1] https://github.com/QupZilla/qupzilla -- Regards, Konstantin

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-29 Thread Richard Gerd Kuesters
Oh, thanks again! I'm looking at Qupzilla, It may give at least a hint on compiling. I was making an effort to make WebGL works under Windows and, to my surprise, it was working long ago - my problem was with angle o_O Now, QtWebkit 2.3.3 here I go! My best regards, Richard. On

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-28 Thread Richard Gerd Kuesters
Thanks again. I'll look into somethings we don't really use (and don't pretend to do so) and rip them off as my app keeps on running, lol. Richard. On 10/27/2013 10:03 AM, Konstantin Tokarev wrote: 27.10.2013, 02:17, Richard Gerd Kuesters rich...@humantech.com.br: Thanks again Konstantin! I

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-28 Thread Richard Gerd Kuesters
Well, it might appear as a very dumb question, but ... where do I find this version of QtWebkit that doesnt depends on lib ICU? I was digging around with version 2.3 (including ones already included in Qt 5.2 b1) and they still needs ICU. Thanks again. Kind regards, RIchard. On 10/28/2013

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-28 Thread Konstantin Tokarev
28.10.2013, 15:36, Richard Gerd Kuesters rich...@humantech.com.br: Well, it might appear as a very dumb question, but ... where do I find this version of QtWebkit that doesnt depends on lib ICU? I was digging around with version 2.3 (including ones already included in Qt 5.2 b1) and they

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-28 Thread Richard Gerd Kuesters
Yes, I just did that :) My only doubt was that I saw some ICU unicode header files in the .pro files. So, I can just drop this on top of the Qt version I use and bye bye ICU? (that would be awesome) Thanks Konstantin! Richard :) On 10/28/2013 09:40 AM, Konstantin Tokarev wrote:

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-28 Thread Konstantin Tokarev
28.10.2013, 15:50, Richard Gerd Kuesters rich...@humantech.com.br: Yes, I just did that :) My only doubt was that I saw some ICU unicode header files in the .pro files. So, I can just drop this on top of the Qt version I use and bye bye ICU? You don't need to change .pro file to drop ICU (I

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-28 Thread Richard Gerd Kuesters
Yeah, I know, I just made the [wrong] presumption that it still required ICU from the .pro file. I'll made a try later on :) Thanks a lot :) Richard. On 10/28/2013 09:53 AM, Konstantin Tokarev wrote: 28.10.2013, 15:50, Richard Gerd Kuesters rich...@humantech.com.br: Yes, I just did that :)

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-28 Thread Richard Gerd Kuesters
Well ... Is it just with me or gitorious is completely unable to work with? On 10/28/2013 09:40 AM, Konstantin Tokarev wrote: 28.10.2013, 15:36, Richard Gerd Kuesters rich...@humantech.com.br: Well, it might appear as a very dumb question, but ... where do I find this version of QtWebkit

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-27 Thread Konstantin Tokarev
27.10.2013, 02:17, Richard Gerd Kuesters rich...@humantech.com.br: Thanks again Konstantin! I think my best hope is based on what you glimpsed while pondering about SVG support on Webkit: compiling Qt submodules one by one, using the switches I might need and other that don't - doing so in

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-27 Thread Konstantin Tokarev
27.10.2013, 02:17, Richard Gerd Kuesters rich...@humantech.com.br: Thanks again Konstantin! I think my best hope is based on what you glimpsed while pondering about SVG support on Webkit: compiling Qt submodules one by one, using the switches I might need and other that don't - doing so in

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-26 Thread Richard Gerd Kuesters
Thanks again Konstantin! I think my best hope is based on what you glimpsed while pondering about SVG support on Webkit: compiling Qt submodules one by one, using the switches I might need and other that don't - doing so in a extreme fast machine (SSD raid and so on) with basic automatic

[webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Richard Gerd Kuesters
Hello all! I am currently tweaking one of my webkit applications to shrink its size (bandwidth costs are sometimes high). Basically, what I use: SQLite, lzma, jsonxx, ICU, iconv and Qt. In the Qt part, what I use is: * core * gui * network * webkit * widgets * webkitwidgets So, In my

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Konstantin Tokarev
25.10.2013, 16:58, Richard Gerd Kuesters rich...@humantech.com.br: Hello all! I am currently tweaking one of my webkit applications to shrink its size (bandwidth costs are sometimes high). You can shrink QtWebKit by using custom options of build-webkit script. For example, disabling SVG

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Richard Gerd Kuesters
Thanks Konstantin! Indeed I can take off some webkit features, but I'm affraid I may be removing future improvement to my own appication. I was thinking more about the whole Qt, if it is really 100% required to run webkit. Kind regards, RIchard. On 10/25/2013 01:05 PM, Konstantin Tokarev

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Andras Becsi
Hi, On 25 October 2013 14:58, Richard Gerd Kuesters rich...@humantech.com.brwrote: Hello all! I am currently tweaking one of my webkit applications to shrink its size (bandwidth costs are sometimes high). Basically, what I use: SQLite, lzma, jsonxx, ICU, iconv and Qt. In the Qt part,

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Richard Gerd Kuesters
Thanks Andras! I'm sorry for my DLL list. We already rips *d.dll from the distrib :) I was wondering if print or qml or quick or sensors are really necessary for webkit to work ... Kind regards, Richard. On 10/25/2013 02:46 PM, Andras Becsi wrote: Hi, On 25 October 2013 14:58, Richard

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Konstantin Tokarev
25.10.2013, 22:21, Richard Gerd Kuesters rich...@humantech.com.br: Thanks Andras! I'm sorry for my DLL list. We already rips *d.dll from the distrib :) I was wondering if print or qml or quick or sensors are really necessary for webkit to work ... That depends only on what your