platform/upstream/enlightenment.git
10 years agotrivial winlist creation changes
Mike Blumenkrantz [Thu, 8 May 2014 01:05:04 +0000 (21:05 -0400)]
trivial winlist creation changes

10 years agosyscon buttons: because reusing the existing button widget was too much hassle
Mike Blumenkrantz [Thu, 8 May 2014 00:07:48 +0000 (20:07 -0400)]
syscon buttons: because reusing the existing button widget was too much hassle

fix T1155

10 years agoreset efm icon image/text/state after applying even/odd
Mike Blumenkrantz [Wed, 7 May 2014 23:39:44 +0000 (19:39 -0400)]
reset efm icon image/text/state after applying even/odd

fix T1222

10 years agoreset scanners/sorters and decrement busy state on efm path set
Mike Blumenkrantz [Wed, 7 May 2014 21:58:34 +0000 (17:58 -0400)]
reset scanners/sorters and decrement busy state on efm path set

no more arbitrarily loading file icons from other directories into the current view, mmk?

10 years agohide fileman popups on window close
Mike Blumenkrantz [Wed, 7 May 2014 21:46:24 +0000 (17:46 -0400)]
hide fileman popups on window close

fix T1221

10 years agofix auto unmounting of volumes if mount occurred due to auto_mount option
Mike Blumenkrantz [Wed, 7 May 2014 21:43:12 +0000 (17:43 -0400)]
fix auto unmounting of volumes if mount occurred due to auto_mount option

10 years agodo show removable media on first sighting (wtf?)
Mike Blumenkrantz [Wed, 7 May 2014 21:06:49 +0000 (17:06 -0400)]
do show removable media on first sighting (wtf?)

fix T1227

10 years agofix more eo edje emit errors
Mike Blumenkrantz [Wed, 7 May 2014 20:52:44 +0000 (16:52 -0400)]
fix more eo edje emit errors

10 years agoadd efm op to notify of device backend changes
Mike Blumenkrantz [Wed, 7 May 2014 20:46:56 +0000 (16:46 -0400)]
add efm op to notify of device backend changes

10 years agoblock shelf autoshow if fullscreen client is present
Mike Blumenkrantz [Wed, 7 May 2014 20:04:48 +0000 (16:04 -0400)]
block shelf autoshow if fullscreen client is present

T1232

10 years agoeolian files should be distributed, no need to rerun this on every package build
Mike Blumenkrantz [Wed, 7 May 2014 20:01:47 +0000 (16:01 -0400)]
eolian files should be distributed, no need to rerun this on every package build

10 years agofix name of screen blank dialog
Mike Blumenkrantz [Wed, 7 May 2014 19:33:33 +0000 (15:33 -0400)]
fix name of screen blank dialog

fix T1201

10 years agouse separate variable for backlight animator value
Mike Blumenkrantz [Wed, 7 May 2014 19:28:08 +0000 (15:28 -0400)]
use separate variable for backlight animator value

using e_bl_val here is wrong now since this needs to calculate against the starting and ending backlight values, neither of which are represented accurately by e_bl_val in some cases.

this fixes the gradually decaying backlight which occurs over repeated screen blanks

probably fixes T1152

10 years agoonly update e_bl_val directly in backlight_level_set if not using randr backlight
Mike Blumenkrantz [Wed, 7 May 2014 19:26:42 +0000 (15:26 -0400)]
only update e_bl_val directly in backlight_level_set if not using randr backlight

this is the "real" backlight value, so it needs to always be accurate. since randr backlight sets this value elsewhere, only use those real updates to ensure genuine values

10 years agoreturn all fm objects matching a path
Mike Blumenkrantz [Wed, 7 May 2014 18:11:20 +0000 (14:11 -0400)]
return all fm objects matching a path

fix T1191

10 years agoalways unset need_unmaximize after maximize
Mike Blumenkrantz [Wed, 7 May 2014 16:43:29 +0000 (12:43 -0400)]
always unset need_unmaximize after maximize

