framework/uifw/edbus.git
11 years agoPackage Upload 2.0alpha master 2.0_alpha submit/master/20120920.151121
Jaehwan Kim [Mon, 20 Aug 2012 11:36:54 +0000 (20:36 +0900)]
Package Upload

11 years agoPackage Upload
Jaehwan Kim [Mon, 20 Aug 2012 10:36:44 +0000 (19:36 +0900)]
Package Upload

Change-Id: I7bdde3ff29c69fa4ba2457628ce1f41c1c26b22c

11 years agoEFL core migration @74597
Jaehwan Kim [Wed, 1 Aug 2012 02:51:55 +0000 (11:51 +0900)]
EFL core migration @74597
Merge remote-tracking branch 'origin/upstream' into intefl/svn_merge

11 years agoAvoid build error if performance test deps are not found
etrunko [Mon, 30 Jul 2012 18:25:04 +0000 (18:25 +0000)]
Avoid build error if performance test deps are not found

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

11 years agoe_dbus: fix 2 --disable for the same thing
lucas [Sun, 29 Jul 2012 04:57:40 +0000 (04:57 +0000)]
e_dbus: fix 2 --disable for the same thing

PrinceAMD> ahh, guys in e_dbus why is there  --disable-performance-test &
           --disable-performance_test, by default e_dbus says performance
           is disable but still tries to build it and fails, it cant
           find <Eina.h>
PrinceAMD> anyhow with autogen --disable-performance-test
           --disable-performance_test , e_dbus compile

We were actually trying to compile a "component" that is really a test
binary. And for that component we were not applying the CFLAGS. Now
there's only a --disable-performance-test as it was supposed to be.

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

11 years agoecore.h first.
raster [Sat, 28 Jul 2012 00:24:55 +0000 (00:24 +0000)]
ecore.h first.

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

11 years agoedbus: fix async_*_test compile.
barbieri [Fri, 27 Jul 2012 16:08:00 +0000 (16:08 +0000)]
edbus: fix async_*_test compile.

we must use the proper cflags/libs and also include the local copy of
E_DBus.h, not the global. Also including config.h is nice.

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

11 years agoe_dbus: Fix not linking with evas
lucas [Thu, 26 Jul 2012 16:21:08 +0000 (16:21 +0000)]
e_dbus: Fix not linking with evas

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

11 years agoe_dbus: configure.ac fixup performance_test
lucas [Thu, 26 Jul 2012 16:21:00 +0000 (16:21 +0000)]
e_dbus: configure.ac fixup performance_test

Patch by: Martin Jansa <Martin.Jansa@gmail.com>

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

11 years agoe_dbus: Add example of an async method
lucas [Wed, 25 Jul 2012 02:53:40 +0000 (02:53 +0000)]
e_dbus: Add example of an async method

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

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

11 years agoe_dbus: Add missing entry in gitignore
lucas [Wed, 25 Jul 2012 02:37:43 +0000 (02:37 +0000)]
e_dbus: Add missing entry in gitignore

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

11 years agoe_dbus: Add performance application
lucas [Wed, 25 Jul 2012 02:37:35 +0000 (02:37 +0000)]
e_dbus: Add performance application

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

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

11 years agoFix timeout handling
lucas [Wed, 25 Jul 2012 02:25:35 +0000 (02:25 +0000)]
Fix timeout handling

A "if" in timeout callback is wrong and this way when a
timeout happens this is not handled correctly.

Change the return value of the callback so it doesn't get called
indefinitely, too.

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

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

11 years agoFix Segfault in e_dbus_signal
lucas [Tue, 17 Jul 2012 16:46:55 +0000 (16:46 +0000)]
Fix Segfault in e_dbus_signal

When the sender name of a signal is NULL it's crash in strcmp()

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

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

11 years agofix minor version defines to be at 1.6 (in sync now) ready for going
raster [Mon, 16 Jul 2012 06:36:02 +0000 (06:36 +0000)]
fix minor version defines to be at 1.6 (in sync now) ready for going
to 7 on release.

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

