summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve std::tuple handling in testsSamuel Gaist2018-06-0313-0/+279
* Examples: use CBOR in the network-chat broadcast messageThiago Macieira2018-06-023-19/+39
* Examples: change the main network-chat protocol to CBORThiago Macieira2018-06-023-146/+138
* QLineEdit: Add an inputRejected() signal for when a key is not allowedAndy Shaw2018-06-016-1/+61
* doc: Document Qt namespace in multiple modulesMartin Smith2018-06-014-47/+29
* Fix warning about tautological comparison in 32-bit modeThiago Macieira2018-06-011-1/+1
* Fix clang develop buildAllan Sandfeld Jensen2018-05-311-1/+1
* Eliminate an un-needed #includeEdward Welbourne2018-05-311-1/+0
* glextensions.h: simplify #if-ery to avoid conflictEdward Welbourne2018-05-311-12/+4
* Provide presets for QGradientTor Arne Vestbø2018-05-3117-3/+1645
* macOS: Make layer-backed mode the defaultTor Arne Vestbø2018-05-311-2/+2
* tst_qstandardpaths: #if-out a function only used within #if-eryEdward Welbourne2018-05-311-0/+2
* macOS: minor refactoring in mouse handlers for nsview/systemtrayiconMikhail Svetkin2018-05-313-23/+33
* Remove LGPL_EXCEPTION.txtEdward Welbourne2018-05-311-22/+0
* Windows QPA: Fix release button event type after moving windowsFriedemann Kleint2018-05-311-9/+16
* QCborStreamReader: rewrite read{String,ByteArray}()Thiago Macieira2018-05-301-39/+14
* Fix missing override warning for androidLiang Qi2018-05-301-1/+1
* macOS: Minor metal support nits/cleanupsTor Arne Vestbø2018-05-301-3/+2
* Show the display role inside the editor for the relation in a QComboBoxAndy Shaw2018-05-293-1/+197
* QCborStreamReader: remove the documentation on the validation APIThiago Macieira2018-05-291-7/+0
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-2911-25/+63
|\
| * Doc: Update Echoplugin ExampleNico Vertriest2018-05-281-0/+0
| * Doc: Update Fetchmore exampleNico Vertriest2018-05-282-3/+5
| * QSortFilterProxyModel: don't assert when old model gets destroyedChristian Ehrlicher2018-05-262-5/+18
| * Fix build for Android with android-clangLiang Qi2018-05-251-1/+1
| * Add translation for unsupported_android_version for fr and deSamuel Gaist2018-05-252-0/+2
| * Fix build if openssl is configured with no-des or no-rc2André Klitzing2018-05-243-16/+37
* | Tests: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-287-36/+28
* | QToolTip: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-1/+1
* | Example: add a simple CBOR dumper toolThiago Macieira2018-05-284-1/+806
* | winrt: Skip/blacklist failing opengl testsOliver Wolff2018-05-283-3/+3
* | winrt: fix tst_QFocusEventOliver Wolff2018-05-281-2/+3
* | winrt: Make tst_qfocusevent pass in CIOliver Wolff2018-05-281-0/+1
* | Fix tst_qtextedit for configurations with builtin testdataOliver Wolff2018-05-281-0/+2
* | Fix tst_qcombobox for configurations with builtin testdataOliver Wolff2018-05-281-0/+2
* | winrt: make graphicsview auto tests passOliver Wolff2018-05-284-1/+24
* | winrt: Remove qfiledialog and qmessagebox auto tests for nowOliver Wolff2018-05-281-0/+1
* | Long live QCborStreamReader!Thiago Macieira2018-05-275-13/+2661
* | Long live QCborStreamWriter!Thiago Macieira2018-05-277-0/+1819
* | Import TinyCBORThiago Macieira2018-05-2720-0/+6858
* | QProcess/Win: Use ConnectNamedPipe asynchronously and check return valueJoerg Bornemann2018-05-261-1/+20
* | Deregister QTextCodec on destructionIgor Mironchik2018-05-263-2/+28
* | tst_qapplication: Fix test for configs without process supportOliver Wolff2018-05-251-0/+2
* | winrt: Make widgets/util auto tests passOliver Wolff2018-05-251-0/+9
* | tst_qapplication: Fix auto test for configs with builtin_testdataOliver Wolff2018-05-252-1/+7
* | winrt: Make widgets/styles auto tests passOliver Wolff2018-05-251-2/+8
* | winrt: skip accessibility testOliver Wolff2018-05-251-1/+1
* | winrt: Handle expose event before removing windowOliver Wolff2018-05-251-1/+2
* | Fix typo in commentKai Koehne2018-05-251-1/+1
* | Open native file dialog inside sandbox when opening directoriesJan Grulich2018-05-243-8/+56