OSDN Git Service

kde/Katie.git
2021-09-30 Ivailo MonevRevert "avoid QString reallocation in QPrintPreviewDial...
2021-09-30 Ivailo Monevadd select() vs poll() benchmark
2021-09-30 Ivailo Monevpre-calculate print preview factors
2021-09-30 Ivailo Monevavoid QString reallocation in QPrintPreviewDialogPrivat...
2021-09-30 Ivailo Monevremove unused QPODVector::insertBlank() method
2021-09-30 Ivailo Monevuse Q_DISABLE_COPY() macro to disable copying of QPODVector
2021-09-30 Ivailo Monevindent QApplication::x11ProcessEvent()
2021-09-28 Ivailo Monevbuild fix for the case when QPROCESS_DEBUG is defined
2021-09-28 Ivailo Monevdetect invalid socket notifiers via poll()
2021-09-28 Ivailo Monevuse correct type for buffer in QProcessPrivate::process...
2021-09-28 Ivailo Monevmark QEventDispatcherX11::select() reimplementaion...
2021-09-24 Ivailo Monevcheck for errors in all pollfd structs from qt_safe_poll()
2021-09-22 Ivailo Monevget rid of QProcessInfo struct
2021-09-22 Ivailo Monevreplace select() with poll() in QProcessManager::run()
2021-09-22 Ivailo Monevgeneralize qt_safe_poll() implementation and use it...
2021-09-22 Ivailo Monevreplace select() with poll() in network component
2021-09-22 Ivailo Monevuse single variable assignment in QNativeSocketEnginePr...
2021-09-22 Ivailo Monevplug memory leaks in tst_QStandardItemModel::removeRows...
2021-09-22 Ivailo Monevreplace weak with guarded pointer in QPropertyAnimation
2021-09-21 Ivailo Monevadd QAbstractSpinBox test
2021-09-21 Ivailo Monevadd QAbstractSlider test
2021-09-21 Ivailo Monevadd QAbstractScrollArea test
2021-09-21 Ivailo Monevcorrect strcmp() and strncmp() return value checks
2021-09-21 Ivailo Monevplug memory leak in tst_QListView::task203585_selectAll()
2021-09-20 Ivailo Monevprefix realloc() call in QByteArray::reallocData()
2021-09-20 Ivailo Monevremove bogus QString::reserve() call in QCss::ValueExtr...
2021-09-20 Ivailo Monevreplace array access with loop-based lookup in QCss...
2021-09-20 Ivailo Monevpass the buffer size to QString::fromLatin1() construct...
2021-09-20 Ivailo Monevcorrect qstricmp() return value checks in QTextStreamPr...
2021-09-20 Ivailo Monevremove redundant array zero-ing in read_xpm_body()...
2021-09-20 Ivailo Monevremove unused QRingBuffer::indexOf() method
2021-09-20 Ivailo Monevmerge QStdList<T> into QStdVector<T>
2021-09-20 Ivailo Monevoops, use gray not mono color table in convert_Indexed8...
2021-09-20 Ivailo Monevfix QTransform regression since b2a2032ea0b3fd4c986a687...
2021-09-20 Ivailo Monevqstdcontainers_p header copyright correction
2021-09-20 Ivailo Monevrequire source rectangle argument for QSvgTinyDocument...
2021-09-20 Ivailo Monevadd containers from recontainers branch with minor...
2021-09-19 Ivailo Monevplug QTextCodec memory leaks
2021-09-19 Ivailo Monevadd QGroupBox test
2021-09-19 Ivailo Monevadd QFormLayout test
2021-09-19 Ivailo Monevadd QErrorMessage test
2021-09-19 Ivailo Monevadd QDial test
2021-09-19 Ivailo Monevadd QDesktopWidget test
2021-09-19 Ivailo Monevadd QBoxLayout test
2021-09-19 Ivailo Monevadd QCompleter test
2021-09-19 Ivailo Monevdisable tst_QListWidget::QTBUG14363_completerWithAnyKey...
2021-09-19 Ivailo Monevpossible tst_QListWidget::QTBUG14363_completerWithAnyKe...
2021-09-19 Ivailo Monevremove unused QListWidgetItem::dummy member
2021-09-19 Ivailo Monevadd QMath test
2021-09-19 Ivailo Monevadd QListView test
2021-09-19 Ivailo Monevadd QListWidget test
2021-09-19 Ivailo Monevformat and indent QAlphaWidget::eventFilter()
2021-09-19 Ivailo Monevreplace arc4random() with the recommended arc4random_un...
2021-09-18 Ivailo Monevremove obsolete Solaris workaround
2021-09-18 Ivailo Monevlink QSocketNotifier test to socket and nsl libraries
2021-09-18 Ivailo Monevlink function tests to socket and nsl libraries if...
2021-09-17 Ivailo Monevadd QMainWindow test
2021-09-17 Ivailo Monevdelete widgets the parent of which is of Qt::Desktop...
2021-09-17 Ivailo Monevremove unused QFontSubset::nGlyphs() method
2021-09-17 Ivailo Monevrequire object ID argument for QFontSubset constructor
2021-09-17 Ivailo Monevconst-ify QFontSubset scale factor variable
2021-09-17 Ivailo Monevremove code for always false condition
2021-09-17 Ivailo Monevremove unused header inclusions in qtcpsocket source...
2021-09-17 Ivailo Monevconvert string to latin only once in QLocalSocketPrivat...
2021-09-17 Ivailo Monevmark some warning cases in QPixmap as unlikely
2021-09-17 Ivailo Monevfix QSvgRenderer incorrect render of svg:image
2021-09-17 Ivailo Monevadd missing string for tspan
2021-09-17 Ivailo Monevremove redundant break statements in convertToPixels...
2021-09-17 Ivailo Monevcheck for exact color name matches in QColor::setNamedC...
2021-09-17 Ivailo Monevadd QPainterPath test
2021-09-17 Ivailo Monevfix regression since 0f720fe9d2c8e8e9816fa3fa22fecd85e3...
2021-09-17 Ivailo Monevunclipped texture blending optimization
2021-09-17 Ivailo Monevformat and indent QX11EmbedWidget::x11Event()
2021-09-17 Ivailo Monevfix regressions since ee20131041709b97dfa4125bef268a42d...
2021-09-17 Ivailo Monevremove unused widget attribute enums [ci reset]
2021-09-16 Ivailo Monevremove no-op touch devices support [ci reset]
2021-09-16 Ivailo Monevmove fontconfig header inclusion where it is actually...
2021-09-16 Ivailo Monevindent qt_x_errhandler()
2021-09-16 Ivailo Monevassume QT_GUI_DOUBLE_CLICK_RADIUS is not defined
2021-09-16 Ivailo Monevscope the lazy-initialization variable in QAccessible...
2021-09-16 Ivailo Monevremove unused QAccessibleInterface::virtual_hook()...
2021-09-16 Ivailo Monevremove redundant const_cast<T>() in QSslKeyPrivate...
2021-09-16 Ivailo Monevensure SIGPIPE is ignored only for the current thread
2021-09-16 Ivailo Monevconditional Solaris connect() workaround
2021-09-16 Ivailo Monevshush CMake warnings when building BSD packages [ci...
2021-09-16 Ivailo Monevreplace custom struct with sockaddr_storage
2021-09-16 Ivailo Monevuse static RGB colors in QX11PixmapData::fromImage...
2021-09-16 Ivailo MonevQImageReader documentation update [ci skip]
2021-09-15 Ivailo MonevQImage transformation regression fixes
2021-09-15 Ivailo Monevconvert pixel when depth is 16 in QImage::fill()
2021-09-15 Ivailo Monevrestart timer in QHostInfoCache::put() instead of recre...
2021-09-14 Ivailo Monevassume Q_MOC_OUTPUT_REVISION is not defined
2021-09-14 Ivailo Monevadd qstrcmp() and qstrncmp() benchmarks
2021-09-14 Ivailo Monevuse static immutable color table in QFontEngineFT:...
2021-09-14 Ivailo Monevpass the size of string to QString::fromLatin1() constr...
2021-09-14 Ivailo Monevadd QTextBlock test
2021-09-14 Ivailo Monevadd QSizeGrip test
2021-09-14 Ivailo Monevadd QFlags test
2021-09-14 Ivailo Monevremove unused QFreetypeFace::init() method argument
2021-09-14 Ivailo Monevuse generic network interfaces implementation if getifa...
next