OSDN Git Service

kde/Katie.git
2020-01-03 Ivailo Monevremove redundant network-settings header inclusion...
2020-01-03 Ivailo Monevreduce branches in QDataStream::operator>>() operators
2020-01-03 Ivailo Monevremove redundant Q_DOUBLE_FORMAT definition check
2020-01-03 Ivailo Monevinclude correct event headers
2020-01-03 Ivailo Monevupdate automatically generated katie_generate_obsolete...
2020-01-03 Ivailo MonevQMatrix4x4 has its own header
2020-01-02 Ivailo Monevassume compiler features introduced in C++11 are suppor...
2020-01-02 Ivailo Monevassume Q_OUTOFLINE_TEMPLATE, Q_INLINE_TEMPLATE and...
2020-01-02 Ivailo Monevremove redundant Q_PACKED definition check
2020-01-02 Ivailo Monevremove redundant Q_NO_PACKED_REFERENCE definition
2020-01-02 Ivailo Monevcompelete headers compatibility map
2020-01-02 Ivailo Monevupdate URL TLDs table [ci skip]
2020-01-02 Ivailo Monevfix regression since 28b8a590c157bc44f2a48f7fd56bc9eff8...
2020-01-02 Ivailo MonevRevert "rework QPollingFileSystemWatcherEngine to use...
2020-01-02 Ivailo Monevmake use of Q_TYPEOF() in compat Q_FOREACH()
2020-01-02 Ivailo Monevreduce definition branches in qglobal header
2020-01-02 Ivailo Monevrework QPollingFileSystemWatcherEngine to use QFileInfo...
2020-01-02 Ivailo Monevadd QFileSystemWatcher test
2020-01-02 Ivailo Monevadd QFileInfo test
2020-01-02 Ivailo Monevsimplify and fix compatibility Q_FOREACH()
2020-01-01 Ivailo Monevprint warning on parser error from json_settings_read...
2020-01-01 Ivailo Monevdo not delete shared null QMap data
2020-01-01 Ivailo Monevremove architecture checks from mkspecs file [ci skip]
2020-01-01 Ivailo Monevconvert QVariant::String to/from QVariant::StringList...
2020-01-01 Ivailo Monevadd i486 and pentium4 to arch array in Arch package...
2019-12-31 Ivailo Monevtest Ninja generator from oldmake.sh script [ci skip]
2019-12-31 Ivailo Monevmerge .cmake into CMakeLists.txt files
2019-12-31 Ivailo Monevadd arm to arch array in Arch package file [ci skip]
2019-12-31 Ivailo Monevadd libxt to depends array in Arch package file
2019-12-31 Ivailo Monevbuild QML imports as modules and link them to required...
2019-12-31 Ivailo Monevlink KtGui component to ICU libraries explicitly
2019-12-31 Ivailo Monevinclude moc-generated files as local headers
2019-12-31 Ivailo Monevremove redundant QDeclarativeAbstractAnimationPrivate...
2019-12-31 Ivailo Monevreplace 0 with Q_NULLPTR where applicable
2019-12-31 Ivailo Moneveffectively revert c8e884c2d3a4dbd95973d639cf2265733e1ee24b
2019-12-30 Ivailo Monevavoid temporary in Parser::parse()
2019-12-30 Ivailo Monevplug qt_initLocale() memory leak
2019-12-30 Ivailo Monevremove unused QSvgHandler::m_resolveNodes member
2019-12-30 Ivailo Monevremove redundant QStringSplitter() members
2019-12-30 Ivailo Monevavoid temporary in qt_string_count() function
2019-12-30 Ivailo Monevremove redundant uint() construct and C-style cast...
2019-12-30 Ivailo Monevdo not free shared null QMap data
2019-12-30 Ivailo Monevcleanup findInterface() function
2019-12-30 Ivailo Monevdesigner tool does not have to be linked to KtUiTools...
2019-12-30 Ivailo Monevlink compnents to libraries and other components explicitly
2019-12-30 Ivailo Monevupdate Debian package symbols file
2019-12-30 Ivailo Monevuse static lists for plugin keys
2019-12-30 Ivailo Monevextended compiler-standard check to check for CMP0067...
2019-12-29 Ivailo Monevupdate qlalr files copyright [ci skip]
2019-12-29 Ivailo Monevupdate copyright and add script for doing so
2019-12-29 Ivailo Monevcorrect return value in QTextBoundaryFinder::boundaryRe...
2019-12-29 Ivailo Monevremove redundant string header inclusion from qvector...
2019-12-29 Ivailo Monevrename QVarLengthArray::realloc() to QVarLengthArray...
2019-12-29 Ivailo Monevreplace function call with member access in QVarLengthA...
2019-12-29 Ivailo Monevuse /bin/false to skip private headers when generating...
2019-12-29 Ivailo Monevchange KATIE_TRANSLATIONS_FULL, KATIE_LDCONF_FULL and...
2019-12-29 Ivailo Monevupdate .gitignore [ci skip]
2019-12-29 Ivailo Monevgenerate symbols file for katie-runtime after installation
2019-12-29 Ivailo Monevfix cross-compile packaging
2019-12-29 Ivailo Monevsplit Debian package into components [ci skip]
2019-12-29 Ivailo Monevupdate Debian package symbols file [ci skip]
2019-12-29 Ivailo Monevenable cache in Travis again
2019-12-29 Ivailo Monevfix some headers re-writing issues
2019-12-29 Ivailo Monevmake stat() error checks consisten in QFileSystemEngine...
2019-12-29 Ivailo Monevremove redundant condition in QFileSystemEngine::fillMe...
2019-12-29 Ivailo Monevuse QLocalServer in QtNetworkSettings::supportsIPv6()
2019-12-29 Ivailo Monevfix Travis build
2019-12-29 Ivailo Monevdo not include aliases in all codec names
2019-12-29 Ivailo Monevavoid deep copy of strings in QIcuCodec::aliases()...
2019-12-28 Ivailo Monevno need to install newer libzstd version in Travis...
2019-12-28 Ivailo Monevset Travis dist to bionic
2019-12-28 Ivailo Monevcorrect some comments in top-level CMake file [ci skip]
2019-12-28 Ivailo Monevrely on the fact that default QTime constructor is...
2019-12-28 Ivailo Monevreplace QT_TYPENAME with Q_TYPENAME and remove it
2019-12-28 Ivailo Monevuse single variable assignment in QUuid::fromRfc4122()
2019-12-28 Ivailo Monevremove redundant default case in QParallelAnimationGrou...
2019-12-28 Ivailo Monevremove default QParallelAnimationGroup::event() reimple...
2019-12-28 Ivailo Monevremove default QPauseAnimation::event() reimplementation
2019-12-28 Ivailo Monevremove default QSequentialAnimationGroup::event() reimp...
2019-12-28 Ivailo Monevremove redundant reinterpret_cast<> in QIcuCodec::conve...
2019-12-28 Ivailo Monevdeal with QVarLengthArray TODO
2019-12-28 Ivailo Monevmove qstringmatcher header inclusion from qstringlist...
2019-12-28 Ivailo Monevremove redundant uint() construct in QDate::setYMD()
2019-12-28 Ivailo Monevreturn object rather than reference from QFileInfoPriva...
2019-12-28 Ivailo Monevcorrect QFileInfoPrivate::getCachedFlag() return value
2019-12-28 Ivailo Monevoptimize QSize::scale()
2019-12-28 Ivailo Monevremove bogus compile-time error in qrect header
2019-12-28 Ivailo Monevuse uninitialized buffer instead of resizing one in...
2019-12-28 Ivailo Monevbuild against internal copies of libpng and sqlite...
2019-12-28 Ivailo Monevmark getSettingsPath() function as static
2019-12-28 Ivailo Monevmark default case in QCryptographicHash::hash() as...
2019-12-28 Ivailo Monevfix build-time check in qt_safe_accept() and introduce...
2019-12-28 Ivailo Monevremove redundant QT_SOCKOPTLEN_T definition
2019-12-28 Ivailo Monevavoid struct mirroring by including qobject_p header...
2019-12-28 Ivailo Monevreplace C-style casts with static_cast where applicable
2019-12-28 Ivailo Monevplug QDateTime memory leaks
2019-12-28 Ivailo Monevdo not reallocate shared empty/null QByteArray data
2019-12-28 Ivailo MonevQSharedData ref member does not have to be mutable
2019-12-28 Ivailo Monevdo not free the shared empty and shared null QByteArray...
2019-12-28 Ivailo Monevremove redundant QT_NO_EXCEPTIONS definition from minsi...
next