From lawrence.michael at gene.com Mon Nov 11 17:02:40 2013 From: lawrence.michael at gene.com (Michael Lawrence) Date: Mon, 11 Nov 2013 08:02:40 -0800 Subject: [RQt-devel] qtbase supports (and requires) Qt5 Message-ID: Just pushed some changes to qtbase that tie us to Qt5, specifically Qt 5.2 beta 1 (we rely on some bug fixes). There are no MinGW win64 binaries available for betas apparently, so we'll need to wait (release currently scheduled for early December) to get that working, unless someone is brave enough to make custom binaries. I had to rewrite the MOC support, because the implementation completely changed for Qt5. I've tested custom signals and they seem to work. Still need to test slots and properties. The qtpaint package will probably require some major changes, since the Qt OpenGL API has changed dramatically. Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From lawrence.michael at gene.com Mon Nov 11 17:38:53 2013 From: lawrence.michael at gene.com (Michael Lawrence) Date: Mon, 11 Nov 2013 08:38:53 -0800 Subject: [RQt-devel] qtbase supports (and requires) Qt5 In-Reply-To: References: Message-ID: I should have mentioned that I merged Kaiser's pull request for the event loop on Windows. On Mon, Nov 11, 2013 at 8:02 AM, Michael Lawrence wrote: > Just pushed some changes to qtbase that tie us to Qt5, specifically Qt 5.2 > beta 1 (we rely on some bug fixes). There are no MinGW win64 binaries > available for betas apparently, so we'll need to wait (release currently > scheduled for early December) to get that working, unless someone is brave > enough to make custom binaries. > > I had to rewrite the MOC support, because the implementation completely > changed for Qt5. I've tested custom signals and they seem to work. Still > need to test slots and properties. > > The qtpaint package will probably require some major changes, since the Qt > OpenGL API has changed dramatically. > > Michael > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lawrence.michael at gene.com Fri Nov 22 03:08:29 2013 From: lawrence.michael at gene.com (Michael Lawrence) Date: Thu, 21 Nov 2013 18:08:29 -0800 Subject: [RQt-devel] qtpaint now based on qt5 Message-ID: Hi guys, Since qtbase seems reasonably stable on qt5, I've ported qtpaint, as well, although I haven't tested it very much. Micahel -------------- next part -------------- An HTML attachment was scrubbed... URL: