OSDN Git Service

kde/Katie.git
2022-11-07 Ivailo Monevremove QImage friend declaration for now non-existing...
2022-11-07 Ivailo Monevexplicitly create X11 pixmap data in QX11PixmapData...
2022-11-07 Ivailo MonevQX11PixmapData::mask() optimization
2022-11-07 Ivailo Monevplug memory leak in QX11PixmapData::toImage()
2022-11-07 Ivailo Monevsimplify alpha checking in QX11PixmapData::fromImage()
2022-11-06 Ivailo Monevtemporary fix for QPixmap::grabWindow()
2022-11-06 Ivailo Moneveffectively revert 3b2f36749730a11d1f058e0e6889a8280b22...
2022-11-04 Ivailo Monevremove unused QString object in QTextStreamPrivate...
2022-11-04 Ivailo Monevfix regression since fabde51fe3b4690ea027b208556a6e80c8...
2022-11-03 Ivailo Monevbuild fix QDataStream test case
2022-11-03 Ivailo Monevensure the type name is streamed as QByteArray in QVari...
2022-11-03 Ivailo Monevfetch the owner and group from the QFile file descripto...
2022-11-03 Ivailo Monevverify that the group name is not empty in tst_QFileInf...
2022-11-03 Ivailo Monevset the QDataStream byte order to big endian in tst_QVa...
2022-11-02 Ivailo Monevminor comment correction
2022-11-02 Ivailo Monevremove unused QTranslatorPrivate member
2022-11-02 Ivailo Monevcache translations on load
2022-11-02 Ivailo Monevremove unused QTextCodec header inclusion in trcmain...
2022-11-02 Ivailo Monevdo not attempt to translate when the data is empty
2022-11-02 Ivailo Monevfaster translations lookup
2022-11-02 Ivailo Monevcall setlocale() to set the characters classification...
2022-11-02 Ivailo Monevfallback to system locale for keyboard input locale...
2022-11-02 Ivailo Monevdo not install empty (invalid) translators
2022-11-02 Ivailo Monevlock when installing and removing translators
2022-11-02 Ivailo Monevuse custom format for translations
2022-11-01 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
2022-11-01 Ivailo Monevremove unused QFileInfoPrivate::FileName enums
2022-11-01 Ivailo MonevFreeBSD package footprint file update
2022-11-01 Ivailo Monevalways read data without intermediate buffer from QIODe...
2022-11-01 Ivailo Monevcorrect function name passed to macro in QIODevice...
2022-11-01 Ivailo Monevuse qt_safe_read() instead of calling the virtual QFile...
2022-11-01 Ivailo Monevdrop support for mapping QFile via mmap()
2022-11-01 Ivailo Monevdo only basic ELF checks from qt_unix_query()
2022-11-01 Ivailo Monevcorrect the buffer size in qRandomUuid() function
2022-11-01 Ivailo Monevdo not remove the file from the EXDEV error codepath...
2022-11-01 Ivailo Monevdeep-copy the charset name in QTextCodec::codecForText()
2022-11-01 Ivailo Monevfix QDir::absoluteFilePath() regression
2022-10-31 Ivailo Monevdo not use QTextCodec::codecForLocale() for converting...
2022-10-31 Ivailo Monevinline toLocal8Bit_helper() function and use it in...
2022-10-31 Ivailo Monevset localecodec variable from QTextCodecPrivate::locale...
2022-10-31 Ivailo Monevkeep reference to the native filepath in QFile::resize()
2022-10-31 Ivailo Monevdo not use QTextCodec::codecForLocale() for converting...
2022-10-31 Ivailo MonevQDataStream documentation update
2022-10-31 Ivailo Monevcompiler warnings fix
2022-10-31 Ivailo MonevQFile review
2022-10-31 Ivailo Monevmerge QAbstractFileEngine into QFile
2022-10-31 Ivailo MonevQT_NO_SIGNALMAPPER config option is no longer broken
2022-10-31 Ivailo Monevremove unused QContiguousCache class
2022-10-31 Ivailo Monevremove unused and ambiguous QDataStream operators
2022-10-31 Ivailo Monevworkaround rename() and renameat2() limitation from...
2022-10-31 Ivailo Monevremove tst_QMainWindow compat test case
2022-10-31 Ivailo Monevuse QDataStream::HostEndian as byte order by default...
2022-10-31 Ivailo Monevset the byte order to big endian when testing with...
2022-10-31 Ivailo Monevset the byte order to big endian when testing with...
2022-10-30 Ivailo Monevuse the QDataStream byteorder member for swap check
2022-10-30 Ivailo Monevthe test data in tst_QVariant::loadUnknownUserType...
2022-10-30 Ivailo Monevset the byte order of the QDataStream objects used...
2022-10-30 Ivailo Monevimplement specialized QAbstractFileEngine methods to...
2022-10-30 Ivailo Monevbuild fix for the case when QT_NO_CALENDARWIDGET or...
2022-10-30 Ivailo MonevQT_NO_IMAGEFORMAT_XPM config option is no longer broken
2022-10-30 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
2022-10-29 Ivailo MonevQFileInfo no longer requires abstraction
2022-10-29 Ivailo MonevFreeBSD package footprint update
2022-10-29 Ivailo Monevremove redundant QAbstractSocket::readLineData() method
2022-10-29 Ivailo Monevremove unused variable in QDirIteratorPrivate::pushDirect()
2022-10-29 Ivailo Monevrequire type/file arguments for QAbstractFileEngine...
2022-10-30 Ivailo Monevremove unused QAbstractFileEngine::entryList() method
2022-10-30 Ivailo Monevremove unused QAbstractFileEngine methods
2022-10-30 Ivailo MonevQDir no longer requires abstraction
2022-10-30 Ivailo Monevremove TODO in QFileSystemModelPrivate::node()
2022-10-29 Ivailo Monevremove now unused QDirIteratorPrivate member
2022-10-29 Ivailo Monevuse only native filesystem iterator in QDirIterator
2022-10-29 Ivailo Monevuninline QAbstractFileEnginePrivate constructor
2022-10-29 Ivailo MonevQAbstractFileEngine and QAbstractFileEngineIterator...
2022-10-29 Ivailo Monevmerge QFSFileEngine into QAbstractFileEngine
2022-10-29 Ivailo Monevremove unused MyEngine class in QFile test
2022-10-29 Ivailo Monevremove unused EngineWithNoIterator class in QDirIterato...
2022-10-29 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
2022-10-29 Ivailo Monevremove code for always false condition
2022-10-29 Ivailo Monevtypo
2022-10-29 Ivailo Monevremove unused QTemporaryFile::createLocalFile() methods
2022-10-29 Ivailo Monevbye RCC
2022-10-29 Ivailo Monevconvert resources to static data
2022-10-29 Ivailo Monevpass the format/subtype to QPpmHandler constructor...
2022-10-29 Ivailo Monevuse the installed images instead of resources for qdbuv...
2022-10-29 Ivailo Monevdo not use resource in QDir benchmark
2022-10-29 Ivailo Monevadjust expected data in QDir benchmark
2022-10-29 Ivailo Monevremove broken benchmarks
2022-10-29 Ivailo Monevadjust expected data in QTextDocument test case
2022-10-29 Ivailo Monevremove tests related to resources (QRC)
2022-10-29 Ivailo Monevremove invalid/unsupported Qt::WindowType enums
2022-10-29 Ivailo Monevremove unused Option::qrcOutputFile member
2022-10-29 Ivailo Monevremove obsolete QAbstractFormBuilder methods
2022-10-28 Ivailo Monevinitialize variable in QDBusConnectionPrivate::deliverC...
2022-10-28 Ivailo Monevremove designer component leftover
2022-10-28 Ivailo Monevremove designer tool
2022-10-28 Ivailo Monevremove redundant QFORMINTERNAL_NAMESPACE definition...
2022-10-28 Ivailo Monevdecouple custom widget classes from designer component
2022-10-28 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
2022-10-28 Ivailo Monevbootstrap MOC does not require QTemporaryFile
next