2010-04-04, 12:14
2010-04-05, 00:32
How can we test it ?
I tried to build the branch but at configure it is missing qtwebkit 4.6
I installed libqt4 from ubuntu repos but i think the webkit version here is outdated.
Do you guys know a ppa with a fresh qtwebkit (or we have to compile) ?
I tried to build the branch but at configure it is missing qtwebkit 4.6
I installed libqt4 from ubuntu repos but i think the webkit version here is outdated.
Do you guys know a ppa with a fresh qtwebkit (or we have to compile) ?
2010-04-05, 01:16
its not ready for testing yet and yes you have to compile and if you can't figure out what you need to do it yourself then you probably shouldn't even be looking at it
2010-04-05, 11:09
Thanks for the info.
2010-04-06, 09:29
2010-04-06, 17:42
erhnam Wrote:I compiled the llqtwebkit-browser on my Mac. See the result below:
Is there any way to get access to the browser?
The menu doesn't seem to work.
From what I understand, the browser is not quite usable, atm. Wait until they at least implement all the basics. They are making good progress, though.

2010-05-12, 16:39
It's been a while since the last post...any news on this project?
2010-05-15, 17:17
Is the code fork for the original effort available?
2010-06-18, 21:46
Hi all, is this thread dead?
In the past months I evaluated chromium and awesomium. Both of them integrate nicely with xbmc. Main difference is that chromium solution opens new window and using awesomium component one can build GuiWebBrowser control.
I prefer awesomium solution, so you can do this in skin:
Cheers
In the past months I evaluated chromium and awesomium. Both of them integrate nicely with xbmc. Main difference is that chromium solution opens new window and using awesomium component one can build GuiWebBrowser control.
I prefer awesomium solution, so you can do this in skin:
Code:
<onclick>WebBrowser.OpenSwf(http://sample.net/alex.swf,true)</onclick>
<onclick>WebBrowser.OpenFlv(http://sample.net/alex.flv)</onclick>
<onclick>WebBrowser.Open(http://sample.net/alex.html)</onclick>
Cheers
2010-06-18, 23:11
Wait, so did you succeed in integrating awesomium with xbmc? If so, how?
2010-06-19, 17:41
Well, awesomium has a render method so you can create new gui control, override render method. even channel order will match, bgra if I recall correctly. Then make some builtin functions for interfacing browser, I think that it is in Builtins.cpp .. got to love opensource code 

2010-06-19, 18:16
_alex_ Wrote:Well, awesomium has a render method so you can create new gui control, override render method. even channel order will match, bgra if I recall correctly. Then make some builtin functions for interfacing browser, I think that it is in Builtins.cpp .. got to love opensource code
Did awesomium go open source again?
2010-06-19, 22:18
I belive it si free for Non-Commercial Use
2010-06-19, 22:20
Free != open source. And Free surely != FLOSS.
TheUni
TheUni
2010-06-23, 16:43