fix T1203

10 years agoforce geometry setting during maximize
Mike Blumenkrantz [Wed, 7 May 2014 16:42:41 +0000 (12:42 -0400)]
force geometry setting during maximize

fixes adding maximize states

10 years agoclamp ibar menu location to ibar zone
Mike Blumenkrantz [Wed, 7 May 2014 16:06:25 +0000 (12:06 -0400)]
clamp ibar menu location to ibar zone

fix T1170

fix T1174

10 years agohide ibar menu if no clients exist for lone exe instance
Mike Blumenkrantz [Wed, 7 May 2014 15:54:34 +0000 (11:54 -0400)]
hide ibar menu if no clients exist for lone exe instance

10 years agodon't allow fileman popups to span multiple monitors
Mike Blumenkrantz [Wed, 7 May 2014 15:30:01 +0000 (11:30 -0400)]
don't allow fileman popups to span multiple monitors

10 years agofix launch mixer from config panel, select card and channel
Jérémy Zurcher [Wed, 7 May 2014 12:44:10 +0000 (14:44 +0200)]
fix launch mixer from config panel, select card and channel

10 years agoe_fm: add missing EINA_UNUSED
Jérémy Zurcher [Wed, 7 May 2014 10:16:10 +0000 (12:16 +0200)]
e_fm: add missing EINA_UNUSED

10 years agotemperature: have_temp is an Eina_Bool, use it as such
Jérémy Zurcher [Wed, 7 May 2014 10:05:14 +0000 (12:05 +0200)]
temperature: have_temp is an Eina_Bool, use it as such

10 years agomusic-control: add missing EINA_UNUSED
Jérémy Zurcher [Wed, 7 May 2014 09:56:35 +0000 (11:56 +0200)]
music-control: add missing EINA_UNUSED

10 years agoibar: silence uninitialized warning
Jérémy Zurcher [Wed, 7 May 2014 09:48:18 +0000 (11:48 +0200)]
ibar: silence uninitialized warning

10 years agoeverything: fix warnings uninitialized and extraneous parentheses
Jérémy Zurcher [Wed, 7 May 2014 09:44:32 +0000 (11:44 +0200)]
everything: fix warnings uninitialized and extraneous parentheses

10 years agoconnman: add missing EINA_UNUSED
Jérémy Zurcher [Wed, 7 May 2014 09:37:22 +0000 (11:37 +0200)]
connman: add missing EINA_UNUSED

10 years agobluez4: add missing EINA_UNUSED
Jérémy Zurcher [Wed, 7 May 2014 09:23:09 +0000 (11:23 +0200)]
bluez4: add missing EINA_UNUSED

10 years agoTiling: Set pass events on the split type popup.
Tom Hacohen [Tue, 6 May 2014 14:56:38 +0000 (15:56 +0100)]
Tiling: Set pass events on the split type popup.

10 years agoTiling: Add informational popup when changing tiling mode.
Tom Hacohen [Tue, 6 May 2014 14:44:35 +0000 (15:44 +0100)]
Tiling: Add informational popup when changing tiling mode.

10 years agoTiling: Allow changing tiling mode through key-binding from all desktops.
Tom Hacohen [Tue, 6 May 2014 13:41:48 +0000 (14:41 +0100)]
Tiling: Allow changing tiling mode through key-binding from all desktops.

Without this it is impossible to change the tiling mode using the key binding
but you can still change it using the gadget which is stupid.

10 years agoTiling: Fix toggle floating mode for untiled window.
Tom Hacohen [Tue, 6 May 2014 13:38:44 +0000 (14:38 +0100)]
Tiling: Fix toggle floating mode for untiled window.

This is useful in case they are going to become tiled, e.g maximized
or just from another desktop.

10 years agoTiling: Fix some issues and simplify code.
Tom Hacohen [Tue, 6 May 2014 13:22:01 +0000 (14:22 +0100)]
Tiling: Fix some issues and simplify code.

