Re: [Development] [Qt-creator] Nominating André Hartmann as new Maintainer of VCS support in Qt Creator

2024-07-15 Thread Eike Ziller via Development
can't promise quick solutions, but I will > look at all of them. > > Best regards, > André > > [1] https://bugreports.qt.io/browse/QTCREATORBUG-19721 > > Am 26.06.24 um 13:45 schrieb Christian Kandeler via Development: >> On 6/19/24 10:24 AM, Eike Ziller via Qt-cre

Re: [Development] [Qt-creator] Nominating André Hartmann as new Maintainer of VCS support in Qt Creator (was: Re: Stepping down as maintainer)

2024-06-19 Thread Eike Ziller via Development
Resent, to fix the cc to the Development mailing list. > Am 19.06.2024 um 10:17 schrieb Eike Ziller via Qt-creator > : > > Hi, > > I nominate André Hartmann as the new maintainer of Version Control in Qt > Creator. His contribution history in Qt Creator goes back to 20

Re: [Development] What are differences/relations among CMake targets with "docs" word?

2023-08-01 Thread Eike Ziller via Development
, but there are lots of Warning Messages when building html_docs(_xxx). > For > example, warning: Can't link to 'index.html' > > > > --- > Haowei Hsu > -- > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/

Re: [Development] Creator: how to search for qdoc

2023-02-28 Thread Eike Ziller via Development
> Am 28/02/2023 um 09:20 schrieb Eike Ziller via Development > : > > Hi, > >> Am 27/02/2023 um 17:34 schrieb Lisandro Damián Nicanor Pérez Meyer >> : >> >> Hi! >> >> In Qt Creator qdoc is being searched by assuming that it is in the sam

Re: [Development] Creator: how to search for qdoc

2023-02-28 Thread Eike Ziller via Development
> > -- > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi,

Re: [Development] Do we need VS2019 for Qt 6.6?

2023-02-06 Thread Eike Ziller via Development
> Am 04/02/2023 um 00:08 schrieb Thiago Macieira : > > On Friday, 3 February 2023 06:00:25 PST Kai Köhne via Development wrote: >> We’ve been looking into this. I’m convinced now that the data Vladimir was >> looking at on the server side is the one shown in the “Compiler >> Information” in the

Re: [Development] New Qt example development guideline and revamping examples

2023-01-20 Thread Eike Ziller via Development
> Am 19/01/2023 um 13:33 schrieb Giuseppe D'Angelo via Development > : > > Il 19/01/23 10:27, Tor Arne Vestbø ha scritto: >>> All the contrary, do NOT do that, as it results in 200+ lines unnamed >>> lambdas. Strongly prefer named slots. Keep the lambdas short and to the >>> point. Do not use

Re: [Development] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-16 Thread Eike Ziller via Development
ase > consider keeping Mac OS 10.15 as a target. > Thanks. > > Kind regards, > Robert Iakobashvili > > ___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listin

Re: [Development] Using QtCreator for Qt development

2022-12-13 Thread Eike Ziller via Development
quot; here (Qt Creator 9.0) where > the tests could be selected. https://doc.qt.io/qtcreator/creator-autotest.html But, it took so long "Scanning for tests" that I didn't wait for it to finish... > Meanwhile I've opened suggestion > https://bugreports.qt.io/browse/Q

Re: [Development] Using QtCreator for Qt development

2022-12-12 Thread Eike Ziller via Development
ke variables to turn individual test on for the build? Anyway, with both on, you can just choose a test to run & debug. It looks like our autotest integration (the separate "Tests" panel) takes ages looking for tests, but running tests directly as normal run configurations works fine. Q

Re: [Development] Proposal: let's change the release schedules a bit

2022-12-07 Thread Eike Ziller via Development
holidays: So FF for April release would be in > January and FF for October release would be in August. > > Any opinions or objections? > > br, > Jani > ___ > Development mailing list > Development@qt-project.org > https://lists

Re: [Development] Nominating Marcus Tillmanns as Approver

2022-11-22 Thread Eike Ziller via Development
t; ___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin eike.zil...@qt.io h

Re: [Development] Using '#pragma once' instead of include guards?

2022-10-14 Thread Eike Ziller via Development
r control, which is similar to the issues of #pragma once. Header guards do have downsides too, but I suppose software developers got used to them and have the necessary workarounds in place. Which is a valid argument for not introducing #pragma once in Qt, which would require different wor

