Re: [e-users] Recent Enlightenment Changes Involving Gadget Bars (Bryce) and Gadgets

2018-10-24 Thread Stephen Houston
tions/bindings. The fix was: https://git.enlightenment.org/core/enlightenment.git/commit/?id=b708bee7d7d1b005f029c0ac158bad84d053ef6b Thank you for your patience and sorry for the false alarm. Stephen On Wed, Oct 24, 2018 at 3:59 PM Stephen Houston wrote: > Raster recently made wholesale change

[e-users] Recent Enlightenment Changes Involving Gadget Bars (Bryce) and Gadgets

2018-10-24 Thread Stephen Houston
Raster recently made wholesale changes to the menu system that gadget bars and gadgets use. In this process several bugs appeared. The first to be reported and most notable was that longpress menus were cancelling ongoing drags - such as dragging a pager window. I have fixed this now here: https

Re: [e-users] Removing items from a Gadgets Bar

2018-06-04 Thread Stephen Houston
Your config was broken by a commit in early May. I sent out a post about this if you look back through the archive. It broke key modifiers this effectively breaking the way gadgets and gadget bars work. I found the commit in question and reverted the problem in question breaking configurations, bu

[e-users] Enlightenment Git Configs Generated on April 1st or After Are Broken

2018-04-19 Thread Stephen Houston
If you are using Enlightenment from git and your config was generated on or after April 1st, it is broken due to this commit: https://git.enlightenment.org/core/enlightenment.git/commit/?id=ab88e01afad6da37479d2674fd69b0db9e05e5a4 It is now fixed but you will need to generate a new config. You can

Re: [e-users] Terminology deleted by update

2018-04-18 Thread Stephen Houston
Also, the comment that was made about Ubuntu and Fedora not updating meson (or any other apps as was stated) is very misleading. Both Fedora and Ubuntu stay well up to date and keep their packages very up to date. The meson version included in both distros stable repos work just fine to build e, e

Re: [e-users] Temperature gadget

2018-02-09 Thread Stephen Houston
Okay I've filed a ticket T6697 and added examples of the progressbar regressions to elementary_test progressbar. Hopefully this will get sorted out and fixed soon. Thanks for the reports guys! Stephen On Thu, Jan 25, 2018 at 6:02 PM Stephen Houston wrote: > Something has definitely

Re: [e-users] Temperature gadget

2018-01-25 Thread Stephen Houston
Something has definitely changed with elm_progressbar_unit_format_set() ... I will have to investigate. On Sat, Jan 13, 2018 at 12:38 PM Stephen Houston wrote: > I didn't change it as far as I remember. Same with temp. I'll make sure > they are working right. They are currently

Re: [e-users] Wireless gadget and install dir

2018-01-17 Thread Stephen Houston
That is the correct directory. $libdir/enlightenment/gadgets/linux-gnu-x86_64-ver-0.23/wireless/e_gadget_wireless It is a sandbox gadget so it doesn't require any extra enabling. When you right click a Bryce and add gadgets or left click the desktop and add gadgets, wireless should be there. Twi

Re: [e-users] Temperature gadget

2018-01-13 Thread Stephen Houston
I didn't change it as far as I remember. Same with temp. I'll make sure they are working right. They are currently being converted to sandbox. On Sat, Jan 13, 2018, 12:29 PM Davide Andreoli wrote: > 2018-01-13 18:52 GMT+01:00 Stephen Houston : > > > Netstatus should be t

Re: [e-users] Temperature gadget

2018-01-13 Thread Stephen Houston
Netstatus should be telling you the b/kb/mb. It is here. Automatic maximums means that it checks every value in real time replacing the maximum if a new value is higher than the old maximum value. On Sat, Jan 13, 2018, 11:49 AM Massimo Maiurana wrote: > Peter Flynn ha scritto il 12/01/2018 alle

Re: [e-users] Creating Enlightenment Gadgets

