[Development] Submitting Qt to oss-fuzz

2018-08-30 Thread Albert Astals Cid via Development
oss-fuzz is an online fuzzing service run by Google. They test daily the code base and run fuzzying over it, maintaining a list of open and closed bugs. As example you can see one of the poppler issues i fixed at https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9382 Everything is

Re: [Development] Submitting Qt to oss-fuzz

2018-08-30 Thread Albert Astals Cid via Development
El dijous, 30 d’agost de 2018, a les 8:59:40 CEST, André Pönitz va escriure: > On Thu, Aug 30, 2018 at 08:42:11PM +0200, Albert Astals Cid via > > Development wrote: > > I made a local test run of the undefined sanitizer and it found > > https://paste.kde.org/prkox41mx

Re: [Development] Submitting Qt to oss-fuzz

2018-08-30 Thread Albert Astals Cid via Development
El dijous, 30 d’agost de 2018, a les 20:42:11 CEST, Albert Astals Cid via Development va escriure: > Unfortunately I have not been able to compile with the memory sanitizer > enabled yet. Done :) https://github.com/albert-astals-cid-kdab/oss-fuzz/commit/b4f28e7dc5e4b936166cda1be36c3bde6b

Re: [Development] Submitting Qt to oss-fuzz

2018-08-31 Thread Albert Astals Cid via Development
El divendres, 31 d’agost de 2018, a les 11:31:16 CEST, Robert Löhning va escriure: > Am 30.08.2018 um 21:30 schrieb Albert Astals Cid via Development: > > El dijous, 30 d’agost de 2018, a les 8:59:40 CEST, André Pönitz va escriure: > >> On Thu, Aug 30, 2018 at 08:42:11PM +0200,

Re: [Development] Submitting Qt to oss-fuzz

2018-08-31 Thread Albert Astals Cid via Development
El divendres, 31 d’agost de 2018, a les 10:27:08 CEST, Edward Welbourne va escriure: > Albert Astals Cid (30 August 2018 20:42) wrote: > > oss-fuzz is an online fuzzing service run by Google. > > Sounds useful. > > > They test daily the code base and run fuzzying over it, maintaining a > > list

Re: [Development] Submitting Qt to oss-fuzz

2018-08-31 Thread Albert Astals Cid via Development
eal, if we could somehow get those mails forwarded to the > > security mailing list. I wonder whether we could do that with a special > > mail account that forwards to the security mailing list. > > > > Cheers, > > Lars > > > >> On 30 Aug 2018, at 20

Re: [Development] QML preprocessor

2019-03-18 Thread Albert Astals Cid via Development
El diumenge, 17 de març de 2019, a les 13:34:09 CET, Alberto Mardegan va escriure: > Hi there! > When developing a QML module for the greater public one wants to > provide a source package that can be built on multiple Qt versions. > However, QML's lack of a preprocessor makes this rather

[Development] Dropping sqlite2 plugin for Qt6/cmake port

2019-05-03 Thread Albert Astals Cid via Development
While trying to get more src/plugins/sqldrivers/ code built with CMake i realized that there is no FindSQLite2.cmake in cmake and we would have to create/maintain our own. Then i realized that the latest release of sqlite2 was on 2005 and thought maybe we can just drop it? So I'm proposing to

Re: [Development] 5.14 API change reviews

2019-08-26 Thread Albert Astals Cid via Development
El dilluns, 26 d’agost de 2019, a les 18:14:01 CEST, Edward Welbourne va escriure: > Hi all, > > As some have clearly noticed unprompted, I've now posted the first > drafts of the 5.14 API change reviews [0], in accordance with QUIP 10 > [1]. Please file bugs in Jira for any changes you object

Re: [Development] Updating/changing "default" branch for qtbase repository

2019-09-16 Thread Albert Astals Cid via Development
El dilluns, 16 de setembre de 2019, a les 13:22:22 CEST, Frederik Gladhorn va escriure: > On mandag 16. september 2019 12:22:06 CEST Edward Welbourne wrote: > > Albert Astals Cid (16 September 2019 11:33) wrote: > > > If i do > > > > > > git clone

Re: [Development] Changes to Qt offering

2020-01-27 Thread Albert Astals Cid via Development
El dilluns, 27 de gener de 2020, a les 15:34:44 CET, Lars Knoll va escriure: > Hi all, > > The Qt Company has done some adjustments to the Qt will be offered in the > future. Please check out https://www.qt.io/blog/qt-offering-changes-2020 . > > The change consists of three parts > None of these

Re: [Development] Proposal: Deprecate QVector in Qt 6

2020-04-23 Thread Albert Astals Cid via Development
El dijous, 23 d’abril de 2020, a les 10:27:15 CEST, Simon Hausmann va escriure: > Hi Dmitriy, > > No, this is not an April's Foolk joke. > > Previous discussions were largely centred around the implementations and > bringing them together. With this thread my concern is the API and the > churn

Re: [Development] Proposal: Deprecate QVector in Qt 6

2020-04-23 Thread Albert Astals Cid via Development
El dijous, 23 d’abril de 2020, a les 9:43:33 CEST, Simon Hausmann va escriure: > Hi, > > In dev we've had QVector being an alias for QList for a while now. For the > 6.0 release this particular topic (QList/QVector) suggests two goals (among > others): > > (1) Use the same type throughout

Re: [Development] Proposal: Deprecate QVector in Qt 6

