Author Topic: Programming Exercise: Using QT and WebKit to produce a micro-browser.  (Read 21217 times)

golgoj4

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1193
  • hrumpf!
    • View Profile
    • Mah Website
Re: Programming Exercise: Using QT and WebKit to produce a micro-browser.
« Reply #15 on: November 29, 2010, 05:23:08 pm »
Any updates on this? It sounds really cool and seems like it has been something planned for a long time...

I also like how most of the process for developing the feature has been documented it has given me a little more insight on how apps are integrated into the dce process...

I think i have most of the dce / qt stuff melded together minus one particular include. Hopefully will have something worthwhile soon. In the meantime I've been trying to document the process in a more cohesive manner http://wiki.linuxmce.org/index.php/C%2B%2B_Project.

-golgoj4
« Last Edit: November 29, 2010, 05:44:56 pm by golgoj4 »
Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
Re: Programming Exercise: Using QT and WebKit to produce a micro-browser.
« Reply #16 on: February 12, 2011, 04:46:36 am »
any news on this?

golgoj4

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1193
  • hrumpf!
    • View Profile
    • Mah Website
Re: Programming Exercise: Using QT and WebKit to produce a micro-browser.
« Reply #17 on: June 05, 2011, 03:35:42 am »
http://www.youtube.com/watch?v=H-LECJJ8ae0
Done
*DCE implementation
*forward, back, reload, goto url

todo
*designer ui
*bookmarks
*Q/A
*Experimental features
*flash

stay tuned.
golgoj4
« Last Edit: June 05, 2011, 08:05:04 am by golgoj4 »
Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Programming Exercise: Using QT and WebKit to produce a micro-browser.
« Reply #18 on: June 05, 2011, 02:00:02 pm »
Fantastic, bro. :)

You're already to a point where you can hook it up in the General Info Plugin. (Literally grep for Mozilla.sh (if I remember right, it's an app server call), and there is a bit of code that grabs the window ID from the entry in the database.)

Then Orbiter can swallow the window (You'll see a call to CMD_Select_Active_Window that brings the web window to front.) Perhaps the window can minimize when done...

-Thom

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Programming Exercise: Using QT and WebKit to produce a micro-browser.
« Reply #19 on: June 05, 2011, 08:00:44 pm »
golgoj4,

great that you've come so far. Please keep in mind, that we will not any new features now. You can continue with what you do, but do NOT touch any of the existing code for integration purposes.

We will not add any new feature until LinuxMCE 810 is released, or Ubuntu 1110 has been released, whatever comes first.

golgoj4

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1193
  • hrumpf!
    • View Profile
    • Mah Website
Re: Programming Exercise: Using QT and WebKit to produce a micro-browser.
« Reply #20 on: September 02, 2011, 09:36:05 pm »
come on release time!!! daddy wants to watch some adult swim!

 :D

Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
Re: Programming Exercise: Using QT and WebKit to produce a micro-browser.
« Reply #21 on: November 29, 2011, 10:15:17 pm »
this would be so awesome!

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
Re: Programming Exercise: Using QT and WebKit to produce a micro-browser.
« Reply #22 on: June 04, 2012, 07:37:46 am »
Any update on this?