summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: Simplify PM_TitleBarHeight calculation.Jake Petroules2015-10-091-26/+3
* 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-071-0/+10
* QMetaObjectBuilder: replace a QVector with std::vectorMarc Mutz2015-10-071-103/+101
* qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-0219-5/+22
* dbus: Port to new connect syntaxSérgio Martins2015-10-013-12/+12
* Get scroll bar metrics from public API instead of hardcoded numbers.Jake Petroules2015-10-012-23/+18
* Mark some obsolete enum items from QStyle for removal in Qt 6Alexander Volkov2015-09-301-9/+9
* 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-291-1/+3
* 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: Add support for detecting AVX512 instructionsThiago Macieira2015-09-251-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-25358-6072/+6389
|\
| * 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
| * 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-242-2/+2
| * Build ANGLE dynamically under static builds which have dynamic GL enabledAndrew Knight2015-09-241-0/+6
| * Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-242-15/+14
| * 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-241-5/+24
| * Change indicator arrow direction in Fusion styleJoni Poikelin2015-09-241-0/+8
| * Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-4/+4
| * Be more forgiving about arguments to QString::arg(double).Christian Kandeler2015-09-241-2/+2
| * Doc: Fix QDoc warnings for QTextStreamTopi Reinio2015-09-241-3/+3
| * winphone: Obtain QLocale::uiLanguages properlyOliver Wolff2015-09-241-6/+0
| * Allow vertical resizing of wizard pages with water markLouai Al-Khanji2015-09-241-1/+0
| * Fix maximum size of .ico files in ICOReader::write()Serge Lysenko2015-09-241-4/+6
| * Speed up printing when drawing opaque primitives.Jan Arve Saether2015-09-232-3/+13
| * Synchronize QInputDeviceManager touch device count with QTouchDeviceRomain Pokrzywka2015-09-238-34/+120
| * Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-0/+120
| * Doc: Mention that calling parent class event() is importantAlbert Astals Cid2015-09-232-0/+34
| * windows: Improve error handling with EGLLaszlo Agocs2015-09-231-12/+31
| * Close QWidgetWindows by closing the windowMorten Johan Sørvig2015-09-231-2/+2