summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cocoa: Handle insertNewLine selector for when it is sent while composing textAndy Shaw2014-09-192-0/+11
* Remove reference to removed qatomic_sparc.hAdam Majer2014-09-181-2/+0
* Merge remote-tracking branch 'origin/5.3.2' into 5.3Frederik Gladhorn2014-09-172-21/+74
|\
| * Qt 5.3.2 changelogv5.3.2Thiago Macieira2014-09-101-11/+58
| * Android: use FBO readback workaround by default.Yoann Lopes2014-09-031-10/+16
* | OSX: emit aboutToShow signal for top-level dock menu.Erik Verbruggen2014-09-161-0/+3
* | QToolButton: properly reset the size hint when a menu is set on itGiuseppe D'Angelo2014-09-162-0/+32
* | OS X: Fix positioning of popup menus in case of native NSWindowsEike Ziller2014-09-161-3/+2
* | QSizeGrip: use a QPointer to the tracked TLWGiuseppe D'Angelo2014-09-152-1/+26
* | Logging: Remove use of _declspec(thread)Kai Koehne2014-09-151-6/+3
* | QWindowsWindow: Fixed warning textOliver Wolff2014-09-151-1/+1
* | Improved documentation for QStyledItemDelegate::eventFilterAki Koskinen2014-09-151-0/+3
* | fix bogus library paths in ANGLE prl filesOswald Buddenhagen2014-09-151-0/+5
* | cocoa: fix namespace manging for QNSViewTim Blechmann2014-09-152-2/+6
* | cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-153-1/+19
* | QGuiApplication: clear font database on cleanupTim Blechmann2014-09-121-0/+1
* | QMacStyle: Use NSView rendering for some inactive widgets on 10.10Gabriel de Dietrich2014-09-114-3/+142
* | Fix possible divide by zero in QPlainTextEditEskil Abrahamsen Blomfeldt2014-09-111-1/+2
* | Add QMAKE_CFLAGS_XCB to xcbBoris Savelev2014-09-102-0/+4
* | qsql ibase: fix memory corruption due to LONG being 4 bytes in firebird.David Faure2014-09-101-5/+9
* | Preventing caching of null authenticatorEric Lemanissier2014-09-092-0/+25
* | configure: fix expanding system commands in qmake parser with GNU awk < 4Olivier Blin2014-09-091-1/+1
* | Updated QSql{Query,Result}::bindValue doc to reflect the current state.Marcel Krems2014-09-082-12/+0
* | Correct QString::toStdString documentation on encodingJohn Brooks2014-09-051-8/+2
* | Avoid adding widget to its own layoutThomas Fischer2014-09-0511-39/+179
* | Add missing private headers warningSamuel Gaist2014-09-0495-5/+1040
* | QCoreTextFontDatabase: reduce memory consumptionJ-P Nurmi2014-09-041-0/+3