Wonguk Jeong
32efb7e5e4
conf_application: fix crash on setting Desktop Environment
...
use e_util_strcmp instead of strcmp. (previously, NULL check was omitted)
Fixes T1673
9 years ago
Cedric BAIL
ed0efbe926
lokker: empty string should not be translated.
...
@fix
9 years ago
Carsten Haitzler
9d657a8187
update po's
9 years ago
Carsten Haitzler
9391d261ba
e_start - add ~/Applications/.bin to use for app bin searches
...
this is here to help for user installed apps
9 years ago
Carsten Haitzler
2b6f3ffc82
fix README to be more up to date
9 years ago
Stefan Schmidt
98457f7332
modules/mixer: Check fcntl setting CLOEXEC for success
...
We still keep going if this fails but print out an error.
CID: 1039960
9 years ago
Stefan Schmidt
bbd35e82c3
modules/teamwork: Use eina_file_mkstemp() to avoid problems with umask
...
Keeping the snprintf to arrange for the tmp file name including the i->addr
in the filename.
CID: 1039805
9 years ago
Stefan Schmidt
4e98f7cb18
modules/pager: We already dereferenced pw->desk before, no need to check now
...
We already dereferenced it a few lines before thus we could never reach this
here when it would be NULL.
CID: 1039809
9 years ago
Stefan Schmidt
88f4b19f30
modules/teamwork: The ih value would never be < 1 as we checked it already.
...
ih did not check since the last time we checked it for < 1 a few lines before.
CID: 1232000
9 years ago
Stefan Schmidt
3a1cc22f83
modules/lokker: Array address is never NULL.
...
This would always be true. Comparing against the first array item is fine.
CID: 1155284
9 years ago
Stefan Schmidt
90daba7645
e_client: _e_client_cb_drag_finished is not used in wayland only mode
...
Mostly cosmetic as it avoid a warning of an unused function when compiling
for wayland only.
9 years ago
Stefan Schmidt
5e4cdb9064
modules/wl_drm: Remove trailing whitespaces
9 years ago
Mike Blumenkrantz
8ba2fb6d6f
add borderless theme for deskmirror clients to support various animations
9 years ago
Chris Michael
25a8be59c5
Cleanup teamwork module from having missing initializerss for Eldbus
...
Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Sebastian Dransfeld
8c46220dd6
e: Improve code
9 years ago
Chris Michael
7861f5e69c
bugfix: Cleanup systray module having missing initializers for Eldbus
...
Message & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
f168e42b45
bugfix: Cleanup msgbus module from having missing field initializers
...
for Eldbus Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
d207db2fdf
bugfix: Cleanup fileman module from having missing initializers for
...
Eldbus Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
23e430be25
bugfix: Cleanup bluex module having missing initializers for services
...
& icons
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
5813889aa2
bugfix: Cleanup appmenu module having missing field initializers for
...
Eldbus Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
59f080f527
bugfix: Fix e_notification file having missing initializers for Eldbus
...
Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
a6dc950040
bugfix: Fix e_msgbus file having missing initializers for Eldbus
...
Messages & Signals
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Mike Blumenkrantz
a0179c8c59
force render queue on unmaximize if client was fullscreen
...
fix T1665
9 years ago
Sebastian Dransfeld
764755eb9f
e: Add preferred desktop environment for apps
...
In preferences we show which external applications can be used for
setting preferences. If several desktop environments are installed, this
list will have several duplicates, as there can be many different apps
for setting a preference.
With this setting we can filter out for one desktop_environment.
@feature
9 years ago
Sebastian Dransfeld
ff31c0533b
e: Use same gettext version as efl and elementary
9 years ago
Carsten Haitzler
c621f82b51
e backlight - limit min to 0.05 to avoid totally off backlight
...
this seems new, but if you set backlight to 0 it isnt at minimum, but
is entirely off on my intel laptop and this is not what was desired
with bl level of 0, so limit to 0.05 for now to avoid accidentally
turning your screen off. might fix this later to allow explicit off -
but this should use dpms etc. to turn the screen off as well as
possible scanout etc.
9 years ago
Carsten Haitzler
1412f28b51
mixer: Optionally select an external mixer application.
...
This feature allows to define an external mixer application, which replaces
the internal mixer.
Examples: 'terminology -e alsamixer', 'pavucontrol'
@feature
this re-commits this with tab fixes (no tabs)
9 years ago
Mike Blumenkrantz
35a708a397
end nocomp on nocomp end...always
9 years ago
Mike Blumenkrantz
681b1f4312
manually break out of nocomp
...
in the event that there was only one window open and it was closed, this would permanently break the compositor
fix T1665
9 years ago
Mike Blumenkrantz
4e3b05b11f
check protocol visibility for nocomp breaks, not comp object visibility
...
new comp objects are never going to be visible during nocomp
9 years ago
Mike Blumenkrantz
56f898d36c
don't add nocomp damages for input-only windows
9 years ago
bootleg
8341f10634
Adding support for Pithos ( http://pithos.github.io/ ) in the music-control module. Play/pause, skip, and lock screen are confirmed to work correctly with the latest version. Additional functions (Ban, Tired, etc.) aren't working just yet and the...
...
Summary: ...image of the current track is also not passed just yet.
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1437
9 years ago
kabeer khan
bd18e264f4
Added Caps Lock On/Off Hint in Lock Screen
...
Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewers: devilhorns, zmike
Subscribers: cedric
Maniphest Tasks: T1570
Differential Revision: https://phab.enlightenment.org/D1397
9 years ago
Mike Blumenkrantz
e7c0ae402f
Revert "mixer: Optionally select an external mixer application."
...
This reverts commit 97b1caef37
.
we don't use tabs, don't even start with this.
9 years ago
Brian 'morlenxus' Miculcy
97b1caef37
mixer: Optionally select an external mixer application.
...
This feature allows to define an external mixer application, which replaces the internal mixer.
Examples: 'terminology -e alsamixer', 'pavucontrol'
@feature
9 years ago
Mike Blumenkrantz
c0e790dc5e
bump version
9 years ago
Mike Blumenkrantz
43bd53e88b
unset release mode
...
feature freeze is over, have fun
9 years ago
Mike Blumenkrantz
7e4a92c7b8
e19 release
9 years ago
Mike Blumenkrantz
0945c577af
only set crazy warning flags when not releasing
9 years ago
Mike Blumenkrantz
eb3ad1f4a6
update NEWS and README for release
9 years ago
Kai Huuhko
f4ae62a37a
mailmap: add my work alias
9 years ago
Tom Hacohen
f5452501f3
Revert "require efl 1.11.2"
...
We no longer require 1.11.2. Thank god.
This reverts commit 64a601aed8
.
9 years ago
Igor Murzov
db45e4067d
Restore translated strings accidentally dropped in fac4e89
9 years ago
maxerba
fac4e89dfa
Updating desktop files, eo.po and fr.po
9 years ago
Carsten Haitzler
c70c334792
Revert "redo pager modules to use more accurately named edje groups"
...
This reverts commit 9488fddc59
.
no - this breaks theme api. AGAIN ... like e18. see email to e-devel.
9 years ago
maxerba
f5802a63cc
Updating catalan translation
9 years ago
Chris Michael
284e2641e6
conf_paths: Fix 'user directory' frame to resize better and adjust
...
size of Default & Paths lists.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
1cd25a1595
Revert "bugfix: When we free the pixmap, clear any user data set on the resource"
...
This reverts commit b41dbbe9cf
.
Revert this ... it works, but it's not the "proper" fix as it just
causes the crash(s) to happen elsewhere ... time to dig deeper
9 years ago
Chris Michael
b41dbbe9cf
bugfix: When we free the pixmap, clear any user data set on the resource
...
This was a cause of some memleaks/crashes in the wayland compositor
because the compositor was trying to access properties of the E_Pixmap
after it had already been freed. By setting the user_data to NULL, the
functions in the compositor which were failing will now stop trying to
access the pixmap after it's been freed.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Mike Blumenkrantz
9488fddc59
redo pager modules to use more accurately named edje groups
9 years ago