Commit Graph

36 Commits

Author SHA1 Message Date
Mike Blumenkrantz 09ec213a31 remove e_util_zone_current_get() usage 2015-03-13 17:58:45 -04:00
Carsten Haitzler 6510e8bd0e Revert "all dialogs are now resizable"
This reverts commit 9157ca8ca7.

this also makes all dialogs that have content in a toolbar that goes
off window at min size resizable - this is actually what you wanted ..
bgut this previous "all dialogs are resizable" thing was uber-lazy.

Conflicts:
	src/modules/bluez4/e_mod_main.c
	src/modules/conf_bindings/e_int_config_signalbindings.c
	src/modules/conf_theme/e_int_config_theme.c
	src/modules/mixer/conf_gadget.c
	src/modules/shot/e_mod_main.c
2014-12-22 23:02:05 +09:00
Mike Blumenkrantz 99589eb5af remove E_Win+e_canvas, convert all internal wins to use elm_win
known issues:

* keybindings for efm windows (eg. ctrl+w) are broken until the rest of the conversion is completed
2014-11-20 15:26:21 -05:00
Chris Michael 71e7bc0eb9 bluez-module: Fixup menu activation code
SUMMARY: Unify popup menu activation code to match other modules, and
utilize E_MENU_POP_DIRECTION_AUTO for shelves that are in various
positions. Also use the current evas mouse event coordinates and
gadget position to calculate menu popup position.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-06-19 13:18:35 -04:00
Mike Blumenkrantz 9157ca8ca7 all dialogs are now resizable
any bug reports regarding issues resulting this will be ignored.
2014-05-14 13:00:35 -04:00
Jérémy Zurcher a161537006 bluez4: add missing EINA_UNUSED 2014-05-07 11:23:09 +02:00
Mike Blumenkrantz a9627e84f5 remove a bunch of unnecessary ecore-x calls from modules 2014-01-14 20:28:57 -05:00
Mike Blumenkrantz 86656e4df9 compositor rewrite / charlie-foxtrot situation
huge fustercluck commit because there wasn't really a way to separate out the changes. better to just rip it all out at once.

* compositor and window management completely rewritten. this was the goal for E19, but it pretty much required everything existing to be scrapped since it wasn't optimized, streamlined, or sensible. now instead of having the compositor strapped to the window manager like an outboard motor, it's housed more like an automobile engine.

** various comp structs have been merged into other places (eg. E_Comp_Zone is now just part of E_Zone where applicable), leading to a large deduplication of attributes

** awful E_Comp_Win is totally dead, having been replaced with e_comp_object smart objects which work just like normal canvas objects

** protocol-specific window management and compositor functionality is now kept exclusively in backend files

** e_pixmap api provides generic client finding and rendering api

** screen/xinerama screens are now provided directly by compositor on startup and re-set on change

** e_comp_render_update finally replaced with eina_tiler

** wayland compositor no longer creates X windows

** compositor e_layout removed entirely

* e_container is gone. this was made unnecessary in E18, but I kept it to avoid having too much code churn in one release. its sole purpose was to catch some events and handle window stacking, both of which are now just done by the compositor infra

* e_manager is just for screensaver and keybind stuff now, possibly remove later?

* e_border is gone along with a lot of its api. e_client has replaced it, and e_client has been rewritten completely; some parts may be similar, but the design now relies upon having a functional compositor

** window configuration/focus functions are all removed. all windows are now managed solely with evas_object_X functions on the "frame" member of a client, just as any other canvas object can be managed.

*** do NOT set interceptors on a client's comp_object. seriously.

* startup order rewritten: compositor now starts much earlier, other things just use attrs and members of the compositor

* ecore_x_pointer_xy_get usage replaced with ecore_evas_pointer_xy_get

* e_popup is totally gone, existing usage replaced by e_comp_object_util_add where applicable, otherwise just placed normally on the canvas

* deskmirror is (more) broken for now

* illume is totally fucked

* Ecore_X_Window replaced with Ecore_Window in most cases

* edge binding XWindows replaced with regular canvas objects

* some E_Win functionality has changed such that delete callbacks are now correctly called in ALL cases. various dialogs have been updated to not crash as a result

comp files and descriptions:

e_comp.c - overall compositor functions, rendering/update loop, shape cutting

e_comp_x.c - X window management and compositor functionality

e_comp_wl.c - Wayland surface management and compositor functionality

e_comp_canvas.c - general compositor canvas functions and utilities

