OSDN Git Service

kde/Katie.git
2020-01-15 Ivailo Monevadd ftp, net, ipv6 and www to CATEGORIES in FreeBSD...
2020-01-15 Ivailo Monevcorrect PGSQL_USES in FreeBSD package files [ci skip]
2020-01-15 Ivailo Monevrequire C++11-capable compiler in FreeBSD package files...
2020-01-15 Ivailo Monevmake MySQL and PostgreSQL options in FreeBSD package...
2020-01-15 Ivailo Monevspecify the exceptions license as custom in FreeBSD...
2020-01-15 Ivailo Monevadd pkgconfig, mysql, pgsql and desktop-file-utils...
2020-01-15 Ivailo Monevremove virtual specifier from internal QCoreApplication...
2020-01-15 Ivailo Monevuse getprogname() if available in QCoreApplicationPriva...
2020-01-15 Ivailo Monevremove unused qt_locale_initialized variable
2020-01-15 Ivailo Monevset QT_LARGEFILE_SUPPORT in parent scope from katie_che...
2020-01-15 Ivailo Monevsuffix tools when building package for FreeBSD to avoid...
2020-01-15 Ivailo Monevmake katie_check_function64() function and correct...
2020-01-15 Ivailo Monevreplace while() with for() loop in createReadHandlerHel...
2020-01-15 Ivailo Monevavoid temporary in QImageWriter::supportedImageFormats()
2020-01-15 Ivailo Monevremove redundant image format plugins
2020-01-15 Ivailo Monevreplace qabstractfileengine with qfsfileengine header...
2020-01-15 Ivailo Monevcheck if platform provides 64-bit offset functions
2020-01-15 Ivailo Monevadd sqlite to USES in FreeBSD package files
2020-01-15 Ivailo Monevobtain maximum hostname length via sysconf() in QHostIn...
2020-01-15 Ivailo Monevenable Large File Support (LFS) based on _LARGEFILE64_S...
2020-01-14 Ivailo Monevremove _POSIX_MONOTONIC_CLOCK definition check from...
2020-01-14 Ivailo Monevcheck if host provides fcvt() and ecvt(), use copies...
2020-01-14 Ivailo Monevinclude time header for tzset() in qcorecommon_p header
2020-01-14 Ivailo Monevadd FreeBSD package files [ci skip]
2020-01-14 Ivailo Monevadd BSD license to Debian package copyright file and...
2020-01-14 Ivailo Monevuse proper type for QFile::fileEngine member
2020-01-14 Ivailo MonevRevert "pass size of string to QString::fromLocal8Bit...
2020-01-14 Ivailo Moneveffectively revert 653549b4e4933a4725768406da08c6aee1cb2eb6
2020-01-14 Ivailo Monevmark QIODevice warning cases as unlikely
2020-01-13 Ivailo Monevremove unused QFileSystemEngine::setPermissions() argument
2020-01-13 Ivailo Monevavoid temporary in QDir::filePath()
2020-01-13 Ivailo Monevfix const-correctness of QDir::refresh()
2020-01-13 Ivailo Monevreplace QDirPrivate::getFilterSepChar() and QDirPrivate...
2020-01-13 Ivailo Monevclarify note about BOM removal in QIcuCodec::convertToU...
2020-01-13 Ivailo Monevdetect Shell to be used as shebang for profile, exec...
2020-01-13 Ivailo Monevoptimize QPNGImageWriter::writeImage()
2020-01-13 Ivailo Monevreuse QDir object in QFactoryLoader::updateDir()
2020-01-13 Ivailo Monevuse plain assignment in QTextStreamPrivate::saveConvert...
2020-01-13 Ivailo Monevreplace 0 with Q_NULLPTR in QXmlInputSource, QXmlDefaul...
2020-01-13 Ivailo Monevuse uninitialized buffer with QT_BUFFSIZE as size in...
2020-01-13 Ivailo Monevremove unused QXmlInputSourcePrivate member
2020-01-13 Ivailo Monevrework internal QTextStream converter state save/restore
2020-01-13 Ivailo Monevindent QDBusDemarshaller::toStringList()
2020-01-13 Ivailo Monevavoid passing QSettings pointer as argument to QLibrary...
2020-01-13 Ivailo Monevremove redundant DBUS_TYPE_UNIX_FD checks
2020-01-13 Ivailo Monevremove BOMs if QTextCodec::ConverterState has QTextCode...
2020-01-13 Ivailo Monevsync stub QTextCodec class version with non-stub
2020-01-13 Ivailo Monevremove redundant const_cast<> in qobject_cast<>() function
2020-01-12 Ivailo Monevuse foreach() for iteration in QPollingFileSystemWatche...
2020-01-12 Ivailo Monevmove QFileSystemWatcher initialization from QFileSystem...
2020-01-12 Ivailo Monevuse __PRETTY_FUNCTION__ for Q_FUNC_INFO when compiler...
2020-01-12 Ivailo Monevremove tmake comments from qobjectdefs header
2020-01-12 Ivailo Monevuse QSettings::NativeFormat as default for QSettings...
2020-01-12 Ivailo Monevoptimize QFileSystemWatcher
2020-01-12 Ivailo Monevreplace 0 with Q_NULLPTR in QFileSystemWatcherPrivate...
2020-01-12 Ivailo Monevreplace _POSIX_MONOTONIC_CLOCK definition with QElapsed...
2020-01-12 Ivailo Monevmake use of qt_error_string() in QSystemError::toString...
2020-01-12 Ivailo Monevupdate translations [ci skip]
2020-01-12 Ivailo Monevset QFSFileEnginePrivate::tried_stat to proper type...
2020-01-12 Ivailo Monevremove redundant int() constructs from qt_error_string...
2020-01-12 Ivailo Monevremove redundant condition in QFSFileEnginePrivate...
2020-01-12 Ivailo Monevmark warning cases in QFSFileEngine as unlikely
2020-01-12 Ivailo Monevrequire D-Bus v1.5.12+ for demarshaling basic types
2020-01-11 Ivailo Monevintroduce QT_BUFFSIZE
2020-01-11 Ivailo MonevMerge branch 'refileengine'
2020-01-11 Ivailo Monevcleanup file engine, notably the Qt resource part
2020-01-11 Ivailo Monevdefine QIODEVICE_BUFFERSIZE to value of BUFSIZ from...
2020-01-11 Ivailo Monevreplace 0 with Q_NULLPTR in QThreadPoolThread and QThre...
2020-01-11 Ivailo Monevset error to QFile::CopyError in case of failure in...
2020-01-11 Ivailo Monevset result error if lookup by address fails in QHostInf...
2020-01-10 Ivailo Monevoptimize toMSecsSinceEpoch_helper() function
2020-01-10 Ivailo Monevset QSharedMemory error from errno in QSharedMemoryPriv...
2020-01-10 Ivailo Monevimplement QFileSystemEngine::copyFile() for non-Linux...
2020-01-10 Ivailo Monevadd note in which version qFmod() function was introduc...
2020-01-10 Ivailo Monevreplace qFloorF() with qFloor() function call in snapTo...
2020-01-10 Ivailo Monevintroduce qFmod() math function
2020-01-10 Ivailo Monevuse expf() in qExp() for float types
2020-01-10 Ivailo Monevreplace math with cmath header inclusion in qlocale_too...
2020-01-10 Ivailo Monevremove math header inclusion from qrect source file
2020-01-10 Ivailo Monevreplace Q_PI with M_PI from math header
2020-01-10 Ivailo Monevremove unused qFastSin() and qFastCos() functions
2020-01-10 Ivailo Monevdefine _USE_MATH_DEFINES in qmath header
2020-01-10 Ivailo Monevindent qCeil(), qFloor(), qFabs(), qSin(), qCos(),...
2020-01-10 Ivailo Monevremove redundant virtual QEasingCurveFunction::copy...
2020-01-10 Ivailo Monevreplace hardcodec value with enum in QFile::exists()
2020-01-10 Ivailo Monevuse correct type for flags in QFile::exists() and resto...
2020-01-09 Ivailo Monevremove most std::bad_alloc exceptions handling
2020-01-09 Ivailo Monevcheck type in QFile::exists() and QDir::exists()
2020-01-09 Ivailo Monevreplace 0 with Q_NULLPTR in QEasingCurve
2020-01-08 Ivailo Monevupdate translations [ci skip]
2020-01-08 Ivailo Monevupdate Shell scripts and .cmake files copyright
2020-01-08 Ivailo Monevdo not reset KATIE_GIT variable from katie_git_checkout...
2020-01-08 Ivailo Monevupdate moc utility
2020-01-08 Ivailo Monevremove qvariant and qbitarray from bootstrap sources...
2020-01-08 Ivailo Monevremove unused USE_LEXEM_STORE definition and conditiona...
2020-01-08 Ivailo Monevremove redundant qdatetime header inclusion from moc...
2020-01-08 Ivailo Monevmark warning, null and incompatible signal/slot QObject...
2020-01-08 Ivailo Monevuse loop-local variables in qt_qFindChildren_helper...
2020-01-08 Ivailo Monevreplace 0 with Q_NULLPTR in qt_qFindChild_helper()
2020-01-08 Ivailo Monevremove accidently added QDir test Makefile file
next