platform/upstream/enlightenment.git
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

11 years agoe/bluez4: separate found and created devices
Lucas Joia [Fri, 4 Jan 2013 16:12:28 +0000 (16:12 +0000)]
e/bluez4: separate found and created devices

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

SVN revision: 82191

11 years agoe/bluez4: handle more profiles
Lucas Joia [Fri, 4 Jan 2013 16:12:24 +0000 (16:12 +0000)]
e/bluez4: handle more profiles

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

SVN revision: 82190

11 years agoe/bluez4: module inactive when bluez is down
Lucas Joia [Fri, 4 Jan 2013 16:12:20 +0000 (16:12 +0000)]
e/bluez4: module inactive when bluez is down

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

SVN revision: 82189

11 years agoe/bluez4: Connect to input devices
Lucas Joia [Fri, 4 Jan 2013 16:12:15 +0000 (16:12 +0000)]
e/bluez4: Connect to input devices

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

SVN revision: 82188

11 years agoe/bluez4: Update ilist using the eina list of devices
Lucas Joia [Fri, 4 Jan 2013 16:12:11 +0000 (16:12 +0000)]
e/bluez4: Update ilist using the eina list of devices

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

SVN revision: 82187

11 years agoe/bluez4: add actual devices to list of devices found
Lucas Joia [Fri, 4 Jan 2013 16:12:07 +0000 (16:12 +0000)]
e/bluez4: add actual devices to list of devices found

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

SVN revision: 82186

11 years agoe/bluez4: include bluez4 module
Lucas Joia [Fri, 4 Jan 2013 16:11:48 +0000 (16:11 +0000)]
e/bluez4: include bluez4 module

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

SVN revision: 82185

11 years agoe/appmenu: sanitize method table
Lucas De Marchi [Fri, 4 Jan 2013 14:06:22 +0000 (14:06 +0000)]
e/appmenu: sanitize method table

Patch by: Lucas De Marchi <lucas.de.marchi@gmail.com>

SVN revision: 82179

11 years agoe appmenu: Initial commit of module that show application menus exported by dbus
Lucas Joia [Fri, 4 Jan 2013 13:48:45 +0000 (13:48 +0000)]
e appmenu: Initial commit of module that show application menus exported by dbus

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

SVN revision: 82178

11 years agoe: fix bogus check on array, above its bounds
Lucas De Marchi [Fri, 4 Jan 2013 13:47:07 +0000 (13:47 +0000)]
e: fix bogus check on array, above its bounds

fileman/e_mod_main.c: In function '_cfg_toolbar_orient_cb_info_cb':
fileman/e_mod_main.c:272:18: warning: array subscript is above array bounds [-Warray-bounds]

Hopefully stack is not NULL there, that's why nobody caught this bug.

Patch by: Lucas De Marchi <lucas.de.marchi@gmail.com>

SVN revision: 82177

11 years agoimplement tag aliases for configure options, also add top-level files category when...
Mike Blumenkrantz [Fri, 4 Jan 2013 13:30:09 +0000 (13:30 +0000)]
implement tag aliases for configure options, also add top-level files category when fileman is loaded

SVN revision: 82173

11 years agowhoops, forgot to add evry options for conf2
Mike Blumenkrantz [Fri, 4 Jan 2013 08:43:27 +0000 (08:43 +0000)]
whoops, forgot to add evry options for conf2

SVN revision: 82162

11 years agofix conf2 crash on local discard
Mike Blumenkrantz [Fri, 4 Jan 2013 07:40:08 +0000 (07:40 +0000)]
fix conf2 crash on local discard

SVN revision: 82157

11 years agoexport funcs for modules.. add EAPI!!!!!!!!!!!!!!!!!!!!1
Carsten Haitzler [Fri, 4 Jan 2013 06:01:21 +0000 (06:01 +0000)]
export funcs for modules.. add EAPI!!!!!!!!!!!!!!!!!!!!1

SVN revision: 82149

