summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix setMouseTracking on QGLWidgetLaszlo Agocs2012-06-232-7/+0
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-5/+6
* Forward-port change to QT4_ADD_RESOURCES macro for missing rcc files.Stephen Kelly2012-06-231-16/+24
* Implement QXcbIntegration::queryKeyboardModifiers()David Faure2012-06-224-3/+19
* Docu: fix copy/paste typoDavid Faure2012-06-221-1/+1
* QPA docs: list the platform names that the method is likely to return.David Faure2012-06-221-0/+3
* Add gui-private to generic pluginsGirish Ramakrishnan2012-06-226-5/+7
* eglfs: move m_pos into CursorGirish Ramakrishnan2012-06-222-8/+7
* Fix non inheritable socket creation on old windows versionsShane Kearns2012-06-221-16/+21
* Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0Andy Shaw2012-06-221-1/+2
* Fix key modifiers in mouse wheel events on Windows.Glenn Watson2012-06-222-1/+14
* Reimplement QXcbWindow::startSystemResize() with xcbUli Schlachter2012-06-222-22/+15
* qtdbus: Export org.freedesktop.DBus.Peer interface when introspectedDaniele E. Domenichelli2012-06-221-0/+9
* QUnicodeTables: some internal API renamingsKonstantin Ritt2012-06-223-81/+81
* Clean-up the Unicode tables generator code and the generated headerKonstantin Ritt2012-06-221-204/+200
* Fixes high CPU usage on timer expiration when using glib event loop.Daniel Thor Kristjansson2012-06-211-1/+1
* Update the docs about setRoleNames deprecation.Stephen Kelly2012-06-211-0/+2
* fix doc typo in qwindow.cppJoerg Bornemann2012-06-211-1/+1
* Fix possible crash when copying QImage.Kim Motoyoshi Kalland2012-06-211-1/+1
* QDoc: Use the module page as link in qt.ditamap.Casper van Donderen2012-06-212-7/+17
* QDoc: Use 'Type' instead of 'element' in instantiates.Casper van Donderen2012-06-212-4/+4
* Remove QWS references from testlibGirish Ramakrishnan2012-06-212-11/+0
* Avoid unnecessary detach when saving to BMP.Kim Motoyoshi Kalland2012-06-211-5/+5
* QTextLayout docs: a minor typo fixKonstantin Ritt2012-06-211-1/+1
* proper filling when using Qt::TexturePatternKonrad Grochowski2012-06-211-1/+1
* Fixed mouse grabbing preventing popups from being closed.Samuel Rødal2012-06-211-1/+3
* Handle fragmented responses on SOCKS5 control channelShane Kearns2012-06-212-15/+27
* Add new benchmark metrics to testlibChris Adams2012-06-212-1/+18
* Doc: tmake -> qmake, it's about timeDaniel Molkentin2012-06-211-8/+8
* Change default Content-Type for http POST to match 4.7.4Shane Kearns2012-06-211-2/+5
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-206-47/+5
* plastique: Use QPlatformTheme::DialogButtonBoxButtonsHaveIconsGirish Ramakrishnan2012-06-201-3/+6
* Remove dead codeGirish Ramakrishnan2012-06-201-4/+0
* Fix QWidgetWindow sending duplicate drag-drop eventsJames Turner2012-06-201-1/+1
* Record if a metatype is a smart pointer to a QObject derived.Stephen Kelly2012-06-202-4/+46
* Add some internal API for extracting a QSharedPointer<T> from QVariant.Stephen Kelly2012-06-203-1/+47
* QNetworkAccessManager: delete the httpThreadMartin Petersson2012-06-202-4/+12
* Change *-clang mkspec globs to *-clang*Bradley T. Hughes2012-06-201-1/+1
* Make QUuid compile with QT_NO_QUUID_STRING without breaking QDebug <<Jeremy Katz2012-06-201-1/+6
* define QT_NO_ICONV if QT_NO_TEXTCODECJeremy Katz2012-06-203-10/+29
* Make QVariant compile with QT_NO_QUUID_STRINGJeremy Katz2012-06-201-0/+4
* Mac: Fix rendering of non-int sized fonts.Eike Ziller2012-06-202-17/+24
* Document and use UserEvent::nullWindow for event deliveryGirish Ramakrishnan2012-06-201-54/+61
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-2042-505/+240
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-1942-505/+240
| |\
| | * fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-1913-13/+13
| | * automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-1913-15/+9
| | * clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-1912-14/+1
| | * auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-1910-24/+0
| | * move QMAKE_PKGCONFIG_VARIABLES stuff out of qt_module_config.prfOswald Buddenhagen2012-06-192-1/+32