OSDN Git Service

kde/Katie.git
2022-12-01 Ivailo Monevremove redundant QTextControl::event() reimplementation 4.12.0
2022-11-29 Ivailo Monevuse correct QString constructor for expected data in...
2022-11-29 Ivailo Monevalways use QImage for QTextDocument resources
2022-11-28 Ivailo Monevcheck the time even if the serial is the same in QKeyMa...
2022-11-28 Ivailo Monevmove the static variable outside the conditional code...
2022-11-27 Ivailo Monevcorrect memcmp() return value checks in QTextConverter...
2022-11-26 Ivailo Monevreturn if ubrk_safeClone() fails in QTextBoundaryFinder...
2022-11-26 Ivailo Monevcall ubrk_following() and ubrk_preceding() with the...
2022-11-26 Ivailo Monevcheck for self-assignment in QTextBoundaryFinder assign...
2022-11-26 Ivailo Monevhandle strings as UTF-8 encoded from QJsonDocument
2022-11-26 Ivailo Monevchop BOMs from QTextConverter::toUnicode()
2022-11-25 Ivailo MonevQPngHandler::write() optimization
2022-11-25 Ivailo Monevinherit std::bitset<T> as private base class of QTimersSet
2022-11-25 Ivailo Monevcorrect indendations in qslider source file
2022-11-24 Ivailo Monevremove unused QSizeGripPrivate member
2022-11-24 Ivailo Monevremove unused definitions in qsizegrip source file
2022-11-24 Ivailo Monevcorrect break scope in QDockWidget::event()
2022-11-24 Ivailo MonevQApplication and QWidgetAnimator friendship has been...
2022-11-24 Ivailo Monevpartial build fix for the case when QT_NO_COLORDIALOG...
2022-11-24 Ivailo MonevQT_NO_FILEDIALOG config option is no longer broken
2022-11-24 Ivailo MonevQT_NO_FONTDIALOG config option is no longer broken
2022-11-24 Ivailo Monevcorrect indentation in QWindowsStyle::drawPrimitive()
2022-11-24 Ivailo Monevremove redundant check in QEasingCurve::setType()
2022-11-24 Ivailo Monevcorrect repo directory name in crossdeb.sh script
2022-11-24 Ivailo MonevQFontDatabase review
2022-11-24 Ivailo MonevQEasingCurve review
2022-11-24 Ivailo Monevmove the QEasingCurve::Custom case to the switch in...
2022-11-24 Ivailo Monevtranslations update
2022-11-24 Ivailo Monevremove resource system leftovers
2022-11-24 Ivailo Monevcorrect debug message in QTextStreamPrivate::flushWrite...
2022-11-24 Ivailo Monevwrite BOM only from QTextStream, on demand
2022-11-24 Ivailo Monevconsistent QTextConverter::ConversionFlag enums
2022-11-23 Ivailo Monevremove most of the QTextStream manipulators and the...
2022-11-23 Ivailo Monevtest QTextConverter::hasFailure() in QTextCodec test
2022-11-23 Ivailo Monevcall UCNV_FROM_U_CALLBACK_SUBSTITUTE() and UCNV_TO_U_CA...
2022-11-23 Ivailo Monevsomeone's typo
2022-11-23 Ivailo Monevcopy the other object position from QTextBoundaryFinder...
2022-11-23 Ivailo MonevQTextBoundaryFinder documentation review
2022-11-22 Ivailo Monevremove unused HB_MIN(), HB_MAX() and HB_FIXED_CONSTANT...
2022-11-22 Ivailo MonevQEasingCurve::valueForProgress() optimization
2022-11-22 Ivailo MonevQEasingCurve::InCurve, QEasingCurve::OutCurve, QEasingC...
2022-11-22 Ivailo MonevQEasingCurve documentation review
2022-11-22 Ivailo Monevcall FatalSignalHandler constructor
2022-11-22 Ivailo MonevQOpacityEffect review
2022-11-22 Ivailo Monevexplicitly convert the elapsed time to double
2022-11-22 Ivailo Monevdo not send move and resize events to the widget from...
2022-11-22 Ivailo Monevdrop effects other than fade
2022-11-22 Ivailo MonevQOpacityEffect optimization
2022-11-22 Ivailo Monevset the global static variables before deleting the...
2022-11-22 Ivailo Monevsnapshot the widget as QImage from QRollEffect
2022-11-22 Ivailo Monevremove declaration of now non-existing QRollEffect...
2022-11-22 Ivailo Monevactually animate QComboBox
2022-11-22 Ivailo Monevmerge QRollEffect::run() into QRollEffect constructor
2022-11-22 Ivailo Monevcancel the opacity/fade effect when the widget is destroyed
2022-11-21 Ivailo Monevfade effect class rewrite to not use QWidget and event...
2022-11-21 Ivailo Monevremove unused graphics effects feature
2022-11-21 Ivailo Monevtrc man page correction
2022-11-21 Ivailo Monevapply style from settings only if it is not empty and...
2022-11-21 Ivailo MonevQApplication::setStyle() documentation update
2022-11-21 Ivailo Monevoptimize QAlphaWidget (fade effect) further by using...
2022-11-21 Ivailo Monevoptimize QAlphaWidget by avoiding QImage to QPixmap...
2022-11-20 Ivailo Monevuse icons from the system in scripttools component
2022-11-20 Ivailo Monevremove unused scripttools component images
2022-11-20 Ivailo Monevremove unused qicon header inclusion in qscriptbreakpoi...
2022-11-20 Ivailo Monevcorrect indendation in QKeyMapper::translateKeyEvent()
2022-11-20 Ivailo Monevfix ODR-violation in md5c and sha2 source files
2022-11-20 Ivailo Monevremove qbitmap source file from the unity exclude list
2022-11-20 Ivailo Monevsimplify QKeyMapper::clearMappings() and do not use...
2022-11-20 Ivailo MonevQFontDatabase optimizations
2022-11-20 Ivailo Monevdo not set the internal QApplicationPrivate::styleOverr...
2022-11-20 Ivailo Monevshow preview even of the desktop style
2022-11-20 Ivailo Monevlock QSettings files via flock()
2022-11-20 Ivailo Monevadd QSidebar test
2022-11-20 Ivailo Moneveffectively revert c3c697ea5b4e141f08c4607955f085c49667b806
2022-11-20 Ivailo Monevuse patternForFont() in getFcPattern() and rename getFc...
2022-11-20 Ivailo Monevfix regression since 81cc2609442d5ee1e445040d9863e25389...
2022-11-19 Ivailo Monevbuild fix for the case when QT_NO_TEMPORARYFILE is...
2022-11-19 Ivailo MonevQT_NO_WIZARD config option is no longer broken
2022-11-19 Ivailo Monevadjust expected result in QFontDatabase test case
2022-11-19 Ivailo Monevquery all fonts to get the styles for font family from...
2022-11-19 Ivailo Monevcheck if qt_x11Data pointer is valid before using its...
2022-11-19 Ivailo Monevremove now unused QFontFamily struct
2022-11-19 Ivailo Monevcompiler warning fix
2022-11-19 Ivailo Monevplug QFontDatabase memory leak
2022-11-19 Ivailo Monevcompiler warning fix
2022-11-19 Ivailo MonevQFontDatabase review
2022-11-19 Ivailo Monevquery fontconfig directly from QFontDatabase
2022-11-19 Ivailo Monevinline qt_pixelSize() function
2022-11-19 Ivailo Monevscale the fontconfig weight value to QFont::Weight...
2022-11-19 Ivailo Monevremove compat QFontDatabase methods
2022-11-19 Ivailo Monevde-duplicate QFontDatabase code
2022-11-19 Ivailo Monevadd case-sensitivity test for QFontDatabase
2022-11-19 Ivailo Monevde-duplicate QFontDatabase code
2022-11-19 Ivailo Monevconst-ify QFontDatabase::styleString() methods
2022-11-18 Ivailo Monevtest case for converting QFont from and to QString
2022-11-18 Ivailo Monevadd config file for testing X 16 bit depth support
2022-11-18 Ivailo Monevupdate comment in QVariant test data
2022-11-18 Ivailo Monevzero-copy QX11Data::copyXImageToQImage() for some cases
2022-11-18 Ivailo MonevQX11Data::copyXImageToQImage() optimization
2022-11-18 Ivailo MonevMerge branch 'master' of https://scm.osdn.net/gitroot...
next