OSDN Git Service

kde/Katie.git
2021-01-26 Ivailo Monevprefix tzset() in timeZone()
2021-01-26 Ivailo Monevdo not check errno on hosts not using glibc in QLocaleP...
2021-01-26 Ivailo Monevdo not check strerror_r() return value
2021-01-26 Ivailo Monevremove explicit specifier from QTextCodecPlugin constructor
2021-01-26 Ivailo Monevuse proper type for argument in QVariant::f_convert...
2021-01-26 Ivailo Monevremove unused QVariant::f_canConvert function prototype
2021-01-26 Ivailo Monevadd missing break in GUI QVariant convert()
2021-01-26 Ivailo Monevremove redundant qRegisterGuiVariant() and qUnregisterG...
2021-01-26 Ivailo Monevremove some Q_WS_X11 definition checks
2021-01-25 Ivailo Monevoptimize QByteArray/QString to bool QVariant conversion
2021-01-25 Ivailo Monevcorrect ifdef in qrand()
2021-01-25 Ivailo Monevsimplify temporary file placeholder handling
2021-01-25 Ivailo Monevforce arc4random() to produce std::rand() compatible...
2021-01-25 Ivailo Monevset the iterator text from QTextBoundaryFinder assignme...
2021-01-25 Ivailo Monevassume QTextCodec::codecForLocale() does not return...
2021-01-25 Ivailo Monevskip one rename QDir test if running as root
2021-01-25 Ivailo Monevfix build after reconfiguration on NetBSD
2021-01-25 Ivailo Monevadd QReadLocker and QReadWriteLock tests
2021-01-25 Ivailo Monevremove qt3 support leftovers
2021-01-25 Ivailo Monevremove incorrect comment in QThread::setPriority()
2021-01-25 Ivailo Monevexplicitly include pthread header in qthread_unix sourc...
2021-01-25 Ivailo Monevremove mac support leftovers
2021-01-25 Ivailo Monevremove unused QX11Data::findClientWindow() argument
2021-01-25 Ivailo Monevconsistent help output from tools
2021-01-25 Ivailo Monevstatic analyzer warning fix
2021-01-25 Ivailo Monevremove redundant QEasingCurveFunction() arguments passing
2021-01-25 Ivailo Monevmark the end of curveToFunctionObject() as unreachable
2021-01-25 Ivailo Monevadd QEasingCurve test
2021-01-25 Ivailo Monevmark QTextCodecPlugin as deprecated
2021-01-25 Ivailo Monevmove Qt::mightBeRichText(), Qt::escape() and Qt::conver...
2021-01-24 Ivailo Monevprefix setlocale() in setupLocaleMapper()
2021-01-24 Ivailo Monevdeal with TODO in QHttpNetworkReplyPrivate::findChallenge()
2021-01-24 Ivailo Monevremove graphics system leftovers
2021-01-24 Ivailo Monevremove now unused multi-header support of katie_check_d...
2021-01-24 Ivailo Monevoops, that was for testing purposes
2021-01-24 Ivailo Monevpre-allocate result based on the converted domain in...
2021-01-24 Ivailo Monevfallback to stat if dirent.d_type is not supported
2021-01-23 Ivailo Monevupdate URL TLDs table data
2021-01-23 Ivailo Monevupdate MIB table data
2021-01-23 Ivailo Monevcheck for xdg-open during build
2021-01-23 Ivailo MonevRevert "replace hardcoded value with enum in QDBusMetaO...
2021-01-23 Ivailo Monevscriptlets for Fedora package
2021-01-23 Ivailo Monevadd xdg-utils to dependencies in package files
2021-01-23 Ivailo MonevRevert "do not compress ConfigureNotify X11 events"
2021-01-23 Ivailo Monevremove now incorrect comment in QThreadPrivate::start()
2021-01-23 Ivailo Monevdo not compress ConfigureNotify X11 events
2021-01-22 Ivailo Monevcompiler warning fix
2021-01-22 Ivailo Monevthread priority is no longer masked
2021-01-22 Ivailo Monevcompiler warning fixes
2021-01-21 Ivailo MonevQImageData::checkForAlphaPixels() and QImage::bitPlaneC...
2021-01-21 Ivailo Monevuse ConnectionNumber() macro instead of XConnectionNumb...
2021-01-21 Ivailo Monevproperly initialize QEventDispatcherUNIXPrivate members
2021-01-21 Ivailo MonevREADME update [ci skip]
2021-01-21 Ivailo Monevfix alpha detection in fix_color_table()
2021-01-20 Ivailo Monevremove shared pointer tracking leftovers
2021-01-20 Ivailo Monevreview build macro comments
2021-01-20 Ivailo Monevpthread_attr_setstacksize() is standardized by POSIX...
2021-01-20 Ivailo Monevfeclearexcept() is standardized by POSIX.1-2001, do...
2021-01-20 Ivailo Monevget rid of QCustomScopedPointer
2021-01-20 Ivailo Monevreplace std::this_thread::yield() with sched_yield...
2021-01-20 Ivailo Monevset thread priority from the thread itself
2021-01-20 Ivailo Monevmake use of katie_generate_obsolete() in katie_generate...
2021-01-20 Ivailo Monevremove code for always false condition in QX11Data...
2021-01-20 Ivailo Monevremove code for always false condition in QX11Info...
2021-01-20 Ivailo Monevremove unused and private QX11Info methods
2021-01-20 Ivailo Monevconvert some virtual isDocumentType methods to inline...
2021-01-20 Ivailo Monevproperly initialize QDomNodeListPrivate members
2021-01-20 Ivailo Monevproperly initialize QUrlPrivate members
2021-01-20 Ivailo Monevremove unused QUrlErrorInfo::_expected member
2021-01-20 Ivailo Monevremove declaration of non-existing QUrl methods
2021-01-20 Ivailo Monevremove unused QX11PixmapData::Uninitialized enum
2021-01-20 Ivailo Monevpartially revert 9c70701677c8406d4d91a0b2c830c49f09a84785
2021-01-20 Ivailo Monevuse virtual methods for SSL configuration of QNetworkReply
2021-01-20 Ivailo Monevuse foreach() for iteration in generateSubObjectXml()
2021-01-20 Ivailo Monevproperly initialize QRegExp member
2021-01-18 Ivailo Monevpre-allocate a more realistic size for integer conversi...
2021-01-18 Ivailo Monevseparate logic for invalid and intermidiate integer...
2021-01-18 Ivailo Monevremove redundant QLocalePrivate::bytearrayToLongLong...
2021-01-18 Ivailo Monevfix xvfb script exit in case of test failure
2021-01-14 Ivailo Monevremove redundant CustomWidgetsInfo::acceptCustomWidgets...
2021-01-14 Ivailo Monevcorrect copying of QByteArrayMatcher and QStringMatcher...
2021-01-13 Ivailo Monevavoid memmove() and memcpy() in QRegionPrivate
2021-01-13 Ivailo Monevcompared with definition in getX11AutoRepeat()
2021-01-13 Ivailo Monevremove unused QLayoutPrivate::autoNewChild member
2021-01-13 Ivailo Monevmark warning case in QXmlStreamReader::addData() as...
2021-01-13 Ivailo Monevavoid temporaries in QXmlUtils::isPublicID() and QXmlUt...
2021-01-12 Ivailo Monevcompiler warning fix
2021-01-12 Ivailo Monevinclude string header for memcpy() in qendian header
2021-01-12 Ivailo Monevde-inline QBuffer::setData() overload for performance...
2021-01-12 Ivailo Monevproperly initialize and delete QImageWriterPrivate...
2021-01-12 Ivailo Monevmerge qcommonstylepixmaps_p header into qcommonstyle...
2021-01-12 Ivailo Monevuse correct type for script in qt_addPatternProps(...
2021-01-12 Ivailo Monevuse correct type for meta type in qNumVariantToHelper...
2021-01-12 Ivailo MonevREADME and CONTRIBUTING typos [ci skip]
2021-01-12 Ivailo Monevopen new iterator from QTextBoundaryFinder copy-constructor
2021-01-12 Ivailo Monevremove unused QPixmapFilter::UserFilter enum
2021-01-12 Ivailo Monevreference count QTextBoundaryFinderPrivate
2021-01-12 Ivailo Monevproperly indent qxbmhandler source file
2021-01-11 Ivailo Monevremove redundant else statements in QNativeSocketEngine...
2021-01-11 Ivailo Monevmark QApplication::graphicsSystem() and QApplication...
next