summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-2930-67/+221
|\
| * Uic: fix a leakGiuseppe D'Angelo2014-09-261-0/+2
| * QNAM: Fix previous HTTP upload CPU fixMarkus Goetz2014-09-253-1/+13
| * 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-232-5/+25
| * 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-223-7/+13
| * Document non-intuitive behavior of QTreeWidgetItem::setHidden().Christian Kandeler2014-09-221-0/+3
* | Windows: Fix call of ToUnicodeOliver Wolff2014-09-291-7/+8
* | Fix font enumeration, with the same family name, on Windows.Vladimir2014-09-282-4/+68
* | QSslCertificate: fold a string literal correctlyMarc Mutz2014-09-281-2/+2
* | Don't check for EINTR after calling QT_READ / QT_WRITEThiago Macieira2014-09-281-4/+2
* | Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-282-1/+42
* | Android: Add function to change the stacking order in the layout.Christian Strømme2014-09-267-2/+104
* | Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-266-76/+110
* | Android: Improve the foreign-window implementationChristian Strømme2014-09-265-34/+99
* | create_cmake: Make the warning actually useful.Robin Burchell2014-09-261-1/+3
* | make -force-debug-info work for objective COswald Buddenhagen2014-09-262-0/+2
* | direct2d: Optimize dashed line drawingAndrew Knight2014-09-261-3/+45
* | direct2d: Fix composition mode supportLouai Al-Khanji2014-09-265-22/+188
* | update bundled sqlite to 3.8.6.0Mark Brand2014-09-263-1181/+2440
* | Widgets: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-268-24/+22
* | tst_QSslError: cleanup unused functionsMarc Mutz2014-09-261-29/+0
* | Add a way for qmake + configure to link dynamically to the CRTAndrew Knight2014-09-252-2/+2
* | Clean up QImage::Format switchesAllan Sandfeld Jensen2014-09-254-78/+31
* | Fix smooth scaling of large QImagesAlex Blasche2014-09-251-12/+13
* | Doc: Restructure "Signal & Slots" articleSze Howe Koh2014-09-251-70/+71
* | Doc: Remove irrelevant sections from "Signals & Slots"Sze Howe Koh2014-09-252-50/+2
* | QIOSInputContext: animate screen from current transformationRichard Moe Gustavsen2014-09-251-1/+2
* | QIOSInputContext: change keyboard rect when focus window changesRichard Moe Gustavsen2014-09-251-0/+1
* | QIOSInputContext: report keyboard rect relative to focus windowRichard Moe Gustavsen2014-09-251-31/+27
* | Refactored qt_normalizePathSegmentsOliver Wolff2014-09-252-94/+236