This fixes the issue with a floating window turned tiled and then closed
leaving a ghost window.

10 years agoasjust po line nums
Carsten Haitzler (Rasterman) [Fri, 2 May 2014 12:25:06 +0000 (21:25 +0900)]
asjust po line nums

10 years agoremove duplicated code
Seunghun Lee [Fri, 2 May 2014 10:48:27 +0000 (06:48 -0400)]
remove duplicated code

Summary:
this patch removes duplicated code.
the event handler of "focus in/out" already added above it.

Reviewers: raster, zmike

CC: cedric
Differential Revision: https://phab.enlightenment.org/D816

10 years agoremove duplicate xkb_rule_names and xkb_context
Gwanglim Lee [Sat, 26 Apr 2014 17:36:53 +0000 (13:36 -0400)]
remove duplicate xkb_rule_names and xkb_context

Summary: There are already in inner structure xkb in E_Wayland_Compositor.

Test Plan: Build e

Reviewers: raster, devilhorns, zmike

CC: cedric
Differential Revision: https://phab.enlightenment.org/D742

10 years agoe_comp_x: fix black area of override redirect win
Gwanglim Lee [Sat, 26 Apr 2014 17:17:13 +0000 (13:17 -0400)]
e_comp_x: fix black area of override redirect win

Summary:
Black area of override redirect window could send damage notify which has unwanted xy position.
(a) Skip x configure notify with 3,55 316x162 of override redirect win
(b) Handle x show notify: create a new client and x damage for override redirect win
(c) Handle x damage notify with 3,55 316x162

To resolve it, E discards unwanted xy position of first damage for override redirect window.
This fixes remained problem of T1180 and T1188.

Test Plan:
1. Run e with sw engine mode
2. Run pcmanfm
3. Select menu in pcmanfm
4. Check whether menu window has black area

Reviewers: raster, zmike, devilhorns

CC: cedric
Differential Revision: https://phab.enlightenment.org/D800

10 years agoe_comp_object: update xy position of client in intercept_move to avoid unwanted first...
Gwanglim Lee [Fri, 25 Apr 2014 16:50:47 +0000 (12:50 -0400)]
e_comp_object: update xy position of client in intercept_move to avoid unwanted first damage if given client is not a new_client

Summary:
xterm and pcmanfm windows shows black area if e is running with sw engine mode. (T1180)
In this case, there are two problems:

1. Unwanted geometry info of first damage by wrong window move in intercept_move.
(a) Handle x map request
(b) Initialize client_inset value of comp object according to geometry value of "e.swallow.client" part
(c) Set client_inset value to cw->client.x and y in intercept_move
(d) Call ecore_x_window_move_resize with wrong x and y at idler
(e) Create x damage
(f) Handle unwanted damage notify event which has position values same as client_inset.
(g) Copy image contents from pixmap according to wrong area info of damage notify and render it on screen.

2. Problem of override redirect window
Black area of pcmanfm's menu is related to override redirect window.

This patch only covers 1st problem not 2nd problem.
The override redirect window should be fixed by another way.

Test Plan:
1. Run e with sw engine mode or run x-ui.sh in e git simply
2. Run xterm which is using classic x drawing api
3. Check client window area of xterm

Reviewers: raster, zmike, devilhorns

CC: cedric
Differential Revision: https://phab.enlightenment.org/D795

10 years agochange name of include guard E_COMP_H
Gwanglim Lee [Fri, 25 Apr 2014 04:20:13 +0000 (00:20 -0400)]
change name of include guard E_COMP_H

Summary: e_comp is not an e module anymore.

Test Plan: N/A

Reviewers: raster, devilhorns, zmike

CC: cedric
Differential Revision: https://phab.enlightenment.org/D791

10 years agoadd -lrt checking to e build
Carsten Haitzler (Rasterman) [Fri, 25 Apr 2014 00:46:21 +0000 (09:46 +0900)]
add -lrt checking to e build

