summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-103-52/+85
| * | | | | | | | | Compile fixJørgen Lind2011-06-017-18/+18
| * | | | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-0115-6/+327
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Examples: QPA window example does not require widgets.Friedemann Kleint2011-05-302-3/+2
| * | | | | | | | | | Remove OpenVG from qtbase.Friedemann Kleint2011-05-268-302/+0
| * | | | | | | | | | Examples: Fix compilation.Friedemann Kleint2011-05-255-8/+4
| * | | | | | | | | | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-24748-638/+7631
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Implement QWindow minimum/maximum/base size hints and size increments.Samuel Rødal2011-05-161-1/+7
| * | | | | | | | | | | fix pro filesLars Knoll2011-05-07253-33/+255
| * | | | | | | | | | | include fixesLars Knoll2011-05-07381-385/+412
| * | | | | | | | | | | Fixed qpa/windows example compilation.Samuel Rødal2011-05-061-0/+3
| * | | | | | | | | | | Improved handling of child windows.Samuel Rødal2011-05-041-8/+3
| * | | | | | | | | | | Pure QWindow with multiple windows and child windows example added.Samuel Rødal2011-05-036-0/+196
| * | | | | | | | | | | Implemented close event for QWindow and QWidgetWindow.Samuel Rødal2011-05-021-0/+3
| * | | | | | | | | | | Set the window title even if it was set before calling create().Samuel Rødal2011-05-021-0/+1
| * | | | | | | | | | | Add resize event support to QWindow.Samuel Rødal2011-04-282-0/+8
| * | | | | | | | | | | Remove unused parameters in hellowindow.Samuel Rødal2011-04-282-8/+1
| * | | | | | | | | | | Added QWindow example in examples/opengl/hellowindow.Samuel Rødal2011-04-285-0/+334
* | | | | | | | | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Compile fix on Mac OS XBradley T. Hughes2011-08-301-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Support -qtnamespace and -qtlibinfix in qtbase examplesLiang Qi2011-08-082-0/+4
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Eliminate reference to Trolltech.Jason McDonald2011-08-021-1/+1
* | | | | | | | | Fix obsolete contact emailJason McDonald2011-07-282-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Doc: Speculative attempt to fix build breakage.David Boddie2011-07-211-1/+1
* | | | | | | | Doc: Fixed file name of a header file to use lower case characters.David Boddie2011-07-211-1/+1
* | | | | | | | Doc: Added missing license headers for documentation and examples.David Boddie2011-07-2030-0/+1200
* | | | | | | | drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-131-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove more references to demos.Casper van Donderen2011-07-0822-49/+18
* | | | | | | Remove references to QT_INSTALL_DEMOS & DemosPath.Casper van Donderen2011-07-061-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove references to demos from docs.Casper van Donderen2011-07-0526-798/+26
* | | | | | Add the richtext and tools demo-examples to build.Casper van Donderen2011-06-284-7/+9
* | | | | | SSL example: update secure socket client example to use new cert APIPeter Hartmann2011-06-271-14/+14
* | | | | | Add the mainwindows demos-examples to the build.Casper van Donderen2011-06-273-5/+8
* | | | | | Add the itemviews demos-examples to the build.Casper van Donderen2011-06-273-7/+9
* | | | | | Add the painting demos-examples to build.Casper van Donderen2011-06-275-13/+20
* | | | | | Add the shared painting and affine example to the build.Casper van Donderen2011-06-273-5/+23
| |_|_|_|/ |/| | | |
* | | | | Add the embedded demos-examples to the build.Casper van Donderen2011-06-247-16/+18
* | | | | Add the graphicsview demo-examples to the build.Casper van Donderen2011-06-244-8/+14
* | | | | Update sql and animation demos to be an example.Casper van Donderen2011-06-245-9/+16
* | | | | Move all other demos in qtbase to examples.Casper van Donderen2011-06-24376-0/+31388
* | | | | Move the affine example.Casper van Donderen2011-06-247-0/+1163
| |_|_|/ |/| | |
* | | | Fix usage of QT_SOURCE_TREEMarius Storm-Olsen2011-06-07107-159/+159
| |_|/ |/| |
* | | Use "QT += testlib" consistentlyJason McDonald2011-05-275-5/+5
* | | Fix for compiling and running cube example on Windows.Kim Motoyoshi Kalland2011-05-253-1/+6
* | | Fixed line endings.David Boddie2011-05-247-0/+316
| |/ |/|
* | More examples adjusted to Symbian and Maemo5.David Boddie2011-05-231-0/+11
* | Doc: Added missing project and desktop files.David Boddie2011-05-231-0/+11
* | Squashed commit of changes from the 4.8-temp branch.David Boddie2011-05-23281-0/+4454
* | Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-05-23465-642/+3152
|/
* Removed examples and demos that are no longer in qtbase.axis2011-04-271-6/+1