Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Fix QDate::isLeapYear() for years < 1 | John Layt | 2010-03-30 | 2 | -9/+46 | |
* | | | | | | | One more test for chinese codecs | Olivier Goffart | 2010-03-30 | 1 | -0/+39 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-30 | 76 | -1273/+5686 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | QScript: More missing APIShim | Olivier Goffart | 2010-03-29 | 1 | -0/+4 | |
| * | | | | | QScriptEngine: Fix reentrency involving creation and desctructions of QScript... | Olivier Goffart | 2010-03-29 | 4 | -24/+101 | |
| * | | | | | Work-around Symbian 10.1's broken egl.h | Tom Cooksey | 2010-03-29 | 2 | -4/+9 | |
| * | | | | | Add some #warnings to debug Symbian EGL build failure | Tom Cooksey | 2010-03-29 | 1 | -0/+24 | |
| * | | | | | Don't detect EGLImage presence by testing function pointers | Tom Cooksey | 2010-03-29 | 1 | -2/+2 | |
| * | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 31 | -101/+457 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | QVarLenghtArray: add some API to be consistant to QVector | Olivier Goffart | 2010-03-29 | 3 | -1/+63 | |
| | * | | | | | Don't try to resolve EGLImage function pointers if they are defined | Tom Cooksey | 2010-03-29 | 1 | -0/+2 | |
| | * | | | | | 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 | 3 | -13/+90 | |
| | * | | | | | Define QT_NO_EGL in configure.exe | Tom Cooksey | 2010-03-26 | 1 | -0/+4 | |
| | * | | | | | 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 | 59 | -1108/+5113 | |
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| | | * | | | | cetest: remove source file duplicates from cetest.pro | Joerg Bornemann | 2010-03-26 | 1 | -2/+0 | |
| | | * | | | | 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 | |
| | | * | | | | Stabilize tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaint | Gabriel de Dietrich | 2010-03-26 | 1 | -3/+6 | |
| | | * | | | | QMetaObject::normalizeType: Fix parsing of type which contains "const" in names | Olivier Goffart | 2010-03-26 | 3 | -1/+19 | |
| | | * | | | | QMetaObject::normalizeType: fix uses of const and template. | Olivier Goffart | 2010-03-26 | 4 | -1/+40 | |
| * | | | | | | 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 | 5 | -30/+46 | |
| * | | | | | | Change QStaticText::setMaximumSize() to setTextWidth() | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 6 | -89/+109 | |
| * | | | | | | Respect QPainter::pen() in QPainter::drawStaticText() | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 3 | -4/+103 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-03-26 | 29 | -541/+4385 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Paintbuffer single frame profiling. | Samuel Rødal | 2010-03-26 | 4 | -25/+400 | |
| | * | | | | | 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 | 10 | -49/+2820 | |
| | * | | | | | 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 | 309 | -14542/+14361 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | 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 | 25 | -556/+555 | |
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | ||||||
| | | | * | | | | 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 | 25 | -556/+555 | |
| | | | |\ \ \ \ | ||||||
| | * | | | | | | | 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 | 2 | -2/+40 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Fix bad merge | Olivier Goffart | 2010-03-25 | 1 | -15/+7 | |
| * | | | | | | | Merge remote branch 'origin/4.7' into 4.7 | Olivier Goffart | 2010-03-25 | 284 | -13975/+13795 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | 8 | -497/+164 | |
| * | | | | | | | | Fixes a deadlock with streaming in Phonon. | unknown | 2010-03-25 | 1 | -6/+0 | |
| * | | | | | | | | cetest build fix | Joerg Bornemann | 2010-03-25 | 2 | -1/+4 | |
| * | | | | | | | | cetest build fix for TCP sync connection | Joerg Bornemann | 2010-03-25 | 2 | -0/+24 | |
| * | | | | | | | | Fixed QPrintPreview text drawing (visible in Assistant). | Trond Kjernåsen | 2010-03-25 | 1 | -2/+7 | |