10 years agofix e cursor invisible after destroying wayland surface
Gwanglim Lee [Thu, 24 Apr 2014 16:42:02 +0000 (12:42 -0400)]
fix e cursor invisible after destroying wayland surface

Summary:
E doen't have to remove pointer_image evas object when destroying wayland
surface. The image contents of pointer_image will be replaced default mouse
cursor in pointer_object at idler unless pointer_image is removed in
e_pointer_image_set.

Test Plan: run e with wayland only server -> run elementary test -> close elementary test

Reviewers: raster, devilhorns, zmike

CC: cedric
Differential Revision: https://phab.enlightenment.org/D776

10 years agoset blocks to avoid copying cursor contents from evas buffer canvas in idler_before
Gwanglim Lee [Thu, 24 Apr 2014 16:41:38 +0000 (12:41 -0400)]
set blocks to avoid copying cursor contents from evas buffer canvas in idler_before

Summary:
it fixes a bug that cursor is invisible when running a wayland client.
e_pointer_image_set function sets image data of p->pointer_image to
data of E_Pixmap. and then e_pointer_idler_before function changes
raw image data of p->pointer_image to p->pixels. we should enable blocks
to avoid it.

Test Plan: run enlightenment (wayland only) -> run efl app with wayland shm engine

Reviewers: raster, devilhorns, zmike

CC: cedric
Differential Revision: https://phab.enlightenment.org/D769

10 years agoe_uuid_store: Write uuid as latest to avoid half-working states
Stefan Schmidt [Wed, 16 Apr 2014 15:49:18 +0000 (17:49 +0200)]
e_uuid_store: Write uuid as latest to avoid half-working states

10 years agoe_uuid_store: Use libuuid for UUID generation and handling
Stefan Schmidt [Thu, 10 Apr 2014 15:01:58 +0000 (17:01 +0200)]
e_uuid_store: Use libuuid for UUID generation and handling

Instead of rolling our own we go with a known working UUID implementation
here. Dependency should be easy enough as more or less every Linux system
is shipping it anyway.

10 years agoe_uuid_store: Handle cases where the store is already present as well as not
Stefan Schmidt [Fri, 11 Apr 2014 14:32:48 +0000 (16:32 +0200)]
e_uuid_store: Handle cases where the store is already present as well as not

10 years agoe_uuid_store: Switch uuid entries from list to array
Stefan Schmidt [Fri, 11 Apr 2014 14:26:37 +0000 (16:26 +0200)]
e_uuid_store: Switch uuid entries from list to array

This should help to store it in the shm

10 years agoe_uuid_store: Add version to table if not yet set
Stefan Schmidt [Fri, 11 Apr 2014 13:36:13 +0000 (15:36 +0200)]
e_uuid_store: Add version to table if not yet set

10 years agoe_uuid_store: Close shm fd on shutdown
Stefan Schmidt [Fri, 11 Apr 2014 13:33:30 +0000 (15:33 +0200)]
e_uuid_store: Close shm fd on shutdown

10 years agoe_uuid_store: Print out some more store infos on startup
Stefan Schmidt [Thu, 10 Apr 2014 11:53:32 +0000 (13:53 +0200)]
e_uuid_store: Print out some more store infos on startup

10 years agoe_uuid_store: Add function to dump the table for debugging
Stefan Schmidt [Wed, 9 Apr 2014 13:11:57 +0000 (15:11 +0200)]
e_uuid_store: Add function to dump the table for debugging

10 years agofeature: e_uuid_store: Add infrastructure to store window/surface properties.
Stefan Schmidt [Wed, 5 Mar 2014 12:09:36 +0000 (13:09 +0100)]
feature: e_uuid_store: Add infrastructure to store window/surface properties.

e_uuid_store provides an API to store various window/surface properties
in a mmapped shm memory object based on an assigned UUID. Its main purpose
will be to provide storage of these properties during session recovery when
E acts as a wayland compositor.

