Re: [Development] Scope of source code license files

2016-06-24 Thread Thiago Macieira
On sexta-feira, 24 de junho de 2016 20:02:03 PDT Benjamin TERRIER wrote: > > 2) > > https://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-founda > tion/ > > says that "Qt 5.7 will not be available under LGPLv2.1 anymore" -- > > Does that mean LICENSE.LGPLv21 should be removed from

Re: [Development] Revisiting high-DPI configuration options

2016-06-24 Thread Morten Sorvig
> On 22 Jun 2016, at 15:30, Michael Zanetti > wrote: > > > * floating point scaling > * different scale factor per window > * dynamically changing scale factor > * some sort of language that allows developers to use virtual sizes, > ideally we'd be able to

Re: [Development] Interesting CI failure: Fwd: Change in qt/qt3d[5.7]: Entity: add simple method to check for components

2016-06-24 Thread Thiago Macieira
http://www.gnu.org/fun/jokes/ed-msg.html Let's look at a typical novice's session with the mighty ed: golem$ ed ? help ? ? ? quit ? exit ? bye ? hello? ? eat flaming death ? ^C ? ^C ? ^D ? === Note that I can't reproduce the last one. Ctrl+D quits ed for me. (I'd seen those CI quit

Re: [Development] Scope of source code license files

2016-06-24 Thread Benjamin TERRIER
Le 14 juin 2016 13:22, "Sze Howe Koh" a écrit : > > On 7 May 2016 at 12:20, Joseph Crowell wrote: > > > > On 4/05/2016 7:39 PM, Lars Knoll wrote: > >> > >> On 02/05/16 14:37, "Development on behalf of Sze Howe Koh"

[Development] Interesting CI failure: Fwd: Change in qt/qt3d[5.7]: Entity: add simple method to check for components

2016-06-24 Thread Sean Harmer
Well, that's a new one but fits quite well with the news today. Sean Forwarded Message Subject: Change in qt/qt3d[5.7]: Entity: add simple method to check for components Date: Fri, 24 Jun 2016 16:04:39 + From: Qt CI Bot (Code Review)

Re: [Development] [Qt-creator] [OS X] Dock icon progress widget

2016-06-24 Thread Thiago Macieira
On sexta-feira, 24 de junho de 2016 18:12:25 PDT René J. V. Bertin wrote: > The remark above did make me wonder if QtDBus couldn't use a > platform-native backend transparently. It seems unlikely (just as you > probably cannot replace dbus itself by something that isn't ... dbus) but > it cannot

Re: [Development] [Qt-creator] [OS X] Dock icon progress widget

2016-06-24 Thread René J . V . Bertin
Shawn Rutledge wrote: > I thought he meant to add it as a cross-platform feature, not leave it in the > extras modules. Ah, yes, that would be a possibility if the feature can be implemented in such a way that a platform-agnostic API makes sense. Which it should, there really isn't that much

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-24 Thread Thiago Macieira
On sexta-feira, 24 de junho de 2016 10:26:37 PDT Tuukka Turunen wrote: > Hi, > > I do not know why 5.6.1 has been deleted, but it is of course a mistake. > However, we need to make sure no-one accidentally takes it, so maybe moving > to archive is good approach? No, keep it in

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-24 Thread Thiago Macieira
On sexta-feira, 24 de junho de 2016 08:33:39 PDT Lars Knoll wrote: > >2) because the .qmake.conf file in qtdeclarative contains the same version > > number for two releases. It's impossible for regular people to tell us > >which version they have compiled if they have already erased the source >

Re: [Development] [Interest] Native event filter in QtService

2016-06-24 Thread André Somers
Op 24/06/2016 om 11:18 schreef Bo Thorsen: Hi all, I'm copying this to devel, because it fits in a discussion a week or two ago. Den 24-06-2016 kl. 10:56 skrev Tony Rietwyk: qtservice_win.cpp around line 830 at your reference [1] installs its own nativeEventFilter - probably displacing

Re: [Development] Notice to all packagers: Qt 4 mistakenly detects GCC6 as a different ABI

2016-06-24 Thread Lisandro Damián Nicanor Pérez Meyer
On jueves, 23 de junio de 2016 8:31:20 P. M. ART Thiago Macieira wrote: > You may start getting this error once you upgrade the compiler: > > Plugin uses incompatible Qt library > expected build key "x86_64 linux g++-6 full-config", got "x86_64 linux > g++-4 full-config" > "The plugin

Re: [Development] [Qt-creator] [OS X] Dock icon progress widget

2016-06-24 Thread Shawn Rutledge
> On 24 Jun 2016, at 11:19, René J. V. Bertin wrote: > > Mike Krus wrote: > >> >>> On 22 Jun 2016, at 11:17, Kevin Funk wrote: >>> A platform agnostic wrapper for all this would be indeed great to have! >> If QtWinExtra has it, QtMacExtra can have it, and

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-24 Thread Tuukka Turunen
Hi, I do not know why 5.6.1 has been deleted, but it is of course a mistake. However, we need to make sure no-one accidentally takes it, so maybe moving to archive is good approach? Let's fix that next week the latest. Today is a national holiday in Finland, so we'll need to survive through

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-24 Thread Ralf Nolden
Am Freitag, 24. Juni 2016, 08:33:39 schrieb Lars Knoll: > On 24/06/16 09:41, "Development on behalf of Thiago Macieira" > thiago.macie...@intel.com> wrote: > >At the very least, BRING BACK 5.6.1 to >

Re: [Development] [Qt-creator] [OS X] Dock icon progress widget

2016-06-24 Thread René J . V . Bertin
Mike Krus wrote: > >> On 22 Jun 2016, at 11:17, Kevin Funk wrote: >> A platform agnostic wrapper for all this would be indeed great to have! > If QtWinExtra has it, QtMacExtra can have it, and it’s doable on Linux, why > not add static methods on QProgressBar? Why would you add

Re: [Development] [Interest] Native event filter in QtService

2016-06-24 Thread Bo Thorsen
Hi all, I'm copying this to devel, because it fits in a discussion a week or two ago. Den 24-06-2016 kl. 10:56 skrev Tony Rietwyk: qtservice_win.cpp around line 830 at your reference [1] installs its own nativeEventFilter - probably displacing yours. I suspect you'll need to merge the Qt

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-24 Thread Lars Knoll
On 24/06/16 09:41, "Development on behalf of Thiago Macieira" wrote: >On sexta-feira, 24 de junho de 2016 06:49:56 PDT Lars Knoll wrote: >> On 24/06/16 02:12, "Development on behalf of Thiago

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-24 Thread Thiago Macieira
On sexta-feira, 24 de junho de 2016 06:49:56 PDT Lars Knoll wrote: > On 24/06/16 02:12, "Development on behalf of Thiago Macieira" > thiago.macie...@intel.com> wrote: > > >On terça-feira, 21 de junho de 2016 23:37:57 PDT Thiago

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-24 Thread Lars Knoll
On 24/06/16 02:12, "Development on behalf of Thiago Macieira" wrote: >On terça-feira, 21 de junho de 2016 23:37:57 PDT Thiago Macieira wrote: >> On terça-feira, 21 de junho de 2016 16:42:14 PDT Thiago