2018-01-12 Thread Stephen Houston
Can you file a ticket on phab.enlightenment.org and tag it enlightenment-gadgets with this exact info? Thanks On Fri, Jan 12, 2018, 5:14 PM Peter Flynn wrote: > On 12/01/18 22:16, Stephen Houston wrote: > > I don't think you get it - luncher is the application launcher - what was

Re: [e-users] Creating Enlightenment Gadgets

2018-01-12 Thread Stephen Houston
wrote: > On 12/01/18 21:32, Stephen Houston wrote: > > Glad to hear it -- The effect is there, just not as gaudy as you said. > > though it definitely last long enough for me to see the icon explode - it > > doesn't quite pulse the way the ibar did -- It's a somewhat

Re: [e-users] Temperature gadget

2018-01-12 Thread Stephen Houston
It is configurable though - just right click the gadget. On Fri, Jan 12, 2018 at 3:47 PM Stephen Houston wrote: > Correct - Processor - Most Intel/AMD will top out around 100 celsius or > 210 Fahrenheit ... so we give a safe margin with our max being 80 and our > min being 30. > &

Re: [e-users] Temperature gadget

2018-01-12 Thread Stephen Houston
Correct - Processor - Most Intel/AMD will top out around 100 celsius or 210 Fahrenheit ... so we give a safe margin with our max being 80 and our min being 30. On Fri, Jan 12, 2018 at 3:40 PM Peter Flynn wrote: > On 12/01/18 21:22, Stephen Houston wrote: > > the percentage is calculat

Re: [e-users] Creating Enlightenment Gadgets

2018-01-12 Thread Stephen Houston
ot more gadgets available. Thanks for the feedback and as always let me know how I can help. On Fri, Jan 12, 2018 at 3:26 PM Peter Flynn wrote: > On 11/01/18 22:14, Stephen Houston wrote: > > A bryce has a luncher which is where application icons sit. > > Found it. It actually off

Re: [e-users] Temperature gadget

2018-01-12 Thread Stephen Houston
Though I will say - the percentage is calculated for only drawing purposes and the text should be the termperature. I'll fix that. On Fri, Jan 12, 2018 at 3:22 PM Stephen Houston wrote: > the percentage is calculated in the rage you set. You set a low > temperature and you

Re: [e-users] Temperature gadget

2018-01-12 Thread Stephen Houston
the percentage is calculated in the rage you set. You set a low temperature and you set a high temperature. 30 celsius and 80 celsius is default so what percent is 34 between 30 and 80? 8%. On Fri, Jan 12, 2018 at 3:19 PM Peter Flynn wrote: > On 12/01/18 12:02, Massimo Maiurana wrote: > > Readin

Re: [e-users] [E-devel] Creating Enlightenment Gadgets

2018-01-12 Thread Stephen Houston
or the simplest basic libc using process > stretching into multiple mb for those using larger toolkits. and that's > just for > common shared data that isn't specific to that process. > 2. opengl adds a mountain of overhead on top per process. > > most of these are ver

Re: [e-users] Creating Enlightenment Gadgets

2018-01-11 Thread Stephen Houston
contents that shelves allow exist with bryce and gadgets. On Thu, Jan 11, 2018 at 4:11 PM Peter Flynn wrote: > On 11/01/18 21:37, Stephen Houston wrote: > > Why would you still be holding down your trackpad after alt+right click? > > Good point...but I had assumed that after clickin

Re: [e-users] Creating Enlightenment Gadgets

2018-01-11 Thread Stephen Houston
gadget or you could try yoz's oconnection: https://github.com/eyoz/oconnection Thanks, Stephen On Thu, Jan 11, 2018 at 3:37 PM Stephen Houston wrote: > Why would you still be holding down your trackpad after alt+right click? > That's not how alt+rclick has ever worked, not eve

Re: [e-users] Creating Enlightenment Gadgets

2018-01-11 Thread Stephen Houston
Stephen On Thu, Jan 11, 2018 at 3:27 PM Peter Flynn wrote: > On 11/01/18 00:05, Stephen Houston wrote: > > Alt+right click lets you remove them. > > I'm sure it's meant to. The first time I did it, there was indeed a > little "Remove" button, but as both

