Re: [Development] Renaming QGenericItemModel

2025-05-20 Thread Richard Gustavsen via Development
the range API directly on QRangeModel instead? E.g: QRangeModel model({1, 2, 3, 4, 5}); listView.setModel(&model); model.erase(model.begin()); model[0] = x; model.push_back(y); -Richard -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] Requesting a repository for the Figma Style Generator Tool

2024-12-03 Thread Richard Gustavsen via Development
Hi, I would like to request for a new repository: Name of the repository: qt-labs/figma-style-generator.git Description: A tool for generating Quick Controls styles from Figma designs Responsible person: Richard Moe Gustavsen Gerrit user/email: Richard / richard.gustav...@qt.io The UI Team has

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

2024-12-03 Thread Richard Gustavsen via Development
+1 -Richard > On 29 Nov 2024, at 22:29, Shawn Rutledge via Development > wrote: > > 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 th

Re: [Development] Qt Examples need to be self-contained

2024-03-08 Thread Richard Gustavsen via Development
h the Qt source code)? -Richard *: This probably comes from the time when Controls was a separate repository, and couldn’t be used by Declarative. -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Nominating Matthias Rauter for approval status

2024-01-30 Thread Richard Gustavsen via Development
+1 -Richard On 30 Jan 2024, at 13:11, Paul Tvete via Development wrote: Hi, I would like to nominate Matthias Rauter as an approver for the Qt Project. Matthias has been working on Qt for more than a year now. In this time, he has done great work on Qt Location and Qt SVG, among other. I

Re: [Development] QSortFilterProxyModel: recursiveFilteringEnabled

2023-09-25 Thread Richard Gustavsen via Development
reat addition to the public interface. Create task for it. And then anyone that disagrees or have alternative proposals can comment on it. -Richard -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] QSortFilterProxyModel: recursiveFilteringEnabled

2023-09-21 Thread Richard Gustavsen via Development
that has children in the original source model (since you don’t want to include the parent nodes, I take it). -Richard -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] QSortFilterProxyModel: recursiveFilteringEnabled

