Re: [Development] Nominating Jøger Hansegård for approver rights

2024-03-14 Thread lj p
+1

> On 14 Mar 2024, at 19:06, Tor Arne Vestbø via Development 
>  wrote:
> 
> Hi,
> 
> I would like to nominate Jøger Hansegård for approver rights in the Qt 
> project.
> 
> Jøger joined The Qt Company 10 months ago and has since then been getting his 
> hands dirty in Qt Multimedia, and lately focusing on color management.
> 
> Jøger is a thorough and responsible engineer and I trust that he will make a 
> good approver for the Qt project.
> 
> Authored changes: 
> https://codereview.qt-project.org/q/owner:joger.hansegard%2540qt.io
> Reviews: 
> https://codereview.qt-project.org/q/reviewer:joger.hansegard%2540qt.io
> 
> Cheers,
> Tor Arne
> -- 
> Development mailing list
> Development@qt-project.org
> https://lists.qt-project.org/listinfo/development

-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Nominating Jøger Hansegård for approver rights

2024-03-14 Thread Rafael Roquetto

+1

On 14/3/24 19:06, Tor Arne Vestbø via Development wrote:

Hi,

I would like to nominate Jøger Hansegård for approver rights in the Qt 
project.


Jøger joined The Qt Company 10 months ago and has since then been 
getting his hands dirty in Qt Multimedia, and lately focusing on color 
management.


Jøger is a thorough and responsible engineer and I trust that he will 
make a good approver for the Qt project.


Authored changes: 
https://codereview.qt-project.org/q/owner:joger.hansegard%2540qt.io 

Reviews: 
https://codereview.qt-project.org/q/reviewer:joger.hansegard%2540qt.io 



Cheers,
Tor Arne


--
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


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 use-case."?

We have internal docs at https://contribute.qt-project.org/doc/

They are rather bulky (so probably it’s best that we don’t bloat the Qt 
installation with internal docs); and this way we maintain a clear and 
unambiguous division between public API (what you can see in the help docs that 
we do ship) and those that are meant only for Qt contributors, or for 
unsupported application hack-arounds.

Doxygen has a lot of useful features for this purpose.  (qdoc also has strong 
points, especially its QML support, and low-impedance customizability.  It’s 
fine to keep using it for the public API docs IMO.)

I’ll keep working on improving those internal docs as a background task over 
time, and would encourage everyone else who can help.  Hopefully every class 
and function already shows up there somehow (albeit not yet all submodules); 
and we have some \internal doc comments that explain some dark corners, 
implementation details that would otherwise be hard to understand just by 
reading the code.  Often some diagrams are helpful; and this is where doxygen 
really shines.  You get a standard set of UML diagrams for free, and you can 
use PlantUML syntax or graphviz syntax for custom diagrams.

