summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * eglfs: ifdef linux specific functionality from convenience functionsPasi Petäjäjärvi2014-11-131-5/+26
| * Set correct QSurfaceFormat also for raster surfacetypePasi Petäjäjärvi2014-11-131-1/+1
| * Revert "Fix fallbacks for adapted common script"Eskil Abrahamsen Blomfeldt2014-11-133-7/+7
| * iOS: QtFirstResponderEvent needs to release firstResponder to avoid leakRichard Moe Gustavsen2014-11-121-0/+5
| * iOS: Remove assert when transferring or clearing first-responderTor Arne Vestbø2014-11-121-2/+5
| * Windows: Remove font size hackEskil Abrahamsen Blomfeldt2014-11-111-4/+0
| * qdoc: Prepare QDoc for the new style on qt.ioTopi Reinio2014-11-113-51/+73
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-1164-2134/+2692
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.4.0Oswald Buddenhagen2014-11-1064-2134/+2692
| | |\
| * | | rcc: Replace all occurrences of the marker in two-pass modehjk2014-11-111-23/+27
| * | | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-105-79/+57
| |\| |
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-105-79/+57
| | |\ \
| | | * | Partially revert "Fix a deadlock introduced by the race condition fix"5.3Thiago Macieira2014-11-051-26/+14
| | | * | QDBusConnection: Merge the dispatch and the watch-and-timeout locksThiago Macieira2014-11-053-29/+16
| | | * | Always lock the DBus dispatcher before dbus_connection_send*Thiago Macieira2014-11-052-4/+18
| | | * | Fix QString::sprintf documentationKai Koehne2014-11-052-23/+12
| | | * | Allow panels outside of availableGeometryMarco Martin2014-11-051-2/+2
| * | | | Android: extract BitmapDrawable attributesJ-P Nurmi2014-11-101-2/+22
| * | | | Android 5.0: extract new Switch style attributesJ-P Nurmi2014-11-101-0/+5
| |/ / /
| * | | direct2d: Use simple event posting to avoid event queue lock upAndrew Knight2014-11-074-20/+56
* | | | Fix QAction::setFont crash on OSX, when font is unknown.David Faure2014-11-211-7/+12
* | | | QtBearer networkmanager make sure to set flag ActiveLorn Potter2014-11-207-103/+263
* | | | Ignore nodes with no text name, value and description.Jan Arve Sæther2014-11-201-1/+1
* | | | Do not skip the parent node when flattening the hierarchy.Jan Arve Sæther2014-11-201-6/+3
* | | | Observe QLocale::RejectGroupSeparator in QInt/DoubleValidator.Friedemann Kleint2014-11-203-6/+12
* | | | Pick up QT_LOGGING_RULES also for bootstrapped toolsKai Koehne2014-11-201-2/+0
* | | | Use single finger pan to scroll text edits on touch screens.Friedemann Kleint2014-11-201-2/+21
* | | | QWidgetTextControl: Suppress drag selection for OS-synthesized mouse events.Friedemann Kleint2014-11-203-1/+35
* | | | Fix QString::section() behavior on negative and out-of-range indexesAlex Trotsenko2014-11-201-18/+39
* | | | Text editors: Prevent autoscroll timer triggering from synth mouse eventsFriedemann Kleint2014-11-202-12/+16
* | | | Allow empty string as intermediate matchPaul Olav Tvete2014-11-201-1/+1
* | | | Enable transformations for Qt Quick in FT engineEskil Abrahamsen Blomfeldt2014-11-202-11/+67
* | | | QSortFilterProxyModel: keep the sorting on unrelated changesGiuseppe D'Angelo2014-11-201-5/+1
* | | | Android: Compile for MIPSEskil Abrahamsen Blomfeldt2014-11-191-1/+1
* | | | Doc: added NoGesture to GestureState enumNico Vertriest2014-11-191-1/+1
* | | | Fix rubberband position for tabbed mdi windowsPaul Olav Tvete2014-11-192-9/+16
* | | | Add a note about group separators to numeric validators.Friedemann Kleint2014-11-191-2/+12
* | | | Do not force a content-type on POST request with no contentAllan Sandfeld Jensen2014-11-191-1/+1
* | | | Fix buildThiago Macieira2014-11-181-0/+1
* | | | Save a detach if QBrush::setColor does not change the brush colorAllan Sandfeld Jensen2014-11-181-0/+3
* | | | Add Windows-specific notation for WebDAV to QUrl.Friedemann Kleint2014-11-171-6/+35
* | | | Fix missing docs for QByteArrayListLaszlo Agocs2014-11-171-0/+1
* | | | Fix broken resource cleanup in QOpenGLWidgetLaszlo Agocs2014-11-171-0/+10
* | | | QPanGestureRecognizer: Make the number of touch points a parameter.Friedemann Kleint2014-11-174-20/+40
* | | | Update fbo toImage() docs regarding premultiplied alphaLaszlo Agocs2014-11-172-3/+31
* | | | QFusionStyle: properly indent an if statementGiuseppe D'Angelo2014-11-141-1/+3
* | | | Allow to use FT_Library_SetLcdFilter in bundled FreeType.Sérgio Martins2014-11-131-0/+1
* | | | send touch update when more points begin after single touch is ignoredShawn Rutledge2014-11-132-3/+11
* | | | a widget's window is transient for its parent's top-level windowShawn Rutledge2014-11-131-2/+3
* | | | Fix MinGW compiler warning in qwindowsxpstyle.cpp.Friedemann Kleint2014-11-131-1/+1