summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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-171-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
| | * Fix off by one bug in dfbpe::drawTiledPixmapAnders Bakken2009-07-151-4/+4
| | * Fix QDirectFBPixmap::toImageAnders Bakken2009-07-131-0/+5
| | * Move ALPHA_PREMULTAnders Bakken2009-07-131-7/+7
| | * Remove QDirectFBPaintEnginePrivate::setOpacityAnders Bakken2009-07-131-9/+2
| | * Remove unused variables in QDirectFBPaintEngineAnders Bakken2009-07-131-4/+1
| | * Code cleanup in QDirectFBPaintEngineAnders Bakken2009-07-131-13/+13
| | * Clean up QDirectFBPaintEngine codeAnders Bakken2009-07-131-66/+71
| * | Make openvg.prf work properlyRhys Weatherley2009-07-192-12/+0
| * | Fix (some) spelling and grammatical errors in translatable strings.Volker Hilsheimer2009-07-161-1/+1
| * | Merge commit 'origin/4.5'Bill King2009-07-134-63/+114
| |\ \ | | |/
| | * Fix QDFBPaintEngine::drawTiledPixmap/fillRectAnders Bakken2009-07-101-57/+111
| | * Pass the device arg to the keyboard drivers.Anders Bakken2009-07-094-8/+4
| * | Merge commit 'origin/4.5'Bill King2009-07-081-2/+7
| |\ \ | | |/
| * | Merge branch '4.5'Thiago Macieira2009-07-022-48/+36
| |\ \
| * \ \ Merge branch '4.5'Marius Storm-Olsen2009-06-301-1/+0
| |\ \ \
* | | | | Make S60 integration optional.Jason Barron2009-07-151-0/+9
* | | | | Fix plugins properly.Jason Barron2009-07-101-1/+2
* | | | | someone forgot this import module: s60Liang Qi2009-07-101-1/+1
* | | | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-096-52/+52
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-072-51/+43
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | QDirectFBPaintEngine return if destRect is nullAnders Bakken2009-07-031-0/+2
| | * | | | Better debug output for QDirectFBPaintEngineAnders Bakken2009-07-021-2/+5
| | | |_|/ | | |/| |
| | * | | We still need to Flip in NO_WM modeAnders Bakken2009-07-021-1/+1
| | * | | Make sure we check the right deviceAnders Bakken2009-07-011-2/+2
| | * | | Code cleanupAnders Bakken2009-07-011-48/+36
| | | |/ | | |/|
| | * | Remove superfluous call to SetBlittingFlagsAnders Bakken2009-06-291-1/+0
| * | | Started suppressing some rather pointless warnings from RVCT.axis2009-07-061-0/+1
| * | | Removed unused static data from Qt.axis2009-07-061-1/+0
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29137-300/+381
| |\ \ \ | | |/ /
| * | | Fix warnings because of unused variables.axis2009-06-292-0/+8
* | | | Tweak deployment rules after addition of OpenVG.Jason Barron2009-07-091-3/+2
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-30145-311/+1237
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '4.5'Thiago Macieira2009-06-261-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Bump Qt version number.Jason McDonald2009-06-251-1/+1
| * | | Merge branch '4.5'Thiago Macieira2009-06-252-9/+21
| |\ \ \ | | |/ /
| | * | Fix off by one bug in DirectFBPaintEngineAnders Bakken2009-06-241-2/+2
| | * | Fix a rendering issueAnders Bakken2009-06-242-3/+8