summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Revert "Fix the spurious socket notifications on OS X"Alex Trotsenko2015-10-063-42/+12
| | * ANGLE: Fix D3D feature level detection.Samuel Nevala2015-10-022-41/+33
| | * Fix the spurious socket notifications on OS XAlex Trotsenko2015-10-023-12/+42
| | * ANGLE: Fix Windows Store D3D Trim and Level 9 requirementsAndrew Knight2015-09-294-3/+83
| | * Update the Qt 5.5.1 changelog for qtbaseThiago Macieira2015-09-231-1/+72
| | * ICC on Windows: Disable ref-qualified member functions in MSVC <= 2013Thiago Macieira2015-09-231-0/+3
| | * buildsystem changelog for 5.5.1Oswald Buddenhagen2015-09-161-0/+19
| | * Fix QMYSQL plugin database connection setup checkSamuel Gaist2015-09-151-17/+24
| | * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
| | * Merge 5.5 into 5.5.1Oswald Buddenhagen2015-09-1183-291/+903
| | |\
| | * | Add Qt 5.5.1 changelog with updated 5.7 future direction noticeThiago Macieira2015-09-111-0/+50
* | | | QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-132-4/+18
|/ / /
* | | QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
* | | QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-122-5/+25
* | | Offscreen: Protect against the QT_NO_CURSOR define for changeCursorAndy Shaw2015-10-111-2/+2
* | | QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
* | | Doc: remove unused code from OpenGL Window exampleSamuel Gaist2015-10-071-10/+0
* | | qprintengine_win.cpp: Check access to members of DOCINFO in warning.Friedemann Kleint2015-09-291-3/+4
* | | Windows: Change the mocinclude extension to .optAndy Shaw2015-09-291-1/+1
* | | clean up QWindowsPipeWriter I/O error handlingJoerg Bornemann2015-09-291-7/+8
* | | QWindowsPipeWriter: clean up OVERLAPPED resource handlingJoerg Bornemann2015-09-291-8/+31
* | | qmake: Fix 'Libs:' line in .pc files on OS XMartin Afanasjew2015-09-281-1/+2
* | | Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-282-4/+20
* | | Ensure there's no sign-extension here.Thiago Macieira2015-09-281-1/+1
* | | Network: Use QFile::encodeName for POSIX paths instead of toLatin1Dāvis Mosāns2015-09-272-14/+15
* | | Make sure networkAccessibilityChanged is emittedLorn Potter2015-09-263-38/+77
* | | Abort underlying socket when aborting QNetworkReplySebastian Lösch2015-09-266-3/+45
* | | Support non-latin1 platform plugin pathsMorten Johan Sørvig2015-09-241-2/+2
* | | Cocoa: Support Qt::WindowTransparentForInputMorten Johan Sørvig2015-09-241-0/+3
* | | QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-232-0/+2
* | | Free the QFreeList object allocated memory on exitjian liang2015-09-221-4/+11
* | | Add shader files to examples documentation file listSamuel Gaist2015-09-221-1/+1
* | | Doc: update QFileDialog::setSideBarUrls code snippetSamuel Gaist2015-09-222-2/+2
* | | QNAM: Assign proper channel before sslErrors() emissionMarkus Goetz2015-09-221-0/+2
* | | QNativeSocketEngine: fix SO_REUSEPORT problems on LinuxAlexander Rössler2015-09-221-1/+1
* | | Fix two data races in QThread/QThreadDataDavid Faure2015-09-227-14/+14
* | | Set positionAutomatic when using setX setYDavid Edmundson2015-09-221-0/+6
* | | Fixed pageLayout, pageSize, pageOrientation, pageMargins for QPdfWriterOliver Wolff2015-09-221-1/+2
* | | QFileDialog: preserve window state after delayed widget dialog creationRichard Moe Gustavsen2015-09-221-1/+9
* | | fix error messageJoerg Bornemann2015-09-221-1/+1
* | | Remove confusing license information from torrent.qdocDmitry Shachnev2015-09-211-33/+0
* | | Fix detection of uClibc version numbersThiago Macieira2015-09-211-2/+2
* | | Cocoa integration - make tool window resizable againTimur Pocheptsov2015-09-211-5/+2
* | | Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-212-2/+8
* | | Blacklist PowerVR Rogue G6200 (v1.3) from supporting BGRA.Christian Strømme2015-09-181-3/+14
* | | fix parsing of WinRT compiler optionsJoerg Bornemann2015-09-181-11/+11
* | | Fix regression with QStandardPaths::standardLocations on WindowsJoni Poikelin2015-09-171-1/+1
* | | tst_QUndoGroup, tst_QUndoStack Fixed flag QT_NO_PROCESSTuomas Heimonen2015-09-142-8/+8
* | | Fixed compilation errors in qatomic_ia64.hÉmeric MASCHINO2015-09-121-4/+4
| |/ |/|
* | QCocoaMenu: Manually reposition popupsGabriel de Dietrich2015-09-111-10/+31