11 years agoe: Remove e_dbus dependency
José Roberto de Souza [Thu, 3 Jan 2013 22:08:40 +0000 (22:08 +0000)]
e: Remove e_dbus dependency

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

SVN revision: 82125

11 years agoe/illume-indicator: use designated initializers and remove trailing whitespace
Lucas De Marchi [Thu, 3 Jan 2013 22:08:36 +0000 (22:08 +0000)]
e/illume-indicator: use designated initializers and remove trailing whitespace

SVN revision: 82124

11 years agoe: Port illume-indicator to use internal notification API
José Roberto de Souza [Thu, 3 Jan 2013 22:08:29 +0000 (22:08 +0000)]
e: Port illume-indicator to use internal notification API

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

SVN revision: 82123

11 years agoe: Use internal client notification API
José Roberto de Souza [Thu, 3 Jan 2013 22:08:24 +0000 (22:08 +0000)]
e: Use internal client notification API

Modules:
 - notification
 - battery
 - mixer

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

SVN revision: 82122

11 years agoe/notification: fix typo and use designated initializers on server
Lucas De Marchi [Thu, 3 Jan 2013 22:08:19 +0000 (22:08 +0000)]
e/notification: fix typo and use designated initializers on server

SVN revision: 82121

11 years agoe/notification: do not use null_strings_replace()
Lucas De Marchi [Thu, 3 Jan 2013 22:08:15 +0000 (22:08 +0000)]
e/notification: do not use null_strings_replace()

It would be very weird and error-prone on clients to have code like
this:

E_Notification_Notify n;
memset(n, 0, sizeof(*n));
n.app_name = "bla";
e_notification_client_send(...);
eina_stringshare_del(n.icon.icon);
eina_stringshare_del(...);
...

Instead of doing this, replace NULL by "" in the only place it's not
allowed: while sending the D-Bus message.

SVN revision: 82120

11 years agoe: Add client api to notifications
José Roberto de Souza [Thu, 3 Jan 2013 22:08:10 +0000 (22:08 +0000)]
e: Add client api to notifications

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

SVN revision: 82119

11 years agoe: Change notification module to use internal notification API
José Roberto de Souza [Thu, 3 Jan 2013 22:08:05 +0000 (22:08 +0000)]
e: Change notification module to use internal notification API

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

SVN revision: 82118

11 years agoe/notification: improve consistency of the API
Lucas De Marchi [Thu, 3 Jan 2013 22:08:00 +0000 (22:08 +0000)]
e/notification: improve consistency of the API

Rename some functions and fields to have a better API. Also sanitize the
method and signal tables.

SVN revision: 82117

11 years agoe: Add notification API
José Roberto de Souza [Thu, 3 Jan 2013 22:07:56 +0000 (22:07 +0000)]
e: Add notification API

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

SVN revision: 82116

11 years agoe systray: sanitize edbus tables
Lucas De Marchi [Thu, 3 Jan 2013 22:07:50 +0000 (22:07 +0000)]
e systray: sanitize edbus tables

SVN revision: 82115

11 years agoe systray: Add notifier watcher
José Roberto de Souza [Thu, 3 Jan 2013 22:07:45 +0000 (22:07 +0000)]
e systray: Add notifier watcher

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

SVN revision: 82114

11 years agoe systray: add menu for notifier items
Lucas Joia [Thu, 3 Jan 2013 22:07:40 +0000 (22:07 +0000)]
e systray: add menu for notifier items

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

SVN revision: 82113

11 years agoe systray: use strv instead of passing max around
Lucas De Marchi [Thu, 3 Jan 2013 22:07:33 +0000 (22:07 +0000)]
e systray: use strv instead of passing max around

Also rename one of the vars to _Names to keep consistent with the other.

SVN revision: 82112

11 years agoe systray: Initial commit of dbus notifier host
José Roberto de Souza [Thu, 3 Jan 2013 22:07:26 +0000 (22:07 +0000)]
e systray: Initial commit of dbus notifier host

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

SVN revision: 82111

