summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix digiflip example build.Janne Anttila2012-05-311-0/+2
* Remove the MacMainWindow example.Morten Johan Sorvig2012-05-305-506/+0
* QApplication::syncX doesn't do anything in Qt 5 anymoreThiago Macieira2012-05-292-2/+0
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-281-2/+2
* OpenGL/HelloWindow example: Fix resource leaks.Friedemann Kleint2012-05-253-10/+21
* Fixed unused paramater warning in download example.Mitch Curtis2012-05-221-0/+2
* Fixed "No such signal" error in download example output.Mitch Curtis2012-05-221-0/+3
* Fixed unused variable warning in anchorlayout example.Mitch Curtis2012-05-191-23/+23
* Fixed unused variable warning in chart example.Mitch Curtis2012-05-191-5/+0
* Fixed unused parameter warning in hellowindow example.Mitch Curtis2012-05-181-0/+2
* Fixed unused variable warning in diagramscene example.Mitch Curtis2012-05-181-1/+0
* Merge "Merge branch 'docs-refactoring' into master" into refs/staging/masterMarius Storm-Olsen2012-05-101-0/+2
|\
| * Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-0/+2
| |\
| | * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-091-0/+2
* | | gettingStarted, part 3-5: sanitize parameter names and compile fixhjk2012-05-106-6/+9
|/ /
* | gettingStarted: sanitize parameter names and compile fix for Qt 5hjk2012-05-094-5/+7
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* | Rename setResizeMode to setSectionResizeMode.Stephen Kelly2012-05-076-6/+6
|/
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport]Thiago Macieira2012-05-042-4/+4
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-1/+1
* Use org.example instead of com.trolltech for the D-Bus examplesThiago Macieira2012-04-2218-31/+31
* Examples: Don't use deprecated methodsOlivier Goffart2012-04-2114-26/+28
* Made hellowindow example respect the expose event.Samuel Rødal2012-04-202-4/+11
* Compile fix if QT_NO_CLIPBOARD definedAndreas Holzammer2012-04-192-0/+18
* Compile fix if QT_NO_CLIPBOARD definedAndreas Holzammer2012-04-192-0/+13
* 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