[Development] Qt Windows Extras and Jump Lists

Ivan V. define-true-false at yandex.com
Thu Jan 24 23:14:43 CET 2013


Of course it is.
Here is the project: https://github.com/dtf/QtDockTile
Here is the somewhat ugly code, which was born by cloudy consciousness: https://github.com/dtf/QtDockTile/tree/master/src/plugins/windows 

Note that it is not the code that is going to be a proposal for Qt Windows Extras.

25.01.2013, 00:07, "Jake Thomas Petroules" <jake.petroules at petroules.com>:
> Interesting. Is your wrapper open source and where might one find it?
>
> Jake Petroules
> Petroules Corporation (www.petroules.com)
> Email: jake.petroules at petroules.com
> Telephone: +1 (970) 587-3821
>
> On Jan 24, 2013, at 4:34 PM, Ivan V. <define-true-false at yandex.com> wrote:
>
>>  Hello, Jake,
>>
>>  The main "unusualness" about our wrapper is that it not only wraps ICustomDestinationList COM-interface, but also allows programmer to put there QActions and use it like with some kind of menus. What it does it stores these actions, gives them unique id's, and those id-s puts into command-line argument to rundll32, which after activation of jumplist item calls a procedure, which then finds respective action by id and triggers it. It's pretty common mechanism of transforming this unusable "Jump Lists", which is only list of shortcuts, into something more usable.
>>  _______________________________________________
>>  Development mailing list
>>  Development at qt-project.org
>>  http://lists.qt-project.org/mailman/listinfo/development



More information about the Development mailing list