summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of QT_SOURCE_TREEMarius Storm-Olsen2011-06-07107-159/+159
* Fix regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-06-073-5/+48
* Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-077-53/+190
* Added private header dependencies to MeeGo graphics system pluginEckhart Koppen2011-06-061-1/+1
* Use Raster pixmaps for the EglFS pluginGunnar Sletta2011-06-061-2/+2
* Added module CONFIG to uitools.axis2011-06-061-1/+2
* Make qmake slightly more verbose with its syncqt output.axis2011-06-061-3/+5
* Disable trying to compile network tests which require QtScriptMarius Storm-Olsen2011-06-062-3/+2
* Moved common module profiles to be feature profiles.axis2011-06-0521-289/+292
* Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
* Correct QStaticText tests after recent changesJiang Jiang2011-06-041-2/+2
* Implemented module-local caching of module profiles.axis2011-06-033-22/+58
* Install some headers that were previously missing from install.axis2011-06-032-1/+15
* Don't base QTDIR detection on .qmake.cache.axis2011-06-031-7/+0
* Make sure that we error out if we cannot write forwarding profile.axis2011-06-031-1/+1
* Changes needed for Qt to accept module .qmake.cache files.axis2011-06-031-3/+8
* Add basic static text drawing capability to lanceJiang Jiang2011-06-033-0/+143
* Fix Windows buildJiang Jiang2011-06-031-2/+2
* Refactor glyph pretransform checkJiang Jiang2011-06-039-56/+65
* 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