summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-2742-259/+540
|\
| * Avoid pulling in X11 headers in brcm backendLaszlo Agocs2015-11-261-0/+3
| * Add AArch64 ASM to qimage_neon.cppAllan Sandfeld Jensen2015-11-263-5/+30
| * Fix QCOMPARE with enum classes.Robin Burchell2015-11-261-1/+1
| * Remove O(n^2) behavior in fallbacksForFamily().Volker Krause2015-11-261-3/+7
| * Send QEvent::Tooltip to QSystemTrayIconIlya Kotov2015-11-262-6/+3
| * Detect NEON on AArch64Allan Sandfeld Jensen2015-11-264-7/+9
| * Fix potential division by zero.Nicolas Capens2015-11-261-1/+2
| * iOS: Add support for delivering touch pressure on iPhone 6s/6s+ devicesTor Arne Vestbø2015-11-262-6/+33
| * Fix inplaceRgbConversion test on non-x86Allan Sandfeld Jensen2015-11-261-3/+29
| * QSignalSpy: Improve warning about unregistered parameter types.Friedemann Kleint2015-11-251-2/+5
| * Fix QTextLine::cursorToX()J-P Nurmi2015-11-251-3/+1
| * Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
| * Doc: added sample to QFileOpenEvent class detailsSamuel Gaist2015-11-243-0/+147
| * Reduce the number of paint events for QOpenGLWidgetLaszlo Agocs2015-11-243-3/+16
| * Revert "Fix deadlock when setting environment variables."Oliver Wolff2015-11-241-15/+0
| * xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-242-13/+3
| * winrt: Fix text renderingMaurice Kalinowski2015-11-241-1/+2
| * Fix undefined behavior in qRgba().Tilo Nitzsche2015-11-241-2/+2
| * Fix deadlock when setting environment variables.Samuel Nevala2015-11-231-0/+15
| * Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-233-9/+10
| * QTextLine::cursorToX: Optimize by re-using the cached valuesKonstantin Ritt2015-11-231-10/+8
| * QTextLine::cursorToX: Always return the nearest valid cursor positionKonstantin Ritt2015-11-231-9/+9
| * Get rid of QT_USE_BUNDLED_LIBPNGKonstantin Ritt2015-11-232-6/+0
| * QPI/Cocoa: QNSView - guard removeFromSuperview by autorelease poolTim Blechmann2015-11-232-0/+7
| * Windows: Fix the size of drag cursors in multi-screen setups.Friedemann Kleint2015-11-234-105/+111
| * Windows: Scale cursors from resource pixmaps according to screen.Friedemann Kleint2015-11-232-15/+34
| * Windows: Scale pixmap/bitmap cursors when High DPI scaling is active.Friedemann Kleint2015-11-232-7/+23
| * Windows: Create one QPlatformCursor per screen.Friedemann Kleint2015-11-234-17/+11
| * xcb: Fix windows opened from keyboard are not active on Marco or Xfwm4Błażej Szczygieł2015-11-231-1/+5
| * Send a paint after resize correctly from QOpenGLWidgetLaszlo Agocs2015-11-231-2/+1
| * Fix no-opengl build for texture backed widgetsLaszlo Agocs2015-11-231-0/+10
| * Mirclient: Avoid hardcoding the platform api choiceEirik Aavitsland2015-11-231-5/+0
* | QHttpSocketEngine: remove unused membersAlex Trotsenko2015-11-262-6/+0
* | Aarch64: fix Q_PROCESSOR_ARM_V8 detection.Erik Verbruggen2015-11-261-1/+3
* | qsql: remove stray includes and forward declsMark Brand2015-11-266-14/+7
* | QBlitterPaintEngine: Fix capability mask settingsLouai Al-Khanji2015-11-261-2/+2
* | QPixmapStyle: Add "We mean it." warning.Friedemann Kleint2015-11-261-0/+11
* | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-264-18/+44
* | Fix kerned advances in QRawFont on OS X and WindowsEskil Abrahamsen Blomfeldt2015-11-253-1/+18
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-2530-109/+109
* | Xcb: propagate stays-on-top or -below hints from window flagsUlf Hermann2015-11-252-0/+11
* | qsslsocket_shared_mac - fix a warning and compilation errorsTimur Pocheptsov2015-11-251-3/+3
* | QSqlResult: const for driverMark Brand2015-11-252-3/+3
* | qsql_odbc: rename QODBCPrivate to QODBCResultPrivateMark Brand2015-11-252-12/+12
* | QSslSocket: evaluate CAs in all keychain categoriesDaniel Molkentin2015-11-245-52/+160
* | Remove legacy platform code in QSslSocket for OS X < 10.5Daniel Molkentin2015-11-242-61/+27
* | Centralize dropping of trailing zeroes when converting doublesUlf Hermann2015-11-242-10/+3
* | Don't call setlocale(3) in bootstrap codeUlf Hermann2015-11-241-1/+1
* | QFileSystemWatcher: print out path in case of error.David Faure2015-11-231-1/+2