summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* network: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-12-1310-22/+21
* widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-1210-10/+20
* Optimize moc: Preallocate space for list of preprocessed symbols.Milian Wolff2015-12-121-0/+4
* Fix compilation of isnan/isinf for MSVC2012.Erik Verbruggen2015-12-111-2/+2
* React to changes in the system color palette.Jake Petroules2015-12-112-2/+45
* QStyleOption*V<N>: mark as Q_DECL_DEPRECATEDMarc Mutz2015-12-111-12/+12
* Use modern APIs for accessing system palette.Jake Petroules2015-12-111-13/+16
* Add some functions to convert an NSColor to a QBrush.Jake Petroules2015-12-112-0/+122
* Android: Remove support for API < 16BogDan Vatra2015-12-1025-395/+122
* Don't allocate memory when creating an invalid QDateTimeSérgio Martins2015-12-101-1/+3
* Fix inconsistent override warnings.Erik Verbruggen2015-12-102-4/+5
* add a way to modify CreateProcess parametersJoerg Bornemann2015-12-105-6/+174
* QCosmeticStroker: fix misleading use of & on bool operandsAnton Kudryavtsev2015-12-101-2/+2
* Move a reusable image conversion function into QCocoaHelpers.Jake Petroules2015-12-104-14/+43
* Xcb: Fix debugging codeUlf Hermann2015-12-103-11/+30
* QLineEdit: fix the shortcut override events on a readonly line editGiuseppe D'Angelo2015-12-091-11/+17
* QAIV - allow users to control single step in ScrollPerPixel modeThorbjørn Lund Martsum2015-12-098-7/+54
* iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bitTor Arne Vestbø2015-12-094-11/+17
* qsql_sqlite: fix segfault in dtor of orphan resultMark Brand2015-12-091-1/+2
* qsql_sqlite and qsql_sqlite2: don't hold driver data in resultMark Brand2015-12-092-25/+15
* qsql: remove QSqlCachedResultPrivate::forwardOnlyMark Brand2015-12-092-3/+0
* qsql_odbc: remove forwardOnly overrideMark Brand2015-12-091-15/+5
* QtBase: use preincrement for iterator typesAnton Kudryavtsev2015-12-092-2/+2
* Remove dead code from QWidgetLineControlGiuseppe D'Angelo2015-12-082-8/+0
* Haiku: Fix compilation of network libraryTobias Koenig2015-12-081-0/+4
* Haiku: Implement QLockFilePrivate::processNameByPidTobias Koenig2015-12-081-0/+7
* Allow Q_CHECK_PTR when asserts are forcedAlex Trotsenko2015-12-081-1/+1
* Add PointerToMemberFunction for ctor of QSignalTransitionAndré Klitzing2015-12-082-0/+26
* QString::vasprintf: Extract Method parse_length_modifierMarc Mutz2015-12-081-47/+27
* 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