2023-09-21 Thread Richard Gustavsen via Development
. -Richard > On 20 Sep 2023, at 20:31, László Papp wrote: > > Yes, I have tried that, thanks. > > bool TableProxyModel::filterAcceptsRow(int sourceRow, >const QModelIndex &sourceParent) const > { > QModelIndex index = sourc

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

2023-06-20 Thread Richard Gustavsen via Development
+1 Richard 20. jun. 2023 kl. 20:58 skrev Jan-Arve Sæther via Development :  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

Re: [Development] How to fix TableView's API break?

2022-12-21 Thread Richard Gustavsen via Development
put. I’m sure you’re not alone in thinking that the order of the arguments should have been swapped from the start. Feel free to create some JIRA tasks and assign them to me, so that we can keep track of suggestions and other things that should ideally be changed. -Richard

Re: [Development] How to fix TableView's API break?

2022-12-20 Thread Richard Gustavsen via Development
https://codereview.qt-project.org/c/qt/qtdeclarative/+/449862 -Richard ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] How to fix TableView's API break?

2022-12-19 Thread Richard Gustavsen via Development
e arguments got swapped in the process, exactly to be consistent with the rest of the TableView API (that is, the two other functions that takes a column and a row as argument. Changing that back in Qt 6.5 wouldn’t help much, since we would still end up with a Qt version that is different

Re: [Development] How to fix TableView's API break?

2022-12-19 Thread Richard Gustavsen via Development
base class (TableView), > and the arguments swapped for it, so now it's > TableView::modelIndex(column,row). That is a problem, yes. Good catch. Not sure how that sneaked in, but it needs to be fixed. But this doesn’t require an exception to the FF, we can surely fix up th

Re: [Development] Nominating Axel Spoerl as approver

2022-12-05 Thread Richard Gustavsen via Development
+1 Fra: Development på vegne av Eirik Aavitsland via Development Sendt: mandag 5. desember 2022 11:05 Til: development@qt-project.org Emne: Re: [Development] Nominating Axel Spoerl as approver +1 On 12/5/22 10:57, Volker Hilsheimer via Development wrote: > Hi,

Re: [Development] C++20 goodies (was: Using '#pragma once' instead of include guards?)

2022-10-13 Thread Richard Weickelt
Nice. I'm a bit surprised file_name() returns a char* rather than a std::filesystem::path, but it'll do. It's also nice to see source_location has a function_name() that can finally unify the disparate ways of getting that information. The advantages are for instance that file_name() does

Re: [Development] Redesigning QML value types

2022-09-21 Thread Richard Gustavsen
> 1. Value types are passed by value > 2. Everything is a reference Most languages have a way to specify this in the signature. Swift has the “inout” keyword, c# has “ref”. Have you considered this as an option as well? BR, Richard ___ Devel

Re: [Development] Nominating Volker Hilsheimer as maintainer of Qt Speech

2022-06-13 Thread Richard Gustavsen
+1 -Richard > On Jun 13, 2022, at 9:19 AM, Frederik Gladhorn wrote: > > Hello :) > > I've lately not had time to contribute to Qt (personal life keeping me busy). > Since Volker and others did a great job porting Qt Speech to Qt 6, they know > the code better than

Re: [Development] Nominating Volker Hilsheimer as co-maintainer of Qt Widgets

2022-02-17 Thread Richard Gustavsen
This has now taken effect, and the Wiki has been updated (https://wiki.qt.io/Maintainers). Congratulations Volker! Best Regards, Richard Moe Gustavsen Principal Engineer The Qt Company Oslo, Norway On 25 Jan 2022, at 09:38, Richard Gustavsen mailto:richard.gustav...@qt.io>> wrote: Hi a

Re: [Development] XCB platform plugin maintainer change

2022-02-01 Thread Richard Gustavsen
+1 -Richard > On 1 Feb 2022, at 11:08, Eirik Aavitsland wrote: > > +1 > > On 2/1/22 10:50 AM, Gatis Paeglis wrote: >> Hi all, >> I would like to propose a change in Qt's Linux/XCB maintainership. >> Since 2019, I have moved full time to the Qt for MCUs pr

[Development] Nominating Volker Hilsheimer as co-maintainer of Qt Widgets

2022-01-25 Thread Richard Gustavsen
out maintaining the module for a long time already. So let’s make it formal as well! [1] https://wiki.qt.io/Maintainers#Qt_Maintainers [2] https://codereview.qt-project.org/q/owner:volker.hilsheimer%2540qt.io+repo:qt/qtbase+status:merged Best Regards, Richard Moe Gustavsen Principal Engineer The

Re: [Development] Nominating Morten Sørvig as maintainer of high-DPI

2022-01-03 Thread Richard Gustavsen
+1 Richard On 20 Dec 2021, at 16:35, Tor Arne Vestbø mailto:tor.arne.ves...@qt.io>> wrote: Hello all, I’d like to nominate Morten Sørvig as maintainer of high-DPI in the Qt Project [1]. Morten has been instrumental in the development of Qt’s high-DPI support, and has been the de-

Re: [Development] Nominating Doris Verria as Approver

2021-10-27 Thread Richard Gustavsen
+1 Fra: Development på vegne av Paul Wicking Sendt: onsdag 27. oktober 2021 12:09 Til: Volker Hilsheimer Kopi: development@qt-project.org Emne: Re: [Development] Nominating Doris Verria as Approver +1 > On 27 Oct 2021, at 11:56, Volker Hilsheimer wrote: > >

Re: [Development] Nominating Oliver Eftevaag as Approver

2021-10-27 Thread Richard Gustavsen
+1 Fra: Development på vegne av Shawn Rutledge Sendt: onsdag 27. oktober 2021 10:34 Til: development@qt-project.org Emne: Re: [Development] Nominating Oliver Eftevaag as Approver +1 On 2021 Oct 27, at 06:25, Paul Wicking mailto:paul.wick...@qt.io>> wrote: Hi

Re: [Development] Qbs development

2021-09-14 Thread Richard Weickelt
nor has the person contributed to the codebase during the last couple of years. The question is whether this is an abuse of approver rights. This is a relevant question for the Qt project. Any person with approver rights has the ability to cause a production stop. Ivan is asking for help in t

Re: [Development] [Releasing] [Interest] download.qt.io is down

2021-01-20 Thread Richard Weickelt
hat would be beneficial for everyone and lower the utilization of download.qt.io. Richard ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Commercial-only LTS phase starts: Closing the 5.15 branch(es) on 5th January

2021-01-05 Thread Richard Weickelt
> Right. That will become an issue in 4 months when GCC 11 ships with its > internal > header-dependency refactorings, breaking all sorts of Qt code, and > that will then > bubble down to various distro downstreams during this year and next. Then > again, > distro packagers can hopefully handle t

Re: [Development] Proposal: let's use Markdown for the dist/changes changelog

2020-11-03 Thread Richard Gustavsen
er with a couple of tabs open to look up > bugs and code changes. > Yep, same here. Would it be better if we required all commits to have a ChangeLog entry, so that no one forgets? And if your commit shouldn't be in the log, you need to state that expli

Re: [Development] Building additional components with Conan for Qt 6

2020-10-01 Thread Richard Weickelt
Company's position regarding conan-center? Thanks BR Richard Weickelt ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] How to perform unattended installations of Qt? (Was: Changes to Qt offering)

2020-07-14 Thread Richard Weickelt
> Still waiting for instructions on how to do an unattended installation of a > binary Qt. While you are waiting, have you seen those pages? - https://www.qt.io/blog/qt-online-installer-4.0-pre-alpha-released - https://wiki.qt.io/Online_Installer_4.x Bonus: - https://pastebin.com/jUN51zci May

Re: [Development] Windows 7 support will be dropped in Qt 6

2020-06-16 Thread Richard Weickelt
> Oddly enough, continued support for the Free Software ecosystem around > Qt is one of the things most of us who work here care about deeply, so I have no doubts that Qt engineers do. I can see this in in every code reciew and I appreciate it very much! > Our management, in any case, knows full

Re: [Development] GitHub Pull requests

2020-03-15 Thread Richard Weickelt
customized. I have not tried it. > That's why I asked last month (and still have no official reply) on how > the Qt Company suggests we use Qt in public CIs, if the binary build is > locked to Qt Accounts. Do you seriously expect to get a reply? Are you a paying customer? Richard __

Re: [Development] GitHub Pull requests

2020-03-10 Thread Richard Weickelt
validation of the Code Review workflow and keep your external contributors up-to-date on GitHub." I haven't tried it though. Does it work? Maybe there is a project on https://review.gerrithub.io/ where you can see github PR syncing in action. Richard ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Changes to Qt offering

2020-02-18 Thread Richard Weickelt
elevant. You could also contribute to https://github.com/bincrafters/conan-qt and ensure that it is properly working and pre-built binary packages are available. It would be in the best interest of the Qt project and thus also of the Qt company.

Re: [Development] Changes to Qt offering

2020-01-28 Thread Richard Weickelt
>> Maybe you all have great ideas that we missed though. What kind of change do >> you think would give companies a really good reason to buy a license, without >> at the same time hurting the community? I wonder if selling per-developer licenses is still a sustainable business model at all. We a

Re: [Development] Qt Marketplace

2020-01-10 Thread Richard Weickelt
> - Product repo contains a Conan recipe. Conan takes care of > getting/building the dependencies. That sounds interesting. Will the QtCompany use Conan as _the_ package manager for the market place and Qt6? Is there more information available? Thanks R

Re: [Development] Contributing to Qt session at Qt World Summit

2019-11-08 Thread Richard Weickelt
uge difference. Richard ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Qt Contributor Summit 2019 sessions

2019-11-08 Thread Richard Weickelt
ate. Languages like Go and Rust are are popular for a reason. I can't blame the Qt company for not doing this, but I think that an easy-to-use CI service for Qt applications with a Qbs-alike QML-ish DSL could have given QML as well as Qbs much more traction. Oh well... Richard ___

Re: [Development] Where to find development snapshots of Qt

2019-09-25 Thread Richard Weickelt
> You can download snapshot via online installer. At the moment we don't publish > separate src packages to download.qt.io Thanks, but I can't see any Qt snapshots in the online installer. Some of the "preview" packages there are even outdated. This is what I see: https://pasteboard.co/Iz16Exp.pn

Re: [Development] Where to find development snapshots of Qt

2019-09-25 Thread Richard Weickelt
> I guess that building Qbs in Coin is the only way to build against unreleased > Qt versions. How much effort would that be to set up and to maintain for an external contributor? Any experiences? ___ Development mailing list Development@qt-project.org

[Development] Where to find development snapshots of Qt

2019-09-09 Thread Richard Weickelt
customers only? Thanks Richard ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] Using windeployqt from a cross-compiled Qt

2019-08-24 Thread Richard Weickelt
Hello, I've been trying to use windeployqt from a cross-compiled (mingw-w64 on Linux) Qt. I must be the only person on the planet doing this because there is a bug in windeployqt preventing it. The PE functionality is guarded by Q_OS_WIN. https://code.qt.io/cgit/qt/qttools.git/tree/src/shared/winu

Re: [Development] Evolving the Qt Project Security Policy

2019-07-12 Thread Richard Moore
Hi Volker, A few comments - I wrote the original policy and I'm happy that you're taking the time to evolve it: > In addition, we have also been discussing a few aspects in The Qt Company > where we would like to see the policy evolve, such as: > > * the integration of CVE handling into the pro

Re: [Development] Assistant WebKit/WebEngine support

2019-06-26 Thread Richard Weickelt
is so ugly (Doxygen is even worse) that I even prefer to write API documentation directly in rST/Sphinx. Best regards Richard ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Deprecate the Keccak hashes in QCryptographicHash?

2019-06-18 Thread Richard Moore
On Tue, 18 Jun 2019 at 17:02, Thiago Macieira wrote: > We have them because we made a mistake when we added SHA3 support. We've > kept > them for compatibility, for people who had hashes to compare to and had > accidentally used Keccak. > > Yes, we should deprecate this. Rich ___

Re: [Development] Configure command lines of official Qt releases

2019-06-06 Thread Richard Weickelt
>> Thanks, Ivan. While this is true for other libs like xcb, Qt does not ship >> icu. It uses either the one provided by the system or a thin replacement >> resulting in a reduced localization feature set according to >> https://wiki.qt.io/Qt_5_ICU#Design_Principles > > Linux binaries are shipped

Re: [Development] Configure command lines of official Qt releases

2019-06-06 Thread Richard Weickelt
me library path to the Qt libraries. I thought that "." is always implicitly the first path where the run-time linker looks for (other)libraries. So I don't understand why it is set explicitly. Richard ___ De

Re: [Development] Configure command lines of official Qt releases

2019-06-05 Thread Richard Weickelt
kaging so I rather used the ones from the COIN logs. Could somebody explain why the Linux release explicitly specifies "-R ." as configure option? I have never seen that being used before. Richard ___ Development mailing list Development@qt-p

Re: [Development] Configure command lines of official Qt releases

2019-06-03 Thread Richard Weickelt
uot; to bring this post up: https://lists.qt-project.org/pipermail/interest/2019-January/032221.html but it seems like google hasn't even indexed it. > The answer is here: > > https://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld

[Development] Configure command lines of official Qt releases

2019-06-03 Thread Richard Weickelt
Hi, where can I find the configure command lines that have been used for Qt binary releases provided at https://download.qt.io/official_releases/qt/ ? Is there also more information available about the environment they have been built on? I am particularly interested in the Linux release. Thanks

Re: [Development] Deprecation/removal model going into Qt 6

2019-06-02 Thread Richard Weickelt
> - People nowadays will just use the flatpak / appimage / snap / whatever I can see how that works for single-binary GUI applications. Do you know any example for a complex Qt-based multi-binary (preferably command line usage) application that does that well? __

Re: [Development] Gerrit is back

2019-05-25 Thread Richard Weickelt
click every other day. The old gerrit was certainly ugly, but it felt much more tidy. I would be very happy if someone with UI experience could clean up the stylesheet. :) Thanks Richard ___ Development mailing list Development@qt-project.org https:/

