summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/emb-directfb-EmbLinux.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Updated the DirectFB documentation to reflect version changes.David Boddie2010-11-171-3/+3
|
* Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
| | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Clean up rasterfallback mechanism in DirectFBDonald Carr2010-08-121-0/+11
| | | | | | | | | | | | | | Being able to debug which paint operations are slow with Qt/DirectFB is currently only possible in debug builds (which defeats the purpose somewhat) or by frequent recompilation (with different defines). This patch cleans up the mechanism somewhat and makes it available in release builds as well. The overhead is a single int comparison so it really isn't a performance issue to have this code in place at all times. Reviewed-by: Anders Bakken <agbakken@gmail.com>
* Fix typo in docsAnders Bakken2010-08-041-2/+2
| | | | | Merge-request: 2446 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Documentation update regarding DFB image providersAnders Bakken2010-02-241-1/+2
| | | | | | Make a note about alpha channels and QT_NO_DIRECTFB_IMAGEPROVIDER Reviewed-by: Jervey Kong <jervey.kong@nokia.com>
* Documentation update for DirectFBAnders Bakken2010-02-241-0/+5
| | | | | | Add a note about changing top level transparency at runtime. Reviewed-by: Jervey Kong <jervey.kong@nokia.com>
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Moved external references to a separate collection.David Boddie2009-11-061-32/+22
| | | | Reviewed-by: Trust Me
* Documentation: Embedded hardware accelerationMorten Engvoldsen2009-11-051-0/+340
Adding docs on how to use hardware acceleration on Embedded Linux and Windows CE Task-number: QT-1109 Rev-by: Anders Bakken Rev-by: Rhys Weatherley Rev-by: Thomas Hartmann