tree-wide: get rid of trailing whitespace

Remove trailing whitespaces

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11841
This commit is contained in:
Riccardo Calixte 2020-05-17 03:28:27 +00:00 committed by Stefan Schmidt
parent c3f809c346
commit 01fd3da2a3
18 changed files with 185 additions and 187 deletions

View File

@ -9,11 +9,11 @@ modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
@ -66,7 +66,7 @@ with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The

View File

@ -3,7 +3,7 @@
# This is a system configuration for allowing or denying certain users or
# groups to be able to do certain actions that involve system restricted
# actions such as halt, reboot, suspend, hibernate etc.
#
#
# This file is read in order from top to bottom - the first rule to MATCH
# will be used for a user or a group, and nothing after that is read.
#
@ -11,7 +11,7 @@
# Any action definitons after a rule match has been found will be ignored.
# This allows actions to be re-defined for different user groups, so matches
# so the command for an action can change for matches to the rules later on.
#
#
# Any user or group NOT matched by an allow or a deny will be ALLOWED to
# perform the action by default (system administrators should be aware of
# this and implement whatever policies they see fit). Generally speaking
@ -19,7 +19,7 @@
# to perform these actions, thus the default of allow. For multi-user systems
# the system administrator is considered capable enough to restrict what they
# see they need to.
#
#
# A WARNING to admins: do NOT allow access for users to this system remotely
# UNLESS you fully trust them or you have locked down permissions to halt/reboot
# suspend etc. here first. You have been warned.
@ -38,7 +38,7 @@
# etc.
#
# user and group name can use glob matches (* == all for example) like the
# shell. as can action names allowed or denied.
# shell. as can action names allowed or denied.
action: /bin/mount @MOUNT@
action: /bin/umount @UMOUNT@

View File

@ -23,7 +23,7 @@
# suspend etc. here first. You have been warned.
# FORMAT:
#
#
# user: username allow: rfkill
# group: groupname deny: *
# group: * deny: *

View File