So especially, whenever your understanding of some algorithm or data structure 
in Qt seems particularly hard-won, I think you should write an \internal doc 
comment nearby, to describe those details of the class or method(s), while it’s 
fresh in your head.  Those comments will show up in the contributor docs (they 
should be built daily if nothing is going wrong; I’m not sure ATM).  (And if 
you want to check the rendering, you can run doxygen locally.  It takes more 
time and memory though, compared to a regular “ninja docs" build.)

I.e. if you understand what QDeferredDeleteEvent::loopLevel() is for, you can 
write a nice description for it right now, and also link to the places where we 
need it.  
https://contribute.qt-project.org/doc/db/deb/classQDeferredDeleteEvent.html 
doesn’t say much so far.

Otherwise, I think we should not constrain ourselves for even more 
compatibility than we already have.  It’s hard enough to keep the public API 
the same while we find better means of implementation.  Internal stuff is 
subject to change.

-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Nominating Jøger Hansegård for approver rights

2024-03-14 Thread Thiago Macieira
On Thursday, 14 March 2024 02:06:23 PDT Tor Arne Vestbø via Development wrote:
> Jøger joined The Qt Company 10 months ago and has since then been getting
> his hands dirty in Qt Multimedia, and lately focusing on color management.
> 
> Jøger is a thorough and responsible engineer and I trust that he will make a
> good approver for the Qt project.

+1

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Principal Engineer - Intel DCAI Cloud Engineering


smime.p7s
Description: S/MIME cryptographic signature
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Nominating Jøger Hansegård for approver rights

2024-03-14 Thread Timur Pocheptsov via Development
+1.

Best regards,
Timur.

From: Development  on behalf of Axel Spoerl 
via Development 
Sent: Thursday, March 14, 2024 12:24 PM
To: development 
Subject: Re: [Development] Nominating Jøger Hansegård for approver rights

+1

Von: Development  im Auftrag von Tor Arne 
Vestbø via Development 
Gesendet: Donnerstag, 14. März 2024 10:06
An: development 
Betreff: [Development] Nominating Jøger Hansegård for approver rights

Hi,

I would like to nominate Jøger Hansegård for approver rights in the Qt project.

Jøger joined The Qt Company 10 months ago and has since then been getting his 
hands dirty in Qt Multimedia, and lately focusing on color management.

Jøger is a thorough and responsible engineer and I trust that he will make a 
good approver for the Qt project.

Authored changes: 
https://codereview.qt-project.org/q/owner:joger.hansegard%2540qt.io
Reviews: https://codereview.qt-project.org/q/reviewer:joger.hansegard%2540qt.io

Cheers,
Tor Arne
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


[Development] [Announce] Qt Creator 13 RC released

2024-03-14 Thread List for announcements regarding Qt releases and development via Announce via Development
We are happy to announce the release of Qt Creator 13 RC!
https://www.qt.io/blog/qt-creator-13-rc-released

-- 
Eike Ziller
Principal Software Engineer

The Qt Company GmbH
Erich-Thilo-Str. 10
12489 Berlin, Germany
eike.zil...@qt.io
https://qt.io

Geschäftsführer: Mika Pälsi,
Juha Varelius, Jouni Lintunen
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 
144331 B


___
Announce mailing list
annou...@qt-project.org
https://lists.qt-project.org/listinfo/announce
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Nominating Jøger Hansegård for approver rights

2024-03-14 Thread Axel Spoerl via Development
+1

Von: Development  im Auftrag von Tor Arne 
Vestbø via Development 
Gesendet: Donnerstag, 14. März 2024 10:06
An: development 
Betreff: [Development] Nominating Jøger Hansegård for approver rights

Hi,

I would like to nominate Jøger Hansegård for approver rights in the Qt project.

Jøger joined The Qt Company 10 months ago and has since then been getting his 
hands dirty in Qt Multimedia, and lately focusing on color management.

Jøger is a thorough and responsible engineer and I trust that he will make a 
good approver for the Qt project.

Authored changes: 
https://codereview.qt-project.org/q/owner:joger.hansegard%2540qt.io
Reviews: https://codereview.qt-project.org/q/reviewer:joger.hansegard%2540qt.io

Cheers,
Tor Arne
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Nominating Jøger Hansegård for approver rights

2024-03-14 Thread Liang Qi via Development
+1

--Liang

From: Development  on behalf of Tor Arne 
Vestbø via Development 
Sent: Thursday, March 14, 2024 10:06 AM
To: development 
Subject: [Development] Nominating Jøger Hansegård for approver rights

Hi,

I would like to nominate Jøger Hansegård for approver rights in the Qt project.

Jøger joined The Qt Company 10 months ago and has since then been getting his 
hands dirty in Qt Multimedia, and lately focusing on color management.

Jøger is a thorough and responsible engineer and I trust that he will make a 
good approver for the Qt project.

Authored changes: 
https://codereview.qt-project.org/q/owner:joger.hansegard%2540qt.io
Reviews: https://codereview.qt-project.org/q/reviewer:joger.hansegard%2540qt.io

Cheers,
Tor Arne
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Nominating Jøger Hansegård for approver rights

2024-03-14 Thread Eskil Abrahamsen Blomfeldt via Development
+1 🙂

Eskil Abrahamsen Blomfeldt
Senior Manager, Graphics

The Qt Company
Sandakerveien 116
0484 Oslo, Norway
eskil.abrahamsen-blomfe...@qt.io
http://qt.io

From: Development  on behalf of Tor Arne 
Vestbø via Development 
Sent: Thursday, March 14, 2024 10:06 AM
To: development 
Subject: [Development] Nominating Jøger Hansegård for approver rights

Hi,

I would like to nominate Jøger Hansegård for approver rights in the Qt project.

Jøger joined The Qt Company 10 months ago and has since then been getting his 
hands dirty in Qt Multimedia, and lately focusing on color management.

Jøger is a thorough and responsible engineer and I trust that he will make a 
good approver for the Qt project.

Authored changes: 
https://codereview.qt-project.org/q/owner:joger.hansegard%2540qt.io
Reviews: https://codereview.qt-project.org/q/reviewer:joger.hansegard%2540qt.io

Cheers,
Tor Arne
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


[Development] Nominating Jøger Hansegård for approver rights

2024-03-14 Thread Tor Arne Vestbø via Development
Hi,

I would like to nominate Jøger Hansegård for approver rights in the Qt project.

Jøger joined The Qt Company 10 months ago and has since then been getting his 
hands dirty in Qt Multimedia, and lately focusing on color management.

Jøger is a thorough and responsible engineer and I trust that he will make a 
good approver for the Qt project.

Authored changes: 
https://codereview.qt-project.org/q/owner:joger.hansegard%2540qt.io
Reviews: https://codereview.qt-project.org/q/reviewer:joger.hansegard%2540qt.io

Cheers,
Tor Arne
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development