qt5base-lts/tests/auto
Jean-Michaël Celerier e6a7b61d27 Add clear, reserve and capacity methods to QPainterPath
This allows anticipating and reusing internal allocations of
QPainterPathElements instead of using the common `m_myPath = QPainterPath{}` pattern.

[ChangeLog][QtGui][QPainterPath] Added clear(), reserve(), capacity().
clear() removes allocated QPainterPath elements but preserves allocated memory, which can be
useful for application with complex paths that are often recreated. reserve() and capacity()
follow QVector semantics.

Change-Id: I763461e2a421feda9053d3eb512af2fcf07ade2b
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2019-01-08 08:25:02 +00:00
..
android Updated license headers 2016-01-21 18:55:18 +00:00
bic/data Add binary compatibility files for 5.11 for QtBase 2018-06-05 06:00:28 +00:00
cmake Export modules' enabled/disabled features to cmake 2018-09-28 13:10:28 +00:00
concurrent Merge remote-tracking branch 'origin/5.11' into dev 2018-02-16 08:54:58 +01:00
corelib Merge remote-tracking branch 'origin/5.12' into dev 2019-01-07 01:00:08 +01:00
dbus QDBusServiceWatcher namespace prefix support 2018-11-06 09:52:09 +00:00
gui Add clear, reserve and capacity methods to QPainterPath 2019-01-08 08:25:02 +00:00
guiapplauncher Fix path to examples part of tst_GuiAppLauncher 2015-02-13 07:28:15 +00:00
installed_cmake
network QSsl: do not wait for 'connected'/'encrypted' if a protocol is disabled 2018-12-21 03:28:47 +00:00
opengl macOS: Skip tst_QGLThreads::renderInThread 2018-11-09 08:10:36 +00:00
other Add lancelot tests to verify vertical alignment of inline images 2018-12-03 07:52:55 +00:00
printsupport Merge remote-tracking branch 'origin/5.11' into dev 2018-05-03 14:50:22 +02:00
shared Read font selection flags and use them when querying for metrics 2018-11-30 16:15:03 +00:00
sql Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threads 2018-12-23 11:41:36 +00:00
testlib Add a testlib selftest for the watchdog 2018-12-06 18:29:47 +00:00
tools Merge remote-tracking branch 'origin/5.12' into dev 2019-01-07 01:00:08 +01:00
widgets Merge remote-tracking branch 'origin/5.12' into dev 2019-01-07 01:00:08 +01:00
xml Don't indefinitely wait for data if it was able to read some data 2018-01-24 05:54:31 +00:00
auto.pro winrt: Skip network auto tests for now 2018-06-22 05:02:39 +00:00
network-settings.h Docker-based test servers for network-related Qt autotests on macOS 2018-10-18 19:22:46 +00:00
testserver.pri Revert "Disable Docker-based test servers on macOS temporarily" 2019-01-03 03:27:32 +00:00