OSDN Git Service

kde/Katie.git
2019-11-30 Ivailo Monevremove duplicate extern reference in translateKeySym...
2019-11-30 Ivailo Monevuse lower-case name for local variable in mkspecs CMake...
2019-11-30 Ivailo Monevdisable data relocations if CMAKE_POSITION_INDEPENDENT_...
2019-11-30 Ivailo Monevsimplify PRNG seeding
2019-11-30 Ivailo Monevmove some inline methods body to their declaration...
2019-11-30 Ivailo Monevreplace static function call with its body in QPngHandl...
2019-11-30 Ivailo Monevremove unused QPNGImageWriter::writeImage() overload
2019-11-30 Ivailo Monevremove unused QPNGImageWriter members
2019-11-29 Ivailo Monevreview comments in top-level CMake file [ci skip]
2019-11-29 Ivailo Monevimprove Qt4 module compatibility
2019-11-29 Ivailo Monevdeal with TODO in CMake macro files [ci skip]
2019-11-29 Ivailo MonevQT_VERSION_PATCH compatibility fix [ci skip]
2019-11-29 Ivailo Monevmake version requirement notes consistent
2019-11-29 Ivailo Monevrequire Sqlite atleast v3.5.0
2019-11-29 Ivailo Monevremove manual QGraphicsView benchmarks
2019-11-29 Ivailo Monevdeal with FIXME in utilities CMake file
2019-11-29 Ivailo Monevremove unused gencmap utility
2019-11-29 Ivailo Monevremove qlalr utility documentation and examples
2019-11-29 Ivailo Monevdeal with TODO in gui component CMake file
2019-11-29 Ivailo Monevremove now unused UString::UTF8String() argument
2019-11-29 Ivailo Monevremove redundant header inclusions from qicucodec cpp...
2019-11-29 Ivailo Monevmove QIcuCodec helper methods to the bottom for consistency
2019-11-29 Ivailo Monevbuild fix
2019-11-29 Ivailo Monevuse QLatinString where applicable
2019-11-29 Ivailo Monevuse QSet instead of QHash for m_laidout member in QAbst...
2019-11-29 Ivailo Monevavoid temporary in QNetworkCookieJar::cookiesForUrl()
2019-11-29 Ivailo Monevreplace "Qt Designer" with "Katie Designer"
2019-11-29 Ivailo Monevremove unused mac images
2019-11-29 Ivailo Monevreplace Qt logo
2019-11-29 Ivailo Monevremove redundant icns file
2019-11-28 Ivailo MonevRevert "use memcpy() for buffers copy in JavaScriptCore...
2019-11-28 Ivailo Monevremove redundant ByteArray prototype from qscript tool
2019-11-28 Ivailo Monevreimplement JavaScriptCore UTF-8 conversion via QTextCodec
2019-11-28 Ivailo Monevinline and avoid temporary in containsTLDEntry() function
2019-11-28 Ivailo Monevmake use of static QByteArray::number() and QString...
2019-11-28 Ivailo Monevsimplify populateNumericCombo() function
2019-11-28 Ivailo Monevreserve list space in QFileDialog::selectedFiles()
2019-11-28 Ivailo Monevavoid QString::split() since the result is known in...
2019-11-28 Ivailo Monevmove QSsl::TlsV1 case before default in QSslSocketBacke...
2019-11-28 Ivailo Monevuse ASN1_STRING_get0_data() if available
2019-11-28 Ivailo Monevavoid temporaries and use const-reference where applicable
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...
next