platform/upstream/enlightenment.git
11 years agofix E_Win handling of window state changes, also fix e_border handling of changes...
Mike Blumenkrantz [Thu, 10 Jan 2013 09:24:42 +0000 (09:24 +0000)]
fix E_Win handling of window state changes, also fix e_border handling of changes.prop setting
ticket #2091

SVN revision: 82534

11 years agoassert.h++
Carsten Haitzler [Thu, 10 Jan 2013 08:50:04 +0000 (08:50 +0000)]
assert.h++

SVN revision: 82531

11 years agodon't display comp module in module settings dialog
Mike Blumenkrantz [Thu, 10 Jan 2013 08:29:19 +0000 (08:29 +0000)]
don't display comp module in module settings dialog

SVN revision: 82529

11 years agoautoremove comp module from e_config if it was previously existing there
Mike Blumenkrantz [Thu, 10 Jan 2013 08:28:50 +0000 (08:28 +0000)]
autoremove comp module from e_config if it was previously existing there

SVN revision: 82528

11 years agoe: we now use Ecore_Getopt.h
Cedric BAIL [Thu, 10 Jan 2013 08:27:43 +0000 (08:27 +0000)]
e: we now use Ecore_Getopt.h

SVN revision: 82527

11 years agoactually rename conf_comp and update its .desktop...
Mike Blumenkrantz [Thu, 10 Jan 2013 08:26:55 +0000 (08:26 +0000)]
actually rename conf_comp and update its .desktop...

SVN revision: 82526

11 years agocompletely block modules named composite from being loaded
Mike Blumenkrantz [Thu, 10 Jan 2013 08:14:15 +0000 (08:14 +0000)]
completely block modules named composite from being loaded

SVN revision: 82522

11 years agoE_LIST_HANDLER_APPEND now assert()s the event handler
Mike Blumenkrantz [Thu, 10 Jan 2013 08:09:46 +0000 (08:09 +0000)]
E_LIST_HANDLER_APPEND now assert()s the event handler

SVN revision: 82521

11 years agoorder matters in e_main: e_comp would never succeed at compositing anything border...
Mike Blumenkrantz [Thu, 10 Jan 2013 08:06:01 +0000 (08:06 +0000)]
order matters in e_main: e_comp would never succeed at compositing anything border-related because it was inited before e_border, thus causing all its e_border event handlers to be nonexistent

SVN revision: 82520

11 years agofix e_comp_shutdown return type and make e_comp_{init,shutdown} EINTERN so they can...
Mike Blumenkrantz [Thu, 10 Jan 2013 07:53:20 +0000 (07:53 +0000)]
fix e_comp_shutdown return type and make e_comp_{init,shutdown} EINTERN so they can't be disabled

SVN revision: 82518

11 years agopatch from Deon Thomas fixing incorrect variable name for base conf module config...
Mike Blumenkrantz [Thu, 10 Jan 2013 07:41:18 +0000 (07:41 +0000)]
patch from Deon Thomas fixing incorrect variable name for base conf module config version

SVN revision: 82515

11 years agoe systray: Move dbus stuff out of gadcon instance
José Roberto de Souza [Wed, 9 Jan 2013 22:38:21 +0000 (22:38 +0000)]
e systray: Move dbus stuff out of gadcon instance

This fix a bug that was empty dbus notification when shelf is moved and
also allow multiple instance if some day we drop xembed support.

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 82492

11 years agoe: NEWS + ChangeLog for comp merge
Lucas De Marchi [Wed, 9 Jan 2013 16:24:03 +0000 (16:24 +0000)]
e: NEWS + ChangeLog for comp merge

SVN revision: 82472

11 years agoe: remove leftovers from comp merge
Lucas De Marchi [Wed, 9 Jan 2013 16:15:17 +0000 (16:15 +0000)]
e: remove leftovers from comp merge

SVN revision: 82471

11 years agofix action deletion when unloading conf2
Mike Blumenkrantz [Wed, 9 Jan 2013 14:50:20 +0000 (14:50 +0000)]
fix action deletion when unloading conf2

SVN revision: 82463

