summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-0127-67/+188
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-2927-67/+188
| |\
| | * 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
* | | Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-013-12/+32
* | | Doc: fix misleading documentation of QProcess::set[Process]EnvironmentJoerg Bornemann2014-10-012-12/+7
* | | Fix regression in metric calculation of text with mnemonicsAllan Sandfeld Jensen2014-10-011-5/+1
* | | Fix hangs on QFileSystemWatcher.Leonard Lee2014-09-301-0/+1
* | | Doc: Adding API reference section in Qt Platform Headers page.Jerome Pasion2014-09-301-0/+5
* | | Extend QOpenGLVertexArrayObjectHelper to support glIsVertexArraysAllan Sandfeld Jensen2014-09-302-1/+13
* | | Don't dpi-scale -1 pixel metricsOswald Buddenhagen2014-09-301-5/+2
* | | kms: Support QOpenGLWidget and QQuickWidgetLaszlo Agocs2014-09-309-17/+99
* | | kms: Support non-64x64 cursorsLaszlo Agocs2014-09-302-8/+25
* | | qdoc: Restore navigation bar titles for QML, QML basic typesTopi Reinio2014-09-301-10/+4
* | | Doc: Use title case in section1 titlesNico Vertriest2014-09-3042-100/+100
* | | Make QAccessible compile with -Werrorhjk2014-09-301-0/+6
* | | QMdiArea: Fix positioning of cascaded sub windows.Friedemann Kleint2014-09-301-1/+2
* | | Additional support for devicePixelRatio in CE_MenuItem’s icon paintingMihailNaydenov2014-09-306-12/+12
* | | Handle PPK_CustomBase in QWin32PrintEngine::propertyUlf Hermann2014-09-301-0/+3
* | | Fix losing dirty state when calling update() from paintGL()Laszlo Agocs2014-09-301-1/+6
* | | uic: Add QOpenGLWidget.Friedemann Kleint2014-09-291-0/+1
* | | Make QRegion::shared_empty constMarc Mutz2014-09-292-18/+13
* | | xcb: Fix detecting the fullscreen state from _NET_WM_STATE flagsAlexander Volkov2014-09-291-3/+3
* | | Fix build when using -WerrorSérgio Martins2014-09-291-3/+6
* | | Update the detection of when to log to stderrThiago Macieira2014-09-292-49/+59
* | | Revert "winrt: Remove depth/stencil from the default window format"Andrew Knight2014-09-291-0/+2
* | | ANGLE: Upgrade to 2.1~abce76206141Andrew Knight2014-09-29279-16864/+18249