aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtNetwork
Commit message (Expand)AuthorAgeFilesLines
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2012-03-082-13/+1
* Fix bug 857 - "64bit Windows build broken"Hugo Parente Lima2012-03-081-2/+2
* Add since attribute for classes and enums added on Qt4.6 and Qt4.7.Hugo Parente Lima2012-03-081-2/+2
* Remove typesystem verbosity after fix of bug 417.Hugo Parente Lima2012-03-081-5/+5
* Fix bug #788 - "QIPv6Address.__getitem__ is missing."Paulo Alcantara2012-03-081-5/+38
* Fixed CMakeLists.txt files to prevent static source files of being deleted by...Marcelo Lira2012-03-081-0/+1
* Type systems of all modules but QtCore and QtGui reviewed.Hugo Parente Lima2012-03-081-5/+12
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-088-26/+31
* Separated class typesystem from the main typesystem.Renato Araujo Oliveira Filho2012-03-088-25/+25
* Fix bug 650 - "Missing bindings for QNetworkProxyFactory"Hugo Parente Lima2012-03-082-1/+8
* Added QSslCertificate to QtNetwork module.Renato Araujo Oliveira Filho2012-03-082-1/+2
* 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
* QNetworkReply.errorCode method is now properly called QNetworkReply.errorMarcelo Lira2010-10-131-3/+0
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-071-3/+3
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-051-3/+3
* Fixed doc of return values.Hugo Parente Lima2010-10-051-3/+3
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-231-57/+67
* Added missing classes to QtNetwork module.Marcelo Lira2010-09-202-2/+9
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-0/+19
* Fix typesystem based on auto OS detection.Renato Filho2010-08-271-1/+2
* Replace macro checks with actual symbol checkingAnderson Lizardo2010-08-261-42/+5
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-261-2/+1
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-3/+2
* Includded allow flags to some function on QNetworkManager.Renato Filho2010-08-251-0/+9
* Fixed QtNetwork typesystem to work on windows.Renato Filho2010-08-202-1/+14
* Fixed QtScriptTools CMake file and others files.Renato Filho2010-08-201-13/+0
* created macro to compile pyside modules.Renato Filho2010-08-191-28/+21
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+1
* Typesystem cleanup.Hugo Parente Lima2010-07-061-37/+10
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+3
* Rename error() method to avoid name clash with the error signal.Hugo Parente Lima2010-06-151-1/+5
* Merged typesystem (Qt 4.6 and 4.7)Renato Filho2010-05-264-44/+18
* Updated QtNetwork typesystem to support Qt 4.7Renato Filho2010-05-244-8/+38
* Includes the postfixes in the install target (allows debug build)Renato Filho2010-05-201-1/+1
* MacOs compiler fix.Renato Oliveira2010-05-191-1/+2
* Implemented OPENSSL detection on QtNetwork.Renato Filho2010-05-191-5/+9
* Fixed typesystem parser warnings.Renato Filho2010-04-301-6/+0
* QtNetwork/typesystem_network.xml updatesAnderson Lizardo2010-03-311-1/+2
* Use the right typesystem file for QtGui.Hugo Lima2010-03-231-1/+0
* Install module headers.Hugo Lima2010-03-231-0/+2
* Remove whitespaces from qtnetwork typesystem.Hugo Lima2010-03-181-1/+1
* Remove some methods and ctors which makes no sense in the python world.Hugo Lima2010-03-181-0/+2
* QtGui and QtNetwork uses the global header from QtCore, so they must be compi...Hugo Lima2010-02-191-0/+1
* Do not link a python module to other python module.Hugo Lima2010-02-181-2/+1
* Simplify "else" and "endif" statementsAnderson Lizardo2010-02-051-2/+2
* Remove nested parenthesis on IF() statement (not supported in CMake 2.6.2)Anderson Lizardo2010-02-051-3/+3
* Fix list of source files for QtNetwork module.Hugo Lima2010-02-041-70/+33
* Do not allow multiple arguments in read_wrapper, but one onlyCarlos Goncalves2010-02-021-10/+0
* Initial QtNetwork bindings.Carlos Goncalves2010-02-023-0/+440