summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Direct2D QPA: Fix Qt include statementsFriedemann Kleint2018-05-2315-30/+30
* Add attribute to indicate a widget was the target of a style sheetAaron Kennedy2018-05-234-1/+84
* Windows: Fix MinGW compilation after ec97be5585Martin Storsjö2018-05-221-0/+1
* Stabilize tst_QFileDialog2::QTBUG4419_lineEditSelectAllKari Oikarinen2018-05-211-1/+1
* tst_QGraphicsEffect: Allow multiple paint events in itemHasNoContents()Kari Oikarinen2018-05-211-2/+2
* Reapply SSE4 acceleration to ARGB32->ARGB32PM conversionAllan Sandfeld Jensen2018-05-202-2/+22
* Windows: Add support for invisible window marginsAndre de la Rocha2018-05-185-24/+64
* Windows QPA: Fix left button reported pressed after moving windowsFriedemann Kleint2018-05-163-0/+27
* qpixmap_win.cpp: Silence clang-cl warningsFriedemann Kleint2018-05-161-23/+25
* QString::toLatin1: make the 32-byte loop to a single 32-btye loadThiago Macieira2018-05-161-0/+20
* QString::toLatin1: stop using PCMPESTRMThiago Macieira2018-05-161-53/+32
* QString: add a method to do a conversion to Latin1 without checkingThiago Macieira2018-05-152-36/+43
* QString: insert a number of 8-character SIMD loopsThiago Macieira2018-05-152-18/+144
* QUtf8: add AVX2 code for isValidUtf8Thiago Macieira2018-05-151-0/+22
* QUrl: use the SIMD ASCII-checking code from the last commitThiago Macieira2018-05-152-12/+23
* QString::normalized: Replace the initial US-ASCII loop with SIMDThiago Macieira2018-05-151-34/+61
* macOS: minor refactoring in handler of global monitorMikhail Svetkin2018-05-151-5/+6
* Remove old debugging hackBogDan Vatra2018-05-151-231/+0
* Add QT_TR*_N_NOOP() macrosMateusz Starzycki2018-05-153-1/+119
* qtlite: Fix build with -no-feature-cursor or -no-feature-dockwidgetMikhail Svetkin2018-05-152-6/+13
* Add a note to QDialog::exec() to prefer open() insteadGiuseppe D'Angelo2018-05-151-0/+7
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-1435-425/+817
|\
| * Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-1435-425/+817
| |\
| | * tests/auto/widgets/graphicsview: Avoid unconditional qWait()sKari Oikarinen2018-05-146-188/+70
| | * QByteArray::setNum: use the existing latin1 lowercasing tableThiago Macieira2018-05-131-15/+3
| | * Fix build of applications on iOSChristoph Keller2018-05-132-7/+7
| | * OpenSSL v1.1.1: fix qtbug18498_peekMårten Nordheim2018-05-111-2/+10
| | * QString: fix off-by-one errorThiago Macieira2018-05-101-4/+4
| | * QLineEdit example: fix link to QLineEdit::setInputMaskChristian Ehrlicher2018-05-091-1/+1
| | * Blacklist tst_QWidget::raise on openSUSEKari Oikarinen2018-05-091-0/+2
| | * Merge "Merge remote-tracking branch 'origin/5.11.0' into 5.11" into refs/stag...Liang Qi2018-05-0910-39/+617
| | |\
| | | * Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-0910-39/+617
| | | |\
| | | | * Add changes file for Qt 5.11.0v5.11.0-rc1Antti Kokko2018-04-301-0/+399
| | | | * QSysInfo: Correct the \since for {machine,boot}UniqueId()Thiago Macieira2018-04-251-2/+2
| | | | * syncqt: fix CamelCase aliases for injected headersOswald Buddenhagen2018-04-252-1/+2
| | | | * syncqt: don't write INJECTED_*HEADERSOswald Buddenhagen2018-04-252-15/+6
| | | | * Fix documentation of setBackendConfigurationOptionAndré Klitzing2018-04-252-5/+5
| | | | * Merge 5.11 into 5.11.0Oswald Buddenhagen2018-04-2022-433/+336
| | | | |\
| | | | * | Document libdbus-1 code in Qt D-BusKai Koehne2018-04-203-1/+178
| | | | * | Also support reset notification on non-nvidiaAllan Sandfeld Jensen2018-04-191-15/+25
| | * | | | Stabilize tst_QMdiArea::subWindowListKari Oikarinen2018-05-091-6/+4
| | |/ / /
| | * | | tests/auto/widgets/itemviews: Avoid unconditional qWait()sKari Oikarinen2018-05-099-170/+90
| | * | | Fix build with GCC 8: memset/memcpy/memmove of non-trivialsThiago Macieira2018-05-091-4/+6
| | * | | Fix build without features.completerTasuku Suzuki2018-05-091-0/+2
* | | | | QTableWidget: fix handling of Qt::EditRole/DisplayRole in setItemData()Christian Ehrlicher2018-05-142-4/+8
|/ / / /
* | | | Vulkan: share library loading implementationMorten Johan Sørvig2018-05-148-36/+22
* | | | Vulkan: Share destroySurface() implementationMorten Johan Sørvig2018-05-148-52/+15
* | | | QTableWidgetItem: pass role to dataChanged() signalChristian Ehrlicher2018-05-124-16/+40
* | | | QStyleSheet: fix typo in propertyNameForStandardPixmap for discardChristian Ehrlicher2018-05-121-1/+1
* | | | Doc: add explanation of return format of QImage::transformed()Eirik Aavitsland2018-05-111-0/+14