Re: [Development] Qt XML and Qt Xml Patterns

2019-05-22 Thread Richard Weickelt
> This was a case where I thought it is obvious already. The definition of > "Done" (given by Thiago earlier in this thread) has not applied for a > long time anymore. There hasn't been maintainer for a long time. I > understand this leave use cases in the dust but this can only by averted > if so

Re: [Development] A deployment tool for Linux

2019-04-10 Thread Richard Weickelt
On 10.04.2019 23:21, Marco Bubke wrote: > Sounds you want flatpak. ;-) All those run-time extracted application container formats might be nice solutions for GUI applications which is apparently the main target of Qt. But my observation is that they perform rather poorly when being used for comman

Re: [Development] A deployment tool for Linux

2019-04-10 Thread Richard Weickelt
> You may need to do custom steps on artifacts produced by windeployqt before > packing them, so it's better to have separate tools for "bundling" and > creation > of actual packages. Well, that's easily solved. The "tool" doesn't need to do everything on a single invocation which leaves enough

Re: [Development] Gitlab at qt.io

2019-04-10 Thread Richard Weickelt
at I could propose for Qbs. Not using gerrit is not an option. But the Qt Company seems to lack of an easy-to-use CI solution for this kind of project and the current amount of contributors. Richard ___ Development mailing list Development@qt-projec

