Re: [E-devel] Cannot find reason for non-scrolling of list

2021-11-06 Thread Abdur-Rahmaan Janhangeer
It's already the default: https://www.bodhilinux.com/a/evisum/ This one is just a quick replacement when Evisum doesn't fit due to some compatibility issues. Kind Regards, Abdur-Rahmaan Janhangeer about | blog github

[EGIT] [core/efl] master 01/01: elm theme - add another palette

2021-11-06 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0ee01279f1f32c8d2e39d729ab883f1f2abf0f5a commit 0ee01279f1f32c8d2e39d729ab883f1f2abf0f5a Author: Carsten Haitzler Date: Sat Nov 6 23:20:51 2021 + elm theme - add another palette --- data/ele

[EGIT] [core/efl] master 01/01: elm theme - add another palette to default set

2021-11-06 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4b906a9e5a7001370a747a24b69e7b1443a1405c commit 4b906a9e5a7001370a747a24b69e7b1443a1405c Author: Carsten Haitzler Date: Sat Nov 6 22:55:44 2021 + elm theme - add another palette to default se

[EGIT] [legacy/imlib2] master 01/01: configure.ac: Fixup after recent change

2021-11-06 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=78a682cdc9525f38355a3dc3173608eff1c6230d commit 78a682cdc9525f38355a3dc3173608eff1c6230d Author: Kim Woelders Date: Sat Nov 6 20:58:40 2021 +0100 configure.ac: Fixup after recent change --- co

[EGIT] [core/enlightenment] master 01/01: e_bindings: Minor formatting fixes

2021-11-06 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=de1cd33e75655da45f6dad3c61c5e40eeb617cf7 commit de1cd33e75655da45f6dad3c61c5e40eeb617cf7 Author: Christopher Michael Date: Sat Nov 6 13:16:16 2021 -0400 e_bindings: Minor formatting

Re: [E-devel] Cannot find reason for non-scrolling of list

2021-11-06 Thread Carsten Haitzler
On Sat, 6 Nov 2021 14:53:19 +0400 Abdur-Rahmaan Janhangeer said: you could just use evisum to do this... as it shows processes, %cpu and lets you kill them etc. too... :) it does a lot more than exterminator does... :) > Oh > > I am like the fourth person trying to fix the codebase. Yes the sho

Re: [E-devel] Cannot find reason for non-scrolling of list

2021-11-06 Thread Abdur-Rahmaan Janhangeer
Oh I am like the fourth person trying to fix the codebase. Yes the show before pack ran some warnings in my head as from PyQT experience this is also wrong. As for others i kind of have no clue as i am the most newbie person on python-efl right now. I think we'll have to just rebuild that part. T

Re: [E-devel] Cannot find reason for non-scrolling of list

2021-11-06 Thread Carsten Haitzler
On Sat, 6 Nov 2021 00:47:05 +0400 Abdur-Rahmaan Janhangeer said: reading some of the code i already see some weird things: for the header you add buttons and you put labels in the buttons... buttons already have their own labels - why are you putting a label inside the button? you pack the pane