OSDN Git Service

kde/Katie.git
2021-04-19 Ivailo Monevavoid temporaries in SVG handler
2021-04-19 Ivailo Monevremove unused convertToPixels() argument
2021-04-02 Ivailo Monevcorrect Q_D() macro usage in QPrinterInfo
2021-04-02 Ivailo Monevindent QFormBuilderExtra::customWidgetBaseClass()
2021-04-02 Ivailo Monevuse QT_BUFFSIZE as buffer size in QXmlStreamReaderPriva...
2021-04-02 Ivailo Monevremove redundant QSqlRecord::detach() method
2021-04-02 Ivailo Monevproperly initialize QSqlRecordPrivate members
2021-03-31 Ivailo Monevavoid possible data detaching in QByteArray::fromHex...
2021-03-31 Ivailo Monevuse immutable strings table in extractEncodingDecl()
2021-03-31 Ivailo Monevinitialize variable outside extractEncodingDecl()
2021-03-31 Ivailo Monevoptimal buffer usage in QTextDocumentPrivate::plainText()
2021-03-31 Ivailo Monevoptimal buffer usage in qFastCompress() and qFastUncomp...
2021-03-31 Ivailo Monevreplace prepareEngine_helper() with its body
2021-03-30 Ivailo MonevJSC structure leak counter fix
2021-03-30 Ivailo Monevadd QScriptValueIterator test
2021-03-27 Ivailo MonevRevert "automatically delete ccache directory if it...
2021-03-27 Ivailo Monevuse QStringList for QUiLoader widgets list
2021-03-26 Ivailo Monevcall QByteArray::append() overload from QByteArray...
2021-03-26 Ivailo Monevautomatically delete ccache directory if it reaches...
2021-03-26 Ivailo Monevdo not register unavailable XML modules
2021-03-25 Ivailo MonevRevert "get rid of QString::shared_empty member"
2021-03-25 Ivailo Monevget rid of QString::shared_empty member
2021-03-25 Ivailo Monevoptimal buffer usage
2021-03-25 Ivailo Moneveffectively revert ad4494cb0f1feda32b0d3cdb34e91ae545971ec1
2021-03-25 Ivailo Monevindent QDeclarativeState::containsPropertyInRevertList()
2021-03-25 Ivailo Monevremove unused variable in QStyleSheetStyle::hasStyleRule()
2021-03-25 Ivailo Monevavoid copy in qDrawBorder()
2021-03-25 Ivailo Monevcorrect CSS off/on properties mappings
2021-03-25 Ivailo Monevfix build with QT_NO_PLUGIN_CHECK defined
2021-03-25 Ivailo Monevremove unused internal properties
2021-03-24 Ivailo Monevremove duplicate class forward declaration in qdom...
2021-03-23 Ivailo Monevadd QEventLoop test
2021-03-23 Ivailo Moneveffectively revert f94e9391f2551f460531135117893b785972dd64
2021-03-23 Ivailo Monevassert that setupLocaleMapper() should not be called...
2021-03-23 Ivailo Monevrestore behaviour prior f19ccd13524db2c7f44044ea58d537a...
2021-03-22 Ivailo Monevactually fix buffer overrun in QDBusUtil::isValidSignat...
2021-03-22 Ivailo Monevadd QScriptValue test
2021-03-22 Ivailo Monevadd QPalette test
2021-03-22 Ivailo Monevdrop QChar support of QJsonDocument and add UTF-8 test
2021-03-22 Ivailo Monevoptimize HTML entities lookup
2021-03-22 Ivailo MonevRevert "remove redundant SVG opacity restoration calls"
2021-03-22 Ivailo Monevreview CSS parser tables and correct pseudo-classes...
2021-03-22 Ivailo Monevremove redundant SVG opacity restoration calls
2021-03-22 Ivailo Monevremove bogus QByteArray::resize() optimization
2021-03-22 Ivailo Monevadd QBitArray test
2021-03-22 Ivailo Monevdeal with TODO in QDBusAbstractInterface test
2021-03-22 Ivailo Monevfix buffer overrun in QDBusUtil::isValidSignature()
2021-03-21 Ivailo Monevupdate README [ci skip]
2021-03-21 Ivailo Monevplug QFactoryLoader memory leak
2021-03-21 Ivailo Monevupdate README [ci skip]
2021-03-21 Ivailo Monevfix out-of-bounds in QCss::findKnownValue()
2021-03-21 Ivailo Monevreplace 0 with Q_NULLPTR in QVariant
2021-03-21 Ivailo MonevQVariant comparison optimization
2021-03-21 Ivailo MonevAppVeyor cache reset [ci reset]
2021-03-21 Ivailo Monevinternal QVariant cast fix
2021-03-21 Ivailo Monevcompiler warning fix
2021-03-21 Ivailo Monevkeep references to strings in QDBusConnection, QDBusErr...
2021-03-21 Ivailo Monevavoid function call in QDBusMessage::createReply()
2021-03-21 Ivailo Monevremove unused QDBusMessagePrivate::timeout member
2021-03-21 Ivailo Monevreplace 0 with explicit constructor in QDBusAbstractInt...
2021-03-20 Ivailo Monevadd new thread action enum and use it for QDBusConnecti...
2021-03-20 Ivailo Monevmake QDBusConnectionPrivate::send() return bool
2021-03-20 Ivailo Monevadd source pointer check to qAtomicAssign()
2021-03-20 Ivailo Monevadd null pointer check to qAtomicAssign()
2021-03-20 Ivailo Monevfix crash on QJsonDocument copy
2021-03-20 Ivailo MonevAppVeyor cache reset [ci reset]
2021-03-20 Ivailo Monevremove internal QVariant constructor
2021-03-20 Ivailo Monevproperly initialize QObjectData and QObjectPrivate...
2021-03-19 Ivailo Monevadd QJsonDocument operators test case
2021-03-19 Ivailo Monevinline QJsonDocument::operator!=()
2021-03-18 Ivailo Monevmark the maximum depth error case in QJsonDocumentPriva...
2021-03-18 Ivailo Monevupdate expected data of QTextDocument tests
2021-03-18 Ivailo Monevfix QJsonDocument map/hash recursion and limit it
2021-03-18 Ivailo Monevescape single-quote in Qt::escape()
2021-03-18 Ivailo Monevremove unused QDeclarativeJS::integerFromString() funct...
2021-03-17 Ivailo Monevde-virtualize QDataStream destructor
2021-03-16 Ivailo Monevabort on failure to detect codec for locale
2021-03-16 Ivailo MonevQX11PaintEnginePrivate micro-optimizations
2021-03-16 Ivailo Monevcorrect locale mapper implementation
2021-03-16 Ivailo Monevminor code shrink in QPaintEngineEx::stroke()
2021-03-16 Ivailo Monevinstall QWindowsStyle event filter only for progress...
2021-03-15 Ivailo MonevAppVeyor cache reset [ci reset]
2021-03-15 Ivailo Monevremove redundant QSysInfo::Sizes enum
2021-03-15 Ivailo Monevadd QColor test
2021-03-15 Ivailo Moneveffectively revert 71d95575edf0fa71b719408f5e376e50057fcb4e
2021-03-15 Ivailo MonevRevert "add trivial HexString<T>() implementations"
2021-03-15 Ivailo Monevavoid temporary in QPixmapCache::replace()
2021-03-13 Ivailo Monevremove redundant pointer check in check_parent_thread()
2021-03-13 Ivailo Monevremove redundant pointer checks in QObject constructors
2021-03-13 Ivailo Monevinvalidate color on out of range value in QColor::setHs...
2021-03-13 Ivailo Monevcorrectly indent QColor::getHslF()
2021-03-13 Ivailo Monevremoive redundant QImageReader option
2021-03-12 Ivailo Monevadd QPen test
2021-03-12 Ivailo Monevassume size of qreal equals size of float when QT_NO_FP...
2021-03-12 Ivailo Monevformat QColor
2021-03-12 Ivailo Monevremove whitespace in color names from QColor::isValidCo...
2021-03-12 Ivailo Monevremove whitespace in color names from QColor::setNamedC...
2021-03-12 Ivailo Monevadd QCryptographicHash test
2021-03-12 Ivailo Moneveffectively revert 99146c80a455558321db624ceb6289951ebabfa6
2021-03-12 Ivailo Monevalways set QObject thread data to current thread data
next