Re: [Development] Using '#pragma once' instead of include guards?

2022-10-10 Thread Eike Ziller via Development
e. But perhaps I’m missing > something. Does anything speak against using ‘#pragma once’ in new files? Just for reference, we are using it without issues in Qt Creator since 2016. (But of course our platform and compiler requirements are more restricted than for Qt.) -- Eike Ziller Principal So

Re: [Development] QKeySequenceEdit questions

2022-05-19 Thread Eike Ziller
lass to handle a specific key event to finish editing), >> then patches welcome. > > The list of properties that I think a generic hotkey editor would need: > > 1. Single combination > 2. Finishing character > 3. No timer! This could be done automatically for keyPressE

Re: [Development] QKeySequenceEdit questions

2022-05-18 Thread Eike Ziller
, the > timer still gets in the ideal way, although it will be better than what we > have now. It will not still be ideal though. > ___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/developm

Re: [Development] Importing a module build in creator

2022-02-04 Thread Eike Ziller
___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development > > > ___ > Development mailing list > Development@qt-project.org > https:

Re: [Development] Importing a module build in creator

2022-01-12 Thread Eike Ziller
pass configure options for the module. (In the end it calls qt-cmake-private with a few more CMake variables.) I.e. better use qt-configure-module to configure modules. That probably gets some edge cases right, that aren’t covered by just qt-cmake-private. -- Eike Ziller Principal Software En

Re: [Development] Importing a module build in creator

2022-01-10 Thread Eike Ziller
> Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsfüh

Re: [Development] Mirror IRC channels on KDE's Matrix Instance

2021-07-14 Thread Eike Ziller
annels accordingly. >>>>> >>>>> Let's keep the discussion of other communication platforms outside >>>>> this thread, while they might be valid, it's out of the scope of this >>>>> proposal. >>>>> >>>>>

Re: [Development] Qt website showing template

2021-05-27 Thread Eike Ziller
template. Can you fix the link or restore the home page? > Refer to the screenshot below: > > > > Thanks & Regards, > Nibedit > ___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/

Re: [Development] Changes to Freenode's IRC

2021-05-21 Thread Eike Ziller
ake part in voluntarily. If a > thing > has _optional_ registration - fine. I might even use it. Voluntarily. But as > a > _requirement_ it's an absolute no-go. > >> If anything we should have more verification in our chat. We run Qt Project >> as a >&

Re: [Development] Mac Big Sur - Qt Open-Source Support For

2021-05-07 Thread Eike Ziller
e > > Kind regards, > Robert Iakobashvili > .... > > On Fri, May 7, 2021 at 1:12 PM Eike Ziller wrote: >> >> >> >>> On May 7, 2021, at 11:47, Tor Arne Vestbø wrote: >>> >>> Qt 6.0 and above has official suppor

Re: [Development] Mac Big Sur - Qt Open-Source Support For

2021-05-07 Thread Eike Ziller
___ >> 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] Repository request: qlitehtml

2021-01-22 Thread Eike Ziller
itehtml unrealistic. That said, moving the source out of Qt Creator makes it easier to extend and adapt it to different parties’ needs too. -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pä

Re: [Development] Repository request: qlitehtml

