Commit Graph

21592 Commits

Author SHA1 Message Date
Simon Lees 4000ac4e40
21.2 NEWS Updates 2016-08-21 16:40:05 +09:30
Simon Lees 06f7fd2b89
21.2 Release 2016-08-21 16:39:44 +09:30
Mike Blumenkrantz ec196f28e0 delete previous wireless popup when activating editor from connection list
fixes case where newly-created popup would be deleted upon show, breaking
interactions
2016-08-19 18:51:25 -04:00
Mike Blumenkrantz 16ae527c40 clean up some string leaks in wireless gadget popups 2016-08-19 18:51:23 -04:00
Mike Blumenkrantz 8140f8092c track current bryce geom, force recalc on gadget site upon change
elm scroller is very resistant to recalc, so it's necessary to trigger it
manually by resizing the scroller's contents

fix T4339
2016-08-19 18:51:22 -04:00
Mike Blumenkrantz bf35817287 Revert "track/manage size hints for zoomap child objects"
This reverts commit 7b07b03c21.

this seems to have been solving a problem in the wrong way and created
map issues in some corner cases

ref T4339
2016-08-19 18:51:20 -04:00
Simon Lees fc24049847 README.wayland --enable-elput is required for building wayland efl 2016-08-19 18:51:18 -04:00
Carsten Haitzler 860802f5d3 e ipc - fix cleanup of ipc socket on shutdown
e never deleted its ipc dir or socket on shutdown. kind of bad. that
means every e rstart meant a new socket dir and file. a bit of a leak
when this happens to be often in a ramdisk. this should fix that and
have the socket dir and content nicely shut down on a clean shutdown

@fix
2016-08-19 18:51:16 -04:00
maxerba 8767834cc6 Updating italian translation 2016-08-18 14:52:07 +02:00
JengHyun Kang dce955a123 e_comp_wl: break from meaningless loop
Summary:
kbd.keys are only added from e_comp_wl_key_down().
         And in that function, duplicated keys are not add in the list.
         So only one key is going to be in the list.

Test Plan: Watch kbd.keys list during key press / release.

Reviewers: raster, devilhorns, zmike!, ManMower

Reviewed By: ManMower

Subscribers: duna.oh, input.hacker, cedric

Differential Revision: https://phab.enlightenment.org/D4230
2016-08-17 10:23:08 -04:00
Mike Blumenkrantz 92ef626aae bump efl wayland req to 1.18 now that it's out 2016-08-17 07:31:38 -04:00
Mike Blumenkrantz 057a1c2556 add xwayland compat for efl 1.19+ 2016-08-17 07:31:38 -04:00
Mike Blumenkrantz 0653cff5f0 clear wl subsurface data during delete only if subsurface is not also deleted
fix T4297
2016-08-17 07:31:38 -04:00
Romain Naour c20a32b8b8 E: include uuid.h only when Wayland support is enabled.
libuuid is checked only when Wayland support is enabled and
uuid_t uuid is guarded by HAVE_WAYLAND.

So move include uuid.h below a HAVE_WAYLAND.

Signed-off-by: Romain Naour <romain.naour@gmail.com>

fix T4298
2016-08-17 07:31:38 -04:00
Mike Blumenkrantz 95d193b515 move new version of e_comp_top_window_at_xy_get() to dnd, restore old version
this resolves pointer-based focus issues introduced while attempting to
fix dnd-related bugs

ref a4a2f6b09e
ref 1a982fd72a
2016-08-17 07:31:38 -04:00
Mike Blumenkrantz ec5cb806d9 improve quickaccess relaunch help dialog text
fix T4216
2016-08-17 07:31:38 -04:00
Marcel Hollerbach bd5c107e46 xwayland: show the dialog after ecore_wl2 is in sync
otherwise ecore_wl2 could produce crashes.
2016-08-17 07:31:38 -04:00
Marcel Hollerbach ae47f0bbb2 e_dnd: move the ungrab to the object free
otherwise there are cases where the ungrabbing is not executing, and
blocking input.
2016-08-17 07:31:38 -04:00
Stefan Schmidt 09ba7db93c mailmap: sync updated file from efl repo 2016-08-17 07:31:38 -04:00
Marcel Hollerbach a63193a9e7 e_alert: define EFL_BETA_API_SUPPORT before any include
otherwise we can include half efl without api and the other parts with
beta api support, which leads to problems.