Re: [e-users] Creating Enlightenment Gadgets

2018-01-10 Thread Stephen Houston
If you aren't using connman, you'll want to use the wireless gadget it enlightenment/gadgets/wireless.git as it supports network manager as well as connman. On Wed, Jan 10, 2018, 6:05 PM Stephen Houston wrote: > Alt+right click let's you remove them. Bryce is the equivalent o

Re: [e-users] Creating Enlightenment Gadgets

2018-01-10 Thread Stephen Houston
36 PM Peter Flynn wrote: > On 10/01/18 22:16, Stephen Houston wrote: > > They are designed for the new gadget system that is the replacement for > > shelves and contents. Left click on the desktop, Add Gadgets to Desktop > or > > Add Bryce. That's where they are

Re: [e-users] Creating Enlightenment Gadgets

2018-01-10 Thread Stephen Houston
They are designed for the new gadget system that is the replacement for shelves and contents. Left click on the desktop, Add Gadgets to Desktop or Add Bryce. That's where they are hiding. Stephen On Wed, Jan 10, 2018 at 3:57 PM Peter Flynn wrote: > On 10/01/18 20:51, Stephen Houst

Re: [e-users] Creating Enlightenment Gadgets

2018-01-10 Thread Stephen Houston
The wireless gadget will tell you which network you are connect to and signal strength when you hover on it. The netstatus gadget will give you realtime network throughput On Wed, Jan 10, 2018 at 2:49 PM Peter Flynn wrote: > On 10/01/18 20:38, Stephen Houston wrote: > > Hello, > &

[e-users] Creating Enlightenment Gadgets

2018-01-10 Thread Stephen Houston
Hello, I would like to point everyone to a new wiki page we have that details developing gadgets for Enlightenment using the sandbox method. https://www.enlightenment.org/develop/e/sandbox_gadgets Feel free to use the guide to create cool new gadgets for E and make sure you contribute back feedb

Re: [e-users] Meson build failed on FreeBSD

2017-12-18 Thread Stephen Houston
Okay Al Poole, netstar, committed a fix to Ephoto that involved changing the order of including config.h ... says that made it work. So Ephoto should be good. I imagine Terminology needs the same. On Mon, Dec 18, 2017 at 1:05 PM Carsten Haitzler wrote: > On Mon, 18 Dec 2017 13:27:21 +0100 Quelro

