Commit Graph

11 Commits

Author SHA1 Message Date
Lucas De Marchi 53d34e6af9 e17: bluez: don't mark used args as unused
Don't mark used args with __UNUSED__ attribute. GCC may optmize calls and bad
things will happen. This should fix the following crash:

#0  0x00007fc94c7dc8f8 in poll () from /lib/libc.so.6
#1  0x00007fc94b025ba2 in ?? () from /usr/lib/libxcb.so.1
#2  0x00007fc94b02702f in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x00007fc94d35a7c8 in _XReadEvents () from /usr/lib/libX11.so.6
#4  0x00007fc94d348cc8 in XNextEvent () from /usr/lib/libX11.so.6
#5  0x000000000043f6eb in e_alert_show ()
#6  0x000000000050a7ad in e_sigseg_act ()
#7  <signal handler called>
#8  0x0000000000528218 in _queue_append ()
#9  0x0000000000528612 in e_widget_ilist_append ()
#10 0x00007fc94542eb7b in _bluez_event_devicefound () from /home/lucas/dev/e/lib/enlightenment/modules/bluez/linux-gnu-x86_64-ver-pre-svn-08/module.so
#11 0x00007fc94f747401 in _ecore_event_call () from /home/lucas/dev/e/lib/libecore.so.1
#12 0x00007fc94f74b58e in _ecore_main_loop_iterate_internal () from /home/lucas/dev/e/lib/libecore.so.1
#13 0x00007fc94f74b79f in ecore_main_loop_begin () from /home/lucas/dev/e/lib/libecore.so.1
#14 0x0000000000433901 in main ()




SVN revision: 60412
2011-06-16 23:14:47 +00:00
Lucas De Marchi 31f92ef736 e17: bluez: ecrustify
SVN revision: 57941
2011-03-21 20:31:42 +00:00
Lucas De Marchi 8cf21c272f e17: bluez: update gadcon when daemon is exiting/entering
SVN revision: 57938
2011-03-21 20:11:41 +00:00
Hannes Janetzek 7f457f1911 e17: add option to have gadcon client settings menu in toplevel again.
added e_menu_item_new_relative(E_Menu, E_Menu_Item *rel) which appends 
 new item to rel or prepends it when rel is NULL.

changed e_gadcon_util_client_menu_append to to take only the gadget menu
 and returns the new toplevel menu that should be shown by gcc
 depending on the setting this is a new menu with gadget menu as submenu
 or the gadet_menu with gadget menu items appended

updated e-modules-extra comes in a minute


SVN revision: 57826
2011-03-17 17:08:36 +00:00
Lucas De Marchi 3bf671c3a3 segv--
e_dbus_bus_get() might return NULL. Please, don't segv.



SVN revision: 52505
2010-09-20 19:47:56 +00:00
Miculcy Brian 2f8f31fbf5 This commit will change the shelf menu completly:
If you have a Gadget and open the menu over it, all gadget specific options are under a separate submenu. The menu items which the Gadget sets theirself can be put on the main menu tree or on the Gadget submenu.
If you don't see a reason for this, check the ibar menu _before_ and _after_. :)

This api change broke all modules but i already fixed them all. Hope everything works... I also shortend text strings, etc, etc.
Hope you like it! :)


SVN revision: 52041
2010-09-09 14:44:21 +00:00
Cedric BAIL c6a118d738 * e: remove warning due to Ecore API change.
SVN revision: 49833
2010-06-24 16:19:12 +00:00
Tiago Rezende Campos Falcao 1d996d2852 Adding more events to E widgets[B.
SVN revision: 49457
2010-06-04 21:10:05 +00:00
Gustavo Sverzut Barbieri 3020c32b54 fix when there is no adaptor for an instance.
PS: I couldn't test it as my machine does not have a hw switch to turn
bluetooth off... and I'm lazy to search how to disable it using
software (hciconfig hci0 down does not do it, just put the adapter in
offline mode and my btusb is not modular, so I can't remove the
module) :-)



SVN revision: 47505
2010-03-27 14:23:37 +00:00
Gustavo Sverzut Barbieri b737fdc095 [E-devel] [PATCH] Fix crash on ebluez
By: "Gustavo F. Padovan" <padovan@profusion.mobi>



SVN revision: 47372
2010-03-22 17:22:47 +00:00
Gustavo Sverzut Barbieri abb50ef416 Initial BlueZ stub module.
Initial module written by Gustavo F. Padovan, I changed it quite a lot
to change some issues... but still many pending, see TODO at the start
of e_mod_main.c



SVN revision: 47160
2010-03-12 13:55:11 +00:00