summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introducing QComposeInputContextGatis Paeglis2013-03-2110-2/+1089
* Merge "Merge remote-tracking branch 'gerrit/release' into stable" into refs/s...Sergio Ahumada2013-03-2111-161/+200
|\
| * Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-2111-161/+200
| |\
| | * pass module version to syncqtOswald Buddenhagen2013-03-202-2/+2
| | * qtbase: Fix duplicate symbol errors in static build on MacGabriel de Dietrich2013-03-203-29/+34
| | * Windows native file dialogs: Split suffix list correctly.Friedemann Kleint2013-03-201-1/+3
| | * Make QVariant docs refer to QMetaType::Type.Mitch Curtis2013-03-191-115/+165
| | * Don't call updateAccessibility from graphicsviewJan Arve Saether2013-03-152-20/+0
| | * Fixed crash when VNCing and trying to use non-present XFixes extension.Mitch Curtis2013-03-151-1/+1
| | * Correct QDate and QTime documentation.Mitch Curtis2013-03-141-6/+2
| | * Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-141-6/+6
| | * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-5/+5
| | * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-4/+3
| | * Fix static builds with ICUKai Koehne2013-03-121-2/+13
* | | Send expose when we get a geometry change.Gunnar Sletta2013-03-211-0/+1
* | | window should not be resizable while its transient popup is openShawn Rutledge2013-03-211-4/+11
|/ /
* | QWindowsVistaStyle::drawPrimitive(PE_Frame): fix background clippingJ-P Nurmi2013-03-211-10/+7
* | QWindowsVistaStyle: fix QTextBrowser frameJ-P Nurmi2013-03-211-1/+2
* | ODBC: lost info about column metadata on SQL_NO_DATAIsrael Lins2013-03-201-5/+0
* | Merge "Merge branch 'dev' into stable" into refs/staging/stableSergio Ahumada2013-03-201840-24749/+182724
|\ \
| * \ Merge branch 'dev' into stableOswald Buddenhagen2013-03-201840-24749/+182724
| |\ \
| | * | Fix the font engines leakingKonstantin Ritt2013-03-207-113/+126
| | * | Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-19439-439/+439
| | * | Document restrictions on the new connection syntaxOlivier Goffart2013-03-191-0/+7
| | * | Support connection to functor with multiple operator()Olivier Goffart2013-03-192-6/+64
| | * | Mark QtPrivate::ApplyReturnType constructor as explicit.Olivier Goffart2013-03-191-1/+1
| | * | BlackBerry: implement QWidget::showMinimized()Rafael Roquetto2013-03-193-3/+38
| | * | QLocalePrivate: Add convenience language/script/country to code helpersKonstantin Ritt2013-03-192-14/+18
| | * | Fix crash when trying to access accessible parent in dtorFrederik Gladhorn2013-03-191-1/+1
| | * | Move QTextEngine implementation details from QTextLayoutKonstantin Ritt2013-03-193-86/+95
| | * | OSX: a window which has WindowDoesNotAcceptFocus isn't first responderShawn Rutledge2013-03-191-0/+2
| | * | OSX: obey the Qt::WindowTransparentForInput flagShawn Rutledge2013-03-191-0/+2
| | * | iOS: Use didFinishLaunchingWithOptions to support iOS < 6.0Tor Arne Vestbø2013-03-191-2/+2
| | * | Fix build on iOS by using QOPENGLF_APIENTRY intead of APIENTRY directlyTor Arne Vestbø2013-03-191-1/+1
| | * | Add minimumtotal option to improve accuracy of short-lived benchmarks.Mirko Boehm (AWS)2013-03-194-1/+33
| | * | Document ResourceErrorAlbert Astals Cid2013-03-191-1/+1
| | * | Fix wildcard signal disconnection in QDBusAbstractInterfaceThiago Macieira2013-03-192-5/+16
| | * | Make sure that signal disconnects don't disconnect too muchThiago Macieira2013-03-191-1/+1
| | * | Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-1937-5/+77
| | * | Perform kerning in QRawFont::advancesForGlyphIndexesAllan Sandfeld Jensen2013-03-192-7/+74
| | * | Add the Deselect StandardKeyAlbert Astals Cid2013-03-182-1/+5
| | * | Windows: Fix drop shadows for widget tool tips.Friedemann Kleint2013-03-181-0/+5
| | * | Windows: Fix class name generation for Qt Quick Controls.Friedemann Kleint2013-03-181-42/+39
| | * | Make QT_STYLE_OVERRIDE env variable available to release buildsShawn Rutledge2013-03-181-4/+0
| | * | Add predefined macros for endian detection with the TI toolchainsLaszlo Papp2013-03-181-2/+2
| | * | Add convenience distance methods to QVector2DLaszlo Papp2013-03-182-0/+36
| | * | Add Qt::AA_UseHighDpiPixmaps.Morten Johan Sørvig2013-03-172-0/+9
| | * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-16239-875/+875
| | * | bring bootstrapped QT magic from qt_tool to qt_moduleOswald Buddenhagen2013-03-162-5/+2
| | * | Long live QOpenGLDebug!Giuseppe D'Angelo2013-03-153-2/+2030