summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make QAccessibleEditableTextInterface docs publicFrederik Gladhorn2014-07-071-1/+0
* Accessibility: Improve handling current valueFrederik Gladhorn2014-07-073-11/+3
* Fix corruption with QQuickWidget and QOpenGLWidget on ANGLELaszlo Agocs2014-07-071-23/+26
* Add context adoption support for WGLLaszlo Agocs2014-07-075-13/+281
* QNX: Override QPlatformScreen::grabWindowBernd Weimer2014-07-072-2/+101
* QObject: don't hold mutex when copying arguments in a QueuedConnectionOlivier Goffart2014-07-071-4/+25
* Don't look up a QChar's digit value more than necessaryThiago Macieira2014-07-071-5/+8
* Add missing detection for some 64-bit architecturesThiago Macieira2014-07-071-2/+12
* Mark all QChar static functions as [[gnu::const]]Thiago Macieira2014-07-073-40/+40
* Remove QT_STATIC_CONSTThiago Macieira2014-07-075-16/+4
* Make QTextStream use group separators in floating-point numbersThiago Macieira2014-07-051-0/+2
* Make QOpenGLTextureCache::bindTexture upload efficientlyAllan Sandfeld Jensen2014-07-044-23/+139
* Support transparency in qt5 system tray icons, regardless of tray visualLeo Franchi2014-07-045-6/+124
* Windows: Use native-looking drag cursorsAlessandro Portale2014-07-042-145/+169
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-0423-143/+178
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0323-143/+178
| |\
| | * Listen to touch events on the master device instead of slave.Maarten Lankhorst2014-07-021-36/+13
| | * Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-023-0/+16
| | * Cocoa: Handle Qt::WindowDoesNotAcceptFocusMorten Johan Sørvig2014-07-023-1/+19
| | * Cocoa: Fix Qt-in-namespace build.Tim Blechmann2014-07-026-19/+32
| | * Cocoa: Separate framestrut and normal button stateMorten Johan Sørvig2014-07-022-7/+10
| | * QMacStyle: Fix focus frame rendering in YosemiteGabriel de Dietrich2014-07-021-5/+14
| | * OS X: when opening a URL via QFileOpenEvent, pass as QUrlShawn Rutledge2014-07-021-1/+1
| | * QNX: Override QPlatformScreen::topLevelAtBernd Weimer2014-07-022-15/+14
| | * xcb: make sure to update window title when it is changedTasuku Suzuki2014-07-021-0/+1
| | * WINCE: Fix grabWindowAndreas Holzammer2014-07-021-1/+3
| | * Empty icons and Cocoa menu items.Timur Pocheptsov2014-07-021-3/+4
| | * QOpenGLTexture: fix the feature test for Buffer TexturesGiuseppe D'Angelo2014-07-011-3/+2
| | * qDebug: fix data race in qt_message_printDavid Faure2014-07-011-23/+19
| | * Accessibility Windows: Do not assert on invalid indexInParentFrederik Gladhorn2014-07-011-5/+3
| | * Fix annoying warning from ICC 14 on WindowsThiago Macieira2014-07-011-2/+2
| | * Doc: Various \note fixes in Qt namespace documentation.Jerome Pasion2014-07-011-19/+19
| | * winrt: DNS lookup: don't have duplicate entriesOliver Wolff2014-07-011-1/+6
* | | QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-0414-124/+1789
* | | iOS: Fix compilation warningTor Arne Vestbø2014-07-041-2/+1
* | | Doc: Removed "url" variable from qdocconf files.Jerome Pasion2014-07-0411-11/+0
* | | Fix compiling with -no-openglNiels Weber2014-07-041-0/+3
* | | Improve QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2014-07-042-24/+88
* | | Windows: Fix build with QT_NO_OPENGLKai Koehne2014-07-041-0/+6
* | | Update copyright to 2014 for accessibilityFrederik Gladhorn2014-07-0447-47/+47
* | | Accessibility Windows: Add shortcuts to nameFrederik Gladhorn2014-07-041-0/+5
* | | Accessibility Linux: Implement set focus actionFrederik Gladhorn2014-07-041-7/+7
* | | Add initializer list support in QJsonArrayJędrzej Nowacki2014-07-042-0/+39
* | | qdoc: ASSERT failure while writing index fileMartin Smith2014-07-041-39/+41
* | | Windows clipboard: Deny CF_DIB support for images with alpha.Friedemann Kleint2014-07-031-12/+9
* | | Fix build with -no-accessibilityFrederik Gladhorn2014-07-032-6/+12
* | | Tidy up and expand QSharedPointer documentation.Mitch Curtis2014-07-031-3/+24
* | | ARM: do not use the clang integrated assembler in some cases.Erik Verbruggen2014-07-031-0/+1
* | | Fix typo in 'time' message pattern.Gunnar Sletta2014-07-031-1/+1
* | | Windows: Add non-standard mouse cursorsAlessandro Portale2014-07-0325-30/+136