OSDN Git Service

kde/Katie.git
2022-06-26 Ivailo Monevpass gradient as pointer to QGradientData::generateGrad...
2022-06-26 Ivailo Monevremove hsv-prefixed QColor methods
2022-06-26 Ivailo MonevqHB_BasicShape() function always returns true now
2022-06-26 Ivailo Monevcompare color spec struct members explicitly in QColor...
2022-06-26 Ivailo MonevQColor QDataStream streaming operator optimization
2022-06-26 Ivailo Monevreplace global colors table with switch cases
2022-06-26 Ivailo MonevQColor micro-optimizations
2022-06-26 Ivailo Monevremove internal QColor constructors
2022-06-26 Ivailo Monevdrop HSL color model support
2022-06-26 Ivailo Monevremove unused qdatetime header inclusion in qlocalserve...
2022-06-26 Ivailo Monevadd entry for Katie v4.12 to QDataStream documentation
2022-06-18 Ivailo Monevdrop CMYK color model support
2022-06-18 Ivailo Monevadd X11 to the result in QColor::colorNames()
2022-06-17 Ivailo Monevkeep references to QByteArray objects in QString::local...
2022-06-17 Ivailo Monevconvert latin1 strings via QIcuCodec::convertTo() from...
2022-06-17 Ivailo Monevremove config definition for now gone QT_NO_CODEC_FOR_C...
2022-06-17 Ivailo Monevadjust QDateTime, QLocale and QVariant tests
2022-06-17 Ivailo MonevQString::fromAscii_helper() optimization
2022-06-17 Ivailo Monevupdate README
2022-06-17 Ivailo Monevdrop feature to set codecs for C strings and translations
2022-06-17 Ivailo Monevsave images with 100 as quality from imgconv utility
2022-06-16 Ivailo Monevde-duplicate code
2022-06-16 Ivailo Monevswap value with name in X11 colors table
2022-06-16 Ivailo Monevuse QHash<T, T> instead of QMap<T, T> for the QFactoryL...
2022-06-16 Ivailo Monevinitialize QPixmapColorizeFilterPrivate members from...
2022-06-16 Ivailo Monevremove redundant qfixed typedef
2022-06-16 Ivailo Monevdo not deep-copy the QRectF object in QPainterPath...
2022-06-16 Ivailo Monevpass the QRect object from the QStyleOption pointer...
2022-06-16 Ivailo Monevremove unused QPolygon object in QWindowsStyle::drawPri...
2022-06-16 Ivailo Monevoptimize polygons build-up by reserving space for the...
2022-06-16 Ivailo Monevupdate README
2022-06-16 Ivailo Monevoptimize polygons build-up by reserving space for the...
2022-06-16 Ivailo Monevoptimize mapProjective() function by reserving space...
2022-06-16 Ivailo Monevremove unused qiconengineplugin and qimageiohandler...
2022-06-16 Ivailo Monevremove unused QLocalePrivate::DoubleForm::_DFMax enum
2022-06-16 Ivailo Monevupdate X11 colors table data
2022-06-15 Ivailo Monevunload plugins only from the global static QLibrary...
2022-06-15 Ivailo Monevoptimize named X11 colors lookup by using pre-generated...
2022-06-15 Ivailo Monevmove X11 colors table data to qcolor_p header
2022-06-15 Ivailo Monevde-duplicate code
2022-06-15 Ivailo Monevreturn false from QColor::setNamedColor() if the named...
2022-06-15 Ivailo Monevbuild fix for the case when QT_NO_NETWORKINTERFACE...
2022-06-15 Ivailo Monevcorrect expected that for named color in QColor test
2022-06-15 Ivailo Monevstyle does not require X11 RENDER extension
2022-06-15 Ivailo Monevremove unused QPixmap object in QIconLoader::findIconHe...
2022-06-15 Ivailo Monevtranslations update
2022-06-15 Ivailo Monevreimplement qChecksum() to calculate CRC-32 checksum
2022-06-15 Ivailo MonevMerge branch 'master' of ssh://github.com/fluxer/katie
2022-06-15 Ivailo Monevbetter array management via QSTACKARRAY() macro
2022-06-15 Ivailo Monevadd qChecksum() benchmark
2022-06-15 Ivailo Monev-1 is not valid libdeflate compression level
2022-06-15 Ivailo Monevadd qHash() vs qChecksum() benchmark
2022-06-15 Ivailo Monevremove unused qbackingstore_p header inclusion in qwind...
2022-06-15 Ivailo Monevinitialize QWindowSurfacePrivate::image member from...
2022-06-15 Ivailo Monevreplace QWindowSurface::prepareBuffer() with its body
2022-06-15 Ivailo Monevmerge QRasterWindowSurface into QWindowSurface
2022-06-15 Ivailo Monevmanually manage private QRasterWindowSurface data pointer
2022-06-15 Ivailo Monevremove redundant QFontEngineFT and QImage forward decla...
2022-06-15 Ivailo Monevcheck only if input is empty in QByteArray::fromPercent...
2022-06-14 Ivailo Monevmscv is no longer supported
2022-06-14 Ivailo Monevprefix QEasingCurve enums in qeasingcurve source file
2022-06-14 Ivailo Monevdrop Qt::WA_StaticContents widget attribute
2022-06-14 Ivailo Monevqt_memfill<T>() optimization
2022-06-14 Ivailo Monevmemcpy() the bits in QLocalePrivate::bcp47Name()
2022-06-14 Ivailo Monevcheck for program_invocation_short_name variable and...
2022-06-14 Ivailo Monevadd test case for qAddPostRoutine() and qRemovePostRout...
2022-06-14 Ivailo Monevadd QCoreApplication test
2022-06-14 Ivailo Monevpartially revert ce0d2a58d94043e499a53397c29f40c73f13c4ef
2022-06-14 Ivailo Monevdelete move constructor and move operator from Q_DISABL...
2022-06-14 Ivailo Monevlock when calling and updating post-routine functions
2022-06-14 Ivailo Monevuse the custom container for global static lists
2022-06-14 Ivailo Monevset timer ID to invalid after killing the timer in...
2022-06-14 Ivailo Monevuse QPixmapIconEngine for icons with png as suffix
2022-06-13 Ivailo Monevdo not add resource directory to the icon loader theme...
2022-06-13 Ivailo Monevcall QIconPrivate and QPixmapIconEngine constructors
2022-06-13 Ivailo Monevprint the error string that QFile::errorString() return...
2022-06-13 Ivailo Monevremove unused header inclusions in qlibrary source...
2022-06-13 Ivailo Monevcheck if the canonical library/plugin paths are empty
2022-06-13 Ivailo Monevadjust QUiLoader to QCoreApplication changes
2022-06-13 Ivailo Monevdo not use resource files in benchmarks
2022-06-13 Ivailo Monevdo not use resources in QRegExp and QSvgRenderer benchmarks
2022-06-13 Ivailo Monevremove unused QResource methods
2022-06-13 Ivailo Monevmerge qleanlooksstyle and qwindowsstyle resources into...
2022-06-13 Ivailo Monevuse icons from the system icon theme in QFontComboBox
2022-06-13 Ivailo Monevupdate the QFontComboBox model from its constructor
2022-06-13 Ivailo Monevoops, put back the SP_ToolBarHorizontalExtensionButton...
2022-06-13 Ivailo Monevdrop feature to compress resources
2022-06-13 Ivailo Monevuse standard icon for the close tab button in QCommonStyle
2022-06-13 Ivailo Monevadjust svg icon plugin check in QIconLoader constructor
2022-06-13 Ivailo Monevrename svg icon plugin
2022-06-13 Ivailo Monevstabilize tst_QCalendarWidget::buttonClickCheck()
2022-06-13 Ivailo Monevuse icons from the system icon theme in print preview...
2022-06-13 Ivailo Monevwait for the QCalendarWidget widget to be shown in...
2022-06-13 Ivailo Monevdo not export QTreeViewPrivate, QApplicationPrivate...
2022-06-13 Ivailo Monevremove win and symbian leftovers
2022-06-13 Ivailo Monevtest QVariant comparison with nested hash and map objects
2022-06-13 Ivailo Monevinitialize QLabelPrivate members from its constructor
2022-06-12 Ivailo Monevadd QCalendarWidget test
2022-06-12 Ivailo Monevremove code for always false condition in QX11Data...
2022-06-12 Ivailo Monevdo not export QWindowSurface and QRasterWindowSurface...
next