summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix missing/broken license headersJason McDonald2011-09-134-23/+122
* Fixed unstable v8 compile failure in debug-and-release buildsRohan McGovern2011-09-121-1/+4
* Fix QNetworkReply::errorString returning an untranslated stringGiuseppe D'Angelo2011-09-121-10/+10
* find qt.conf more reliablyOswald Buddenhagen2011-09-121-56/+3
* Split CFLAGS from pkg-config properlyJan Arne Petersen2011-09-121-2/+15
* Ensure that the proxystyle is used over the style's own functionsAndy Shaw2011-09-121-11/+7
* Perl check for windows configure.Markku Heikkila2011-09-121-11/+15
* QSettings: don't assume XDG_CONFIG_HOME is latin1-encodedKonstantin Ritt2011-09-121-2/+2
* QSettings: use the common appdata dir when bootstrapping qmake on winKonstantin Ritt2011-09-121-8/+2
* Fix problem with grabWindow on Mac OS X 10.6 with CocoaAndy Shaw2011-09-121-3/+2
* Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-1217-111/+73
* Removed the unnecessary dependency of the QtHelp module on the QtXml oneConstantin Makshin2011-09-121-1/+1
* Fix compile issue with Mac OS X 10.5Andy Shaw2011-09-121-2/+8
* Fix QPixmap::grabWindow() on Mac OS X LionAndy Shaw2011-09-121-1/+27
* Added missing no_include_pwd checkStyopa Semenukha2011-09-121-1/+1
* Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-129-14/+14
* directfb: Include directfbgl.h directlyHolger Hans Peter Freyther2011-09-121-1/+1
* don't detach until the list is going to be modifiedRitt Konstantin2011-09-121-1/+0
* 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