@feature

10 years agopager/pager16: fix text update bug during chaging desktop
Wonguk Jeong [Thu, 24 Apr 2014 08:56:50 +0000 (17:56 +0900)]
pager/pager16: fix text update bug during chaging desktop

Summary:
text part of pager popup is updated every desktop change.
But, the text part name is mismatched with style in elementary.

Honestly, I've fixed in pager16 as well since it's same problem. obviously.
Unfortunately, I couldn't test pager16.. where the hell is it.

Fixes T1189

Test Plan: enlightement -> desktop change by using key input -> check whethere proper desktop name is shown on pager popup or not

Reviewers: raster, zmike

CC: seoz, cedric, maxerba
Maniphest Tasks: T1189

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

10 years agofilepreview: video size bug fix
Wonguk Jeong [Tue, 22 Apr 2014 17:10:00 +0000 (13:10 -0400)]
filepreview: video size bug fix

Summary: after commit 36a49480851bef40f15cc4aaaac5313956bf1880, video size was not proper size in preview. the commit was good refactoring. resize only when the video file is opened. but, the smart callback name was wrong. change smart callback name from "length_change" to "open_done"

Test Plan: enlightenment -> efm -> preview on video file -> check whether the video size is shown properly

Reviewers: raster, zmike

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D779

10 years ago Bugfix: e syscon: Cleanup everything when closing the dialog by clicking outside...
Chidambar Zinnoury [Mon, 21 Apr 2014 21:24:21 +0000 (23:24 +0200)]
 Bugfix: e syscon: Cleanup everything when closing the dialog by clicking outside of it.

 Inputs were still being held, leading to inability to interact with windows unless restarting Enlightenment.

10 years ago Bugfix: e syscon: Use correct coordinates to have the dialog centered on multiple...
Chidambar Zinnoury [Mon, 21 Apr 2014 21:04:47 +0000 (23:04 +0200)]
 Bugfix: e syscon: Use correct coordinates to have the dialog centered on multiple zones.

10 years ago Bugfix: e filepreview widget: No need to compute dimensions and resize widgets at...
Chidambar Zinnoury [Mon, 21 Apr 2014 20:40:45 +0000 (22:40 +0200)]
 Bugfix: e filepreview widget: No need to compute dimensions and resize widgets at each and every single frame.

 Doing it once on file opening should be enough.

10 years ago Bugfix: e fileman: Correct automagic window size computation.
Chidambar Zinnoury [Mon, 21 Apr 2014 19:54:15 +0000 (21:54 +0200)]
 Bugfix: e fileman: Correct automagic window size computation.

 When available width is less than minimum width, the height was computed according to the available width, but the window width was effectively the minimum width: its height was thus more than needed.

 The function now takes the minimum dimensions so that correct height and width are computed.

10 years ago Bugfix: e fileman: Correct typo on height computation.
Chidambar Zinnoury [Mon, 21 Apr 2014 19:53:05 +0000 (21:53 +0200)]
 Bugfix: e fileman: Correct typo on height computation.

10 years ago Bugfix: e fileman: Fixe information popup placement.
Chidambar Zinnoury [Mon, 21 Apr 2014 17:36:37 +0000 (19:36 +0200)]
 Bugfix: e fileman: Fixe information popup placement.

– Use zone coordinates on desktop icons to have the popup placed where it should be with multiple screens.
– Use correct window content coordinates to account for the client frame.

10 years ago Bugfix: e filepreview widget: Use correct units for devices sizes.
Chidambar Zinnoury [Mon, 21 Apr 2014 14:32:02 +0000 (16:32 +0200)]
 Bugfix: e filepreview widget: Use correct units for devices sizes.

 This will also make them consistent with file sizes.

10 years ago e xkbswitch: Add check changed.
Chidambar Zinnoury [Mon, 21 Apr 2014 13:50:57 +0000 (15:50 +0200)]
 e xkbswitch: Add check changed.