2020-04-23 Thread Albert Astals Cid via Development
El dijous, 23 d’abril de 2020, a les 9:43:33 CEST, Simon Hausmann va escriure: > Hi, > > In dev we've had QVector being an alias for QList for a while now. It's the other way around, isn't it? corelib/tools/qcontainerfwd.h: template using QList = QVector; Cheers, Albert -- Albert Astals

Re: [Development] Proposal: Deprecate QVector in Qt 6

2020-04-23 Thread Albert Astals Cid via Development
Qt5 QVector and deprecate Qt6 QVector or Qt6 QList == Qt5 QList and deprecate Qt6 QVector Cheers, Albert > > > Simon > > > From: Development on behalf of Albert > Astals Cid via Development Sent: Thursday, > April 23, 2020 10:16 > To: de

Re: [Development] QVariant comparison in Qt6

2020-09-18 Thread Albert Astals Cid via Development
El divendres, 18 de setembre de 2020, a les 2:54:53 CEST, Thiago Macieira va escriure: > On Thursday, 17 September 2020 16:15:47 PDT Bernhard Lindner wrote: > > Hi! > > > > There was a discussion about the decision to deprecate (remove?) QVariant > > comparison (<,>) in Qt6 completely. > > > >

Re: [Development] QVariant comparison in Qt6

2020-09-18 Thread Albert Astals Cid via Development
El divendres, 18 de setembre de 2020, a les 10:37:36 CEST, Lars Knoll va escriure: > > On 18 Sep 2020, at 10:28, Albert Astals Cid > > wrote: > > El divendres, 18 de setembre de 2020, a les 10:22:16 CEST, Lars Knoll va > > escriure: > > >> Sorting and equality are two different things.

Re: [Development] QVariant comparison in Qt6

2020-09-18 Thread Albert Astals Cid via Development
El divendres, 18 de setembre de 2020, a les 11:00:23 CEST, André Somers va escriure: > On 18-09-2020 09:12, Albert Astals Cid via Development wrote: > > El divendres, 18 de setembre de 2020, a les 2:54:53 CEST, Thiago Macieira > > va> > > escriure: > >> On Thu

Re: [Development] QVariant comparison in Qt6

2020-09-18 Thread Albert Astals Cid via Development
El divendres, 18 de setembre de 2020, a les 10:22:16 CEST, Lars Knoll va escriure: > Sorting and equality are two different things. QVariant has never supported > a lessThan operator. Yes, it has https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qvariant.h?h=5.15#n467 Cheers,

Re: [Development] QVariant comparison in Qt6

2020-09-18 Thread Albert Astals Cid via Development
El divendres, 18 de setembre de 2020, a les 13:25:45 CEST, Lars Knoll va escriure: > > On 18 Sep 2020, at 11:23, Albert Astals Cid via Development > > wrote: > > El divendres, 18 de setembre de 2020, a les 11:00:23 CEST, André Somers va > > escriure: > > &g

Re: [Development] First Qt6.0.0 Snaphot available

2020-06-15 Thread Albert Astals Cid via Development
El dilluns, 15 de juny de 2020, a les 14:06:00 CEST, Jani Heikkinen va escriure: > Hi Everyone, > > We have published first Qt6.0.0 snapshot today, see more info from Tuukka's > blog post: https://www.qt.io/blog/first-qt-6.0-snapshot-available > > Qt 6.0.0 snapshot can be found from 'Preview'

Re: [Development] Do we need version tags in released src packages?

2021-08-13 Thread Albert Astals Cid via Development
El divendres, 13 d’agost de 2021, a les 9:17:16 (CEST), Jani Heikkinen va escriure: > Hi! > > We are planning to simplify our packaging and releasing scripts and one > thing which would simplify our scripts is removal of version tag parsing > for src (and example) packages. So the question is if

Re: [Development] Do we need version tags in released src packages?

2021-08-13 Thread Albert Astals Cid via Development
El divendres, 13 d’agost de 2021, a les 11:06:07 (CEST), Jani Heikkinen va escriure: > Hi, > > > -Original Message- > > From: Edward Welbourne > > Sent: perjantai 13. elokuuta 2021 10.43 > > To: Jani Heikkinen > > Cc: Albert Astals Cid ; development@qt- > > project.org > > Subject: Re:

[Development] Implementing small SVG 1.1 features (as opposed to SVG Tiny 1.2)

2021-10-13 Thread Albert Astals Cid via Development
Hello, I understand that the current QtSVG support is clearly stated to be SVG Tiny 1.2 We have some clients that would like to add some rendering features from the non Tiny variant. For example supporting x,y attributes in tspan. This would help fixing the rendering of the attached SVG

Re: [Development] Qt 6.2.2 Released

2021-12-01 Thread Albert Astals Cid via Development
El dimecres, 1 de desembre de 2021, a les 13:48:57 (CET), Jani Heikkinen va escriure: > Hi all! > > We have released Qt 6.2.2 today, see > https://www.qt.io/blog/qt-6.2.2-released Should https://wiki.qt.io/MinGW be updated to point to the new and shiny mingw used in Qt 6.2.2? Cheers, Albert

Re: [Development] Chief Maintainer election

2022-06-02 Thread Albert Astals Cid via Development
El dijous, 2 de juny de 2022, a les 11:46:45 (CEST), Lars Knoll va escriure: > Hi all, > > The nomination period for the Qt Chief Maintainer election ended yesterday > night. > I’m very happy to say that we have two excellent candidates for the position > with Allan and Volker. Both have been