summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+1
|\
| * Fix multicast join/leave when binding to QHostAddress::Any.Robin Burchell2012-04-021-1/+1
* | Merge master into api_changesKent Hansen2012-03-232-3/+6
|\|
| * Disable some tests and examples when --no-widgets is specifiedJędrzej Nowacki2012-03-192-3/+6
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-7/+7
|/
* Remove all QWS centric examplesDonald Carr2012-03-1537-3192/+0
* Use QRect::united(), QRect::unite() is deprecated.Sergio Martins2012-03-142-2/+2
* Fix icon suffixes in systray example.Friedemann Kleint2012-03-131-3/+3
* Re-add the Systray example.Friedemann Kleint2012-03-129-1/+467
* examples: compile w/QT_NO_CAST_FROM_BYTEARRAY, at least on UnixMarc Mutz2012-03-085-9/+9
* examples: use QVector<QPointF> instead of QList<QPointF>Marc Mutz2012-03-082-7/+4
* Example build fix.Jędrzej Nowacki2012-03-071-0/+0
* add widget mousebuttons example 'mousetester'.Rick Stockton2012-03-065-0/+321
* add strategy support to sqlbrowser exampleMark Brand2012-03-063-79/+200
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-1/+1
|\
| * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-1/+1
* | Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-021-1/+1
* | Cleaned up examples/opengl/cube/cube.pro, removed message()Rohan McGovern2012-02-291-9/+0
|/
* Use new plugin system in qtbase.Friedemann Kleint2012-02-2719-28/+33
* Fix compilation of examples with QStringBuilderOlivier Goffart2012-02-253-5/+5
* examples: compile w/o openglMarc Mutz2012-02-248-13/+20
* clean up qmake-generated projectsOswald Buddenhagen2012-02-2428-219/+23
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-213-5/+5
* Fortune client example - list all IP addressesShane Kearns2012-02-172-18/+28
* Move QtConcurrent into its own moduleLars Knoll2012-02-0510-5/+11
* Exclude helloconcurrent when QtConcurrent is not configuredSamuli Piippo2012-02-051-1/+2
* Fix the chart itemview exampleGiuseppe D'Angelo2012-02-032-2/+3
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-021-0/+2
* Reimplement QAbstractSocket::setReadBufferSize() properlyBradley T. Hughes2012-02-022-2/+2
* Moving tiff image format support and libtiff out of qtbaseaavit2012-01-312-2/+2
* Remove Symbian specific code from qtbase.Xizhi Zhu2012-01-313-8/+0
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-304-0/+229
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301180-1181/+1144
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Remove support for the MNG file format and the bundled libmngaavit2012-01-254-4/+3
* Made window orientation API more flexible.Samuel Rødal2012-01-242-31/+26
* Update obsolete contact address.Jason McDonald2012-01-234-6/+2
* Update contact information in license headers.Jason McDonald2012-01-231143-1143/+1143
* QPA/windows example: Fix positioning for virtual desktops.Friedemann Kleint2012-01-201-0/+4
* Remove QDir::convertSeparators()Lars Knoll2012-01-191-1/+1
* Fixes examples/tests to use qinptr in QTcpServer::incomingConnection.Jonas M. Gastal2012-01-136-6/+6
* Make QFtp private.Jonas M. Gastal2012-01-1210-600/+0
* Update year in Nokia copyright headers.Jason McDonald2012-01-1013-13/+13
* Remove execute permission from files that don't need it.Jason McDonald2012-01-10218-0/+0
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-062-18/+32
* Removed QApplication::setInputContext()Pekka Vuorela2012-01-0510-987/+0
* Update copyright year in license headers.Jason McDonald2012-01-051175-1183/+1183
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-023-4/+1
* Added multi-screen support to hellowindow example.Samuel Rødal2011-12-063-9/+36
* Added rotation animation to paintedwindow example.Samuel Rødal2011-12-013-23/+141