summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-242-13/+3
| | * Simplify a search for terminator.Edward Welbourne2015-11-241-7/+4
| | * 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
| | * Doc: Online style: Decrease font size of enum tables' Value columnTopi Reinio2015-11-231-0/+3
| | * Fix QT_CPU_FEATURESAllan Sandfeld Jensen2015-11-231-1/+1
| | * 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
* | | qsql: move Q<driver>Result out of headerMark Brand2015-11-278-142/+134
* | | qsql: add missing Q_EXPORT_SQLDRIVER_* macrosMark Brand2015-11-273-3/+15
* | | Remove dead code.Jake Petroules2015-11-279-42/+7
|/ /
* | 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
* | QPair: add compile test involving pair with contained C arrayMarc Mutz2015-11-261-0/+11
* | QPair: add tests for conversion ctor/assignment operatorsMarc Mutz2015-11-261-0/+58
* | QBlitterPaintEngine: Fix capability mask settingsLouai Al-Khanji2015-11-261-2/+2
* | Configure with -system-harfbuzz by defaultKonstantin Ritt2015-11-261-6/+9
* | 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-255-1/+52
* | 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
* | Remove insignificant from qglfunctions testTony Sarajärvi2015-11-251-2/+0
* | 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
* | Remove unneeded insignificant flag in qopenglTony Sarajärvi2015-11-241-2/+0
* | Remove insignificant test flag for unsupported distroTony Sarajärvi2015-11-241-1/+0
* | QFileSystemWatcher: print out path in case of error.David Faure2015-11-231-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-2371-589/+1183
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-2371-589/+1183
| |\|
| | * QTextLine::cursorToX: Fix typo in the documentationKonstantin Ritt2015-11-221-1/+1
| | * Use system libpng in bundled FT, if availableKonstantin Ritt2015-11-221-0/+4