summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: use new QRect::transposed()Marc Mutz2016-02-139-14/+11
* QRect(F): add transposed()Marc Mutz2016-02-132-0/+37
* QRegion: add move ctorMarc Mutz2016-02-132-0/+12
* Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-1225-185/+54
* Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-126-19/+46
* QTextFrame::iterator: restore nothrow move special membersMarc Mutz2016-02-122-5/+9
* QXmlStream*: make nothrow move assignable and -constructibleMarc Mutz2016-02-121-0/+70
* QBitmap: restore nothrow move special membersMarc Mutz2016-02-122-0/+11
* Cocoa integration - suppress excessive dragginUpdated messagesTimur Pocheptsov2016-02-121-0/+12
* QStringListModel: optimize container usage.Anton Kudryavtsev2016-02-121-4/+4
* Fix QFileSelectorPrivate::addStatics()J-P Nurmi2016-02-121-0/+1
* QtGui: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-02-113-5/+9
* QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-119-20/+19
* QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-1116-26/+27
* Optimize string building in QImage::text()Marc Mutz2016-02-111-5/+4
* QMatrix, QTransform: restore nothrow move special membersMarc Mutz2016-02-114-10/+34
* Suppress memory allocation due to temporary containerSérgio Martins2016-02-111-1/+1
* QtGui: replace a Q_FOREACH loop with qDeleteAll()Marc Mutz2016-02-111-4/+2
* QtGui: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-02-111-4/+2
* QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-119-17/+32
* QImage: split strings with splitRef() in convertWithPalette()Marc Mutz2016-02-111-4/+4
* QtGui: eradicate Q_FOREACH loops [QVarLengthArray]Marc Mutz2016-02-112-4/+4
* QPainter: replace an inefficient QList with QVectorMarc Mutz2016-02-114-25/+22
* uic: replace an inefficient QList with QVectorMarc Mutz2016-02-112-4/+6
* Move waylandfunctions from qtwayland to qtbaseLaszlo Agocs2016-02-113-0/+88
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-02-1179-880/+707
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1179-880/+707
| |\
| | * QLocale: Use QVariant::toStringList() instead of template instantiationSérgio Martins2016-02-101-1/+1
| | * Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-102-5/+5
| | * Windows accessibility: Add override declaration.Friedemann Kleint2016-02-101-1/+1
| | * Windows accessibility: Remove some cruft.Friedemann Kleint2016-02-103-367/+0
| | * QWindowsVistaStyle: Suppress animation when QLineEdit's base color is set.Friedemann Kleint2016-02-101-5/+22
| | * QWindowsXPStyle: Introduce utility function for QLineEdit's palette.Friedemann Kleint2016-02-103-39/+21
| | * Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-7/+1
| | * Readability fix for MS isRelative, isAbsolute.Edward Welbourne2016-02-091-6/+10
| | * QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-092-4/+3
| | * Don't force antialiasing when it is turned offEskil Abrahamsen Blomfeldt2016-02-091-2/+4
| | * dbustray: Support late registering of tray icon menuDmitry Shachnev2016-02-093-8/+14
| | * dbustray: Do not change m_menu in QDBusTrayIcon::createMenu()Dmitry Shachnev2016-02-091-5/+1
| | * Fix clang 3.7 developer build [Werror, Winconsistent-missing-override]Sérgio Martins2016-02-081-1/+1
| | * dbusmenu: Refactor the code to allow dynamic updating of menusDmitry Shachnev2016-02-086-54/+102
| | * Reduce allocations by using reserve()Sérgio Martins2016-02-0714-20/+44
| | * Make QWindowGeometrySpecification suitable to use as globalSérgio Martins2016-02-071-3/+5
| | * xcb: Fix not delivering focusIn event on hide/showAlexander Bersenev2016-02-061-4/+17
| | * xcb: Correct enter/leave event handling when mouse button is pressedBłażej Szczygieł2016-02-061-3/+10
| | * xcb: XInput2 fixes, enter/leave event fixesBłażej Szczygieł2016-02-067-95/+183
| | * Link with -ldl option only when it is supportedLada Trimasova2016-02-052-2/+2
| | * QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-052-8/+13
| | * Doc: correct minor typoGabriel Pannwitz2016-02-051-2/+2
| | * If the font is not being found then get the English name regardlessAndy Shaw2016-02-051-0/+2