framework/uifw/ecore.git
14 years agoEcore : ecore_dowload return the job and we can canceled it.
watchwolf [Fri, 13 Nov 2009 17:51:52 +0000 (17:51 +0000)]
Ecore : ecore_dowload return the job and we can canceled it.

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

14 years ago * ecore: Fix ecore_timer_freeze during timer execution.
cedric [Fri, 13 Nov 2009 17:37:43 +0000 (17:37 +0000)]
* ecore: Fix ecore_timer_freeze during timer execution.

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

14 years ago * ecore: Fix destruction of frozen timer, by not delaying their destruction.
cedric [Fri, 13 Nov 2009 16:57:12 +0000 (16:57 +0000)]
* ecore: Fix destruction of frozen timer, by not delaying their destruction.

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

14 years agoecore_exe is currently not supported on WinCE
lmunch [Thu, 12 Nov 2009 15:15:57 +0000 (15:15 +0000)]
ecore_exe is currently not supported on WinCE

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

14 years ago * link correctly ecore against pthread
caro [Wed, 11 Nov 2009 23:43:58 +0000 (23:43 +0000)]
 * link correctly ecore against pthread
 * use the efl_pthread.m4 macro
 * add configure output for pthread support in ecore

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

14 years agoAdd Windows directory monitoring to ecore_file. It was tough.
caro [Wed, 11 Nov 2009 17:45:55 +0000 (17:45 +0000)]
Add Windows directory monitoring to ecore_file. It was tough.
A lot of thanks to Lars Munch for his great help

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

14 years agoUse proper index to select mask in _ecore_xcb_key_mask_get
dottedmag [Tue, 10 Nov 2009 22:15:00 +0000 (22:15 +0000)]
Use proper index to select mask in _ecore_xcb_key_mask_get

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

14 years agoFix linking issue when cross building from linux to windows
lmunch [Tue, 10 Nov 2009 16:58:20 +0000 (16:58 +0000)]
Fix linking issue when cross building from linux to windows

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

14 years agofix compilation on windows OS
caro [Sun, 8 Nov 2009 23:37:20 +0000 (23:37 +0000)]
fix compilation on windows OS

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

14 years ago * ecore_exe_win32: manage ADD and DEL events. It works more or
caro [Sun, 8 Nov 2009 22:19:30 +0000 (22:19 +0000)]
 * ecore_exe_win32: manage ADD and DEL events. It works more or
   less, but that Windows stuff is a bit like voodoo magic
 * Ecore.h : we can use the Ecore_Exe events on Windows, now (at
   least ADD and DEL, but the others will follow)

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

14 years agofix compilation when no pthread is available
caro [Sun, 8 Nov 2009 22:16:17 +0000 (22:16 +0000)]
fix compilation when no pthread is available

Cedric: returning false in ecore_thread_cancel is good ?

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

14 years agoFixes for the Win32 port:
caro [Sun, 8 Nov 2009 22:14:48 +0000 (22:14 +0000)]
Fixes for the Win32 port:

 * if ecore_events are in the queue, timeout 0 is passed and
   MsgWaitForMultipleObjects returns immediately, which can
   lead to problems. If timeout is 0, we do nothing (that is,
   we wait for the ecore_events to finish first)
 * manage the case when MsgWaitForMultipleObjects returns WAIT_FAILED

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

14 years agofix compilation on BSD systems
caro [Sat, 7 Nov 2009 19:10:08 +0000 (19:10 +0000)]
fix compilation on BSD systems

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

14 years agouse static buffer
caro [Sat, 7 Nov 2009 07:09:06 +0000 (07:09 +0000)]
use static buffer

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

14 years agostrdupa does not exist on BSD. Use simply strdup
caro [Sat, 7 Nov 2009 05:58:01 +0000 (05:58 +0000)]
strdupa does not exist on BSD. Use simply strdup

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