The current problem was that Eo.h was first included without the
EFL_BETA_API_SUPPORT, in Evas.h EFL_BETA_API_SUPPORT is defined, so the
header expects Eo_Callback_Priority to be defined.

@fix
2016-08-17 07:31:38 -04:00
Marcel Hollerbach 15eb6afa16 e_comp_wl: destroy e_drag when source disappears
Otherwise we are expecting a running dnd later, and accessing invalid
memory.
2016-08-17 07:31:38 -04:00
Carsten Haitzler 8a92d4b538 e comp - set alpha after setting native surface to avoid random crash
i noticed a crash on texture update with a previous garbage image data
ptr set before becoming a native suttface and so setting alpha would
cause a texture upload from a garbage pointer, so set native surface
then set alpha on or off so the data ptr is no longer used.

@fix
2016-08-17 07:31:38 -04:00
Mike Blumenkrantz 0eaca149c0 only check x11 configurerequest geometry changes when applicable
in some cases during a frame recalc this could lead to window positioning
being erroneously changed

fix T4097
2016-08-17 07:31:38 -04:00
Derek Foreman 0af35c2470 Fix wayland extension global creation
The globals are singletons, but the bindings are per wl_client.
2016-08-17 07:31:37 -04:00
Jean-Philippe Andre 00886ff0e4 bg: Fix bg with single jpeg images (no edj)
When selecting a jpeg file directly as wallpaper, it will look
very blurry, clearly loaded as a low-resolution image and then
scaled up. Solution: don't load at size 64x64!

For @OnlyHuman, thanks for the report.

@fix
2016-08-17 07:31:37 -04:00
Chris Michael db2f82185d add key_up and key_down methods to sreen interface
This patch adds new methods to the screen interface that we can use
inside wl_drm to determine if a key event is eaten or not. This fixes
an issue where VT-Switching would not work if an application was on
the screen (E-Wayland).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2016-08-17 07:31:37 -04:00
maxerba dd5b1744c7 Updating italian and spanish translations 2016-08-17 07:31:37 -04:00
Chris Michael 1087516f39 wl_fb: Check that e_comp_wl_init does not fail.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2016-08-17 07:31:37 -04:00
Chris Michael 3d94fefd57 remove need to create different dialog windows under wayland
NB: This hack is no longer needed.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2016-08-17 07:31:37 -04:00
Chris Michael df40bef557 e ibar - fix "old man" fat finger typo ;)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2016-08-17 07:31:37 -04:00
Carsten Haitzler dc608ede51 e ibar - fix devilhorns fix to use the right widght and hight for separator 2016-08-17 07:31:37 -04:00
Chris Michael 15de3e6ac8 use proper variables to set size_hint_max on ibar
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2016-08-17 07:31:37 -04:00
Chris Michael a0f411a772 remove unused variables from _ibar_resize_handle
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2016-08-17 07:31:37 -04:00
Chidambar Zinnoury e66f0e5634 e fm: Don’t check every other line whether the location is writable when creating menu. 2016-08-17 07:31:37 -04:00
Chidambar Zinnoury 595e527a9a e fm: Add a separator only if there is something before.
Currently, the context menu will show a separator before the background and overlay items even if there is nothing before, such as on the favourites pane.

 @fix
2016-08-17 07:31:37 -04:00
Chidambar Zinnoury bef0bafda6 e: Don’t show two consecutive menu separators if there is no need in client menu.
This would happen if we don’t show some stacking settings.

 @fix
