On Wednesday, 2013-12-11, 13:34:11, Ziller Eike wrote: > On Dec 11, 2013, at 1:58 PM, Rémi Benoit <[email protected]> wrote: > > Hi, > > I’m currently trying to write a plugin that would allow the build progress > > and the number of issues to be displayed in Unity launcher icon. The > > implementation would be based on this proposal : > > https://codereview.qt-project.org/#change,33051 > > > > My problem is to know if this is actually possible using the plugin > > system. Seeing that the implementation is not exposed (defined in > > Core::Internal::ProgressManagerPrivate). > > > > Is there a way for a plugin to insert is own implementation of the > > ProgressManager. Or maybe re-implementing the ProgressManager so it > > replaces the current one? I’d be interested in any example of plugins > > manipulating the CorePlugin internals. > > > > If this proves impossible I'll just keep my patched QtCreator but it I'd > > like to bring this to the world! > You can’t do that with a plugin. The problem with accepting an > implementation for this functionality on Linux is, that a Qt Creator build > can be run in a variety of Linux desktop environments, but there is no > shared way/API for this.
Isn't job progress reporting something that is covered by the freedesktop.org status notifier specifications, currently implemented by KDE and Unity IIRC? Cheers, Kevin -- Kevin Krammer | [email protected] | Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
