summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | Window and Application fixes for accessibility.Frederik Gladhorn2011-03-233-4/+39
| | * | | | | | | | | | | | | | | | | Call QAccessible::updateAccessibility when changing accessible name.Frederik Gladhorn2011-03-232-0/+7
| | * | | | | | | | | | | | | | | | | Unit test for characterRect in Accessible TextInterface.Frederik Gladhorn2011-03-221-0/+5
| | * | | | | | | | | | | | | | | | | QAccessibleTextEdit: Using x coordinate for calculate character widthJosé Millán Soto2011-03-221-1/+1
| | | |_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Use the virtual API to clear a selection.Stephen Kelly2011-03-152-5/+56
| * | | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-04-2871-699/+2364
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge remote branch 'qt-fire-review/master'aavit2011-04-2828-144/+254
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-teamQt Continuous Integration System2011-04-2726-137/+246
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / / / / / / | | | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | 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-272-3/+25
| | | * | | | | | | | | | | | | | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-teamQt Continuous Integration System2011-04-273-7/+8
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / /
| | | | * | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | | Merge remote branch 'qt-mainline/master'aavit2011-04-26528-13359/+35350
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of scm.dev.troll.no:qt/qt-fire-reviewEskil Abrahamsen Blomfeldt2011-04-2347-556/+2111
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-teamQt Continuous Integration System2011-04-2283-942/+5624
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | 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
| | | | * | | | | | | | | | | | | | | Skip linearGradientSymmetry test on QWS.Samuel Rødal2011-04-191-0/+4
| | | | * | | | | | | | | | | | | | | Turn on HarfBuzz support for Mac/CocoaJiang Jiang2011-04-193-2/+51
| | | | * | | | | | | | | | | | | | | Support visual cursor movement for BIDI textJiang Jiang2011-04-1917-273/+998
| | | | * | | | | | | | | | | | | | | Disable tst_QPixmap::onlyNullPixmapsOutsideGuiThread on MacJiang Jiang2011-04-181-2/+2
| | | | * | | | | | | | | | | | | | | Revert "Switch the default graphics system to raster on Mac."Fabien Freling2011-04-181-1/+1
| | | | * | | | | | | | | | | | | | | Fix an race condition in the auto test.Fabien Freling2011-04-181-2/+4
| | | | * | | | | | | | | | | | | | | Made linearGradientSymmetry test pass on qreal=float platforms.Samuel Rødal2011-04-181-2/+2
| | | | * | | | | | | | | | | | | | | Make sure #ifdef'd tests still have main() functionEskil Abrahamsen Blomfeldt2011-04-182-6/+12
| | | | * | | | | | | | | | | | | | | Long live QRawFont!Eskil Abrahamsen Blomfeldt2011-04-1542-388/+3509
| | | | * | | | | | | | | | | | | | | Fix an race condition in the auto test.Fabien Freling2011-04-151-2/+5
| | | | * | | | | | | | | | | | | | | 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-1321-130/+617
| | | | * | | | | | | | | | | | | | | Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-04-136-77/+256
| | | | * | | | | | | | | | | | | | | 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 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-04-280-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Revert "Added QStringRef::toLatin1 and QStringRef::toUtf8"Thorbjørn Lindeijer2011-04-282-43/+0
| | * | | | | | | | | | | | | | | | | Added QStringRef::toLatin1 and QStringRef::toUtf8Thorbjørn Lindeijer2011-04-272-0/+43
| * | | | | | | | | | | | | | | | | | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-04-2723-94/+401
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-04-271-4/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-04-271-4/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | Specify swap behavior preserved bit in openvg engine.Laszlo Agocs2011-04-271-4/+5