11 years agoforce window border (theme) inset to be applied to new client placement geometry...
Mike Blumenkrantz [Wed, 9 Jan 2013 13:24:24 +0000 (13:24 +0000)]
force window border (theme) inset to be applied to new client placement geometry, fixing issues where windows would appear to "slide" across the desktop by the size of the border inset; this was primarily noticeable when using wine applications

SVN revision: 82460

11 years agoe/comp: Add wayland cflags to avoid build error.
Rafael Antognolli [Wed, 9 Jan 2013 12:48:11 +0000 (12:48 +0000)]
e/comp: Add wayland cflags to avoid build error.

SVN revision: 82459

11 years agoe: merge comp module into core
Lucas De Marchi [Wed, 9 Jan 2013 11:34:07 +0000 (11:34 +0000)]
e: merge comp module into core

 * Move compositor to core, but letting the configuration there
 * Rename all files and functions from e_mod_comp_* to e_comp_*
 * Move the config dialogs to a new module named conf_comp. It still
   uses a domain config, otherwise it would not pick the current
   user's configuration. Maybe it would be wise to later on move these
   options to e_config
 * Fixup the wizard mess linking the header in the build tree in order
   to be able to create the config. Since now it's in core, we don't
   need to play linking games in the build system

I'm not sure if the wayland part works. It was not even building
previously so I'll let for who cares about this to actually test and
report bugs.

SVN revision: 82454

11 years agogeometry_auto_move option (enabled by default) now also corrects applications which...
Mike Blumenkrantz [Wed, 9 Jan 2013 10:11:55 +0000 (10:11 +0000)]
geometry_auto_move option (enabled by default) now also corrects applications which fail in their attempts to center windows on multimonitor systems

SVN revision: 82448

11 years agorelabel horrendously mislabeled window placement option, also add conf2 help for it
Mike Blumenkrantz [Wed, 9 Jan 2013 08:38:10 +0000 (08:38 +0000)]
relabel horrendously mislabeled window placement option, also add conf2 help for it

SVN revision: 82441

11 years agobump config generation for removal of use_composite
Mike Blumenkrantz [Wed, 9 Jan 2013 07:55:39 +0000 (07:55 +0000)]
bump config generation for removal of use_composite

SVN revision: 82437

11 years agoe: rename option use_composite to use_shaped_win
Lucas De Marchi [Wed, 9 Jan 2013 03:21:25 +0000 (03:21 +0000)]
e: rename option use_composite to use_shaped_win

In order to move composite inside the core we need to kill the
use_composite option. However in some places it is being used to switch
between ARGB and shaped windows. It doesn't make much sense to keep the
advanced/engine dialog to let the user toggle this options if we have
composite always enabledm, but lets allow the user to shoot
himself on the foot (for now).

Next step will be to move the comp module files to core so user can't
unload it anymore.

SVN revision: 82433

11 years agoe: fix build with --enable-wayland-clients
Lucas De Marchi [Wed, 9 Jan 2013 03:21:14 +0000 (03:21 +0000)]
e: fix build with --enable-wayland-clients

This seems to be broken since a long time. Even checked if it was when
we changed the build system to non-recursive, but it wasn't.

SVN revision: 82432

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Tue, 8 Jan 2013 20:36:48 +0000 (20:36 +0000)]
updating portuguese and italian translations

SVN revision: 82423

11 years agoupdating spanish translation
Massimo Maiurana [Tue, 8 Jan 2013 17:43:27 +0000 (17:43 +0000)]
updating spanish translation

SVN revision: 82421

11 years agoe systray: use evas_object_visible_get() to know if icon was appended to box
José Roberto de Souza [Tue, 8 Jan 2013 13:58:21 +0000 (13:58 +0000)]
e systray: use evas_object_visible_get() to know if icon was appended to box

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 82414

11 years agofix gettext on conf2 option help
Mike Blumenkrantz [Tue, 8 Jan 2013 13:32:40 +0000 (13:32 +0000)]
fix gettext on conf2 option help

SVN revision: 82411

