summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Partially revert "Fix a deadlock introduced by the race condition fix"5.3Thiago Macieira2014-11-051-26/+14
* QDBusConnection: Merge the dispatch and the watch-and-timeout locksThiago Macieira2014-11-053-29/+16
* Always lock the DBus dispatcher before dbus_connection_send*Thiago Macieira2014-11-052-4/+18
* Fix QString::sprintf documentationKai Koehne2014-11-052-23/+12
* Allow panels outside of availableGeometryMarco Martin2014-11-051-2/+2
* Doc: Don't show a description for omitted SH_ComboBox_UseNativePopup enum itemAlexander Volkov2014-10-282-2/+3
* OS X: Fix broken 2x menu icon when style sheet is appliedMihailNaydenov2014-10-281-2/+2
* fix namespaced DirectWrite buildJoerg Bornemann2014-10-282-9/+9
* Add missing newline in fallback debug output.Volker Krause2014-10-281-1/+1
* Compile fix for QT_NO_IM in QtWidgetsSteffen Imhof2014-10-283-1/+10
* Move animation-related header out of QT_NO_IM #ifndef.Steffen Imhof2014-10-281-1/+1
* Fix QtBearer connman backend report correctly on lte networkLorn Potter2014-10-131-1/+1
* QMacStyle: Fix QPushButton with menu appearance on 10.10Gabriel de Dietrich2014-10-132-16/+42
* QAbstractItemView: fix CTRL+A select all behaviorMaximilian Hrabowski2014-10-131-3/+2
* QMacStyle: save context state before changing to avoid crashDyami Caliri2014-10-131-1/+1
* Initialize QFileSystemMetaData::size_ data memberGiuseppe D'Angelo2014-10-131-1/+2
* XCB: silence warnings about possibly undefined shiftsGiuseppe D'Angelo2014-10-061-0/+4
* Doc: Clarify QBitArray::fill() documentationTopi Reinio2014-10-032-3/+17
* QMacStyle: Fix QToolButton appearance on YosemiteTimur Pocheptsov2014-10-021-1/+20
* Avoid naming clashes with QStringLiteral local variableKai Koehne2014-10-011-3/+3
* Accessibility: Fix crash with invalid QAccessibleInterfaceDyami Caliri2014-09-301-1/+1
* QPlainTextEdit: Fix crash on complex undo w/full width selectionEskil Abrahamsen Blomfeldt2014-09-301-1/+1
* QMacStyle: Generalize Cocoa control renderingGabriel de Dietrich2014-09-292-51/+97
* QCocoaMenu: Keep a reference to the containing menu itemGabriel de Dietrich2014-09-294-3/+36
* Uic: fix a leakGiuseppe D'Angelo2014-09-261-0/+2
* QNAM: Fix previous HTTP upload CPU fixMarkus Goetz2014-09-252-1/+11
* XCB: fix a memory leakGiuseppe D'Angelo2014-09-251-1/+3
* QMacStyle: Improvements to some buttons on YosemiteGabriel de Dietrich2014-09-242-18/+62
* Fix compilation on OS X with macx-clang-32Andy Shaw2014-09-231-4/+4
* Cocoa: Properly remove content view from its superview in setNSWindow()Gabriel de Dietrich2014-09-231-0/+4
* QSettings: Don't chop off trailing tabs that were actually part of a value.Christian Kandeler2014-09-231-5/+7
* Document that default-constructed QFuture are canceledThiago Macieira2014-09-221-1/+1
* Refactor some loops over EINTRGiuseppe D'Angelo2014-09-221-5/+2
* QFile: fix undefined behavior when closing a buffered fileGiuseppe D'Angelo2014-09-221-13/+9
* Prevent a Coverity warning about a dangerous code pathGiuseppe D'Angelo2014-09-221-2/+1
* QTransform: initialize the d memberGiuseppe D'Angelo2014-09-222-2/+12
* QObject: fix a memory leak in moveToThreadGiuseppe D'Angelo2014-09-221-2/+5
* QRegion: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
* XCB: fix a possible array overflow leading to a crashGiuseppe D'Angelo2014-09-221-0/+3
* XCB: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
* GTK syle: initialize all members of GdkColorGiuseppe D'Angelo2014-09-221-0/+1
* OS X: File dialog does not show "Media" section.Timur Pocheptsov2014-09-221-2/+2
* OS X: main window doesn't become key.Timur Pocheptsov2014-09-221-0/+29
* OS X: Fix menu item shortcuts without modifiersEskil Abrahamsen Blomfeldt2014-09-221-1/+1
* Make sure we don't delete child QWindows if they have WA_NativeWindow setGabriel de Dietrich2014-09-222-0/+18
* Fix a mishandling of the fd returned by socket(2)Giuseppe D'Angelo2014-09-221-2/+2
* Add backslash to the list of word separator.David Schulz2014-09-221-0/+1
* Fix crash in QNetworkAccessCacheBackend::closeDownstreamChannelAlbert Astals Cid2014-09-222-7/+0
* Document non-intuitive behavior of QTreeWidgetItem::setHidden().Christian Kandeler2014-09-221-0/+3
* Cocoa: Handle insertNewLine selector for when it is sent while composing textAndy Shaw2014-09-192-0/+11