Re: [Interest] Qt 5.13.1

2019-08-28 Thread Vincent Hui
https://lists.qt-project.org/pipermail/releasing/2019-August/002675.html On Wed, 28 Aug 2019 at 02:23, ekke wrote: > Hi, > > any ideas when Qt 5.13.1 will be available ? > > thx for infos > > ekke > > ___ > Interest mailing list >

Re: [Interest] Qt 5.13.1

2019-08-28 Thread ekke
thx - so 5.13.1 should be released this week :) Am 28.08.19 um 09:41 schrieb Vincent Hui: > https://lists.qt-project.org/pipermail/releasing/2019-August/002675.html > > On Wed, 28 Aug 2019 at 02:23, ekke > wrote: > > Hi, > > any ideas when Qt 5.13.1 will be

Re: [Interest] Click and hold on close button

2019-08-28 Thread Damian Ivanov
You can implement CSD decorations and handle the events in your application. May takes a lot of time though. On Tue, 27 Aug 2019, 21:10 Murphy, Sean, wrote: > One of my users reported an issue that I think falls into the > "nothing can be done about it" category, but wanted to see > if anyone

Re: [Interest] Click and hold on close button

2019-08-28 Thread Sérgio Martins via Interest
On 2019-08-27 19:09, Murphy, Sean wrote: One of my users reported an issue that I think falls into the "nothing can be done about it" category, but wanted to see if anyone had any ideas. On a Windows build of our application, if the user clicks AND HOLDS the mouse on any of the Windows buttons

Re: [Interest] Click and hold on close button

2019-08-28 Thread Murphy, Sean
> If you want to put the effort for this, port to client side decoration and > handle events in your application. I mostly don't want to have to deal with it at all, mainly because it takes a decent amount of work to execute that correctly, for no real gain, since I don't think normal users are

Re: [Interest] Click and hold on close button

2019-08-28 Thread Thiago Macieira
On Wednesday, 28 August 2019 06:57:18 PDT Murphy, Sean wrote: > > I would just tell the user that it behaves like notepad and 99% of other > > Windows applications. > > That's just it, I'm not sure that it does work like other Windows > applications that don't use Qt. I just tried both Chrome and

Re: [Interest] Click and hold on close button

2019-08-28 Thread Damian Ivanov
If you want to put the effort for this, port to client side decoration and handle events in your application. On Wed, Aug 28, 2019 at 5:05 PM Mitch Curtis wrote: > > > -Original Message- > > From: Interest On Behalf Of Murphy, > > Sean > > Sent: Wednesday, 28 August 2019 3:57 PM > > To:

Re: [Interest] Click and hold on close button

2019-08-28 Thread Murphy, Sean
> When it loses focus it stops rendering a cursor altogether (you can test this > out with another application arranged side-by-side with notepad). Good point, so at least in the Notepad case, it does appear to follow the same behavior as my quick Qt sample application - clicking and holding on

Re: [Interest] Click and hold on close button

2019-08-28 Thread Damian Ivanov
Porting an existing application which is in production because of something I would not really consider as an issue (you are closing the window anyways) to something like this would mean maybe hundreds of hours of work and new bugs guaranteed, on all platforms. On Wed, Aug 28, 2019 at 5:25 PM

Re: [Interest] Click and hold on close button

2019-08-28 Thread Murphy, Sean
> I would just tell the user that it behaves like notepad and 99% of other > Windows applications. That's just it, I'm not sure that it does work like other Windows applications that don't use Qt. I just tried both Chrome and Windows Media Player and they do NOT exhibit that behavior. For

Re: [Interest] Click and hold on close button

2019-08-28 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Murphy, > Sean > Sent: Wednesday, 28 August 2019 3:57 PM > To: interest@qt-project.org > Subject: Re: [Interest] Click and hold on close button > > > I would just tell the user that it behaves like notepad and 99% of > > other Windows

Re: [Interest] Qt 5.13.1

2019-08-28 Thread Jason H
I suggest joining the Releasing email list https://lists.qt-project.org/mailman/listinfo/releasing As that is extremely low volume and contains all the info you would need. "Highly Recommend, *, would subscribe again!" > Sent: Tuesday, August 27, 2019 at 2:21 PM > From: "ekke" > To:

[Interest] surprising interaction between setWindowModified, setWindowTitle and style on Mac

2019-08-28 Thread René J . V . Bertin
Hi, Has anyone noticed a surprising interaction between the (set)WindowModified() feature, setWindowTitle() and the style in use, on Mac? I do not yet understand it perfectly myself, but in a rough outline, if you 1) call setWindowModified(true) and then 2) change the title with

Re: [Interest] Qt 5.13.1

2019-08-28 Thread ekke
Am 28.08.19 um 19:12 schrieb Jason H: > I suggest joining the Releasing email list > https://lists.qt-project.org/mailman/listinfo/releasing > > As that is extremely low volume and contains all the info you would need. > "Highly Recommend, *, would subscribe again!" DONE :) ekke