aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtWebKit/typesystem_webkit.xml
Commit message (Collapse)AuthorAgeFilesLines
* Initial update typesystem for support Qt 4.8 (beta).Renato Filho2012-03-081-0/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented inject code for function QWebPage.qt_metacall.Renato Filho2012-03-081-0/+21
| | | | | | | | | | | | This inject code is necessary due a workaround on C++ class QWebPage. Check de C++ doc for more information: http://doc.qt.nokia.com/4.7-snapshot/qwebpage.html#shouldInterruptJavaScript Fixes bug #973. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed conversion rules for QWebPage.javaScriptPrompt method.Marcelo Lira2012-03-081-9/+16
|
* Updated QtWebKit's type system.Marcelo Lira2012-03-081-23/+27
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixes in QtWebkitLauro Neto2012-03-081-3/+6
| | | | | | | Needed to make example from [1] work. Example will be added to pyside-examples. [1] http://blog.qtlabs.org.br/2011/05/30/transformando-o-qml-no-proximo-flash/
* Fix bug 803 - "QWebElementCollection.operator[] is not implemented"Hugo Parente Lima2012-03-081-1/+16
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add since attribute for classes and enums added on Qt4.6 and Qt4.7.Hugo Parente Lima2012-03-081-6/+10
|
* Remove typesystem verbosity after fix of bug 417.Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Implemented conversion from QMultiMap to Python dictonary.Renato Filho2012-03-081-2/+13
| | | | | | | Fixes bug #773. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 694 - "QWebPage::extensions need injected overloads due to required ↵Hugo Parente Lima2012-03-081-0/+23
| | | | casts on C++ version"
* Type systems of all modules but QtCore and QtGui reviewed.Hugo Parente Lima2012-03-081-1/+1
|
* Fix bug 679 - "QWebPage miss extension function"Hugo Parente Lima2012-03-081-0/+7
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Removed duplicated entry of QWebPage::ErrorDomain on typesystem.Hugo Parente Lima2012-03-081-1/+0
|
* Replaced all entries of reference-count with action=add to action=set.Hugo Parente Lima2012-03-081-3/+3
|
* Fix bug 663 - "Crash on exit when passing QNetworkAccessManager around"Hugo Parente Lima2012-03-081-0/+21
|
* Fix bug#558 - "print attribute of a QWebFrame cannot be accessed normally"Hugo Parente Lima2012-03-081-0/+1
|
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-2/+2
|
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-101-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fixed return policy on QWebView.page()renatofilho2010-11-031-0/+5
| | | | | | | Fixes bug #448. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-071-0/+3
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-051-3/+0
| | | | This reverts commit bebede17c03c5f6180262a4031c53998142564ad.
* Fixed doc of return values.Hugo Parente Lima2010-10-051-0/+3
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-231-23/+25
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug#254 - "QWebView.setPage() does not seem to work"Hugo Parente Lima2010-09-101-1/+6
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-0/+19
|
* Fix warning on QString* parameter inside QtWebKit.Luciano Wolf2010-07-121-2/+6
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implementing API2 modifications.Luciano Wolf2010-06-151-1/+11
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed typesystem parser warnings.Renato Filho2010-04-301-2/+1
|
* Fix CMakeLists and typesystem of qtwebkit to use the right typesystem file ↵Hugo Lima2010-03-231-1/+1
| | | | | | | from QtGui. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Initial QtWebKit binding (Qt 4.6 supported)Carlos Goncalves2010-02-251-0/+66