2021-01-19 Thread Eike Ziller
> On Jan 19, 2021, at 16:30, Eike Ziller wrote: > > Hi, > > I’d like to request a new repository on codereview.qt-project.org > > Name and description: qlitehtml - Lightweight HTML/CSS viewer for Qt, using > litehtml (https://github.com/litehtml/litehtml) > Resp

[Development] Repository request: qlitehtml

2021-01-19 Thread Eike Ziller
Hi, I’d like to request a new repository on codereview.qt-project.org Name and description: qlitehtml - Lightweight HTML/CSS viewer for Qt, using litehtml (https://github.com/litehtml/litehtml) Responsible person: Eike Ziller (eike.zil...@qt.io) Desired repository name: playground/qlitehtml URL

Re: [Development] Qt6 repo

2021-01-14 Thread Eike Ziller
g. qt5compat), this can then require a different qtbase SHA to build. Exactly this situation occurred multiple times to me during (even late) Qt6 development. qt5.git integrations are the only “guaranteed” collection of SHAs that build. -- Eike Ziller Principal Software Engineer The Qt Company

Re: [Development] Long-lived P1 issues

2020-11-03 Thread Eike Ziller
> On Nov 3, 2020, at 12:56, Eike Ziller wrote: > > > >> On Nov 3, 2020, at 11:34, Alex Blasche wrote: >> >> >> >>> -Original Message- >>> From: Development On Behalf Of >>> Jason McDonald >> >>>

Re: [Development] Long-lived P1 issues

2020-11-03 Thread Eike Ziller
> On Nov 3, 2020, at 11:34, Alex Blasche wrote: > > > >> -Original Message- >> From: Development On Behalf Of >> Jason McDonald > >> Looking at the huge list of P1s we have right now, I have absolutely no idea >> what issues are genuinely blocking Qt 6.0 or if there are any that I c

Re: [Development] Long-lived P1 issues

2020-11-03 Thread Eike Ziller
> On Nov 3, 2020, at 09:07, Ulf Hermann wrote: > >> Currently, there are 1175 open P1 issues in the QTBUG project. 583 of those >> issues had that priority set more than one year ago, 342 of those had their >> priority set more than two years ago, and 175 of those more than three years >> a

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

2020-11-02 Thread Eike Ziller
Just as a note we are using markdown for Qt Creator changelogs since a long time too. With the “right” heading styles it is also nicely readable in ASCII. You can actually use ### as the third level of headings without compromising readablility. https://code.qt.io/cgit/qt-creator/qt-creator.git/

Re: [Development] Applications using -fno-rtti

2020-06-22 Thread Eike Ziller
ose of casting. If you use Q_OBJECT throughout your class hierarchy, qobject_cast is available anyhow. So, the argument that Q_OBJECT makes it safe to use dynamic_cast reads a bit strange. Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10

Re: [Development] Switch the main "Qt Build System"

2020-06-09 Thread Eike Ziller
> On Jun 9, 2020, at 12:07, Eike Ziller wrote: > > > >> On Jun 9, 2020, at 09:59, Andy Nichols wrote: >> >> Hi Alexandru, >> >> I think Brett touches on the biggest blocker for me and that is actually >> related to Qt Creators ability to o

Re: [Development] Switch the main "Qt Build System"

2020-06-09 Thread Eike Ziller
al CMakeCache.txt contains the correct entry, and that compiler is actually already registered in Qt Creator. The Qt version in the kit is empty too. Detecting that seems to be a bit more difficult, but since CMake gives us the relevant include paths anyhow that might not be such an issue. --

Re: [Development] mobile-to-mobile connection for p2p game

2020-03-10 Thread Eike Ziller
> Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsfü

Re: [Development] A modest proposal: disable lower-case keywords (emit, foreach, forever, signals, slots) by default

2020-02-25 Thread Eike Ziller
? 4. finished(); // emit ? 5. signalFinished(); ? (has the advantage that you can code complete for signals even in an IDE that doesn’t have explicit support for connect(...) or any Qt. Maybe difficult to adapt in Qt.) 6. finished(); ? I don’t know, but since 3, 4, and 6 are already open to anyone

Re: [Development] A modest proposal: disable lower-case keywords (emit, foreach, forever, signals, slots) by default

2020-02-21 Thread Eike Ziller
opment@qt-project.org >> https://lists.qt-project.org/listinfo/development > ___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Ziller Principal Software Engineer

Re: [Development] The future of smart pointers in Qt API

2020-02-07 Thread Eike Ziller
> Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha V

Re: [Development] sdktool parameters

2019-12-17 Thread Eike Ziller
-supportedAbis arm-linux-generic-elf-32bit \ >ProjectExplorer.GccToolChain.PlatformCodeGenFlags QStringList: > '-mthumb’, '-mfpu=neon-vfpv4', 'mfloat-abi=hard’, '-mcpu=cortex-a7’ > > Best regards, Yury Lunyov. > ___

Re: [Development] Assistant WebKit/WebEngine support

2019-12-17 Thread Eike Ziller
tle, finding text and getting the selected content, and callbacks/signals for loading resources and reacting to clicks. This part is completely independent from Qt Creator and could be used elsewhere. Additionally there is a viewer backend implementation for Qt Creator that uses this widget.

Re: [Development] QTCS2019 Notes from QtQml session

2019-11-25 Thread Eike Ziller
> On 25. Nov 2019, at 11:03, Giuseppe D'Angelo via Development > wrote: > > Il 25/11/19 10:25, Eike Ziller ha scritto: >>> ? >> Similar things can happen in C++ with method names. >> C++ got the ‘override’ keyword to make these breakages detectable by to

Re: [Development] RFC: QVariant changes in Qt6

2019-11-25 Thread Eike Ziller
with QVariant::cast, the proposed replacement for the deprecated methods is introduced late in the process, which makes porting harder, and as Olivier says, for no obvious reason. qvariant_cast also is consistent with the other “casts” in Qt and C++. > >>> 6. QVariant::Type and QMetaType::Type enums >>> >>>

Re: [Development] QTCS2019 Notes from QtQml session

2019-11-25 Thread Eike Ziller
ppen in C++ with method names. C++ got the ‘override’ keyword to make these breakages detectable by tooling. It looks to me like the case id==propertyname would also be detectable by tooling? Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 B

Re: [Development] RFC: Defaulting to or enforcing UTF-8 locales on Unix systems

2019-11-18 Thread Eike Ziller
at qtbase, it’s also used for DBUS and in androiddeployqt / -testrunner (for e.g. the manifest file), and RCC of course. >> Why does Qt Creator need other codecs? Qt Creator is a generic text editor. A generic text editor is expected to be able to read and write files in different e

Re: [Development] RFC: Defaulting to or enforcing UTF-8 locales on Unix systems

2019-11-15 Thread Eike Ziller
ption: > > if (locale is not UTF-8) >qFatal("Qt only supports UTF-8 locales. " > "Please configure your system properly"); > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel System Software Products > > > >

Re: [Development] Two-digit dates: what century should we use ?

2019-11-07 Thread Eike Ziller
> On 6. Nov 2019, at 13:38, Edward Welbourne wrote: > > Eike Ziller (6 November 2019 09:45) >> It sounds to me like any automatically chosen base for 2-digit years >> will be wrong depending on use case. > > You (among several others) make a compelling case. &

Re: [Development] Two-digit dates: what century should we use ?

2019-11-06 Thread Eike Ziller
: > * Does anyone want to make the case for keeping 1900--1999 as range ? > * Has anyone a better suggestion for how to chose a rolling range ? > * Should we have a buffer ? If so, how wide ? > * How far into the past and future should the range reach ? > > Eddy. > __

Re: [Development] Property bindings in Qt 6

2019-10-01 Thread Eike Ziller
ve to write the special code that does whatever you want to do with the property when it changes, also with the initial value. (sodium even has transactions, but that’s a different story ;) ) > So I've used knockout and observables, and at the same time used Qt, and I > always prefe

