OSDN Git Service

kde/Katie.git
2021-02-14 Ivailo Monevdo not redefine QT_OPEN, QT_READ, QT_WRITE and QT_CLOSE...
2021-02-14 Ivailo Monevuse EINTR_LOOP() macro where possible
2021-02-14 Ivailo Monevremove redundant errno header inclusion in qlocalsocket...
2021-02-14 Ivailo Monevdo not mark overflow cases as unlikely in QLocalePrivate
2021-02-14 Ivailo Monevuse qt_safe_open() and qt_safe_close() in openRX71Device()
2021-02-14 Ivailo Monevremove redundant errno header inclusion in qprocess...
2021-02-14 Ivailo Monevprefix sem_open(), sem_unlink(), sem_close(), sem_post...
2021-02-14 Ivailo Monevuse qt_safe_open() and qt_safe_close() directly in...
2021-02-14 Ivailo Monevuse loop-local variable in qFindByteArray()
2021-02-13 Ivailo Monevdo not reallocate the shared null QList data
2021-02-13 Ivailo Monevremove PCH build option
2021-02-13 Ivailo Monevdisable copying of QMutexPool
2021-02-13 Ivailo Monevremove unused QMutexPool::instance()
2021-02-13 Ivailo Monevattempt to use ccache in AppVeyor environment
2021-02-13 Ivailo Monevsimplify Q_CONSTRUCTOR_FUNCTION() macro
2021-02-13 Ivailo Monevcompiler warning fix
2021-02-13 Ivailo Monevremove obsolete Qt::WindowType enums documentation
2021-02-13 Ivailo Monevremove unused QT_PACKAGEDATE_STR and QT_PACKAGE_TAG...
2021-02-13 Ivailo Monevscope the lock in QTextCodec::codecForName() and QTextC...
2021-02-13 Ivailo Monevobtain only the version via mariadb_config/mysql_config
2021-02-13 Ivailo Monevdo not install libmysqld-dev in CodeQL environment
2021-02-13 Ivailo Monevreset errno before calling strtod(), strtoll() or strto...
2021-02-13 Ivailo Monevremove redundant errno header inclusions
2021-02-12 Ivailo Monevmove QFlag constructor code to its declaration
2021-02-12 Ivailo Monevupdate workflow dependencies
2021-02-12 Ivailo Monevremove code for always false condition in qglobal header
2021-02-12 Ivailo Monevreplace sizeof(void*) with QT_POINTER_SIZE
2021-02-12 Ivailo Monevuse non-recursive lock for QTextCodec
2021-02-12 Ivailo Monevremove redundant condition in QThread::wait()
2021-02-12 Ivailo Monevdo not assume getprogname() returns non-empty string...
2021-02-12 Ivailo Monevattempt to guess application name from /proc/<pid>...
2021-02-12 Ivailo Monevupdate README [ci skip]
2021-02-12 Ivailo Monevupdate README [ci skip]
2021-02-12 Ivailo Monevcorrect QIcuCodec and QJsonDocument copyright
2021-02-12 Ivailo Monevwarning message correction in QIcuCodec::mibEnum()
2021-02-12 Ivailo Monevdo not claim support for codecs with unknown MIB
2021-02-12 Ivailo Monevstore QDataStream floating precision as member
2021-02-11 Ivailo Monevchange TODO to comment
2021-02-11 Ivailo Monevcopy null-terminator from QByteArray::append()
2021-02-11 Ivailo Monevdelete the codecs from the global list itself
2021-02-10 Ivailo Monevreimplement QJsonDocument via Jansson
2021-02-10 Ivailo Monevremove redundant uint constructs in QColorDialog
2021-02-10 Ivailo Monevremove declaration of non-existing QGraphicsEffectSourc...
2021-02-09 Ivailo Monevreturn QByteArray from QX11Info::appClass()
2021-02-09 Ivailo Monevuse pointer instead of Qt::HANDLE comparison in QMetaOb...
2021-02-09 Ivailo Monevremove unused QGraphicsEffectSource methods
2021-02-09 Ivailo Monevremove default QCommonStyle reimplementations
2021-02-09 Ivailo Monevindent QCleanlooksStyle::sizeFromContents()
2021-02-09 Ivailo MonevQXbmHandler does not support QImageIOHandler::SubType
2021-02-09 Ivailo Monevdo everything in single for loop in katie_setup_object()
2021-02-09 Ivailo Monevreplace nullptr with Q_NULLPTR in qt_print_backtrace()
2021-02-09 Ivailo Monevmake X11 I/O and X11 connection failure fatal
2021-02-09 Ivailo Monevrebrand message in QT_REQUIRE_VERSION() macro
2021-02-09 Ivailo Monevdo not reset application pointer before calling QApplic...
2021-02-09 Ivailo Monevget rid of qt_is_gui_used variable
2021-02-09 Ivailo Monevuse QApplication::type() to check the application type...
2021-02-09 Ivailo Monevinitialize qt_is_gui_used variable
2021-02-09 Ivailo Monevremove unused qt_init() argument
2021-02-08 Ivailo Monevdo not store QBrush pixmaps in cache
2021-02-08 Ivailo Monevrestore behavior prior to 7ed51b57419a5f169bcd2923b5ffe...
2021-02-08 Ivailo Monevreduce the image QBrush to the only used case
2021-02-08 Ivailo Monevadd trivial HexString<T>() implementations
2021-02-08 Ivailo Monevreplace construct with enum in null QBrush initializer
2021-02-08 Ivailo Monevreplace 0 with Q_NULLPTR where applicable
2021-02-08 Ivailo Monevfix fallback of QCoreApplication::applicationName()
2021-02-08 Ivailo Monevreplace qGlobalPostedEventsCount() with its body
2021-02-08 Ivailo Monevuse non-shadowing variable name in QIcuCodec::allMibs()
2021-02-08 Ivailo Monevremove optional license exception
2021-02-08 Ivailo Monevdrop text codec plugins support
2021-02-08 Ivailo Monevmerge mkspecs into top-level and macros build files
2021-02-08 Ivailo Monevversion bump
2021-02-08 Ivailo Monevmove QT_NO_DEBUG conditional out of mkspecs
2021-02-05 Ivailo Monevadd link to NetBSD manual pages in CONTRIBUTING file
2021-02-05 Ivailo Monevminor QGraphicsItemPrivate::setExtra() optimization
2021-02-05 Ivailo Monevremove unused QGraphicsItemPrivate::maybeExtraItemCache()
2021-02-05 Ivailo Monevcorrect LGPL-only license header [ci skip]
2021-02-05 Ivailo Monevremove unused and internal extensions API of QGraphicsItem
2021-02-05 Ivailo Monevcomment out debug code in tst_QFontDatabase::fixedPitch()
2021-02-05 Ivailo Monevremove unused QSvgTinyDocument::preserveAspectRatio()
2021-02-05 Ivailo Monevupdate copyright to ease maintaince [ci skip]
2021-02-05 Ivailo Monevadd QFontDatabase test
2021-02-05 Ivailo Monevremove unused QSvgTinyDocument members
2021-02-05 Ivailo Monevmark warning cases in QSvgGenerator and QSvgPaintEngine...
2021-02-05 Ivailo Monevproperly initialize QSvgPaintEnginePrivate members
2021-02-04 Ivailo Monevcorrect debug and error messages in QFileSystemWatcherE...
2021-02-04 Ivailo Monevdo not set compiler standard from mkspecs
2021-02-04 Ivailo Monevsync QTextCodec::ConverterState copy
2021-02-04 Ivailo Monevremove redundant QCoreApplicationPrivate::aboutToQuitEm...
2021-02-03 Ivailo Monevfalltrough in QPrinter::paperSize()
2021-02-03 Ivailo Monevuse QByteArray::constData() in QMetaObject::connectSlot...
2021-02-03 Ivailo Monevmake paper size table consistent with other tables
2021-02-03 Ivailo Monevremove unused qSizeFTopaperSize() function
2021-02-02 Ivailo Monevobtain open files limit via sysconf()
2021-02-02 Ivailo Monevsimplify QLocalSocket::waitForConnected()
2021-02-02 Ivailo Monevavoid temporary in stringToList() function
2021-02-02 Ivailo Monevremove unused QTgaFile::errorMessage()
2021-02-02 Ivailo MonevRevert "use poll() instead of select() where possible"
2021-02-02 Ivailo Monevmark QBearerEngine::hasIdentifier() as const
2021-02-02 Ivailo MonevmarkQGlobalNetworkProxy::applicationProxy() and markQGl...
2021-02-01 Ivailo Monevmark QSocks5BindStore::contains() as const
next