e_comp_object.c - E_Client->frame member for managing clients as Evas_Objects, utility functions for adding objects to the compositor rendering systems

additional authors: ivan.briano@intel.com

feature: new compositor

removal: e_border, e_container, e_popup
2014-01-14 20:22:02 -05:00
Igor Murzov 2b86e82d6c Gettextize bluez4 module 2013-05-02 15:49:24 +04:00
Lucas De Marchi f8a2dd4d95 Rename edbus->eldbus 2013-04-23 12:37:43 -03:00
Mike Blumenkrantz 605f781e36 dear cedric,
fucking compile things before you commit.

your vengeful buddy,
mike
2013-03-20 08:36:14 +00:00
Stefan Schmidt df5e6d7cfa ebluez4: Have all functions and vars conditional for the unlock feature.
If we only use them in conditional blocks we don't need them to be defined
for all cases.
2013-03-19 08:52:27 +00:00
Cedric Bail 2f6fcf4228 e: add automatic desktop lock/unlock when a bluetooth device disapear.
This use a custom implementation of l2ping to ping known device and do
proper action when they go away. I don't recommend to use the auto unlonck,
but it is there if someone need it.
2013-03-18 00:07:34 +09:00
Cedric Bail 32f717483f ebluez: save config. 2013-03-16 11:47:32 +09:00
Cedric Bail da14a2d0eb e: add auto desk lock and unlock to Enlightenment bluez module. 2013-03-16 11:47:31 +09:00
Carsten Haitzler 2b7de105c7 quick improvement of bluez4 gadget icon... :)
SVN revision: 83366
2013-01-27 06:50:42 +00:00
Lucas Joia 07cc9c9659 e/bluez4: bug fixes
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82207
2013-01-04 16:13:38 +00:00
Lucas Joia 4061ca75e1 e/bluez4: Add type to end of found device item
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82205
2013-01-04 16:13:30 +00:00
Lucas Joia b91eefb2b8 e/bluez4: Simplify dialogs
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82204
2013-01-04 16:13:26 +00:00
Lucas Joia 7bbe831a90 e/bluez4: add standard menu for gadget settings
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82203
2013-01-04 16:13:21 +00:00
Lucas Joia ce705aed1e e/bluez4: lock and unlock shelf
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82202
2013-01-04 16:13:17 +00:00
Lucas Joia f4c7d258fc e/bluez4: void argument for empty arguments
func() -> func(void)

Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82201
2013-01-04 16:13:12 +00:00
Lucas Joia e0920a6d0d e/bluez4: Change adapter properties
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82200
2013-01-04 16:13:07 +00:00
Lucas Joia d638ebd2cd e/bluez4: List Adapters
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82199
2013-01-04 16:13:03 +00:00
Lucas Joia 990a1e3a11 e/bluez4: Pair when select a found device
-Pair button is no longer needed
-Only non-paired devices appear for the user to pair

Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82198
2013-01-04 16:12:58 +00:00
Lucas Joia 482eb40918 e/bluez4: add checkbox telling whether or not device is connected
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82197
2013-01-04 16:12:54 +00:00
Lucas Joia f41c88872c e/bluez4: allow Disconnect when device is connected
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82196
2013-01-04 16:12:50 +00:00
Lucas Joia 24937afc55 e/bluez4: use menu instead of popup
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82195
2013-01-04 16:12:45 +00:00
Lucas Joia 3f88f455d6 e/bluez4: Show errors in dialogs
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82193
2013-01-04 16:12:37 +00:00
Lucas Joia 896b8533c9 e/bluez4: Allow user to remove devices
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82192
2013-01-04 16:12:32 +00:00
Lucas Joia 32ba9a1358 e/bluez4: separate found and created devices
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82191
2013-01-04 16:12:28 +00:00
Lucas Joia e51a6ea6d5 e/bluez4: module inactive when bluez is down
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82189
2013-01-04 16:12:20 +00:00
Lucas Joia cef9137bc2 e/bluez4: Connect to input devices
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82188
2013-01-04 16:12:15 +00:00
Lucas Joia edb3fba955 e/bluez4: Update ilist using the eina list of devices
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82187
2013-01-04 16:12:11 +00:00
Lucas Joia 20be2ab9ce e/bluez4: add actual devices to list of devices found
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82186
2013-01-04 16:12:07 +00:00
Lucas Joia 21c0a5381b e/bluez4: include bluez4 module
Patch by: Lucas Joia <lucasjoia@profusion.mobi>


SVN revision: 82185
2013-01-04 16:11:48 +00:00