summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Fix broken return codes for a few examplesGeir Vattekar2012-08-155-5/+5
* Call clear() instead of empty() in addressbook/part6 tutorial.Mitch Curtis2012-08-091-1/+1
* Avoid potential crash.Gunnar Sletta2012-08-081-1/+1
* let qmake auto-generate d-bus adaptors and interfacesOswald Buddenhagen2012-08-0711-703/+10
* fix class and file names in the d-bus examplesOswald Buddenhagen2012-08-078-22/+22
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-031-5/+0
* Remove the obsolete scene argument for constructors of graphics itemsLars Knoll2012-08-0310-20/+15
* examples: fixed compile with -no-widgetsRohan McGovern2012-07-272-2/+10
* Correct status tips for Menus example.Mitch Curtis2012-07-251-1/+1
* statemachine: Move RestorePolicy enum to QState classKent Hansen2012-07-161-1/+1
* Analog clock and raster window examplesGunnar Sletta2012-07-138-0/+426
* Make it clear that stickman example animations are binary files.Jason McDonald2012-07-136-9/+9
* qtbase: Add missing example installs and files.Friedemann Kleint2012-07-107-3/+34
* Change deprecated use of CONFIG+=qdbus to QT+=dbusSergio Ahumada2012-07-098-11/+8
* Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-1/+4
* QGraphicsItem::setAcceptsHoverEvents is deprecated, replace itThiago Macieira2012-06-262-2/+2
* Replace the QGraphicsItem deprecated transforming functionsThiago Macieira2012-06-267-12/+12
* Update calendarwidget exampleGatis Paeglis2012-06-201-4/+4
* Fix building of qtbase examples when printsupport module is disabled.Janne Anttila2012-06-1822-15/+49
* Fix encoding of non-ASCII stringsThiago Macieira2012-06-144-10/+10
* Change path for 'mousebuttons' widgets exampleGatis Paeglis2012-06-141-2/+2
* Add install path for qpa windows exampleGatis Paeglis2012-06-141-0/+6
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-122-2/+2
* Replace deprecated QGraphicsScene::itemAt() with items()Thiago Macieira2012-06-091-1/+2
* Fix assert in painting demos when switching to OpenGL.Friedemann Kleint2012-06-091-3/+6
* Fix compilation of examples with -no-widgetsKent Hansen2012-06-075-5/+5
* Remove widgets dependency from xmlstreamlint exampleKent Hansen2012-06-071-1/+1
* Remove widgets dependency from qtconcurrent/map autotestKent Hansen2012-06-072-3/+3
* Remove useless "QT += widgets"Kent Hansen2012-06-0513-22/+0
* 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