summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QMdiArea: Ignore events of other instances in the event filter.Friedemann Kleint2014-05-061-0/+3
* Don't use QAbstractButton::pixmap() as this will always return 0.Andy Shaw2014-05-061-2/+2
* Use WINVER instead of _MSC_VER for version check in qeventdispatcher_win.cpp.Joerg Bornemann2014-05-061-2/+2
* Fix - psql driver must format qdatetime using isoCristian Tarsoaga2014-05-051-2/+2
* fix include of private headerMark Brand2014-05-031-1/+1
* Refactor OS X bundle detection for QFileInfoSamuel Gaist2014-05-022-14/+66
* Vista Style: More menu item pixel fixes for QtQuick ControlsGabriel de Dietrich2014-04-221-2/+2
* Fix building of JSC with libc++.Raphael Kubo da Costa2014-04-221-6/+0
* QNX: Fix QDir::entryInfoList()Bernd Weimer2014-04-223-11/+12
* Fix compilation using MinGW 64 due to missing __cpuidAllen Winter2014-04-181-7/+7
* QDbus: Fix (!a == b) comparisonDavid Faure2014-04-181-1/+1
* Fix compilation of QtWebKit with MSVC 2013Ashish Kulkarni2014-04-171-2/+2
* Fix compilation of QtWebKit with MSVC 2012/2013Ashish Kulkarni2014-04-171-0/+16
* OS X: Make Qt application react on applicationShouldHandleReopenSamuel Gaist2014-04-171-0/+13
* Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-151-0/+4
* Fix crash when trying to place toolbar into zero-height window.Friedemann Kleint2014-04-103-20/+32
* Fix access of tmpStorage in QODBCResult::exec().Friedemann Kleint2014-04-071-27/+22
* Avoid out of bounds memory reads when scaling imagesv4.8.6Lars Knoll2014-04-036-27/+45
* Pass events to QGestureManager from the main (GUI) thread only.Friedemann Kleint2014-03-281-9/+12
* printsupport: set duplex setting correctly to CUPS printerTeemu Katajisto2014-03-281-14/+14
* QPrintDialog OSX: don't crash if ApplicationModal and no parentShawn Rutledge2014-03-281-1/+3
* QPrintDialog: document the modality on OS X and WindowsShawn Rutledge2014-03-281-0/+4
* Updated year in copyright headerKai Koehne2014-03-264379-4391/+4391
* Add AArch64 support to qfilesystemwatcher_inotify.cppLisandro Damián Nicanor Pérez Meyer2014-03-241-0/+9
* QPushButton: draw label using the stylesheet's font.Mitch Curtis2014-03-211-0/+8
* QMenu: Sloppy menu selection should allow hovering separatorsGabriel de Dietrich2014-03-201-0/+1
* QMenu: Enable sloppy submenu mouse navigationGabriel de Dietrich2014-03-204-7/+16
* QMenuPrivate: Make sloppyDelayTimer non-staticGabriel de Dietrich2014-03-202-7/+6
* Fix QByteArray memory corruption in QIBaseDriver::open().Friedemann Kleint2014-03-191-20/+15
* BlackBerry: Improve platform specific documentationBernd Weimer2014-03-182-2/+20
* QWindowsXP/VistaStyle: Fix detection of item view delegate line edits.Friedemann Kleint2014-03-173-15/+17
* network: fix doc typo in QNetworkConfigurationManagerPeter Hartmann2014-03-131-1/+1
* Remove -fuse-ld=gold from webkit's LFLAGSNiels Ole Salscheider2014-03-131-7/+0
* Windows: Restore maximized/full screen widgets to correct screen.Friedemann Kleint2014-03-131-4/+17
* Fix a crash when reparenting widgets on Windows.Friedemann Kleint2014-03-131-4/+6
* Fix recursive calling of QScriptProgramLars Knoll2014-03-132-1/+3
* do not use fileno calls in forked childJoerg Bornemann2014-03-131-4/+4
* Add AArch64 detection support to JavaScriptCore.Dmitry Shachnev2014-03-131-1/+9
* Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2014-03-131-14/+15
* Doc: Discuss the concept of thread affinity in more detailSze Howe Koh2014-03-131-7/+35
* Prevent spurious SSL errors from local certificates.Richard J. Moore2014-03-131-3/+0
* Fix Mac Bearer when machine has no wifiFrederik Gladhorn2014-03-132-0/+4
* Fix building of WebKit's JSC for earlier versions of gcc on MacAndy Shaw2014-03-131-0/+14
* Qt 3 Support: Prevent double deletion of QObjectPrivate::threadData in QSetti...Friedemann Kleint2014-02-251-0/+1
* Fix building of JSC for earlier versions of gcc on MacAndy Shaw2014-02-251-0/+14
* Mac: Fix file dialog filters when filter doesn't start with '*'Eike Ziller2014-02-131-1/+2
* fix crash when using GTK 2.14 function in old gtkAndrey Volkov2014-02-131-1/+3
* QDeclarativeTypeLoader doesn't close processed QNetworkRepliesFrantisek Vacek2014-02-111-0/+6
* Fix the Carbon buildAndy Shaw2014-02-111-0/+6
* Fix compile for CarbonAndy Shaw2014-02-071-1/+2