summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make QtQuick2 compile on QPAEskil Abrahamsen Blomfeldt2011-04-2721-126/+201
* Use maximum ascent/descent/leading from fallback fonts in shapingJiang Jiang2011-04-276-8/+20
* Another ugly hack to make bidi cursor work with Core TextJiang Jiang2011-04-271-3/+24
* Make sure layoutData exist before checking for string directionJiang Jiang2011-04-271-0/+2
* Removed warning from QPixmap::handle().Samuel Rødal2011-04-261-6/+2
* Take leading space width into account for painting and selectionJiang Jiang2011-04-262-1/+4
* doc: Simplify language in QGlyphs docsEskil Abrahamsen Blomfeldt2011-04-221-2/+2
* doc: Minor cleanup in QGlyphs docsEskil Abrahamsen Blomfeldt2011-04-211-1/+1
* Remove extra comma at the end of enum listJiang Jiang2011-04-201-1/+1
* Fix compilation with Qt3SupportJiang Jiang2011-04-191-0/+1
* Don't transform glyph positions for Core Graphics paint engineJiang Jiang2011-04-191-2/+3
* Turn on HarfBuzz support for Mac/CocoaJiang Jiang2011-04-192-1/+36
* Support visual cursor movement for BIDI textJiang Jiang2011-04-1914-272/+627
* Revert "Switch the default graphics system to raster on Mac."Fabien Freling2011-04-181-1/+1
* Long live QRawFont!Eskil Abrahamsen Blomfeldt2011-04-1536-382/+2672
* Another attempt at fixing the MSVC2005 build.Samuel Rødal2011-04-151-1/+6
* Compile fix in qdrawhelper_sse2.cpp for MSVC 2005.Samuel Rødal2011-04-141-0/+5
* Compile fix in qdrawhelper_sse2.cpp.Samuel Rødal2011-04-141-1/+1
* Added support for six-parameter radial gradients.Samuel Rødal2011-04-1317-128/+489
* Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-04-135-72/+222
* Optimized radial gradient fetch using SSE 2.Samuel Rødal2011-04-133-0/+98
* Improved qt_gradient_clamp for reflect spreads.Samuel Rødal2011-04-131-5/+2
* Prepared for SIMD implementation of radial gradients.Samuel Rødal2011-04-132-177/+174
* Fix a race condition when the main window is being destructed.Fabien Freling2011-04-122-1/+3
* Switch the default graphics system to raster on Mac.Fabien Freling2011-04-111-1/+1
* Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-04-103-20/+31
|\
| * Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-103-20/+31
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-04-092-17/+30
| | |\
| | | * [QTBUG-15278] QWidget::windowState gets out of sync (Aero Snap)Arnold Konrad2011-04-081-9/+25
| | | * HTTP cacheing: do not store the date header with the resourcePeter Hartmann2011-04-081-8/+5
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-04-091-3/+1
| | |\ \
| | | * | Let's not write to the source buffer when blending argb32 on rgb16.Samuel Rødal2011-04-081-3/+1
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qa-staging into master-...Qt Continuous Integration System2011-04-093-13/+13
|\ \ \ \ \
| * \ \ \ \ Merge remote branch 'qa-review/master' into qa-staging-masterRohan McGovern2011-04-083-13/+13
| |\ \ \ \ \
| | * | | | | Fix typos in QSharedPointer documentation.Jason McDonald2011-04-061-11/+11
| | * | | | | Merge qt/qt.git master into qa-team-masterRohan McGovern2011-03-24878-10790/+50350
| | |\ \ \ \ \
| | * | | | | | Update copyright year to 2011.Jason McDonald2011-01-113970-3982/+3982
* | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-04-098-36/+63
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-098-36/+63
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | / / / | | | |_|/ / / | | |/| | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into 4.7-int...Qt Continuous Integration System2011-04-084-24/+34
| | |\ \ \ \ \
| | | * | | | | Cocoa: p1 bug fix: fix auto test regressionsRichard Moe Gustavsen2011-04-071-5/+10
| | | * | | | | Cocoa: p1 bug fix: revert use of subWindowStackingRichard Moe Gustavsen2011-04-064-24/+29
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-082-10/+22
| | |\ \ \ \ \ \
| | | * | | | | | Image w/ PreserveAspectFit has its width changed once more than needed.Martin Jones2011-04-072-10/+22
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-04-082-2/+7
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Ensure shared network session deleted from correct threadShane Kearns2011-04-071-1/+6
| | | * | | | | | Revert "Remove SIGBUS emission from QNetworkSession destruction."Adrian Constantin2011-04-071-1/+1
* | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast...Qt Continuous Integration System2011-04-081-4/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix QLocalSocket::isValid() on WindowsJoerg Bornemann2011-04-061-4/+1
* | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-04-088-138/+133
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |