aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/qpytextobject.h
Commit message (Collapse)AuthorAgeFilesLines
* Add newline in the end of qpytextobject.h to avoid compiler warningsBruno dos Santos de Araujo2010-09-091-1/+3
|
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-0/+22
| | | | exception.
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not ↵Hugo Parente Lima2010-09-021-0/+16
working" Added class QPyTextObject which inherits from QObject and QTextObjectInterface to solve the issue with registerHandler, the same approach used by PyQt. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>