summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* xcb: qxcbdrag.cpp cleanupsGatis Paeglis2018-06-224-154/+118
* Fix tst_qtextbrowser for configurations with builtin testdataOliver Wolff2018-06-222-13/+25
* winrt: Make widgets/widgets auto tests passOliver Wolff2018-06-2224-2/+185
* winrt: make widgets/kernel auto tests passOliver Wolff2018-06-226-6/+125
* winrt: Make itemview auto tests passOliver Wolff2018-06-229-2/+75
* winrt: make dialog auto tests passOliver Wolff2018-06-224-2/+21
* winrt: Fix/blacklist failing text related auto testsOliver Wolff2018-06-223-2/+20
* winrt: Skip QGuiApplication auto tests that do no applyOliver Wolff2018-06-221-0/+6
* tst_qresourceengine: Fix position of testqrc for builtin testdataOliver Wolff2018-06-221-1/+1
* winrt: Skip network auto tests for nowOliver Wolff2018-06-222-2/+2
* winrt: Make tst_qwindow passOliver Wolff2018-06-222-2/+35
* Compiler detection: add support for C++17's [[deprecated]] on enumeratorsGiuseppe D'Angelo2018-06-211-0/+11
* Add tst_QDtls auto-testTimur Pocheptsov2018-06-2115-1/+1583
* Add a secure UDP server exampleTimur Pocheptsov2018-06-2111-1/+1212
* SSL: Add a feature for DTLSUlf Hermann2018-06-215-8/+27
* QDtlsClientVerifier - add auto-testTimur Pocheptsov2018-06-193-2/+502
* Let's encrypt datagramsTimur Pocheptsov2018-06-1814-24/+2682
* QCborValue: store US-ASCII strings as 8-bitThiago Macieira2018-06-182-3/+27
* QToolbar: Un-hide the QLayout::indexOf non-virtualThiago Macieira2018-06-181-1/+1
* Fix warning that QRegion::rects() is deprecatedThiago Macieira2018-06-181-1/+2
* GCC: Disable the -Wmissing-field-initializers in GCC 4Thiago Macieira2018-06-181-0/+2
* QCborValue: fix warning about shadowing membersThiago Macieira2018-06-183-15/+18
* QCborStreamReader: Fix uninitialized warningLiang Qi2018-06-181-1/+1
* Fix build with SSE 4.1 but not AVX2Thiago Macieira2018-06-161-1/+1
* Remove unused QString::toLatin1_helper overloadThiago Macieira2018-06-162-6/+0