summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QXcbDrag: forward mouse release event to initiator windowAlberto Mardegan2016-05-092-0/+16
* linuxfb: Support transparencyLaszlo Agocs2016-05-093-4/+19
* Add FreeType libraries for Windows -system-freetype buildsJames McDonnell2016-05-091-0/+1
* Fix threading issue in creating static opengl contextMäättä Antti2016-05-091-2/+4
* Windows Accessibility: Use QWindowsAccessibility::windowHelper().Friedemann Kleint2016-05-091-11/+4
* QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
* QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
* QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
* QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
* Fix moc warning detected by ICCThiago Macieira2016-05-091-4/+4
* Fix QBasicAtomicPointer::{load,store} to actually be relaxedThiago Macieira2016-05-091-2/+2
* Disconnect signals from each QObject only once in QDBusConnectionPrivateThiago Macieira2016-05-092-12/+21
* QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-091-13/+10
* QTest: Fix printing of values of Q_ENUMsThiago Macieira2016-05-081-1/+1
* Add constants for the CoreText font weights.Jake Petroules2016-05-081-9/+52
* Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0812-19/+22
* make sure QNAM reacts to configuration changesLorn Potter2016-05-073-22/+86
* QAccessibleMenuItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-062-0/+16
* QAccessibleWidget: Retrieve window from native parent widget.Friedemann Kleint2016-05-061-2/+8
* Windows Accessibility: Recurse up to find a window.Friedemann Kleint2016-05-061-2/+11
* Cocoa: Add QCocoaWindowPointerGabriel de Dietrich2016-05-063-19/+53
* Cocoa: Clear the backing store pointer when changing windowGabriel de Dietrich2016-05-061-0/+1
* QCocoaMenuBar: set the native item's titleGabriel de Dietrich2016-05-061-1/+3
* Fix typo in QSqlTableModel documentationVladislav Tronko2016-05-061-1/+1
* Fix crash when using QRawFont with FreeType on OS X.Jake Petroules2016-05-061-1/+1
* Reorder negative font weight checks in qtWeightFromCFWeight.Jake Petroules2016-05-051-4/+4
* QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
* Avoid use of v4-mapped QHostAddress::AnyIPv4 local address on WindowsAlex Trotsenko2016-05-041-0/+13
* QSplitter: Add note about ownership transfer to addWidget() and insertWidget()Stephan Binner2016-05-041-1/+5
* Fix segfault when exiting app running under eglfsElena Zaretskaya2016-05-041-0/+11
* Fix FPE under EGLFS_KMS if mesa-10.2.7Elena Zaretskaya2016-05-041-2/+7
* doc: Clarify how to remove a QTextFrameEskil Abrahamsen Blomfeldt2016-05-041-2/+5
* Revert "egl: Reshuffle headers to help less fortunate systems with X11"Liang Qi2016-05-0418-83/+21
* xcb: don't compress tablet motion eventsShawn Rutledge2016-05-043-8/+21
* Cocoa: Enable skipping Ctrl+LMB to RMB overrideGabriel de Dietrich2016-05-031-1/+5
* egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-0318-21/+83
* QLinuxFbScreen: fix uninitialized member warningsEdward Welbourne2016-05-031-17/+13
* Added a missing comma to the comment.Jesus Fernandez2016-05-031-1/+1
* Fix grammar in QSKIP documentationMitch Curtis2016-05-031-1/+1
* normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-032-7/+7
* QOpenGLCustomShaderStage - fix a memory leakTimur Pocheptsov2016-05-032-0/+4
* Workaround Windows DLL unload issue with threads runningThiago Macieira2016-05-021-0/+35
* remove redundant OTHER_FILES assignmentsOswald Buddenhagen2016-05-021-2/+0
* QNativeSocketEngine: fix build in debug mode under WindowsAlex Trotsenko2016-05-021-7/+9
* iOS: Report correct physicalSize and physicalDotsPerInch for iPhone6+Tor Arne Vestbø2016-05-022-7/+22
* Fix underline position on Liberation MonoAllan Sandfeld Jensen2016-05-021-3/+6
* Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
* QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
* xcb: Fix drag and drop to Emacs.Urs Fleisch2016-05-021-2/+2
* Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1