11 years agoadd config option for disabling pointer warp when performing directional focus change...
Mike Blumenkrantz [Tue, 8 Jan 2013 11:51:56 +0000 (11:51 +0000)]
add config option for disabling pointer warp when performing directional focus change in winlist, patch by David H. Bronke
ticket #2098

SVN revision: 82409

11 years agoDesktop->Shelves menu now shows shelf names instead of orientations
Mike Blumenkrantz [Tue, 8 Jan 2013 11:32:46 +0000 (11:32 +0000)]
Desktop->Shelves menu now shows shelf names instead of orientations
ticket #2105

SVN revision: 82408

11 years agosystem default language in wizard now shows language name, patch by thanatermesis
Mike Blumenkrantz [Tue, 8 Jan 2013 11:23:20 +0000 (11:23 +0000)]
system default language in wizard now shows language name, patch by thanatermesis
ticket #2125

SVN revision: 82407

11 years agotasks gadgets now apply the selected style
Mike Blumenkrantz [Tue, 8 Jan 2013 11:19:14 +0000 (11:19 +0000)]
tasks gadgets now apply the selected style
ticket #2140

SVN revision: 82405

11 years agofix bug where slider could be changed while disabled
Mike Blumenkrantz [Tue, 8 Jan 2013 11:06:56 +0000 (11:06 +0000)]
fix bug where slider could be changed while disabled
ticket #2169

SVN revision: 82403

11 years agonetwm actgivate requests simply do absoluttely nothing now with this
Carsten Haitzler [Tue, 8 Jan 2013 11:03:55 +0000 (11:03 +0000)]
netwm actgivate requests simply do absoluttely nothing now with this
as false. this breaks expected functionality from apps - that they
request activation and eg - window is minimized... it gets shown at
least. app here wants attention/activation... this is better than
ignoring ti entirely. theres activation policy config specifically for
turning this off separately. :/

SVN revision: 82402

11 years agofix crash when trying to apply a null wallpaper
Mike Blumenkrantz [Tue, 8 Jan 2013 10:13:39 +0000 (10:13 +0000)]
fix crash when trying to apply a null wallpaper
ticket #2164

SVN revision: 82399

11 years agoset conf2 min/base sizes after window is shown to work around stupid resize on restar...
Mike Blumenkrantz [Tue, 8 Jan 2013 09:14:35 +0000 (09:14 +0000)]
set conf2 min/base sizes after window is shown to work around stupid resize on restart bug

SVN revision: 82395

11 years agoe_win now also traps base size setting on elm windows and applies ICCCM hints when...
Mike Blumenkrantz [Tue, 8 Jan 2013 09:13:15 +0000 (09:13 +0000)]
e_win now also traps base size setting on elm windows and applies ICCCM hints when doing so.
as an aside, elm_win is SEVERELY (cripplingly) broken with regard to WM hint applying in the sense that it never applies them
at the least, however, this will prevent windows from being randomly resized smaller than minimum sizes

SVN revision: 82394

11 years ago[access] activate mesage would change focused window.
Shinwoo Kim [Tue, 8 Jan 2013 09:13:14 +0000 (09:13 +0000)]
[access] activate mesage would change focused window.
if focused window is changed, the message should send to changed window.

SVN revision: 82393

11 years agoadd NEWS updates for morlenxus because he is so lazy and probably sitting around...
Mike Blumenkrantz [Tue, 8 Jan 2013 08:16:12 +0000 (08:16 +0000)]
add NEWS updates for morlenxus because he is so lazy and probably sitting around eating schnitzels

SVN revision: 82388

11 years agofix bug where keyboard resizing of windows was not possible if timeout was set to...
Mike Blumenkrantz [Tue, 8 Jan 2013 08:14:09 +0000 (08:14 +0000)]
fix bug where keyboard resizing of windows was not possible if timeout was set to zero

SVN revision: 82386

11 years ago[access] Send message to unfocused window.
Shinwoo Kim [Tue, 8 Jan 2013 07:03:32 +0000 (07:03 +0000)]
[access] Send message to unfocused window.
Before this commit, the client message is sent to focused window only.
From now, target window is not a focused window. The target window is selected when read message is sent.

SVN revision: 82383

