OSDN Git Service

kde/Katie.git
2022-11-20 Ivailo Monevsimplify QKeyMapper::clearMappings() and do not use...
2022-11-20 Ivailo MonevQFontDatabase optimizations
2022-11-20 Ivailo Monevdo not set the internal QApplicationPrivate::styleOverr...
2022-11-20 Ivailo Monevshow preview even of the desktop style
2022-11-20 Ivailo Monevlock QSettings files via flock()
2022-11-20 Ivailo Monevadd QSidebar test
2022-11-20 Ivailo Moneveffectively revert c3c697ea5b4e141f08c4607955f085c49667b806
2022-11-20 Ivailo Monevuse patternForFont() in getFcPattern() and rename getFc...
2022-11-20 Ivailo Monevfix regression since 81cc2609442d5ee1e445040d9863e25389...
2022-11-19 Ivailo Monevbuild fix for the case when QT_NO_TEMPORARYFILE is...
2022-11-19 Ivailo MonevQT_NO_WIZARD config option is no longer broken
2022-11-19 Ivailo Monevadjust expected result in QFontDatabase test case
2022-11-19 Ivailo Monevquery all fonts to get the styles for font family from...
2022-11-19 Ivailo Monevcheck if qt_x11Data pointer is valid before using its...
2022-11-19 Ivailo Monevremove now unused QFontFamily struct
2022-11-19 Ivailo Monevcompiler warning fix
2022-11-19 Ivailo Monevplug QFontDatabase memory leak
2022-11-19 Ivailo Monevcompiler warning fix
2022-11-19 Ivailo MonevQFontDatabase review
2022-11-19 Ivailo Monevquery fontconfig directly from QFontDatabase
2022-11-19 Ivailo Monevinline qt_pixelSize() function
2022-11-19 Ivailo Monevscale the fontconfig weight value to QFont::Weight...
2022-11-19 Ivailo Monevremove compat QFontDatabase methods
2022-11-19 Ivailo Monevde-duplicate QFontDatabase code
2022-11-19 Ivailo Monevadd case-sensitivity test for QFontDatabase
2022-11-19 Ivailo Monevde-duplicate QFontDatabase code
2022-11-19 Ivailo Monevconst-ify QFontDatabase::styleString() methods
2022-11-18 Ivailo Monevtest case for converting QFont from and to QString
2022-11-18 Ivailo Monevadd config file for testing X 16 bit depth support
2022-11-18 Ivailo Monevupdate comment in QVariant test data
2022-11-18 Ivailo Monevzero-copy QX11Data::copyXImageToQImage() for some cases
2022-11-18 Ivailo MonevQX11Data::copyXImageToQImage() optimization
2022-11-18 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
2022-11-18 Ivailo Monevspecial-case QImage::Format_RGB16 with different bytes...
2022-11-18 Ivailo Monevremove QTextDecoder and QTextEncoder leftovers
2022-11-18 Ivailo Monevconvert the SVG image to QImage::Format_ARGB32_Premulti...
2022-11-18 Ivailo Monevdrop noop SVG quality implementation
2022-11-18 Ivailo Monevremove redundant QCompleter::event() reimplementation
2022-11-18 Ivailo Monevremove unused QPdf::generateLinearGradientShader()...
2022-11-17 Ivailo Monevremove unused QFontSubset::toTruetype() method
2022-11-17 Ivailo Monevcorrect logic in isStyleMatch() function
2022-11-17 Ivailo Monevload the application font as last resort instead of...
2022-11-17 Ivailo Monevremove now bogus QFont test
2022-11-17 Ivailo Monevdo not add the last resort font to the pattern when...
2022-11-17 Ivailo Monevminor QFont documentation review
2022-11-17 Ivailo Monevdo not add fonts with empty style to the database
2022-11-17 Ivailo Monevquery and set font pixel size from QFontDatabase
2022-11-17 Ivailo Monevpreperations to drop QFontInfo
2022-11-17 Ivailo Monevresolve family aliases from QFontDatabase methods
2022-11-17 Ivailo Monevfix font style matching in QFontDatabase::font() and...
2022-11-17 Ivailo Monevset the pitch of the font from QFontDatabase::font()
2022-11-17 Ivailo Monevexport qt_getClipRects() only for the QRegion test
2022-11-17 Ivailo Monevmove qt_getClipRects() function to qregion source file...
2022-11-16 Ivailo Monevlock before accessing the custom meta types global...
2022-11-16 Ivailo MonevRevert "always allocate QGlyphLayout data on the heap"
2022-11-16 Ivailo Monevalways allocate QGlyphLayout data on the heap
2022-11-16 Ivailo Monevadd thread-safety test for QFontDatabase
2022-11-16 Ivailo MonevQFontDatabase test review
2022-11-16 Ivailo Monevdo not assume FcObjectSetCreate(), FcPatternCreate...
2022-11-16 Ivailo Monevreplace hardcoded QFont::Unstretched value with the...
2022-11-16 Ivailo Monevassume the codec MIB is in the table in QTextCodec...
2022-11-15 Ivailo Monevremove unused headers inclusions in qfont source file
2022-11-15 Ivailo Monevuse the QPixmap::scaled() method in QMoviePrivate:...
2022-11-15 Ivailo Monevuse QVector for the QMetaMethod list in qInvokeTestMeth...
2022-11-15 Ivailo Monevmove QTextConverter::ConversionFlag documentation bello...
2022-11-15 Ivailo Monevmove constructor and destructor to the top in qfontdata...
2022-11-15 Ivailo Monevread PNG rows directly into QImage allocated memory
2022-11-15 Ivailo Monevcache system fonts on per QFontDatabase object basis
2022-11-14 Ivailo Monevdrop support for registering custom QVariantAnimation...
2022-11-14 Ivailo Monevqconfig header update
2022-11-14 Ivailo Monevremove unused QErrorMessage class
2022-11-14 Ivailo Monevdo not store the hinting flags in QFontEngineFT
2022-11-14 Ivailo Monevtranslations update
2022-11-14 Ivailo Monevupdate URL TLDs table data
2022-11-14 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
2022-11-14 Ivailo Monevprepare genlocale.py script for CLDR v42
2022-11-14 Ivailo MonevFreeBSD package footprint file update
2022-11-14 Ivailo Monevadd QChar enum for unicode v15.0
2022-11-14 Ivailo Monevupdate unicode data tables to v15.0
2022-11-14 Ivailo Monevinclude system locale header for setlocale() and LC_CTY...
2022-11-14 Ivailo Monevremove unused qsettings header inclusion in qcommonstyl...
2022-11-14 Ivailo Monevremove redundant Q_EXPORT_PLUGIN2() macro
2022-11-14 Ivailo MonevREADME update
2022-11-14 Ivailo Monevremove now unused plugin verification section and data
2022-11-14 Ivailo Monevremove redundant handle check in QLibrary::unload()
2022-11-14 Ivailo Monevcompiler warnings fix
2022-11-14 Ivailo Monevremove redundant QSettings forward-declaration in qlibr...
2022-11-14 Ivailo Monevreplace internal loadDocument<T>() function with its...
2022-11-14 Ivailo MonevQIconLoader doesn't need QObject as base class
2022-11-14 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
2022-11-14 Ivailo Monevreplace QCursorData::setBitmap() with its body
2022-11-14 Ivailo Monevremove resource system leftovers in QPixmapIconEngine...
2022-11-14 Ivailo Monevuse the stored pixmap mask in QCursor::handle()
2022-11-14 Ivailo MonevQCursor rewrite
2022-11-13 Ivailo Monevensure the QVariant type is QVariant::String in ini_set...
2022-11-13 Ivailo Monevdo not register QColor, QVector2D, QVector3D and QVecto...
2022-11-13 Ivailo Monevdocument internal QFontDatabase methods as such
2022-11-13 Ivailo Monevmark qt_FcPatternToQFontDef() function as static
2022-11-13 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
2022-11-13 Ivailo Monevinitialize values in QFont streaming operator
next