summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-282-1/+25
* DTLS cookie auto-test - do not check the exact UDP socket errorsTimur Pocheptsov2018-06-281-2/+0
* tst_QSslSocket::qtbug18498_peek() - fix several problemsTimur Pocheptsov2018-06-281-18/+16
* Fix minor stuff in Windows UI Automation supportAndre de la Rocha2018-06-2737-230/+220
* QRegularExpression: fix compiler warning in testGiuseppe D'Angelo2018-06-271-1/+1
* QAbstractSocket - protect against the broken invariantTimur Pocheptsov2018-06-271-1/+4
* qmake: make access to raw data temporaries safeOswald Buddenhagen2018-06-273-76/+160
* qmake: centralize resolution of file name arguments to qmake functionsOswald Buddenhagen2018-06-272-17/+23
* qmake: make argument validation of built-ins data drivenOswald Buddenhagen2018-06-276-817/+660
* QByteArray: implement qstricmp with SSE 4.1Thiago Macieira2018-06-272-8/+73
* Fix QString::localeAwareCompare with composed/decomposed strings on WindowsSimon Hausmann2018-06-272-13/+17
* tst_qlogging: Fix execution for WinRTOliver Wolff2018-06-273-12/+26
* Harden logic for converting from CSS gradients to QGradientTor Arne Vestbø2018-06-273-6/+13
* doc: Mark QGradient::Preset enum as internal until we can ignore its valuesTor Arne Vestbø2018-06-271-0/+2
* tst_qobject: Fix execution in debug&release shadow buildsOliver Wolff2018-06-264-16/+39
* winrt: tst_qdoublespinbox: Remove QEXPECT_FAIL for editingFinishedOliver Wolff2018-06-261-7/+0
* xcb: rely on WM_SIZE_HINTS gravity to handle x,y positioningGatis Paeglis2018-06-263-48/+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: Remove unused (and unlikely to be ever used) AVX-512 profilesThiago Macieira2018-06-252-8/+5
* SIMD: Refactor the constants to be actual bit valuesThiago Macieira2018-06-255-116/+134
* 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
* tests: un-blacklist tst_QSizeGrip::hideAndShowOnWindowStateChange on xcbGatis Paeglis2018-06-251-2/+0
* tests: un-blacklist tst_QGestureRecognizer::panGesture on xcbGatis Paeglis2018-06-251-2/+0
* widgets: fix QWidget::save/restoreGeometry()Gatis Paeglis2018-06-254-28/+24
* Fix: crash when painting with high-dpr image brushEirik Aavitsland2018-06-251-3/+3
* Fix window(child)geometry manual testsTor Arne Vestbø2018-06-252-12/+12
* widgetwindow: send DragMove for every DragEnterGatis Paeglis2018-06-253-47/+69
* dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-258-65/+177
* Fix incorrect JSON in qt_attribution.jsonKai Koehne2018-06-251-1/+1
* Restore creation of '.pc' filesAlexander Afanasyev2018-06-251-1/+1
* Fix framework include paths in .pc filesMorten Johan Sørvig2018-06-252-2/+11
* qmake: remove system framework path check from writePkgConfigFile()Morten Johan Sørvig2018-06-251-3/+1
* Update the ICC x86 sub-architecture compiler optionsThiago Macieira2018-06-231-8/+8
* QRegularExpression: minor code tidiesGiuseppe D'Angelo2018-06-231-6/+6
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-2218-56/+212
* QListView: do not delete item on internal moveChristian Ehrlicher2018-06-222-0/+53
* xcb: add static overload for setting window nameGatis Paeglis2018-06-224-63/+40
* QRegularExpression: refactor pattern optimizationGiuseppe D'Angelo2018-06-2211-368/+168
* centralize ICC flags for *nix-systems toolchainsAlexander Shevchenko2018-06-223-176/+130
* Build the Windows platform plugin with QT_NO_FOREACHJoerg Bornemann2018-06-227-15/+21
* Add a secure UDP client exampleTimur Pocheptsov2018-06-2211-1/+1173
* Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-228-26/+57
* Make the stub implementation of QThread compile againUlf Hermann2018-06-223-10/+40
* Make the sleep methods available in QThread even if QT_NO_THREADUlf Hermann2018-06-223-2/+16
* xcb: account for misbehaving Unity DnD ManagerGatis Paeglis2018-06-223-0/+25