enlightenment/src/modules/sysinfo
Carsten Haitzler e4339f4819 bryce - improve usability from code and user by having std right menu
now right click on any gagdte in bryce and they ALL have a menu that
allows removal of the gagdte bar or the gadget as well as access to
gadget settings AND the ability for gadgets to extendthis menu like
lunhcer does per icon. now it's standard behavior everywhere which is
much easier to use and discover. it also removes code from every
gadget to do their own "button 3" handling as its handled centrally
making the code in gadgets simpler.

this is part of my effort to improve usability (mostly discoverability
and accessibility of settings/features).

also  long press left mouse gets u gadget right click menu

this has to move many modules/gadgets actions to mouse up instead of
mouse down so the bryce has a chance to trap the events first and set
hold flags. but now long press for 0.5 sec and bryce menu come sup
(with left mouse .. so touch friendly).

in addition move context menu hanbdling to e_gadget instead of in
bryce and in e_gadget. a context callback is called so different
systems can still do different things. this should probably change to
always pop up a mnenu and simple call populate callbacks for site
owner specific content.

all in all it makes the new gagdtes more consistent, easier to use
(without a right mouse button), doesn't need special action bindings
etc. etc.
2018-10-11 16:25:10 +01:00
..
batman bryce - improve usability from code and user by having std right menu 2018-10-11 16:25:10 +01:00
cpuclock bryce - improve usability from code and user by having std right menu 2018-10-11 16:25:10 +01:00
cpumonitor bryce - improve usability from code and user by having std right menu 2018-10-11 16:25:10 +01:00
memusage bryce - improve usability from code and user by having std right menu 2018-10-11 16:25:10 +01:00
netstatus bryce - improve usability from code and user by having std right menu 2018-10-11 16:25:10 +01:00
thermal bryce - improve usability from code and user by having std right menu 2018-10-11 16:25:10 +01:00
e-module-sysinfo.edj Enlightenment: Add the sysinfo gadget that includes battery, temp, frequency, cpu, mem, and net 2017-01-06 16:16:51 -06:00
meson.build sysinfo: fix linux build. 2018-02-24 18:40:24 +00:00
mod.c formatting 2017-08-29 15:32:18 -04:00
module.desktop clean up .desktop files and misc typos 2018-01-04 09:57:52 -05:00
sysinfo.c formatting 2017-08-29 15:32:18 -04:00
sysinfo.h sysinfo: fix cpuclock for BSD. 2018-02-24 18:19:48 +00:00