OSDN Git Service

kde/Katie.git
2022-06-12 Ivailo Monevremove code for always false condition in QLibraryPrivate
2022-06-12 Ivailo Monevappend the plugins installation path to the application...
2022-06-12 Ivailo Monevcheck if the key passed to QFactoryLoader::instance...
2022-06-12 Ivailo Monevdelete the private QLibrary data pointer if library...
2022-06-12 Ivailo Monevdrop QLibrary methods taking version as argument
2022-06-12 Ivailo Monevdo not store the plugin version as QLibraryPrivate...
2022-06-12 Ivailo Monevremove declaration of non-existing QLibraryPrivate...
2022-06-12 Ivailo Monevfix possible use-after-free in qt_unix_query() function
2022-06-12 Ivailo Monevdo not store the section table index in temporary
2022-06-12 Ivailo MonevQPluginLoader documentation update
2022-06-12 Ivailo Monevremove unused header inclusions
2022-06-12 Ivailo Monevtypo
2022-06-12 Ivailo Monevcheck if the plugin is actually a plugin from QPluginLo...
2022-06-12 Ivailo Monevreuse QLibrary instances that are not unloaded
2022-06-12 Ivailo Monevremove now redundant factory interface classes
2022-06-12 Ivailo Monevessentially QFactoryLoader and QLibrary rewrite
2022-06-12 Ivailo Monevappend paths from LD_LIBRARY_PATH to the application...
2022-06-11 Ivailo Monevdo not export QGraphicsEffectPrivate class
2022-06-11 Ivailo Monevexport QGraphicsEffectSource class only for tests
2022-06-11 Ivailo Monevdepth of QImage objects passed to qt_grayscale() should...
2022-06-11 Ivailo MonevQSettings does not need QObject as base class
2022-06-11 Ivailo MonevQFactoryLoader does not need QObject as base class
2022-06-11 Ivailo Monevrename qfcvt() and qecvt() functions
2022-06-11 Ivailo Monevmark the invalid day and month name queries in QLocale...
2022-06-11 Ivailo MonevQCalendarWidget first day of the week and weekend days...
2022-06-11 Ivailo Monevremove unused QLocale list patterns related method
2022-06-11 Ivailo Monevresize the offset vector to the captured texts size
2022-06-11 Ivailo Monevmatch parts of the string too from JSC regex
2022-06-11 Ivailo Monevoops, fix the match length for matches other than the...
2022-06-11 Ivailo Monevde-duplicate code
2022-06-11 Ivailo Monevinitialize QApplicationPrivate::session_manager member
2022-06-11 Ivailo Monevremove unused QLocale quotation related methods and...
2022-06-10 Ivailo Monevreplace std::regex with QRegExp
2022-06-10 Ivailo MonevQByteArray::toLower() and QByteArray::toUpper() optimiz...
2022-06-10 Ivailo Monevde-duplicate code
2022-06-10 Ivailo MonevQLocale documentation update
2022-06-10 Ivailo MonevBCP 47 locale names are sequence of US-ASCII characters
2022-06-10 Ivailo Monevremove unused QLocale currency related methods and...
2022-06-10 Ivailo Monevuse proper containers instead of converting
2022-06-10 Ivailo Monevuse QStdVector<T> instead of QList<T> in QTcpServerPrivate
2022-06-10 Ivailo Monevuse QStdVector<T> in QScriptValueIterator
2022-06-10 Ivailo Monevbuild fix for the case when QT_STRICT_ITERATORS is...
2022-06-10 Ivailo Monevbuild fix for the case when QT_STRICT_ITERATORS is...
2022-06-10 Ivailo Monevbuild fix for the case when QT_STRICT_ITERATORS is...
2022-06-10 Ivailo Monevinclude now required system list headerin QStringList...
2022-06-10 Ivailo Monevdrop methods to convert from and to std::list<T> and...
2022-06-10 Ivailo Monevremove now redundant class-memaccess compiler warning...
2022-06-10 Ivailo Monevbuild fix for the case when QT_NO_TRANSLATION is defined
2022-06-10 Ivailo Monevremove code for always false condition
2022-06-10 Ivailo Monevinitialize QScriptAnalysis members
2022-06-09 Ivailo Monevcall constructors when creating types from QVarLengthAr...
2022-06-09 Ivailo Monevdo not covert the intersection set to QList<T> and...
2022-06-09 Ivailo Monevde-duplicate code
2022-06-09 Ivailo Monevdo not use global static settings object
2022-06-09 Ivailo Monevensure pointers created via QMetaType::construct()...
2022-06-09 Ivailo Monevmark the no type name case in QMetaType::unregisterType...
2022-06-09 Ivailo Monevmark the no type name, destructor or constructor cases...
2022-06-09 Ivailo Monevremove redundant qreal meta type registration in QTimeL...
2022-06-09 Ivailo Monevremove redundant qreal meta type registration in QTimeL...
2022-06-09 Ivailo Monevremove QTimeLine::CurveShape enum, property setter...
2022-06-09 Ivailo Monevsomeone's typo
2022-06-09 Ivailo Monevdeclare builtin meta types without namespace switching
2022-06-08 Ivailo Moneveffectively revert 42c06ab3683f2a80e9587f0e1c68e76214141960
2022-06-08 Ivailo Monevan incomplete icon theme
2022-06-08 Ivailo Monevwhat icon theme is installed in AppVeyor enrvironment?
2022-06-08 Ivailo Monevbetter system icon theme detection
2022-06-08 Ivailo Monevmark fatal cases as unlikely
2022-06-08 Ivailo Monevremove unused QVariant::Handler members [ci reset]
2022-06-08 Ivailo Monevcall FcFini() only when build for debugging
2022-06-08 Ivailo MonevQFixed is not exactly POD type
2022-06-08 Ivailo Monevinitialize QRegionSpan members
2022-06-08 Ivailo Monevglyph_metrics_t, QGlyphJustification, QScriptItem and...
2022-06-08 Ivailo Monevpre-allocate one QScriptItem object
2022-06-08 Ivailo Monevuse QVarLengthArray<T> instead of QVector<T> in text...
2022-06-08 Ivailo MonevQScriptItem does not have move-constructor
2022-06-08 Ivailo MonevQRegExp QDataStream streaming operator optimization
2022-06-08 Ivailo MonevQVariant rewrite round 2
2022-06-08 Ivailo Monevensure the automatically picked up system icon theme...
2022-06-08 Ivailo Monevskip the QFileIconProvider::iconType() test case if...
2022-06-08 Ivailo Monevensure invalid QVariant objects are not casted
2022-06-07 Ivailo Monevplug fonconfig memory leaks
2022-06-07 Ivailo Monevuse folder-remote icon for QStyle::SP_DriveNetIcon
2022-06-07 Ivailo Monevimplement methods to get and set plugin paths
2022-06-07 Ivailo MonevQFileIconProvider::iconInfo() test case now requires...
2022-06-07 Ivailo Monevremove unused style images
2022-06-07 Ivailo Monevuse icons from the system icon theme
2022-06-07 Ivailo MonevQTanslator no longer needs QObject as base class
2022-06-07 Ivailo Monevdo not copy the variant before checking if it can be...
2022-06-07 Ivailo Monevremove now redundant compareNumericMetaType<T>() template
2022-06-07 Ivailo Monevreplace QVariant::cmp() method with its body
2022-06-06 Ivailo Monevessentially QVariant rewrite
2022-06-06 Ivailo Monevremove unused parseNumberTriplet() function
2022-06-06 Ivailo Monevassume QML_FLICK_OVERSHOOT, QML_FLICK_SAMPLEBUFFER...
2022-06-06 Ivailo Monevde-duplicate QML_FLICK_SNAPONETHRESHOLD definition
2022-06-06 Ivailo Monevcast the private brush data pointer before deleting...
2022-06-06 Ivailo Monevoptimize QEasingCurve assignment from other QEasingCurv...
2022-06-06 Ivailo Monevprefix the warning message with the class name in QEasi...
2022-06-06 Ivailo Monevrename getEnvName() and getEnvListName() functions...
2022-06-06 Ivailo Monevuse getEnvListName() function in QStandardPaths::findEx...
2022-06-06 Ivailo Monevfill XDG dirs map on demand
next