11 years agoE: Updated changelog + news.
Tom Hacohen [Mon, 7 Jan 2013 20:34:14 +0000 (20:34 +0000)]
E: Updated changelog + news.

SVN revision: 82362

11 years agoE entry + scrollframe: Add clippers as smart members.
Tom Hacohen [Mon, 7 Jan 2013 20:01:32 +0000 (20:01 +0000)]
E entry + scrollframe: Add clippers as smart members.

This should fix some bugs (specifically with the .desktop file editing menu),
and is just generally correct.

SVN revision: 82360

11 years agoadd conf2 option for new backlight dimming thingy that morlenxus just added because...
Mike Blumenkrantz [Mon, 7 Jan 2013 19:59:53 +0000 (19:59 +0000)]
add conf2 option for new backlight dimming thingy that morlenxus just added because he's too lazy to add two lines on his own

SVN revision: 82359

11 years agoAdded option for doing desklock, blanking or dimming even when showing fullscreen...
Miculcy Brian [Mon, 7 Jan 2013 19:46:38 +0000 (19:46 +0000)]
Added option for doing desklock, blanking or dimming even when showing fullscreen windows.

SVN revision: 82358

11 years agoDon't blank on fullscreen windows (as we don't run the screenlock on fullscreen windo...
Miculcy Brian [Mon, 7 Jan 2013 16:13:17 +0000 (16:13 +0000)]
Don't blank on fullscreen windows (as we don't run the screenlock on fullscreen windows). Check all zones for fullscreen windows.

SVN revision: 82354

11 years agoe music-control: Fix calling wrong mpris2 method
José Roberto de Souza [Mon, 7 Jan 2013 15:44:23 +0000 (15:44 +0000)]
e music-control: Fix calling wrong mpris2 method

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 82353

11 years agoNo backlight dimming when in presentation mode. Backlight fade time only applies...
Miculcy Brian [Mon, 7 Jan 2013 14:28:26 +0000 (14:28 +0000)]
No backlight dimming when in presentation mode. Backlight fade time only applies to dimming - undimming is fixed 0.5 .

SVN revision: 82348

11 years agoset homogeneous for overlay genlist
Mike Blumenkrantz [Mon, 7 Jan 2013 12:54:57 +0000 (12:54 +0000)]
set homogeneous for overlay genlist

SVN revision: 82344

11 years agoupdating portuguese and esperanto translations
Massimo Maiurana [Mon, 7 Jan 2013 11:39:56 +0000 (11:39 +0000)]
updating portuguese and esperanto translations

SVN revision: 82342

11 years agookay, apparently removing this binding was wrong and it was just the key of the bindi...
Mike Blumenkrantz [Mon, 7 Jan 2013 11:27:14 +0000 (11:27 +0000)]
okay, apparently removing this binding was wrong and it was just the key of the binding that was incorrect

SVN revision: 82340

11 years agorestore default keybindings no longer restores two bindings for ctrl+alt+f
Mike Blumenkrantz [Mon, 7 Jan 2013 11:05:58 +0000 (11:05 +0000)]
restore default keybindings no longer restores two bindings for ctrl+alt+f
FEAR NOT MORLENXUS, YOUR BUG FIX IS HERE

SVN revision: 82337

11 years agoprevent load of conf module if conf2 is already loaded
Mike Blumenkrantz [Mon, 7 Jan 2013 11:00:47 +0000 (11:00 +0000)]
prevent load of conf module if conf2 is already loaded

SVN revision: 82336

11 years agowhoops forgot to add new option to edd
Mike Blumenkrantz [Mon, 7 Jan 2013 09:46:48 +0000 (09:46 +0000)]
whoops forgot to add new option to edd

SVN revision: 82334

11 years agoadd option for disabling icons in menus
Mike Blumenkrantz [Mon, 7 Jan 2013 09:35:30 +0000 (09:35 +0000)]
add option for disabling icons in menus
ticket #2168

SVN revision: 82333

11 years agofix help text for pass_click_on focus option
Mike Blumenkrantz [Mon, 7 Jan 2013 09:19:42 +0000 (09:19 +0000)]
fix help text for pass_click_on focus option

