summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to convert a certificate to textRichard Moore2011-06-215-0/+42
* Clean-up the macros about Qt Mobility in bearerLiang Qi2011-06-203-48/+3
* Support -qtnamespace and -qtlibinfix againLiang Qi2011-06-205-6/+18
* Fix empty lines in Qt HTML when displayed in external browsers (again)Eskil Abrahamsen Blomfeldt2011-06-203-4/+11
* QAuthenticator::setUser() parse user name in form user@domainMartin Petersson2011-06-201-1/+1
* Fix QProcess emitting two started signals on X11Christian Strømme2011-06-201-7/+4
* Fix bug which caused repeated characters in a QML TextEskil Abrahamsen Blomfeldt2011-06-201-2/+2
* Make it possible to set color of QStaticText with pixel size >= 64Eskil Abrahamsen Blomfeldt2011-06-201-1/+1
* Initialize member variable.Gunnar Sletta2011-06-141-1/+2
* Include cycle_p.h only conditionallyEckhart Koppen2011-06-131-0/+2
* Handle really global selection offers in wayland clipboard.Laszlo Agocs2011-06-102-4/+21
* fix an incorrect OpenMode flags handling in QBuffer::open()Ritt Konstantin2011-06-101-11/+6
* Fix a case of SP_MediaSkipForward returning the wrong pixmap.Andy Shaw2011-06-101-1/+1
* Fix missing empty lines in Qt HTML when displayed in compliant browsersEskil Abrahamsen Blomfeldt2011-06-101-1/+1
* Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-105-11/+9
* Allow selecting fonts with irregular style namesJiang Jiang2011-06-0911-96/+204
* Duplicate some harfbuzz symbols inside Qt.Gunnar Sletta2011-06-094-3/+115
* Use homePath instead of homeDirPathEckhart Koppen2011-06-091-1/+1
* Add tilde (both ~ and ~<user>) expansion to QFileDialog on UNIX.Pierre Rossi2011-06-081-4/+73
* Fix modules to load(qt_module) firstMarius Storm-Olsen2011-06-088-0/+16
* Reorder member varibles in QGlyphRunPrivate to eliminate warningJiang Jiang2011-06-081-4/+4
* Fix warning in qtextengine compilationJiang Jiang2011-06-081-1/+1
* Fix compile when configure with no fontconfig supportJiang Jiang2011-06-081-3/+3
* Fix regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-06-071-1/+1
* Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-076-53/+111
* 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
* Moved common module profiles to be feature profiles.axis2011-06-0518-289/+18
* Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
* Install some headers that were previously missing from install.axis2011-06-032-1/+15
* Fix Windows buildJiang Jiang2011-06-031-2/+2
* Refactor glyph pretransform checkJiang Jiang2011-06-039-56/+65
* Allow SHM buffers to be displayed in Wayland plugin when using DRMAndy Nichols2011-06-011-0/+1
* 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-3157-97/+57
* 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-303-7/+82
* Fix ligature offset in multi-line textJiang Jiang2011-05-271-2/+2
* Fix compile for systems with old fontconfigJiang Jiang2011-05-271-0/+5
* Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-272-0/+94
* Add QUuid::toByteArray() and relevantLiang Qi2011-05-272-0/+81
* 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