summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* QLocale - Fix Mac date format code translationJohn Layt2013-10-281-29/+76
* 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
* Fix QLocale::standaloneMonthName when d->m_data == systemData()El Mehdi Fekari2013-05-211-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-181-1/+1
* Mac: Don't crash if language preferences can't be retrieved.Eike Ziller2012-08-101-1/+1
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Disable MacOSX 10.6+ locale code for iOS builds.Ian Dean2012-07-271-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* QLocale: Fixed double to currency string conversion on Mac.Denis Dzyubenko2011-04-141-1/+1
* Use region name as a locale name on Mac.Denis Dzyubenko2011-03-291-31/+0
* Use QByteArray::isEmpty instead of isNull in QLocaleDenis Dzyubenko2011-03-241-2/+2
* QLocale fixes.Denis Dzyubenko2011-03-241-4/+4
* Added writing script support to QLocale.Denis Dzyubenko2011-03-021-7/+8
* Compile fix on Mac for QLocale.Denis Dzyubenko2011-02-281-1/+1
* Improved currency value to string conversion in QLocale.Denis Dzyubenko2011-02-251-6/+10
* fixed QLocale::quoteString() to allow for QSystemLocale implementationZeno Albisser2011-02-251-16/+13
* Improved QLocale apiDenis Dzyubenko2011-02-251-1/+1
* Implemented retrieving AM/PM text on Mac.Denis Dzyubenko2011-02-251-2/+7
* QLocale: Compile fix for mac.Denis Dzyubenko2011-02-251-0/+2
* Split monolithic qlocale.cpp into platform-specific filesDenis Dzyubenko2011-02-241-0/+485