Re: [Development] Property bindings in Qt 6

2019-10-01 Thread Eike Ziller
ystem whenever possible. Ulf has been working towards > this from the QML engine direction (see the recent email about moc and > meta-type extraction) and Fabian has been working on the QML linter as a > starting point towards a compilation model for QML. > > > This is our rough

Re: [Development] Qt Creatror can require a patched Clang build?

2019-09-10 Thread Eike Ziller
gt; Lisandro Damián Nicanor Pérez Meyer > http://perezmeyer.com.ar/ > http://perezmeyer.blogspot.com/ > ___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Z

Re: [Development] Qt Creatror can require a patched Clang build?

2019-09-10 Thread Eike Ziller
> On 10. Sep 2019, at 13:18, Lisandro Damián Nicanor Pérez Meyer > wrote: > > Hi! Let me put some other perspective into this. > > On Tue, 10 Sep 2019 at 07:35, Eike Ziller wrote: >> >> To put some perspective on this: >> >> The ClangFormat plugin

Re: [Development] Qt Creatror can require a patched Clang build?

2019-09-10 Thread Eike Ziller
list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesells

Re: [Development] Supported compilers for Qt 6

2019-08-12 Thread Eike Ziller
we already pretty much >> assume clang-cl 8. But we have not automated testing of non-apple clang, so >> it >> often breaks due to extra warnings or genuine clang bugs. > > Yes. It would be good to have a build using standard clang in CI in the > future. But that’s a separa

Re: [Development] Assistant WebKit/WebEngine support

2019-06-28 Thread Eike Ziller
> On Jun 28, 2019, at 14:46, Palaraja, Kavindra wrote: > > On 28.06.19, 12:22, "Eike Ziller" wrote: > > > >> From your response, I'm only gathering two options: > >There are other options. >https://lists.qt-project

Re: [Development] Assistant WebKit/WebEngine support

