summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a way to check if we have a matching family in the database.Pierre Rossi2011-07-202-0/+12
* Fixed build of generic linuxinput plugin.Samuel Rødal2011-07-201-0/+2
* Cleanup qRound and qRound64: provide overloads for double and floatThiago Macieira2011-07-201-8/+7
* Do not use qRound with integersOlivier Goffart2011-07-201-1/+1
* Add docs for QSqlRelationalTableModel::JoinModeCharles Yin2011-07-201-0/+12
* Fixed behavior on NULL foreign keysDaNiMoTh2011-07-202-12/+57
* Use truncate only for subpixel boundingBox x positionJiang Jiang2011-07-202-3/+3
* fix QFileInfo::isSymLink() for NTFS mount pointsJoerg Bornemann2011-07-191-2/+1
* Add a qHash for QUuidOlivier Goffart2011-07-192-0/+13
* Update the documentation of QUuid::operator QStringOlivier Goffart2011-07-191-0/+1
* Fix use of C style cast.Olivier Goffart2011-07-191-1/+1
* Implement todos in touchscreen generic plug-in.Laszlo Agocs2011-07-196-28/+62
* QNetworkAccessFileBackend: Do not accept file url without scheme set.Martin Petersson2011-07-191-3/+1
* "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 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-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
* 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
* 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