KDF needs to be updated for Plasma

2017-03-14 Thread Jimmy Johnson
"KDF" in Plasma could use some attention, except for "root/" you can't tell if a partition is mounted or not while using "KwikDisk". -- Jimmy Johnson Debian Stretch - Plasma 5.8.4 - EXT4 at sda11 Registered Linux User #380263

Re: KIPI Plugins and Python

2017-03-14 Thread Luca Beltrame
Il giorno Tue, 14 Mar 2017 09:03:49 + Himanshu Shekhar ha scritto: > How about reimplementing it in Python? It's easy, scalable. Instead of reimplementing in Python (which would add a dependency) you may want to look at generating Python bindings that wrap the C++ API, like PyQt and some KDE

KIPI Plugins and Python

2017-03-14 Thread Himanshu Shekhar
Hello I went through KIPI plugins and had some suggestions. Currently, KIPI Plugins are written in C++. It's great, fast, but a bit complex, compared to the alternative implementation in Python. How about reimplementing it in Python? It's easy, scalable. I had some thoughts to do the same: * Rei