summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-265-89/+37
* Fix C++11 compilationOlivier Goffart2012-04-261-6/+6
* Create interface for navigator calls and implement for BPS and PPSKevin Krammer2012-04-2611-100/+665
* Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-261-32/+9
* Doc: Use the proper way to find qdoc.Casper van Donderen2012-04-262-2/+4
* Doc: Add "make docs" command for QtXml.Casper van Donderen2012-04-263-1/+4
* QDoc: Disambiguate prev and next links in html source.Casper van Donderen2012-04-261-2/+2
* Map QAccessible::Role to the proper IA2Role.Jan-Arve Saether2012-04-261-1/+10
* Use non-blocking reads on virtual keyboard pps device.Sean Harmer2012-04-261-1/+6
* Fix compilation when debug output enabled on virtual keyboardSean Harmer2012-04-261-1/+1
* Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-0/+23
* Remove deprecated conversion from QKeySequence to QStringOlivier Goffart2012-04-262-2/+2
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-2510-88/+42
* Split qobject_impl.h into qobjectdefs_impl.hKent Hansen2012-04-254-425/+488
* Add comparison operators == and != for QMetaMethodKent Hansen2012-04-252-0/+25
* Don't use the QRegExp methods that modify the object [QtWidgets]Thiago Macieira2012-04-251-1/+2
* Add detection code for AVX2, HLE, RTM and AES to qsimd.cppThiago Macieira2012-04-252-17/+39
* Replace the x86 XGETBV instruction with its opcode bytesThiago Macieira2012-04-251-1/+1
* Update the x86 feature-detection code, unifying x86 and x86-64Thiago Macieira2012-04-251-125/+113
* Fix atomics on SPARCThiago Macieira2012-04-251-8/+8
* Cocoa: support modal windowsBradley T. Hughes2012-04-254-32/+98
* Revert QUrl::isRelative to its Qt 4 behaviourThiago Macieira2012-04-251-4/+6
* MSAA bridge should not return any IA2-specific roles from get_accRole()Jan-Arve Saether2012-04-252-5/+8
* Do not map LayeredPane and Terminal to the wrong MSAA roleJan-Arve Saether2012-04-251-3/+5
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-259-56/+7
* QDoc: Implement -installdir CLI option for module cross-linking.Casper van Donderen2012-04-254-3/+22
* support UTF-8 encoded file names in QZip*Konstantin Ritt2012-04-251-2/+9
* Update QTest::QTouchEventSequence docsLaszlo Agocs2012-04-251-4/+74
* QHttpMultiPart: supply new line at the end of the bodyPeter Hartmann2012-04-251-2/+2
* optimize QChar::decomposition()Konstantin Ritt2012-04-251-27/+32
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-257-10/+10
* Fix locale issue on unix systemsStephen Röttger2012-04-241-0/+2
* qunicodetables generator: improve the output and the generated codeKonstantin Ritt2012-04-242-29/+33
* workaround issue where casing diff overflows signed shortKonstantin Ritt2012-04-243-11/+39
* QChar: reduce code duplication by inlining some methodsKonstantin Ritt2012-04-242-96/+80
* Make NVDA read aloud stuff from a Qt app again.Jan-Arve Saether2012-04-241-6/+7
* Fix a regression where events were not delivered on windowsJan-Arve Saether2012-04-242-7/+7
* Add QDebug operator<< for QAccessibleEventJan-Arve Saether2012-04-242-0/+17
* Provide access to RTLD_NODELETE flag on Unix.Yan Shapochnik2012-04-243-1/+20
* Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-245-7/+389
* Ensure that QUrl::toLocalFile returns decoded pathsThiago Macieira2012-04-241-2/+2
* Don't use the QRegExp methods that modify the object [QtGui]Thiago Macieira2012-04-242-3/+4
* Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+2
* Add flag in testlib to disable committing the simulated touchLaszlo Agocs2012-04-241-13/+18
* Update the QUrl documentation concerning the encodingThiago Macieira2012-04-241-21/+103
* Don't use the QRegExp methods that modify the object [QtTest]Thiago Macieira2012-04-241-3/+3
* Use the C99 keyword "restrict" in compilers that support itThiago Macieira2012-04-242-59/+61
* Mark some functions as always_inline with GCC and ICC.Thiago Macieira2012-04-241-0/+3
* QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-248-327/+337
* Cleanup QMetaObject string access.Jędrzej Nowacki2012-04-241-20/+14