OSDN Git Service

kde/Katie.git
2019-08-12 Ivailo Monevavoid temporary in QDateTimeParser::sectionFormat()
2019-08-12 Ivailo Monevensure genlocale date/time formatter does not produce...
2019-08-12 Ivailo Monevmake monday first day in the locale table
2019-08-12 Ivailo Monevhandle all invalid cases in genlocale date/time formatter
2019-08-11 Ivailo Monevreplace QLocalePrivate::Alternate with QLocalePrivate...
2019-08-11 Ivailo Monevminor genlocale script review
2019-08-11 Ivailo Monevuse proper type for QLocale::NumberOptions
2019-08-11 Ivailo Monevfix corner case locale lookup
2019-08-11 Ivailo Monevremove redundant default cases from QLocale month/day...
2019-08-11 Ivailo Monevremove note about windows and mac from QLocale::system()
2019-08-11 Ivailo Monevprefix use of QLocale enums
2019-08-11 Ivailo Monevupdate README
2019-08-11 Ivailo Monevminr genlocale script review
2019-08-11 Ivailo Monevmerge non-territory locales into territory ones in...
2019-08-11 Ivailo Monevcorrect currency ISO code mapping
2019-08-11 Ivailo Monevmake QLocale::toCurrencyString() respect group separato...
2019-08-11 Ivailo Monevupdate README
2019-08-11 Ivailo Monevfix QLocale::matchingLocales() behavior if script is...
2019-08-10 Ivailo Monevmake use of tocountryenum() in genlocale script
2019-08-10 Ivailo Monevmake it possible to run locale test from any directory
2019-08-10 Ivailo Monevimplement subtag, script and country substitution
2019-08-10 Ivailo Monevfix negative and zero-padded year formatting
2019-08-10 Ivailo Monevmake enums first member of tables structs
2019-08-09 Ivailo MonevMerge branch 'master' of https://github.com/fluxer...
2019-08-09 Ivailo Monevadd QDate, QTime and QDateTime tests
2019-08-09 Ivailo Monevcorrect expected test data in tst_QLocale::formatDateTi...
2019-08-09 Ivailo Monevimplement language alias substitution
2019-08-09 Ivailo Monevremove unused locale table data
2019-08-09 Ivailo Monevquotation data contains only chars so it can be uint...
2019-08-09 Ivailo Monevadjust expected tests data of tst_QLocale::ctor() and...
2019-08-09 Ivailo Monevfix lookup of different languages with identical script...
2019-08-09 Ivailo Monevremove redundant and unused QLocalePrivate methods
2019-08-09 Ivailo Monevavoid shadowing outer-scope variable in qt_splitLocaleN...
2019-08-09 Ivailo Monevdeal with TODO in genlocale script
2019-08-08 Ivailo Monevadjust expected tests data in tst_QLocale::ctor()
2019-08-08 Ivailo Monevslightly better locale to script mappings
2019-08-08 Ivailo Monevupdate CLDR to v35.1, generated data is the same
2019-08-08 Ivailo MonevMerge branch 'master' of https://github.com/fluxer...
2019-08-08 Ivailo Monevremove unused local variables in QDateTimeParser::parse...
2019-08-08 Ivailo Monevavoid temporary variable shadowing in QDateTimeParser...
2019-08-08 Ivailo Monevproperly construct QString in DateTimeParser::parseSect...
2019-08-08 Ivailo Monevavoid shadowing in QDateTimeParser::findAmPm()
2019-08-08 Ivailo Monevadjust expected data of tst_QLocale::defaultNumeringSys...
2019-08-08 Ivailo Monevuse QLocale::toString() for date/time formatting
2019-08-08 Ivailo Monevuse iconv codec as fallback, if possible
2019-08-08 Ivailo MonevMerge branch 'master' of https://github.com/fluxer...
2019-08-08 Ivailo Monevremove redundant default cases from QDate short/long...
2019-08-08 Ivailo Monevuse consistent name for temporary QLocalePrivate pointer
2019-08-08 Ivailo Monevadjust expected data of some locale tests
2019-08-08 Ivailo MonevMerge branch 'master' of https://github.com/fluxer...
2019-08-08 Ivailo Monevremove redundant checks from QDate short/long month...
2019-08-08 Ivailo Monevmark QDate::getDate() const
2019-08-08 Ivailo Monevuse correct path to syslocaleapp in tst_QLocale::emptyC...
2019-08-08 Ivailo Monevfix system locale and defalt to C, not system locale
2019-08-08 Ivailo Monevcompare language to enum instead of integer in systemPr...
2019-08-08 Ivailo Monevmove qlocale_data_p header inclusion to the top of...
2019-08-08 Ivailo Monevremove duplicate "g" tag from unsupported in genlocale...
2019-08-08 Ivailo Monevcorrect date/time format parsing and adjust some test...
2019-08-07 Ivailo Monevuse iconv codec as fallback, not default
2019-08-07 Ivailo Monevmove locale headers inclusions to the top of tst_qlocal...
2019-08-07 Ivailo Monev"a" is valid date/time format tag
2019-08-07 Ivailo Monevadjust some locale tests expected data
2019-08-07 Ivailo Monevlocale data table should not have Default entry
2019-08-07 Ivailo Monevmake QLocale::matchingLocales() behave as documented
2019-08-07 Ivailo Monevmap duplicate language, script and country codes as...
2019-08-07 Ivailo Monevadd --printenums option to genlocale script
2019-08-07 Ivailo Monevreplace QLocale::LastScript with scriptTblSize for...
2019-08-06 Ivailo Monevfix language, script and country code detection from...
2019-08-06 Ivailo Monevcheck exit status instead of output to verify syslocale...
2019-08-06 Ivailo Monevfix default locale fallback
2019-08-06 Ivailo Monevrevert back to non-root defaults for Default and C
2019-08-06 Ivailo Monevfix QLocale::standaloneDayName()
2019-08-06 Ivailo Monevno and no_NO are no longer valid locale codes
2019-08-06 Ivailo Monevadd more possible occurences if invalid date/time forma...
2019-08-06 Ivailo Monevuse somewhat correct defaults only for parent locales
2019-08-06 Ivailo Monevcorrect default alternate quotations
2019-08-06 Ivailo MonevQLocale::name() should separate language from country...
2019-08-06 Ivailo Monevuse Q_NULLPTR for empty char array values in genlocale...
2019-08-06 Ivailo Monevupdate README [ci skip]
2019-08-06 Ivailo Monevupdate linguist numerus tables
2019-08-06 Ivailo Monevdiscard non-territory locale entries
2019-08-06 Ivailo Monevuse qint16 in QLocale where applicable
2019-08-06 Ivailo Monevminor genlocale script review
2019-08-06 Ivailo Monevavoid temporaries in QLocalePrivate::codeToLanguage...
2019-08-06 Ivailo Monevdo not exclude world from country table
2019-08-05 Ivailo Monevdo not overwrite parent locale values with defaults
2019-08-05 Ivailo Monevparse parent locales from genlocale script
2019-08-05 Ivailo Moneverror out on unknown month/day from genlocale script...
2019-08-05 Ivailo Monevvariant locales are not supported, yet
2019-08-05 Ivailo Monevset defaults from main locale if territory is specified
2019-08-05 Ivailo Monevdo not discard locale tables entries
2019-08-05 Ivailo Monevcorrect weekend end parsing
2019-08-05 Ivailo Monevupdate note about CLDR version in QLocale documentation...
2019-08-05 Ivailo Monevupdate QLocale language, country and script enums docs...
2019-08-05 Ivailo Monevshrink locales table
2019-08-05 Ivailo Monevcompare language, country and script instead of address...
2019-08-05 Ivailo Monevfix QLocalePrivate::bcp47Name()
2019-08-05 Ivailo Monevfix long day names mapping
2019-08-05 Ivailo Monevremove assumptions about language/country code length...
2019-08-05 Ivailo Monevreplace longest matches date/time tags first in genloca...
next