SVN revision: 82332

11 years agoWhen we create monitors and are checking for clones, just use x/y
Christopher Michael [Mon, 7 Jan 2013 07:39:57 +0000 (07:39 +0000)]
When we create monitors and are checking for clones, just use x/y
position, not size for comparison.

When we create monitors, assign the proper crtc to the monitor.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82330

11 years agoSome fixes for Intel cards:
Christopher Michael [Mon, 7 Jan 2013 07:39:54 +0000 (07:39 +0000)]
Some fixes for Intel cards:

Do not set enabled until after a current mode is set.
Update original size after we set current mode.
Add an original cloned value we can track.
Add code to apply just cloning changes.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82329

11 years agoFix compile: Use the proper smart data variable.
Christopher Michael [Mon, 7 Jan 2013 07:39:52 +0000 (07:39 +0000)]
Fix compile: Use the proper smart data variable.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82328

11 years agoWhen we clone/un-clone, also set a Changed on the position so that
Christopher Michael [Mon, 7 Jan 2013 07:39:49 +0000 (07:39 +0000)]
When we clone/un-clone, also set a Changed on the position so that
Apply will handle new geometry for the monitor.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82327

11 years agoWhen we initially create the monitors, also set the original cloned
Christopher Michael [Mon, 7 Jan 2013 07:39:47 +0000 (07:39 +0000)]
When we initially create the monitors, also set the original cloned
value.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82326

11 years agoAdd support for marking dialog changes if the user unclones a monitor
Christopher Michael [Mon, 7 Jan 2013 07:39:45 +0000 (07:39 +0000)]
Add support for marking dialog changes if the user unclones a monitor
and does nothing else.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82325

11 years agoAdd prototype for cloned_set function.
Christopher Michael [Mon, 7 Jan 2013 07:39:42 +0000 (07:39 +0000)]
Add prototype for cloned_set function.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82324

11 years agoAdd a Changed_Clone to enum.
Christopher Michael [Mon, 7 Jan 2013 07:39:39 +0000 (07:39 +0000)]
Add a Changed_Clone to enum.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82323

11 years agoe: fix build with uClibc.
Cedric BAIL [Mon, 7 Jan 2013 01:14:25 +0000 (01:14 +0000)]
e: fix build with uClibc.

Patch by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>.

SVN revision: 82312

11 years agoupdating italian translation
Massimo Maiurana [Sun, 6 Jan 2013 22:45:50 +0000 (22:45 +0000)]
updating italian translation

SVN revision: 82309

11 years agoupdating lithuanian translation
Massimo Maiurana [Sun, 6 Jan 2013 21:10:53 +0000 (21:10 +0000)]
updating lithuanian translation

SVN revision: 82308

11 years agoDrop "as a bi-product of this" from the message in the updates checker
Igor Murzov [Sun, 6 Jan 2013 16:12:44 +0000 (16:12 +0000)]
Drop "as a bi-product of this" from the message in the updates checker

Reviewed-by: zmike
SVN revision: 82307

11 years agofix harmless compile warnings
Mike Blumenkrantz [Sun, 6 Jan 2013 15:16:17 +0000 (15:16 +0000)]
fix harmless compile warnings

SVN revision: 82305

11 years agoadd gettext to E_CONFIGURE_OPTION_ADD usage, hassling by garik
Mike Blumenkrantz [Sun, 6 Jan 2013 15:12:31 +0000 (15:12 +0000)]
add gettext to E_CONFIGURE_OPTION_ADD usage, hassling by garik

SVN revision: 82304

11 years agoupdating portuguese translation
Massimo Maiurana [Sun, 6 Jan 2013 09:52:45 +0000 (09:52 +0000)]
updating portuguese translation

SVN revision: 82298

11 years agoBetter gettext usage in a few places
Igor Murzov [Sat, 5 Jan 2013 22:54:51 +0000 (22:54 +0000)]
Better gettext usage in a few places

SVN revision: 82293

11 years agoMake Everything's plugins and action names translatable v2
Igor Murzov [Sat, 5 Jan 2013 22:53:46 +0000 (22:53 +0000)]
Make Everything's plugins and action names translatable v2