Re: [e-users] E on Bodhi and Mint (was: Re: New applications -- menu/ibar entries

2017-12-18 Thread Stephen Houston
The wireless gadget shows connection strength. The netstatus gadget will show traffic. Wireless gadget is available at enlightenment/gadgets/wireless.git and the netstatus gadget comes with E. On Mon, Dec 18, 2017, 1:09 PM Peter Flynn wrote: > On 18/12/17 15:30, Stephen Houston wrote: >

Re: [e-users] Meson build failed on FreeBSD

2017-12-18 Thread Stephen Houston
Can you send the build failures for Terminology and Ephoto at least? On Mon, Dec 18, 2017 at 6:27 AM Quelrond wrote: > Hello, > > Dear developers, please, test your builds on FreeBSD. > > Recently checked - neither Terminology nor Ephoto git versions cannot be > built... > > Enlightenment from g

Re: [e-users] E on Bodhi and Mint (was: Re: New applications -- menu/ibar entries

2017-12-18 Thread Stephen Houston
The wireless gadget also supports network manager, at a basic level, now. On Mon, Dec 18, 2017, 4:52 AM Carsten Haitzler wrote: > On Sun, 17 Dec 2017 20:37:38 + Peter Flynn said: > > > On 17/12/17 14:47, Carsten Haitzler wrote: > > > On Sun, 17 Dec 2017 12:56:18 + Peter Flynn > said: >

Re: [e-users] genlist item

2017-12-05 Thread Stephen Houston
So the item_append callback returns an Elm_Object_Item to you. So Elm_Object_Item *it; it = elm_genlist_item_append ... and then you can do elm_object_item_tooltip_text_set and the other family of elm_object_item_tooltip fucntions. On Tue, Dec 5, 2017 at 11:00 AM Pierre Couderc wrote: > Is it po

[e-users] Attention Themers: Enlightenment 22 changes

2017-09-28 Thread Stephen Houston
I wrote an entry to the theme migration wiki to help you guys out preparing your themes for E22: https://phab.enlightenment.org/w/theme_migration/ Good luck! -- Check out the vibrant tech community on one of the world's mo

Re: [e-users] e21 using 100% CPU

2017-09-15 Thread Stephen Houston
If you are using any modules that have threads such as cpufreq or temperature, there was a bug floating around where the threads weren't sleeping and causing something similar. Try removing those and see if it resolves. On Fri, Sep 15, 2017, 7:05 AM Marc MERLIN wrote: > My e21 has been stuck in

Re: [e-users] Ephoto 1.0 Final Released

2017-05-24 Thread Stephen Houston
Thanks bud! On Fri, May 19, 2017 at 11:29 AM PaulTT wrote: > very cool! > i'm testing it :) > > (and doing a couple of patches, for some additional settings, i'll let you > know) > > btw very cool > > On Tue, Apr 18, 2017 at 9:38 PM, Stephen Houston >

[e-users] Ephoto 1.0 Final Released

2017-04-18 Thread Stephen Houston
well as http://phab.enlightenment.org/w/projects/ephoto/ Thank you for your support over the years!! Stephen Houston -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://

Re: [e-users] Ho< to get the foxus inside the new window ?

2017-04-16 Thread Stephen Houston
I know luncher does this... I'm surprised ibar doesn't. I'm almost sure it did. For the record... you are talking about hovering over an icon in ibar to get the window previews, then clicking on one of the previews, it should raise and focus? On Sat, Apr 15, 2017, 5:07 PM Pierre Couderc wrote: >

[e-users] Ephoto 1.0-beta3 Released

2017-03-29 Thread Stephen Houston
t and start making bug reports on phab so I can clean everything up. Thanks for all of your support over the years! this beta via tarball or git and start making bug reports on phab so I can clean everything up. Thanks for all of your support over the years! Step

Re: [e-users] Issue with older themes and pager drag+drop

2017-02-05 Thread Stephen Houston
If you are using a Bryce pager, a theme part was added. e.swallop.drop in pager.edc On Sun, Feb 5, 2017, 10:06 PM Daniel Kasak wrote: > Hi all. > > With older themes, dragging a window in the pager doesn't move it to > the desktop ... unless the desktop I'm dragging it to is the current > one. U

Re: [e-users] Help me get Ephoto released!

2017-01-13 Thread Stephen Houston
This is fixed in git https://git.enlightenment.org/apps/ephoto.git/commit/?id=1dbee7b7b3cdbfc3a83e6dfbb4494a89b72602bb after the beta2 release so should be correct in the final. Thank you! On Fri, Jan 13, 2017, 4:43 AM Francesc Guasch wrote: > On Mon, Jan 09, 2017 at 03:57:50PM +0000, Step

[e-users] Help me get Ephoto released!

2017-01-09 Thread Stephen Houston
Following in the footsteps of Boris with Terminology, I would also like to get Ephoto final released. We have been on beta 2 for a while now. Please respond to this mail or file tickets on phab with any questions, comments, queries, or ponders you have with Ephoto right now. Suggestions, complim

Re: [e-users] ibar icon truncated on the sides

2016-10-18 Thread Stephen Houston
Patience. :-) There is not a lot of incentive to work on ibar, as it's replacement is on its way. That said, I think at one point Marcel had identified the problem. On Tue, Oct 18, 2016, 4:45 PM Daniel Kasak wrote: > Any progress on this one? I'm getting far to used to using > 'everything' to la

[e-users] Ephoto 1.0 Beta2 Released!

2016-08-29 Thread Stephen Houston
-beta2/ Ephoto's home on the interwebs is: http://smhouston.us/ephoto/ Please test this beta via tarball or git and start making bug reports on phab so I can clean everything up. Thanks for all of your support over the years! Step