aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/qdatetime_conversions.h
Commit message (Collapse)AuthorAgeFilesLines
* Initia QtCore port to python3.Renato Filho2012-03-081-0/+4
|
* Fix complation warning relative to PyDateTime_IMPORT.Renato Filho2012-03-081-2/+5
|
* Fix bug 869 - "QDateTimeEdit initial time problem"Hugo Parente Lima2012-03-081-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented convertion from Python types for QDate, QTime, QDateTime.Renato Filho2012-03-081-34/+42
| | | | | | | Fixes bug #680 Reviewer: pcacjr <pcacjr@gmail.com> Hugo Parente <hugo.lima@openbossa.org>
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-011-0/+41
Fixes bug #371. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>