OSDN Git Service

kde/Katie.git
2019-12-08 Ivailo Monevindent in ucstrnicmp() function
2019-12-08 Ivailo Monevreport function name from qt_initLocale(), qt_u_strToUp...
2019-12-08 Ivailo Monevwarn on u_strCaseCompare() failure in ucstricmp() function
2019-12-08 Ivailo MonevQT_NO_CLOCK_MONOTONIC case optimizations
2019-12-08 Ivailo Monevreimplement some string comparison functions via ICU
2019-12-08 Ivailo MonevQDBusConnectionCallbackEvent cleanup
2019-12-08 Ivailo Monevdo not try to open codec twice if stateless open fails
2019-12-08 Ivailo Monevfix global static check
2019-12-07 Ivailo Monevremove redundant source file from bootstrap sources...
2019-12-07 Ivailo Monevremove invalid bootstrap definition [ci skip]
2019-12-07 Ivailo Monevmake adjustments required to build Unicode tables as...
2019-12-07 Ivailo MonevQT_NO_TEXTCODEC conditional build fix
2019-12-07 Ivailo Monevmove QUnicodeTables to GUI component
2019-12-07 Ivailo Monevremove redundant bootstrap definition
2019-12-07 Ivailo Monevremove redundant integer constructs in qt_ucol_strcoll...
2019-12-06 Ivailo Monevremove symbian leftovers [ci skip]
2019-12-06 Ivailo Monevuse ICU for string casing and collation again
2019-12-06 Ivailo Monevadd qrand() test
2019-12-06 Ivailo Monevremove documentation for macros that are no more [ci...
2019-12-06 Ivailo Monevsimplify and optimize monotonic clock checks
2019-12-06 Ivailo Monevadd QByteArrayMatcher test
2019-12-05 Ivailo Monevadd missing QJsonObject meta type construction/destruction
2019-12-05 Ivailo Monevimplement QVariant oeprations for JSON types
2019-12-05 Ivailo Monevremove invalid compile-time warning
2019-12-05 Ivailo Monevremove redundant methodName() function
2019-12-05 Ivailo Monevoptimize message functions
2019-12-05 Ivailo Monevremove documentation for global macros that are not...
2019-12-05 Ivailo Monevimplement JSON meta types construction/destruction
2019-12-05 Ivailo Monevavoid image copy in QRasterPixmapData::fromImage()
2019-12-05 Ivailo Monevavoid temporary when streaming out bool in QMetaType...
2019-12-05 Ivailo Monevfix build with QTEXTSTREAM_DEBUG defined
2019-12-05 Ivailo Monevremove redundant includes from qtextstream source file
2019-12-05 Ivailo Monevmake QObject sender reference atomic
2019-12-05 Ivailo Monevremove unused QFontDef member
2019-12-05 Ivailo Monevreplace 0 with Q_NULLPTR where applicable in QObjectPrivate
2019-12-05 Ivailo Monevavoid temporary in QObject::~QObject()
2019-12-05 Ivailo Monevcompiler warning fixes
2019-12-05 Ivailo Monevremove compatibility QTest::pixmapsAreEqual() function
2019-12-05 Ivailo Monevadd missing () around a macro argument use in tst_QSett...
2019-12-05 Ivailo Monevmove automatic QT_NO_QFUTURE definition to qconfig...
2019-12-05 Ivailo Monevremove redundant QT_NO_TRANSLATION_UTF8 definition
2019-12-04 Ivailo Monevread all data from input QByteArray data stream at...
2019-12-04 Ivailo Monevreserve space when streaming QSet and QHash in QDataStream
2019-12-04 Ivailo MonevRevert "avoid temporary copy in QVariant::cmp()"
2019-12-04 Ivailo Monevimplement QJsonValue to double conversion in qConvertTo...
2019-12-04 Ivailo Monevinline qIsNumericType() and qIsFloatingPoint() helpers
2019-12-04 Ivailo Monevavoid temporary copy in QVariant::cmp()
2019-12-04 Ivailo Monevpass format to image reader in QImage stream reading...
2019-12-04 Ivailo Monevuse scoped variables and const-reference where applicable
2019-12-04 Ivailo Monevfix QFont streaming
2019-12-04 Ivailo MonevRevert "attempt to use MariaDB instead of MySQL in...
2019-12-04 Ivailo Monevprint Katie instead of Qt from QPlainTestLogger::startL...
2019-12-04 Ivailo Monevattempt to use MariaDB instead of MySQL in Travis
2019-12-04 Ivailo Monevremove struct, class and enum in the middle of types...
2019-12-04 Ivailo Monevfix infinite loop in normalizeTypeInternal() function
2019-12-04 Ivailo Monevlock after computing the cache key in normalizeTypeInte...
2019-12-03 Ivailo Monevdisable libunwind support by default
2019-12-03 Ivailo Monevremove symbian leftovers
2019-12-03 Ivailo Monevprotect normalized types cache with mutex
2019-12-03 Ivailo Monevadd QMetaType test
2019-12-03 Ivailo Monevremove QColorGroup leftovers
2019-12-03 Ivailo Monevupdate README [ci skip]
2019-12-03 Ivailo Monevremove invalid warning from createThread() function
2019-12-03 Ivailo Monevremove unused JavaScriptCore allocation functions
2019-12-03 Ivailo Monevpass size of UTF-8 converted string to SQLite API
2019-12-03 Ivailo Monevremove redundant SQLite version check
2019-12-03 Ivailo Monevremove redundant whitespace in qt_print_backtrace()
2019-12-03 Ivailo Monevfix out of bounds access in _q_escapeIdentifier()
2019-12-03 Ivailo Monevsupport stack unwinding on assert via Unwind
2019-12-03 Ivailo Monevuse foreach() for iteration in QSettingsPrivate::varian...
2019-12-03 Ivailo Monevreplace QMetaType with QVariant enums where applicable...
2019-12-03 Ivailo Monevadd SQL tests
2019-12-03 Ivailo MonevMySQL driver review
2019-12-03 Ivailo Monevremove unused QSqlDatabasePrivate member
2019-12-03 Ivailo Monevuse foreach() for iterations in tst_Databases
2019-12-03 Ivailo Monevremove unused toHex() function from tst_databases header
2019-12-03 Ivailo Monevuse foreach() for iteration in tst_Databases::open...
2019-12-03 Ivailo Monevuse foreach for iteration in tst_QSqlDatabase::initTest...
2019-12-03 Ivailo Monevchange build type to Debug when building with GCC in...
2019-12-03 Ivailo MonevQVariant benchmark requires gui component
2019-12-03 Ivailo Monevfix assert and compiler warning about it in HarfBuzz...
2019-12-03 Ivailo Monevcorrect table comments in HarfBuzz shaper
2019-12-03 Ivailo Monevadd QSettings test
2019-12-03 Ivailo Monevreplace table with cases and fix JsonArray and JsonObje...
2019-12-03 Ivailo Monevremove unused qVariantToHelper() argument
2019-12-03 Ivailo Monevreturn from QVariant convert() helper and return ok...
2019-12-03 Ivailo Monevmark the result of UString::ascii const
2019-12-03 Ivailo Monevreduce branches in QIcuCodec::codecForUtf
2019-12-02 Ivailo Monevcorrect note in MySQL CMake module
2019-12-02 Ivailo Monevadd note why CMP0063 is set to NEW [ci skip]
2019-12-02 Ivailo Monevcorrect variable name in main tests CMake file
2019-12-02 Ivailo Monevmake the runnable sleep for 3sec to avoid race in tst_Q...
2019-12-02 Ivailo Monevadd separate build time option for tests and benchmarks
2019-12-02 Ivailo Monevreturn IPv6 address conditionally from QtNetworkSetting...
2019-12-01 Ivailo Monevlock when setting QThreadPool expiry time
2019-12-01 Ivailo Monevrun tests in Travis when building with GCC
2019-12-01 Ivailo Monevcorrect expected data for 7nn_NO case in QLocale test
2019-12-01 Ivailo Monevremove unused QtNetworkSettings::winServerName() method
2019-12-01 Ivailo Monevremove variables that do not actually affect ctest...
2019-12-01 Ivailo Monevuse https://www.w3.org/ for network tests
next