summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Total makeover of SVG image readeraavit2010-03-312-67/+106
* Change ORs to ANDs when checking EGLImage extension definesTom Cooksey2010-03-292-4/+4
* Protect EGLImage function definitions in #ifdefTom Cooksey2010-03-291-0/+2
* Fix a bug in greek shaping causing infinite loopsLars Knoll2010-03-262-13/+54
* improve mingw 64 bit supportThierry Bastian2010-03-261-1/+1
* Fix build on WindowsTom Cooksey2010-03-261-0/+1
* Round instead of ceil font metrics when ForceIntegerMetrics is enabledTor Arne Vestbø2010-03-261-24/+24
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-2641-1063/+4719
|\
| * Remove EGLImage create/destroy resolving from VG pixmap dataTom Cooksey2010-03-261-6/+1
| * Avoid having to create temporary QPixmaps when binding to textureTom Cooksey2010-03-264-13/+10
| * Implement Texture-From-Pixmap using EGLImage extensions on X11/EGLTom Cooksey2010-03-266-37/+190
| * QMetaObject::normalizeType: Fix parsing of type which contains "const" in namesOlivier Goffart2010-03-261-1/+2
| * QMetaObject::normalizeType: fix uses of const and template.Olivier Goffart2010-03-261-1/+3
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-2627-532/+4256
| |\
| | * Paintbuffer single frame profiling.Samuel Rødal2010-03-263-16/+310
| | * Optimized ARGB32PM on RGB16 blending with opacity using NEON.Samuel Rødal2010-03-261-5/+32
| | * Optimized SourceOver and 16 bit dest fetches, dest stores using NEON.Samuel Rødal2010-03-263-15/+134
| | * Optimized scaled/transformed image blending for ARGB32PM and RGB16 on RGB16.Samuel Rødal2010-03-267-419/+890
| | * Included ARM NEON optimizations from pixman in Qt.Samuel Rødal2010-03-269-49/+2781
| | * Safeguard the colortable access when converting corrupted indexed8Gunnar Sletta2010-03-261-2/+2
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-26190-3827/+8564
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-2613-522/+383
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-2613-522/+383
| | | | |\
| | * | | | Fix QItemDelegate::textRectangleEskil Abrahamsen Blomfeldt2010-03-261-1/+3
| * | | | | Synchronize rich text and plain text code paths in QStaticTextEskil Abrahamsen Blomfeldt2010-03-261-2/+4
| | |_|_|/ | |/| | |
| * | | | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-25173-3290/+8122
| |\ \ \ \
| * | | | | Fix wrong arguments order in a warning in QObject::moveToThreadOlivier Goffart2010-03-251-1/+1
| * | | | | Fix warnings and build on mingwThierry Bastian2010-03-253-473/+144
| * | | | | Fixes a deadlock with streaming in Phonon.unknown2010-03-251-6/+0
| * | | | | Fixed QPrintPreview text drawing (visible in Assistant).Trond Kjernåsen2010-03-251-2/+7
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-2583-1252/+1263
| |\ \ \ \ \
| | * | | | | itemChange() is now called when transformation properties change.Yoann Lopes2010-03-252-6/+129
| | | |/ / / | | |/| | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-2579-1243/+1128
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-253-21/+53
| | | |\ \ \ \
| | * | | | | | Fix QLabel::sizeHint()Eskil Abrahamsen Blomfeldt2010-03-251-1/+4
| | * | | | | | Fix QFontMetrics::height() and QFontMetrics autotestEskil Abrahamsen Blomfeldt2010-03-251-2/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Fix glyph advance on Mac/CarbonEskil Abrahamsen Blomfeldt2010-03-251-10/+43
| |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-2418-35/+63
| |\ \ \ \ \
| * | | | | | Add QFont::ForceIntegerMetrics style strategy flagEskil Abrahamsen Blomfeldt2010-03-243-21/+53
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-263-3/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix the bug where the ampersand symbol would be discarded.Fabien Freling2010-03-262-3/+7
| * | | | | | QtScript: Add missing API shim for signal handlingKent Hansen2010-03-261-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-268-38/+95
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't specify a BottomToTop scan line direction for YUV frames.Andrew den Exter2010-03-261-6/+22
| * | | | | Support expanding aspect ratio in direct show video window control.Andrew den Exter2010-03-264-30/+43
| * | | | | Support the Expanding aspect ratio mode in the gstreamer window control.Andrew den Exter2010-03-263-2/+30
| | |_|/ / | |/| | |
* | | | | specify the configuration's purpose based on security mode of network.Lorn Potter2010-03-263-7/+29
| |_|_|/ |/| | |
* | | | QtScript: Add API for reporting additional memory costsKent Hansen2010-03-254-3/+62
* | | | Add experimental support for StaticContents in Mac OS X.Fabien Freling2010-03-251-1/+18
* | | | Fix misspelling in function name.Fabien Freling2010-03-251-2/+2