summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix building the OpenVG graphicssystem on Linux with static libsBernhard Rosenkraenzer2011-09-121-0/+1
* Retain ABI and API compatibility when Qt is built with EGL.Michał Zając2011-09-122-1/+15
* Fix -no-guiBernhard Rosenkraenzer2011-09-121-4/+6
* Fix compilation with QT_NO_*Tasuku Suzuki2011-09-122-0/+7
* don't crash when destroying codec listOswald Buddenhagen2011-09-121-4/+5
* Fix a few memory leaks for QFontconfigDatabaseJiang Jiang2011-09-091-19/+22
* Update V8Aaron Kennedy2011-09-0916-14/+60
* Add an SSE4.2 even simpler version of toLatin1Thiago Macieira2011-09-081-0/+23
* Create a function that merges the SSE common codeThiago Macieira2011-09-081-38/+35
* Improve toLatin1 x86 SIMD by using a new SSE4.1 instructionThiago Macieira2011-09-081-0/+9
* Avoid double initialize of platform font databaseJiang Jiang2011-09-081-1/+0
* added -b<file> option to moc to support additional include filesKeno Fischer2011-09-071-3/+18
* QSslCertificate: block all DigiNotar (intermediate and root) certsPeter Hartmann2011-09-072-8/+34
* Update V8Aaron Kennedy2011-09-0717-640/+670
* Fix TextInput test failures.Andrew den Exter2011-09-061-0/+3
* Don't use QSettings to "cache" plugin informationBradley T. Hughes2011-09-056-177/+77
* Generic property support for platform windowsLasse Holmstedt2011-09-0511-159/+400
* Pass log file name when constructing loggers.Jason McDonald2011-09-0511-79/+75
* Beautify testlib's usage messageJason McDonald2011-09-051-30/+33
* Make it easier to select words at the start of a line.Andrew den Exter2011-09-051-12/+22
* Fix delayed password masking mid-string.Andrew den Exter2011-09-051-3/+3
* Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-09-051-2/+6
* Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-023-9/+3
* QSslCertificate: also check common name for blacklisted certificatesPeter Hartmann2011-09-021-11/+12
* qssl: use reinterpret_cast instead of C-style castsCorentin Chary2011-09-021-10/+10
* Update our V8Kent Hansen2011-09-0217-29/+133
* Remove the build-key from the plugin verification dataBradley T. Hughes2011-09-025-83/+11
* Fix comparison of absolute, unclean paths in QDirShane Kearns2011-09-023-1/+33
* qssl: add auto test to QSsl::Opaque QSslKeysCorentin Chary2011-09-021-2/+2
* Remove circular dependency in testlib loggingJason McDonald2011-09-022-2/+2
* Try to ensure that QT_ARCH is always set when configuring v8Kent Hansen2011-09-011-0/+7
* omit unassigned (and too recent) codepoints from the text Normalization processRitt Konstantin2011-09-012-6/+14
* Don't build v8 when -no-v8 is passed to configureKent Hansen2011-09-011-1/+1
* Rename the private helper function QList::free() to QList::dealloc()Bradley T. Hughes2011-09-011-7/+6
* Remove declarations for QListData functions removed by 36c29abBradley T. Hughes2011-09-012-6/+2
* Update license headersGabriel de Dietrich2011-09-013-54/+57
* Fix various trivial formatting issues.Jason McDonald2011-09-0119-101/+96
* Remove QXmlTestLogger constructor default paramJason McDonald2011-09-011-1/+1
* Simplify qtestlib logging code, part 3Jason McDonald2011-09-017-266/+37
* Simplify qtestlib logging code, part 2Jason McDonald2011-09-018-29/+29
* Simplify qtestlib logging code, part 1Jason McDonald2011-09-0111-672/+42
* qssl: add support for QSsl::Opaque keyCorentin Chary2011-08-315-15/+61
* Fix build with Clang for libpng versions 1.4.0 to 1.5.2Tor Arne Vestbø2011-08-311-0/+23
* Introduce menubar plugin systemAurélien Gâteau2011-08-314-1/+42
* Introduce QAbstractPlatformMenuBarAurélien Gâteau2011-08-316-11/+457
* Hide Q<Platform>MenuActionAurelien Gateau2011-08-315-10/+10
* Fix warning about initialization orderAurélien Gâteau2011-08-311-3/+3
* Add QLocale::toUpper/LowerLars Knoll2011-08-313-22/+49
* Correctly position aliased lines with flat capsLars Knoll2011-08-312-28/+32
* Fix errors in lightxml test loggerJason McDonald2011-08-311-28/+60