Commit Graph

15517 Commits

Author SHA1 Message Date
Igor Murzov 283e4d6d3d 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
2013-01-05 22:53:46 +00:00
Shinwoo Kim d1cde9b68f [access] send read message when tap gesture is detected
SVN revision: 82261
2013-01-05 04:29:24 +00:00
José Roberto de Souza ce4c973a9b 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
2013-01-05 03:55:16 +00:00
Carsten Haitzler 86a451f54c thanks joel - in e17 wizard too for xkb rules chec.
SVN revision: 82253
2013-01-05 02:18:25 +00:00
Massimo Maiurana 4b9b2f74c8 updating spanish and italian translation
SVN revision: 82242
2013-01-04 22:18:09 +00:00
Lucas De Marchi 131eff3354 e: don't allow to disable composite in wizard
SVN revision: 82226
2013-01-04 18:35:32 +00:00
Lucas De Marchi 67932d8096 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
2013-01-04 18:35:27 +00:00
Lucas De Marchi 5efeaedf21 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
2013-01-04 18:35:22 +00:00
Mike Blumenkrantz c55c354bbd bump trunk e lib req version
SVN revision: 82218
2013-01-04 17:39:32 +00:00
José Roberto de Souza 2abcd89a91 e: Show icon of appmenu module
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82216
2013-01-04 17:05:14 +00:00
José Roberto de Souza b0dd0b750a e: Show icon of music-control module
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82215
2013-01-04 16:45:39 +00:00
Lucas De Marchi 3c4ec8960d e: Add changelog and news about the edbus ports and new modules
SVN revision: 82209
2013-01-04 16:19:08 +00:00
Lucas De Marchi 9a101b9777 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
2013-01-04 16:13:43 +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 7d9c6e3bfd e/bluez4: follow edbus update
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82206
2013-01-04 16:13:34 +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 d9074c5629 e/bluez4: Implement agent dencently
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82194
2013-01-04 16:12:41 +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 65dc86d3e3 e/bluez4: handle more profiles
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82190
2013-01-04 16:12:24 +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
Lucas De Marchi 271bc56cdd e/appmenu: sanitize method table
Patch by: Lucas De Marchi <lucas.de.marchi@gmail.com>



SVN revision: 82179
2013-01-04 14:06:22 +00:00
Lucas Joia c83d114491 e appmenu: Initial commit of module that show application menus exported by dbus
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82178
2013-01-04 13:48:45 +00:00
Lucas De Marchi 5e0c91af3c 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
2013-01-04 13:47:07 +00:00
Mike Blumenkrantz a486201959 implement tag aliases for configure options, also add top-level files category when fileman is loaded
SVN revision: 82173
2013-01-04 13:30:09 +00:00
Mike Blumenkrantz 3f6fa63824 whoops, forgot to add evry options for conf2
SVN revision: 82162
2013-01-04 08:43:27 +00:00
Mike Blumenkrantz 7d09da164f fix conf2 crash on local discard
SVN revision: 82157
2013-01-04 07:40:08 +00:00
Carsten Haitzler 24cb323b5d export funcs for modules.. add EAPI!!!!!!!!!!!!!!!!!!!!1
SVN revision: 82149
2013-01-04 06:01:21 +00:00
José Roberto de Souza 7b46cb51bf e: Remove e_dbus dependency
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82125
2013-01-03 22:08:40 +00:00
Lucas De Marchi 97c44a4cee e/illume-indicator: use designated initializers and remove trailing whitespace
SVN revision: 82124
2013-01-03 22:08:36 +00:00
José Roberto de Souza f9eebf57db e: Port illume-indicator to use internal notification API
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82123
2013-01-03 22:08:29 +00:00
José Roberto de Souza d9955d5739 e: Use internal client notification API
Modules:
 - notification
 - battery
 - mixer

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



SVN revision: 82122
2013-01-03 22:08:24 +00:00
Lucas De Marchi 23c7d0a98b e/notification: fix typo and use designated initializers on server
SVN revision: 82121
2013-01-03 22:08:19 +00:00
Lucas De Marchi 2aca12cc2e 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
2013-01-03 22:08:15 +00:00
José Roberto de Souza 84550effc5 e: Add client api to notifications
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82119
2013-01-03 22:08:10 +00:00