Re: [Development] A deployment tool for Linux

2019-04-10 Thread Richard Weickelt
wer that can be cumbersome. >> Collecting "resources that the application uses (like [...] >> graphics, [...]" *and dependencies* would be a (important) >> step, but not all that it takes. > > By this logic windeployqt should produce .msi

[Development] Gitlab at qt.io

2019-04-09 Thread Richard Weickelt
Hi, I would like to know more about https://git.qt.io - What's the purpose and the future plan? - Is it available to registered users at qt.io ? I couldn't log in. - Is it connected to gerrit or can it be connected? - Does it offer gitlab CI? Thanks Best regar

Re: [Development] CMake Workshop Summary

2019-02-23 Thread Richard Weickelt
> But do note that our parallelism isn't that bad right now. There's a long > critical path before parallel things can currently be built, but once QtQml > is > built, the number of jobs that can be launched in parallel is very big. What > doesn't need that build isn't very large. Could you e

Re: [Development] gnuwin32 in qt5.git

2019-01-18 Thread richard
like Conan to provide third party dependencies as well as Qt modules in source and prebuilt binary form? That could solve the availability issue and would probably simplify the build flow as well. https://conan.io Richard ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Build system for Qt 6

2018-12-18 Thread Richard Weickelt
s during the last years. Future: Unclear. Jochen was so kind and made a vague declaration of intent here https://lists.qt-project.org/pipermail/qbs/2018-October/002270.html At least for keeping Qbs integration in QtCreator at the current level. Richard

