summaryrefslogtreecommitdiff
path: root/examples/network
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Remove warnings about examples not running in the Qt SimulatorTor Arne Vestbø4-10/+0
2013-09-16Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2-2/+0
2013-09-14examples: remove unused static const variablesMarc Mutz2-2/+0
2013-09-14Remove qSort usages from qtbase examplesGiuseppe D'Angelo1-1/+3
2013-05-08Doc: Fix paths for a number of examplesTopi Reinio2-2/+2
2013-04-04Doc: Fix network/torrent example to work on Qt 5Topi Reinio4-36/+31
2013-03-16Whitespace cleanup: remove trailing whitespaceAxel Waggershauser15-128/+128
2013-02-21Check for network module when building according examplesOliver Wolff1-0/+2
2013-01-18Update copyright year in Digia's license headersSergio Ahumada107-107/+107
2012-12-21add and use qtHaveModule() functionOswald Buddenhagen1-1/+1
2012-12-21Fix typo in docs.Richard Moore1-1/+1
2012-12-17clean up example project files, mostly wrt QT+=widgetsOswald Buddenhagen10-21/+10
2012-12-11Hardcoded url to RFC3174 QTBUG-28500Nico Vertriest1-1/+1
2012-12-11Doc: Added documentation for the examplesVenugopal Shivashankar15-33/+118
2012-12-05Fix compile with -DQT_NO_DRAGANDDROPMontel Laurent1-0/+6
2012-12-04Move Network Examples from qtdoc to qtbaseEskil Abrahamsen Blomfeldt14-0/+14
2012-12-01Threaded fortune server example: update the screenshotGiuseppe D'Angelo1-0/+0
2012-12-01Fix memory leak when error reportedMontel Laurent1-0/+4
2012-11-29centralize and fixup example sources install targetsOswald Buddenhagen19-61/+20
2012-11-29Add \brief to the examples.Eike Ziller14-14/+14
2012-11-28delete .desktop files of examplesOswald Buddenhagen16-176/+0
2012-11-26Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk19-37/+37
2012-10-16Use organization name "QtProject" in examples.Friedemann Kleint4-8/+8
2012-09-23Use QStringList::join(QChar) overload where applicable [examples]Marc Mutz2-15/+15
2012-09-22Change copyrights from Nokia to DigiaIikka Eklund107-752/+752
2012-09-21Move opengl/wid/net example docs to proper folders.Frederik Gladhorn29-0/+1129
2012-09-17examples: Mark ctor's as explicitSergio Ahumada2-2/+2
2012-09-03Command-line-only examples should not build as .app bundles on OSXShawn Rutledge2-0/+2
2012-08-23change http example default URL to http[s]://qt-project.orgJeremy Katz1-2/+2
2012-08-15Doc: Fix broken return codes for a few examplesGeir Vattekar4-4/+4
2012-07-10qtbase: Add missing example installs and files.Friedemann Kleint1-0/+5
2012-06-07Fix compilation of examples with -no-widgetsKent Hansen1-1/+1
2012-06-05Remove useless "QT += widgets"Kent Hansen1-2/+0
2012-05-22Fixed unused paramater warning in download example.Mitch Curtis1-0/+2
2012-05-22Fixed "No such signal" error in download example output.Mitch Curtis1-0/+3
2012-05-04Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira1-1/+1
2012-04-02Fix multicast join/leave when binding to QHostAddress::Any.Robin Burchell1-1/+1
2012-02-25Fix compilation of examples with QStringBuilderOlivier Goffart1-2/+2
2012-02-24clean up qmake-generated projectsOswald Buddenhagen2-18/+1
2012-02-21Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns3-5/+5
2012-02-17Fortune client example - list all IP addressesShane Kearns2-18/+28
2012-02-02Reimplement QAbstractSocket::setReadBufferSize() properlyBradley T. Hughes2-2/+2
2012-01-30Add support for DNS lookups using native APIsJeremy Lainé4-0/+229
2012-01-30Remove "All rights reserved" line from license headers.Jason McDonald91-91/+91
2012-01-23Update contact information in license headers.Jason McDonald91-91/+91
2012-01-13Fixes examples/tests to use qinptr in QTcpServer::incomingConnection.Jonas M. Gastal6-6/+6
2012-01-12Make QFtp private.Jonas M. Gastal10-600/+0
2012-01-06Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2-18/+32
2012-01-05Update copyright year in license headers.Jason McDonald94-94/+94
2011-10-21Fix compilation on HarmattanSimon Hausmann1-9/+3