summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove out-of-date TODOs.Laszlo Agocs2011-06-031-7/+1
* Prevent crash in QXcbIntegration::grabWindow().Samuel Rødal2011-06-031-2/+1
* Implemented QXcbIntegration::grabWindow().Samuel Rødal2011-06-035-6/+255
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-0310-39/+173
* Prevent crash in tst_QWidget::persistentWinId().Samuel Rødal2011-06-031-1/+1
* Get rid of superfluous debug output in the xcb plugin.Samuel Rødal2011-06-031-4/+0
* Made tst_QWidget::winIdChangeEvent() pass with Lighthouse.Samuel Rødal2011-06-032-2/+5
* Merge branch 'refactor' of scm.dev.nokia.troll.no:qt/qtbase-staging into refa...Jørgen Lind2011-06-012-9/+1
|\
| * Have tooltips shown properly with xcb.Laszlo Agocs2011-06-011-1/+1
| * Make tst_QWidget::ensureCreated() pass with -platform xcb.Samuel Rødal2011-06-011-8/+0
* | Compile fixJørgen Lind2011-06-017-18/+18
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-01144-534/+1898
|\ \ | |/ |/|
| * 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