Re: [Development] Why does QQuickImageProvider not support SVG images?

2025-03-13 Thread Shawn Rutledge via Development
> On Mar 12, 2025, at 09:46, Schimkowitsch Robert > wrote: > > Hi, > I immediately jumped on the brand-new VectorImage, and quickly found, to my > disappointment, that I cannot use it, because I am missing an important piece. > How am I supposed to pass a memory-generated SVG via URL? > Norm

[Development] Nominating Oliver Eftevaag as maintainer of Qt Quick Dialogs

2024-11-29 Thread Shawn Rutledge via Development
I’m nominating Oliver Eftevaag as the maintainer of Qt Quick Dialogs. He was instrumental in the process of rewriting the old version to use Qt Quick Controls 2 and refining the API that the dialogs now have; and he has been acting as the de-facto maintainer since then. You can see his patches

Re: [Development] RFC: Scriptable Widgets

2024-11-28 Thread Shawn Rutledge via Development
> On Nov 28, 2024, at 09:08, Fabian Kosmale via Development > wrote: > - Some are already (indirectly) exposed via Q_PROPERTY; should anyone decide > to expose those Widgets to QML (or some other language binding working on the > meta-object system), this would cause some friction because ther

Re: [Development] On Removing Public Undocumented/\internal APIs

2024-03-14 Thread Shawn Rutledge via Development
On Mar 13, 2024, at 12:30 AM, Marc Mutz via Development wrote: TL;DR: Make qdoc openly document \internal members of documented classes/namespaces or defined in public headers as "Internal. Subject to change without notice. If you feel this function should be public, file a bug report with your

Re: [Development] Nominating Matthias Rauter for approval status

2024-01-30 Thread Shawn Rutledge via Development
On Jan 30, 2024, at 5:11 AM, Paul Tvete via Development wrote: Hi, I would like to nominate Matthias Rauter as an approver for the Qt Project. +1 -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Marking the Tech Preview APIs as such

2024-01-22 Thread Shawn Rutledge via Development
On Jan 22, 2024, at 10:41 AM, Giuseppe D'Angelo via Development wrote: Hi, A number of classes and functions that are going to be introduced in 6.7 are meant to be "tech preview", and thus they may pass the header review even if we are aware of some limitations or issues with their design.

Re: [Development] New assign() Functionality Added to Qt Containers

2023-09-06 Thread Shawn Rutledge via Development
Sounds efficient. What is the meaning of the tilde the way you are using it here in operator=(~) ? > On 6 Sep 2023, at 11:30, Dennis Oberst via Development > wrote: > > Hello everyone, > > I would like to inform you that we've added assign(~) functionality to the > following > Qt containers:

Re: [Development] Nominating Santhosh Kumar Selvaraj for approver rights

2023-06-20 Thread Shawn Rutledge via Development
+1 On 20 Jun 2023, at 20:55, Jan-Arve Sæther via Development wrote: Hello all, I would like to nominate Santhosh Kumar Selvaraj for approver rights in the Qt project. Santhosh is a member of the UI Team, and has been working on improvement to our styles, dark mode support, palette handling

Re: [Development] Nominating Edward Welbourne as QLocale / date/time maintainer

2023-05-04 Thread Shawn Rutledge via Development
> On 4 May 2023, at 12:10, Marc Mutz via Development > wrote: > > Hi, > > I'd like to nominate Eddy as the maintainer for the QLocale and > src/corelib/time QtCore subsystems. Eddy is filling that role de-facto > already; making it de-jure sounds only logical. > > I asked, and he'd be on bo

Re: [Development] libQt6Core.so links against both libpcre.so.3 and libpcre2-16.so.0

2023-03-08 Thread Shawn Rutledge via Development
On 8 Mar 2023, at 11:42, Shawn Rutledge via Development wrote: My developer build: $ lddtree /zhome/rutledge/dev/qt6-dbg/qtbase/lib/libQt6Core.so.6.2.0 Oops that was an old leftover; anyway it looks about the same in current dev branch: /home/rutledge/dev/qt6-dbg/qtbase/lib/libQt6Core.so

Re: [Development] libQt6Core.so links against both libpcre.so.3 and libpcre2-16.so.0

2023-03-08 Thread Shawn Rutledge via Development
> On 8 Mar 2023, at 11:16, Marc Mutz via Development > wrote: > > Hi, > > Did my first conscious ldd on QtCore todays and just found it curious > that it linked against pcre and pcre2-16. > > Digging, I found that the pcre dep gets dragged in by glib-2.0: > > objdump -p /usr/lib/x86_64-l

Re: [Development] New Qt example development guideline and revamping examples

2023-02-03 Thread Shawn Rutledge via Development
On 3 Feb 2023, at 13:56, Tuukka Turunen via Development wrote: pdf/pdfviewer Depends which one you mean. They are all new and maintained at this point. There is some redundancy on purpose, because there are multiple PDF-viewing components. So I wouldn’t delete any of them. quick/delegate

Re: [Development] CMake UNITY_BUILD ( QTBUG-109394 )

2023-01-17 Thread Shawn Rutledge via Development
> On 16 Jan 2023, at 13:49, Friedemann Kleint via Development > wrote: > > Hi, > > I would like to propose considering making Qt suitable for CMake UNITY_BUILDs > ( https://bugreports.qt.io/browse/QTBUG-109394 , > https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html ) . > > This ha

Re: [Development] Nominating Axel Spoerl as approver

2022-12-05 Thread Shawn Rutledge via Development
+1 I’m impressed with his lack of fear to dig into unfamiliar code to fix old and stubborn bugs, and optimistic attitude. > On 5 Dec 2022, at 10:57, Volker Hilsheimer via Development > wrote: > > Hi, > > > I’d like to nominate Axel Spoerl as an approver for the Qt project. > > Axel has bee

Re: [Development] Renaming quint128

2022-11-18 Thread Shawn Rutledge via Development
On 2022 Nov 18, at 03:13, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: I was working on extended integers and added qint128 and quint128 to qglobal.h Interesting. How far can we go with doubling bits? quint512 in case you have AVX-512 registers? (I must get a laptop with that f