efl/src/lib/eet
Ross Vandegrift 71e5c74eb6 efl: drop deprecated Encoding key from desktop files
Summary:
The Encoding key is no longer required, all desktop files are assumed to
be UTF-8 encoded.  See details at:
https://standards.freedesktop.org/desktop-entry-spec/1.1/apc.html

Fix various typos and misspellings

lintian, Debian's package checker, uses strings to check for common typos
in compiled binaries.  This change fixes the ones it identified in 1.20.6.

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5584

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2017-12-13 10:27:48 -08:00
..
CMakeLists.txt cmake: handle 'FindXXX.cmake' standard with 'find-XXX' libraries. 2017-02-01 12:25:43 -02:00
Eet.h Eet: fix wrong doxygen definition 2017-11-01 13:08:58 +09:00
Eet_private.h eet - be robust about garbage at the end that looks like an idenity 2015-10-07 17:50:18 +09:00
eet_alloc.c
eet_cipher.c openssl 1.1 build break fixes 2017-01-04 17:47:38 +09:00
eet_connection.c eet: add NULL-check to eet_connection_empty API to avoid segfault 2016-11-16 15:30:44 -08:00
eet_data.c efl: drop deprecated Encoding key from desktop files 2017-12-13 10:27:48 -08:00
eet_dictionary.c
eet_image.c eet: removed warning from eet_image 2017-11-21 11:12:56 +09:00
eet_lib.c eet: wrong comparision to less than zero with unsigned integer. 2017-10-06 09:51:19 -07:00
eet_node.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
eet_utils.c