Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | * | | | | QVarLenghtArray: add some API to be consistant to QVector | Olivier Goffart | 2010-03-29 | 2 | -1/+50 | |
| | | | | | | * | | | | Don't try to resolve EGLImage function pointers if they are defined | Tom Cooksey | 2010-03-29 | 1 | -0/+2 | |
| | | | | | * | | | | | Implement proper QStaticText support in QPaintBuffer | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 2 | -14/+29 | |
| | | | | | * | | | | | Make QStaticText layout lazy | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 4 | -29/+45 | |
| | | | | | * | | | | | Change QStaticText::setMaximumSize() to setTextWidth() | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 5 | -70/+77 | |
| | | | | | * | | | | | Respect QPainter::pen() in QPainter::drawStaticText() | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 2 | -4/+13 | |
| | * | | | | | | | | | Total makeover of SVG image reader | aavit | 2010-03-31 | 2 | -67/+106 | |
| | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | Change ORs to ANDs when checking EGLImage extension defines | Tom Cooksey | 2010-03-29 | 2 | -4/+4 | |
| | * | | | | | | | | Protect EGLImage function definitions in #ifdef | Tom Cooksey | 2010-03-29 | 1 | -0/+2 | |
| | * | | | | | | | | Fix a bug in greek shaping causing infinite loops | Lars Knoll | 2010-03-26 | 2 | -13/+54 | |
| | * | | | | | | | | improve mingw 64 bit support | Thierry Bastian | 2010-03-26 | 1 | -1/+1 | |
| | * | | | | | | | | Fix build on Windows | Tom Cooksey | 2010-03-26 | 1 | -0/+1 | |
| | * | | | | | | | | Round instead of ceil font metrics when ForceIntegerMetrics is enabled | Tor Arne Vestbø | 2010-03-26 | 1 | -24/+24 | |
| | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-26 | 41 | -1063/+4719 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Remove EGLImage create/destroy resolving from VG pixmap data | Tom Cooksey | 2010-03-26 | 1 | -6/+1 | |
| | | * | | | | | | | | Avoid having to create temporary QPixmaps when binding to texture | Tom Cooksey | 2010-03-26 | 4 | -13/+10 | |
| | | * | | | | | | | | Implement Texture-From-Pixmap using EGLImage extensions on X11/EGL | Tom Cooksey | 2010-03-26 | 6 | -37/+190 | |
| | | * | | | | | | | | QMetaObject::normalizeType: Fix parsing of type which contains "const" in names | Olivier Goffart | 2010-03-26 | 1 | -1/+2 | |
| | | * | | | | | | | | QMetaObject::normalizeType: fix uses of const and template. | Olivier Goffart | 2010-03-26 | 1 | -1/+3 | |
| | | | |_|_|/ / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-03-26 | 27 | -532/+4256 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Paintbuffer single frame profiling. | Samuel Rødal | 2010-03-26 | 3 | -16/+310 | |
| | | | * | | | | | | | Optimized ARGB32PM on RGB16 blending with opacity using NEON. | Samuel Rødal | 2010-03-26 | 1 | -5/+32 | |
| | | | * | | | | | | | Optimized SourceOver and 16 bit dest fetches, dest stores using NEON. | Samuel Rødal | 2010-03-26 | 3 | -15/+134 | |
| | | | * | | | | | | | Optimized scaled/transformed image blending for ARGB32PM and RGB16 on RGB16. | Samuel Rødal | 2010-03-26 | 7 | -419/+890 | |
| | | | * | | | | | | | Included ARM NEON optimizations from pixman in Qt. | Samuel Rødal | 2010-03-26 | 9 | -49/+2781 | |
| | | | * | | | | | | | Safeguard the colortable access when converting corrupted indexed8 | Gunnar Sletta | 2010-03-26 | 1 | -2/+2 | |
| | | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-03-26 | 190 | -3827/+8564 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-26 | 13 | -522/+383 | |
| | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-26 | 13 | -522/+383 | |
| | | | | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | Fix QItemDelegate::textRectangle | Eskil Abrahamsen Blomfeldt | 2010-03-26 | 1 | -1/+3 | |
| | | * | | | | | | | | | | | Synchronize rich text and plain text code paths in QStaticText | Eskil Abrahamsen Blomfeldt | 2010-03-26 | 1 | -2/+4 | |
| | | | |_|_|/ / / / / / / | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge remote branch 'origin/4.7' into 4.7 | Olivier Goffart | 2010-03-25 | 173 | -3290/+8122 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Fix wrong arguments order in a warning in QObject::moveToThread | Olivier Goffart | 2010-03-25 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | Fix warnings and build on mingw | Thierry Bastian | 2010-03-25 | 3 | -473/+144 | |
| | | * | | | | | | | | | | | Fixes a deadlock with streaming in Phonon. | unknown | 2010-03-25 | 1 | -6/+0 | |
| | | * | | | | | | | | | | | Fixed QPrintPreview text drawing (visible in Assistant). | Trond Kjernåsen | 2010-03-25 | 1 | -2/+7 | |
| | | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-03-25 | 83 | -1252/+1263 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | itemChange() is now called when transformation properties change. | Yoann Lopes | 2010-03-25 | 2 | -6/+129 | |
| | | | | |/ / / / / / / / / | | | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-03-25 | 79 | -1243/+1128 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-25 | 3 | -21/+53 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | Fix QLabel::sizeHint() | Eskil Abrahamsen Blomfeldt | 2010-03-25 | 1 | -1/+4 | |
| | | | * | | | | | | | | | | | | Fix QFontMetrics::height() and QFontMetrics autotest | Eskil Abrahamsen Blomfeldt | 2010-03-25 | 1 | -2/+2 | |
| | | | | |/ / / / / / / / / / | | | | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Fix glyph advance on Mac/Carbon | Eskil Abrahamsen Blomfeldt | 2010-03-25 | 1 | -10/+43 | |
| | | |/ / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-03-24 | 18 | -35/+63 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Add QFont::ForceIntegerMetrics style strategy flag | Eskil Abrahamsen Blomfeldt | 2010-03-24 | 3 | -21/+53 | |
* | | | | | | | | | | | | | | | Revert "adds a timeout option to QThreadPool::waitForDone();" | Pierre Rossi | 2010-04-01 | 3 | -15/+7 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Fix compilation on Windows: forgot to change one toTime_tHelper | Thiago Macieira | 2010-03-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-31 | 45 | -277/+379 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix compilation with Sun CC: no semi-colon after Q_ENUM. | Thiago Macieira | 2010-03-31 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Remove the "Insert unicode control character" menu entry on X11. | Pierre Rossi | 2010-03-31 | 4 | -8/+59 | |