2019-06-28 Thread Eike Ziller
> On Jun 28, 2019, at 10:56, Palaraja, Kavindra wrote: > > On 28.06.19, 10:24, "Eike Ziller" wrote: > >> On 27. Jun 2019, at 15:46, Palaraja, Kavindra wrote: >> >> On 27.06.19, 10:47, "Development on behalf of Jaroslaw Kobus" >>

Re: [Development] Assistant WebKit/WebEngine support

2019-06-28 Thread Eike Ziller
> On Jun 28, 2019, at 10:24, Eike Ziller wrote: > > > >> On 27. Jun 2019, at 15:46, Palaraja, Kavindra wrote: >> >> On 27.06.19, 10:47, "Development on behalf of Jaroslaw Kobus" >> wrote: >> >> QTextBrowser promises to render

Re: [Development] Assistant WebKit/WebEngine support

2019-06-28 Thread Eike Ziller
re not the intended > recipient, please do not read this email or its attachment(s). Furthermore, > you are hereby notified that any dissemination, distribution or copying of > this e-mail and any attachment(s) is strictly prohibited. If you have > received this e-mail in error, please

Re: [Development] Assistant WebKit/WebEngine support

2019-06-27 Thread Eike Ziller
t do anything special is 3, as I wrote in my mail where I did my own assessment of ~70MB per open page on macOS. Context help + Help mode + external window. But we _do_ have the feature of opening new “tabs” in help mode, and these are restored at Qt Creator startup, so it is actually not unrea

Re: [Development] Assistant WebKit/WebEngine support

2019-06-26 Thread Eike Ziller
__ > > Development mailing list > > Development@qt-project.org > > https://lists.qt-project.org/listinfo/development > > > ___ > Development mailing list > Development@qt-project.org > https://lists.qt-p

Re: [Development] Assistant WebKit/WebEngine support

2019-06-26 Thread Eike Ziller
> by Options 1 (status quo) and 3 (WebKit) in no particular order. But > since I'm not willing to put in any serious work or pay for it - my vote > does not count - I'm just a user. ;) > > Feel free to correct/critique my assessment and to add more options if > you see

Re: [Development] Assistant WebKit/WebEngine support

2019-06-25 Thread Eike Ziller
eb version and lack many features > that we have on the web based docs. How come we accept that? Using QtWebEngine for that means that 30-40% of Qt Creator is just for viewing help. And 70% or so of that actually would actually not be required for rendering beautiful help pages like in a br

Re: [Development] Assistant WebKit/WebEngine support

2019-06-25 Thread Eike Ziller
g via a local http server. > > > I think these are all options in the future. > > > Simon > > ___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Zil

Re: [Development] Assistant WebKit/WebEngine support

2019-06-24 Thread Eike Ziller
> On 24. Jun 2019, at 11:42, Palaraja, Kavindra wrote: > > > On 24.06.19, 11:20, "Eike Ziller" wrote: > > .. > >> Have you seen Qt Creator's Help Integration recently? >> * It doesn't render 1:1 with the default style that is used on

Re: [Development] Assistant WebKit/WebEngine support

2019-06-24 Thread Eike Ziller
-mail and any attachment(s) is strictly prohibited. If you have > received this e-mail in error, please immediately notify the sender by > replying to this e-mail and then delete this e-mail and any attachment(s) or > copies thereof from your system. Thank you. > __

Re: [Development] QList for Qt 6

2019-05-27 Thread Eike Ziller
______ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.

Re: [Development] Views

2019-05-21 Thread Eike Ziller
ese developers _will_ need to search by a predicate, too, and > then they will fall back to a raw loop, sometime, in the case of removing, > introducing quadratic complexity. Had the Qt API and the docs not lied to > them by permanently showing contains() without mentioning that it's but a

Re: [Development] Qt online SDK security problems

2019-04-18 Thread Eike Ziller
that the >>> percentage of Qt users that are using the latest Qt versions is very low… >>> >>> >>> Having said that, pretty please with sugar on top consider to add the >>> >>> needed support to help the users to always u

Re: [Development] Qt and Metal

2019-04-09 Thread Eike Ziller
___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius,

Re: [Development] On deprecating functions

2019-03-05 Thread Eike Ziller
d policy beyond the usual > "submit a patch and find someone to +2 it". > > The one I suggested in https://codereview.qt-project.org/#/c/254909/ > makes sure that it is noticed at some time, and at that time there > was some period in between where people had a rea

Re: [Development] New API design for file system operations