14 years ago * ecore_thread: Add possibility to cancel Ecore_Thread.
cedric [Fri, 6 Nov 2009 22:15:04 +0000 (22:15 +0000)]
* ecore_thread: Add possibility to cancel Ecore_Thread.

WARNING: THIS BREAK API AND ABI !!!

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

14 years agoecore_getopt: missing dummy initializer.
barbieri [Sat, 31 Oct 2009 22:56:28 +0000 (22:56 +0000)]
ecore_getopt: missing dummy initializer.

not real problem, but shut up warnings.

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

14 years ago * ecore_con_url: Fix bug using curl multi and basename.
cedric [Fri, 30 Oct 2009 21:36:31 +0000 (21:36 +0000)]
* ecore_con_url: Fix bug using curl multi and basename.

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

14 years agokeep this as printf.
raster [Fri, 30 Oct 2009 13:08:54 +0000 (13:08 +0000)]
keep this as printf.

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

14 years agoEcore_Getopt: Do not mark internal stuff as translatable.
quaker [Tue, 27 Oct 2009 18:36:54 +0000 (18:36 +0000)]
Ecore_Getopt: Do not mark internal stuff as translatable.

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

14 years agoGlobal update of Czech translations in SVN.
quaker [Tue, 27 Oct 2009 18:30:09 +0000 (18:30 +0000)]
Global update of Czech translations in SVN.

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

14 years agofd_set is also in sys/select.h on OpenBSD
caro [Sun, 25 Oct 2009 14:48:12 +0000 (14:48 +0000)]
fd_set is also in sys/select.h on OpenBSD

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

14 years agofix build!
raster [Sun, 25 Oct 2009 10:11:59 +0000 (10:11 +0000)]
fix build!

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

14 years ago * add some todo
caro [Sun, 25 Oct 2009 08:23:28 +0000 (08:23 +0000)]
 * add some todo
 * after creating a child process, wait until it is really
   running

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

14 years agowait on HANDLES in the select loop on Windows.
caro [Sun, 25 Oct 2009 07:07:48 +0000 (07:07 +0000)]
wait on HANDLES in the select loop on Windows.

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

14 years agoon Windows, pipe_read (recv) and pipe_write (send) does not
caro [Sun, 25 Oct 2009 07:02:03 +0000 (07:02 +0000)]
on Windows, pipe_read (recv) and pipe_write (send) does not
use errno, and the returned result is managed a bit
differently than on unix

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

14 years agoreturn immediatly if the title is NULL
caro [Sat, 24 Oct 2009 09:58:46 +0000 (09:58 +0000)]
return immediatly if the title is NULL

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

14 years agoreturn immediatly if we set NULL for the title of a window
caro [Sat, 24 Oct 2009 09:48:33 +0000 (09:48 +0000)]
return immediatly if we set NULL for the title of a window

i don't know what to do for ecore_x_icccm_name_class_set().
Should i return immediatly if one of the name or class is NULL ?

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

14 years agostrdup() name and class only if they are not NULL
caro [Sat, 24 Oct 2009 06:59:30 +0000 (06:59 +0000)]
strdup() name and class only if they are not NULL

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

14 years ago * ecore_evas: Add support for quartz backend in ecore_evas_new.
cedric [Fri, 23 Oct 2009 15:00:50 +0000 (15:00 +0000)]
* ecore_evas: Add support for quartz backend in ecore_evas_new.

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

14 years ago * ecore_con_url: Workaround progress callback called by curl after
cedric [Fri, 23 Oct 2009 13:33:40 +0000 (13:33 +0000)]
* ecore_con_url: Workaround progress callback called by curl after
destruction of the Ecore_Con_Url object.

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

14 years ago * ecore_cocoa: Improve Mac OS X support.
cedric [Thu, 22 Oct 2009 11:08:01 +0000 (11:08 +0000)]
* ecore_cocoa: Improve Mac OS X support.

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

