Go to file
Marcel Hollerbach 304afe7ea3 Introduce gesture recognition
This is currently using libinputs gesture recognition. And offers a
config screen to setup new gestures.

1. No default gesture bindings are setup

2. When libinput is not available the module is not going to be loaded,
   and nothing is recognited.+

3. Only swipe gestures are recognized yet.

4. For now, you are required to be part of the input group, otherwise we cannot
   get the libinput events. (See Todo 1)

5. The visual representation is not really good. In terms of UI, it is
   visually showing a value coming from left to right, which is
   indicating a direction, which is not always the direction of the
   gesture, which is kind of bad. More improvements needed here.

Some things that still can be done:

1. The whole libinput things should be handled by elput, either with the
   input group hack, or logind, or simply by root. The ideal idea would
   be that e_sys is creating the elput context, which also listens for new
   devices etc.. When all this is done, and it recognizes a new device, it
   can simply sent a message from e_sys to e, that there is some new
   device, with a opened fd. (However, this all needs to be locked up in a
   way that e_sys cannot be abused)

-
2020-07-21 10:05:32 +02:00
confs add pre-made configs like efl for some os's and setups 2020-01-25 15:51:44 +00:00
data tree-wide: get rid of trailing whitespace 2020-05-19 12:09:13 +02:00
doc tree-wide: get rid of trailing whitespace 2020-05-19 12:09:13 +02:00
meson meson - use install_mode 2018-12-27 17:16:33 +00:00
old time for autogen.sh to move to old as a sample... 2020-05-09 09:37:17 +01:00
po Updating french translation 2020-05-29 14:27:36 +02:00
src Introduce gesture recognition 2020-07-21 10:05:32 +02:00
.arcconfig update arcconfig key:values for new phabricator api 2018-05-11 09:47:20 +02:00
.gitignore ignore backup text files with tildas at the end 2019-05-14 12:42:01 +01:00
.mailmap enlightenment/mailmap: Move unused addresses to bottom of list 2020-03-24 16:58:42 -04:00
AUTHORS AUTHORS: Add jf_simon to list. 2020-04-12 14:10:36 +01:00
COPYING tree-wide: get rid of trailing whitespace 2020-05-19 12:09:13 +02:00
INSTALL INSTALL: quick missing word fix. 2020-05-25 13:32:52 +02:00
NEWS 0.24 - prepare dotting i's and crossing t's for 0.24 alpha 1 2020-05-02 16:15:30 +01:00
README alert - move to using full efl stack for it 2019-09-27 07:13:24 +01:00
TODO todo++ 2020-05-09 12:20:24 +01:00
meson.build meson: fix fnmatch dependency lookup 2020-06-11 02:44:55 +02:00
meson_options.txt Introduce gesture recognition 2020-07-21 10:05:32 +02:00
x-ui.sh remove e17 preload/precache hacks 2012-10-10 07:39:08 +00:00
xdebug.sh tree-wide: get rid of trailing whitespace 2020-05-19 12:09:13 +02:00

README

Enlightenment
-------------

Please report bugs and submit patches at https://phab.enlightenment.org

Requirements
------------

Must:
  * efl
  * libpam (On Linux)

Highly suggested:
  * evas_generic_loaders (All loaders)
  * bluez5 (BT support and l2ping tool)
  * connman
  * bc (For everything calculator)
  * pulseaudio
  * acpid (Unless your system doesn't have ACPI at all)
  * packagekit (For packagekit module updates status)
  * udisks2
  * gdb (If you want automatic bactraces in ~/.e-crashdump.txt)

NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
file prior to installing this release or it will be overwritten.

Please see the INSTALL file for now to compile and install it.

NOTE: If you do not want security issues make sure sysactions.conf is in
/etc/enlightenment (not PREFIX/etc/enlightenment) as this is the first place
it looks at. This file is intended to be customized by packagers and
system integrators to match your policies and scripts/tools.

NOTE: To enable wayland support (still considered experimental and not for
regular end users) use the meson -Dwl=true option. To run enlightenment in
wayland mode, just log on on ant vt and run enlightenment_start. If you
wish to debug and see all the output try using something like screen then
attaching to the remote screen session by sshing in etc.