framework/uifw/edbus.git
15 years agoe_dbus: dispatch signals per-connection.
barbieri [Mon, 13 Oct 2008 19:33:26 +0000 (19:33 +0000)]
e_dbus: dispatch signals per-connection.

signals are dispatched directly to a callback if it's set, the main
loop event remains for backward compatibility.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36640 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoe_dbus: signals are per-connection, fix signal match removal.
barbieri [Mon, 13 Oct 2008 18:23:00 +0000 (18:23 +0000)]
e_dbus: signals are per-connection, fix signal match removal.

Each connection must have its own signal handler lists. This patch
also fixes match removal, it was using the sh->PIECE instead of PIECE
to give it names, it's also better split the buffer manipulation so it
checks for overflows as well.

NOTE: signal handling is still unoptimal, it should be handled per
connection instead of a global ecore signal.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36639 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMake e_dbus depend on eina. No change in the code yet, so just fix your build system...
cedric [Mon, 13 Oct 2008 16:00:39 +0000 (16:00 +0000)]
Make e_dbus depend on eina. No change in the code yet, so just fix your build system and no bug must show up.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36626 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoe_dbus: better error and reference handling.
barbieri [Sat, 11 Oct 2008 07:11:42 +0000 (07:11 +0000)]
e_dbus: better error and reference handling.

This patch does a refactor of e_dbus_methods and e_dbus_interfaces so
these methods return a pending call that can be canceled. It will also
print out possible errors and will unref the message after usage.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36579 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoe_dbus: update from deprecated method.
barbieri [Sat, 11 Oct 2008 07:09:23 +0000 (07:09 +0000)]
e_dbus: update from deprecated method.

use dbus_watch_get_unix_fd() instead of dbus_watch_get_fd()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36578 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoe_dbus: fix memory leak with signal handler data.
barbieri [Fri, 10 Oct 2008 04:33:10 +0000 (04:33 +0000)]
e_dbus: fix memory leak with signal handler data.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36561 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoconfigure.in -> configure.ac
pfritz [Tue, 30 Sep 2008 18:07:29 +0000 (18:07 +0000)]
configure.in -> configure.ac

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36364 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoasparagus!
raster [Thu, 25 Sep 2008 02:59:59 +0000 (02:59 +0000)]
asparagus!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36234 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix e_dbus use of idlers so it at least works.
raster [Wed, 24 Sep 2008 00:03:01 +0000 (00:03 +0000)]
fix e_dbus use of idlers so it at least works.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36194 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMove ecore_idler_del() from last e_dbus patch to proper place.
barbieri [Sun, 21 Sep 2008 18:55:06 +0000 (18:55 +0000)]
Move ecore_idler_del() from last e_dbus patch to proper place.

Move it together with other finalization.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36156 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoRemove idler when connection is closed.
barbieri [Sun, 21 Sep 2008 18:43:17 +0000 (18:43 +0000)]
Remove idler when connection is closed.

Patch by Shulga Nikita "[E-devel] e_dbus: e_dbus_idler causes segfault when called after e_dbus_connection_close"

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36155 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix error in enum typedef
englebass [Tue, 19 Aug 2008 07:57:59 +0000 (07:57 +0000)]
Fix error in enum typedef
Use enums in object types.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@35577 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoStateChange -> StateChanged
englebass [Tue, 19 Aug 2008 07:52:17 +0000 (07:52 +0000)]
StateChange -> StateChanged

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@35576 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdd some enums.
englebass [Tue, 19 Aug 2008 07:21:30 +0000 (07:21 +0000)]
Add some enums.
Fix formatting.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@35575 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoSet svn:mime-type to image/png on *.png
barbieri [Mon, 18 Aug 2008 16:42:08 +0000 (16:42 +0000)]
Set svn:mime-type to image/png on *.png

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@35554 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agook. i think most binary files are now fixed.
raster [Mon, 18 Aug 2008 00:02:26 +0000 (00:02 +0000)]
ok. i think most binary files are now fixed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@35525 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix binaries
raster [Sun, 17 Aug 2008 14:29:25 +0000 (14:29 +0000)]
fix binaries

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@35507 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomove around - flatter.
raster [Sun, 17 Aug 2008 07:44:18 +0000 (07:44 +0000)]
move around - flatter.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@35497 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33