summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* optimize QList::removeAll()Ritt Konstantin2011-09-124-11/+275
* Missed break of switch-case addedViktor Kolesnyk2011-09-121-0/+1
* sync win32-g++-cross with win32-g++ (lib prefix and extension)Mark Brand2011-09-121-0/+2
* qsystemlibrary needs no special treatmentOswald Buddenhagen2011-09-121-3/+0
* Fix building the OpenVG graphicssystem on Linux with static libsBernhard Rosenkraenzer2011-09-121-0/+1
* update gitignoreOswald Buddenhagen2011-09-121-2/+4
* remove -fno-stack-protectorOswald Buddenhagen2011-09-121-2/+1
* Fix make confcleanAnders Bakken2011-09-121-4/+4
* 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 the shortcutsKonstantin Ritt2011-09-121-1/+2
* don't crash when destroying codec listOswald Buddenhagen2011-09-121-4/+5
* configure on Windows: Store result of V8 configurationKent Hansen2011-09-091-0/+3
* Fix a few memory leaks for QFontconfigDatabaseJiang Jiang2011-09-091-19/+22
* Update V8Aaron Kennedy2011-09-0916-14/+60
* tests: use contains(QT_CONFIG,private_tests) consistentlyRohan McGovern2011-09-093-1/+8
* qmake vcxproj generator: fix XML conversion for build eventsJoerg Bornemann2011-09-081-2/+2
* Add an SSE4.2 even simpler version of toLatin1Thiago Macieira2011-09-082-0/+27
* 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
* Add missing license header.Jason McDonald2011-09-081-0/+41
* added QMAKE_MOC_OPTIONS variable to qmakeKeno Fischer2011-09-072-2/+5
* added -b<file> option to moc to support additional include filesKeno Fischer2011-09-072-3/+21
* tests: fix QNetworkProxyFactory testCorentin Chary2011-09-071-1/+1
* Change in tst_qstylesheetstyle.cpp to work around a bug in testcocoon parser.Caroline Chao2011-09-071-1/+1
* Fix missing curly brackets in tst_global.cpp.Caroline Chao2011-09-071-6/+9
* QSslCertificate: block all DigiNotar (intermediate and root) certsPeter Hartmann2011-09-072-8/+34
* Partially revert 25a0cf881e6ca6dc8bd969e7047c3967796fcd94Aaron McCarthy2011-09-071-5/+1
* Update V8Aaron Kennedy2011-09-0721-640/+721
* Fixed compilation of QtV8 for macRohan McGovern2011-09-071-1/+1
* Fix TextInput test failures.Andrew den Exter2011-09-061-0/+3
* configure should detect whether v8 can be builtKent Hansen2011-09-061-2/+13
* 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
* New configure.exe binaryKent Hansen2011-09-051-0/+0
* 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-052-3/+10
* 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-024-10/+12
* Fix compile error on MSVC2008Shane Kearns2011-09-021-1/+1
* 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-0210-401/+19
* Fix comparison of absolute, unclean paths in QDirShane Kearns2011-09-025-1/+78
* qssl: add auto test to QSsl::Opaque QSslKeysCorentin Chary2011-09-023-2/+43