14 years ago * ecore_evas: Fix typo.
cedric [Wed, 21 Oct 2009 14:55:44 +0000 (14:55 +0000)]
* ecore_evas: Fix typo.

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

14 years ago * ecore: Add all header to package, will fix Quartz build with next package.
cedric [Wed, 21 Oct 2009 13:42:10 +0000 (13:42 +0000)]
* ecore: Add all header to package, will fix Quartz build with next package.

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

14 years agoevents is an array of HANDLE's, not an array of pointers of HANDLE's
caro [Tue, 20 Oct 2009 10:46:05 +0000 (10:46 +0000)]
events is an array of HANDLE's, not an array of pointers of HANDLE's

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

14 years agotoo much INFO changed in INF...
caro [Sun, 18 Oct 2009 04:24:57 +0000 (04:24 +0000)]
too much INFO changed in INF...

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

14 years agowrong log domain name
caro [Sun, 18 Oct 2009 04:24:02 +0000 (04:24 +0000)]
wrong log domain name

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

14 years agowarnings--
caro [Fri, 16 Oct 2009 09:25:08 +0000 (09:25 +0000)]
warnings--

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

14 years agoput windows.h inside _WIN32 guards...
caro [Fri, 16 Oct 2009 09:23:34 +0000 (09:23 +0000)]
put windows.h inside _WIN32 guards...

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

14 years agoecore_exe for Windows.
caro [Fri, 16 Oct 2009 09:17:26 +0000 (09:17 +0000)]
ecore_exe for Windows.

Not complete yet but it executes a command and kills it
TODO: pipes

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

14 years agoformatting
caro [Fri, 16 Oct 2009 08:29:55 +0000 (08:29 +0000)]
formatting

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

14 years ago * add vi header
caro [Thu, 15 Oct 2009 06:26:01 +0000 (06:26 +0000)]
 * add vi header
 * include Ecore.h after stdlib.h so that pid_t is defined on windows

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

14 years agoecore_ipc is actually a required dep of ecore_config
caro [Wed, 14 Oct 2009 17:30:05 +0000 (17:30 +0000)]
ecore_ipc is actually a required dep of ecore_config

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

14 years agoallow the compilation of ecore_file without ecore_con
caro [Wed, 14 Oct 2009 17:29:13 +0000 (17:29 +0000)]
allow the compilation of ecore_file without ecore_con

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

14 years agofix compilation on Windows CE
caro [Tue, 13 Oct 2009 17:35:08 +0000 (17:35 +0000)]
fix compilation on Windows CE

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

14 years ago * check the returned value of the _init() functions
caro [Sat, 10 Oct 2009 05:28:43 +0000 (05:28 +0000)]
 * check the returned value of the _init() functions
 * simplify a bit the init/shutdown functions

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

14 years ago * simplify a bit and fix init/shutdown functions
caro [Sat, 10 Oct 2009 03:45:35 +0000 (03:45 +0000)]
 * simplify a bit and fix init/shutdown functions
 * rename logging macros

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

14 years ago * simplify a bit and fix init/shutdown functions
caro [Sat, 10 Oct 2009 03:45:06 +0000 (03:45 +0000)]
 * simplify a bit and fix init/shutdown functions
 * rename logging macros

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

14 years agono need for ref count in ecore_thread init/shutdown functions
caro [Sat, 10 Oct 2009 03:24:56 +0000 (03:24 +0000)]
no need for ref count in ecore_thread init/shutdown functions

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

14 years agoadd a bunch of entries to some svn:ignore properties
billiob [Thu, 8 Oct 2009 19:55:22 +0000 (19:55 +0000)]
add a bunch of entries to some svn:ignore properties

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

14 years agoremove unused variable
caro [Wed, 7 Oct 2009 18:38:08 +0000 (18:38 +0000)]
remove unused variable

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

14 years ago * ecore_con: Reduce risk of segv.
cedric [Wed, 7 Oct 2009 11:59:26 +0000 (11:59 +0000)]
* ecore_con: Reduce risk of segv.

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