v2: Mark messages for translation explicitly as suggested by Raster.
This is a more straightforward version of r79658.

SVN revision: 82292

11 years ago[access] send read message when tap gesture is detected
Shinwoo Kim [Sat, 5 Jan 2013 04:29:24 +0000 (04:29 +0000)]
[access] send read message when tap gesture is detected

SVN revision: 82261

11 years agoe: Fix connman wizard page
José Roberto de Souza [Sat, 5 Jan 2013 03:55:16 +0000 (03:55 +0000)]
e: Fix connman wizard page

It was unrefing connection inside of edbus_message callback.

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 82258

11 years agothanks joel - in e17 wizard too for xkb rules chec.
Carsten Haitzler [Sat, 5 Jan 2013 02:18:25 +0000 (02:18 +0000)]
thanks joel - in e17 wizard too for xkb rules chec.

SVN revision: 82253

11 years agoupdating spanish and italian translation
Massimo Maiurana [Fri, 4 Jan 2013 22:18:09 +0000 (22:18 +0000)]
updating spanish and italian translation

SVN revision: 82242

11 years agoe: don't allow to disable composite in wizard
Lucas De Marchi [Fri, 4 Jan 2013 18:35:32 +0000 (18:35 +0000)]
e: don't allow to disable composite in wizard

SVN revision: 82226

11 years agoe: fix crash when changing desktops configuration
Lucas De Marchi [Fri, 4 Jan 2013 18:35:27 +0000 (18:35 +0000)]
e: fix crash when changing desktops configuration

 #0  0x00007f33b8eb1b1d in pause () from /usr/lib/libpthread.so.0
 #1  <signal handler called>
 #2  0x00007f33a19c19ab in _clock_popup_desk_change (inst=0x2bb2360, type=176, ev=0x36a6680) at clock/e_mod_main.c:305
 #3  0x00007f33b982499c in _ecore_call_handler_cb (event=<optimized out>, type=<optimized out>, data=<optimized out>, func=<optimized out>)
     at lib/ecore/ecore_private.h:354
 #4  _ecore_event_call () at lib/ecore/ecore_events.c:562
 #5  0x00007f33b982a639 in _ecore_main_loop_iterate_internal (once_only=once_only@entry=0) at lib/ecore/ecore_main.c:1942
 #6  0x00007f33b982abc7 in ecore_main_loop_begin () at lib/ecore/ecore_main.c:964
 #7  0x0000000000434b73 in main (argc=<optimized out>, argv=<optimized out>) at e_main.c:1061

SVN revision: 82225

11 years agoe: remove dropshadow module
Lucas De Marchi [Fri, 4 Jan 2013 18:35:22 +0000 (18:35 +0000)]
e: remove dropshadow module

dropshadow module conflicts with composite, which will be always enabled
by future commits. Remove the module to allow turning composite as
always-enabled.

SVN revision: 82224

11 years agobump trunk e lib req version
Mike Blumenkrantz [Fri, 4 Jan 2013 17:39:32 +0000 (17:39 +0000)]
bump trunk e lib req version

SVN revision: 82218

11 years agoe: Show icon of appmenu module
José Roberto de Souza [Fri, 4 Jan 2013 17:05:14 +0000 (17:05 +0000)]
e: Show icon of appmenu module

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 82216

11 years agoe: Show icon of music-control module
José Roberto de Souza [Fri, 4 Jan 2013 16:45:39 +0000 (16:45 +0000)]
e: Show icon of music-control module

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 82215

11 years agoe: Add changelog and news about the edbus ports and new modules
Lucas De Marchi [Fri, 4 Jan 2013 16:19:08 +0000 (16:19 +0000)]
e: Add changelog and news about the edbus ports and new modules

SVN revision: 82209

