OSDN Git Service

kde/Katie.git
2019-11-28 Ivailo Monevsort excluded all-in-one sources list [ci skip]
2019-11-28 Ivailo Monevcorrect definitions for Xext not found case [ci skip]
2019-11-27 Ivailo Monevremove duplicate header inclusions
2019-11-27 Ivailo Monevsuppress warnings caused by ignoring chdir retval
2019-11-27 Ivailo Monevremove unused v_cast(), v_construct() and v_clear(...
2019-11-27 Ivailo Monevreduce branches in QIcuCodec::getConverter()
2019-11-27 Ivailo Monevdrop keypad navigation support
2019-11-27 Ivailo Monevremove redundant pragmafsck script [ci skip]
2019-11-27 Ivailo Monevgenmib script review
2019-11-27 Ivailo Monevdetect only UTF text from QTextCodec::codecForUtfText...
2019-11-27 Ivailo Monevremove unused local variable in QTextCodec::codecForMib()
2019-11-27 Ivailo Monevuse consistent variable name for result in QIcuCodec...
2019-11-27 Ivailo Monevcorrect warning message in QIcuCodec::convertToUnicode()
2019-11-27 Ivailo Monevplatform specific mkspecs are no longer a thing
2019-11-27 Ivailo Monevprint actual the <class>::<method> info from QIcuCodec...
2019-11-27 Ivailo Monevno need for Latin1 codec name alias now
2019-11-27 Ivailo Monevreimplement QTextCodec::codecForUtfText() via ICU
2019-11-27 Ivailo MonevUTF-32 BOM is 4 chars
2019-11-27 Ivailo Monevmake private d member of ConverterState actually private
2019-11-26 Ivailo Monevfix upstream QTBUG-15773 and QTBUG-70506
2019-11-26 Ivailo Monevuse script instead of utility to generate URL TLDs...
2019-11-26 Ivailo Monevupdate URL TLDs
2019-11-26 Ivailo Monevavoid two character lookups in qIsEffectiveTLD() function
2019-11-26 Ivailo Monevfix QDockAreaLayoutInfo and QDockAreaLayout const corre...
2019-11-26 Ivailo Monevavoid temporary map in WriteIncludes
2019-11-26 Ivailo Monevgenmap script review
2019-11-26 Ivailo Monevupdate README [ci skip]
2019-11-26 Ivailo MonevMariaDB provides pkg-config files in recent versions
2019-11-26 Ivailo Monevmake SQLite driver use UTF-8 encoding
2019-11-26 Ivailo Monevremove redundant header inclusion
2019-11-26 Ivailo Monevremove redundant forward class declaration in QSqlRecor...
2019-11-26 Ivailo Monevuse initializer list for d initialization in QSqlQuery...
2019-11-26 Ivailo Monevavoid temporaries in QSqlQuery methods
2019-11-26 Ivailo Monevuse initializer list for d initialization in QSqlField...
2019-11-26 Ivailo Monevavoid detach in QSqlField::setRequiredStatus() if possible
2019-11-26 Ivailo Monevaccess fields count from private pointer in QSqlRecord...
2019-11-26 Ivailo Monevavoid temporaries for comparison in _q_escapeIdentifier...
2019-11-26 Ivailo Monevreplace default with U_JT_COUNT case in QChar::joining()
2019-11-26 Ivailo Monevreplace C-style with reinterpret casts in ODBC SQL...
2019-11-26 Ivailo Monevmove info member to bases classes of JSCallbackObject
2019-11-26 Ivailo Monevavoid temporary copies in QString
2019-11-26 Ivailo Monevassume invalid QLocale enums are not passed to methods
2019-11-25 Ivailo Monevremove windows support leftovers
2019-11-25 Ivailo Monevwarn upon ucnv_setSubstString() failures
2019-11-25 Ivailo Monevmake ICU version requirement note consistent with others
2019-11-25 Ivailo Monevremove now unused local variable in QPrinterPrivate...
2019-11-25 Ivailo Monevassume const methods are thread-safe and avoid locking...
2019-11-25 Ivailo Monevmove QT_USE_SYSTEM_PROXIES build conditional to top...
2019-11-25 Ivailo Monevcompiler warning fixes
2019-11-25 Ivailo Monevcall QChar::category()/QChar::direction() overloads...
2019-11-25 Ivailo Monevremove now redundant threading QHostInfo tests
2019-11-25 Ivailo Monevcheck received results count instead of timeout in...
2019-11-25 Ivailo Monevreport codec name and function call upon ucnv_toUChars...
2019-11-25 Ivailo Monevunknown MIB is 2, as per IANA
2019-11-25 Ivailo Monevreplace capital with lower case char in CMake modules
2019-11-25 Ivailo Monevremove now redundant IDN whitelist support from QUrl
2019-11-25 Ivailo Monevconvert input domain to UTF-8 in QUrl::fromAce()
2019-11-25 Ivailo Monevremove now redundant iconv CMake module [ci skip]
2019-11-25 Ivailo Monevlower the number for race tests performed in QHostInfo...
2019-11-25 Ivailo Monevresize result string accordingly in QUrl::fromAce(...
2019-11-25 Ivailo Monevuse object instead of pointer for state in QHostInfo...
2019-11-25 Ivailo Monevreimplement QUrl::toAce() and QUrl::fromAce() via ICU
2019-11-25 Ivailo Monevavoid use of QListIterator in QtButtonPropertyBrowserPr...
2019-11-25 Ivailo Monevmake use of ucnv_compareNames() in QTextCodec
2019-11-25 Ivailo MonevQSvgFont cleanup
2019-11-25 Ivailo Monevno current tests use qt_inflateGZipDataFrom()
2019-11-25 Ivailo Monevuse fixed size arrays for static strings in ICU codec
2019-11-25 Ivailo Monevremove redundant qIsDetached() template
2019-11-25 Ivailo Monevremove redundant qmetaobject header inclusion
2019-11-25 Ivailo Monevmake QTestTablePrivate getters const
2019-11-25 Ivailo Monevuse Unicode characters as replacements in ICU codec
2019-11-24 Ivailo MonevICU codec review
2019-11-24 Ivailo Monevadjust QTextCodec benchmark
2019-11-24 Ivailo Monevvirtual methods of QIcuCodec are final
2019-11-24 Ivailo Monevmake UTF-8 default codec for C-strings
2019-11-24 Ivailo Monevcompiler warning fixes
2019-11-24 Ivailo Monevremove codecs documentation that no longer applies...
2019-11-24 Ivailo Monevuse macro for string size calculation in qt_string_norm...
2019-11-23 Ivailo Monevrework ICU codec to avoid relocations during conversion
2019-11-23 Ivailo Monevdo not ignore buffer-overflow error in ICU text codec
2019-11-23 Ivailo Monevremove duplicate header inclusion from qtreewidget_p...
2019-11-23 Ivailo Monevverify codec is provided by ICU codec before attempting...
2019-11-23 Ivailo MonevQSqlQuery test build fix
2019-11-23 Ivailo Monevremove now redundant scoping in QMetaType::save() and...
2019-11-23 Ivailo Monevfix host lookup from QHostInfo::lookupHost()
2019-11-23 Ivailo Monevadjust server IPs tests data
2019-11-23 Ivailo MonevQTestEventLoop cleanup
2019-11-23 Ivailo Monevcompiler warning fix
2019-11-23 Ivailo Monevdeal with QHostInfo FIXME
2019-11-23 Ivailo Monevmake QHostAddress d pointer actually private
2019-11-23 Ivailo Monevremove invalid hostnames from QHostInfo benchmark
2019-11-23 Ivailo Monevupdate QLocale documentation
2019-11-23 Ivailo Monevdocument System and Latin1 text codec names
2019-11-23 Ivailo Monevmake use of QHostInfo::localHostName() in QSqlDatabase...
2019-11-23 Ivailo Monevlock before acessing global custom metatypes
2019-11-23 Ivailo Monevuse Q_NULLPTR instead of 0
2019-11-23 Ivailo Monevfix possible crash in QMetaType::isRegistered()
2019-11-23 Ivailo MonevICU text codec optimizations
2019-11-23 Ivailo Monevbackport ICU text codec
2019-11-22 Ivailo Monevcorrect cast in linguist loadQM() function
next