14 years ago * more quoting
caro [Tue, 6 Oct 2009 16:55:02 +0000 (16:55 +0000)]
 * more quoting
 * add silent rules (shave feature)
   see the description of AM_SILENT_RULES in:
   http://www.gnu.org/software/automake/manual/automake.html#Public-Macros

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

14 years agouneeded now that we have edbus
caro [Sat, 3 Oct 2009 18:15:42 +0000 (18:15 +0000)]
uneeded now that we have edbus

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

14 years ago * fix requirements values (should be good, now)
caro [Sat, 3 Oct 2009 18:08:43 +0000 (18:08 +0000)]
 * fix requirements values (should be good, now)
 * ecore-ipc is an option for ecore-config and not a required dependency
 * use Requires.private field in all the .pc if pkg-config 0.22 or later is
   installed. We list in it the required packages needed to compile the modules.
 * remove uneeded flags that are in Libs.private (those from the packages
   that are listed in Requires.private)

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

14 years agoupdate french and italian po files (don't know why, but it has changed...)
caro [Sat, 3 Oct 2009 18:06:19 +0000 (18:06 +0000)]
update french and italian po files (don't know why, but it has changed...)

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

14 years agono more ecore data needed in ecore_sdl
caro [Sat, 3 Oct 2009 15:51:54 +0000 (15:51 +0000)]
no more ecore data needed in ecore_sdl

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

14 years agoclean up
caro [Sat, 3 Oct 2009 15:46:09 +0000 (15:46 +0000)]
clean up

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

14 years agoclean ecore_config Makefile.am
caro [Sat, 3 Oct 2009 14:58:28 +0000 (14:58 +0000)]
clean ecore_config Makefile.am

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

14 years agotoo much \n in einal log macros
caro [Fri, 2 Oct 2009 04:40:46 +0000 (04:40 +0000)]
too much \n in einal log macros

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

14 years agoadd Mathieu Taillefumier
caro [Fri, 2 Oct 2009 04:36:08 +0000 (04:36 +0000)]
add Mathieu Taillefumier

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

14 years agologify ecore_evas. Patch by Mathieu Taillefumier (a bit modified)
caro [Fri, 2 Oct 2009 04:35:04 +0000 (04:35 +0000)]
logify ecore_evas. Patch by Mathieu Taillefumier (a bit modified)

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

14 years agoquery sync counter. Round trip to fix, though
caro [Thu, 1 Oct 2009 09:03:23 +0000 (09:03 +0000)]
query sync counter. Round trip to fix, though

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

14 years agofrom jeffdameth: query sync counter
raster [Thu, 1 Oct 2009 08:43:54 +0000 (08:43 +0000)]
from jeffdameth: query sync counter

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

14 years agosend last timestamp as time.
caro [Thu, 1 Oct 2009 08:30:24 +0000 (08:30 +0000)]
send last timestamp as time.

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

14 years agosend last timestamp as time.
raster [Thu, 1 Oct 2009 08:23:00 +0000 (08:23 +0000)]
send last timestamp as time.

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

14 years agowelcome glib main loop integration support.
barbieri [Thu, 1 Oct 2009 03:56:38 +0000 (03:56 +0000)]
welcome glib main loop integration support.

that's it, it's here... tested and works fine, please try with your
favorite gmainloop dependent library and report problems. Suggestions:

  * GConf to access Gnome and its applications settings.
  * GtkSettings to access other properties of Gnome and its applications.
  * GUPnP (okay, we have EUPnP, but they have more features so far)
  * Rygel, based on GUPnP.
  * Libsoup, SOAP and HTTP access, useful for web access and required
    by other libraries.
  * Mojito, by Moblin, access to various web2.0 services like flickr,
    picasa, twitter...

And last but not least, this enables Flash plugin on WebKit-EFL and
may enable us to get Google Gadgets sooner (before someone writes a
proper EFL backend).

Support is auto-detected at compile time but can be disabled with
--disable-glib. Runtime support is not enabled by default (so
compiling with it will just link yet another library), one needs to
call ecore_main_loop_glib_integrate() to do so.

Thanks to INdT folks that provided the initial implementation. I
rewrote it to make it correct, but the idea was good.

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

14 years agotslib detection fixes from Marc Andre Tanner. Thanks.
lmunch [Tue, 29 Sep 2009 12:56:14 +0000 (12:56 +0000)]
tslib detection fixes from Marc Andre Tanner. Thanks.

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

14 years agoFix timestamps unit. Allow cinetic animation in elementary lists
caro [Mon, 28 Sep 2009 17:36:43 +0000 (17:36 +0000)]
Fix timestamps unit. Allow cinetic animation in elementary lists

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

14 years agoecore -> use same template as www etc.
raster [Mon, 28 Sep 2009 09:13:23 +0000 (09:13 +0000)]
ecore -> use same template as www etc.

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

14 years agoremove \n in logging messages
caro [Sun, 27 Sep 2009 03:56:12 +0000 (03:56 +0000)]
remove \n in logging messages

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

14 years agoUse LTLIBINTL instead of LIBINTL
caro [Sat, 26 Sep 2009 13:05:20 +0000 (13:05 +0000)]
Use LTLIBINTL instead of LIBINTL

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

14 years agoFix memory corruption in ecore_xcb_window.c::ecore_x_window_children_get
dottedmag [Tue, 22 Sep 2009 18:18:28 +0000 (18:18 +0000)]
Fix memory corruption in ecore_xcb_window.c::ecore_x_window_children_get

Function allocated reply->children_len bytes, and then copied
sizeof(Ecore_X_Window) * reply->childen_len bytes into the buffer, leading
to memory corruption.

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

14 years agoImprove documentation for Evas, Ecore, Edje and Elementary.
sachiel [Thu, 17 Sep 2009 22:38:22 +0000 (22:38 +0000)]
Improve documentation for Evas, Ecore, Edje and Elementary.

Work by:
 - Thiago R. Masaki (mostly)
 - Fabiano Fidencio
 - Gustavo Lima

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

14 years agoecore-conig dont build if no evas found (mind u if no evas... why ecore etc.?
raster [Thu, 10 Sep 2009 21:49:41 +0000 (21:49 +0000)]
ecore-conig dont build if no evas found (mind u if no evas... why ecore etc.?
very unusual)

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

14 years ago * fix logging for Windows XP and CE port
caro [Tue, 8 Sep 2009 05:39:09 +0000 (05:39 +0000)]
 * fix logging for Windows XP and CE port
   by adding namespace to logging macros
 * formatting and warning cleanup

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

14 years agoeina_stringshare_init -> eina_init, dito shutdown
pfritz [Mon, 7 Sep 2009 16:32:26 +0000 (16:32 +0000)]
eina_stringshare_init -> eina_init, dito shutdown

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

14 years agoformatting
caro [Sat, 5 Sep 2009 08:52:41 +0000 (08:52 +0000)]
formatting

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

14 years agoadd Mathieu Taillefumier's patch for eina logging,
caro [Sat, 5 Sep 2009 08:39:34 +0000 (08:39 +0000)]
add Mathieu Taillefumier's patch for eina logging,
with small modifications and fixing

ecore_evas_win32 does not build, though. I think that
if we add log support in evas, all the macro must have
different names, because of all the _private.h headers
that are included in all source files (that's the problem
with win32). I'll fix ecore_evas_win32 build later. Or
someone can do it if he wants :-)

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

14 years agorename ecore_thread_init and ecore_thread_shutdown to fit usual private function...
caro [Fri, 4 Sep 2009 05:49:54 +0000 (05:49 +0000)]
rename ecore_thread_init and ecore_thread_shutdown to fit usual private function names

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

14 years agofix maintainer-clean rule
caro [Fri, 4 Sep 2009 04:45:47 +0000 (04:45 +0000)]
fix maintainer-clean rule

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

14 years agoremove from MAINTAINERCLEANFILES files that are removed by distclean rule
caro [Fri, 4 Sep 2009 04:36:03 +0000 (04:36 +0000)]
remove from MAINTAINERCLEANFILES files that are removed by distclean rule

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

14 years agoremove uneeded files
caro [Fri, 4 Sep 2009 04:29:23 +0000 (04:29 +0000)]
remove uneeded files

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

14 years agoadding french and italian translations
maxerba [Thu, 3 Sep 2009 17:22:10 +0000 (17:22 +0000)]
adding french and italian translations

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

14 years ago1. ecore-evas doesnt disable draws to fully obscured windows if compositoir
raster [Wed, 2 Sep 2009 12:48:56 +0000 (12:48 +0000)]
1. ecore-evas doesnt disable draws to fully obscured windows if compositoir
is there
2. static atom for compositor check
3. stop filterng out mouse moves for better scroll momentum checks

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

14 years agofix gettext stuff
caro [Tue, 1 Sep 2009 17:27:23 +0000 (17:27 +0000)]
fix gettext stuff
to disable it, pass to configure --disable-nls

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

14 years agofix build to actually use gettext, create ecore.pot
barbieri [Tue, 1 Sep 2009 14:56:06 +0000 (14:56 +0000)]
fix build to actually use gettext, create ecore.pot

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

14 years agohave ecore+gettext stuff to actually compile.
barbieri [Tue, 1 Sep 2009 14:46:16 +0000 (14:46 +0000)]
have ecore+gettext stuff to actually compile.

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

14 years agosome parts I missed before.
barbieri [Tue, 1 Sep 2009 14:35:59 +0000 (14:35 +0000)]
some parts I missed before.

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

14 years agoGettext support in Ecore_Getopt. Thanks to k-s :)
quaker [Tue, 1 Sep 2009 14:15:37 +0000 (14:15 +0000)]
Gettext support in Ecore_Getopt. Thanks to k-s :)

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

