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

2016-06-25 Thread René J . V . Bertin
Thiago Macieira wrote: > 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

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] [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] [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] [Qt-creator] [OS X] Dock icon progress widget

2016-06-23 Thread Mike Krus
> 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? Mike -- Mike Krus | mike.k...@kdab.com |

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

2016-06-22 Thread René J . V . Bertin
On Wednesday June 22 2016 11:50:04 Marc Mutz wrote: >It probably makes sense to add a couple of slots to QSystemTrayIcon (is there >something similar in GUI?). Except that the tray icon isn't related to the Dock icon on OS X ... It shows up in the menubar and is much too small to add a

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

2016-06-22 Thread Kevin Funk
On Mittwoch, 22. Juni 2016 10:08:03 CEST Eike Ziller wrote: > > On Jun 22, 2016, at 11:50 AM, Marc Mutz wrote: > > > > On Tuesday 21 June 2016 12:36:02 René J.V. Bertin wrote: > >> On Tuesday June 21 2016 09:50:52 Eike Ziller wrote: > >>> I think this would be more a question

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

2016-06-22 Thread Eike Ziller
> On Jun 22, 2016, at 11:50 AM, Marc Mutz wrote: > > On Tuesday 21 June 2016 12:36:02 René J.V. Bertin wrote: >> On Tuesday June 21 2016 09:50:52 Eike Ziller wrote: >>> I think this would be more a question to the Qt/macOS developers, to be >>> asked on the development@

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

2016-06-22 Thread Marc Mutz
On Tuesday 21 June 2016 12:36:02 René J.V. Bertin wrote: > On Tuesday June 21 2016 09:50:52 Eike Ziller wrote: > >I think this would be more a question to the Qt/macOS developers, to be > >asked on the development@ mailing list ;) > > OK then :) > > I've, erm, borrowed some code from Qt Creator