summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-31110-1374/+1374
* Improve digitToCLocale sign char handlingSamuel Gaist2015-03-301-2/+2
* Simplify calculation of week numberLars Knoll2015-03-111-50/+17
* Fix QLineF Detailed DescriptionSamuel Gaist2015-02-061-1/+1
* QDateTime: Fix time format in docOrgad Shaneh2015-01-071-1/+1
* Remove use of 'register' from Qt.Kevin Funk2014-08-117-36/+36
* Fix at lot of QT_NO_ define guards for very tiny Qt builds.Robert Griebl2014-08-051-0/+5
* Fix compilation using MinGW 64 due to missing __cpuidAllen Winter2014-04-181-7/+7
* Updated year in copyright headerKai Koehne2014-03-26110-110/+110
* QBBSystemLocale: Do not set fixed buffer size when reading pps objectsEl Mehdi Fekari2013-12-051-4/+20
* QLocale: Fix infinite loop in error caseEl Mehdi Fekari2013-11-201-5/+12
* qsimd: Fix compilation with MinGW 64.Friedemann Kleint2013-11-181-1/+1
* QLocale: Update Portuguese and Greek locales dataEl Mehdi Fekari2013-10-291-1061/+1059
* QLocale - Fix Mac date format code translationJohn Layt2013-10-281-29/+76
* Add Q_ASSERT in qAllocMore() function.Leonard Lee2013-08-301-0/+3
* Include <new> instead of <ciso646> for libc++ detection.Raphael Kubo da Costa2013-08-061-1/+1
* Remove a left over cast that is now semantically incorrect.Jake Petroules2013-08-051-1/+1
* Make sure to also check for null CFPropertyLists.Thiago Macieira2013-08-051-0/+3
* Don't assume that all CFPropertyListRef are CFArrayRefsThiago Macieira2013-08-051-7/+15
* QString::normalize(): Fix assertion in some corner caseKonstantin Ritt2013-07-111-4/+3
* QSystemLocale: Fix the time format on BlackBerry 10Mehdi Fekari2013-06-201-2/+2
* Fix QLocale::standaloneMonthName when d->m_data == systemData()El Mehdi Fekari2013-05-216-3/+17
* Special-case the forward declaration of STL types for libc++.Raphael Kubo da Costa2013-05-111-0/+23
* Check that 3DNow! instructions are supported before including mm3dnow.h.Raphael Kubo da Costa2013-05-101-1/+1
* Make QContiguousCache with zero capacity not crashThiago Macieira2013-05-071-0/+6
* QLocale: Add fr_MA localeEl Mehdi Fekari2013-05-031-868/+873
* Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale()Dmitry Shachnev2013-04-071-1/+1
* Fix a bug in QSystemLocale on BB10El Mehdi Fekari2013-04-042-18/+20
* Inital port of QSystemLocale on BlackBerry 10El Mehdi Fekari2013-03-205-107/+422
* Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-201-0/+3
* Update Irish locale to return correct date formatEl Mehdi Fekari2013-03-131-2/+2
* Workaround a bug in mktime on QNXFabian Bumberger2013-03-131-0/+10
* QLocale: Update tamil's AM/PM textEl Mehdi Fekari2013-02-151-107/+106
* QLocale: Update the Japanese and Czech localeEl Mehdi Fekari2013-02-121-5/+5
* BlackBerry: The MeasurementSystem port was for BlackBerry OS not QNXSamuli Piippo2013-02-012-11/+11
* Use stub function gettimeofday for VxWorksPasi Petäjäjärvi2013-01-281-0/+4
* Update the Indonisian and Catalan locales in CLDR data:Mehdi Fekari2013-01-181-215/+214
* Update copyright year in Digia's license headersSergio Ahumada2013-01-13108-108/+108
* Add struct keyword for timeval variable to remove ambiguityPasi Petäjäjärvi2013-01-101-1/+1
* Update Canadian(English) localeMehdi Fekari2013-01-101-2/+2
* Update Turkish and Irish locales dataMehdi Fekari2013-01-071-2624/+2641
* Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-051-0/+2
* Elaborate shortDayName(), etc using default locale.Leonard Lee2012-12-201-10/+10
* Update defaultNumberingSystem value for some indic and slovak countries/regionsmfekari2012-12-141-19/+19
* Qnx: Check if QCoreApplication::instance() exists before using QSocketNotifiermfekari2012-11-291-2/+5
* Qnx: Handle the MeasurementSystem in QNXmfekari2012-11-232-0/+100
* QString doesn't work with old ABI on ARM.Tomasz Duda2012-11-172-2/+11
* Update Qlocale data with CLDR 2.0.0Konstantin Ritt2012-11-103-4532/+5150
* Update Qlocale data with CLDR 1.9.1Konstantin Ritt2012-11-103-3387/+3431
* Prevent an overflow warning in assertions.Christian Kandeler2012-10-143-7/+7