summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
englebass [Wed, 29 Oct 2008 07:14:05 +0000 (07:14 +0000)]
Start rework of nm interface.
Make the nm interface more object like.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@37294
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Wed, 29 Oct 2008 07:12:55 +0000 (07:12 +0000)]
implement org.freedesktop.DBus.Properties.GetAll
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@37293
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
davemds [Mon, 20 Oct 2008 18:29:25 +0000 (18:29 +0000)]
Add a function to unmount volumes. And a doxy fix.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36866
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 20 Oct 2008 03:30:28 +0000 (03:30 +0000)]
badness@ FIX! dont free handlers silently within the loop.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36832
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 20 Oct 2008 02:45:38 +0000 (02:45 +0000)]
and remove memcheck.h - couldnt find it with valgrind and gdb's watchpoints
were so prohibitvely slow!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36830
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 20 Oct 2008 02:44:10 +0000 (02:44 +0000)]
put in magic check for dbus... there is a bug going around and for now this
stops the segv, but doesnt fix the bug - but it is an indicator...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36829
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 17 Oct 2008 11:00:19 +0000 (11:00 +0000)]
fix linking.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36749
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 15 Oct 2008 15:00:38 +0000 (15:00 +0000)]
Switch from ecore_strings to eina_stringshare.
This could change E17 stringshare behaviour. Would be a good idea, to
do a session dump, benchmark and profile again.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36678
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mcalamelli [Tue, 14 Oct 2008 14:46:03 +0000 (14:46 +0000)]
Add ecore_string_init/shutdown
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@36656
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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