summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-152-3/+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-141-4/+22
| * 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-132-4/+3
| * drop a dead QChar::Punctuation_Dask enum valueRitt Konstantin2011-07-132-5/+1
| * drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-133-7/+1
| * QNAM: Introduce clearAccessCache()Markus Goetz2011-07-132-0/+16
* | Get rid of unused function in qpaintengine_raster.cpp.Samuel Rødal2011-07-211-71/+0
* | Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-1985-792/+608
* | Images: Implement internal DIB image plugin.Friedemann Kleint2011-07-194-7/+37
* | Get rid of some obsolete functions in QImage / QPixmap / QPixmapData.Samuel Rødal2011-07-1814-578/+204
* | Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-07-1321-495/+633
|\|
| * 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-126-26/+182
| * Refactor QByteArray to allow for const dataLars Knoll2011-07-122-186/+257
| * Cleanup reference counting in QDateTimePrivate class.Jedrzej Nowacki2011-07-121-3/+2
* | Merge "Merge remote branch 'gerrit/master' into refactor" into refactorLars Knoll2011-07-1273-2465/+1109
|\ \
| * | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-1273-2465/+1109
| |\|
| | * remove unneeded cast operator on QConstStringDataLars Knoll2011-07-121-3/+0
| | * Introduce QT_DEPRECATED_SINCEOlivier Goffart2011-07-122-0/+32
| | * QSslCertificate: rename "tag" to "attribute", as in the RFCPeter Hartmann2011-07-122-18/+18
| | * 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-112-0/+40
| | * SSL: Make the internals of certificate name info match the externals.Richard Moore2011-07-112-19/+19
| | * SSL: Store x509 name entries that have no short name as their OID.Richard Moore2011-07-113-2/+22
| | * SSL internals: rename methods in the SSL backend to reflect public onesPeter Hartmann2011-07-113-6/+6
| | * Remove #ifdef for platforms where QChar was packed -- there aren't anyThiago Macieira2011-07-111-4/+0
| | * QNAM: Remove QNetworkAccessHttpBackendMarkus Goetz2011-07-115-1362/+0
| | * Replace try/catch blocks in favour of destructors in the event loop.Thiago Macieira2011-07-113-141/+156
| | * Remove some metrics parsing code from Core TextJiang Jiang2011-07-112-20/+3