2019-02-12 Thread Eike Ziller
from backup” or “downloading from the internet”, I suppose. The context of the top statement here seems to have gotten lost, but “restoring data from the trash” would in the best case be part of the undo stack of the application which you used to trash it, so I’d argue that “restoring data from th

Re: [Development] Looking for Feedback QDeferred

2019-02-11 Thread Eike Ziller
bother you with yet another promise/deferred library for Qt. I am > looking for feedback. > > https://github.com/juangburgos/QDeferred > > Thanks. > ___ > Development mailing list > Development@qt-project.org > https://list

Re: [Development] Proposal: New branch model

2019-01-25 Thread Eike Ziller
bug fixes. >> >> Let’s also not forget that Qt 6 is to some extent a temporary problem that >> we’ll have for maximum one year. After that all of Qt 5 is in stable mode >> with bug fixing only. Then we can basically go back to a slightly modified >> cherry-pick mode: Push to dev (Qt6) and cherry-pick into Qt 5.15 for bug

Re: [Development] [Qt-creator] Stepping down as maintainer of project management in Qt Creator

2018-12-20 Thread Eike Ziller
propose Christian Kandeler to take over. He is a capable >>> developer with a deep understanding of the code involved and I am sure >>> he will do a terrific job going forward. >> >> ...that here is very much on the spot, even in my world. >> >> So +1 from

Re: [Development] Missing documentation in Qt 5.12

2018-12-18 Thread Eike Ziller
pread through the whole hierarchy. Clicking up through the hierarchy works, but is not very efficient, the all members list is much more convenient. -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschä

Re: [Development] [Qt-creator] Qt 5.12.0 Beta4 released

2018-11-08 Thread Eike Ziller
ikkinen >> Release Manager >> >> >> >> >> >> ___ >> Development mailing list >> >> Development@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/development > > ___

Re: [Development] Naming convention for (scoped) enums

2018-08-31 Thread Eike Ziller
enums > - describe the pro’s and con’s of scoped enums inside classes >- ask the developer to consider each case individually > - and use good judgement in choosing one or the other Obviously we have a disagreement on what the “good judgement” is supposed to be though ;)

Re: [Development] override keyword on destructors

2018-08-20 Thread Eike Ziller
d would > very probably cause a silent change in meaning and a run-time error. > The question > becomes whether such changes are likely; I don't think they are, > whereas for functions > other than a destructor such changes are somewhat likely. For example when removing QObject

Re: [Development] Naming convention for (scoped) enums

2018-08-15 Thread Eike Ziller
such shouldn’t block us moving >>> forward with #1. >> >> I don't see how a policy of elevating warnings to errors is better that >> using a language inbuilt error due to strong type safety. > > Of course it’s not better, if you focus only on that. The use

Re: [Development] Naming convention for (scoped) enums

2018-08-14 Thread Eike Ziller
> On 14. Aug 2018, at 13:18, Tor Arne Vestbø wrote: > > >> On 14 Aug 2018, at 13:13, Eike Ziller wrote: >> >> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2347.pdf states the >> problems that were the driver for creating strongly typed enums:

Re: [Development] Naming convention for (scoped) enums

2018-08-14 Thread Eike Ziller
bility to specify underlying type 3. Scoping > that specifically mentions the enum inside a class use case a primary driver? Why would the implicit conversion problem be any different for enums inside a class? > > You conveniently left out this part of my reply: > >>> Clang warns about this with -Wen

Re: [Development] Monitoring of upstream vulnerabilities

2018-06-20 Thread Eike Ziller
n't need to > worry, but how does the bind Qt to a private tool? > > I don't want to make a mountain out of a mole hill, but with all the > transparency in Qt, I just expected it to be accessible is all. These tools are currently not used for Qt. Thiago is talking about &quo

Re: [Development] QtCS 2018: Third-party and security policy

2018-06-11 Thread EXT Eike Ziller
. because of our lax security policy)? > > I meant the harshness about the deleting of sources no one maintains and no > one knows how to update, as well as the need to track CVEs. If we don't track > CVEs, we may be shipping code that is vulnerable and not know it. > >

Re: [Development] Changing maintainer-ship for Qt Assistant, Qt Help and Qt Creator’s help Integration

2018-05-28 Thread Eike Ziller
89 Berlin > Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho. Sitz der > Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, > HRB 144331 B > ___ > Development mailing list > Development@qt-project.org > ht

