summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: do not run benchmarks by default in 'make check'Rohan McGovern2011-07-1969-1/+267
* tests: Mark failing autotests as "insignificant" for nowSergio Ahumada2011-07-1942-10/+63
* "Fix" the crash at startup on MSVCOlivier Goffart2011-07-151-2/+2
* Moved red-black tree from qtriangulator.cpp into its own file.Kim Motoyoshi Kalland2011-07-153-518/+577
* fix access to free()d memoryOswald Buddenhagen2011-07-151-1/+1
* Fix the timeout calculation for futexes in QMutex.Thiago Macieira2011-07-151-6/+22
* Deprecated QUuid::toStringOlivier Goffart2011-07-151-1/+3
* fixup for d17c76feee9eece4f7d9d1c5cec254842bb0a639Ritt Konstantin2011-07-151-50/+151
* Revert "make QChar::Unicode_Unassigned a constantly big value"Olivier Goffart2011-07-153-5/+4
* Regenerate unicode tablesOlivier Goffart2011-07-151-880/+880
* Deprecate some QPixmap functions (marked as obsolete already).Samuel Rødal2011-07-141-3/+7
* Deprecate some functions in QImage (that have been obsolete since 4.1).Samuel Rødal2011-07-141-7/+10
* Fix warning for uninitialized variableJiang Jiang2011-07-141-1/+1
* SSL internals: certificate verification: use mutex lockerPeter Hartmann2011-07-141-2/+2
* Fix editable combobox style on MacJiang Jiang2011-07-141-5/+5
* Skip boundry neutral characters in bidi itemizationJiang Jiang2011-07-142-4/+23
* Fix crash when app font is addedJiang Jiang2011-07-143-19/+28
* Apply 57993ba7 properly to 4.8Jiang Jiang2011-07-141-1/+1
* Avoid buffer overrun in QMacPixmapData resizingJiang Jiang2011-07-141-1/+1
* Fix potential crash when clicking in a text editEskil Abrahamsen Blomfeldt2011-07-131-0/+1
* make QChar::Unicode_Unassigned a constantly big valueRitt Konstantin2011-07-133-4/+5
* drop a dead QChar::Punctuation_Dask enum valueRitt Konstantin2011-07-132-5/+1
* drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-137-16/+8
* QNAM: Introduce clearAccessCache()Markus Goetz2011-07-133-1/+17
* Fix compilation on MSVCLars Knoll2011-07-132-17/+51
* Fix a crash with QGraphicsScene.Pierre Rossi2011-07-121-1/+2
* Fix uses of qRound on non-floating-point types.Thiago Macieira2011-07-121-2/+2
* Fix compilation with icc 11Olivier Goffart2011-07-121-2/+1
* QNAM HTTP: Re-write compression codeMarkus Goetz2011-07-126-249/+100
* Add the #defines for C++0x features in GCC 4.6Thiago Macieira2011-07-121-0/+10
* QNAM HTTP: Do zero-copy for small HTTP replies by defaultMarkus Goetz2011-07-123-9/+22
* QSslCertificate: extend documentation for new verify methodPeter Hartmann2011-07-121-2/+6
* Add the ability to verify a chain of certificatesRichard Moore2011-07-1214-26/+547
* Refactor QByteArray to allow for const dataLars Knoll2011-07-123-188/+285
* Cleanup reference counting in QDateTimePrivate class.Jedrzej Nowacki2011-07-121-3/+2
* Added macro to check if the malloc hooks should be volatile.Christian Strømme2011-07-121-5/+13
* remove unneeded cast operator on QConstStringDataLars Knoll2011-07-121-3/+0
* Introduce QT_DEPRECATED_SINCEOlivier Goffart2011-07-122-0/+32
* Add autotest for QStringLiteralLars Knoll2011-07-121-0/+26
* Compile with C++0x enabledLars Knoll2011-07-121-2/+2
* QSslCertificate: rename "tag" to "attribute", as in the RFCPeter Hartmann2011-07-123-25/+25
* fix $$resolve_depends()Oswald Buddenhagen2011-07-111-24/+36
* inline resoveDepends()Oswald Buddenhagen2011-07-112-20/+9
* fix misnomer: $$resolve_depends() => $$sort_depends()Oswald Buddenhagen2011-07-113-12/+16
* invert the output order of $$resolve_depends()Oswald Buddenhagen2011-07-111-1/+1
* make 1st argument of $$resolve_depends a variableOswald Buddenhagen2011-07-112-2/+2
* Cleanup reference counting in internal::Base class (qtconcurrent)Jedrzej Nowacki2011-07-112-18/+7
* Cleanup reference counting in QIcon classJedrzej Nowacki2011-07-113-19/+6
* SSL: Move the code for extracting the name of an ASN1_OBJECTRichard Moore2011-07-112-12/+16
* SSL: Add methods to access the tags of the subject and issuer of a certRichard Moore2011-07-115-0/+160