@ -73,7 +73,7 @@ maintain a bit of compatibility with possible scripts from the users too.
The original tool is not (at the date of today) not removed and you can still
have access to it, it is renamed to enlightenment_remote_old
This tool depends of the command dbus-send, normally included in the main
This tool depends of the command dbus-send, normally included in the main
dbus package
This tool is just a front-end and may be not updated, you should
@ -89,7 +89,7 @@ run: qdbus org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject
# NAME: ERC
# DESCRIPTION: eremote callback
# PARAMETERS: interface/method call
# RETURNS:
# RETURNS:
#===============================================================================
ERC(){
dbus-send --print-reply=literal --dest=org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject "$1"
@ -99,14 +99,14 @@ ERC(){
# NAME: ERCS
# DESCRIPTION: eremote call with string parameter
# PARAMETERS: interface/method call, string parameter
# RETURNS:
# RETURNS:
#===============================================================================
ERCS(){
dbus-send --print-reply=literal --dest=org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject "$1" string:"$2"
}
#=== FUNCTION ================================================================
# NAME: ERGS
# NAME: ERGS
# DESCRIPTION: Get a (single) value (string)
# PARAMETERS: interface/method call
# RETURNS: value (string)
@ -179,7 +179,7 @@ ERGMST(){
# NAME: ERCIIIS
# DESCRIPTION: eremote call with int, int, int, string parameter
# PARAMETERS: interface/method call, int, int, int, string
# RETURNS:
# RETURNS:
#===============================================================================
ERCIIIS(){
dbus-send --print-reply=literal --dest=org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject "$1" int32:"$2" int32:"$3" int32:"$4" string:"$5"
@ -189,7 +189,7 @@ ERCIIIS(){
# NAME: ERCIII
# DESCRIPTION: eremote call with int, int, int parameter
# PARAMETERS: interface/method call, int, int, int
# RETURNS:
# RETURNS:
#===============================================================================
ERCIII(){
dbus-send --print-reply=literal --dest=org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject "$1" int32:"$2" int32:"$3" int32:"$4"
@ -199,7 +199,7 @@ ERCIII(){
# NAME: ERCII
# DESCRIPTION: eremote call with int, int parameter
# PARAMETERS: interface/method call, int, int
# RETURNS:
# RETURNS:
#===============================================================================
ERCII(){
dbus-send --print-reply=literal --dest=org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject "$1" int32:"$2" int32:"$3"
@ -209,7 +209,7 @@ ERCII(){
# NAME: ERCI
# DESCRIPTION: eremote call with int parameter
# PARAMETERS: interface/method call, int
# RETURNS:
# RETURNS:
#===============================================================================
ERCI(){
dbus-send --print-reply=literal --dest=org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject "$1" int32:"$2"
@ -380,7 +380,7 @@ er_efm_open_dir(){
else
EFM_DIR="$2"
fi
dbus-send --session --type=method_call --print-reply=literal --dest=org.enlightenment.FileManager /org/enlightenment/FileManager org.enlightenment.FileManager.OpenDirectory "string:$EFM_DIR"
}
@ -465,7 +465,7 @@ case "$1" in
er_restart
;;
-exit)
er_exit
er_exit
;;
-module-list)
er_module_list

View File

@ -12,8 +12,8 @@ HTML_FOOTER = @srcdir@/doc/foot.html
HTML_STYLESHEET = @srcdir@/doc/e.css
ENUM_VALUES_PER_LINE = 1
GENERATE_HTMLHELP = NO
CHM_FILE =
HHC_LOCATION =
CHM_FILE =
HHC_LOCATION =
GENERATE_CHI = NO
BINARY_TOC = NO
TOC_EXPAND = NO
@ -30,7 +30,7 @@ REPEAT_BRIEF = YES
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = NO
STRIP_FROM_PATH =
STRIP_FROM_PATH =
INTERNAL_DOCS = NO
STRIP_CODE_COMMENTS = YES
CASE_SENSE_NAMES = YES
@ -49,8 +49,8 @@ GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = YES
GENERATE_DEPRECATEDLIST= YES
ALIASES =
ENABLED_SECTIONS =
ALIASES =
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
OPTIMIZE_OUTPUT_FOR_C = YES
OPTIMIZE_OUTPUT_JAVA = NO
@ -59,15 +59,15 @@ QUIET = NO
WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES
WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE =
WARN_LOGFILE =
FILE_PATTERNS =
RECURSIVE = YES
RECURSIVE = YES
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXCLUDE_PATTERNS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
INPUT_FILTER =
INPUT_FILTER =
FILTER_SOURCE_FILES = NO
SOURCE_BROWSER = NO
INLINE_SOURCES = NO
@ -84,8 +84,8 @@ LATEX_CMD_NAME = latex
MAKEINDEX_CMD_NAME = makeindex
COMPACT_LATEX = NO
PAPER_TYPE = a4wide
EXTRA_PACKAGES =
LATEX_HEADER =
EXTRA_PACKAGES =
LATEX_HEADER =
PDF_HYPERLINKS = YES
USE_PDFLATEX = NO
LATEX_BATCHMODE = NO
@ -93,27 +93,27 @@ GENERATE_RTF = NO
RTF_OUTPUT = rtf
COMPACT_RTF = NO
RTF_HYPERLINKS = NO
RTF_STYLESHEET_FILE =
RTF_EXTENSIONS_FILE =
RTF_STYLESHEET_FILE =
RTF_EXTENSIONS_FILE =
GENERATE_MAN = YES
MAN_OUTPUT = man
MAN_EXTENSION = .3
MAN_LINKS = YES
GENERATE_XML = NO
XML_SCHEMA =
XML_DTD =
XML_SCHEMA =
XML_DTD =
GENERATE_AUTOGEN_DEF = NO
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = NO
EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = NO
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
EXPAND_AS_DEFINED =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
TAGFILES =
GENERATE_TAGFILE =
TAGFILES =
GENERATE_TAGFILE =
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH = /usr/bin/perl
@ -127,8 +127,8 @@ INCLUDE_GRAPH = NO
INCLUDED_BY_GRAPH = NO
GRAPHICAL_HIERARCHY = NO
DOT_IMAGE_FORMAT = png
DOT_PATH =
DOTFILE_DIRS =
DOT_PATH =
DOTFILE_DIRS =
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
SEARCHENGINE = NO

View File

@ -22,12 +22,12 @@ start up.
.desktop.
Some extension fields are defined as allowed by the specification.
Some extension fields are defined as allowed by the specification.
X-Enlightenment-IconPath is used to specify an absolute or relative path to
an icon file. If it exists it overrides any other icon specifications.
X-Enlightenment-IconClass is used to specify a list of icon classes.
X-Enlightenment-IconClass is used to specify a list of icon classes.
This is the same information that was in .eaps as app/icon/class, and is
used the same way if it exists. Obviously any .desktop file that comes
with packages outside of E is unlikely to have that field. One further
@ -48,7 +48,7 @@ path, then it is simply used with no searching. Converted .eaps should
just copy the app/icon/class data to the X-Enlightenment-IconClass
field.
X-Enlightenment-WindowName, X-Enlightenment-WindowTitle,
X-Enlightenment-WindowName, X-Enlightenment-WindowTitle,
X-Enlightenment-WindowRole, and X-Enlightenment-WaitExit are just the same
as their namesakes in .eaps.
@ -64,23 +64,23 @@ all.
Menus.
The most complex, and thus the most problematic of the specifications.
The most complex, and thus the most problematic of the specifications.
The general philosophy is to err on the side of caution, giving the user
more apps in their menus rather than less. Even if that means some
duplicates and some things that aren't really apps.
There is often a .hidden menu, it contains various types of things.
There is often a .hidden menu, it contains various types of things.
Some of those things are supposed to be moved into proper menus by the
menu moving part of the spec. The menu moving code has not been
implemented yet. Following the above philosophy, it is shown to the
user.
Slackware and probably other distros use parent style menu merging.
Slackware and probably other distros use parent style menu merging.
Initially I did not write code to support that for two reasons. The
specification is confusing, and it takes some digging and cross
referencing other specs to sort out what it actually means. The other
reason is that distros available to me at the time for testing did not
use parent style menu merging, so there was no way to test it properly.
use parent style menu merging, so there was no way to test it properly.
Now that I know of at least one distro that uses them, it's worthwhile
writing the code, and installing slackware under QEMU for testing.

View File

@ -1,7 +1,7 @@
As part of the .eap to .desktop conversion, raster wants me to redo the
relevant caching to suit. He has made many "eap caching needs
fixing" noises in the recent past, so maybe a fresh start is needed
at this point.
at this point.
This is a discussion and design document. Major parts of it where sent
to the devel list but got no response. Raster said to put it in here,
@ -148,7 +148,7 @@ USED BY:
WHEN:
At startup. They hardly ever change.
ISSUES:
The use of GNOME and KDE apps to figure out some of the paths.
The use of GNOME and KDE apps to figure out some of the paths.
They are curently commented out, and guesses are made.
SOLUTION:
Go with the guesses, run the apps later to correct the guesses.
@ -180,7 +180,7 @@ WHEN:
ISSUES:
The actual icon theme currently in use is a small amount of info that
can always be in ram, and is quick to get at startup or theme change.
It's the complete list of themes that are currently installed that can
It's the complete list of themes that are currently installed that can
take ages to find. The list itself should also be small.
SOLUTION:
Find them during idle time, and finish the job async when the dialog
@ -197,21 +197,21 @@ WHEN:
On demand.
ISSUES:
Combined .edj and FDO searching. FDO searching can take a long time.
Things that display lots of icons wont want to wait for all those
Things that display lots of icons wont want to wait for all those
complex searches. Searching for icons that don't exist is what
takes the longest, as the FDO algo means we have to look through all
the directories, in this theme, and the next theme.
SOLUTION:
e_app_icon_add() should be used everywhere, and it should register a
e_app_icon_add() should be used everywhere, and it should register a
rectangle for use by the icon. The caller then shows an empty icon.
A thumbnailing style process then does all the searching, and does
the fm2 bouncy icon thing when the icon is found. raster forbids
A thumbnailing style process then does all the searching, and does
the fm2 bouncy icon thing when the icon is found. raster forbids
this method.
The results of the search should be cached somewhere on disk for
future reference. That needs to be nuked when the user changes
icon theme. Changing the icon theme currently does not update all
displayed icons, it just does a restart like wm theme changing does.
The results of the search should be cached somewhere on disk for
future reference. That needs to be nuked when the user changes
icon theme. Changing the icon theme currently does not update all
displayed icons, it just does a restart like wm theme changing does.
The X-Enlightenment-IconPath field of the .desktop file could be
used for the on disk cache. X-Enlightenment-Icon-Theme and
X-Enlightenment-Icon-TimeStamp can be used to determine if the icon
@ -230,12 +230,12 @@ USED BY:
WHEN:
Whenever the E_App needs to be read from disk.
ISSUES:
Currently a fairly simple in memory hash of them is kept. Since
each Ecore_Desktop holds a hash of the fields, this can be
Currently a fairly simple in memory hash of them is kept. Since
each Ecore_Desktop holds a hash of the fields, this can be
expensive in memory. Also, we would like a pre parsed binary on
disk cache for the sheer speed. ~/.e/e/applications/all is a
directory with all of them that are for E_Apps, some are just links
to system files.
disk cache for the sheer speed. ~/.e/e/applications/all is a
directory with all of them that are for E_Apps, some are just links
to system files.
SOLUTION:
Remove after implementing the E_App cache then see if these still
needs caching. Note that the menu generation probably reads the
@ -259,8 +259,8 @@ E_Apps
USED BY:
Menus, bars, borders, exebuf, lots of other places.
WHEN:
Currently all read in at startup time. Should change this to an
idle time task. Still need to read in them all near startup time
Currently all read in at startup time. Should change this to an
idle time task. Still need to read in them all near startup time
though. We need all of them for searching.
a_actions searches for filename, name, generic, and exe to find an
@ -275,7 +275,7 @@ WHEN:
e_exebuf searches/lists all apps and most recently used apps based
on a partially typed in string. It globs name, exe, generic, and
comment. When actually listing the matches, it searches for exe.
comment. When actually listing the matches, it searches for exe.
When showing an icon for the current match, it searches exe, name,
then generic. Updates the most recently used list.
@ -288,8 +288,8 @@ WHEN:
have .order files.
ISSUES:
The current eap caching code is not up to scratch, and the .desktop
conversion didn't help. It does hide some other bugs though, so that
The current eap caching code is not up to scratch, and the .desktop
conversion didn't help. It does hide some other bugs though, so that
needs to be cleaned up first.
How this all hangs together is complex.
@ -300,7 +300,7 @@ ISSUES:
E_App *_e_apps_all = ~/.e/e/applications/all
Currently has all the E_Apps as subbapps, but only used as if it was a single E_App.
On the other hand, this is scanned at startup time, so is used to preload the caches.
_e_apps_list = Most recently used list / all apps list.
E_App members -

View File

@ -1,11 +1,11 @@
<div id="push"></div>
</div> <!-- #content -->
</div> <!-- .layout -->
</div> <!-- #container -->
<div id="footer">
<table><tr>
<td class="copyright">Copyright &copy;$year Enlightenment</td>

View File

@ -3,7 +3,7 @@
<title>$title</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta name="author" content="Andres Blanc" >
<link rel="icon" href="img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<link rel="icon" href="img/favicon.png" type="image/ico">
@ -19,7 +19,7 @@
<div id="header">
<div class="layout">
<h1><span>Enlightenment</span></h1>
<h2><span>Beauty at your fingertips</span></h2>
@ -33,12 +33,12 @@
<td class="nav_passive"><a class="nav_passive" href="https://phab.enlightenment.org/phame/live/3/">News</a></td>
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/about">About</a></td>
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/download">Download</a></td>
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=support">Support</a></td>
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contribute">Contribute</a></td>
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=support">Support</a></td>
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contribute">Contribute</a></td>
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/contact">Contact</a></td>
<td class="nav_passive"><a class="nav_passive" href="https://phab.enlightenment.org/maniphest/">Tracker</a></td>
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/docs">Docs</a></td>
</tr></table>
</tr></table>
</td>
<td id="header_last"></td>
</tr></table>

View File

@ -44,7 +44,7 @@
<p style="font-family: sans-serif;" class="western"><font
style="font-size: 8pt;"><b>What is Illume2?</b> </font> </p>
<p style="font-family: sans-serif;" class="western"><font
style="font-size: 8pt;">Illume2 is a module for Enlightenment
style="font-size: 8pt;">Illume2 is a module for Enlightenment
(<a href="http://www.enlightenment.org">www.enlightenment.org</a>) that
modifies the user interface of enlightenment to work cleanly and nicely on a
mobile device - such as an <a href="http://www.openmoko.com">OpenMoko</a>
@ -192,7 +192,7 @@ This is a mode of X11 display where you can have 2 root windows on 2 screens. Th
<li><b>border_activate</b> - This function gets called by illume2 when a border is activated (usually from a NETWM ACTIVATE request).</li>
<li><b>border_property_change</b> - This function gets called by illume2 when a property on any given border changes. This is ideal for handling events like a border changing between fullscreen and non-fullscreen.</li>
<li><b>zone_layout</b> - This function gets called by illume2 when the actual screen layout needs updating. Typically used to position windows.</li>
<li><b>zone_move_resize</b> - This function gets called by illume2 when a zone gets moved or resized. Typically called when the screen resolution changes.</li>
<li><b>zone_move_resize</b> - This function gets called by illume2 when a zone gets moved or resized. Typically called when the screen resolution changes.</li>
<li><b>drag_start</b> - This function gets called by illume2 when the indicator window gets moved by the user.</li>
<li><b>drag_end</b> - This function gets called by illume2 when the indicator window is finished moving (in response to the user moving it).</li>
</ul>

View File

@ -6,7 +6,7 @@
/* BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
font-family: Geneva, Arial, Helvetica, sans-serif;
}*/
}*/
BODY, TD {
font-size: 12px;
}
@ -20,8 +20,8 @@ H2 {
H3 {
font-size: 100%;
}
CAPTION {
font-weight: bold
CAPTION {
font-weight: bold
}
DIV.qindex {
width: 100%;
@ -78,46 +78,46 @@ A.qindexHL:hover {
background-color: #6666cc;
color: #ffffff;
}
A.qindexHL:visited {
text-decoration: none;
background-color: #6666cc;
color: #ffffff
A.qindexHL:visited {
text-decoration: none;
background-color: #6666cc;
color: #ffffff
}
A.el {
text-decoration: none;
font-weight: bold
A.el {
text-decoration: none;
font-weight: bold
}
A.elRef {
font-weight: bold
A.elRef {
font-weight: bold
}
A.code:link {
text-decoration: none;
font-weight: normal;
A.code:link {
text-decoration: none;
font-weight: normal;
color: #0000FF
}
A.code:visited {
text-decoration: none;
font-weight: normal;
A.code:visited {
text-decoration: none;
font-weight: normal;
color: #0000FF
}
A.codeRef:link {
font-weight: normal;
A.codeRef:link {
font-weight: normal;
color: #0000FF
}
A.codeRef:visited {
font-weight: normal;
A.codeRef:visited {
font-weight: normal;
color: #0000FF
}
A:hover, A:visited:hover {
text-decoration: none;
A:hover, A:visited:hover {
text-decoration: none;
/* background-color: #f2f2ff; */
color: #000055;
}
A.anchor {
color: #000;
}
DL.el {
margin-left: -1cm
DL.el {
margin-left: -1cm
}
.fragment {
font-family: monospace, fixed;
@ -135,12 +135,12 @@ PRE.fragment {
padding-top: 4px;
padding-bottom: 4px;
}
DIV.ah {
background-color: black;
font-weight: bold;
color: #ffffff;
margin-bottom: 3px;
margin-top: 3px
DIV.ah {
background-color: black;
font-weight: bold;
color: #ffffff;
margin-bottom: 3px;
margin-top: 3px
}
DIV.groupHeader {
@ -149,10 +149,10 @@ DIV.groupHeader {
margin-bottom: 6px;
font-weight: bold;
}
DIV.groupText {
margin-left: 16px;
font-style: italic;
font-size: 90%
DIV.groupText {
margin-left: 16px;
font-style: italic;
font-size: 90%
}
/*BODY {
background: white;
@ -187,15 +187,15 @@ TD.indexvalue {
border: 1px solid #CCCCCC;
}
TR.memlist {
background-color: #f0f0f0;
background-color: #f0f0f0;
}
P.formulaDsp {
text-align: center;
P.formulaDsp {
text-align: center;
}
IMG.formulaDsp {
}
IMG.formulaInl {
vertical-align: middle;
IMG.formulaInl {
vertical-align: middle;
}
SPAN.keyword { color: #008000 }
SPAN.keywordtype { color: #604020 }
@ -322,7 +322,7 @@ SPAN.vhdllogic { color: #ff0000 }
background-color: #FAFAFA;
font-size: 80%;
}
.search {
.search {
color: #003399;
font-weight: bold;
}
@ -330,13 +330,13 @@ FORM.search {
margin-bottom: 0px;
margin-top: 0px;
}
INPUT.search {
INPUT.search {
font-size: 75%;
color: #000080;
font-weight: normal;
background-color: #e8eef2;
}
TD.tiny {
TD.tiny {
font-size: 75%;
}
a {
@ -345,16 +345,16 @@ a {
a:visited {
color: #2A3798;
}
.dirtab {
.dirtab {
padding: 4px;
border-collapse: collapse;
border: 1px solid #84b0c7;
}
TH.dirtab {
TH.dirtab {
background: #e8eef2;
font-weight: bold;
}
HR {
HR {
height: 1px;
border: none;
border-top: 1px solid black;
@ -366,8 +366,8 @@ HR {
color: #606060;
font-weight: normal;
margin-left: 3px;
}
.memnav {
}
.memnav {
background-color: #eeeeee;
border: 1px solid #dddddd;
text-align: center;
@ -421,14 +421,14 @@ HR {
margin:0.5em;
}
/* these are for tree view when used as main index */
.directory {
font-size: 9pt;
font-weight: bold;
.directory {
font-size: 9pt;
font-weight: bold;
}
.directory h3 {
margin: 0px;
margin-top: 1em;
font-size: 11pt;
.directory h3 {
margin: 0px;
margin-top: 1em;
font-size: 11pt;
}
/* The following two styles can be used to replace the root node title */
@ -445,42 +445,42 @@ HR {
/* display: none; */
/* } */
.directory > h3 {
margin-top: 0;
.directory > h3 {
margin-top: 0;
}
.directory p {
margin: 0px;
white-space: nowrap;
.directory p {
margin: 0px;
white-space: nowrap;
}
.directory div {
display: none;
margin: 0px;
.directory div {
display: none;
margin: 0px;
}
.directory img {
vertical-align: -30%;
.directory img {
vertical-align: -30%;
}
/* these are for tree view when not used as main index */
.directory-alt {
font-size: 100%;
font-weight: bold;
.directory-alt {
font-size: 100%;
font-weight: bold;
}
.directory-alt h3 {
margin: 0px;
margin-top: 1em;
font-size: 11pt;
.directory-alt h3 {
margin: 0px;
margin-top: 1em;
font-size: 11pt;
}
.directory-alt > h3 {
margin-top: 0;
.directory-alt > h3 {
margin-top: 0;
}
.directory-alt p {
margin: 0px;
white-space: nowrap;
.directory-alt p {
margin: 0px;
white-space: nowrap;
}
.directory-alt div {
display: none;
margin: 0px;
.directory-alt div {
display: none;
margin: 0px;
}
.directory-alt img {
vertical-align: -30%;
.directory-alt img {
vertical-align: -30%;
}

View File

@ -6946,13 +6946,13 @@ msgid "Interaction Settings"
msgstr "Preferencias de las interacciones"
# https://docs.enlightenment.org/elementary/1.15.0/group__Scrolling.html
# Eina_Bool elm_config_scroll_thumbscroll_enabled_get ( void )
# Eina_Bool elm_config_scroll_thumbscroll_enabled_get ( void )
# Get whether scrollers should be draggable from any point in their views.
# Returns
# the thumb scroll state
# Note
# This is the default behavior for touch screens, in general.
# All other functions namespaced with "thumbscroll" will only have effect if this mode is enabled.
# This is the default behavior for touch screens, in general.
# All other functions namespaced with "thumbscroll" will only have effect if this mode is enabled.
#: src/modules/conf_interaction/e_int_config_interaction.c:95
msgid "Thumbscroll"
msgstr "Desplazamiento por dedo"
@ -6966,10 +6966,10 @@ msgid "Threshold for a thumb drag"
msgstr "Umbral de arrastre por dedo"
# ¿"fuerza" o "velocidad"?
# double elm_config_scroll_thumbscroll_momentum_threshold_get ( void )
# double elm_config_scroll_thumbscroll_momentum_threshold_get ( void )
# Get the minimum speed of mouse cursor movement which will trigger list self scrolling animation after a mouse up event (pixels/second).
# Returns
# the thumb scroll momentum threshold
# the thumb scroll momentum threshold
#: src/modules/conf_interaction/e_int_config_interaction.c:110
msgid "Threshold for applying drag momentum"
msgstr "Umbral para aplicar la fuerza de arrastre"

View File

@ -107,7 +107,7 @@ _free_data(E_Config_Dialog *cfd EINA_UNUSED, E_Config_Dialog_Data *cfdata)
while (pcd->new_user_path)
{
const char *dir;
dir = pcd->new_user_path->data;
eina_stringshare_del(dir);
pcd->new_user_path =
@ -123,7 +123,7 @@ _free_data(E_Config_Dialog *cfd EINA_UNUSED, E_Config_Dialog_Data *cfdata)
static int
_basic_apply_data(E_Config_Dialog *cfd EINA_UNUSED, E_Config_Dialog_Data *cfdata)
{
{
Eina_List *l;
Eina_List *ll;
@ -132,7 +132,7 @@ _basic_apply_data(E_Config_Dialog *cfd EINA_UNUSED, E_Config_Dialog_Data *cfdata
for (l = cfdata->pcd_list; l; l = l->next)
{
CFPath_Change_Data *pcd;
pcd = l->data;
if (pcd->new_user_path)
{
@ -254,18 +254,18 @@ _ilist_update(Evas_Object *obj, CFPath_Change_Data *old, CFPath_Change_Data *new
if (old)
{
int i;
old->dirty = 1;
while (old->new_user_path)
{
const char *dir;
dir = old->new_user_path->data;
eina_stringshare_del(dir);
old->new_user_path =
eina_list_remove_list(old->new_user_path, old->new_user_path);
}
for (i = 0; i < e_widget_config_list_count(obj); i++)
{
const char *dir;
@ -286,13 +286,13 @@ _ilist_update(Evas_Object *obj, CFPath_Change_Data *old, CFPath_Change_Data *new
{
Eina_List *l;
Eina_List *user_path;
user_path = new->new_user_path;
for (l = user_path; l; l = l->next)
{
const char *dir;
dir = l->data;
e_widget_config_list_append(obj, dir);
}
@ -301,13 +301,13 @@ _ilist_update(Evas_Object *obj, CFPath_Change_Data *old, CFPath_Change_Data *new
{
Eina_List *l;
Eina_List *user_path;
user_path = *(new->path->user_dir_list);
for (l = user_path; l; l = l->next)
{
E_Path_Dir *epd;
epd = l->data;
e_widget_config_list_append(obj, epd->dir);
}

View File

@ -9,5 +9,5 @@ Description: Everything Module for Enlightenment
Requires: enlightenment
Version: @VERSION@
Libs: -L${libdir}
Libs.private:
Libs.private:
Cflags: -I${includedir}

View File

@ -99,7 +99,7 @@ _fill_data(E_Config_Dialog *cfd EINA_UNUSED, E_Config_Dialog_Data *cfdata)
else
{
char *p;
p = strrchr(cfdata->icon, '.');
if ((p) && (!strcmp(p, ".edj")))
cfdata->type = EDJ;

View File

@ -89,8 +89,6 @@ foreach m: mods
opt = '-'.join(m.split('_'))
if get_option(opt) == true
subdir(m)
else

View File

@ -18,7 +18,7 @@ with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The

View File

@ -78,7 +78,7 @@ for arg in $@; do
done
if [ -z "$dbg_display" ]; then
if [ -z "$dbg_display" ]; then
if [ -z "$DISPLAY" ]; then
echo "Couldn't read your \$DISPLAY env variable, are you running X?"
exit 1