summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix copy-pasto in QMetaObject::methodCount docs.Stephen Kelly2013-01-031-1/+1
* Fix possible crash in QTextDocumentEskil Abrahamsen Blomfeldt2013-01-031-1/+3
* Remove metatype registration of built-in types.Stephen Kelly2013-01-032-4/+4
* Declare the QMetaType::WasDeclaredAsMetaType enum as privateThiago Macieira2013-01-031-0/+1
* Remove some dead code from qtriangulator.cppThiago Macieira2013-01-031-39/+0
* Fix warnings found by GCC 4.7 in the XCB platform pluginThiago Macieira2013-01-032-1/+2
* Move the Q_DECLARE_METATYPE for QList<QSslError> to qsslerror.hStephen Kelly2013-01-032-4/+4
* Fix GCC warning about parentheses in QtPlatformSupportThiago Macieira2013-01-021-1/+2
* Make qtestaccessible.h compile with QT_NO_KEYWORDSThiago Macieira2013-01-021-1/+1
* qdbusxml2cpp: Check string length before checking for \r\n.Jon Severinsson2013-01-021-1/+1
* Fix warning about unused variableThiago Macieira2013-01-021-0/+1
* Fix bug in multisampling handling when converting from surface formatSean Harmer2013-01-021-2/+2
* Make QImage::mirrored() propagate devicePixelRatioMorten Johan Sorvig2013-01-021-0/+1
* Make these headers includable directly, on all systemsThiago Macieira2013-01-012-6/+6
* Fix warning found by clang:Thiago Macieira2012-12-311-1/+1
* Speed up and fix QByteArray::setNum()hjk2012-12-302-14/+36
* Remove unused function _q_qgraphicsItemSetFlagThiago Macieira2012-12-291-18/+0
* Fix warnings reported by Clang in QtWidgetThiago Macieira2012-12-291-1/+1
* Add qtest_widget.h to the list of testlib headersThiago Macieira2012-12-281-0/+1
* Fix warnings in the SQL drivers found by GCC 4.7Thiago Macieira2012-12-284-13/+17
* Don't use MPProcessorsScheduled on Mac OS XThiago Macieira2012-12-281-5/+2
* Suppress warning in valgrind headers: variable set but not usedThiago Macieira2012-12-281-0/+1
* Removed an unnecessary forward declarationThorbjørn Lindeijer2012-12-281-2/+0
* Fixed typo 'collasping' in QTreeView documentationThorbjørn Lindeijer2012-12-281-1/+1
* Cocoa: Re-enable per class palette on QPA pluginGabriel de Dietrich2012-12-241-16/+16
* Mac: Bring back proper layout in QMessageBoxGabriel de Dietrich2012-12-242-16/+16
* Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-231-3/+2
* Fix standalone header compilationThiago Macieira2012-12-231-0/+1
* Fix Clang warning about memcpy a class with vtablesThiago Macieira2012-12-231-1/+1
* Fix warning about unused variable in qdocThiago Macieira2012-12-231-1/+1
* QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-231-2/+1
* Fix warning about unused variable in QtPlatformSupportThiago Macieira2012-12-221-1/+1
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-2112-49/+49
* Use the new QUrlPrivate::validateComponent validator in the main parserThiago Macieira2012-12-211-54/+11
* Make sure that the strict parser is also operating on setXxxThiago Macieira2012-12-211-43/+136
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-215-7/+7
* Fix some typosSergio Ahumada2012-12-217-8/+8
* fix linker command lineOswald Buddenhagen2012-12-211-1/+1
* Merge "Merge 'release' into stable" into refs/staging/stableOswald Buddenhagen2012-12-212-0/+46
|\
| * Merge 'release' into stableOswald Buddenhagen2012-12-192-0/+46
| |\
| | * Fix font sizes when X11 has a forced dpi settingv5.0.0Lars Knoll2012-12-182-0/+46
| | * Fix direct compilation of qtypeinfo.h and othersThiago Macieira2012-12-183-5/+6
| | * Initalize the printinfo on Mac if it requests and it needs initalizingAndy Shaw2012-12-181-2/+4
| | * Doc: Correcting qhp link to Qt SQL's C++ Classes.Jerome Pasion2012-12-181-1/+1
| | * Doc: Correcting qhp link to Qt GUI C++ API.Jerome Pasion2012-12-181-1/+1
| | * Doc: Moved content from qtdocVenugopal Shivashankar2012-12-184-2/+293
| | * Fix styleName support in QPA font databaseJiang Jiang2012-12-149-41/+37
| | * Mac: fix bugs for font selection in QFontDialogLiang Qi2012-12-142-11/+7
| | * Fix QGtkPainter::reset() to reset the clip rectJ-P Nurmi2012-12-141-0/+1
* | | Fix typo in docs.Richard Moore2012-12-211-1/+1