Re: [Development] Build system for Qt 6

2018-12-18 Thread Richard Weickelt
> On Sunday, 16 December 2018 20:12:47 PST Richard Weickelt wrote: >> ... and if you cross-compile, you definetly don't want to your build system >> to stick its nose into your system librararies on any platform. > > No, you really DO. The issue is what "system

Re: [Development] Build system for Qt 6

2018-12-16 Thread Richard Weickelt
my stuff done with low investment, hence I often use Qbs ;-) Richard ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] Nominating Christian Ehrlicher for Approver

2018-11-20 Thread Richard Gustavsen
t-project.org/#/q/reviewer:%22Christian+Ehrlicher%22,n,z Br, Richard Moe Gustavsen ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Who is in charge of qt-project.org?

2018-11-02 Thread Richard Weickelt
ore inviting character. Next step could be maybe a meeting with community members where we would clarify how the commitment of the TQtC looks like. I am sure that there are many open questions. Thank You Richard ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Who is in charge of qt-project.org?

2018-11-02 Thread Richard Weickelt
> It seems to differ quite a bit in scale. That blog post has 7 comments. > Compare it to nearly 150 on "Deprecation of Qbs" in 3 days and countless > emails here on the mailing list. I seem to wonder if the whole issue > could be avoided if it was approached a bit more diplomatically from the

Re: [Development] Build system for Qt 6

2018-10-30 Thread Richard Weickelt
On 30.10.2018 18:14, NIkolai Marchenko wrote: > For anyone interested in QBS survival, let's fill the sheet with QBS > ecosystem. > Maybe if we show TQtC that people are actually using it they will reconsider. > > Post your projects  (and ones you know of) here: > > https://docs.google.com/sprea

Re: [Development] Build system for Qt 6

