Re: [Development] Question about keyboard mapping

2016-10-06 Thread Frank Richter
Hi, I think what happened is that at some point keyboard handling on X11 was changed to use xkb exclusively. This works fine if the server provides the xkb layout identity; this usually is the case for non-ancient(?) X.org servers, but not necessarily for other server vendors. Now, if that identity

Re: [Development] Contribution: Windows Stock Icons

2015-11-17 Thread Frank Richter
rdcoded sizes > (16x16 and 32x32 at this moment). So the returned QIcon already > provides various resolutions. > It might be improved by calling QPlatformTheme::standardPixmap() for > sizes matching SHGSI_LARGEICON, SHGSI_SMALLICON, SHGSI_SHELLICONSIZE. > > Regards, > > Benj

[Development] Contribution: Windows Stock Icons

2015-11-14 Thread Frank Richter
Hello everybody, I made some (non-trivial) changes to the Windows stock icon implementation. The goals were 1. Use public/"modern" APIs as much as possible to obtain the icons. 2. Make the various different resolutions stock icons are provided in available to Qt. For the first goal I changed to co