summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Fixes crash in gif image decoderEirik Aavitsland2015-03-131-0/+2
| | | * Remove #ifndef QT_NO_HTTP that does nothingAlbert Astals Cid2015-03-131-13/+1
| | | * Cocoa: Send mouse release as a right button when clicking right buttonAndy Shaw2015-03-131-0/+2
| | | * Cocoa integration - invalid backing store on geometry updateTimur Pocheptsov2015-03-131-0/+2
| | | * Revert adding dispatchLocker to QDBusConnection::connectAlbert Astals Cid2015-03-131-1/+0
| | | * Doc: Fix qmath documentationSergio Ahumada2015-03-121-0/+1
| | | * Core: fix crash in QCollator if ucol_open() failedLiang Qi2015-03-111-13/+30
| | | * Clarify InputMethodHint documentationPaul Olav Tvete2015-03-111-1/+2
| | | * Windows Embedded: GetTickCount64 won't be available so just remove itAndy Shaw2015-03-111-8/+2
| | | * Workaround for programs depending on previous layout bugPaul Olav Tvete2015-03-111-0/+5
| | | * Cocoa: Fix systray SVG icons.Morten Johan Sørvig2015-03-111-0/+4
| | | * [Android]: Ensure clicking on the arrow shows the popupAndy Shaw2015-03-111-0/+4
| | | * Avoid deadlock when suspending app at startupPaul Olav Tvete2015-03-111-1/+6
| | | * Lock dispatchLock before the regular lockAlbert Astals Cid2015-03-111-0/+1
| | | * QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+2
| | | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-099-97/+49
| | | * Revert "OS X: main window doesn't become key."Timur Pocheptsov2015-03-091-28/+0
| | | * Upgrade PCRE to r1530Giuseppe D'Angelo2015-03-0631-6209/+7658
| | | * Win QPA: Pass in the top level setting instead of relying on isTopLevel()Andy Shaw2015-03-062-6/+6
| | | * Always clear QWindowPrivate::positionAutomatic in setFramePosition()Alexander Volkov2015-03-061-1/+1
| | | * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-064-7/+75
| | | * Remove C++11 usage from NetworkManager bearer pluginAlex Blasche2015-03-051-1/+0
| | | * Avoid deadlock with two consecutive suspended notificationLiang Jian2015-03-051-0/+7
| | | * Adjust wiki links to the new redirectSergio Ahumada2015-03-041-1/+1
| | | * Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-041-0/+8
| | | * Call MoveFile() anyway if the delete failed because it did not existAndy Shaw2015-03-041-1/+1
| * | | Update documentation snippets related to QDebug.Friedemann Kleint2015-04-012-6/+8
| * | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-017-59/+257
* | | | qppdprintdevice.h: Don't rely on indirect includesMarc Mutz2015-04-051-0/+4
* | | | qgtk2dialoghelpers.h: Don't rely on indirect includesMarc Mutz2015-04-051-0/+5
* | | | QString::section: scope a variable betterMarc Mutz2015-04-051-2/+1
* | | | Optimize QString::section(QString)Marc Mutz2015-04-051-4/+3
* | | | Add Q_DECL_RELAXED_CONSTEXPR to QCharOlivier Goffart2015-04-051-3/+3
* | | | QChar: plaster API with Q_DECL_NOTHROWMarc Mutz2015-04-052-137/+137
* | | | QChar: move definitions of inline methods into the class bodyMarc Mutz2015-04-051-48/+31
* | | | QVarLengthArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+69
* | | | QVarLengthArray: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78
* | | | QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+86
* | | | QList: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78
* | | | Virtualize options setting on TCP server socketAlex Trotsenko2015-04-052-11/+20
* | | | QStyleSheetStyle: do not style the moving tab of a QTabBarOlivier Goffart2015-04-021-0/+7
* | | | Optimize QString::section(QReg*Exp*)Marc Mutz2015-04-021-6/+6
* | | | Add missing QString::prepend(QStringRef)/(const QChar*,int) overloadsMarc Mutz2015-04-022-0/+18
* | | | Add QString::insert() overloads for QStringRef, const char*, QByteArrayMarc Mutz2015-04-022-0/+53
* | | | QString: preserve embedded NULs when converting from QByteArrayMarc Mutz2015-04-021-17/+17
* | | | QString::from{Utf8,Latin1,Local8Bit}(QByteArray): preserve nullness of argumentMarc Mutz2015-04-021-3/+3
* | | | QVector: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-04-022-0/+86
* | | | QVector: add relational operators <,<=,>,>=Marc Mutz2015-04-022-0/+78
* | | | Hurd: Implement QStorageInfo for HurdPino Toscano2015-04-021-4/+5
* | | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-01157-13046/+15720
|\| | |