10 years ago e xkbswitch: Align indentation.
Chidambar Zinnoury [Mon, 21 Apr 2014 13:50:09 +0000 (15:50 +0200)]
 e xkbswitch: Align indentation.

10 years ago Bugfix: e xkbswitch: Disable both up and down buttons when there is only one configu...
Chidambar Zinnoury [Mon, 21 Apr 2014 13:29:39 +0000 (15:29 +0200)]
 Bugfix: e xkbswitch: Disable both up and down buttons when there is only one configuration.

10 years ago e music-control: Add MPD support.
Chidambar Zinnoury [Mon, 21 Apr 2014 11:26:13 +0000 (13:26 +0200)]
 e music-control: Add MPD support.

10 years ago e syscon: Add check changed.
Chidambar Zinnoury [Mon, 21 Apr 2014 11:25:26 +0000 (13:25 +0200)]
 e syscon: Add check changed.

10 years ago e system: Show units.
Chidambar Zinnoury [Mon, 21 Apr 2014 11:24:50 +0000 (13:24 +0200)]
 e system: Show units.

10 years ago e syscon: For user-friendliness, show “System Controls” instead of “Syscon” on labels.
Chidambar Zinnoury [Mon, 21 Apr 2014 11:23:33 +0000 (13:23 +0200)]
 e syscon: For user-friendliness, show “System Controls” instead of “Syscon” on labels.

10 years ago Bugfix: e fileman: Client coordinates are not accounted against current zone positio...
Chidambar Zinnoury [Mon, 21 Apr 2014 07:18:27 +0000 (09:18 +0200)]
 Bugfix: e fileman: Client coordinates are not accounted against current zone position, so we should use them when computing maximum width and height.

 This helps computing optimal dimensions when using multiple screens.

10 years ago e fileman: Use a macro for minimum dimensions instead of hardcoding them at several...
Chidambar Zinnoury [Mon, 21 Apr 2014 07:16:34 +0000 (09:16 +0200)]
 e fileman: Use a macro for minimum dimensions instead of hardcoding them at several places.

10 years ago Bugfix: e fileman: Typo on maximum height condition.
Chidambar Zinnoury [Mon, 21 Apr 2014 07:15:11 +0000 (09:15 +0200)]
 Bugfix: e fileman: Typo on maximum height condition.

10 years ago e: It’s now 2014!
Chidambar Zinnoury [Mon, 21 Apr 2014 07:11:40 +0000 (09:11 +0200)]
 e: It’s now 2014!

10 years agore-order icon finding for border to use the most reliable source first
Carsten Haitzler (Rasterman) [Sat, 19 Apr 2014 00:08:02 +0000 (09:08 +0900)]
re-order icon finding for border to use the most reliable source first

10 years agonull check ecstack
Gwanglim Lee [Fri, 18 Apr 2014 16:51:36 +0000 (12:51 -0400)]
null check ecstack

Summary: fix segmentation fault error

Test Plan:
run enlightenment (wl only server) -> run elementary_test -> run terminlogy
-> move cursor to elementary_test -> click on elementary_test

Reviewers: raster, devilhorns, zmike

CC: cedric
Differential Revision: https://phab.enlightenment.org/D770

10 years agofix resent eo changes to e that break updating labels and toggles
Carsten Haitzler (Rasterman) [Fri, 18 Apr 2014 00:53:00 +0000 (09:53 +0900)]
fix resent eo changes to e that break updating labels and toggles

this fixes D1172

10 years agoformatting
Carsten Haitzler (Rasterman) [Fri, 18 Apr 2014 00:39:16 +0000 (09:39 +0900)]
formatting

10 years agocomp_x_screensaver: screensaver off bug fix
Wonguk Jeong [Fri, 18 Apr 2014 00:35:43 +0000 (09:35 +0900)]
comp_x_screensaver: screensaver off bug fix

Summary:
Can not turn off screensaver due to condition check bug.

@fixes

