summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eglfs kms: allow overriding physical display size via env variablesShawn Rutledge2015-12-171-2/+8
* NEON optimized bilinear samplingAllan Sandfeld Jensen2015-12-174-43/+123
* iOS: Switch backingstore to use raster paint engine, not GLTor Arne Vestbø2015-12-176-85/+225
* QGraphicsAnchorLayout: replace three loops over QHash::keys() with QHash::con...Marc Mutz2015-12-162-7/+9
* QGraphicsAnchorLayout: replace a Q_FOREACH with std::accumulateMarc Mutz2015-12-161-4/+2
* QGraphicsAnchorLayout: own includes go firstMarc Mutz2015-12-161-1/+2
* QFileDialogPrivate::restoreWidgetState(): use range-erase instead of while po...Marc Mutz2015-12-161-2/+4
* QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-1622-170/+138
* QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-166-33/+34
* Sanitize JSON test datahjk2015-12-162-5/+5
* QMessageBox: optimize textToCopy string constructionMarc Mutz2015-12-151-13/+10
* Windows: Fix QWindowsInputContext for Japanese IME.YAMAMOTO Atsushi2015-12-151-1/+2
* Testlib: Gather methods in a class.Friedemann Kleint2015-12-151-118/+110
* [docs] Fix assocated -> associatedMarc Mutz2015-12-154-7/+7
* QTreeWidget: fix const-incorrectness in indexFromItem() parametersMarc Mutz2015-12-152-2/+14
* Make native cursor handles accessible.Friedemann Kleint2015-12-149-1/+71
* QProcess/Windows: Fix handling of workingDirectory.Friedemann Kleint2015-12-141-1/+2
* tst_QChar: add a check for comparing against int/uintMarc Mutz2015-12-131-0/+25
* QString: mark relational operators (and compare()) nothrowMarc Mutz2015-12-132-62/+63
* QChar: mark remaining relational operators nothrowMarc Mutz2015-12-131-4/+4
* 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
* qt_safe_poll: fix Windows to QNX/Android cross compilesLouai Al-Khanji2015-12-111-0/+5
* 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