OSDN Git Service

kde/Katie.git
2022-05-17 Ivailo Monevremove unused QtConcurrent filter methods
2022-05-18 Ivailo Monevdrop support for custom QSettings formats
2022-05-17 Ivailo Monevthe default QHostInfo error shall be "Host not found"
2022-05-17 Ivailo Monevbuild fix for the case when QT_NO_SYNTAXHIGHLIGHTER...
2022-05-17 Ivailo Monevby default hosts shall be not found
2022-05-17 Ivailo MonevQHostInfo documentation update
2022-05-17 Ivailo MonevMerge branch 'master' of ssh://github.com/fluxer/katie
2022-05-17 Ivailo Monevremove non-operational async QHostInfo methods and...
2022-05-16 Ivailo MonevBSD workaround round 2
2022-05-16 Ivailo Monevinclude array system header in JSC Vector header
2022-05-16 Ivailo Monevbye QReadLocker, QReadWriteLock and QWriteLocker
2022-05-16 Ivailo Monevreplace the read-write master lock of the D-Bus compone...
2022-05-16 Ivailo Monevdo not lock when reading global meta types
2022-05-16 Ivailo Monevconst-ify variables and use constant iterators in QDecl...
2022-05-16 Ivailo Monevremove unused qreadwritelock header inclusion in qobjec...
2022-05-16 Ivailo Monevbuild with GCC on OpenBSD
2022-05-16 Ivailo MonevKatie no longer support FTP and HTTP(S)
2022-05-16 Ivailo Monevremove unused QDataStream streaming operators for JSC...
2022-05-15 Ivailo Monevuse std::array<char, size> for inline JSC::Vector<T...
2022-05-15 Ivailo Monevworkaround for Plasma desktop crashes on FreeBSD 13...
2022-05-15 Ivailo Monevinitialize JSC::JSFunction::m_data member
2022-05-15 Ivailo Monevinitialize JSC::JSGlobalObject::JSGlobalObjectData...
2022-05-15 Ivailo Monevinitialize JSC::JSGlobalObject::JSGlobalObjectData...
2022-05-15 Ivailo Monevinitialize JSC::JSString::m_stringLength member
2022-05-14 Ivailo Monevremove code for always false conditions
2022-05-07 Ivailo Monevremove win leftovers
2022-05-07 Ivailo Monevuse correct type for socket descriptor in QLocalServer...
2022-05-02 Ivailo Monevstabilize QDrag test
2022-05-02 Ivailo Monevinitialize QElapsedTimer as invalid [ci reset]
2022-05-02 Ivailo Monevremove zlib from WANTLIB in OpenBSD package file
2022-05-02 Ivailo Monevlibdeflate port is now available on OpenBSD
2022-05-01 Ivailo Monevremove default QTableWidget reimplementation and binary...
2022-04-26 Ivailo MonevMerge branch 'master' of ssh://github.com/fluxer/katie
2022-04-26 Ivailo Monevfree decompressor as soon as decompression is done...
2022-04-21 Ivailo Monevdo not duplicate the file-descriptor from QDBusUnixFile...
2022-04-21 Ivailo Monevdo not duplicate the file-descriptor from QDBusUnixFile...
2022-04-18 Ivailo Monevbuild fix
2022-04-18 Ivailo Monevdrop support for using design metrics of fonts
2022-04-18 Ivailo Monevhint monospaced fonts horizontally and vertically
2022-04-16 Ivailo Moneveffectively revert 42f9fe4bdf6322843a80fb3b48675b7ac4b0...
2022-04-16 Ivailo Monevfix QWidget::fontChange() compatibility and remove...
2022-04-11 Ivailo Monevbuild fix for the case when QT_NO_CONCURRENT is defined...
2022-04-11 Ivailo Monevfix runtime warning when rotating non-mono images
2022-04-02 Ivailo Monevdrop support for video and animation elements in svg...
2022-04-02 Ivailo Monevsimplify color parsing in resolveColor() function
2022-03-28 Ivailo Monevmark warning case in QCompleter::setMaxVisibleItems...
2022-03-28 Ivailo Monevadd option to build with external xxHash
2022-03-27 Ivailo Monevadd test case for the previous commit
2022-03-27 Ivailo Monevprioritize file entry stat over fd stat
2022-03-27 Ivailo Monevfix QFile::isSequential() for links
2022-03-23 Ivailo Monevremove win leftovers
2022-03-23 Ivailo Monevremove QUuid class leftovers
2022-03-23 Ivailo Monevupdate URL TLDs table data
2022-03-23 Ivailo Monevtranslations update
2022-03-22 Ivailo Monevfix hash collision when input data has odd length for...
2022-03-22 Ivailo Monevtest QCryptographicHash collisions with short data
2022-03-22 Ivailo Monevdrop QUuid class [ci reset]
2022-03-22 Ivailo Monevnew qRandomUuid() function
2022-03-21 Ivailo Monevoptimize QByteArray streaming
2022-03-21 Ivailo Monevupdate link in QUuid documentation
2022-03-21 Ivailo Monevreset Katie's hashing algorithm state before updating...
2022-03-21 Ivailo Monevdisable copying of QKatHash class
2022-03-21 Ivailo MonevQPluginLoader documentation update
2022-03-20 Ivailo MonevQLibrary documentaiton update
2022-03-20 Ivailo Monevde-duplicate QLibrary code
2022-03-20 Ivailo Monevoptimize QIcon::fromTheme()
2022-03-20 Ivailo Monevdo not create private QLibrary data pointer just to...
2022-03-14 Ivailo Monevrefer to QT_BUFFSIZE in QCryptographicHash documentation
2022-03-14 Ivailo Monevtypo
2022-03-14 Ivailo Monevimplement Katie's hash algorithm as class and split...
2022-03-13 Ivailo Monevadd warning about the custom hash algorithm
2022-03-13 Ivailo MonevQCryptographicHash test to verify incremental and stati...
2022-03-13 Ivailo Monevdrop BLAKE3 in favour of custom hash algorithm
2022-03-11 Ivailo Monevfix possible crash in case null pointer is passed to...
2022-03-11 Ivailo Monevread the file in chunks from filehash utility
2022-03-11 Ivailo Monevutility to compute hash sums for files
2022-03-11 Ivailo Monevdrop BLAKE2b and BLAKE2s in favour of BLAKE3
2022-03-11 Ivailo MonevQCryptographicHash benchmark review
2022-03-11 Ivailo Monevreplace blake2b_explicit_memset() and blake2s_explicit_...
2022-03-11 Ivailo Monevkeyless BLAKE2b and BLAKE2s hash sums optimization
2022-03-11 Ivailo Monevadd support for BLAKE2b and BLAKE2s hash sums
2022-03-11 Ivailo Monevbenchmark all QCryptographicHash algorithms
2022-03-11 Ivailo Monevdo not mark the end of QCryptographicHash as unreachabl...
2022-03-07 Ivailo Monevlock before accessing global QML plugins map
2022-03-07 Ivailo Monevuse typedef instead of struct for global declarative...
2022-03-07 Ivailo Monevuse QStdVector<T> for user events list and de-couple...
2022-03-07 Ivailo Monevreplace hardcoded Qt::MouseButton values with enums
2022-03-07 Ivailo Monevdeal with TODO related to QGraphicsItem data store
2022-03-07 Ivailo Monevremove redundant global static used by QNetworkInterface
2022-03-07 Ivailo Monevimplement QNetworkInterface via getifaddrs() and one...
2022-03-07 Ivailo Monevremove redundant QNetworkInterface::humanReadableName...
2022-03-07 Ivailo Monevbuild fix for hosts without SIOCGIFHWADDR ioctl()
2022-03-06 Ivailo Monevadd QClipboard test
2022-03-06 Ivailo Monevadd QAnimationGroup test
2022-03-05 Ivailo Monevdo not copy socket address structure in qt_socket_getPo...
2022-03-05 Ivailo Monevadd QNetworkInterface test
2022-03-05 Ivailo Monevfill hardware address of QNetworkInterface when QT_HAVE...
2022-03-05 Ivailo MonevQNetworkInterfacePrivate::makeHwAddress() optimization
2022-03-04 Ivailo Monevbuild fix for the case when compiler mode is C++17...
2022-03-04 Ivailo MonevQWorkspace class dismissed
next