2018-10-30 Thread Richard Weickelt
> Can you name any project of moderate complexity using it? https://github.com/bjorn/tiled ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Build system for Qt 6

2018-10-30 Thread Richard Weickelt
;t want to miss out on the productivity gains I've made with Qbs, but on the other hand I have very little free time. However, I would voluntarily contribute to the documentation of Qbs. Richard ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Un-inlining members allowed?

2018-10-23 Thread Richard Gustavsen
lined version. -Richard Fra: Development på vegne av Edward Welbourne Sendt: mandag 22. oktober 2018 11.52.52 Til: Christian Ehrlicher Kopi: development@qt-project.org; al...@qt-project.org; Thiago Macieira Emne: Re: [Development] Un-inlining members allowed

Re: [Development] Qt 6 buildsystem support requirements

2018-07-21 Thread Richard Weickelt
>> How much custom c++ code does it contains for just qt? > > which build system which supports automatic calling of moc doesn't have > specific code for qt ? Qbs :-) At least no C++ code. ___ Development mailing list Development@qt-project.org http://

Re: [Development] QTBUG-43096 - QML instantiation performance decadence

2018-05-26 Thread Richard Weickelt
f those modules would most likely not be Qt - it would be possible to deduce, which features the QML application actually uses so that unused functionality can be dropped at build-time. I would be interested in other opinions. Maybe I am on

Re: [Development] Consistently flaky test QTabWidget test

2018-05-02 Thread Richard Gustavsen
//codereview.qt-project.org/#/c/228027/>-Richard Fra: Development på vegne av Frederik Gladhorn Sendt: 2. mai 2018 11:09:40 Til: development@qt-project.org Kopi: Thiago Macieira Emne: Re: [Development] Consistently flaky test QTabWidget test On onsdag 2. mai

Re: [Development] Consistently flaky test QTabWidget test

2018-05-02 Thread Richard Gustavsen
I'll take a look! -Richard Fra: Development på vegne av Thiago Macieira Sendt: 2. mai 2018 09:46:40 Til: development@qt-project.org Emne: Re: [Development] Consistently flaky test QTabWidget test On Wednesday, 2 May 2018 00:29:18 PDT Thiago Macieira

Re: [Development] Proposing Albert Astals Cid for Approver

2018-03-21 Thread Richard Moore
+1 On 21 March 2018 at 12:00, Edward Welbourne wrote: > Lars Knoll (21 March 2018 12:49) > > He isn’t an approver yet? I agree, that we should change that :) > > My thought entirely ! > > +1, > > Eddy. > ___ > Development mailing list > Develop

Re: [Development] Making QObject::dumpObjectTree() and QObject::dumpObjectInfo() invokable

2018-03-07 Thread Richard Moore
On 6 March 2018 at 14:06, Kevin Kofler wrote: > Mitch Curtis wrote: > > https://codereview.qt-project.org/#/c/221758/ makes > > QObject::dumpObjectTree() and QObject::dumpObjectInfo() invokable so that > > they can be used from QML. > > Would this have any security impact? I'm thinking of issues

Re: [Development] Suggestion: switch binary builds to OpenSSL 1.1 in Qt 5.11

2018-02-14 Thread Richard Moore
On 14 February 2018 at 11:36, Konstantin Ritt wrote: > Can we have both OpenSSL 1.0.x and 1.1.x supported when configured with > -openssl-runtime and choose 1.0 or 1.1 with -openssl-linked? Anyhow? > > ​No. Rich.​ ___ Development mailing list Developme

Re: [Development] Goodbye

2018-02-10 Thread Richard Moore
​Thanks for all your hard work, and good luck for the future Jake Rich. ​ On 9 February 2018 at 20:14, Jake Petroules wrote: > Steve Jobs once said: > > > “I have looked in the mirror every morning and asked myself: "If today > were the last day of my life, would I want to do what I am about to

Re: [Development] Suggestion: switch binary builds to OpenSSL 1.1 in Qt 5.11

2018-02-08 Thread Richard Moore
On 8 February 2018 at 18:45, Thiago Macieira wrote: > As $SUBJECT says. > > Only for 5.11 onward, so shouldn't affect the 5.6 and 5.9 LTS (which don't > have OpenSSL 1.1 support anyway) or any 5.10.x releases still to come. > > As a bonus side-effect, users who hadn't realised they have an old, >

