summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Revert "xcb: round down the scale factor for values < 0.8"Mitch Curtis2018-06-091-6/+1
| | | * Fix warning about receiver 'UIApplication' being a forward classTor Arne Vestbø2018-06-091-0/+4
| | | * Update platform defines for Apple OSesTor Arne Vestbø2018-06-091-71/+8
| | | * xcb: fix mouse event compression with certain configurationsGatis Paeglis2018-06-091-2/+4
| | | * Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-0722-50/+567
| | | |\
| | | * | Don't set the wasDeleted flag in ~QWidgetLars Knoll2018-06-072-1/+4
| | | * | Ignore XDG_SESSION_TYPE=wayland on gnome-shellJohan Klokkhammer Helsing2018-06-051-3/+11
| | | * | iOS: Guard all uses of APIs not available in application extensionsTor Arne Vestbø2018-06-0512-30/+88
| | | * | macOS: Manually compute frame rect for zoomed/maximized stateTor Arne Vestbø2018-06-051-11/+24
| * | | | Move androiddeployqt to qtbaseJan Arve Sæther2018-06-213-0/+2933
| |/ / /
| * | | Fix evdevtouch input plugin crash when the device can't be openedRomain Pokrzywka2018-06-181-1/+1
| * | | Add macOS Mojave (10.14) to QOperatingSystemVersionTor Arne Vestbø2018-06-182-0/+9
| * | | Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-163-0/+15
| * | | ibase: Silence warning about incompatible function typesAndy Shaw2018-06-151-4/+8
| * | | Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-8/+6
| * | | QNativeSocketEnginePrivate (win) read sender's port and addressTimur Pocheptsov2018-06-141-0/+2
| * | | Remove extraneous text after #ifThiago Macieira2018-06-111-1/+1
| * | | Add support for building QtWayland on macOSRobert Griebl2018-06-092-2/+2
| * | | QNX: Add QQnxEglWindow::format() overloadTakumi ASAKI2018-06-081-0/+2
| * | | QFileSystemWatcher/Linux: don't print warnings for benign casesThiago Macieira2018-06-071-1/+2
| * | | Fix black border around main widget with non-integer scalingAllan Sandfeld Jensen2018-06-071-1/+1
| | |/ | |/|
* | | QIntValidator: Intermediate for number if digits equal or less than maxTuomas Heimonen2018-06-291-4/+14
* | | Tracegen: code tidiesGiuseppe D'Angelo2018-06-291-16/+9
* | | Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-287-26/+30
* | | Tracepoints: add tracing for QEventsGiuseppe D'Angelo2018-06-286-7/+75
* | | Tracegen: add support for pointers and intptr-like typesGiuseppe D'Angelo2018-06-283-3/+17
* | | Fix wrongly included radial gradient enum for QGradient presetsTor Arne Vestbø2018-06-281-2/+1
* | | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-286-18/+19
* | | QtNetwork: Fix and streamline translations of QDtlsFriedemann Kleint2018-06-284-14/+36
* | | Don't position cursor inside complex graphemes when clicking outside lineEskil Abrahamsen Blomfeldt2018-06-281-2/+1
* | | QTableView: update editor geometries directly after scrollbars are adjustedChristian Ehrlicher2018-06-281-1/+1
* | | Fix minor stuff in Windows UI Automation supportAndre de la Rocha2018-06-2737-230/+220
* | | QAbstractSocket - protect against the broken invariantTimur Pocheptsov2018-06-271-1/+4
* | | QByteArray: implement qstricmp with SSE 4.1Thiago Macieira2018-06-271-8/+67
* | | Fix QString::localeAwareCompare with composed/decomposed strings on WindowsSimon Hausmann2018-06-271-5/+4
* | | Harden logic for converting from CSS gradients to QGradientTor Arne Vestbø2018-06-272-1/+1
* | | doc: Mark QGradient::Preset enum as internal until we can ignore its valuesTor Arne Vestbø2018-06-271-0/+2
* | | xcb: rely on WM_SIZE_HINTS gravity to handle x,y positioningGatis Paeglis2018-06-262-45/+20
* | | QTreeView: speedup expanding items via keyPressEvent/asteriskChristian Ehrlicher2018-06-251-10/+12
* | | QCommonStyle: properly elide last visible lineChristian Ehrlicher2018-06-251-40/+39
* | | SIMD: Refactor the constants to be actual bit valuesThiago Macieira2018-06-254-104/+111
* | | SIMD: Move the #include for qsimd_x86_p.h a bit lower in qsimd_p.hThiago Macieira2018-06-251-1/+2
* | | QMetaType: remove compatibility code for MSVC 2013Thiago Macieira2018-06-251-20/+6
* | | widgets: fix QWidget::save/restoreGeometry()Gatis Paeglis2018-06-251-11/+15
* | | Fix: crash when painting with high-dpr image brushEirik Aavitsland2018-06-251-3/+3
* | | widgetwindow: send DragMove for every DragEnterGatis Paeglis2018-06-252-47/+67
* | | dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-257-65/+90
* | | Fix incorrect JSON in qt_attribution.jsonKai Koehne2018-06-251-1/+1
* | | QRegularExpression: minor code tidiesGiuseppe D'Angelo2018-06-231-6/+6
* | | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-2217-53/+183