OSDN Git Service

kde/Katie.git
2023-06-24 Ivailo Monevpass the size of the QByteArray object to QString:...
2023-06-24 Ivailo Monevadd leading slashes for any URL with file scheme
2023-06-23 Ivailo Monevnew QUrl::AddTrailingSlash enum for KUrl
2023-06-22 Ivailo Monevremove encoded QUrl getters and setters
2023-06-22 Ivailo Monevremove obsolete and unused QUrl methods
2023-06-22 Ivailo Monevcall QUrlPrivate constructor
2023-06-21 Ivailo Monevremove redundant destructors
2023-06-15 Ivailo Monevprint the QPluginLoader error string from QFactoryLoade...
2023-06-11 Ivailo Monevrename QDeclarativeView, QDeclarativeComponent and...
2023-06-10 Ivailo Monevchoose boundary reason based on the previous/next char...
2023-06-10 Ivailo Monevsimplify QDeclarativeTextInput::moveCursorSelection()
2023-06-07 Ivailo Monevscope the monotonic clock check to QElapsedTimer::isMon...
2023-06-07 Ivailo Monevdrop QTime methods that have QElapsedTimer equivalent
2023-06-07 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
2023-06-07 Ivailo Monevreplace use of QTime as timer with QElapsedTimer
2023-06-06 Ivailo Monevremove redundant file existence check in QDir::rename()
2023-06-05 Ivailo Monevde-duplicate definition
2023-06-05 Ivailo MonevQPolygonF::toPolygon() optimization
2023-06-05 Ivailo Monevremove redundant QLineEdit and QLineEditPrivate destructors
2023-06-05 Ivailo MonevQImage::colorTable() method optimization
2023-06-05 Ivailo Monevdither_to_Mono() function optimization
2023-06-05 Ivailo Monevinitialize the QGuiPlatformPlugin pointer in qt_guiPlat...
2023-06-05 Ivailo Monevget rid of the (no so internal) QFileDialog hooks
2023-06-04 Ivailo Monevminor QFileDialog optimization and documentation update
2023-06-03 Ivailo Monevcopyright QDebug to me
2023-06-01 Ivailo MonevQJsonDocument::fromJson() optimization
2023-05-31 Ivailo Monevuse the stored native filepath in QFileSystemEngine...
2023-05-31 Ivailo MonevQDir and QDirIterator friendship has been broken
2023-05-31 Ivailo Monevstatic QFile::exists() method optimization
2023-05-31 Ivailo Monevuse QFile::encodeName() and QFile::decodeName() in...
2023-05-31 Ivailo MonevQSettings documentation correction
2023-05-31 Ivailo Monevremove unused QT_MOC definition
2023-05-31 Ivailo Monevremove scripttools component leftovers
2023-05-31 Ivailo Monevdo not copy the float in QDataStream::operator<<()
2023-05-31 Ivailo Monevremove redundant QT_MOC guard in qvariant header
2023-05-30 Ivailo Monevuse proper QString constructor for test string in QJson...
2023-05-30 Ivailo Monevdrop the QVarLengthArray<T> pre-allocation feature
2023-05-30 Ivailo Monevcalculate the data size before allocating storage for...
2023-05-30 Ivailo Monevformat qvarlengtharray header file
2023-05-30 Ivailo Monevassume malloc() does not fail in QVarLengthArray<T...
2023-05-30 Ivailo Monevdebug type build fix
2023-05-30 Ivailo Monevupdate addresses in QtNetworkSettings::serverIPs()
2023-05-30 Ivailo Monevadjust QSocketNotifier test to 719cdd159a65e0067f09781e...
2023-05-29 Ivailo Monevuse QVarLengthArray<T>() instead of QSTACKARRAY() for...
2023-05-29 Ivailo Monevreplace static table and enums with the values they...
2023-05-29 Ivailo Monevformat qsvgiohandler source file
2023-05-29 Ivailo MonevQSvgIOHandler::loadDevice() optimization
2023-05-29 Ivailo Monevsimplify and optimize QSvgIOHandler
2023-05-29 Ivailo Monevrequire subType to be passed to QPpmHandler::canRead()
2023-05-29 Ivailo Monevrequire libdeflate and unbundle it
2023-05-29 Ivailo Monevimplement option for imgconv utility to save the raw...
2023-05-29 Ivailo MonevQTextStream documentation update
2023-05-27 Ivailo Monevreturn QString from QFileSystemEngine::getLinkTarget...
2023-05-27 Ivailo Monevset the QIODevice error from QFile
2023-05-27 Ivailo Monevuse the static QFile::setPermissions() method in QStand...
2023-05-27 Ivailo Monevstatic QFile methods optimizations
2023-05-27 Ivailo Monevremove redundant QIODevicePrivate member
2023-05-27 Ivailo Monevreplace hardcoded enum value in QAbstractSocketEnginePr...
2023-05-27 Ivailo Monevrequire all QAbstractSocketEngine::initialize() arguments
2023-05-27 Ivailo MonevQFileSystemEntry optimization
2023-05-27 Ivailo Monevgenlocale script comment correction
2023-05-27 Ivailo MonevFreeBSD footprint file update
2023-05-27 Ivailo Monevupdate tables data to CLDR v43
2023-05-26 Ivailo Monevpass the scalable icons support QIconLoader member...
2023-05-26 Ivailo Monevpreperations to conditionally check for scalable icons...
2023-05-26 Ivailo Monevadd QIcon benchmark
2023-05-26 Ivailo Monevconst-correct QIconLoader methods
2023-05-26 Ivailo Monevmake QIconLoaderEngineEntry pixmap member private
2023-05-26 Ivailo MonevQIcon documentation update
2023-05-26 Ivailo Monevmark QIconLoaderEngine reimplementations as final
2023-05-25 Ivailo Monevremove declaration of non-existing QIconLoader::dirInfo...
2023-05-25 Ivailo MonevQIconLoaderEngineEntry and QIconLoader friendship has...
2023-05-24 Ivailo MonevREADME update
2023-05-24 Ivailo Monevmark QPixmapIconEngine reimplementations as final,...
2023-05-24 Ivailo MonevresolveColor() function optimization
2023-05-24 Ivailo Monevdrop icon engine plugins support
2023-05-24 Ivailo MonevQIcon documentation update
2023-05-24 Ivailo Monevremove redundant QPaintDevice physical DPI getters
2023-05-24 Ivailo Monevremove unused QWExtra members
2023-05-24 Ivailo Monevdrop auxiliary QImage data
2023-05-24 Ivailo MonevQImage::rgbSwapped() optimization
2023-05-22 Ivailo Monevfix random buffer filling in qRandomUuid() function
2023-05-22 Ivailo Monevprefix the QML state debug config option
2023-05-20 Ivailo Monevuse the QOpacityEffect::cancel() method in qFadeEffect...
2023-05-19 Ivailo MonevFreeBSD footprint file update
2023-05-19 Ivailo Monevuse https://scm.osdn.net/gitroot/kde/Katie.git to clone...
2023-05-19 Ivailo MonevQSettings setup optimization
2023-05-19 Ivailo Monevupdate bundled libdeflate to v1.18
2023-05-19 Ivailo Monevupdate URL TLDs table data
2023-05-19 Ivailo Monevdrop now unused scripttools component
2023-05-18 Ivailo Monevcorrect indentation in rotated270() function
2023-05-18 Ivailo MonevQEasingCurve copy constructor optimization
2023-05-18 Ivailo Monevremove redundant bits in qRandomUuid() function
2023-05-18 Ivailo Monevdrop support for changing QDataStream precision
2023-01-14 Ivailo Monevmark some QThreadPool branches as unlikely
2023-01-14 Ivailo Monevmark QThreadPoolThread::run() as final
2023-01-14 Ivailo Monevformat and indent qthreadpool source file
2023-01-14 Ivailo Monevremove unused and internal QThreadPoolPrivate::stealRun...
2023-01-02 Ivailo Monevsomeone's typo
2022-12-31 Ivailo Monevsave errno before calling any other function in QLocalS...
next