summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compiling with XCode 4.3Aron Rosenberg2012-04-131-1/+1
* QChar: documentation fixesKonstantin Ritt2012-04-131-1/+18
* Added iOS compatibility.Qt4iOS2012-04-131-11/+11
* Added iOS compatibility.Qt4iOS2012-04-134-0/+20
* Added iOS compatibility.Qt4iOS2012-04-131-9/+10
* Added iOS compatibility.Qt4iOS2012-04-132-4/+6
* QDoc: Fix infinite loop when finding items in ditamaps.Casper van Donderen2012-04-131-1/+2
* Prevent warning when using QPainter on a QGLWidget.Samuel Rødal2012-04-131-2/+1
* Implement modality in the Windows plugin.Friedemann Kleint2012-04-133-1/+76
* __builtin_unreachable was added to GCC in version 4.5, so fix macrosThiago Macieira2012-04-131-2/+4
* Use the new udev based framework for detecting graphics cards.Hannu Lyytinen2012-04-135-17/+157
* Implement basic bits for device autodetection via udev.Hannu Lyytinen2012-04-135-3/+305
* device: Introduce hooks for the directfb plugin and use themHolger Hans Peter Freyther2012-04-135-4/+151
* moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-2/+8
* Remove Q_CORE_EXPORT from the simple QFlag and QIncompatibleFlagThiago Macieira2012-04-131-2/+2
* Move QFlags to qflags.hThiago Macieira2012-04-133-86/+142
* Fix compiler warning in evdevmouse plugin.Friedemann Kleint2012-04-131-1/+3
* Fix MinGW warning about qDebug() formats.Friedemann Kleint2012-04-131-1/+1
* Apply Qt config option "-no-largefile" to SQLite make processSergey Gusarov2012-04-121-0/+1
* fixed compiling of QDnsRunner for wince and windows desktopBjoern Breitmeyer2012-04-121-8/+9
* Fix autotest failures in QAbstractNetworkCacheShane Kearns2012-04-121-58/+60
* Add OS version detection for windows 8Shane Kearns2012-04-122-0/+6
* Fix possible crash issue when testing the state of a QAccessibleMenuItemYan Shapochnik2012-04-121-2/+2
* Remove hasDirtyFromPreviousSync from backingstore.Girish Ramakrishnan2012-04-122-9/+2
* Move QSurface destructor to qsurface.cppGirish Ramakrishnan2012-04-122-5/+3
* remove references to qws from backingstoreGirish Ramakrishnan2012-04-122-56/+1
* Remove redundant platformNativeInterface()Girish Ramakrishnan2012-04-122-8/+0
* Remove QWidget::setWindowHandleGirish Ramakrishnan2012-04-121-1/+0
* Remove a Qt 5 to-do comment that will not be addressed.Jason McDonald2012-04-121-1/+0
* Remove Qt 5 to-do comment that will not be addressed.Jason McDonald2012-04-121-1/+0
* qss: fix parsing of icon style hintsGirish Ramakrishnan2012-04-121-3/+2
* QRegularExpression: optimize global matchGiuseppe D'Angelo2012-04-121-1/+12
* Support more scaling factors for JPEG decompressionJohn Brooks2012-04-121-19/+24
* Compute overshoot condition before snap pointsAlberto Mardegan2012-04-121-10/+10
* Fix QScroller diagonal scrollingAlberto Mardegan2012-04-122-25/+43
* Refactor navigator event handlingKevin Krammer2012-04-127-210/+357
* QDoc: Generate missing image error.Casper van Donderen2012-04-122-0/+2
* Fixes a regression; missing cursor blink when input mask is set.Andreas Aardal Hanssen2012-04-121-1/+2
* Suppress warnings caused by ignoring chdir retvalGirish Ramakrishnan2012-04-121-7/+14
* Cocoa: use specified window modality in native print dialogsBradley T. Hughes2012-04-122-4/+12
* Remove input plugins hard libudev dependencyBhooshan Supe2012-04-1210-7/+34
* Remove Qt 5 to-do comment that will not be addressed.Jason McDonald2012-04-121-1/+0
* Cocoa: Proper handling of mDelegateChristoph Schleifenbaum2012-04-122-0/+8
* Fix ownership / lifetime of QCocoaNativeInterfaceJames Turner2012-04-122-1/+3
* fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-113-3/+3
* Update Qt 5 to-do comment in QDom.Jason McDonald2012-04-111-2/+2
* Minimally resolve Qt 5 to-do's in QXmlSimpleReaderJason McDonald2012-04-112-12/+32
* Remove Qt 5 to-do comments from qgraphicslayoutitem.h.Jason McDonald2012-04-111-2/+1
* Minor doc fix - show -> hide in QWindow::hideEvent()Julian de Bhal2012-04-111-3/+3
* Propagate window state changes to QWidget.Friedemann Kleint2012-04-111-3/+31