[Development] "*|All Files" as filter for QFileDialog

2022-06-25 Thread Marius P
Hello, >From what I can see, "*|All Files" does not work as filter for QFileDialog if using the Qt file open dialog, not the KDE file open dialog. I am on Kubuntu 22.04. The file open dialog says that I have zero files in the directory. Screenshot https://drive.google.com/file/d/1AW3cMtEggfniVI0j

[Development] Partially Cloning Qt Repositories with Git Filtering

2022-06-25 Thread Karl Semich
Hi Qt, The Qt git repositories can at times seem large. Git has support now for "filtering" or "partial clone". Some hits from a websearch: - https://docs.gitlab.com/ee/topics/git/partial_clone.html - https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/ This feat

Re: [Development] Splitting Qt Network out of qtbase (was: QtBase network failures)

2022-06-25 Thread Thiago Macieira
On Saturday, 25 June 2022 01:57:24 PDT Volker Hilsheimer wrote: > Perhaps this is a good time to discuss whether we should move Qt Network > into its own repository. This would make qtbase integrations less exposed > to network failure, which - even without certificates expiring - are a fact > of l

[Development] Splitting Qt Network out of qtbase (was: QtBase network failures)

2022-06-25 Thread Volker Hilsheimer
> On 24 Jun 2022, at 14:48, MÃ¥rten Nordheim wrote: > > Hello, > > Some time yesterday a certificate used in the network tests expired. > The certificate has been replaced in CI now, but the tests need to be updated. > The patch[0] for that is done, it just needs to merge (and be cherry-picked >