Re: [Development] Nominating Artem Sokolovskii

2023-08-15 Thread Alessandro Portale via Development
+1 Disclaimer: He did never beat me in table kicker (perhaps out of kindness) From: Development on behalf of Marcus Tillmanns via Development Sent: Tuesday, August 8, 2023 15:25 To: development@qt-project.org Subject: [Development] Nominating Artem Soko

Re: [Development] Nominating Marcus Tillmanns as Approver

2022-11-22 Thread Alessandro Portale via Development
Hey, I wanted to nominate him! Anyways, +1, Br, Alessandro (Disclaimer: Marcus regularly lets me win in table tennis) Von: Development im Auftrag von Jaroslaw Kobus via Development Gesendet: Dienstag, 22. November 2022 22:49 An: A. Pönitz; development

Re: [Development] Version-controlling the SVGs of built-in icons

2021-06-18 Thread Alessandro Portale
We could store the icon graphics as serialized QPictures of "recorded" QSvgRenderer::render()s. Of course only if we believe that QtSvg is able to render icons (which is what I believe, given that the "Iso Icons" do the same: https://doc.qt.io/qtcreator/qtquick-iso-icon-browser.html ) Alessandr

Re: [Development] Version-controlling the SVGs of built-in icons

2021-06-18 Thread Alessandro Portale
Very interesting topic, indeed. Thanks. In order to support High-DPI and themed looks in Qt Creator, we switched from a decade-old collection of PNGs with unknown origins inconsistent looks to having everything in an SVG document under source control: https://github.com/qt-creator/qt-creator/

[Development] Nominating Cristian Adam as approver

2019-11-08 Thread Alessandro Portale
Hi, I like to propose Cristian Adam as an approver. Cristian has been around Qt (and Qt Creator) for what feels like a decade,  contributing and inspiring, professionally and privately. Half a Year ago, he finally joined The Qt Company and used his chance to live out some of his (may I say...)

Re: [Development] Gerrit is back

2019-05-23 Thread Alessandro Portale
Please accept also my thank You's. The update definitely brings many improvements and much fresh air :) Br, Alessandro Von: Development im Auftrag von Simon Hausmann Gesendet: Donnerstag, 23. Mai 2019 09:32 An: Jukka Jokiniva; development@qt-project.org Betreff

Re: [Development] quickcontrols has now a hard dependancy on widgets.

2014-12-15 Thread Alessandro Portale
On Mon, Dec 15, 2014 at 12:04 PM, deDietrich Gabriel wrote: > [...] The widgets dependency is automatic [...] except on mobile platforms > [...] A bit OOT, but having the same logic for QtSvg would be great! (Yes, QtSvg unfortunately depends on QtWidgets, regardless of the target platform). /me

Re: [Development] Color Management support in Qt 5?

2013-11-13 Thread Alessandro Portale
On Sat, Nov 9, 2013 at 12:50 PM, Olivier Goffart wrote: > Allow me to disagree :-) > How usefull are 1-4 without 99? What exactly can you do with that > information. I think that in the meantime this has been well reasoned by Kai-Uwe and John: It could be a sane starting point and be needed API

Re: [Development] Color Management support in Qt 5?

2013-11-08 Thread Alessandro Portale
Allow me jump into this topic to contribute to its liveliness :) The term "Color Management" has been used in different ways here on the list. Lately, it was about how to blend images in a non-linear color space. That is IMHO perhaps a small and not "that typical" part of what color management mea

Re: [Development] Replacing Cleanlooks and Plastique

2012-10-15 Thread Alessandro Portale
Not 100% sure what effective impact it will have for some end-users if the styles move from qtbase to separate addons. Therefore, my comments will be purly subjective. Please don't take them too serious :) Imagine the voice of Karl Lagerfeld speaking out my comments. On Mon, Oct 15, 2012 at 3:56 P

Re: [Development] Color Profile support on Qt

2012-08-01 Thread Alessandro Portale
On Wed, Aug 1, 2012 at 8:58 PM, John Layt wrote: > Do we really need to do this in 5.0? +1 Do we really need to rush with this? ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Color Profile support on Qt

2012-07-16 Thread Alessandro Portale
On Mon, Jul 16, 2012 at 7:07 PM, Olivier Goffart wrote: > All QPainter operations (at least in the raster engine) assume a linear color > space. That means that the color conversion need to hapen last, right before > being shown to the screen. After all kind of blending operations or anything > do