summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-213-12/+23
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-212-8/+15
| |\
| | * Force rasterfallbacks with a env variable in dfbAnders Bakken2009-08-201-0/+7
| | * Support RGB32 in DirectFB againAnders Bakken2009-08-201-8/+8
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-201-3/+7
| |\|
| | * Respect SmoothPixmapTransform in dfbpeAnders Bakken2009-08-201-3/+7
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-197-60/+103
| |\|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-184-109/+173
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-172-2/+107
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-12130-138/+138
| |\ \ \ \
| * | | | | add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-1/+1
* | | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-1911-64/+107
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-197-60/+103
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Make sure windows raise properly when focusedAnders Bakken2009-08-183-25/+57
| | * | | | | Initialize bpl in QDirectFBPaintDevice(...)Anders Bakken2009-08-181-1/+1
| | * | | | | Disambiguate variable namesAnders Bakken2009-08-182-7/+7
| | * | | | | Simplify DirectFB clippingAnders Bakken2009-08-182-25/+36
| | * | | | | Fix bugs in DFBPE fillRect and drawTiledPixmapAnders Bakken2009-08-181-3/+2
| | * | | | | Make sure to update pos QDFBCursor::moveAnders Bakken2009-08-181-0/+1
| | | |_|_|/ | | |/| | |
| * | | | | Changed names and URLs to reflect name change.axis2009-08-194-4/+4
* | | | | | Trivial fixes for src/plugins/imageformats after review.Janne Anttila2009-08-192-4/+6
|/ / / / /
* | | | | Merge commit 'qt/master'Jason Barron2009-08-186-111/+280
|\| | | |
| * | | | Clean up DirectFB with WM enabledAnders Bakken2009-08-174-76/+123
| * | | | Clean up DirectFB definesAnders Bakken2009-08-171-0/+25
| * | | | Clean up primary surface handling in DFBAnders Bakken2009-08-173-28/+26
| * | | | Fix a bug in wrt DFBWindowSurface's paintEngineAnders Bakken2009-08-172-12/+6
| | |_|/ | |/| |
| * | | Add support for the orientation of tiff imagesBenjamin Poulain2009-08-171-1/+106
| * | | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
| | |/ | |/|
* | | Merge commit 'qt/master'Jason Barron2009-08-13130-138/+138
|\| |
| * | Replace "Trolltech" with more appropriate terms.Jason McDonald2009-08-122-2/+2
| * | Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-126-6/+6
| * | Update contact URL in license headers.Jason McDonald2009-08-12130-130/+130
| |/
* | Update license headers according to commit 858c70f768e.axis2009-08-064-8/+8
* | Replaced $MODULE$ with hardcoded module names.axis2009-08-064-4/+4
* | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-062-2/+2
* | Merge commit 'qt/master-stable'Jason Barron2009-08-062-0/+4
|\|
| * Merge AudioServices into mainline.Justin McPherson2009-08-052-0/+4
* | Merge commit 'origin/master'Jason Barron2009-08-0410-18/+15
|\ \
| * | Trailing whitespace and tab/space fixes for src/pluginsJanne Anttila2009-08-048-8/+3
| * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-033-10/+12
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-0410-161/+268
|\ \ \ | | |/ | |/|
| * | Merge branch '4.5'Thiago Macieira2009-08-0310-156/+262
| |\ \
| | * | Qtify void* func => void *funcAnders Bakken2009-07-281-2/+2
| | * | Refactor QDirectFBPaintDeviceAnders Bakken2009-07-287-34/+37
| | * | Make autorepeat work for DirectFBAnders Bakken2009-07-281-5/+24
| | * | Fix crash in when resizing directfb windowsAnders Bakken2009-07-282-5/+11
| | * | Compile with DirectFB < 1.0Anders Bakken2009-07-281-0/+2
| | * | Remove ignore system clip stuff in dfbpaintengineAnders Bakken2009-07-272-5/+1
| | * | Fix off-by-one bug in QDirectFBScreen::flipSurfaceAnders Bakken2009-07-271-4/+4
| | * | Major clipping patch in QDirectFBPaintEngineAnders Bakken2009-07-271-75/+91