11 years agoe: Make a few renames on new dbusmenu API
Lucas De Marchi [Thu, 3 Jan 2013 18:16:16 +0000 (18:16 +0000)]
e: Make a few renames on new dbusmenu API

typos:
 toogle -> toggle
 itens -> items

API consistency:
 MENU_ITEM_TOGGLE -> E_DBUSMENU_ITEM_TOGGLE
 E_DBus_Menu_Item_Event -> E_DBusMenu_Item_Event
  (I don't want to bikeshed on this, but we need to choose one of the
 possible names, and keep consistent with the rest of the API)

A few var renames: It's E_DBusMenu_Ctx, so let's name the var ctx
instead of menu_data. internal_ctx is no more meaninful than ctx, so
rename it as well.

SVN revision: 82092

11 years agoe: Add dbusmenu API
José Roberto de Souza [Thu, 3 Jan 2013 18:16:09 +0000 (18:16 +0000)]
e: Add dbusmenu API

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

SVN revision: 82091

11 years agoe: Replace FALSE that was defined in lidbus to EINA_FALSE
José Roberto de Souza [Thu, 3 Jan 2013 18:16:04 +0000 (18:16 +0000)]
e: Replace FALSE that was defined in lidbus to EINA_FALSE

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

SVN revision: 82090

11 years agoe: Add label to tell user that he must enable mpris2 in his player
José Roberto de Souza [Thu, 3 Jan 2013 18:15:59 +0000 (18:15 +0000)]
e: Add label to tell user that he must enable mpris2 in his player

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

SVN revision: 82089

11 years agoe: Replace printf by eina log
José Roberto de Souza [Thu, 3 Jan 2013 18:15:53 +0000 (18:15 +0000)]
e: Replace printf by eina log

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

SVN revision: 82088

11 years agofix distcheck
Mike Blumenkrantz [Thu, 3 Jan 2013 16:12:29 +0000 (16:12 +0000)]
fix distcheck

SVN revision: 82087

11 years agoMark gadman layer names for translation
Igor Murzov [Thu, 3 Jan 2013 15:28:50 +0000 (15:28 +0000)]
Mark gadman layer names for translation

SVN revision: 82085

11 years agoAdd new files to POTFILES.in
Igor Murzov [Thu, 3 Jan 2013 15:28:04 +0000 (15:28 +0000)]
Add new files to POTFILES.in

SVN revision: 82084

11 years agoRevert "more translate strings for evry."
Igor Murzov [Thu, 3 Jan 2013 15:27:10 +0000 (15:27 +0000)]
Revert "more translate strings for evry."

This reverts commit r82049.

Those messages are already translatable.
See r81049 and r79658 and discussion on the ML.

SVN revision: 82083

11 years agoremove unused images
Mike Blumenkrantz [Thu, 3 Jan 2013 14:50:31 +0000 (14:50 +0000)]
remove unused images

SVN revision: 82080

11 years agoadd conf2 options for comp, tiling, notification, fileman, and quickaccess modules
Mike Blumenkrantz [Thu, 3 Jan 2013 14:47:40 +0000 (14:47 +0000)]
add conf2 options for comp, tiling, notification, fileman, and quickaccess modules

SVN revision: 82079

11 years agoconf2
Mike Blumenkrantz [Thu, 3 Jan 2013 14:47:21 +0000 (14:47 +0000)]
conf2

SVN revision: 82078

11 years agoFrom: Joel Klinghed <the_jk@spawned.biz>
Joel Klinghed [Thu, 3 Jan 2013 11:26:14 +0000 (11:26 +0000)]
From: Joel Klinghed <the_jk@spawned.biz>
Subject: [E-devel] Alpha5: 7 patches and 1 bug

* enlightenment-0.17.0-alpha5-mixer-alsa.patch
Use cflags from pkg-config alsa-lib when using alsa headers.

* enlightenment-0.17.0-alpha5-xkb_base.patch
When searching for xkeyboard-config rules, before trying a long list of
guessed standard paths, check the one given by the pkg-config file if
it exists.

