Tonight I got the first Qt-style QWidget port in xcircuit. The area window is now a QAbstractScrollArea-deriving widget. It handles redraws, zooms, its own scrollbars, etc. Some code got culled due to that.
It's also perhaps the first time ever that xcircuit supports scrolling wheels and pinch mouse gestures: on OS X or Windows 7, you can pinch on a multi-touch trackpad or touchscreen to zoom in/out, and use two-finger or similar swipes to move the contents around. Perhaps Michael Goffioul's win32 reimplementation of Xt provided for scrollwheel functionality due to windows' default behavior, but I never tried to compile that. I've also got the global key bindings to work, there are also other minor things that got done. You can see the latest looks at <http://home.wowway.com/~mandasoft/xcircuit-6.png>. The SVN repository snapshot is available for download from <http://home.wowway.com/~mandasoft/xcircuit-6.tar.gz>. I'm working on getting the remaining bugs and unimplemented things (especially the output widget) taken care of. Cheers, Kuba _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
