Revision 1187301
Go back to digest for 24th October 2010Features in Development Tools
Chris Burel committed changes in /trunk/KDE/kdebindings/perl:
Flesh out QPolygonF tied array interface.
Now you can do all the normal perl array operations on a QPolygonF, like push, pop, splice, etc.
Add tools/undoframework example.
File Changes
Added 11 files
- /trunk/KDE/kdebindings/perl/qtgui
- /t/qpolygonf.t
- /examples/tools/undoframework
- /examples/tools/undoframework/Commands.pm
- /examples/tools/undoframework/DiagramItem.pm
- /examples/tools/undoframework/DiagramScene.pm
- /examples/tools/undoframework/images
- /examples/tools/undoframework/MainWindow.pm
- /examples/tools/undoframework/Makefile
- /examples/tools/undoframework/undoframework.pl
- /examples/tools/undoframework/undoframework.qrc
- /examples/tools/undoframework/images/cross.png
Modified 5 files
- /trunk/KDE/kdebindings/perl
- /qtcore/lib/QtCore4.pm
- /qtgui/examples/CMakeLists.txt
- /qtgui/lib/QtGui4.pm
- /qtgui/src/QtGui4.xs
- /qtgui/t/CMakeLists.txt
16 files changed in total