SVN revision: 82059

11 years agofix xsettings to notneed x headers directly... much better! :)
Carsten Haitzler [Thu, 3 Jan 2013 11:21:24 +0000 (11:21 +0000)]
fix xsettings to notneed x headers directly... much better! :)

SVN revision: 82058

11 years agoreally minor - add a , for better grammar in wizard.
Carsten Haitzler [Thu, 3 Jan 2013 08:54:50 +0000 (08:54 +0000)]
really minor - add a , for better grammar in wizard.

SVN revision: 82050

11 years agomore translate strings for evry.
Carsten Haitzler [Thu, 3 Jan 2013 08:52:33 +0000 (08:52 +0000)]
more translate strings for evry.

SVN revision: 82049

11 years agoe: fix restart of E17 after manually monitoring it.
Cedric BAIL [Thu, 3 Jan 2013 00:32:48 +0000 (00:32 +0000)]
e: fix restart of E17 after manually monitoring it.

SVN revision: 82023

11 years agosystray: split xembed part into own file, prepare to receive d-bus
Gustavo Sverzut Barbieri [Wed, 2 Jan 2013 20:38:36 +0000 (20:38 +0000)]
systray: split xembed part into own file, prepare to receive d-bus

There is a new d-bus systray spec by KDE that is less retarded. It's
used by KDE and other environments such as Ubuntu's Unity. We'll
integrate code to have E17 to support this spec, then we must separate
the XEmbed part into its own file to avoid confusion.

Patch by: Gustavo Sverzut Barbieri <barbieri@profusion.mobi>

SVN revision: 82016

11 years agoe: Port mixer to edbus
José Roberto de Souza [Wed, 2 Jan 2013 20:38:30 +0000 (20:38 +0000)]
e: Port mixer to edbus

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

SVN revision: 82015

11 years agoe: Port connman to edbus v2
José Roberto de Souza [Wed, 2 Jan 2013 20:38:25 +0000 (20:38 +0000)]
e: Port connman to edbus v2

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

SVN revision: 82014

11 years agoe/music-control: Move edc and images to data/theme
José Roberto de Souza [Wed, 2 Jan 2013 13:22:36 +0000 (13:22 +0000)]
e/music-control: Move edc and images to data/theme

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

SVN revision: 81997

11 years agoe/music-control: Add keybinds
José Roberto de Souza [Wed, 2 Jan 2013 13:22:26 +0000 (13:22 +0000)]
e/music-control: Add keybinds

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

SVN revision: 81996

11 years agoe/music-control: Close popup of when user click out or type a key
José Roberto de Souza [Wed, 2 Jan 2013 13:22:22 +0000 (13:22 +0000)]
e/music-control: Close popup of when user click out or type a key

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

SVN revision: 81995

11 years agoe/music-control: Remove transition between pause and play when popup is shown
José Roberto de Souza [Wed, 2 Jan 2013 13:22:18 +0000 (13:22 +0000)]
e/music-control: Remove transition between pause and play when popup is shown

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

SVN revision: 81994

11 years agoe/music-control: Add name of selected playing music and allow to raise player
José Roberto de Souza [Wed, 2 Jan 2013 13:21:46 +0000 (13:21 +0000)]
e/music-control: Add name of selected playing music and allow to raise player

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

SVN revision: 81993

11 years agoe/music-control: Allow to change music player on gadget
José Roberto de Souza [Wed, 2 Jan 2013 13:21:41 +0000 (13:21 +0000)]
e/music-control: Allow to change music player on gadget

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

SVN revision: 81992

11 years agoe/music-control: Integrate edbus and gadget
José Roberto de Souza [Wed, 2 Jan 2013 13:21:33 +0000 (13:21 +0000)]
e/music-control: Integrate edbus and gadget

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

SVN revision: 81991

11 years agoe/music-control: Add auto generated edbus code
Lucas De Marchi [Wed, 2 Jan 2013 13:21:18 +0000 (13:21 +0000)]
e/music-control: Add auto generated edbus code

