summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * QSwipeGestureRecognizer: Use qAbs() to check distances.Friedemann Kleint2014-09-031-1/+1
| * Make QElapsedTimer default to invalid (and now non-POD).Robin Burchell2014-09-034-10/+24
| * WinRT: Fixed initialization of udp socketOliver Wolff2014-09-031-1/+1
| * Doc: Do not include the external sites by defaultTopi Reinio2014-09-032-2/+3
| * WinRT: Fixed construction of QNativeSocketEngine without parentOliver Wolff2014-09-031-4/+3
| * ssl: common key parser support for encrypted keysJeremy Lainé2014-09-028-24/+367
| * Fix drawing of QLineEdit's actions when Qt::AA_UseHighDpiPixmaps is set.Friedemann Kleint2014-09-021-1/+1
| * Android: Guard against invalid surfaceIDPaul Olav Tvete2014-09-022-1/+10
| * windows: Allow selection of ANGLE's rendererAndrew Knight2014-09-022-1/+31
| * Remove vestiges of d3dcompiler_qtAndrew Knight2014-09-022-4/+0
| * QImage: add a qMove()Marc Mutz2014-09-022-2/+2
| * QOpenGL2GradientCache::getBuffer: calculate hash value outside critical sectionMarc Mutz2014-09-021-1/+1
| * Fix bash syntax error in configureAdam Strzelecki2014-09-021-1/+1
| * iOS: Don't store UIViewAnimationOptions value as UIViewAnimationCurveTor Arne Vestbø2014-09-021-2/+2
| * iOS: Get rid of markedTextFormat global static variable in IMETor Arne Vestbø2014-09-021-9/+12
| * iOS: Add support for QWindow::setOpacity()Tor Arne Vestbø2014-09-022-0/+7
| * Windows XP, Vista styles: Share dynamically resolved theme functions.Friedemann Kleint2014-09-024-202/+191
| * qasn1element: add QAsn1Element::toIntegerJeremy Lainé2014-09-023-0/+33
| * Make the EGL platform cursor reset the array bufferLaszlo Agocs2014-09-022-2/+6
| * QTextEngine: remove unnecessary assignment in LayoutData::reallocate()Maks Naumov2014-09-021-2/+1
| * QIconLoader: enable an easy case of transactional processingMarc Mutz2014-09-021-3/+4
| * Fix radioButton height for Windows styleMaks Naumov2014-09-021-1/+1
| * direct2d: Fix translucent/frameless window renderingAndrew Knight2014-09-014-41/+135
| * winrt: Fix mouse coordinates on high-DPI displaysAndrew Knight2014-09-011-3/+5
| * Fix no-opengl buildLaszlo Agocs2014-09-016-1/+28
| * ANGLE: Fix -angle-d3d11 on MSVC2010Andrew Knight2014-09-015-3/+257
| * ANGLE: Don't directly link to DirectX 11Andrew Knight2014-09-012-7/+2
| * Prevent current context from becoming inconsistent upon create()Laszlo Agocs2014-09-014-7/+28
| * iOS: Initialize QScreen properties before setting up root viewcontrollerTor Arne Vestbø2014-09-011-19/+19
| * Windows QPA plugin: Streamline code to find window at a position.Friedemann Kleint2014-09-016-49/+10
| * Fix advance of zero-width spaces in fonts that omits the glyphAllan Sandfeld Jensen2014-09-012-7/+21
* | Introduce flags to QWindowSystemInterface::WindowSystemEvent.Friedemann Kleint2014-09-042-17/+29
* | QSslContext: to represent a bool, use a bool, not an intGiuseppe D'Angelo2014-09-041-1/+1
* | QSslSocket: remove a useless assignmentGiuseppe D'Angelo2014-09-041-3/+1
* | Uic: Fix memory leaksTobias Hunger2014-09-041-4/+12
* | QEasingCurve: The setting order of properties should not matter.Jan Arve Saether2014-09-022-1/+24
* | 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
* | QRegularExpression: strenghten tests of matching at an offsetGiuseppe D'Angelo2014-09-021-32/+58
* | Do not draw combo box items as checkedJan Arve Saether2014-09-021-1/+1
* | QRegularExpression: add overloads matching over a QStringRefGiuseppe D'Angelo2014-09-023-14/+126
* | QRegularExpression: lift common code in the autotestGiuseppe D'Angelo2014-09-021-77/+52
* | 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-01272-3584/+6699
|\|
| * Remove superfluous "break" in QWindowsNativeFileDialogBase::setLabelText()Maks Naumov2014-09-011-1/+0
| * Fix memset() for "alphaValues" in supportsSubPixelPositions()Maks Naumov2014-08-311-1/+1