Re: [pgadmin-hackers] PoC: Browser based runtime

2017-03-26 Thread Dave Page
Though, after a day of experimentation with various options, it seems like https://github.com/annulen/webkit might be the way forward. It seems to work well on mac and solves the issues we had there previously. Next step would be to see if the runtime will work on Windows if compiled with Mingw an

[pgadmin-hackers] PoC: Browser based runtime

2017-03-26 Thread Dave Page
I've been looking at various options for getting rid of QtWebEngine, and had an idea that maybe we don't actually need any C++ code at all. Attached is a rough PoC patch that implements such a setup. If running with SERVER_MODE == True, things are as they are now, however, if SERVER_MODE == False