summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change QXcbConnection::atom() to be inline.Friedemann Kleint2013-09-052-6/+1
* qdoc: Removed declared but undefined member functionMartin Smith2013-09-051-1/+0
* Remove deprecated algorithms usage from itemviewsGiuseppe D'Angelo2013-09-054-8/+10
* Fix warning about unused variable.Friedemann Kleint2013-09-051-1/+1
* QVariant: Make it possible to extract a QObject* from a wrapper without conve...Stephen Kelly2013-09-051-1/+3
* QVariant: Don't crash when doing user-defined conversion to QObject*Stephen Kelly2013-09-051-0/+2
* QVariant::canConvert: Use the old type when checking for QObject* conversion.Stephen Kelly2013-09-051-1/+1
* Simplify the smart pointer metatype templateStephen Kelly2013-09-051-17/+6
* Doc: Get QDoc to list the QT variable for namespaces.Jerome Pasion2013-09-051-13/+14
* remove redundant conditionOswald Buddenhagen2013-09-051-3/+2
* Remove undesired pixel padding of glyphs on windows.Gunnar Sletta2013-09-051-4/+4
* Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-055-12/+44
* qimagereader: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* qpluginloader: fix static build (on iOS)Richard Moe Gustavsen2013-09-051-0/+2
* Compile fix in qxcbwindowhjk2013-09-051-1/+1
* Fix Clang 3.3 warning on using an undefined inline functionThiago Macieira2013-09-051-12/+16
* Revert "Implement move-ctor and move-assignment-op for QScopedPointer"Stephen Kelly2013-09-052-38/+0
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-055-1/+67
* ICC supports __builtin_unreachable(), so use itThiago Macieira2013-09-051-1/+1
* qdatetime: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* Remove qFill usages from the generic unix themeGiuseppe D'Angelo2013-09-051-4/+6
* Remove qFind usages from QLinkedListGiuseppe D'Angelo2013-09-041-1/+3
* Remove qCopy from QVarLengthArrayGiuseppe D'Angelo2013-09-041-1/+2
* Enable XSync extension also for KWinMartin Gräßlin2013-09-041-1/+1
* Introduce QAbstractTextDocumentLayout::unregisterHandler()J-P Nurmi2013-09-042-0/+19
* Remove qSort usage from QIODeviceGiuseppe D'Angelo2013-09-041-1/+3
* Get rid of qSort usages in QDirGiuseppe D'Angelo2013-09-041-2/+2
* Doc: Fixed QDoc's HTML generator to avoid creating blank pages.Jerome Pasion2013-09-041-8/+9
* Doc: Fixed information about the default modules when using qmake.Jerome Pasion2013-09-044-1/+17
* Unhide QObject::parent() from QAbstract{Table,List}model.Milian Wolff2013-09-041-0/+18
* Fix qt_pixmapToWinHICON() not to return invalid HICON for null pixmapsJ-P Nurmi2013-09-041-0/+3
* Fix layouts with expanding items with maximum sizePaul Olav Tvete2013-09-041-9/+16
* QPluginLoader: add 'staticPlugins' functionRichard Moe Gustavsen2013-09-045-15/+66
* eglfs: Check for a valid window handle before attempting to retrieve resources.Robin Burchell2013-09-041-1/+1
* Fix QSpinBox size calculation problem with stylesheetsCaroline Chao2013-09-041-12/+18
* Fix ICC warnings about functions declared but not usedThiago Macieira2013-09-044-3/+3
* Add QPA session managerSamuel Gaist2013-09-049-50/+394
* Fix compilation on BlackBerry PlaybookRafael Roquetto2013-09-031-0/+7
* Remove qSort usage from rccGiuseppe D'Angelo2013-09-031-2/+4
* Give QWindowsNativeFileDialogEventHandler a virtual destructorThiago Macieira2013-09-031-1/+1
* QColorDialog: wrap setCursor calls in #ifndef QT_NO_CURSORAndrew Knight2013-09-031-0/+4
* QDateTime - Add api for Time Zone AbbreviationJohn Layt2013-09-032-0/+107
* Fix typo in qwaitcondition_unix.cppDavid Faure2013-09-021-1/+1
* Fix QAbstractTextDocumentLayout::registerHandler() argument nameJ-P Nurmi2013-09-021-4/+2
* Fix typo in QTextDocument::contentsChange() argumentsJ-P Nurmi2013-09-021-1/+1
* Make sure QPrinter::Folio maps to the right paper size on WindowsAndy Shaw2013-09-022-2/+5
* Added applicationState() to QGuiApplication.Yoann Lopes2013-09-024-34/+61
* QHeaderView - add maximum section sizeThorbjørn Martsum2013-09-023-3/+52
* item delegates: fix clicking on tristate checkboxes.David Faure2013-09-022-4/+10
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-0248-367/+895
|\