summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change coreservices -> iosIan Dean2012-04-1924-54/+54
* qdbusxml2cpp: fix build on WindowsKonstantin Ritt2012-04-191-0/+2
* Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-193-4/+6
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-181-3/+14
* Optimized EGLFS backing store a bit.Samuel Rødal2012-04-181-8/+29
* Fix unused variable warning.Stephen Kelly2012-04-181-0/+2
* Fix some unused variable warnings.Stephen Kelly2012-04-181-0/+3
* Fix some unsigned comparison warnings.Stephen Kelly2012-04-182-2/+2
* Fix build with QT_NO_CLIPBOARD.Stephen Kelly2012-04-181-0/+4
* Remove todo comments that are no longer relevant.Kim Motoyoshi Kalland2012-04-182-5/+3
* Revert "Fix memory leak of QFontEngineData"Lars Knoll2012-04-181-4/+4
* change NSTextInput to NSTextInputClient in Cocoa pluginTasuku Suzuki2012-04-182-25/+23
* Fixed libjpeg compiler warning about macro redefinition.Janne Anttila2012-04-181-1/+1
* remove useless workaroundMark Brand2012-04-171-2/+1
* QTBUG-18435 fix stored procedure output parameters on ODBCMark Brand2012-04-171-5/+6
* Only send progress bar updates when visible.Frederik Gladhorn2012-04-171-2/+4
* Accessibility: Check for valid range of tree items.Frederik Gladhorn2012-04-171-0/+4
* Use parentheses in statement with && and ||.Frederik Gladhorn2012-04-171-1/+1
* QThreadPool: unify waitForDone() overloadsKonstantin Ritt2012-04-173-19/+5
* QThreadPool: optimize enqueueTask() for common caseKonstantin Ritt2012-04-171-12/+10
* fix QChar::decompositionTag() returns wrong result for Hangul syllablesKonstantin Ritt2012-04-171-0/+2
* fix QChar::isPrint() returns an incorrect result.Konstantin Ritt2012-04-171-4/+12
* Fixed RGBA <-> BGRA bug in EGLFS backingstore.Samuel Rødal2012-04-171-1/+1
* Fixed MSVC compiler warning for zlib when compiling on WEC7.Janne Anttila2012-04-171-2/+6
* Fix a thread safety issue with QTextLine::glyphRunsPierre Rossi2012-04-171-1/+7
* Fix memory leak of QFontEngineDataJian Liang2012-04-171-4/+4
* Add function getters in the native interfaceJørgen Lind2012-04-172-0/+33
* QDoc: Write subclasses of namespaces in automatic ditamap.Casper van Donderen2012-04-171-13/+22
* Add some missing \internal for accessibilityJan-Arve Saether2012-04-171-0/+1
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-172-6/+7
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-17417-20515/+19313
|\
| * Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-17224-3390/+4995
| |\
| | * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-16224-3390/+4995
| | |\
| * | | api: remove QWindow::moveGirish Ramakrishnan2012-04-171-5/+0
| * | | api: Fix const correctness of api in QScreenGirish Ramakrishnan2012-04-172-12/+12
| * | | api: Make QGuiApplication::styleHints() staticGirish Ramakrishnan2012-04-172-6/+5
| * | | Make reallocData use QArrayData::AllocationOptionsJoão Abecasis2012-04-162-24/+23
| * | | Drop unnecessary assignmentJoão Abecasis2012-04-161-1/+0
| * | | Migrate QByteArray over QArrayData.Jędrzej Nowacki2012-04-162-60/+40
| * | | Remove explicit checks for shared_null/emptyJoão Abecasis2012-04-161-6/+6
| * | | Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-164-46/+49
| * | | Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-1/+7
| |/ /
| * | api: fix constness of QOpenGLContext::getProcAddressGirish Ramakrishnan2012-04-162-3/+3
| * | Update com.trolltech -> org.qtproject in the bootstrapped toolsThiago Macieira2012-04-162-18/+45
| * | Introduce the new UnknownProperty and PropertyReadOnly errorsThiago Macieira2012-04-163-3/+24
| * | Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-165-10/+20
| * | Update the error codes in QtDBusThiago Macieira2012-04-162-19/+20
| * | QHash security fix (2/2): enable QHash random seedGiuseppe D'Angelo2012-04-141-1/+1
| * | QHash: remove optimization for QHash<int, T>Giuseppe D'Angelo2012-04-141-1/+14
| * | qHash: qHash(T*) two arguments supportGiuseppe D'Angelo2012-04-141-2/+2