11 years agoe/bluez4: cleanup and fixes
Lucas De Marchi [Fri, 4 Jan 2013 16:13:43 +0000 (16:13 +0000)]
e/bluez4: cleanup and fixes

 - Change module name in whitelist. Its name is bluez4 since it only
   supports bluez 4 API. The day it (automatically) also supports bluez 5,
   we rename it back.
 - Use eina_stringshare_replace when possible
 - Change huge if (strcmp(icon, "...") return "....." with a table.
 - Don't use stringshare when not needed. There's no reason to
   stringshare the icon, just use the static const ones
 - Sanitize edbus method table
 - Remove bogus NONE entry after NULL in services table
 - Fix coding style
 - Generalize _unset_dev() to work with any list

SVN revision: 82208

11 years agoe/bluez4: bug fixes
Lucas Joia [Fri, 4 Jan 2013 16:13:38 +0000 (16:13 +0000)]
e/bluez4: bug fixes

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

SVN revision: 82207

11 years agoe/bluez4: follow edbus update
Lucas Joia [Fri, 4 Jan 2013 16:13:34 +0000 (16:13 +0000)]
e/bluez4: follow edbus update

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

SVN revision: 82206

11 years agoe/bluez4: Add type to end of found device item
Lucas Joia [Fri, 4 Jan 2013 16:13:30 +0000 (16:13 +0000)]
e/bluez4: Add type to end of found device item

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

SVN revision: 82205

11 years agoe/bluez4: Simplify dialogs
Lucas Joia [Fri, 4 Jan 2013 16:13:26 +0000 (16:13 +0000)]
e/bluez4: Simplify dialogs

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

SVN revision: 82204

11 years agoe/bluez4: add standard menu for gadget settings
Lucas Joia [Fri, 4 Jan 2013 16:13:21 +0000 (16:13 +0000)]
e/bluez4: add standard menu for gadget settings

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

SVN revision: 82203

11 years agoe/bluez4: lock and unlock shelf
Lucas Joia [Fri, 4 Jan 2013 16:13:17 +0000 (16:13 +0000)]
e/bluez4: lock and unlock shelf

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

SVN revision: 82202

11 years agoe/bluez4: void argument for empty arguments
Lucas Joia [Fri, 4 Jan 2013 16:13:12 +0000 (16:13 +0000)]
e/bluez4: void argument for empty arguments

func() -> func(void)

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

SVN revision: 82201

11 years agoe/bluez4: Change adapter properties
Lucas Joia [Fri, 4 Jan 2013 16:13:07 +0000 (16:13 +0000)]
e/bluez4: Change adapter properties

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

SVN revision: 82200

11 years agoe/bluez4: List Adapters
Lucas Joia [Fri, 4 Jan 2013 16:13:03 +0000 (16:13 +0000)]
e/bluez4: List Adapters

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

SVN revision: 82199

11 years agoe/bluez4: Pair when select a found device
Lucas Joia [Fri, 4 Jan 2013 16:12:58 +0000 (16:12 +0000)]
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

11 years agoe/bluez4: add checkbox telling whether or not device is connected
Lucas Joia [Fri, 4 Jan 2013 16:12:54 +0000 (16:12 +0000)]
e/bluez4: add checkbox telling whether or not device is connected

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

SVN revision: 82197

11 years agoe/bluez4: allow Disconnect when device is connected
Lucas Joia [Fri, 4 Jan 2013 16:12:50 +0000 (16:12 +0000)]
e/bluez4: allow Disconnect when device is connected

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

SVN revision: 82196

11 years agoe/bluez4: use menu instead of popup
Lucas Joia [Fri, 4 Jan 2013 16:12:45 +0000 (16:12 +0000)]
e/bluez4: use menu instead of popup

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

SVN revision: 82195

11 years agoe/bluez4: Implement agent dencently
Lucas Joia [Fri, 4 Jan 2013 16:12:41 +0000 (16:12 +0000)]
e/bluez4: Implement agent dencently

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

SVN revision: 82194

11 years agoe/bluez4: Show errors in dialogs
Lucas Joia [Fri, 4 Jan 2013 16:12:37 +0000 (16:12 +0000)]
e/bluez4: Show errors in dialogs

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

SVN revision: 82193

11 years agoe/bluez4: Allow user to remove devices
Lucas Joia [Fri, 4 Jan 2013 16:12:32 +0000 (16:12 +0000)]
e/bluez4: Allow user to remove devices

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

SVN revision: 82192