summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in QHostInfoShane Kearns2011-07-081-0/+1
* Remove the qs() macro.Olivier Goffart2011-07-081-4/+0
* Use memmove in QListData::append(int) as regions overlap.Thiago Macieira2011-07-081-1/+1
* QNAM: Add support for more KnownHeadersMarkus Goetz2011-07-082-1/+24
* Fixed wayland windowmanager-protocol authorizationMartin Zielinski2011-07-083-5/+16
* Add support for QStringLiterals in QStringBuilderThiago Macieira2011-07-081-0/+17
* Make the new QStringLiteral produce a non-temporaryThiago Macieira2011-07-081-10/+33
* Bugfix the QConstString implementation.Thiago Macieira2011-07-081-2/+2
* Don't cast a string from asciiLars Knoll2011-07-071-1/+1
* Don't keep a static instance of QDBusConnectionHarald Fernengel2011-07-071-10/+8
* Fix a crash when D-Bus library can't be loadedHarald Fernengel2011-07-072-1/+7
* Unify QLatin1String and QLatin1LiteralLars Knoll2011-07-074-123/+57
* Support for compile time generated QStringsLars Knoll2011-07-072-282/+287
* Add an internal QRefCount class to QtCoreLars Knoll2011-07-073-0/+145
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-07-074-68/+68
* Fix regressions in previous QFontDatabase patchJiang Jiang2011-07-076-57/+64
* Use Q_DECL_CONSTEXPR in QFlagsOlivier Goffart2011-07-061-15/+15
* Add Q_DECL_CONSTEXPROlivier Goffart2011-07-061-11/+22
* Fix bidi reordering when part of text is rendered by fallback fontEskil Abrahamsen Blomfeldt2011-07-061-1/+13
* Unicode strings are supported from gcc 4.4 onwardsLars Knoll2011-07-061-1/+2
* Remove references to QT_INSTALL_DEMOS & DemosPath.Casper van Donderen2011-07-062-10/+0
* Fix compilation with c++0x modeLars Knoll2011-07-061-1/+1
* Remove QT3_SUPPORT from qsql, qxmlGabriel de Dietrich2011-07-0614-250/+0
* We need to let the currentContext be in the same state afterJørgen Lind2011-07-061-1/+8
* Fix the wayland windowsurface so that we have stencil and depth bufferJørgen Lind2011-07-061-1/+1
* QAbstractSocket: Always clear old QHostAddress list on a new connect.Martin Petersson2011-07-061-0/+1
* Update the documentation after moving examples.Casper van Donderen2011-07-053-6/+6
* Move some other examples around in the docs.Casper van Donderen2011-07-053-16/+16
* Make use of deleted members in Q_DISABLE_COPYOlivier Goffart2011-07-051-0/+6
* QHostAddress: fix compile on WindowsMartin Petersson2011-07-051-4/+3
* Fix QScopedPointerarray default constructorOlivier Goffart2011-07-051-1/+3
* QNAM HTTP: Fix canReadLine() for zerocopyMarkus Goetz2011-07-051-1/+2
* Remove QT3_SUPPORT from networkShane Kearns2011-07-056-166/+0
* Doc: Fixing typoSergio Ahumada2011-07-052-3/+3
* Finish removal of QT3_SUPPORT from corelib/codecsShane Kearns2011-07-051-16/+0
* Don't issue GL calls when the geometry is emptyEskil Abrahamsen Blomfeldt2011-07-051-0/+2
* Fixed compile of QtOpenGL on Mac & QPA.Rohan McGovern2011-07-051-4/+6
* fixed typo in .pro fileMatthew Cattell2011-07-041-1/+1
* QNam remove compile warnings for QNetworkReplyHttpImplMartin Petersson2011-07-041-1/+1
* make argument quoting code on windows less arcaneOswald Buddenhagen2011-07-041-7/+4
* fix argument quoting on windowsOswald Buddenhagen2011-07-041-4/+3
* Add QScreenOrientationChangeEvent and rotation support to wayland clientLasse Holmstedt2011-07-048-22/+172
* Always assume IPv6 supportMarkus Goetz2011-07-048-131/+13
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-049-28/+238
* Move the composition example in the docs.Casper van Donderen2011-07-011-2/+2
* Doc: Fixed qdoc warnings.David Boddie2011-07-018-25/+67
* Implemented on-screen visibility handling via waylandMartin Zielinski2011-07-014-41/+64
* Fix resource leak in QFontEngineDirectWriteEskil Abrahamsen Blomfeldt2011-07-011-2/+3
* Fix transformations on DirectWrite rasterized textEskil Abrahamsen Blomfeldt2011-07-012-47/+104
* Add a touchscreen generic qpa plugin.Laszlo Agocs2011-06-308-0/+755