summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-053-0/+85
* QVarLengthArray: add relational operators <,<=,>,>=Marc Mutz2015-04-053-0/+122
* QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-053-0/+127
* QList: add relational operators <,<=,>,>=Marc Mutz2015-04-053-0/+111
* 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-023-0/+22
* Add QString::insert() overloads for QStringRef, const char*, QByteArrayMarc Mutz2015-04-023-0/+59
* tst_QString: refactor the op+= testsMarc Mutz2015-04-021-4/+29
* tst_QString: refactor the insert testsMarc Mutz2015-04-021-2/+112
* tst_QString: refactor the prepend testsMarc Mutz2015-04-021-10/+82
* tst_QString: refactor the append testsMarc Mutz2015-04-021-12/+203
* QString: preserve embedded NULs when converting from QByteArrayMarc Mutz2015-04-023-58/+23
* QString::from{Utf8,Latin1,Local8Bit}(QByteArray): preserve nullness of argumentMarc Mutz2015-04-022-3/+33
* QVector: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-04-023-0/+102
* QVector: add relational operators <,<=,>,>=Marc Mutz2015-04-023-0/+98
* Add QRegularExpression based regexp toolSamuel Gaist2015-04-029-0/+565
* Hurd: Implement QStorageInfo for HurdPino Toscano2015-04-021-4/+5
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-01229-38792/+23899
|\
| * doc: Correct error in QProxyStyle() doc.Martin Smith2015-03-311-2/+2
| * Make Creator happy with qobjectdefs_impl.h parsingThiago Macieira2015-03-311-0/+1
| * Use QStringLiteral where applicable in QtDBusThiago Macieira2015-03-318-61/+64
| * Windows: Fix QT_NO_OPENGL buildKai Koehne2015-03-312-7/+15
| * xcb: set WM_NAME window propertyShawn Rutledge2015-03-313-0/+51
| * D-Bus system tray: emit activated on middle and right clickShawn Rutledge2015-03-313-20/+10
| * D-Bus system tray: emit QPlatformSystemTrayIcon::activated on clickShawn Rutledge2015-03-311-1/+1
| * Fix running of dbus-send on some systemsThiago Macieira2015-03-311-1/+1
| * D-Bus tray icon menus: support submenusShawn Rutledge2015-03-305-26/+36
| * Use Q_NULLPTR for the null pointers used in macrosThiago Macieira2015-03-302-4/+4
| * Add tests for detach on setDevicePixelRatio()Morten Johan Sørvig2015-03-240-0/+0
| * Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-304-4/+54
| * Fix invalid characters count in QBig5hkscsCodec::convertFromUnicode()Maks Naumov2015-03-301-0/+1
| * QTabBar: Disable wheel events on MacGabriel de Dietrich2015-03-301-0/+2
| * QCocoaMenu: Queue 'activated' signal emissionGabriel de Dietrich2015-03-301-1/+3
| * testlib: Don't limit linking to XCTest to Xcode projectsTor Arne Vestbø2015-03-301-1/+1
| * Android: Only take ownership of threads we explicitly attach to.Christian Strømme2015-03-301-7/+8
| * Fix qdoc warning in qopengltexture.cpp.Friedemann Kleint2015-03-301-1/+1
| * Remove compression of posted input method events.Friedemann Kleint2015-03-301-4/+1
| * Windows: Remove duplicated color masks in qt_write/write_dibv5.Friedemann Kleint2015-03-301-9/+0
| * Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-3026-31/+62
| * Use Xlib to resolve font cursor if possibleJørgen Lind2015-03-301-0/+12
| * Windows: Send the input method event when the focus object is validAndy Shaw2015-03-301-1/+1
| * xcb: Fix bgr888 VNC sessionsLaszlo Agocs2015-03-304-9/+53
| * testlib: Detect distribution name/release for blacklisting testsCaroline Chao2015-03-301-0/+9
| * Fix "'QCss::Property' is not a class or namespace"Andrew Knight2015-03-301-11/+11
| * fix C4275 warnings for MSVC 2010 buildDebao Zhang2015-03-281-1/+2
| * Add tests for detach on setDevicePixelRatio()Morten Johan Sørvig2015-03-240-0/+0
| * Build bundled freetype as qt_helper_libKonstantin Ritt2015-03-276-77/+88
| * QItemSelectionModel: Make selectedIndexes a Q_PROPERTY.Stephen Kelly2015-03-272-1/+7