summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-041-0/+2
| | * Clarify how two digit years are parsed by QDateTime::fromString().Mitch Curtis2013-01-031-0/+12
* | | Introduce QRegularExpression::NoMatch match typeGiuseppe D'Angelo2013-01-072-1/+20
* | | Provide operators for QMargins.Friedemann Kleint2013-01-072-0/+267
* | | Add API dealing with QMargins to QRect.Friedemann Kleint2013-01-073-1/+101
* | | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-075-28/+34
|/ /
* | Fix the \since version for QSharedPointer::create().Stephen Kelly2013-01-071-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0419-85/+115
|\|
| * Speed up and fix QByteArray::setNum()hjk2012-12-302-14/+36
| * Fix Clang warning about memcpy a class with vtablesThiago Macieira2012-12-231-1/+1
| * Fix some typosSergio Ahumada2012-12-211-1/+1
| * Add a Q_ENUMS for MeasurementSystemmfekari2012-12-171-0/+1
| * Docs: Fix referencesChristian Stenger2012-12-131-2/+2
| * QLocale: Report RTL text direction for pa_Arab and uz_ArabKonstantin Ritt2012-12-101-9/+16
| * Doc: Fix some enumsChristian Stenger2012-12-061-2/+5
| * QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-068-50/+50
| * properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-043-5/+2
* | Add support for multiple arguments to QSharedPointer::create()Thiago Macieira2012-12-233-0/+61
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-215-158/+84
* | Add QChar::Script enumKonstantin Ritt2012-12-205-5796/+6460
* | Elaborate shortDayName(), etc using default locale.Leonard Lee2012-12-141-10/+10
|/
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* fix harfbuzz header install locationOswald Buddenhagen2012-11-301-3/+1
* Provide the bundled zlib headers for external accessaavit2012-11-281-2/+9
* Qnx: Check if QCoreApplication::instance() exists before using QSocketNotifiermfekari2012-11-281-2/+5
* QtCore: Make more signals private.Stephen Kelly2012-11-282-9/+25
* Enhanced QSharedDataPointer documentation with container performance sectionNils Jeisecke2012-11-281-0/+8
* QLocale: Fix matchingLocales() behavior if script or country is not Any*Konstantin Ritt2012-11-251-13/+18
* [SIC] QLocale: Update some language names with their modern valuesKonstantin Ritt2012-11-244-277/+281
* QLocale: Fix toCurrencyString() didn't respect group separator optionKonstantin Ritt2012-11-231-4/+3
* Fix \brief for QEasingCurveLars Knoll2012-11-231-1/+1
* QTBF: Fix issue with no splitting the words at "." (FULL STOP)Konstantin Ritt2012-11-232-2/+14
* BlackBerry: The MeasurementSystem port was for BlackBerry OS not QNXmfekari2012-11-212-20/+20
* Update Qlocale data up to CLDR 22.1Konstantin Ritt2012-11-213-3929/+4402
* Update Qlocale data up to CLDR 2.0.1Konstantin Ritt2012-11-213-3414/+3933
* Use likelySubtags to instantiate a locale id from it's short formKonstantin Ritt2012-11-213-764/+1321
* [SIC/BIC] QLocale: update enums up to CLRD 1.9.1Konstantin Ritt2012-11-214-1194/+1411
* Qnx: Handle the MeasurementSystem value in QNXmfekari2012-11-202-0/+103
* exclude 3rdparty from lupdateOswald Buddenhagen2012-11-201-0/+1
* QLocale: replace hard-coded default country-for-language mapKonstantin Ritt2012-11-191-283/+283
* MinGW: Add missing constants for float control.Friedemann Kleint2012-11-161-0/+9
* Remove qSort from QCollator docsGiuseppe D'Angelo2012-11-161-1/+1
* Remove qSort from QList/QSet docsGiuseppe D'Angelo2012-11-162-3/+3
* Assign correct codes to QLocale::AnyCountry and AnyScriptKonstantin Ritt2012-11-151-2/+2
* Add a bunch of missed scriptsKonstantin Ritt2012-11-152-1/+101
* Add missing Bodo language introduced in CLDR 1.9.1Konstantin Ritt2012-11-152-9/+28
* QHash: constify some QHashNode membersGiuseppe D'Angelo2012-11-151-6/+6
* QTBF: Remove StartOfItem/EndOfItem enum valuesKonstantin Ritt2012-11-092-13/+3
* Fix for compiling with clang with c++11.Erik Verbruggen2012-11-071-1/+1
* Improve QByteDataBuffer::read() performance with partial readsAntti Harju2012-11-031-22/+48