Re: [Development] Changing maintainership for Qt Creator modules

2018-05-23 Thread Eike Ziller
t; HRB 144331 B > > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-1248

Re: [Development] [Announce] Qt Creator 4.6.1 released

2018-05-04 Thread Eike Ziller
, and I don't recall > needing to do this in the past. Is there a problem signing the application? > > Thanks > Adam > > > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/m

Re: [Development] Proposing Orgad Shaneh as Maintainer of Version Control modules in Qt Creator

2018-05-02 Thread Eike Ziller
sellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 > B > > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH R

Re: [Development] New Qt snapshots available

2018-01-26 Thread Eike Ziller
>> Development mailing list >> >> Development@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/development > > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/developm

Re: [Development] #pragma once

2018-01-25 Thread Eike Ziller
Do we have that issue in Qt? >>> >>>>>> and modules are a superior solution anyway. >>>>> How so? >>>> >>>> Because you can import the same module multiple times without >>>> concerns about re-definitions, and t

Re: [Development] Undeprecating QString::null

2018-01-16 Thread Eike Ziller
you please comment on why this change is an improvement - > beyond getting rid of 3-4 lines in qstring.h ? > > Thanks, > Uwe > > > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/m

Re: [Development] Nominating Ivan Donchevskii for approver

2017-11-23 Thread Eike Ziller
dereview.qt-project.org/#/q/owner:%22Ivan+Donchevskii%22,n,z > > +1 > > Especially his contributions to clang itself improved Qt Creator on Windows > greatly! + 1 -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt

Re: [Development] Nominating Lorenz Haas for approver

2017-11-06 Thread Eike Ziller
>> Development mailing list >> Development@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/development > > +1! > > Nikolai > ___ > Development mailing list > Developme

Re: [Development] Clazy results for Qt codebase

2017-10-18 Thread Eike Ziller
> On Oct 18, 2017, at 17:51, Sergio Martins wrote: > > On 2017-10-11 08:17, Eike Ziller wrote: >>> On 10. Oct 2017, at 15:41, Sergio Martins wrote: >>> Oops, here's the non-internal URL: >>> https://docs.kdab.com/analysis/qt5/clazy.html >>> T

Re: [Development] Future of QBS

2017-10-18 Thread Eike Ziller
fact that non Qt users have to deal with Qt kits is really painfull. > Except this point, YES Qtc is a really awesome C/C++ IDE, locator, completion > and refactoring make it superior to many other IDEs. >> 2) "Where's the download link?" >> >> Needless to say, it's a marketing/political fail

Re: [Development] Future of QBS

2017-10-18 Thread Eike Ziller
with all the build systems >> I've tried so far, but it's OK, such is life! :) >> >> What I like with Qbs is the flexibility and its structured yet dynamic >> language (Qml-ish). >> But I'm having scalability and performance issues, that's an

Re: [Development] Clazy results for Qt codebase

2017-10-11 Thread Eike Ziller
> On 10. Oct 2017, at 15:41, Sergio Martins wrote: > > > > Oops, here's the non-internal URL: > https://docs.kdab.com/analysis/qt5/clazy.html > > Thanks Mitch I’d be interested in seeing results for Qt Creator too :) Br, Eike > > On 2017-10-10 14:27, Sergio Martins wrote: >> Hi, >> KDAB

Re: [Development] [fix]: Assistant (and others) burning CPU because of #f27d1ccbb24ec2fd4098f2976503478831006cc8 ?

2017-09-01 Thread Eike Ziller
be adding a funny custom QObjectTimer class for the Qt 5 build). -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesellschaft: Ber

Re: [Development] Introducing discussion about QStringFormatter

2017-05-16 Thread Eike Ziller
love as well. > > The named approach is, indeed, the best of both worlds; translation > adapts naturally and additions don't require re-indexing. I suspect C++ > programmers shall find it a bit heavy-weight (needing a hash, of some > variety, to do simple formatting) but it l

[Development] Nominating Vikas Pachdha for Approver status

2017-05-15 Thread Eike Ziller
Hereby I nominate Vikas Pachdha for Approver status. He has been defacto maintaining iOS support in Qt Creator since a year. https://codereview.qt-project.org/#/q/owner:%22Vikas+Pachdha%22+status:merged,n,z Br, -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee

Re: [Development] Qt 5.9 beta2 available

2017-04-24 Thread Eike Ziller
> Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Gesch

  1   2   >