Re: [Development] QtCoap: QNAM-like API or not

2018-01-18 Thread Richard Moore
On 18 January 2018 at 10:07, Konstantin Tokarev wrote: > > > Heap corruption can be detected with lots of existing tools, e.g. ASAN. It > also won't be left unnoticed until it's too late, unlike memory leaks which > may suddenly pop up when amount of data increases. > > Debugging out of memory co

Re: [Development] Repository request: MaterialWidgets

2017-11-01 Thread Richard Gustavsen
s. If you think that your new widget set /style cannot conform to this, then it should probably be shipped outside Qt5. -Richard Fra: Development på vegne av Konstantin Tokarev Sendt: 30. oktober 2017 15:21:22 Til: iman ahmadvand; Qt development mailing list

Re: [Development] Qt6 and QCA

2017-10-17 Thread Richard Moore
Resend from the right address On 16 October 2017 at 18:38, Richard Moore wrote: > I need to polish up my code showing how to add in additional openssl > features. This can be used to extend it's support without bloating > qtnetwork or qtbase. > > On 13 Oct 2017 8:44 am,

Re: [Development] Repository request: HTTP server

2017-10-06 Thread Richard Moore
There are also some http servers that I've written. I think requirements should include: - Extensible - Easy to support SSL/TLS - Support for client certs I think we talked about some of this at least years network summit... Cheers Rich. On 6 October 2017 at 17:21, Harri Porten wrote: > > On

[Development] Qt3d QShaderData for per entity

2017-09-15 Thread Richard Steffen
Hi folks, I try to write special 3D viewer in C++ for geomtry data. For testing purpose, I create hundreds of simple cube entities. I wrote my own shader and create a new shared material to all of the cube entities. The Effect of the material contains already two general parameters that I can

Re: [Development] Qt-AES - Looking for comments

2017-07-11 Thread Richard Moore
On 11 July 2017 at 22:13, Marc Mutz wrote: > On 2017-07-08 00:39, Matteo wrote: > >> Hi all, >> >> I just finished the first preview of my QAESEncryption class and I >> would like to have some opinions on possible improvements, issues etc. >> >> https://github.com/bricke/Qt-AES [1] >> >> This is

Re: [Development] Widgets maintainers

2017-07-07 Thread Richard Gustavsen
Thanks Frederik! A short introduction to myself: My name is Richard, I started at Trolltech in 2006, which means that I've been working with Qt for more than ten years. Most of that time I've been looking into issues on macOS, but after the Nokia era, I became a part of the team im

Re: [Development] syncqt.pl in C++

2017-03-08 Thread Richard Moore
On 8 March 2017 at 10:37, Kai Koehne wrote: > > -Original Message- > > From: Development [mailto:development-bounces+kai.koehne=qt.io@qt- > > project.org] On Behalf Of Richard Moore > > Sent: Tuesday, March 07, 2017 10:44 PM > > To: Lars Knoll > >

Re: [Development] syncqt.pl in C++

2017-03-07 Thread Richard Moore
> > > You're right. My wording above was misleading, I wasn't present myself. > This is what I remembered people telling me afterwards. > > Here are the session notes: https://wiki.qt.io/Qt_ > build_systems_at_QtCon_2016 > > ​Yep, there's also a video. My recollection is that there was a small voca

Re: [Development] syncqt.pl in C++

2017-03-07 Thread Richard Moore
On 7 March 2017 at 21:21, Lars Knoll wrote: > > > On 7 Mar 2017, at 21:54, Thiago Macieira > wrote: > > > > Em terça-feira, 7 de março de 2017, às 21:37:46 CET, Richard Moore > escreveu: > >>> The Qt Company has now very recently made a decision to

Re: [Development] syncqt.pl in C++

2017-03-07 Thread Richard Moore
On 7 March 2017 at 19:12, Lars Knoll wrote: > Hi, > > Thiago's right that there has not been a formal decision in the Qt project > about the build system to use for Qt 6. So saying qbs will be the build > system for Qt 6 is getting a bit ahead of things. > > But we have had many discussions in th

