summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Make porterduff operations work in DirectFBAnders Bakken2009-07-271-33/+97
| * | | Crash DirectFb plugin when resizing verticalyJørgen Lind2009-07-311-2/+4
| * | | Merge branch 'texture_from_pixmap'Tom Cooksey2009-07-301-3/+2
| |\ \ \
| | * | | Refactor QImage/QPixmap cleanup hooks into a seperate classTom Cooksey2009-07-281-3/+2
* | | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-3/+1
|\| | | |
| * | | | Remove a warning in qdirectfbpaintengineAnders Bakken2009-07-281-3/+1
| |/ / /
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-286-315/+300
|\| | |
| * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-246-315/+300
| |\| |
| | * | return when brush is NoBrush in DFBPaintEngineAnders Bakken2009-07-221-0/+4
| | * | Fix a bug in directfb mouse handlingAnders Bakken2009-07-222-15/+1
| | * | Use BatchBlit in flush/exposeRegionAnders Bakken2009-07-222-35/+47
| | * | Use dfbsurface::FillRectangles in solidFillAnders Bakken2009-07-221-5/+15
| | * | Fix IDirectFBSurface::ReleaseSource callsAnders Bakken2009-07-222-2/+3
| | * | Fix dfbwindowsurface handling for offscreen modeAnders Bakken2009-07-222-127/+151
| | * | Rewrite QDFBScreen::exposeRegionAnders Bakken2009-07-222-176/+124
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-2734-1496/+524
|\| | | | |_|/ |/| |
| * | Qt/EL mouse and keyboard driver cleanup.Robert Griebl2009-07-2319-952/+1
| * | Compile in release mode for DFB version > 0.9Anders Bakken2009-07-221-1/+6
| * | Merge commit 'origin/4.5'Olivier Goffart2009-07-223-2/+3
| |\|
| | * Make sure DFB version macros are definedAnders Bakken2009-07-211-0/+1
| | * s/slots/Q_SLOTS/Anders Bakken2009-07-202-2/+2
| * | Partial fix for Qt issue #244648 - QtIcoHandler does not support large & Vist...miniak2009-07-201-0/+12
| * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-2010-474/+396
| |\|
| | * Prepare device in DFBPaintEngine::beginAnders Bakken2009-07-171-0/+2
| | * Mark virtual functions as virtual in DFBPaintEngAnders Bakken2009-07-171-27/+26
| | * Remove unused function in QDirectFBPaintEngineAnders Bakken2009-07-172-34/+0
| | * Don't create dfbsurface in video mem if systemonlyAnders Bakken2009-07-171-1/+3
| | * Clean up directfb bit flippingAnders Bakken2009-07-178-69/+66
| | * Don't assume that raster can do porter duff in dfbAnders Bakken2009-07-161-5/+1
| | * Clean up qdirectfbpaintengine.cppAnders Bakken2009-07-151-149/+150
| | * Don't force a lock in QDirectFBPaintEngine::clipAnders Bakken2009-07-152-27/+5
| | * Clean up rect/line drawing in dfb paintengineAnders Bakken2009-07-151-82/+63