summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-0848-231/+438
|\
| * QPlatformWindow::initialGeometry(): Pass screen when scaling.Friedemann Kleint2015-12-071-15/+16
| * WinRT: Prepend '.' to default file suffix.Friedemann Kleint2015-12-071-2/+4
| * WinRT: Add RETURN_[]_IF_FAILED_WITH_ARGS macros.Friedemann Kleint2015-12-071-0/+10
| * Add QStyleHints::showIsMaximized().Friedemann Kleint2015-12-072-1/+19
| * Don't treat "/etc/localtime" in TZ env var as a valid timezone idMartin Klapetek2015-12-071-0/+7
| * Optimize qt_findAtNxFile by reducing the amount of allocationsOlivier Goffart2015-12-071-4/+5
| * Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-076-3/+58
| * Android: Fix QInputMethod's visible propertyOlivier Goffart2015-12-071-1/+12
| * WinRT: Set TemporaryError in QNativeSocketEngine::accept() when no connection...Friedemann Kleint2015-12-071-1/+3
| * Q_UNIMPLEMENTED: remove explicit file, line and funcinfo informationMarc Mutz2015-12-071-1/+1
| * Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-075-16/+28
| * Remove additional copyright noticeRainer Keller2015-12-072-20/+0
| * Fix typo in QObject::disconnect() documentationSérgio Martins2015-12-071-1/+1
| * Fix extract style on Android 6.0BogDan Vatra2015-12-041-2/+5
| * Respond with a sound for certain message boxes on windowsJan Arve Saether2015-12-045-13/+16
| * WinRT/QMessageBox: Default to QtWidgets-based dialog for rich text.Friedemann Kleint2015-12-041-0/+5
| * windows: enable drop for embedded windowsTim Blechmann2015-12-041-1/+11
| * QImage pixelColor and setPixelColor must use unpremultiplied QColorAllan Sandfeld Jensen2015-12-041-8/+22
| * Doc: Added missing semicolons to snippetNico Vertriest2015-12-031-3/+3
| * Doc: Clarified QTextTable::mergeCells() documentationNico Vertriest2015-12-031-2/+2
| * Freetype font engine: Restrict bold depending on OS2 weight class.Friedemann Kleint2015-12-031-2/+6
| * Combine environment variable implementationsSamuel Nevala2015-12-036-123/+129
| * Doc: corrected statement about QByteArray::clearNico Vertriest2015-12-031-2/+2
| * Doc: added doc for missing stylesheet outline properties.Nico Vertriest2015-12-031-0/+48
| * Revert "Doc: Added info about sorting in QItemSelectionModel::selectedIndexes"Nico Vertriest2015-12-031-1/+0
| * QStandardPaths::standardLocations()/WinRT: Return empty lists.Friedemann Kleint2015-12-031-1/+2
| * eglfs: Fix the logical dpi calculation for some devicesLaszlo Agocs2015-12-023-8/+23
* | QtWidgets: mark some constructors explicitMarc Mutz2015-12-075-13/+13
* | QApplication: replace some sneaky code with a strategic gotoMarc Mutz2015-12-071-2/+2
* | QAbstractItemView: replace a QPair with a dedicated structMarc Mutz2015-12-073-5/+13
* | Add missing include to qabstractitemmodel_p.hRisto Avila2015-12-071-1/+2
* | qt_poll: split out into separate file and sanitize buildLouai Al-Khanji2015-12-055-234/+317
* | qsql: remove empty Result destructorsMark Brand2015-12-053-11/+0
* | qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-0521-275/+414
* | qCount{Leading,Trailing}ZeroBits: Use __builtin_clzs for 16-bitThiago Macieira2015-12-051-0/+8
* | Properly set (sa|sin|sin6)_len on Unix systems that need itThiago Macieira2015-12-052-0/+14
* | QEasingCurve: mark nothrow move constructible/assignable and nothrow swappableMarc Mutz2015-12-041-3/+3
* | QMdiArea: replace a QList<int> with a QVectorMarc Mutz2015-12-041-1/+1
* | Clean up QGraphicsItemCache::purge()Marc Mutz2015-12-041-5/+2
* | QEventDispatcherUNIX: Remove unused mainThread member variableLouai Al-Khanji2015-12-042-4/+0
* | Raster and Blitter engines: method override markups and fixesLouai Al-Khanji2015-12-043-74/+76
* | NEON optimized qimagescaleAllan Sandfeld Jensen2015-12-043-1/+246
* | Remove the socketpair special case for eventdispatcher on INTEGRITY.Rolland Dudemaine2015-12-041-10/+1
* | pwd and group variables should be declared inside Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-4/+4
* | sys/flock.h should not be included for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-0/+3
* | Remove use of system() when QT_NO_MULTIPROCESS is defined.Rolland Dudemaine2015-12-041-0/+22
* | Use portable temporary directory implementation for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-2/+2
* | Add GHS toolchain architecture macros.Rolland Dudemaine2015-12-041-4/+5
* | Use intrinsics for GHS toolchain for CPU feature detection.Rolland Dudemaine2015-12-041-1/+26