summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing painting with X11 paint engine.Samuel Rødal2011-07-041-0/+2
* Store styleName in font databaseJiang Jiang2011-07-043-12/+38
* Merge remote-tracking branch 'qt-mainline/4.8'aavit2011-07-014-4/+5
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-07-014-4/+5
| |\
| | * Symbian socket engine: remove remaining todo commentsShane Kearns2011-06-302-4/+3
| | * Fix invalid read in QUrl::removeAllEncodedQueryItemsOlivier Goffart2011-06-281-0/+1
| | * Push the data together with the error in the synchronous case.Pierre Rossi2011-06-281-0/+1
* | | Fix resource leak in QFontEngineDirectWriteEskil Abrahamsen Blomfeldt2011-06-301-2/+3
* | | Fix transformations on DirectWrite rasterized textEskil Abrahamsen Blomfeldt2011-06-302-47/+104
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-06-296-591/+0
|\ \ \ | |/ / |/| |
| * | Remove openvglite pluginPaul Olav Tvete2011-06-296-591/+0
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-06-2917-92/+113
|\ \ \ | |/ /
| * | Fix vertical positioning of glyphs in raster engine with FreeTypeJiang Jiang2011-06-281-3/+4
| * | Ensure a small event check interval on uikit platform.con2011-06-281-1/+1
| * | Change default application font for uikit platform.con2011-06-281-0/+6
| * | Use the QPoint memory layout change only on Desktop Maccon2011-06-281-1/+1
| * | Fix 2cb398e1d901e62384bb2b388761cfd18fc8804a in case of no coreservicescon2011-06-282-0/+5
| * | Post key events via QWindowSystemInterface, don't post events direclyIan2011-06-272-27/+12
| * | Use nicer fonts and a few little patches to uikit platform.Ian2011-06-276-18/+25
| * | Update README and qmlapplicationviewer to suit 4.8.con2011-06-276-43/+60
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging into mas...Qt Continuous Integration System2011-06-2820-346/+346
|\ \ \
| * | | Re-apply licenseheader text in source files for qt4.8Jyri Tahtela2011-06-2720-346/+346
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-06-283-1/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'qt-mainline/4.8'aavit2011-06-2768-426/+540
| |\ \ \
| * | | | Reorder variable to eliminate warningsJiang Jiang2011-06-271-1/+1
| * | | | Only compare styleNames if they are not emptyJiang Jiang2011-06-272-2/+2
| * | | | Add styleName to QFontDef comparisonJiang Jiang2011-06-252-0/+4
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-06-279-18/+42
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Make it compile with openssl 1.0.0d, gcc 4.6Bernhard Rosenkraenzer2011-06-273-0/+12
| * | | | QStringBuilder: do not crash with null char*Olivier Goffart2011-06-272-0/+4
| * | | | Fix event delevery orderOlivier Goffart2011-06-274-18/+26
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-06-278-30/+355
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Incorrect property name in QAccessibleAbstractSpinBox::setCurrentValueJosé Millán Soto2011-06-231-1/+1
| * | | | Merge remote-tracking branch 'upstream/4.8'Frederik Gladhorn2011-06-2028-266/+538
| |\ \ \ \
| * \ \ \ \ Merge branch '4.8'Frederik Gladhorn2011-06-20305-6132/+9182
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'upstream/4.8' into 4.8Frederik Gladhorn2011-06-124343-82870/+90644
| | |\ \ \ \ \
| | * | | | | | When asking for relations, don't crash on children that don't return an inter...Frederik Gladhorn2011-06-101-4/+7
| | * | | | | | Remove more inconsistencies with invisible.Frederik Gladhorn2011-06-101-18/+0
| | * | | | | | QAccessibleToolButton::text should return accessibleName if set.Frederik Gladhorn2011-06-101-1/+1
| | * | | | | | Remove stray semicolon.Frederik Gladhorn2011-06-101-1/+1
| | * | | | | | Do not expose text when echo mode is not Normal.José Millán Soto2011-06-101-0/+4
| | * | | | | | Check validator when changing text using accessibility functions.José Millán Soto2011-06-101-1/+8
| | * | | | | | Fix some issues introduced in df6713b8f55fc007796f40.Pierre Rossi2011-06-091-1/+1
| | * | | | | | Add tilde (both ~ and ~<userName>) expansion to QFileDialog on UNIX.Pierre Rossi2011-06-081-4/+73
| | * | | | | | Avoid bogus accessibility focus events from menus.Frederik Gladhorn2011-06-081-0/+4
| | * | | | | | Build fix for Mac OS 10.5Richard Moe Gustavsen2011-06-061-4/+5
| | * | | | | | Avoided calling updateAccessibility() from updateMicroFocus if the item was h...Jan-Arve Sæther2011-05-091-2/+4
| | * | | | | | Notify a11y framework of FocusChanges for QGraphicsObjectJan-Arve Sæther2011-05-091-0/+12
| | * | | | | | Call updateAccessibility on the QGraphicsObject in updateMicroFocusJan-Arve Sæther2011-05-091-6/+10
| | * | | | | | Fix updateAccessibility for QGraphicsObjectsJan-Arve Sæther2011-05-091-1/+123