summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed an argument parsing bug in syncqt.axis2011-06-021-6/+6
* Allow SHM buffers to be displayed in Wayland plugin when using DRMAndy Nichols2011-06-011-0/+1
* tst_qnetworkreply: add a test for http abort.Martin Petersson2011-06-011-6/+52
* sockets: limit buffer size of the internal sockets in proxy enginesShane Kearns2011-06-012-0/+4
* Make TextEdit word selection more natural.Andrew den Exter2011-06-011-1/+1
* Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-06-011-1/+3
* Don't crash on an invalid replacementStart from an input method.Andrew den Exter2011-06-011-1/+3
* Fix build in C++0x modeBernhard Rosenkraenzer2011-05-313-8/+8
* Made qpluginbase.pri into a feature profile.axis2011-05-3158-97/+98
* Moved certain qmake config variables to .qmake.cache.axis2011-05-311-23/+20
* Fixed linking against QtQuickTest on mac.Charles Yin2011-05-311-15/+1
* Export the qt_gl_read_framebuffer function for use in declarativeGunnar Sletta2011-05-303-3/+3
* Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-304-7/+107
* Only add dependent include when not already thereMarius Storm-Olsen2011-05-271-1/+1
* Fix ligature offset in multi-line textJiang Jiang2011-05-272-2/+19
* Fix compile for systems with old fontconfigJiang Jiang2011-05-271-0/+5
* Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-274-0/+128
* Add QUuid::toByteArray() and relevantLiang Qi2011-05-274-0/+119
* QDataStream: speedup steaming of QUuid.Liang Qi2011-05-271-17/+47
* Optimize QUuid::QUuid(const char *)Liang Qi2011-05-271-1/+9
* Fix the build for QUuidLiang Qi2011-05-272-2/+6
* uic: #include <QLayout> for QToolBox on non-laid-out forms.Friedemann Kleint2011-05-272-1/+7
* uic: Use QString::fromUtf8 for QUrl properties.Friedemann Kleint2011-05-271-1/+1
* Fix a regression in QList::mid()Liang Qi2011-05-272-0/+5
* Add some autotests and benchmarks for QUuidLiang Qi2011-05-272-2/+152
* Optimize QUuid::toString() and relevantLiang Qi2011-05-272-55/+100
* tests: fixed compile of tst_macguiRohan McGovern2011-05-271-0/+2
* tests: fixed compilation of qstring benchmark on macRohan McGovern2011-05-271-2/+7
* Make lexgen tests compileJason McDonald2011-05-271-2/+1
* Use "QT += testlib" consistentlyJason McDonald2011-05-2711-36/+7
* Fix infinite recursion when changing geometry on MacGabriel de Dietrich2011-05-262-7/+19
* Fix typo in commentOlivier Goffart2011-05-261-1/+1
* Added some of my Qt 4.8 changes to the changelogOlivier Goffart2011-05-261-0/+22
* MSVC do not really support initilizer_listOlivier Goffart2011-05-261-6/+2
* Support of lambdas in QtConcurrent::runOlivier Goffart2011-05-266-81/+194
* Add QtPrivate::QEnableIfOlivier Goffart2011-05-261-0/+6
* Tests for QtConcurrent::map using lambdasOlivier Goffart2011-05-261-0/+21
* Fix instability in QNetworkConfigurationManager autotestShane Kearns2011-05-261-2/+4
* Fix thread safety regression of QNetworkConfigurationManagerShane Kearns2011-05-262-2/+2
* Update qhostinfo autotest to expect RFC5952 formatted ipv6 addressesShane Kearns2011-05-261-6/+6
* fix "Host" header of ipv6 URLs in QNAMshiroki2011-05-262-10/+20
* Add QtTools' include/QtDesigner as well as QtCore's include/QtDesignerMarius Storm-Olsen2011-05-261-4/+3
* Add private header support to the EGLFS platform plugin.Jason Barron2011-05-261-1/+1
* Fixed ordering problem when configuring with `-make <part>'Rohan McGovern2011-05-261-14/+24
* Remove the redundant QTEST_ACCESSIBILITY define.Jason McDonald2011-05-262-17/+2
* Fix for compiling and running cube example on Windows.Kim Motoyoshi Kalland2011-05-253-1/+6
* Fix QGLWidget::renderPixmap for raster engine on MacJiang Jiang2011-05-251-2/+9
* Workaround a bug in Core Text to select Light fontsJiang Jiang2011-05-251-1/+6
* Add authentication token support for wayland windowsLasse Holmstedt2011-05-256-14/+53
* Fix QFontEngineX11FT compilationJiang Jiang2011-05-251-0/+2