14 years agofix number of events
caro [Sun, 30 Aug 2009 21:41:51 +0000 (21:41 +0000)]
fix number of events

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

14 years agodon't try to remove monitors if non has been added before
caro [Sat, 29 Aug 2009 08:44:05 +0000 (08:44 +0000)]
don't try to remove monitors if non has been added before

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

14 years agoAdd missing prototype for ecore_con_url_response_headers_get().
dieb [Thu, 27 Aug 2009 21:21:43 +0000 (21:21 +0000)]
Add missing prototype for ecore_con_url_response_headers_get().

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

14 years agowarnings--
caro [Wed, 26 Aug 2009 15:43:45 +0000 (15:43 +0000)]
warnings--

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

14 years agofix warnings
caro [Wed, 26 Aug 2009 15:36:01 +0000 (15:36 +0000)]
fix warnings

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

14 years ago * fix potential bugs
caro [Wed, 26 Aug 2009 15:34:49 +0000 (15:34 +0000)]
 * fix potential bugs
 * fix warnings
 * make the code a bit more readable

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

14 years agofix warnings
caro [Wed, 26 Aug 2009 15:32:23 +0000 (15:32 +0000)]
fix warnings

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

14 years agoAdded missing pthread guard
lmunch [Wed, 26 Aug 2009 05:59:56 +0000 (05:59 +0000)]
Added missing pthread guard

Patch from Vincent Torri

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

14 years ago * fix compilation when curl is not available
caro [Tue, 25 Aug 2009 06:45:35 +0000 (06:45 +0000)]
 * fix compilation when curl is not available
 * small formatting

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

14 years agoChange my email address to a fixed one.
dieb [Mon, 24 Aug 2009 21:28:59 +0000 (21:28 +0000)]
Change my email address to a fixed one.

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