summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Fix UB in tst_QObject::disconnectDoesNotLeakFunctor()Marc Mutz2016-01-091-3/+3
| | | | * fix quoting in makeabs()Oswald Buddenhagen2016-01-081-2/+2
| | | | * Fix UB in tst_QSharedPointer::basics()Marc Mutz2016-01-071-2/+4
| | | | * Fix UB in tst_QDialog::showExtension()Marc Mutz2016-01-071-11/+12
| | | | * Fix UB in tst_QObject::noDeclarativeParentChangedOnDestruction()Marc Mutz2016-01-071-1/+2
| | | | * Fix UB in tst_QMetaTypeMarc Mutz2016-01-061-43/+43
| | | | * Fix UB in tst_QIODevice::getSetCheck()Marc Mutz2016-01-061-8/+7
| | | | * Add missing qxml_p.h to src/xml/sax/sax.priMarc Mutz2016-01-061-1/+2
| | | | * qt_functions.prf: Add missing $$evalDmitry Shachnev2016-01-051-1/+1
| | | | * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-055-15/+69
| | | | * QStateMachine: fix ignore high-priority events.Masaru Ueki2016-01-052-4/+35
| | | | * Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-052-25/+29
| | | | * QTreeView: take into account the min/max size of the header viewGiuseppe D'Angelo2016-01-041-3/+7
| | | | * Do not discard WSAECONNRESET error code from UDP under WindowsAlex Trotsenko2016-01-043-1/+19
| | | | * forkfd: Only enable pipe2 on FreeBSD >= 10.0.Raphael Kubo da Costa2016-01-031-1/+1
| | | | * forkfd: Also define BSD visibility macros in forkfd_qt.cpp.Raphael Kubo da Costa2016-01-031-0/+9
| | | | * forkfd: Define __BSD_VISIBLE and _NETBSD_SOURCE.Raphael Kubo da Costa2015-12-271-0/+2
| | | | * QAbstractSocket: do not enable read notifications on TCP in bind()Alex Trotsenko2015-12-242-1/+23
| | | | * QSystemTrayIcon: Fix double connection with qpa.Christian Kamm2015-12-221-0/+4
| | | | * QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-212-1/+33
| | | | * Fix timeout calculations using qt_subtract_from_timeoutJoerg Bornemann2015-12-212-9/+13
| | | | * Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-212-6/+16
| | | | * Fix extract style on Android 6.0BogDan Vatra2015-12-181-2/+5
| | | | * Fix XI2 smooth scroll with inverted directionMaxim Mikityanskiy2015-12-171-0/+4
| | | | * Update bundled libpng to version 1.6.19Joerg Bornemann2015-12-1725-2120/+1612
| | | | * The cache_cost is measured in bytes and not kilobytes.Andy Shaw2015-12-162-2/+2
| | | | * Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-162-1/+12
| | | | * Emit the activated signal when the platform menu item is selected.Andy Shaw2015-12-161-1/+5
| | | | * Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
| | | | * PostgreSQL: Fix memory leak in QPSQLDriverPrivate::getPSQLVersion()Vincas Dargis2015-12-121-0/+1
| | | | * QLockFile: decide on locking strategy per pathDavid Fries2015-12-112-14/+30
| | | | * Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-112-1/+20
| | | | * Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
| | | | * Check if the file is writable even while QT_BOOTSTRAPPEDAndy Shaw2015-12-111-2/+6
| | | | * Use unique shortcuts for the different actionsAndy Shaw2015-12-111-2/+2
| | | | * Remove additional copyright noticeRainer Keller2015-12-102-20/+0
| | | | * doc: Remove wrong statement about cache filenames.Florian Bruhin2015-12-101-2/+1
| | | | * Add missing \since to QSslCipher QString overload.Florian Bruhin2015-12-101-0/+2
| | | | * Remove "FOO module" from config.tests/commonThiago Macieira2015-12-042-2/+2
| | | | * Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-12-046-7/+101
| | | | * Make -no-rpath build more useful on Apple platformsMartin Afanasjew2015-11-302-1/+5
| | | | * Detect alpha8 as having alpha-pixelsAllan Sandfeld Jensen2015-11-301-2/+17
| | * | | Make some initializers be declarations.Edward Welbourne2016-01-201-10/+10
| | * | | Avoid shadowing a name (and use the outer variable an extra time)Edward Welbourne2016-01-201-3/+3
| | * | | Avoid dereferencing before the start of a string.Edward Welbourne2016-01-201-1/+1
| | * | | Make it clearer what's happening with a fall-through.Edward Welbourne2016-01-201-2/+2
| | * | | Expand springForward_data() to cover a few more time-zones.Edward Welbourne2016-01-201-3/+35
| | * | | Be fussier about setting tst_QDateTime's globals.Edward Welbourne2016-01-201-14/+63
| | * | | Nomenclature corrections relating to CET.Edward Welbourne2016-01-201-37/+37
| | * | | QMainWindowLayout::unplug(): Prevent unplugging when the widget is not a window.Friedemann Kleint2016-01-201-11/+12