Re: [Development] Don't use Private *d when your class is immutable

2017-03-03 Thread Richard Moore
On 3 March 2017 at 11:33, Marc Mutz wrote: > On Friday 03 March 2017 10:43:56 Richard Moore wrote: > [...] > > QSslCipher should be an integer index into a table. The > > fact that it isn't is a poor workaround for weak API from​ openssl > > Would you mind to expa

Re: [Development] Don't use Private *d when your class is immutable

2017-03-03 Thread Richard Moore
On 3 March 2017 at 07:30, Marc Mutz wrote: > Bad example: QSslCipher. Look at all the messy API that just deals with the > fact it's pimpled. That class is particularly hideous because it allocates > memory on every copy! > > ​Please avoid using the SSL code as the example since you don't really

Re: [Development] Distributing 3rd party closed source libs

2016-10-30 Thread Richard Moore
On 30 October 2016 at 09:03, Sean Harmer wrote: > What can we do in terms of pre-compiled release builds of Qt? Is it > feasible for us to distribute the runtime lib required by the plugin from > the fbx SDK? Or do we need to find some other solution such as build the > plugin for the release pac

Re: [Development] QDataStream: blackbox or document all versions?

2016-09-26 Thread Richard Moore
On 26 September 2016 at 10:38, Giuseppe D'Angelo wrote: > Il 25/09/2016 05:58, Thiago Macieira ha scritto: > anyhow). Plus, the mere existence of that page means that someone is > relying on the binary format. > ​IIRC it was added to allow DCOP to be used in non-Qt contexts. Rich.​

[Development] Qt Network Maintainership Changes

2016-09-06 Thread Richard Moore
Hi All, As some of you may know, I'm planning to step down as maintainer of Qt Network. This is because now that the Qt company has people in a position to work on the network stack full time I think it makes much more sense for them to be the maintainer - it doesn't mean I'll be moving away from

Re: [Development] New repository for QtOAuth

2016-08-12 Thread Richard Moore
On 12 August 2016 at 11:40, Fredrik de Vibe wrote: > Hi all, > > We have recently been working on an implementation of OAuth (1+2), and > this is now approaching a state in which it can be distributed as a tech > preview. For this we'll need a new public repository. > > ​+1​ > The main reason

Re: [Development] Programs crashing left and right in the CI

2016-07-26 Thread Richard Moore
On 26 July 2016 at 22:33, Henry Skoglund wrote: > Hi, most likely I've had too much coffee, but has anyone checked if these > intermittent crashes are due to outside DDOS/some trying to introduce a > race condition and injecting new code into Qt's codebase? > ​The CI machines aren't internet acc

Re: [Development] Source break policy for function overloads

2016-07-13 Thread Richard Moore
On 13 July 2016 at 19:10, Marc Mutz wrote: > Renaming a public inline function of a non-exported class is BC, but SiC > Type > (b), so not acceptable. > ​Good analysis, however isn't the compiler allowed to not inline stuff too which would mean this example is not b/c either. ​ ​Cheers Rich.​

Re: [Development] Retiring libtiff too

2016-04-30 Thread Richard Moore
On 29 April 2016 at 20:14, Allan Sandfeld Jensen wrote: > On Friday 29 April 2016, Thiago Macieira wrote: > > See https://lists.clearlinux.org/pipermail/dev/2016-April/000290.html > > > > This is yet another reason we have to stop bundling third party > components, > > especially the image and mo

Re: [Development] doc.qt.io certificate issues

2016-04-18 Thread Richard Moore
On 18 April 2016 at 10:54, Sean Harmer wrote: > Hi, > > It seems the certificate installed for the above site is incorrect. It > reports > itself to be for *.qtcloudapp.com. > ​Yep, the cert is not valid for this domain. Also note that it expires in approximately 1 month, so now would be an exce

Re: [Development] Nominating Volker Krause for Approver status

2016-03-30 Thread Richard Moore
+1 On 30 March 2016 at 09:34, Sean Harmer wrote: > Hi All, > > I'd like to nominate Volker Krause for approver status. Volker is one of > the > main authors of GammaRay, is very active in the Qt Automotive sphere where > he > leads up KDAB's contributions, and has touched many parts all over Qt

  1   2   3   >