summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix warning when ibus is not available.David Faure2012-06-262-11/+3
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-2611-5/+139
* Make QRegion not need to be friends with QVectorThiago Macieira2012-06-261-3/+2
* make using testlib automatically "promote" all modules to -privateOswald Buddenhagen2012-06-261-1/+1
* Make QGtkStyle build with QT_NO_FILEDIALOGSukhyun Kim2012-06-263-0/+12
* QIODevice: free memory when buffer is clearedMartin Petersson2012-06-262-5/+9
* QAbstractSocket: Enable readNotifier on read from bufferMartin Petersson2012-06-265-1/+29
* QtNetwork: remove double buffering on socketsMartin Petersson2012-06-266-141/+55
* [QNX] Enable MT screen event handling on BlackberryRafael Roquetto2012-06-263-6/+29
* Fixed inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-06-262-20/+36
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-1/+1
* Use valSeen since it results in unused warning otherwiseGirish Ramakrishnan2012-06-261-1/+2
* Small documentation fix about the text streams default encoding.Lars Knoll2012-06-251-2/+2
* We shouldn't have a Makefile here.Lars Knoll2012-06-251-9/+0
* Remove the font codecsLars Knoll2012-06-2512-902/+2
* The codecForTr() should be utf8Lars Knoll2012-06-251-1/+1
* Fix docs mentioning Q_EXPORT_PLUGIN2Lars Knoll2012-06-257-7/+7
* Use the new plugin systemLars Knoll2012-06-253-6/+3
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-243-5/+10
* Ensure that no extra bits can leak into QUrl::toEncoded.Thiago Macieira2012-06-241-1/+1
* Make qtbase compile with QT_NO_CSSPARSERTasuku Suzuki2012-06-241-0/+1
* Wrap QObject usage in qsharedpointer_impl.h with ifndef QT_NO_QOBJECTThiago Macieira2012-06-241-0/+2
* Remove documentation for QIconEnginePlugin::keys().Robin Burchell2012-06-241-10/+0
* Guard evdev specifics with QT_NO_EVDEV.Robin Burchell2012-06-241-0/+4
* 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