On Thu, 12 Jun 2014 17:55:45 -0500 "Edward K. Ream" <[email protected]> wrote:
> On Thu, Jun 12, 2014 at 11:54 AM, Edward K. Ream > <[email protected]> wrote: > > > The last task will be hook up connections again when using Qt5. > > Actually, there were a few more items, but as of rev dc9568360f7d... > just about everything appears to be working. Some notes: Great, it's running for me, Py 3.4, Qt 5.3.0, Win 7. Great timing, just when I needed to work in that environment with Leo :-) Minor non-import thing, line 464 in qtGui.py, QWheelEvent.delta() is now QWheelEvent.angleDelta(), to separate it from the new QWheelEvent.pixelDelta(). Cheers -Terry > 1. The new signal code is much simpler than the old. I haven't > attempted to use the new code with PyQt4, though in one or two places > the new style seems to be in use already... > > 2. The viewrendered.py plugin now works with PyQt5, at least enough to > put up help messages. More advanced features (like movies) need to be > tested. > > 3. Several other plugins need to be revised, including (I suspect) > viewrendered2.py. > > Please report any problems/crashes immediately. Aside from revising > imports in plugins I don't plan any more work on this project. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
