There is a POC-quality implementation of the integration with KDE here:
https://cgit.kde.org/pykde5.git/tree/?h=srhaque-cppyy-bindings&id=19a94fb3ae2b40a985913ed4e49400e02df56dc2
This contains examples of bindings for Akonadi and KDcraw. My next
steps will be to do a few more, and then move on to
On 2017 M11 3, Fri 21:30:19 CET Martin Koller wrote:
> Hi all,
...
> - Just one bottom DesktopPanel, containing:
I always put my panel to the right or left edge (intead at the bottom)...
...
> The main motivation was to have a reliable desktop shell which does not hog
> the CPU or RAM. (CPU usage
Hi,
AppMenu.cxx:
* You can use NoDotAndDotDot flag in entryInfoList() to already skip those
* You seem to be using KFileItem and the url you generate just for
isDesktopFile(), you could use KDesktopFile::isDesktopFile(), also the isDir()
check could come before, a folder cannot be a desktop file
Wim, Philipp,
On 4 November 2017 at 16:45, Philipp A. wrote:
> Hi Wim!
>
>> So now I have a (C++) namespace 'A' that bears no relationship to anything
>> to do with the file system or any type of Python packaging: it exists only
>> in memory for the duration of the python session.
>
>
> Yeah, coo
On Samstag, 4. November 2017 02:35:27 CET Alexander Potashev wrote:
> Hi, thanks for the good stuff.
>
> Tried to build it here against relatively old Qt version, failed at
> first attempt and had to do some tweaks (see attachment).
>
> OS: gentoo
> gcc 5.4.0
> Qt 5.7.1
> KF 5.37.0
thanks.
I've