OSDN Git Service

do not copy socket address structure in qt_socket_getPortAndAddress() function
[kde/Katie.git] / src / declarative /
2022-02-28 Ivailo Monevdrop unused QQuaternion class [ci reset]
2022-02-27 Ivailo Monevbuild fix for the case when QT_NO_VECTOR2D, QT_NO_VECTO...
2022-02-26 Ivailo Monevbuild fix for the case when QT_NO_QUATERNION is defined
2022-02-21 Ivailo Monevdrop SSL support
2022-02-19 Ivailo Monevdrop declarative component network support [ci reset]
2022-01-11 Ivailo Monevdrop QTextLayout pre-edit support
2022-01-10 Ivailo Monevuse GNU FreeFont as last resort font
2022-01-09 Ivailo Monevdrop support for letter and word spacing via font ...
2022-01-04 Ivailo Monevalways allocate text engine layout data on the heap
2022-01-02 Ivailo Monevbuild fix
2022-01-01 Ivailo Monevdrop support for loading fonts from memory
2021-12-29 Ivailo Monevdrop support for character casing via QFont
2021-12-20 Ivailo Monevdo not catch allocation failure and other misc exceptions
2021-12-14 Ivailo Monevdrop support for bmp, ico, tga, jpeg and tiff
2021-11-24 Ivailo Monevreplace QFile::exists() with QStatInfo::isFile() where...
2021-11-23 Ivailo Monevdrop bogus fast declarative properties support
2021-11-23 Ivailo Monevlock before accessing global metatype data in QDeclarat...
2021-11-23 Ivailo Monevremove code for always false condition in QDeclarativeT...
2021-11-23 Ivailo Monevremove code for always false condition in QDeclarativeI...
2021-11-21 Ivailo Monevoops
2021-11-21 Ivailo Monevget rid of QDesktopServices [ci reset]
2021-11-21 Ivailo Monevexplicitly compare qstrcmp()/qstrncmp() return values...
2021-11-21 Ivailo Monevremove unused QDeclarativeCompiledBindingsPrivate:...
2021-11-20 Ivailo Monevremove experimetnal code from declarative component
2021-11-20 Ivailo Monevreplace QFileInfo with QStatInfo in QDeclarativeImports...
2021-11-20 Ivailo Monevremove another QRC hack in QDeclarativeTypeLoader:...
2021-11-20 Ivailo Monevremove unused and duplicate headers inclusions in qdecl...
2021-11-20 Ivailo Monevunroll loop to the only possible case in QDeclarativeIm...
2021-11-20 Ivailo Monevremove QRC hack in QDeclarativeImportDatabase::resolveP...
2021-11-20 Ivailo Monevdrop QRC support in declarative component
2021-11-20 Ivailo Monevdrop support for SCI border images
2021-11-12 Ivailo Monevmark type name to type table in ProcessAST::visit(...
2021-11-12 Ivailo Monevtypo
2021-11-11 Ivailo Monevassume qmldir files do not contain unicode characters
2021-11-10 Ivailo Monevconstruct filepath string via QString::fromLocal8Bit...
2021-11-10 Ivailo Monevremove unused qmldir section types support
2021-11-02 Ivailo Monevdo not copy color in QDeclarativeRectangle::generateRou...
2021-10-03 Ivailo Monevconstruct color from enum in QDeclarativePen constructor
2021-09-30 Ivailo Monevremove unused QPODVector::insertBlank() method
2021-09-30 Ivailo Monevuse Q_DISABLE_COPY() macro to disable copying of QPODVector
2021-09-16 Ivailo Monevremove no-op touch devices support [ci reset]
2021-08-30 Ivailo Monevavoid QByteArray resizing
2021-08-06 Ivailo Monevget rid of Q_NULLPTR definition [ci reset]
2021-07-11 Ivailo Monevremove redundant qmutex/qmutexpool_p header inclusions
2021-03-26 Ivailo Monevdo not register unavailable XML modules
2021-03-25 Ivailo Monevindent QDeclarativeState::containsPropertyInRevertList()
2021-03-18 Ivailo Monevremove unused QDeclarativeJS::integerFromString() funct...
2021-03-01 Ivailo Monevmake use of const QObjectPrivate getter
2021-02-18 Ivailo Monevdrop support for buttons without X11 definition
2021-02-13 Ivailo Monevremove PCH build option
2021-02-08 Ivailo Monevremove optional license exception
2021-02-05 Ivailo Monevcorrect LGPL-only license header [ci skip]
2021-02-05 Ivailo Monevupdate copyright to ease maintaince [ci skip]
2021-01-27 Ivailo Monevcall QList and QVector constructors in classes inheriti...
2021-01-07 Ivailo Monevremove redundant QT_BEGIN_HEADER and QT_END_HEADER...
2021-01-06 Ivailo Monevmake some header guards consistent
2021-01-06 Ivailo Monevremove redundant qglobal header inclusion in qdeclarati...
2021-01-01 Ivailo Monevcopyright update
2020-12-29 Ivailo Monevrebrand messages in QDeclarativeUtilModule::defineModule()
2020-12-27 Ivailo Monevremove redundant QDeclarative_isFileCaseCorrect()
2020-12-27 Ivailo Monevsimplify DEFINE_BOOL_CONFIG_OPTION() macro
2020-12-27 Ivailo Monevremove unused QDeclarativeKeysAttachedPrivate::imeItem...
2020-12-27 Ivailo Monevoptimize QDeclarativeKeysAttached::keyPressed()
2020-12-25 Ivailo Monevremove unused Ecma::RegExp::flagsToString()
2020-12-25 Ivailo Monevremove unused QDeclarativeCompiledData::customTypeData...
2020-12-24 Ivailo Monevremove unused custom types converting feature of QDecla...
2020-12-23 Ivailo Monevshell scripts and parser files copyright update
2020-12-20 Ivailo Monevimplement PCH build option for components
2020-12-10 Ivailo Monevmerge KatieLibraryTargets and KatieBinaryTargets exports
2020-12-09 Ivailo Monevinitialize static variables
2020-12-09 Ivailo Monevrework QKeyMapper
2020-12-01 Ivailo Monevplace all private headers in single directory
2020-11-17 Ivailo Monevget rid of q_check_ptr()
2020-11-17 Ivailo Monevqconfig header review
2020-11-15 Ivailo Monevmark MinimumFlickVelocity variable as static
2020-11-08 Ivailo Monevminor QDeclarativeQtScriptExpression::updateGuards...
2020-10-25 Ivailo Monevcompiler warning fix
2020-10-25 Ivailo Monevoptimize QLibrary::isLibrary()
2020-10-25 Ivailo Monevdrop support for proprietary and discontinued operating...
2020-04-09 Ivailo Monevmark some helper functions as static and variables...
2020-03-09 Ivailo Monevalways use full paths for installation
2020-02-12 Ivailo Monevremove unused QDeclarativeJS::NodePool::m_codeCache...
2020-01-30 Ivailo MonevMerge branch 'master' of https://github.com/fluxer...
2020-01-30 Ivailo Monevremove unused QDeclarativeScriptEngine::namedNodeMapCla...
2020-01-28 Ivailo Monevmove default switch case to the bottom in QDeclarativeI...
2020-01-28 Ivailo Monevrework QDeclarativeKeysAttached::keyPressed() signal...
2020-01-28 Ivailo Monevremove redundant math header inclusion in qdeclarativeg...
2020-01-28 Ivailo Monevremove unused QDeclarativeGridViewPrivate::fixCurrentVi...
2020-01-28 Ivailo Monevremove unused QDeclarativeBindingPrivate::deleted member
2020-01-27 Ivailo Monevremove unused QDeclarativeCompiledData::pack()
2020-01-22 Ivailo Monevreplace some tabs with space
2020-01-19 Ivailo Monevsimplify inline if/else statements
2020-01-18 Ivailo Monevrebrand interface names and drop deprecated D-Bus annot...
2020-01-10 Ivailo Monevintroduce qFmod() math function
2020-01-08 Ivailo Monevupdate Shell scripts and .cmake files copyright
2020-01-06 Ivailo Monevreplace Q_ASSERT(0) with Q_ASSERT(false)
2020-01-02 Ivailo Monevcompelete headers compatibility map
2019-12-31 Ivailo Monevmerge .cmake into CMakeLists.txt files
2019-12-31 Ivailo Monevinclude moc-generated files as local headers
2019-12-31 Ivailo Monevremove redundant QDeclarativeAbstractAnimationPrivate...
next