Following up on 20b48ed9e311c529dcce46b31ed0d986ed7e3ed4 "Fix check-if-root for github.com/flathub-infra/vorarbeiter", the next issue those new github actions based flathub test builds run into is > tar: configure: Cannot change ownership to uid 1000, gid 1000: Invalid argument etc.
QtFilePicker's XWindow parent can be either a QtXWindow when native Qt widgets are used, see commit 429b08357e0c904d8096ff5830d844a199cd59b0 Author: Michael Weghorn Date: Fri Feb 21 23:48:47 2025 +0100 tdf#130857 qt weld: Introduce QtXWindow , or a VCLXWindow when vcl::Window is used. Use a different approach for retrieving the native QWidget parent for the file dialog for the VCLXWindow case: The previous low level handling involving resolving the window handle can be problematic in particular on Wayland and is therefore refused with Qt 6, see commit 2f4103da5625a9b90eb41d5c767a248a8d0b4255 Author: Michael Weghorn Date: Fri May 17 17:02:49 2024 +0200 tdf#160565 tdf#145735 qt: Avoid native window handles for Qt 6 .
depending on the meson version also other scripts like src/relative_to.py are run and cause the same problem (namely picking up system python instead of the python meson was run with, see description of df83ad933b11e973855d66792c9aff38714f9201 / the commend in the makefile for more details
To avoid of rivers and too much hyphenation, add minimum and maximum word spacing options, similar to XSL-FO/CSS and DTP software. Only limiting hyphenation was implemented: hyphenation of the words are disabled, if it's possible to expand or shrink the spaces of the line within the values specified by the maximum and minimum word spacing.
This format is necessary for Pixman to be able to use, without a conversion step, high bit depth images from other libraries.
..while latest proper VS 2022 is 17.13.6
...otherwise my macOS build with autogen.input containing (among others)
When a foreign key constraint is placed on a partitioned table, we actually make two pg_constraint entries associated with that table.
There are several errata on Intel regarding the usage of the MONITOR/MWAIT instructions, all having in common that stores to the monitored region might not wake up the CPU. Fix them by forcing the sending of an IPI for the affected models. The Ice Lake issue has been reproduced internally on XenServer hardware, and the fix does seem to prevent it.
A randconfig job failed with the following issue: riscv64-linux-gnu-ld: Xen too large for early-boot assumptions The reason is that enabling the UBSAN config increased the size of the Xen binary. Increase XEN_VIRT_SIZE to reserve enough space, allowing both UBSAN and GCOV to be enabled together, with some slack for future growth. Additionally, add checks to verify that XEN_VIRT_START is 1GB-aligned and XEN_VIRT_SIZE is 2MB-aligned to reduce the number of page tables needed for the initial mapping.
According to RFC 6416 the audio stream sender can pass the data rate for the audio bitstream as "bitrate=" media format parameter.
Just calling QTreeView::setSortingEnabled in QtInstanceTreeView::make_sorted isn't sufficient for the tree view entires to be and remain sorted. It also requires that the tree view uses a model that supports sorting.
This is a subtask of tdf#165742: Chartex charts are lost on input from OOXML and re-export. Build out the narrowest parsing path down to ChartType for funnel charts.
where we can simplify *StringBuffer usage
Instead of returning Graphic, which is fully memory managed and registers into Memorymanager, instead return ImportOutput which returns the bitmap as BitmapEx and animation as Animation objects. The reason is that we don't want to add into a memory managed Graphic after import, as that might not be the intended use and can just cause trashing of Graphic.
This allows automated testing to be truely automated.