summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation of the new connect functions.Olivier Goffart2012-03-041-0/+9
* QRegularExpression: import PCRE under 3rdparty/Giuseppe D'Angelo2012-03-0365-0/+54615
* Cleaned up debug and warning output in xcb plugin.Samuel Rødal2012-03-0210-38/+40
* QAbstractSlider - adding setRange as a slotThorbjørn Lund Martsum2012-03-021-2/+1
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-024-5/+5
* Use QHash<K,V> instead of QMap<K,V> when K is a pointer typeGiuseppe D'Angelo2012-03-0211-23/+23
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-02217-3581/+3581
* Mark overload of QAccessible::updateAccessibility as deprecated.Frederik Gladhorn2012-03-022-3/+1
* Name threads properlymae2012-03-022-0/+4
* xcb: Check for SHAPE extension before using itUli Schlachter2012-03-023-4/+34
* Remove the LIBS from platformsupportJørgen Lind2012-03-022-2/+0
* Fix get_accFocus() to return CHILDID_SELF when it returns itself.Jan-Arve Saether2012-03-021-7/+41
* Improve debugging in the windows accessibility bridge.Jan-Arve Saether2012-03-022-33/+59
* Fix QWizard autotest for Windows 7 Classic themeMiikka Heikkinen2012-03-021-1/+6
* Use correct types in QResource.Robin Burchell2012-03-021-4/+4
* Improving clipboard integrationKevin Krammer2012-03-022-39/+150
* Fixing z-ordering of windowsKevin Krammer2012-03-021-1/+1
* Make the CONFIG and QT_CONFIG contents available downstream.Stephen Kelly2012-03-021-0/+3
* Revert "Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition."Jonathan Liu2012-03-021-3/+7
* Export QPaintEnginePrivate from QtGuiBradley T. Hughes2012-03-021-1/+1
* Remove Q_BYTE_ORDER and -*-endian arguments from configuresBradley T. Hughes2012-03-021-1/+75
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-024-2/+15
* Fix QPixmap::grabWidget() on Windows.Friedemann Kleint2012-03-021-2/+5
* Support 16+4 mouse buttons within the generic/evdevmouse plugin.Rick Stockton2012-03-021-4/+19
* testlib: Improve documentation of verbose test logging options.Jason McDonald2012-03-021-5/+7
* Add protocol type B support to the evdevtouch pluginLaszlo Agocs2012-03-024-11/+102
* Unset _NET_WM_USER_TIME_WINDOW before destroying the windowJan Arne Petersen2012-03-011-0/+8
* Take into account input shaping in findRealWindowAlbert Astals Cid2012-03-013-19/+27
* Revert "Don't render glyph with FT with fetchMetricsOnly"Jiang Jiang2012-03-011-1/+1
* Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-014-155/+4
* Allow using multi fontengine in QTextLayout with QRawFont.Pierre Rossi2012-03-017-22/+108
* Add support for QRawFont in QTextLayout.Pierre Rossi2012-03-016-64/+171
* Windows: Use correct drop data in processDrop().Friedemann Kleint2012-03-011-1/+1
* Cocoa: Implement QPlatformTheme:palette()Morten Johan Sorvig2012-03-015-1/+220
* Use QSystemError for QDnsLookup windows backendShane Kearns2012-03-011-1/+2
* Fix buffer overrun crash running MSVC2010 win32 Qt on win64Shane Kearns2012-03-012-32/+4
* QBoolBlocker: make constructor explicit and disable copyingMarc Mutz2012-03-011-1/+2
* Set texture parameters before allocating the texture.Gunnar Sletta2012-03-011-4/+6
* Add support for _NET_ACTIVE_WINDOW on xcbJan Arne Petersen2012-03-011-2/+23
* Added QPlatformScreenBufferJørgen Lind2012-03-014-12/+175
* QRegExp: fix \i \I \c \C \p \P escape sequencesGiuseppe D'Angelo2012-03-011-13/+26
* SHA-2 code does not compile on FreeBSDHolger Hans Peter Freyther2012-03-011-0/+9
* Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-011-5/+7
* Don't use deprecated QWheelEvent::delta()Morten Johan Sorvig2012-02-291-1/+3
* Remove Mac qDebug ifdefs.Morten Johan Sorvig2012-02-292-34/+0
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-2925-1070/+1154
* Remove internal class QVolatileImage.Laszlo Agocs2012-02-295-589/+1
* Fix a double-release when loading NIB filesJamie Kirkpatrick2012-02-291-1/+0
* Make QJsonPrivate::String compile on big endian platforms.Jason Barron2012-02-291-1/+2
* QPlatformTheme: Add virtual destructor.Morten Johan Sorvig2012-02-292-0/+7