OSDN Git Service

kde/Katie.git
2019-07-10 Ivailo Monevremove unused QTextStreamPrivate member
2019-07-10 Ivailo Monevdo not declare debug QProcess function if QT_NO_PROCESS...
2019-07-10 Ivailo Monevdisable tests in Travis again
2019-07-10 Ivailo Monevremove windows support leftovers
2019-07-10 Ivailo Monevsql test crash should be solved
2019-07-10 Ivailo Monevcompiler warnings fix
2019-07-10 Ivailo Monevmake getters of QDeclarativeJS parser const
2019-07-10 Ivailo Monevmake getters of QScriptParser const in qlalr file
2019-07-10 Ivailo Monevavoid temporary copies in QVarLengthArray
2019-07-10 Ivailo Monevreplace reinterpret_cast with static_cast where applicable
2019-07-10 Ivailo MonevRevert "QVarLengthArray cleanup"
2019-07-10 Ivailo Monevremove redundant qringbuffer_p header inclusions
2019-07-10 Ivailo Monevupdate note about QVariantAnimation::getInterpolator()
2019-07-10 Ivailo Monevmake use of const iterator in QTextTable::splitCell()
2019-07-10 Ivailo Monevuse static QImage::fromData() where possible
2019-07-09 Ivailo Monevset internal string lenght of invalid QTextBoundaryFind...
2019-07-09 Ivailo Monevalways create private object of QTextBoundaryFinder
2019-07-09 Ivailo MonevQVarLengthArray cleanup
2019-07-09 Ivailo Monevonly system and monotonic types of elapsed times are...
2019-07-09 Ivailo Monevremove warning about QThread handle that does not apply
2019-07-09 Ivailo Monevremove redundant scoping
2019-07-09 Ivailo Monevindentation
2019-07-09 Ivailo Monevremove redundant qt_x11_p header inclusion
2019-07-09 Ivailo MonevQFontPrivate cleanup
2019-07-09 Ivailo Monevmark all QHash() arguments as const
2019-07-09 Ivailo Monevindentation
2019-07-09 Ivailo Monevremove redundant error from qglobal header
2019-07-09 Ivailo Monevupdate README [ci skip]
2019-07-09 Ivailo Monevadd simple QHash benchmark with reserve
2019-07-09 Ivailo Monevremove redundant qglobal header inclusion
2019-07-09 Ivailo Monevuse qint16 where applicable
2019-07-09 Ivailo Monevinitialize classlist as list not map in namefsck script
2019-07-09 Ivailo Monevcombine tag and name in benchcompare script
2019-07-09 Ivailo Monevadd simple QHash benchmark to ensure QList is not bench...
2019-07-09 Ivailo Monevfix locale lookup
2019-07-08 Ivailo Monevbenchmark QCryptographicHash with more chunks
2019-07-08 Ivailo Monevremove redundant headers inclusions from QByteArray...
2019-07-07 Ivailo Monevremove now unused QHash macros
2019-07-07 Ivailo Monevif no tag is available use name in benchcompare [ci...
2019-07-07 Ivailo Monevhandle the case of no common benchmarks in benchcompare...
2019-07-07 Ivailo Monevset iterations to 100 and handle float in benchcompare...
2019-07-07 Ivailo Monevdisable tests in Travis again
2019-07-07 Ivailo Monevadd benchcompare script
2019-07-07 Ivailo Monevavoid temporaries in QLocale
2019-07-07 Ivailo Monevreplace hardcoded QVariant::LastType with the enum
2019-07-07 Ivailo Monevmake private QLocale data actually private
2019-07-07 Ivailo Monevqnetworkreply and tcpserver benchmarks are broken
2019-07-07 Ivailo Monevfix build of locale test with QT_NO_SYSTEMLOCALE defined
2019-07-07 Ivailo Monevresize output string before filling it with data from...
2019-07-06 Ivailo Monevfix regression since db88a21f69ce15d24418297ef6c467c99f...
2019-07-06 Ivailo Monevdeclarative script benchmark requires gui
2019-07-06 Ivailo Monevproperly detect indentation chars in javascriptcore...
2019-07-06 Ivailo Monevbenchmark fixes
2019-07-06 Ivailo Monevremove bogus BoomBlock component test
2019-07-06 Ivailo Monevqdeclarativemetaproperty benchmark fix
2019-07-06 Ivailo Monevregenerate javascriptcore grammar
2019-07-06 Ivailo Monevfix build with GLib2 option on
2019-07-06 Ivailo Monevqmltime benchmark is interactive
2019-07-06 Ivailo Monevqgraphicsview benchmark fix
2019-07-06 Ivailo Monevqimagereader benchmark fix
2019-07-06 Ivailo Monevremove unused characters table
2019-07-06 Ivailo Monevqregexp benchmark fix
2019-07-06 Ivailo Monevqwaitcondition benchmark is broken
2019-07-05 Ivailo Monevuse proper type to store QLineEdit alignment
2019-07-05 Ivailo Monevoptimize QImage::loadFromData()
2019-07-05 Ivailo Monevremove unused QImageWriterPrivate member
2019-07-05 Ivailo MonevQFile benchmark fix
2019-07-05 Ivailo Monevremove windows specific qfile benchmarks
2019-07-05 Ivailo Monevremove eucKr codec reference
2019-07-05 Ivailo Monevattempt to workound the tests timeout in Travis
2019-07-05 Ivailo Monevupdate README [ci skip]
2019-07-04 Ivailo MonevQDBusMessage::setDelayedReply() cannot be const
2019-07-04 Ivailo Monevuse const-ref for argument in QSharedNetworkSessionMana...
2019-07-04 Ivailo Monevremove redundant friend class declaration
2019-07-04 Ivailo Monevoptimize Xlfd encoding table lookup
2019-07-04 Ivailo Monevremove unused QNetworkSessionPrivate member
2019-07-04 Ivailo Monevreplace inline function with its body
2019-07-04 Ivailo Monevavoid temporary in calcRadialPos()
2019-07-04 Ivailo Monevavoid temporary in QStyle::itemTextRect()
2019-07-04 Ivailo Monevavoid temporary in QStyle::itemPixmapRect()
2019-07-04 Ivailo Monevreimplement widgets attributes handling
2019-07-03 Ivailo MonevRevert "replace supposedly invalid case with assert"
2019-07-03 Ivailo Monevremove redundant QProcessEnvironmentPrivate lock
2019-07-03 Ivailo Monevreplace supposedly invalid case with assert
2019-07-03 Ivailo Monevuse QImage::constBits() and correct casts
2019-07-03 Ivailo Moneveffectively revert QWaitCondition changes
2019-07-03 Ivailo Monevoptimize QTextFormatPrivate::property()
2019-07-03 Ivailo Monevoptimize QImage comparison
2019-07-03 Ivailo Monevqobject test requires gui
2019-07-03 Ivailo Monevqtconfig branding
2019-07-02 Ivailo Monevremove unused QAdoptedThread function
2019-07-02 Ivailo Monevmove some temporaries near their usage
2019-07-02 Ivailo Monevremove unused internal functionality
2019-07-02 Ivailo Monevremove redundant lock from QSemaphore::available()
2019-07-02 Ivailo Monevadd missing stub to QWaitCondition
2019-07-02 Ivailo Monevcorrect comment in qtldurl_p header
2019-07-02 Ivailo Monevremove now unused report_error()
2019-07-02 Ivailo Monevreimplement QWaitCondition
2019-07-02 Ivailo Monevreimplement some QThread functions
2019-07-02 Ivailo Monevadd qmutex, qthread and qwaitcondition tests
next