11 years agoe_dbus: Add a couple of FIXMEs
lucas [Fri, 13 Jul 2012 23:19:07 +0000 (23:19 +0000)]
e_dbus: Add a couple of FIXMEs

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

11 years agoe_dbus: Attach interface DBus.Properties on demand
lucas [Fri, 13 Jul 2012 23:18:57 +0000 (23:18 +0000)]
e_dbus: Attach interface DBus.Properties on demand

If user sets the get/set callbacks, attach the DBus.Properties interface
to the path.

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

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

11 years agoe_dbus: Check if interface is already attached
lucas [Fri, 13 Jul 2012 23:18:48 +0000 (23:18 +0000)]
e_dbus: Check if interface is already attached

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

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

11 years agoe_dbus: Fix properties handling
lucas [Fri, 13 Jul 2012 23:18:40 +0000 (23:18 +0000)]
e_dbus: Fix properties handling

Fix cb_properties_get() and cb_properties_set()

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

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

11 years agoe_dbus: Fix name owner check when there's a pending request
lucas [Fri, 13 Jul 2012 14:59:00 +0000 (14:59 +0000)]
e_dbus: Fix name owner check when there's a pending request

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

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

11 years agoupdate all versions in @sincs, README's and configure.ac's etc. to
raster [Mon, 9 Jul 2012 10:20:21 +0000 (10:20 +0000)]
update all versions in @sincs, README's and configure.ac's etc. to
reflect a unified release version, for now 1.6.99.

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

11 years agoListen and update the 'sender unique name' of signals
lucas [Thu, 5 Jul 2012 18:20:31 +0000 (18:20 +0000)]
Listen and update the 'sender unique name' of signals

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

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

11 years agoe_dbus: Use idler instead of idler_enterer
lucas [Thu, 5 Jul 2012 18:08:07 +0000 (18:08 +0000)]
e_dbus: Use idler instead of idler_enterer

Instead of using an idle_enterer to process D-Bus messages, use an
idler that does not require creating a dummy event and wakeup the main
loop on every interation.

Remove a callback function to wake up the main loop when there is a message
in queue.

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

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

11 years agoe_dbus: Revert r73315
lucas [Wed, 4 Jul 2012 22:20:06 +0000 (22:20 +0000)]
e_dbus: Revert r73315

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

11 years agoe_dbus: Use idler instead of idler_enterer
lucas [Wed, 4 Jul 2012 22:06:10 +0000 (22:06 +0000)]
e_dbus: Use idler instead of idler_enterer

Instead of using an idle_enterer to process D-Bus messages, use andidler that does not requiring creating a dummy event and wakeup the mainloop every interation.Remove unnecessary event when a signal is received and also a callbackfunction to wake up the main loop when there a message in queue.

Patch by: zehortigoza <zehortigoza@profusion.mobi>

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

11 years agoupstream merge
Jiyoun Park [Fri, 29 Jun 2012 05:26:10 +0000 (14:26 +0900)]
upstream merge

Change-Id: I720a83caa111327d1bfc9b9293ccd12eae3f4c59

11 years agoMerge remote-tracking branch 'remotes/origin/upstream'
Jiyoun Park [Thu, 28 Jun 2012 15:53:25 +0000 (00:53 +0900)]
Merge remote-tracking branch 'remotes/origin/upstream'

11 years agoe_dbus: autotools
ngc891 [Wed, 27 Jun 2012 05:14:28 +0000 (05:14 +0000)]
e_dbus: autotools

Debug info should be removed when "make maintainer-clean", so add
e_dbus_doxy_warnings.txt to the cleaning list.

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

11 years agoUpstream merge
Jiyoun Park [Wed, 20 Jun 2012 08:31:06 +0000 (17:31 +0900)]
Upstream merge

Change-Id: I1b8a3a2468446d3f34c5f1c4c702dda9ec1ae8b7

11 years agoMerge remote-tracking branch 'remotes/origin/upstream'
Jiyoun Park [Mon, 18 Jun 2012 09:43:13 +0000 (18:43 +0900)]
Merge remote-tracking branch 'remotes/origin/upstream'