Code generated with edbus-codegen tool.

SVN revision: 81990

11 years agoe/music-control: Add gadget GUI
José Roberto de Souza [Wed, 2 Jan 2013 13:19:49 +0000 (13:19 +0000)]
e/music-control: Add gadget GUI

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

SVN revision: 81989

11 years agoe: Initial commit of music control module
José Roberto de Souza [Wed, 2 Jan 2013 13:18:51 +0000 (13:18 +0000)]
e: Initial commit of music control module

demarchi: There are some coding style issues, particularly on .edc
files, but they will be fixed on a later commit.

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

SVN revision: 81988

11 years agoe: remove Hal backend of illume2
José Roberto de Souza [Wed, 2 Jan 2013 13:16:29 +0000 (13:16 +0000)]
e: remove Hal backend of illume2

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

SVN revision: 81987

11 years agoe: small fixes to port of e_fm udisk to edbus
Lucas De Marchi [Wed, 2 Jan 2013 13:16:24 +0000 (13:16 +0000)]
e: small fixes to port of e_fm udisk to edbus

 - no need for calling edbus_message_error_get() if we are not getting
   the error message
 - rename confusing vars:
  * A dict is this complete type: "a{sv}", i.e. an array with
  key-values pairs (though the value could very well be 's', or
  'u' or another basic type)
* An entry (or dict_entry, or de) is *the* key-value pair.
 - Use eina_stringshare_replace when possible

SVN revision: 81986

11 years agoe: e_fm udisk ported to edbus
José Roberto de Souza [Wed, 2 Jan 2013 13:16:19 +0000 (13:16 +0000)]
e: e_fm udisk ported to edbus

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

SVN revision: 81985

11 years agoe: Remove Hal backend from e_fm
José Roberto de Souza [Wed, 2 Jan 2013 13:16:14 +0000 (13:16 +0000)]
e: Remove Hal backend from e_fm

Since Hal is deprecated since 2008 it's a bad idea wasting time porting
it to edbus.

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

SVN revision: 81984

11 years agoe: shutdown edbus only when page is hidden
Lucas De Marchi [Wed, 2 Jan 2013 13:16:08 +0000 (13:16 +0000)]
e: shutdown edbus only when page is hidden

We were missing a edbus_connection_unref() + edbus_shutdown() in case
neither connman responded or the timetout triggered. It's actually
easier to only shutdown edbus when page is hidden.

SVN revision: 81983

11 years agoe: Port wizard to edbus
José Roberto de Souza [Wed, 2 Jan 2013 13:16:03 +0000 (13:16 +0000)]
e: Port wizard to edbus

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

SVN revision: 81982

11 years agoe: small fixes to e_msgbus conversion to edbus
Lucas De Marchi [Wed, 2 Jan 2013 13:15:58 +0000 (13:15 +0000)]
e: small fixes to e_msgbus conversion to edbus

SVN revision: 81981

11 years agoe: Port e_msgbus to edbus
José Roberto de Souza [Wed, 2 Jan 2013 13:15:53 +0000 (13:15 +0000)]
e: Port e_msgbus to edbus

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

SVN revision: 81980

11 years agoe: sanitize edbus method table in fileman
Lucas De Marchi [Wed, 2 Jan 2013 13:15:43 +0000 (13:15 +0000)]
e: sanitize edbus method table in fileman

SVN revision: 81979

11 years agoe: do not use useless warning "missing field initializers"
Lucas De Marchi [Wed, 2 Jan 2013 13:15:01 +0000 (13:15 +0000)]
e: do not use useless warning "missing field initializers"

Now that E is starting to use edbus, it would be great to shut up this
gcc warning, so the edbus tables can be written sanely.

SVN revision: 81978

11 years agoe: Port fileman to edbus
José Roberto de Souza [Wed, 2 Jan 2013 13:14:54 +0000 (13:14 +0000)]
e: Port fileman to edbus

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

SVN revision: 81977