summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-1382-260/+264
* Autotests: Blacklist parts of tst_qopenglwidgetJani Vähäkangas2015-10-132-2/+12
* QMacStyle: Simplify PM_TitleBarHeight calculation.Jake Petroules2015-10-091-26/+3
* configure: Remove -xinput optionAlexander Volkov2015-10-093-69/+0
* QMetaObjectBuilder: replace two signed comparisons with one unsigned oneMarc Mutz2015-10-081-8/+8
* Mark ref-qualified members as always inlineThiago Macieira2015-10-073-20/+20
* QWeakPointer: enable move semanticsMarc Mutz2015-10-072-0/+71
* QMetaObjectBuilder: replace a QVector with std::vectorMarc Mutz2015-10-071-103/+101
* Autotests: skip three steps from tst_qglthreadsJani Vähäkangas2015-10-072-1/+10
* qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-0221-5/+24
* dbus: Port to new connect syntaxSérgio Martins2015-10-013-12/+12
* configure: correct a spurious '==' to '='hjk2015-10-011-1/+1
* Get scroll bar metrics from public API instead of hardcoded numbers.Jake Petroules2015-10-012-23/+18
* Support a MinGW mkspec with name different than "win32-g++"Thiago Macieira2015-09-301-4/+4
* Mark some obsolete enum items from QStyle for removal in Qt 6Alexander Volkov2015-09-301-9/+9
* Fix building with QT_NO_LIBRARYUlf Hermann2015-09-305-3/+22
* Implement support for 'none' value for list-style CSS propertyDan Vrátil2015-09-301-0/+3
* Allow to minimize frameless MDI subwindowsSerge Lysenko2015-09-302-3/+3
* Copy type of QVertexIndexVector during assignmentMathias Hasselmann2015-09-301-0/+1
* Fix indenting for QVertexIndexVector::operator=()Mathias Hasselmann2015-09-291-5/+5
* Avoid unnecessary setParent(0) in QMdiSubWindow::removeBaseWidget()Serge Lysenko2015-09-292-1/+25
* Fix building with QT_NO_IMUlf Hermann2015-09-281-0/+2
* Cocoa integration - re-parent NSView correctlyTimur Pocheptsov2015-09-261-0/+3
* Cocoa integration - do not make a window key during modal sessionTimur Pocheptsov2015-09-261-1/+10
* Save one full iteration and memory allocation with std::find()Sérgio Martins2015-09-251-1/+2
* configure: Report the SSE and AVX list like AVX512Thiago Macieira2015-09-252-10/+23
* configure: Add support for detecting AVX512 instructionsThiago Macieira2015-09-2511-0/+257
* configure: append any unknown compileTest arguments to the qmake command-lineThiago Macieira2015-09-251-2/+5
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-25547-7987/+10454
|\
| * xcb: fix touchscreen input with certain capabilities onlyWolfgang Bremer2015-09-251-0/+2
| * Cocoa: Don't send duplicate close events.Morten Johan Sørvig2015-09-251-6/+2
| * qdoc: Fix write to invalid memoryTopi Reinio2015-09-251-4/+12
| * tools: StringBuilder - silence clang warningTim Blechmann2015-09-251-1/+1
| * Fix deadlock on disconnectNotify() called from ~QObjectThiago Macieira2015-09-253-13/+55
| * Use a power of two division factorAllan Sandfeld Jensen2015-09-241-1/+1
| * xcb: fix yet another crash when screens are disconnectedShawn Rutledge2015-09-241-2/+4
| * QScreen manual test: don't crash when a QScreen is nullShawn Rutledge2015-09-241-4/+13
| * xcb: get Genius/Waltop tablets working againShawn Rutledge2015-09-241-0/+6
| * Print one warning for the new high DPI variables, not fourThiago Macieira2015-09-241-4/+4
| * QtDBus: update debugging info (QDBUS_DEBUG=1)Thiago Macieira2015-09-241-10/+4
| * Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-243-5/+5
| * Use QMAKE_MOD_LEX/QMAKE_MOD_YACC in lex/yacc featuresAndrew Knight2015-09-242-7/+7
| * Build ANGLE dynamically under static builds which have dynamic GL enabledAndrew Knight2015-09-241-0/+6
| * Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-244-17/+23
| * Guard against empty keys in QPlatformInputContextFactory::create().Friedemann Kleint2015-09-241-7/+9
| * qdoc: Document macro parametersTopi Reinio2015-09-241-0/+12
| * Deliver mouse press and release events on X11 also when draggingUlf Hermann2015-09-241-3/+3
| * QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-242-5/+28
| * Change indicator arrow direction in Fusion styleJoni Poikelin2015-09-241-0/+8
| * Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-242-4/+98