2016-08-17 07:31:37 -04:00
Derek Foreman 18cef43716 Fix wayland clients not deleting when they're hidden
We kept an extra reference for wayland clients and dropped it on their final
render to stop crashes.  However, if they're not on screen at the time of
their deletion this reference still needed to be dropped.

Fixes clients remaining on the deskmirror after dying on another desktop.
2016-08-17 07:31:37 -04:00
Carsten Haitzler 70c8fa7ae1 e temp module - kill tempget process not terminate to ensure death
it seems on openbsd sigterm doesnt kill things... sigkill does so move
to that. fixes T4121

@fix
2016-08-17 07:31:36 -04:00
Chris Michael 27917c26df Revert "e - fix major memory bloat when in gl mode - dont create shm segments"
This reverts commit ae6e09ec11.

This breaks resizing of windows inside Enlightenment. Evas_Engines
don't bind a pixmap permanently, they just bind during each render, so
on resize this caused a broken pixmap if we don't create a new one for
each size. This patch Would be correct IF engines worked differently
wrt x pixmap binding during render.
2016-07-26 10:51:44 -04:00
Carsten Haitzler a9d73c89ed e - fix major memory bloat when in gl mode - dont create shm segments
so e pixmap was ALWAYS creating an ecore_x_image EVERY time for EVERY
window. this means allocate all the sysv shared memory segments for
every window even if never used. this is bad. it litters systems
with unused shared memory segments (ipcs and see) and eats up shared
mem limits/quotas too. we just don't need them in gl unless a window
is shaped or texture from pixmap is off. so allocate the pixmap on
demand, and otherwise leave the ecore x image NULL. this fixes this
bloat.

@fix
2016-07-26 13:31:19 +09:00
Carsten Haitzler 6aa3de0425 e ibar/ibox port to elm box - fix assumption on resize
so... when ibar/ibox were ported to elm box they assumed elm box would
resize itself. this was wrong as it only should have set min size
hints. this has been fixed by 96fbea9daecf7040ac63203c4823722fa6d5d73f
and this addresses T3031. this requires we fix enlightenment too.

@fix
2016-07-25 19:21:25 +09:00
Carsten Haitzler bd3fb818ba e - fix dnd problems coming from getting top object in comp canvas
so getting top object was broken. it didnt account for repeat event
objects that would be included. so get the full l,ist and walk them
top to bottom for the first one thats a client. THAT is the correct
thing to do. this would affect both x11 and wayland.

@fix
2016-07-21 17:24:39 +09:00
Simon Lees 8d7358a66f
21.1 NEWS Updates 2016-07-20 11:09:13 +09:30
Simon Lees 477395859f
21.1 Release 2016-07-20 10:41:07 +09:30
Mike Blumenkrantz 4ca5f3f420 adjust xdg-shell window menu coords by client's coords
the coords passed in this method are relative to the window geometry
2016-07-19 14:19:09 -04:00
Chris Michael 858800389e add missing EINA_UNUSED for unused function params
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2016-07-19 14:19:09 -04:00
Mike Blumenkrantz e561a31fec set/unset smart parent as e_widget when adding sub-objects
in the case where there is no smart parent, this fixes the object tree
and resolves some stacking issues. if there is a parent or a parent is added
later, nothing is changed

fixes eg. screenshot preview visibility in wayland
2016-07-19 14:19:09 -04:00
Cedric Bail 22ebf5caaa filepreview: avoid race condition when destroying txt file preview with slow hard drive.
@fix T4119
2016-07-19 14:19:09 -04:00
Carsten Haitzler 8312f98f83 e ibar/ibox fix starrting/started signal emittion
i found this didn't emit signals correctly and multiple times when not
needed. this fixes that.

@fix
2016-07-18 15:52:33 +09:00
Al Poole 8377cf2d5d fwin: prevent segv when the vaarg abi messup with unused parameter.
Quite a hack overall, but if you don't need those parameter, just put
nothing and it will work.

@fix T4112

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
2016-07-16 07:16:21 -04:00