aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtWebKit
Commit message (Expand)AuthorAgeFilesLines
* Initial update typesystem for support Qt 4.8 (beta).Renato Filho2012-03-081-0/+3
* Implemented inject code for function QWebPage.qt_metacall.Renato Filho2012-03-081-0/+21
* Fixed conversion rules for QWebPage.javaScriptPrompt method.Marcelo Lira2012-03-081-9/+16
* Updated QtWebKit's type system.Marcelo Lira2012-03-081-23/+27
* Fixes in QtWebkitLauro Neto2012-03-081-3/+6
* Fix bug 803 - "QWebElementCollection.operator[] is not implemented"Hugo Parente Lima2012-03-081-1/+16
* 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
* Implemented conversion from QMultiMap to Python dictonary.Renato Filho2012-03-081-2/+13
* Fixed CMakeLists.txt files to prevent static source files of being deleted by...Marcelo Lira2012-03-081-1/+2
* Fix bug 694 - "QWebPage::extensions need injected overloads due to required c...Hugo Parente Lima2012-03-081-0/+23
* Type systems of all modules but QtCore and QtGui reviewed.Hugo Parente Lima2012-03-081-1/+1
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-081-2/+1
* Fix bug 679 - "QWebPage miss extension function"Hugo Parente Lima2012-03-082-0/+13
* 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
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-101-2/+2
* Fixed return policy on QWebView.page()renatofilho2010-11-031-0/+5
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-281-1/+1
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-1/+1
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-071-0/+3
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-051-3/+0
* Fixed doc of return values.Hugo Parente Lima2010-10-051-0/+3
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-231-23/+25
* Fix bug#254 - "QWebView.setPage() does not seem to work"Hugo Parente Lima2010-09-101-1/+6
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-092-0/+38
* Use the correct path separator when under Windows.Hugo Parente Lima2010-08-311-1/+1
* Fix typesystem based on auto OS detection.Renato Filho2010-08-271-2/+3
* Add Qt Simulator supportAnderson Lizardo2010-08-261-0/+11
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-261-2/+1
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-2/+1
* Fixed QtScriptTools CMake file and others files.Renato Filho2010-08-201-12/+0
* created macro to compile pyside modules.Renato Filho2010-08-191-37/+28
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+1
* Fix warning on QString* parameter inside QtWebKit.Luciano Wolf2010-07-121-2/+6
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+3
* Implementing API2 modifications.Luciano Wolf2010-06-151-1/+11
* Includes the postfixes in the install target (allows debug build)Renato Filho2010-05-201-1/+1
* Fix dynamic linking in various modules.Renato Filho2010-05-191-0/+2
* Fixed typesystem parser warnings.Renato Filho2010-04-301-2/+1
* Fix CMakeLists and typesystem of qtwebkit to use the right typesystem file fr...Hugo Lima2010-03-232-2/+2
* Install module headers.Hugo Lima2010-03-231-0/+2
* Fix QtWebkit module compilation with Qt4.5.Hugo Lima2010-03-031-1/+1
* Do not link QtWebkit module against other modules.Hugo Lima2010-02-261-4/+3
* Initial QtWebKit binding (Qt 4.6 supported)Carlos Goncalves2010-02-252-0/+144