summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-106-8/+196
* 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
* Don't write absolute TargetSpec/HostSpec paths to qt.confTor Arne Vestbø2015-12-101-2/+2
* Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-1096-1801/+82
* QLineEdit: fix the shortcut override events on a readonly line editGiuseppe D'Angelo2015-12-092-11/+77
* QAIV - allow users to control single step in ScrollPerPixel modeThorbjørn Lund Martsum2015-12-0911-7/+174
* 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
* configure: don't test AVX512 if AVX2 wasn't foundThiago Macieira2015-12-091-0/+3
* 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-083-0/+54
* QString::vasprintf: Extract Method parse_length_modifierMarc Mutz2015-12-081-47/+27
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-0863-308/+623
|\
| * QPlatformWindow::initialGeometry(): Pass screen when scaling.Friedemann Kleint2015-12-071-15/+16
| * Doc: Add the missing styles to get multi-column classes listVenugopal Shivashankar2015-12-072-0/+40
| * 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
| * syncqt: print errors and warnings to stderrThiago Macieira2015-12-051-6/+6
| * Skip testing empty window sizes on WindowsJan Arve Saether2015-12-041-1/+16
| * Fix extract style on Android 6.0BogDan Vatra2015-12-041-2/+5
| * Remove superfluous code from collectDependenciesJoerg Bornemann2015-12-041-5/+3
| * vcproj generator: Fix auto-generated inter-project dependenciesJoerg Bornemann2015-12-041-1/+1
| * 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-042-8/+40
| * Manual dialog test: Build also when QtPrintSupport is not available.Friedemann Kleint2015-12-031-4/+13
| * Doc: Added missing semicolons to snippetNico Vertriest2015-12-031-3/+3