summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QObject: use QDebugStateSaver in the QDebug operator<<Olivier Goffart2014-10-241-3/+5
* Fix MSVC warnings about integer conversions in ODBC driver.Friedemann Kleint2014-10-241-5/+5
* Remove non-UNICODE code branches from ODBC plugin.Friedemann Kleint2014-10-241-97/+4
* Add some tools specific consistency testshjk2014-10-243-0/+150
* eglfs: Add better configuration support to KMS hooksLouai Al-Khanji2014-10-241-93/+378
* eglfs: Add various debug prints to KMS hooksLouai Al-Khanji2014-10-241-2/+18
* Android: Remove duplicate code, use pre-calculated variableBogDan Vatra2014-10-231-8/+8
* Build with -no-accessibility on OS XFrederik Gladhorn2014-10-221-4/+16
* Fix spelling errors in method names in QStorageInfo.Jeff Tranter2014-10-223-9/+9
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-20220-805/+1621
|\
| * embed a VERSIONINFO resource into Qt pluginsJoerg Bornemann2014-10-201-0/+6
| * Fix ShortcutOverride for QtQuick on OSXJosh Faust2014-10-201-2/+10
| * logging: Fix qCleanupFuncinfo to not mangle Objective-C message namesTor Arne Vestbø2014-10-202-2/+19
| * Add a hint on application window positioning with QProcess::starthjk2014-10-201-0/+7
| * Doc: add info about letter spacing type to function descLeena Miettinen2014-10-201-1/+2
| * Remove unused variable in opengl examplesLaszlo Agocs2014-10-201-2/+0
| * Doc: removed unnecessary textLeena Miettinen2014-10-201-2/+2
| * Always report focusObjectChanged on QWidget::clearFocus()Tor Arne Vestbø2014-10-201-4/+13
| * Clear specific QWindow::focusObject() on QWindowPrivate::clearFocusObject()Tor Arne Vestbø2014-10-201-2/+4
| * iOS: Don't auto-activate popup windows unless they are standaloneTor Arne Vestbø2014-10-203-11/+28
| * iOS: Remove unused and duplicated functions from QIOSWindowTor Arne Vestbø2014-10-202-4/+1
| * iOS: Fade out statusbar when scrolling view due to VKBTor Arne Vestbø2014-10-203-41/+52
| * iOS: Move UIView helpers to once placeTor Arne Vestbø2014-10-202-6/+3
| * Remove old Trolltech feature string from QXmlSimpleReader docsAlex Blasche2014-10-201-17/+0
| * transient window manual test: set window type to DialogShawn Rutledge2014-10-201-0/+1
| * Android: deadlock avoidancePaul Olav Tvete2014-10-206-1/+125
| * Delay showing keyboard until application is activePaul Olav Tvete2014-10-202-0/+15
| * Correct QPainter::clipPath() documentation.Mitch Curtis2014-10-201-2/+1
| * Remove QOpenGLContextPrivate::globalShareContextJocelyn Turcotte2014-10-202-13/+0
| * Fix QOpenGLWindow tests when devicePixelRatio != 1Jørgen Lind2014-10-202-16/+19
| * tst_QPointer: fix memleakMarc Mutz2014-10-191-1/+2
| * QEasingCurve: fix mem leak in operator>>Marc Mutz2014-10-191-0/+2
| * tst_QState: fix memleaksMarc Mutz2014-10-191-9/+9
| * tst_QThreadPool: fix memleakMarc Mutz2014-10-191-6/+6
| * tst_QSharedPointer: fix memleakMarc Mutz2014-10-191-1/+2
| * tst_QMetaType: fix memleaksMarc Mutz2014-10-191-14/+26
| * tst_QMimeData: test doesn't require QGuiApplicationMarc Mutz2014-10-191-1/+1
| * qdatetime.h: include correct headerMarc Mutz2014-10-191-1/+1
| * Android: Update Ministro's requirements.BogDan Vatra2014-10-192-2/+2
| * Widgets: only update IM if the widget is the current focus objectRichard Moe Gustavsen2014-10-191-4/+6
| * Add qHash(QSslError) overloadMarc Mutz2014-10-194-5/+24
| * Add qHash(QSslCertificate) overloadMarc Mutz2014-10-196-5/+38
| * QSizePolicy: remind to mark as Q_PRIMITIVE_TYPE in Qt 6Marc Mutz2014-10-191-0/+4
| * iOS: ensure we have a valid focusObject before sending it IM eventsRichard Moe Gustavsen2014-10-191-1/+1
| * iOS: ignore sender of actions for edit menuRichard Moe Gustavsen2014-10-191-1/+2
| * CoreText font database: Use dynamic type on iOS to resolve theme fontsRichard Moe Gustavsen2014-10-191-5/+45
| * iOS: ensure edit menu works on iOS6Richard Moe Gustavsen2014-10-191-3/+8
| * OS X: Emit QClipboard::dataChanged when activating applicationDyami Caliri2014-10-182-3/+21
| * Bump default deployment target to 10.7Morten Johan Sørvig2014-10-188-8/+8
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-187-22/+211
| |\