summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix infinite recursion when changing geometry on MacGabriel de Dietrich2011-05-261-7/+5
| * Fix typo in commentOlivier Goffart2011-05-261-1/+1
| * MSVC do not really support initilizer_listOlivier Goffart2011-05-261-6/+2
| * Support of lambdas in QtConcurrent::runOlivier Goffart2011-05-265-81/+127
| * Add QtPrivate::QEnableIfOlivier Goffart2011-05-261-0/+6
| * Fix thread safety regression of QNetworkConfigurationManagerShane Kearns2011-05-262-2/+2
| * fix "Host" header of ipv6 URLs in QNAMshiroki2011-05-261-1/+11
| * Add private header support to the EGLFS platform plugin.Jason Barron2011-05-261-1/+1
| * Remove the redundant QTEST_ACCESSIBILITY define.Jason McDonald2011-05-261-4/+2
| * 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
| * Doc: Fixing typoSergio Ahumada2011-05-251-2/+2
| * Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-251-13/+0
| |\
| | * Compile. Morten Sorvig2011-05-251-13/+0
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-252676-45751/+45927
| |\|
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-2410-55/+218
| |\ \
| | * | QUrl TLD: fix documentation file for "Add QUrl::topLevelDomain() ..."Peter Hartmann2011-05-241-4/+4
| | * | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-2410-51/+214
| * | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-241-1/+5
| |\| |
| | * | fix Symbian ordinals for merge request re. utf8 characters in SSL certsPeter Hartmann2011-05-241-1/+5
| * | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-243-36/+28
| |\| |
| | * | fix coding style for merge request re. utf8 characters in SSL certsPierre Rossi2011-05-231-7/+6
| | * | Use OpenSSL X509_NAME_ENTRY API to parse UTF8 subjectName/issuerNameRaul Metsma2011-05-233-36/+29
* | | | Prevent XSetInputFocus BadMatch errors.Samuel Rødal2011-06-013-2/+19
* | | | Start using libxkbcommon in the xcb plug-in.Laszlo Agocs2011-06-013-0/+82
* | | | Do not choke on zero-sized windows.Laszlo Agocs2011-06-012-5/+18
* | | | add a platform interface for DnDLars Knoll2011-06-0113-142/+425
* | | | Clean up DnD codeLars Knoll2011-06-014-480/+403
* | | | Fix the egl path for xcb and wayland pluginsJørgen Lind2011-05-3112-28/+28
* | | | Have a sensible default double click interval.Laszlo Agocs2011-05-311-2/+2
* | | | Fix for excess creation of QWindow instances.Laszlo Agocs2011-05-311-1/+3
* | | | Fix QWidget::windowHandle().Laszlo Agocs2011-05-311-4/+1
* | | | Windows: Bring back the HDC to the raster engine, Q_OS_WIN.Friedemann Kleint2011-05-315-29/+45
* | | | Fix isTopLevel() in QWindow.Laszlo Agocs2011-05-312-9/+2
* | | | Set xcb size hints properly avoid strange behaviour.Laszlo Agocs2011-05-311-1/+6
* | | | Made QXcbConnection::atomName() more fail safe.Laszlo Agocs2011-05-301-3/+6
* | | | Do not scroll in QXcbWindowSurface when m_image is not yet created.Laszlo Agocs2011-05-301-1/+1
* | | | compile with QT_NO_CUPSLars Knoll2011-05-301-0/+6
* | | | Cleanup code for copy/paste of textLars Knoll2011-05-304-63/+12
* | | | correctly decode pasted textLars Knoll2011-05-302-9/+15
* | | | partially working pasteLars Knoll2011-05-302-9/+28
* | | | add an xcb based clipboard implementationLars Knoll2011-05-307-52/+1009
* | | | Don't leak xcb eventsLars Knoll2011-05-301-0/+2
* | | | Correctly define standard XA_FOO atomsLars Knoll2011-05-304-22/+24
* | | | Add xcb based mime type handlingLars Knoll2011-05-305-2/+415
* | | | Have proper warnings shown when xcb window surface creation fails.Laszlo Agocs2011-05-301-3/+8
* | | | Avoid dialog and other widgets with non-adjusted window flags.Laszlo Agocs2011-05-301-0/+1
* | | | Add focus and modal dialog support.Laszlo Agocs2011-05-307-17/+56