aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtNetwork
Commit message (Collapse)AuthorAgeFilesLines
* Implemented OPENSSL detection on QtNetwork.Renato Filho2010-05-191-5/+9
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed typesystem parser warnings.Renato Filho2010-04-301-6/+0
|
* QtNetwork/typesystem_network.xml updatesAnderson Lizardo2010-03-311-1/+2
| | | | | Reviewed-by: Lauro Moura <lauro.neto@openbossa.org> Reviewed-by: Hugo Lima <hugo.lima@openbossa.org>
* Use the right typesystem file for QtGui.Hugo Lima2010-03-231-1/+0
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Install module headers.Hugo Lima2010-03-231-0/+2
|
* Remove whitespaces from qtnetwork typesystem.Hugo Lima2010-03-181-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* 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 ↵Hugo Lima2010-02-191-0/+1
| | | | | | compiled after QtCore. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* 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
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Remove nested parenthesis on IF() statement (not supported in CMake 2.6.2)Anderson Lizardo2010-02-051-3/+3
| | | | | | | Nested parenthesis on IF() statemens do not seem to be supported on CMake 2.6.2 (returns syntax errors). Besides, according to the IF() documentation, LESS will always be evaluated before AND, therefore parenthesis are unnecessary.
* 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