Re: liquidshell in kdereview

2017-11-05 Thread Martin Koller
On Montag, 6. November 2017 01:57:32 CET Aleix Pol wrote: > On Fri, Nov 3, 2017 at 9:30 PM, Martin Koller wrote: > > Hi all, > > > > I'd like to announce an application I've implemented over the last few > > weeks - liquidshell > > > > liquidshell is a replacement for plasmashell > > > > Hi Mar

Re: liquidshell in kdereview

2017-11-05 Thread Martin Koller
On Sonntag, 5. November 2017 23:01:52 CET Alexander Neundorf wrote: > On 2017 M11 5, Sun 19:27:27 CET Martin Koller wrote: > > On Samstag, 4. November 2017 20:58:49 CET Alexander Neundorf wrote: > > > On 2017 M11 3, Fri 21:30:19 CET Martin Koller wrote: > > > > Hi all, > > > > > > ... > > > > > >

Re: liquidshell in kdereview

2017-11-05 Thread Aleix Pol
On Fri, Nov 3, 2017 at 9:30 PM, Martin Koller wrote: > Hi all, > > I'd like to announce an application I've implemented over the last few weeks > - liquidshell > > liquidshell is a replacement for plasmashell > > It does not use QtQuick but instead relies on QtWidgets, > therefore no hardware gra

Re: liquidshell in kdereview

2017-11-05 Thread Luca Beltrame
Il giorno Sun, 05 Nov 2017 19:24:55 +0100 Martin Koller ha scritto: > > * Use QDBus instead of calling dbus-send command-line tool or > > xdg-screensaver > Because ? Personally, because I don't think that calling random executables from your program is a good idea. -- Luca Beltrame - KDE F

Re: liquidshell in kdereview

2017-11-05 Thread Alexander Neundorf
On 2017 M11 5, Sun 19:27:27 CET Martin Koller wrote: > On Samstag, 4. November 2017 20:58:49 CET Alexander Neundorf wrote: > > 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 righ

Re: Python bindings using cppyy (was: An update on Python bindings)

2017-11-05 Thread Shaheed Haque
Philipp, On 5 November 2017 at 14:48, Philipp A. wrote: > Hi Shaheed, Chris, > > Shaheed Haque schrieb am Sa., 4. Nov. 2017 um > 18:35 Uhr: > >> FWIW, I already tried that (types.ModuleType is itself a perfectly >> subclassable class!) […] >> >> Now, none of that may be a limiting factor in the

Re: liquidshell in kdereview

2017-11-05 Thread Martin Koller
On Samstag, 4. November 2017 20:58:49 CET Alexander Neundorf wrote: > 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)... Then I fear liquidshell is sim

Re: liquidshell in kdereview

2017-11-05 Thread Martin Koller
Hi, thanks for you review! On Samstag, 4. November 2017 19:41:27 CET Kai Uwe Broulik wrote: > Hi, > > AppMenu.cxx: > * You can use NoDotAndDotDot flag in entryInfoList() to already skip those I just want to skip ".." - but yes, I can use QDir::AllEntries | QDir::NoDotDot > * You seem to be usi

Re: Python bindings using cppyy (was: An update on Python bindings)

2017-11-05 Thread Boudewijn Rempt
On Sat, 4 Nov 2017, Chris Burel wrote: > I think this is a remarkably short sighted statement. It assumes that people > that would use these bindings have no existing Python codebase at all, and > can afford to start a brand new project. The reality is much different. > > Let's take a specific