11 years agoFix spec file
Tae-Hwan Kim [Thu, 14 Jun 2012 10:02:16 +0000 (19:02 +0900)]
Fix spec file

* Use rpm dependecy instead of pkg-config

11 years agoThis is a small change, so I won't changelog it (or backport), but
raster [Wed, 30 May 2012 10:08:41 +0000 (10:08 +0000)]
This is a small change, so I won't changelog it (or backport), but
make _shutdown() funcs across efl complain and be unhappy if you
shutdown to < 0 shutdowns and not pull init count below 0.

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

11 years agoclean pc files to not have cflags in Cflags: of required libs - seems
raster [Wed, 23 May 2012 10:21:53 +0000 (10:21 +0000)]
clean pc files to not have cflags in Cflags: of required libs - seems
to work these days with pkg-config.

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

11 years agoefl: add release point in ChangeLog files.
cedric [Thu, 26 Apr 2012 08:07:22 +0000 (08:07 +0000)]
efl: add release point in ChangeLog files.

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

11 years agorestore .99 micro versions for trunk and add back svnrev vers too.
raster [Thu, 26 Apr 2012 04:51:32 +0000 (04:51 +0000)]
restore .99 micro versions for trunk and add back svnrev vers too.

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

11 years agoand removed the -beta tag...
raster [Thu, 26 Apr 2012 04:35:43 +0000 (04:35 +0000)]
and removed the -beta tag...

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

11 years agoPackage upload
Myungjae Lee [Wed, 25 Apr 2012 08:28:55 +0000 (17:28 +0900)]
Package upload

Change-Id: I0693e43364110dd49894384d750784e7faad2703

11 years agoMerge "Package upload"
Myungjae Lee [Wed, 25 Apr 2012 06:28:13 +0000 (15:28 +0900)]
Merge "Package upload"

11 years agoPackage upload
Myungjae Lee [Wed, 25 Apr 2012 06:14:29 +0000 (15:14 +0900)]
Package upload

Change-Id: I2319596f31762578e3cd92b80efc55939eaa5ed1

11 years agoEmbryo migratio revision 70375
Myungjae Lee [Wed, 25 Apr 2012 04:55:42 +0000 (13:55 +0900)]
Embryo migratio revision 70375
Merge remote-tracking branch 'remotes/origin/upstream'

12 years agotag everything as beta in svn.
raster [Sat, 21 Apr 2012 01:52:12 +0000 (01:52 +0000)]
tag everything as beta in svn.

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

12 years agoupdate changelog, control & spec
Hyoyoung Chang [Wed, 18 Apr 2012 09:13:10 +0000 (18:13 +0900)]
update changelog, control & spec

12 years agoEFL core migration revision 70217
Hyoyoung Chang [Wed, 18 Apr 2012 06:08:52 +0000 (15:08 +0900)]
EFL core migration revision 70217
Merge remote-tracking branch 'remotes/origin/upstream'

12 years ago[debian] Add the missing library in debian/libedbus.shlibs
Jaehwan Kim [Tue, 17 Apr 2012 09:06:46 +0000 (18:06 +0900)]
[debian] Add the missing library in debian/libedbus.shlibs

12 years agoupdate news
raster [Mon, 16 Apr 2012 06:37:58 +0000 (06:37 +0000)]
update news

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

12 years agoupdate news
raster [Mon, 16 Apr 2012 06:37:44 +0000 (06:37 +0000)]
update news

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

