qt6-bb10/src/gui
Marc Mutz 36709d7dd5 QPointerEvent: de-inline point(i)
This function contributed 1.2s of the total 361s (0.34%) to KDDockWidgets
compilation time, according to a trace generated by Sergio Martins:

    **** Time summary:
    Compilation (146 times):
      Parsing (frontend):          343.2 s
      Codegen & opts (backend):     18.1 s

    **** Templates that took longest to instantiate:
      [...]
      1228 ms: QList<QEventPoint>::operator[] (59 times, avg 20 ms)
      1213 ms: QList<QEventPoint>::detach (59 times, avg 20 ms)
      1209 ms: QArrayDataPointer<QEventPoint>::detach (59 times, avg 20 ms)
      1202 ms: QArrayDataPointer<QEventPoint>::reallocateAndGrow (59 times, avg 20 ms)

Task-number: QTBUG-97601
Pick-to: 6.3
Change-Id: I5f4ff9843f7deff9f390c465df28cba3391e048b
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2022-01-04 21:36:54 +00:00
..
accessible gui: Fix typos in documentation 2021-10-12 12:52:02 +02:00
animation Remove the qmake project files 2021-01-07 15:32:28 +01:00
doc Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-09 22:20:04 +01:00
image QImageReader: check allocation limit for minimum 32 bpp 2021-11-22 14:29:20 +01:00
itemmodels Eradicate Q_FOREVER from header files 2021-12-28 23:09:41 +01:00
kernel QPointerEvent: de-inline point(i) 2022-01-04 21:36:54 +00:00
math3d gui: Fix typos in documentation 2021-10-12 12:52:02 +02:00
opengl Revert "Add support for EGL_EXT_platform_xcb" 2021-11-02 14:05:27 +02:00
painting Remove unused internal flag from raster painting engine 2021-12-28 11:20:13 +00:00
platform qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key() 2021-12-06 15:41:33 +01:00
rhi rhi: Drop the profiler for now 2022-01-04 13:00:40 +01:00
text Avoid crash on app startup if the default font family is empty 2022-01-03 09:00:04 +01:00
util QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversion 2021-12-03 12:57:39 +00:00
vulkan codechecker: Add assert for implicit condition 2021-06-18 10:37:17 +02:00
CMakeLists.txt rhi: Drop the profiler for now 2022-01-04 13:00:40 +01:00
QtGui.dynlist
configure.cmake CMake: Enable -bundled-xcb-xinput by default 2021-11-18 02:32:58 +02:00
qt_cmdline.cmake Remove the deprecated -qpa-platform-guard argument 2020-08-23 11:05:14 +02:00
qtgui.tracepoints Fix compilation error when LTTng enabled 2021-03-25 15:37:55 +09:00