OSDN Git Service

kde/Katie.git
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
2022-03-04 Ivailo Monevlarge and transparent image samples for QImageReader...
2022-03-04 Ivailo Monevimplement quality option for Katie image format and...
2022-03-03 Ivailo Monevcorrect definition for conditional QTabWidget feature
2022-03-03 Ivailo Monevfix possible crash when session manager property is...
2022-03-03 Ivailo Monevdo not detach ID variable in QSessionManager constructor
2022-03-03 Ivailo Monevtranslations update [ci skip]
2022-03-03 Ivailo Monevreduce the size of private QImageReader and QImageWrite...
2022-03-03 Ivailo Monevfilter duplicate MIME types from plugins with multiple...
2022-03-03 Ivailo Monevdo not compute hash after QCryptographicHash::reset...
2022-03-03 Ivailo Monevnew QImageReader::formatForMimeType() and QImageWriter...
2022-03-03 Ivailo Monevadd note in which version QImageReader::supportedMimeTy...
2022-03-03 Ivailo Monevnew required virtual method to get MIME types for image...
2022-03-02 Ivailo Monevincremental hashing optimization
2022-03-02 Ivailo Monevbrief Katie image format documentation
2022-03-01 Ivailo Monevoops, copy-pasta
2022-03-01 Ivailo Monevmove variable closer to the scope it is used in QPdfBas...
2022-03-01 Ivailo MonevQT_NO_CUPS option does not require QT_NO_PRINTER
2022-03-01 Ivailo Monevenable QPrintDialog print button only if printer is...
2022-03-01 Ivailo Monevdrop support for printing to file
2022-03-01 Ivailo Monevdo not return current PPD from QCUPSSupport::setCurrent...
2022-03-01 Ivailo Monevuse QImage::Format_ARGB32_Premultiplied image format...
2022-03-01 Ivailo Monevdo not build the Katie image format handler if QT_NO_IM...
2022-02-28 Ivailo Monevtypo
2022-02-28 Ivailo MonevKatie image format optimization
2022-02-28 Ivailo Monevsimplify raster pixmap creation from image
2022-02-28 Ivailo Monevunroll qt_memfill<T,T>() to 8 operations per-loop when...
2022-02-28 Ivailo Monevpng header peeking optimization
2022-02-28 Ivailo Monevuse proper QString constructor in QCUPSSupport::unicode...
2022-02-28 Ivailo Monevreplace resolveCups() function with its body
next