OSDN Git Service

kde/Katie.git
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...
2019-08-05 Ivailo Monevremove now redundant locale database utility
2019-08-05 Ivailo Monevremove invalid date/time format tags from locale data
2019-08-04 Ivailo Monevmake zero symbol uint and regenerate locale table
2019-08-04 Ivailo Monevimplement imperial table generator
2019-08-04 Ivailo Monevmake QLocalePrivate arrays members const
2019-08-04 Ivailo Monevminor genlocale script review
2019-08-04 Ivailo Monevimplement locales table generator
2019-08-02 Ivailo Monevremove invalid entries from linguist tables
2019-08-02 Ivailo Monevrework genlocale script and remove assumptions about...
2019-08-01 Ivailo MonevMerge branch 'master' of https://github.com/fluxer...
2019-08-01 Ivailo Monevfix one of the limitations of QT_TRY/QT_CATCH macros
2019-08-01 Ivailo Monevground work for locale data update
2019-08-01 Ivailo Monevoptimize QLineF::angleTo()
2019-08-01 Ivailo Monevremove default case from QLibraryInfo::location()
2019-08-01 Ivailo Monevremove redundant header inclusions from qlibraryinfo...
2019-08-01 Ivailo Monevadd NaCl architecture check
2019-08-01 Ivailo Monevadd HPPA (a.k.a. PA-RISC) architecture check
2019-08-01 Ivailo Monevcorrect JavaScriptCore jsNumberCell() stubs for non...
2019-08-01 Ivailo Monevuse memcpy() for buffers copy in JavaScriptCore where...
2019-07-31 Ivailo Monevavoid creating QPixmap from other QPixmap in QItemDeleg...
2019-07-31 Ivailo Monevuse loop instead of while iterator in UString::ascii()
next