Test Plan: enlightenment -> do nothing -> screen saver on -> mouse/key input -> check whether screen saver is turned off or not

Reviewers: raster, cedric, zmike

Reviewed By: raster

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D766

10 years agofix screensaver/blanking issue where a ss on/off events come in together
Carsten Haitzler (Rasterman) [Thu, 17 Apr 2014 04:55:39 +0000 (13:55 +0900)]
fix screensaver/blanking issue where a ss on/off events come in together

10 years agoFixed a problem with e wl server that sent invalid key value to wl client. (server...
Gwanglim Lee [Mon, 14 Apr 2014 12:32:51 +0000 (08:32 -0400)]
Fixed a problem with e wl server that sent invalid key value to wl client. (server-side)

Summary:
This problem occurred due to xkb_keysym_t value of libxkbcommon by e wl server.
e wl server should pass keycode from evdev input device on to wl client.
In order that e wl server receives valid keycode Ecore_Event_Key should have
an extended data member. This patch should be applied with client side patch (efl).

Test Plan: run e wl server -> create wl client -> type keys

Reviewers: raster, devilhorns, zmike

Reviewed By: devilhorns

CC: cedric
Differential Revision: https://phab.enlightenment.org/D713

10 years agoimprove eolian build dependency
Mike Blumenkrantz [Fri, 11 Apr 2014 17:40:58 +0000 (13:40 -0400)]
improve eolian build dependency

10 years agomake eolian files also depend on eolian_gen
Mike Blumenkrantz [Fri, 11 Apr 2014 14:32:18 +0000 (10:32 -0400)]
make eolian files also depend on eolian_gen

10 years agoand update makefile for eolian
Mike Blumenkrantz [Fri, 11 Apr 2014 00:15:07 +0000 (20:15 -0400)]
and update makefile for eolian

10 years agoapparently this is how we're doing eolian bin finding
Mike Blumenkrantz [Fri, 11 Apr 2014 00:00:50 +0000 (20:00 -0400)]
apparently this is how we're doing eolian bin finding

10 years agomfw I forget git add
Mike Blumenkrantz [Thu, 10 Apr 2014 23:26:32 +0000 (19:26 -0400)]
mfw I forget git add

..........................__......
.................,-~*`¯lllllll`*~,....
...........,-~*`llllllllllllllllll¯`*-,..
......,-~*lllllllllllllllllllllllllllll*-,.
...,-*llllllllllllllllllllllllllllllllll.\.
.;*`lllllllllllllllllllllllllll,-~*~-,llll\....
..\lllllllllllllllllllllllllll/......\;;;;,-`~-,.
...\lllllllllllllllllllll,-*....`~-~-,...(.(¯`*,`,.
....\llllllllllll,-~*..............)_-\..*`*;..).
.....\,-*`¯,*`)............,-~*`~.............../...
......|/.../.../~,......-~*,-~*`;................/.\..
...../.../.../.../..,-,..*~,.`*~*................*...\..
....|.../.../.../.*`...\...........................)....)¯`~,...
....|./.../..../.......)......,.)`*~-,............/....|..)...`~-,.
..././.../...,*`-,.....`-,...*`....,---......\..../...../..|...¯```*~-,,
...(..........)`*~-,....`*`.,-~*.,-*......|.../..../.../...............\.
....*-,.......`*-,...`~,..``.,,,-*..........|.,*...,*...|..............\.
.......*,.........`-,...)-,..............,-*`...,-*....(`-,............\.
..........f`-,.........`-,/...*-,___,,-~*....,-*......|...`-,..........\.

10 years agofix ibox eo errors
Mike Blumenkrantz [Thu, 10 Apr 2014 23:06:04 +0000 (19:06 -0400)]
fix ibox eo errors

10 years agopreserve client stacking after compositor effects
Mike Blumenkrantz [Thu, 10 Apr 2014 22:45:20 +0000 (18:45 -0400)]
preserve client stacking after compositor effects

fix T1065

10 years agocomp_object now uses eo, e_comp_object_signal* -> edje_object_signal*
Mike Blumenkrantz [Thu, 10 Apr 2014 21:37:24 +0000 (17:37 -0400)]
comp_object now uses eo, e_comp_object_signal* -> edje_object_signal*

also cw->clip is gone

10 years agoefm: fix bugs during renaming multiple files and copying file into same directory
Wonguk Jeong [Thu, 10 Apr 2014 02:09:36 +0000 (11:09 +0900)]
efm: fix bugs during renaming multiple files and copying file into same directory

Summary:
Since E_FM_OP_OVERWRITE_RESPONSE_NO was sent before file renaming, src had been changed as next file.
->send E_FM_OP_OVERWRITE_RESPONSE_NO after file renaming.

File became empty if I copy a file into same directory
--> first of all, prevent move, rename, symlink into same directory. in case of copy, attach " (copy)" postfix after file name automatically. (need to decide postfix policy)

fixes T739

Reviewers: zmike, raster

CC: seoz, cedric
Maniphest Tasks: T739

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

10 years agofuck you gettext
Mike Blumenkrantz [Fri, 4 Apr 2014 19:38:10 +0000 (15:38 -0400)]
fuck you gettext

10 years agofix null deref in e_shelf
Mike Blumenkrantz [Fri, 4 Apr 2014 19:26:11 +0000 (15:26 -0400)]
fix null deref in e_shelf

CID 1039825

10 years agouse e_util_strcmp() in e_font stuff
Mike Blumenkrantz [Fri, 4 Apr 2014 19:21:58 +0000 (15:21 -0400)]
use e_util_strcmp() in e_font stuff

CID 1039827, 1039826

10 years agoreduce strstr use in xkb parser
Mike Blumenkrantz [Fri, 4 Apr 2014 19:14:08 +0000 (15:14 -0400)]
reduce strstr use in xkb parser

CID 1039849

10 years agonull check xkb layout list
Mike Blumenkrantz [Fri, 4 Apr 2014 19:01:53 +0000 (15:01 -0400)]
null check xkb layout list

CID 1039869

10 years agoremove mixer wizard check
Mike Blumenkrantz [Fri, 4 Apr 2014 18:56:11 +0000 (14:56 -0400)]
remove mixer wizard check

alsa is no longer the only output method, so this was a bogus check anyway

CID 1039872

10 years agoremove winlist dead code
Mike Blumenkrantz [Fri, 4 Apr 2014 18:53:06 +0000 (14:53 -0400)]
remove winlist dead code

CID 1039873

10 years agobugfix: unify temp module temperature_get_bus_files() functions
Mike Blumenkrantz [Fri, 4 Apr 2014 18:51:21 +0000 (14:51 -0400)]
bugfix: unify temp module temperature_get_bus_files() functions

CID 1039874

10 years agobugfix: check notification icon size correctly
Mike Blumenkrantz [Fri, 4 Apr 2014 18:42:24 +0000 (14:42 -0400)]
bugfix: check notification icon size correctly

CID 1039875

10 years agoremove fileman dead code
Mike Blumenkrantz [Fri, 4 Apr 2014 18:33:15 +0000 (14:33 -0400)]
remove fileman dead code

CID 1039878

10 years agosimplify/improve evry files dead code and maybe fix or add a bug
Mike Blumenkrantz [Fri, 4 Apr 2014 18:32:01 +0000 (14:32 -0400)]
simplify/improve evry files dead code and maybe fix or add a bug

CID 1039879

10 years agobugfix: correctly check evry trigger matches
Mike Blumenkrantz [Fri, 4 Apr 2014 18:15:13 +0000 (14:15 -0400)]
bugfix: correctly check evry trigger matches

CID 1039880

10 years agoremove transition config dead code
Mike Blumenkrantz [Fri, 4 Apr 2014 18:11:24 +0000 (14:11 -0400)]
remove transition config dead code

CID 1039881