OSDN Git Service

kde/Katie.git
2020-12-01 Ivailo Monevadd keypad and F1-F35 keys to the QKeyMapper table
2020-12-01 Ivailo MonevQSvgTinyDocument::load() const-correctness fix
2020-12-01 Ivailo Monevproperly indent QTextTablePrivate, QTextTable and QText...
2020-12-01 Ivailo Monevdrop ODF support
2020-12-01 Ivailo Monevget rid of the static build restriction
2020-11-30 Ivailo Monevadd script for automated machine translations
2020-11-30 Ivailo Monevoops, install fix
2020-11-30 Ivailo Monevremove QT_TRANSLATE_NOOP3() and QT_TRANSLATE_NOOP3_UTF8...
2020-11-30 Ivailo Monevtypo in CodeQL workflow
2020-11-30 Ivailo Monevminimize use of KATIE_PROCESSOR
2020-11-30 Ivailo Monevmove QT_NO_TRANSLATION to external package dependant...
2020-11-30 Ivailo Monevuse foreach() for iteration in QDirIteratorPrivate...
2020-11-30 Ivailo Monevreview build time warnings and fatal errors
2020-11-30 Ivailo Monevdrop functionality that may affect reproducible builds
2020-11-30 Ivailo Monevdrop support for QLibraryInfo::PrefixPath and QLibraryI...
2020-11-30 Ivailo Monevrename WITH_PSQL option to WITH_POSTGRESQL for consistency
2020-11-30 Ivailo Monevreimplement backtrace support via execinfo
2020-11-30 Ivailo Monevprefix isatty() function calls
2020-11-30 Ivailo Monevfix regression since 59a37e52e4cd2510a8fa96afeda26556a5...
2020-11-30 Ivailo Monevremove redundant QApplication friend declaration
2020-11-30 Ivailo Monevbind domain to UTF-8 codeset from QTranslator::load()
2020-11-29 Ivailo Monevoptimize QCoreApplication::translate()
2020-11-29 Ivailo Monevuse foreach() for iteration in QApplication::alert()
2020-11-29 Ivailo Monevavoid temporaries in QApplication::topLevelAt()
2020-11-29 Ivailo Monevavoid temporary in QApplication::setOverrideCursor()
2020-11-29 Ivailo Monevremove disabled X11 workaround in qapplication_x11...
2020-11-29 Ivailo Monevdo not translate error codes in qt_error_string()
2020-11-29 Ivailo Monevremove mac/win leftovers
2020-11-29 Ivailo Monevrework the translation related functions
2020-11-28 Ivailo Monevremove translations, provide POT files
2020-11-28 Ivailo Monevprefix getpid() function calls
2020-11-28 Ivailo Monevmerge QT_NO_TRANSLATION and QT_NO_TRANSLATION_BUILDER...
2020-11-28 Ivailo Monevproperly indent statement in findXdndAwareParent()
2020-11-28 Ivailo Monevupdate FreeBSD pkg-plist file to account for the transl...
2020-11-28 Ivailo Monevreview katie_setup_target() style
2020-11-28 Ivailo Monevremove unused and internal QCoreApplicationPrivate...
2020-11-28 Ivailo Monevcorrect variables in katie_check_defined()
2020-11-28 Ivailo Monevreimplement QTranslator via gettext/libintl
2020-11-27 Ivailo Monevworkaround some CMake and BSD issues
2020-11-27 Ivailo MonevFrench translation correction
2020-11-27 Ivailo Monevremove unused linguist classes, typedefs and function
2020-11-27 Ivailo Monevmark QTranslator::translate() as virtual
2020-11-27 Ivailo Monevfix possible sm_performSaveYourself() thread-safety...
2020-11-27 Ivailo Monevcheck for pthread_stackseg_np() during build
2020-11-27 Ivailo MonevOpenBSD build fix
2020-11-27 Ivailo Monevuse arc4random() in qrand() if available
2020-11-27 Ivailo Monevpass CMAKE_THREAD_LIBS_INIT to pthread_attr_get_np...
2020-11-26 Ivailo Monevremove unused QThreadData::clearCurrentThreadData()
2020-11-26 Ivailo Monevremove stub QNetworkSessionPrivate::setALREnabled()
2020-11-26 Ivailo Monevremove unused set_font_bits() argument
2020-11-26 Ivailo Monevavoid branch in QFontPrivate constructor
2020-11-26 Ivailo Monevfix some QByteArrayMatcher and QStringMatcher bugs
2020-11-26 Ivailo Monevset correct Section type for QDateTimeParser::last
2020-11-26 Ivailo Monevremove unused QDateTimeParser member and enum
2020-11-26 Ivailo Monevdo not handle NAN and INFINITY explicitly in QLocalePri...
2020-11-26 Ivailo Monevremove redundant QT_PLUGIN definition
2020-11-26 Ivailo Moneveffectively revert 26bf3aacd32f9ceda5a45c8114f0f50260ac120e
2020-11-26 Ivailo Monevmake use of dbus_signature_validate() and dbus_signatur...
2020-11-26 Ivailo Monevprefix getpagesize() call in Heap::allocateBlock()
2020-11-26 Ivailo Monevremove unused QBearerEngine members
2020-11-26 Ivailo Monevmake use of Q_DECL_ALIGN() and Q_ALIGNOF() in JSC
2020-11-25 Ivailo Monevget rid of QTDIR environment variable
2020-11-25 Ivailo Monevinvoke make from minsize.sh and debug.sh in FreeBSD...
2020-11-25 Ivailo Monevremove the condition for system proxies support
2020-11-25 Ivailo Monevupdate tables data to CLDR v38
2020-11-25 Ivailo Monevdo not export QSettingsPrivate for test builds
2020-11-25 Ivailo Monevremove unused internal build functionality
2020-11-25 Ivailo Monevpass any extra crossdeb.sh arguments to debootstrap
2020-11-25 Ivailo Monevcheck for timegm(), tm.tm_gmtoff and tm.tm_zone during...
2020-11-25 Ivailo Monevcheck for posix_memalign(), pthread_attr_get_np() and...
2020-11-25 Ivailo Monevremove redundant QDir forward declaration in qsslsocket...
2020-11-25 Ivailo Monevreplace qstrtod(), qstrtoll() and qstrtoull() with...
2020-11-24 Ivailo Monevupdate README
2020-11-24 Ivailo Monevdo not enable madvise() use on Hurd for JSC
2020-11-24 Ivailo Monevignore build directory on Debian GNU/Hurd
2020-11-24 Ivailo Monevdo not enable madvise() use on Solaris for JSC
2020-11-24 Ivailo Monevremove unused QT_NO_ARM_EABI definiton
2020-11-24 Ivailo Monevget rid of QT_LINUXBASE
2020-11-24 Ivailo Monevremove obsolete IsKeypadKey and IsPrivateKeypadKey...
2020-11-24 Ivailo Monevreplace QT_LINUXBASE with FT_ERRORS_H definition check
2020-11-24 Ivailo Monevremove redundant Q_OS_BSD4 definiton from qglobal header
2020-11-24 Ivailo Monevreview JSC platform defines
2020-11-24 Ivailo Monevuse single variable assignment in QHttpNetworkReplyPriv...
2020-11-24 Ivailo Monevremove declaration of non-existing QApplicationPrivate...
2020-11-24 Ivailo Monevremove unused QApplicationPrivate::widgetCount member
2020-11-24 Ivailo Monevremove unused QApplicationPrivate::tryModalHelper(...
2020-11-24 Ivailo Monevremove unused qt_tryModalHelper()
2020-11-24 Ivailo Monevremove declaration of non-existing QApplicationPrivate...
2020-11-24 Ivailo Monevremove unused BeginPaintInfo::windowSurfaceRecreated...
2020-11-24 Ivailo MonevQImageReader test review
2020-11-24 Ivailo Monevundefine ISLESS macro once it is not needed in quuid...
2020-11-23 Ivailo Moneveliminate main thread store
2020-11-23 Ivailo Monevremove stub declaration of non-existing QThreadPrivate...
2020-11-23 Ivailo MonevQKqueueFileSystemWatcherEngine review
2020-11-23 Ivailo Monevbig endian build fix
2020-11-23 Ivailo Monevavoid temporaries in QLocalSocketPrivate
2020-11-23 Ivailo Monevrework named paper size table lookup
2020-11-23 Ivailo Monevuse static objects for mutexes in JSC
2020-11-23 Ivailo Monevdeal with TODOs in QAbstractSocket
2020-11-23 Ivailo Monevprefix function calls in qnetworkinterface_unix source...
next