12 years agoupdate NEWS
raster [Mon, 16 Apr 2012 06:28:59 +0000 (06:28 +0000)]
update NEWS

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

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
raster [Fri, 13 Apr 2012 11:26:04 +0000 (11:26 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] update e_dbus doxyfile

This patch bring the doxyfile of e_dbus up-to-date.

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

12 years ago[debian] Add the missing libraries.
Jaehwan Kim [Fri, 13 Apr 2012 06:51:20 +0000 (15:51 +0900)]
[debian] Add the missing libraries.

12 years agoPackage Upload
Jeonghyun Yun [Fri, 6 Apr 2012 09:31:00 +0000 (18:31 +0900)]
Package Upload

12 years agospec updated
Jeonghyun Yun [Fri, 30 Mar 2012 06:41:28 +0000 (15:41 +0900)]
spec updated

12 years agospec changed
Jeonghyun Yun [Wed, 28 Mar 2012 05:54:25 +0000 (14:54 +0900)]
spec changed

12 years agoPackage upload
Jeonghyun Yun [Wed, 28 Mar 2012 05:30:13 +0000 (14:30 +0900)]
Package upload

Change-Id: Ib870967305cad15285d062180f58e588a7c1b66e

12 years agoEFL core migration revision 69484
Jeonghyun Yun [Mon, 26 Mar 2012 08:21:30 +0000 (17:21 +0900)]
EFL core migration revision 69484
Merge remote-tracking branch 'remotes/origin/upstream'

12 years agospec changed for obs package upload
Jeonghyun Yun [Mon, 26 Mar 2012 06:49:49 +0000 (15:49 +0900)]
spec changed for obs package upload

12 years agoPackage upload
Jeonghyun Yun [Sun, 18 Mar 2012 05:02:40 +0000 (14:02 +0900)]
Package upload

Change-Id: I6e8399901c61efa79c28ee2a9e24aef191ed7c02

12 years agoand work more on getting release in shape - version requirements.
raster [Sat, 17 Mar 2012 06:25:41 +0000 (06:25 +0000)]
and work more on getting release in shape - version requirements.

(god this is a pain in the butt)

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

12 years agoadd back in libs.private/requires to pc files with some fixes for
raster [Sat, 17 Mar 2012 05:37:25 +0000 (05:37 +0000)]
add back in libs.private/requires to pc files with some fixes for
missing.

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

12 years agogear up svn for release. one of many steps/things to do.
raster [Sat, 17 Mar 2012 04:17:29 +0000 (04:17 +0000)]
gear up svn for release. one of many steps/things to do.

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

12 years agoupdate(add) packaging directory and spec file from OBSTF:Private, OBS
Inkyo Jung [Fri, 16 Mar 2012 15:41:41 +0000 (00:41 +0900)]
update(add) packaging directory and spec file from OBSTF:Private, OBS

12 years agoPackage upload
Jeonghyun Yun [Fri, 16 Mar 2012 12:51:11 +0000 (21:51 +0900)]
Package upload

Change-Id: I66062b81e229fc84b9b9eeae049bd282cc9d80c5

12 years agoEFL core migration revision 69376
Jeonghyun Yun [Fri, 16 Mar 2012 02:22:52 +0000 (11:22 +0900)]
EFL core migration revision 69376
Merge remote-tracking branch 'remotes/origin/upstream'

12 years agothis is pretty hard to find now, so I'm putting it in here
discomfitor [Thu, 15 Mar 2012 15:11:59 +0000 (15:11 +0000)]
this is pretty hard to find now, so I'm putting it in here

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

12 years agoPackage upload
Jeonghyun Yun [Sat, 10 Mar 2012 04:51:28 +0000 (13:51 +0900)]
Package upload

Change-Id: I8758fa396e16622ce399dad7749c4126c1fca774

12 years agoPackage upload
Jeonghyun Yun [Sat, 10 Mar 2012 04:21:38 +0000 (13:21 +0900)]
Package upload

Change-Id: Ib28e3e5544549f16fabd2c556c8f145dce8a4f06

12 years agoEFL core migration revision 69045
Jeonghyun Yun [Sat, 10 Mar 2012 02:31:00 +0000 (11:31 +0900)]
EFL core migration revision 69045
Merge remote-tracking branch 'remotes/origin/upstream'

12 years agoedbus connman - stop reporting the same error again and again one
raster [Thu, 8 Mar 2012 10:13:28 +0000 (10:13 +0000)]
edbus connman - stop reporting the same error again and again one
after the other. pointless.

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

12 years agoMaintainer added
Jeonghyun Yun [Tue, 6 Mar 2012 07:14:00 +0000 (02:14 -0500)]
Maintainer added

12 years agoPackage upload
Jeonghyun Yun [Fri, 2 Mar 2012 11:33:55 +0000 (06:33 -0500)]
Package upload

Change-Id: Ifa9de375b9bb8211d219b2692398daa3c3220c2b

12 years agoEFL core migration revision 68464
Jeonghyun Yun [Wed, 29 Feb 2012 07:02:17 +0000 (02:02 -0500)]
EFL core migration revision 68464
Merge remote-tracking branch 'origin/upstream'

12 years agoFix linking complaints brought out by:
raster [Mon, 27 Feb 2012 05:20:17 +0000 (05:20 +0000)]
Fix linking complaints brought out by:

From: Thanatermesis <thanatermesis.ecvs@gmail.com>
Subject: [E-devel] LDFLAGS with -Wl,-z,defs

Aparently if you add the option "-Wl,-z,defs" to your LDFLAGS, there's some
libs that doesn't compile, like evas and e_dbus, there's some logs:

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

12 years agoPackage upload
Jaehwan Kim [Wed, 15 Feb 2012 10:02:20 +0000 (19:02 +0900)]
Package upload

Change-Id: Ic3579a6ad76e50d6436e2b66ab8cdb856d335481

12 years agoEFL migration revision 67284
Jaehwan Kim [Mon, 6 Feb 2012 02:59:08 +0000 (11:59 +0900)]
EFL migration revision 67284
Merge remote branch 'origin/upstream'

12 years agoupdate all minor versions to 2 (or 6) - and yes. i missed making most
raster [Wed, 18 Jan 2012 02:32:36 +0000 (02:32 +0000)]
update all minor versions to 2 (or 6) - and yes. i missed making most
be 1.1 (or 1.5) for the last release. too late. THIS is why i'm sick
and tired of all the bloody separate libs that have to be versiioned
and build and released separately. :( too many places to go fix up per
release.

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

12 years agoe_ukit: Fix to handle the dbus type 'object path', it is just a string after all.
davemds [Tue, 17 Jan 2012 21:11:04 +0000 (21:11 +0000)]
e_ukit: Fix to handle the dbus type 'object path', it is just a string after all.

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

12 years agoPackage upload
Jaehwan Kim [Mon, 16 Jan 2012 09:37:25 +0000 (18:37 +0900)]
Package upload

Change-Id: I33cfbeb402b18649825a756bd112887724d3bcba

12 years agoMigration with svn revision 66792
Jaehwan Kim [Mon, 9 Jan 2012 02:51:26 +0000 (11:51 +0900)]
Migration with svn revision 66792
Merge remote branch 'origin/upstream'

12 years agoFrom: Stefan Schmidt <stefan@datenfreihafen.org>
discomfitor [Fri, 13 Jan 2012 23:28:13 +0000 (23:28 +0000)]
From: Stefan Schmidt <stefan@datenfreihafen.org>
Subject: [E-devel] [PATCH 3/4] e_dbus: API change from eina_array_count_get() to eina_array_count()
Date: Fri, 13 Jan 2012 12:39:27 +0100

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

12 years agoe_dbus - one more typo fixed...
hermet [Tue, 3 Jan 2012 12:10:34 +0000 (12:10 +0000)]
e_dbus - one more typo fixed...

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

12 years agoe_dbus - fixed typo
hermet [Tue, 3 Jan 2012 11:58:43 +0000 (11:58 +0000)]
e_dbus - fixed typo

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

12 years agoFrom: Guillaume Friloux <guillaume.friloux@asp64.com>
discomfitor [Mon, 19 Dec 2011 09:32:50 +0000 (09:32 +0000)]
From: Guillaume Friloux <guillaume.friloux@asp64.com>
Subject: [E-devel] Little patch for E_Connman.h

Hello e people,

There is two missing declarations in E_Connman.h :
- e_connman_service_nameservers_configuration_get()
- e_connman_service_nameservers_configuration_set()

Without e_connman_service_nameservers_configuration_set() you cant
specify any nameserver in “manual” method

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

12 years agoe_dbus: Fixed svn detection for svn1.7
tasn [Tue, 13 Dec 2011 09:00:06 +0000 (09:00 +0000)]
e_dbus: Fixed svn detection for svn1.7

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

12 years agoMinor adjustments to the current status.
rui [Sat, 10 Dec 2011 11:26:31 +0000 (11:26 +0000)]
Minor adjustments to the current status.

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

12 years agoinit enotify log dom when using only daemon functions
discomfitor [Sat, 10 Dec 2011 06:50:59 +0000 (06:50 +0000)]
init enotify log dom when using only daemon functions

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

12 years agoPackage upload
Jaehwan Kim [Thu, 8 Dec 2011 04:54:59 +0000 (13:54 +0900)]
Package upload

12 years agoMigration with svn revision @65860
Jaehwan Kim [Tue, 6 Dec 2011 05:06:59 +0000 (14:06 +0900)]
Migration with svn revision @65860
Merge remote branch 'origin/upstream'

12 years agoe_dbus: less warning due to headers change.
cedric [Tue, 6 Dec 2011 21:39:05 +0000 (21:39 +0000)]
e_dbus: less warning due to headers change.

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

12 years agoe_dbus: warning--
billiob [Tue, 6 Dec 2011 21:31:06 +0000 (21:31 +0000)]
e_dbus: warning--

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

12 years agor65836 actually fixed something, time to update the logs...
discomfitor [Mon, 5 Dec 2011 15:05:33 +0000 (15:05 +0000)]
r65836 actually fixed something, time to update the logs...

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

12 years agofix changelogs to mention release.
raster [Sun, 4 Dec 2011 01:56:31 +0000 (01:56 +0000)]
fix changelogs to mention  release.

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

12 years agofix incorrect usage of dbus_message_iter_open_container
discomfitor [Sat, 3 Dec 2011 04:15:50 +0000 (04:15 +0000)]
fix incorrect usage of dbus_message_iter_open_container

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

12 years agoand now go to normal-like svn revs
raster [Fri, 2 Dec 2011 09:45:25 +0000 (09:45 +0000)]
and now go to normal-like svn revs

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

12 years agorevert my 1.x.99 stuff so i can branch.
raster [Fri, 2 Dec 2011 09:32:11 +0000 (09:32 +0000)]
revert my 1.x.99 stuff so i can branch.

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

12 years agoand lets bump on to 1.x.99 (or so) for svn... and back to adding snap
raster [Fri, 2 Dec 2011 09:10:56 +0000 (09:10 +0000)]
and lets bump on to 1.x.99 (or so) for svn... and back to adding snap
rev.

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

12 years agoe_dbus really should check returns of making containers as if it fails
raster [Thu, 1 Dec 2011 09:37:46 +0000 (09:37 +0000)]
e_dbus really should check returns of making containers as if it fails
future additions to the container are using uninitialized memory...
and this could be oh so bad.

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

12 years agofixed enotify bug!!!!
discomfitor [Wed, 30 Nov 2011 21:51:41 +0000 (21:51 +0000)]
fixed enotify bug!!!!

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

12 years agoe_dbus: Update ignored file list
mike_m [Wed, 30 Nov 2011 01:52:42 +0000 (01:52 +0000)]
e_dbus: Update ignored file list

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@65702 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agouse struct marshalizer for image hints as pointed out by k-s
discomfitor [Tue, 29 Nov 2011 22:53:00 +0000 (22:53 +0000)]
use struct marshalizer for image hints as pointed out by k-s

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

12 years agoclose dbus iterator iterator as pointed out by John Palmieri <johnp@redhat.com>
discomfitor [Tue, 29 Nov 2011 22:17:13 +0000 (22:17 +0000)]
close dbus iterator iterator as pointed out by John Palmieri <johnp@redhat.com>

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

12 years agoPackage upload
Jaehwan Kim [Tue, 29 Nov 2011 05:13:41 +0000 (14:13 +0900)]
Package upload