summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QColor: remind to remove copy ctor for Qt 6Marc Mutz2014-09-021-1/+1
* qPremultiply(QRgb): let the compiler see all versionsMarc Mutz2014-09-021-5/+9
* QTextFormat: use qHash(double/float) instead of own implementationMarc Mutz2014-09-021-17/+3
* QPdf: Extract Method is_monochrome()Marc Mutz2014-09-021-4/+9
* Remove the enum for specifying {In|Out|InOut|OutIn} subtypes.Jan Arve Saether2014-09-021-52/+30
* Do not draw combo box items as checkedJan Arve Saether2014-09-021-1/+1
* QRegularExpression: add overloads matching over a QStringRefGiuseppe D'Angelo2014-09-022-0/+64
* QRegularExpression: take into account the subject's start position and offsetGiuseppe D'Angelo2014-09-021-24/+53
* QtGui: add missing qrgb.h to painting.priMarc Mutz2014-09-021-0/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-01222-3283/+5605
|\
| * Remove superfluous "break" in QWindowsNativeFileDialogBase::setLabelText()Maks Naumov2014-09-011-1/+0
| * Fix memset() for "alphaValues" in supportsSubPixelPositions()Maks Naumov2014-08-311-1/+1
| * QDoc: fix Node::setPageType() when type name is "faq"Maks Naumov2014-08-311-2/+2
| * Avoid trying convert to RGB32(ARGB32) when image already RGB32 while writing ...Maks Naumov2014-08-311-1/+1
| * IBus Input Method: Check in commit whether we need to commitDaniel Teske2014-08-311-3/+5
| * Fix headercheck failure introduced by 67c83f329e7fb6fbf5d8e402f42Thiago Macieira2014-08-301-0/+4
| * Doc: Fixed typo "lamda".Jerome Pasion2014-08-301-1/+1
| * ssl: disable (broken) i/o on DER encoded keysJeremy Lainé2014-08-305-29/+31
| * winrt: Implement missing SSL socket methodsAndrew Knight2014-08-302-68/+562
| * winrt: complete QSslCertificate implementationOliver Wolff2014-08-305-0/+129
| * ssl: Add common key parser for backendsJeremy Lainé2014-08-295-140/+212
| * Add Q_ENUMS to QStyle's enumerations.Friedemann Kleint2014-08-291-0/+3
| * Windows: Fix QPlatformCursor::pos()/setPos() for DPR scaling.Friedemann Kleint2014-08-292-2/+9
| * Fix nativeRead() for maxlen greater than UINT_MAXLars Knoll2014-08-291-4/+4
| * QListView: Catch stack overflow on mutual scrollbar calculation.Christoph Schleifenbaum2014-08-291-2/+32
| * qdoc: Use qdoc error logging for warnings related to index filesTopi Reinio2014-08-291-12/+14
| * Windows: Detect Surface Pro 2 tablets.Friedemann Kleint2014-08-281-0/+2
| * QLineEdit: Disable standard key 'cut' when there is no selection.Friedemann Kleint2014-08-281-1/+1
| * Doc: properties, add missing parenthesisSamuel Gaist2014-08-281-1/+1
| * Windows: Prevent hidden transient children from being re-shown by Windows.Friedemann Kleint2014-08-282-3/+12
| * Adapt the Vista-style wizard for device pixel ratio scaling.Friedemann Kleint2014-08-282-28/+57
| * QWidget::save/restoreGeometry(): Check screen size.Friedemann Kleint2014-08-281-4/+27
| * Code cleaning in qt_gl_resolve_extensionsAllan Sandfeld Jensen2014-08-281-34/+42
| * Let ANGLE use multithreaded devices if necessary.Michael Brüning2014-08-284-0/+90
| * Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-285-3/+25
| * QWindowsNativeInterface: don't allocate memory just to compare stringsMarc Mutz2014-08-281-3/+3
| * Micro-optimize QVector::count()Marc Mutz2014-08-281-1/+3
| * QList: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
| * QVector: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
| * winrt: Refactor internal socket bufferAndrew Knight2014-08-282-121/+70
| * winrt: Fix socket descriptor storage in native socket engineAndrew Knight2014-08-282-79/+126
| * network: Add pending close on disconnect for non-empty write bufferAndrew Knight2014-08-281-1/+3
| * ssl: Share the host name matching utilitiesAndrew Knight2014-08-274-61/+61
| * Doc: language corrections QStorageInfo classNico Vertriest2014-08-271-55/+55
| * Enables remap of NumpadKeys when Numlock is on and using evkeyboard.Risto Avila2014-08-271-0/+70
| * Use ctor-init-list in QRegionPrivate(QRect) ctorMarc Mutz2014-08-261-5/+6
| * QRegionPrivate: remove copy ctor and assignment operatorMarc Mutz2014-08-261-17/+0
| * qdoc: Enable listing of example files with .html extensionTopi Reinio2014-08-262-2/+6
| * qdoc: Restore navigation bar title for module pages and groupsTopi Reinio2014-08-261-5/+4
| * qdoc: Write all generated files to .qhpTopi Reinio2014-08-264-41/+19