profile/ivi/ecore.git
12 years agoextn ecore-evas! WOOOOOOOOOOOOT!
raster [Fri, 16 Dec 2011 10:58:17 +0000 (10:58 +0000)]
extn ecore-evas! WOOOOOOOOOOOOT!

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

12 years agoClean up several ecore-evas-buffer routines to match the nicer extn
raster [Fri, 16 Dec 2011 10:56:01 +0000 (10:56 +0000)]
Clean up several ecore-evas-buffer routines to match the nicer extn
stuff. Just cleanups here.

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

12 years agosee comments for info. a short workaround for now.
raster [Thu, 15 Dec 2011 14:10:42 +0000 (14:10 +0000)]
see comments for info. a short workaround for now.

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

12 years agodisable timer dump by default - that's a lot of memory per timer to use ...
raster [Wed, 14 Dec 2011 08:51:45 +0000 (08:51 +0000)]
disable timer dump by default - that's a lot of memory per timer to use ...
by default.

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

12 years agosupport move_resize on buffer canvases - didn't handle it before.
raster [Wed, 14 Dec 2011 08:18:35 +0000 (08:18 +0000)]
support move_resize on buffer canvases - didn't handle it before.

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

12 years agomove render func into struct - dont set it later.
raster [Wed, 14 Dec 2011 07:53:18 +0000 (07:53 +0000)]
move render func into struct - dont set it later.

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

12 years agoecore: Fixed svn detection for svn1.7
tasn [Tue, 13 Dec 2011 08:49:46 +0000 (08:49 +0000)]
ecore: Fixed svn detection for svn1.7

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

12 years agoFrom: Doyoun Kang <doyoun.kang@samsung.com>
raster [Tue, 13 Dec 2011 07:30:01 +0000 (07:30 +0000)]
From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: [E-devel] [Patch] Add ecore_x API for error handling

I added ecore_x_error_resource_id_get() api. It returns the resource
id that caused the last X error. I think it will be useful for handling
X error.

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

12 years ago * Fix bug where an animator that just keeps adding another
raster [Mon, 12 Dec 2011 07:41:27 +0000 (07:41 +0000)]
    * Fix bug where an animator that just keeps adding another
        animator keeps the animator handler in an infinite loop. Do
        the same as timers and mark them as "just added" to skip in
        this run of animators

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

12 years agoecore: Fix modularity
mike_m [Sun, 11 Dec 2011 08:29:35 +0000 (08:29 +0000)]
ecore: Fix modularity

This also fixes the glib build.

Signed-off-by: Mike McCormack <mikem@ring3k.org>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@66091 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/ecore@66085 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd note about CORK availability
discomfitor [Sat, 10 Dec 2011 08:23:34 +0000 (08:23 +0000)]
add note about CORK availability

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

12 years agowe've got NODELAY, may as well add CORK
discomfitor [Sat, 10 Dec 2011 08:14:50 +0000 (08:14 +0000)]
we've got NODELAY, may as well add CORK

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

12 years agofix cert flag detection
discomfitor [Sat, 10 Dec 2011 08:09:17 +0000 (08:09 +0000)]
fix cert flag detection

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

12 years agosvn 1.7 uses a stupid new error string so now we're gonna have to update all of these
discomfitor [Sat, 10 Dec 2011 07:34:48 +0000 (07:34 +0000)]
svn 1.7 uses a stupid new error string so now we're gonna have to update all of these

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

12 years agogitignore
discomfitor [Sat, 10 Dec 2011 07:34:47 +0000 (07:34 +0000)]
gitignore

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

12 years agorevert 66063 + related commits: my dreams of zero-copy ecore-con transfers were shatt...
discomfitor [Sat, 10 Dec 2011 07:34:45 +0000 (07:34 +0000)]
revert 66063 + related commits: my dreams of zero-copy ecore-con transfers were shattered by the inconsistency of linux socket operations. way to go kernel developers.

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

12 years agoadd docs for NODELAY flag
discomfitor [Sat, 10 Dec 2011 06:53:54 +0000 (06:53 +0000)]
add docs for NODELAY flag

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

12 years agotemp fix while I figure out some weird behavior
discomfitor [Sat, 10 Dec 2011 06:15:00 +0000 (06:15 +0000)]
temp fix while I figure out some weird behavior

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

12 years agorewrote server+client deletion code to (hopefully) be failproof.
discomfitor [Sat, 10 Dec 2011 05:42:32 +0000 (05:42 +0000)]
rewrote server+client deletion code to (hopefully) be failproof.
I've also set it to abort() with a big error if it gets to the old fallthrough spot, so make sure to send me a backtrace if this is reached (though it should be impossible)

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

12 years agomore error event unification
discomfitor [Sat, 10 Dec 2011 05:25:30 +0000 (05:25 +0000)]
more error event unification

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

12 years agosome small cleanups to unify more error code
discomfitor [Sat, 10 Dec 2011 05:17:34 +0000 (05:17 +0000)]
some small cleanups to unify more error code

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

12 years agoadd windows error events for new code, condense some connect handlers
discomfitor [Sat, 10 Dec 2011 05:09:47 +0000 (05:09 +0000)]
add windows error events for new code, condense some connect handlers

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

12 years agooptimize read mechanics for remote servers using ioctl to determine number of bytes...
discomfitor [Fri, 9 Dec 2011 22:35:12 +0000 (22:35 +0000)]
optimize read mechanics for remote servers using ioctl to determine number of bytes available for reading.
in general, this should provide an improvement which scales with the amount of data being transferred:
* small transfers will incur a small amount of overhead from potentially unneeded memory as I try to account for a bug in FIONREAD which returns a number that is smaller than the actual number of bytes available for read on a socket
* large transfers will no longer require any copies of the data

on systems which do not provide the FIONREAD ioctl(), old functionality will be used
this should work on windows, though I (obviously) can't test it myself

thus ends the longest commit message I have ever written

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

12 years agookay I was a little too excited
discomfitor [Thu, 8 Dec 2011 17:27:30 +0000 (17:27 +0000)]
okay I was a little too excited

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

12 years agoecore: we never call perro.
cedric [Thu, 8 Dec 2011 16:21:29 +0000 (16:21 +0000)]
ecore: we never call perro.

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

12 years agoecore: fix header inclusion.
cedric [Thu, 8 Dec 2011 16:19:44 +0000 (16:19 +0000)]
ecore: fix header inclusion.

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

12 years agomore binbuf_manage_new!
discomfitor [Thu, 8 Dec 2011 16:08:33 +0000 (16:08 +0000)]
more binbuf_manage_new!

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

12 years agouse binbuf_manage_new
discomfitor [Thu, 8 Dec 2011 15:58:01 +0000 (15:58 +0000)]
use binbuf_manage_new

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

12 years agounify and improve gnutls debug output
discomfitor [Thu, 8 Dec 2011 05:58:47 +0000 (05:58 +0000)]
unify and improve gnutls debug output

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

12 years agonews updates
discomfitor [Thu, 8 Dec 2011 05:10:44 +0000 (05:10 +0000)]
news updates

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

12 years agoalign debug info
discomfitor [Thu, 8 Dec 2011 05:02:49 +0000 (05:02 +0000)]
align debug info

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

12 years agomore informative error messages when cert verification fails
discomfitor [Thu, 8 Dec 2011 03:56:29 +0000 (03:56 +0000)]
more informative error messages when cert verification fails

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

12 years agofix type so openssl verification works again
discomfitor [Thu, 8 Dec 2011 03:53:49 +0000 (03:53 +0000)]
fix type so openssl verification works again

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

12 years agoca loading function now loads directories
discomfitor [Thu, 8 Dec 2011 03:25:53 +0000 (03:25 +0000)]
ca loading function now loads directories

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

12 years agounify openssl debug printing and remove #ifdefs: now this will always print with...
discomfitor [Thu, 8 Dec 2011 02:59:27 +0000 (02:59 +0000)]
unify openssl debug printing and remove #ifdefs: now this will always print with ecore-con:4

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

12 years agofix compat on openssl errors
discomfitor [Thu, 8 Dec 2011 02:53:43 +0000 (02:53 +0000)]
fix compat on openssl errors

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

12 years agobeef up openssl debug output
discomfitor [Thu, 8 Dec 2011 02:37:00 +0000 (02:37 +0000)]
beef up openssl debug output

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

12 years agobetter error messages on certificate verify failure
discomfitor [Thu, 8 Dec 2011 02:11:22 +0000 (02:11 +0000)]
better error messages on certificate verify failure

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

12 years agowhoops, fix compile on unrelated change that snuck in
discomfitor [Thu, 8 Dec 2011 01:30:53 +0000 (01:30 +0000)]
whoops, fix compile on unrelated change that snuck in
changelog tbd

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

12 years agodamn you ctrl+d!
discomfitor [Thu, 8 Dec 2011 01:23:10 +0000 (01:23 +0000)]
damn you ctrl+d!

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

12 years ago+ecore_con_ssl_server_verify_name_set/get
discomfitor [Thu, 8 Dec 2011 01:14:55 +0000 (01:14 +0000)]
+ecore_con_ssl_server_verify_name_set/get

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

12 years agoallow certificates to be loaded for STARTTLS
discomfitor [Wed, 7 Dec 2011 23:36:15 +0000 (23:36 +0000)]
allow certificates to be loaded for STARTTLS

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

12 years agolet's not fail to include standard headers when we need things like..
raster [Wed, 7 Dec 2011 00:49:00 +0000 (00:49 +0000)]
let's not fail to include standard headers when we need things like..
ooh.. malloc? calloc? printf?....

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

12 years agoEcore: fix warnings
caro [Tue, 6 Dec 2011 22:33:01 +0000 (22:33 +0000)]
Ecore: fix warnings

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

12 years agoecore: include stdlib.h when required.
cedric [Tue, 6 Dec 2011 16:09:05 +0000 (16:09 +0000)]
ecore: include stdlib.h when required.

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

12 years agoone of these days I'm going to snap and throw my computer off my balcony because...
discomfitor [Tue, 6 Dec 2011 05:52:45 +0000 (05:52 +0000)]
one of these days I'm going to snap and throw my computer off my balcony because of this

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

12 years ago@since
discomfitor [Tue, 6 Dec 2011 05:37:29 +0000 (05:37 +0000)]
@since

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

12 years ago@since
discomfitor [Tue, 6 Dec 2011 05:20:13 +0000 (05:20 +0000)]
@since

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

12 years agolast ssl bugger
discomfitor [Tue, 6 Dec 2011 05:14:03 +0000 (05:14 +0000)]
last ssl bugger

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

12 years agofix some ssl socks buggies
discomfitor [Tue, 6 Dec 2011 04:48:55 +0000 (04:48 +0000)]
fix some ssl socks buggies

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

12 years ago...make that twice
discomfitor [Tue, 6 Dec 2011 03:51:01 +0000 (03:51 +0000)]
...make that twice

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

12 years agojust kidding before, had to break svn at least once today
discomfitor [Tue, 6 Dec 2011 03:41:16 +0000 (03:41 +0000)]
just kidding before, had to break svn at least once today

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

12 years agointroducinggggggggggggggg <drum roll>:
discomfitor [Tue, 6 Dec 2011 03:32:16 +0000 (03:32 +0000)]
introducinggggggggggggggg <drum roll>:
ECORE-CON-SOCKS! SOCKS ON!!!!

now ecore_con supports socks (v4 and v4a only, so no ipv6) connections natively for making remote connections
for those of you who want their apps to start proxying immediately, just update and export this handy environment variable:
ECORE_CON_SOCKS_V4=[user@]PROXY_IP_ADDRESS:PROXY_PORT[:1] <--use :1 here to enable dns lookups on the proxy

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

12 years agogiant patch refactoring ecore-con-url from bluezery <opowel@gmail.com>
discomfitor [Mon, 5 Dec 2011 06:08:46 +0000 (06:08 +0000)]
giant patch refactoring ecore-con-url from bluezery <opowel@gmail.com>
will it blend?!

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

12 years agototally meant to write this wrong the first time to see if anyone was watching.
discomfitor [Sun, 4 Dec 2011 23:54:41 +0000 (23:54 +0000)]
totally meant to write this wrong the first time to see if anyone was watching.

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

12 years ago+ecore_timer_reset
discomfitor [Sun, 4 Dec 2011 23:12:06 +0000 (23:12 +0000)]
+ecore_timer_reset

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

12 years agounfuck header formatting
discomfitor [Sun, 4 Dec 2011 23:01:36 +0000 (23:01 +0000)]
unfuck header formatting

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@65874 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/ecore@65860 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Win32: Fix the modifiers value
caro [Sat, 3 Dec 2011 22:06:43 +0000 (22:06 +0000)]
Ecore_Win32: Fix the modifiers value

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

12 years agoin 2011, we began using formatting tools to fix problematic formatting.
discomfitor [Sat, 3 Dec 2011 20:05:48 +0000 (20:05 +0000)]
in 2011, we began using formatting tools to fix problematic formatting.
in later 2011, we began using formatting tools to fix problematic formatting caused by previous runs of formatting tools used to fix problematic formatting

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

12 years agoremove annoying trailing comments
discomfitor [Sat, 3 Dec 2011 19:41:12 +0000 (19:41 +0000)]
remove annoying trailing comments

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

12 years agoEcore_X(cb): Add function for backlight_available so that E will work
devilhorns [Sat, 3 Dec 2011 04:41:30 +0000 (04:41 +0000)]
Ecore_X(cb): Add function for backlight_available so that E will work
again :)

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

12 years ago+ecore_x_randr_output_backlight_available() from Term <term@twistedpath.org>
discomfitor [Sat, 3 Dec 2011 04:24:02 +0000 (04:24 +0000)]
+ecore_x_randr_output_backlight_available() from Term <term@twistedpath.org>
also corresponding e17 usage

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

12 years agoadd some INF messages for connection death
discomfitor [Sat, 3 Dec 2011 03:50:20 +0000 (03:50 +0000)]
add some INF messages for connection death

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

12 years ago#undef header macro
discomfitor [Sat, 3 Dec 2011 03:42:41 +0000 (03:42 +0000)]
#undef header macro

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

12 years agomempools++
discomfitor [Sat, 3 Dec 2011 03:39:07 +0000 (03:39 +0000)]
mempools++

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@65833 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/ecore@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/ecore@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/ecore@65802 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomore trivial fixes from Joerg Sonnenberger <joerg@britannica.bec.de>
discomfitor [Fri, 2 Dec 2011 03:33:19 +0000 (03:33 +0000)]
more trivial fixes from Joerg Sonnenberger <joerg@britannica.bec.de>

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

12 years agoremove some unused functions pointed out by Joerg Sonnenberger <joerg@britannica...
discomfitor [Fri, 2 Dec 2011 03:27:04 +0000 (03:27 +0000)]
remove some unused functions pointed out by Joerg Sonnenberger <joerg@britannica.bec.de>

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

12 years agoecore: Update changelog
mike_m [Wed, 30 Nov 2011 01:52:51 +0000 (01:52 +0000)]
ecore: Update changelog

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

12 years agoEcore_Win32 : Fix the key release values for non keystroke keys (Windows XP)
caro [Tue, 29 Nov 2011 23:06:01 +0000 (23:06 +0000)]
Ecore_Win32 : Fix the key release values for non keystroke keys (Windows XP)

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

12 years agoecore: Allow quitting the main loop before entering it
mike_m [Tue, 29 Nov 2011 09:24:51 +0000 (09:24 +0000)]
ecore: Allow quitting the main loop before entering it

elementary_config does this, and the glib based main loop didn't support it.

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

12 years agofix ChangeLog entry
caro [Tue, 29 Nov 2011 07:20:04 +0000 (07:20 +0000)]
fix ChangeLog entry

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

12 years agoEcore_Win32: Fix the string value for the Delete key
caro [Tue, 29 Nov 2011 07:19:27 +0000 (07:19 +0000)]
Ecore_Win32: Fix the string value for the Delete key

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

12 years agoEcore_Win32: Fix AltGr detection on Windows XP (discard additional Ctrl left)
caro [Tue, 29 Nov 2011 06:58:55 +0000 (06:58 +0000)]
Ecore_Win32: Fix AltGr detection on Windows XP (discard additional Ctrl left)

API break (no problem if you don't use timestamps directly from Ecore_Win32)

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

12 years agofix ecore-con tracking of event count lists for clients!!! thanks
raster [Mon, 28 Nov 2011 12:06:50 +0000 (12:06 +0000)]
fix ecore-con tracking of event count lists for clients!!! thanks
valgrind!

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

12 years agoupdate po's for ecore
raster [Mon, 28 Nov 2011 12:06:15 +0000 (12:06 +0000)]
update po's for ecore

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

12 years agoupdating greek translations
maxerba [Sun, 27 Nov 2011 19:48:35 +0000 (19:48 +0000)]
updating greek translations

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

12 years agoEcore_Win32: fix and improve keyboard management on Windows XP
caro [Sun, 27 Nov 2011 12:03:56 +0000 (12:03 +0000)]
Ecore_Win32: fix and improve keyboard management on Windows XP

* fix some event values
* Add the "Windows" key support
* manage modifiers for shift, ctrl, alt and windows keys

that support is not finished, there still several bugs.

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

12 years agoEcore_X(cb): Remove not-needed variable in key event. Remove unused
devilhorns [Thu, 24 Nov 2011 23:58:26 +0000 (23:58 +0000)]
Ecore_X(cb): Remove not-needed variable in key event. Remove unused
goto label.

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

12 years agoecore/fb: Bring back the old signature of ecore_fb_input_device_open.
antognolli [Thu, 24 Nov 2011 21:08:22 +0000 (21:08 +0000)]
ecore/fb: Bring back the old signature of ecore_fb_input_device_open.

A previous patch had changed its signature, but since this is an EAPI,
we can't break it. Now ecore_fb_input_device_window_set() was added to
provide the same functionality.

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Thu, 24 Nov 2011 11:55:50 +0000 (11:55 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][ecore_file] Fix buffer flush bug

fclose() should be called before callback is called to notify user of
download completion because it cannot be flushed sometimes.

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

12 years agoecore: Fix a warning
mike_m [Thu, 24 Nov 2011 00:04:57 +0000 (00:04 +0000)]
ecore: Fix a warning

ecore_evas_fb.c: In function ‘_ecore_evas_fb_init’:
ecore_evas_fb.c:248:14: warning: implicit declaration of function ‘ecore_fb_ts_event_window_set’

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

12 years agoEcore_File: let configure do its job
caro [Wed, 23 Nov 2011 23:46:12 +0000 (23:46 +0000)]
Ecore_File: let configure do its job

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

12 years agoEcore_Win32: fix default values
caro [Wed, 23 Nov 2011 21:21:33 +0000 (21:21 +0000)]
Ecore_Win32: fix default values

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

12 years agoecore/fb: same_screen = 1 for ecore_input_events.
antognolli [Wed, 23 Nov 2011 17:08:40 +0000 (17:08 +0000)]
ecore/fb: same_screen = 1 for ecore_input_events.

AFAIU, this should be the correct, although this parameter isn't used
anywhere. But let's keep some consistency with the other backends, and
try to avoid future bugs.

Patch for SiT.

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

12 years agoecore/fb: Fix tslib input events.
antognolli [Wed, 23 Nov 2011 16:52:14 +0000 (16:52 +0000)]
ecore/fb: Fix tslib input events.

With ecore_evas_input, every event must tell for which window it
is intended.

Patch for SiT.

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

12 years agochange of email address: this is going to be ugly
discomfitor [Wed, 23 Nov 2011 08:40:50 +0000 (08:40 +0000)]
change of email address: this is going to be ugly

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

12 years agosvn:ignore
discomfitor [Wed, 23 Nov 2011 08:35:15 +0000 (08:35 +0000)]
svn:ignore

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

12 years agocomplain if eina_str_convert doesn't work to kelp quaker66 :)
raster [Tue, 22 Nov 2011 11:08:45 +0000 (11:08 +0000)]
complain if eina_str_convert doesn't work to kelp quaker66 :)

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

12 years agoFix bug ecore-evas for fb, buffer, sdl back-ends to ensure
raster [Tue, 22 Nov 2011 05:51:06 +0000 (05:51 +0000)]
Fix bug ecore-evas for fb, buffer, sdl back-ends to ensure
mouse is in on init (as events wont always give this) and focus
is set on show if appropriate if no focus in/out events come
from the back-end later

Fix setting override state to only hide if it should be
visible at that point in x back end support

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

12 years agoEcore: fix some warnings on Windows
caro [Mon, 21 Nov 2011 20:20:39 +0000 (20:20 +0000)]
Ecore: fix some warnings on Windows

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

12 years agoecore: oops forgotten to test all possible option.
cedric [Sun, 20 Nov 2011 16:52:21 +0000 (16:52 +0000)]
ecore: oops forgotten to test all possible option.

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

12 years agoecore: use Eina_File for cleaner more portable code.
cedric [Sun, 20 Nov 2011 15:14:48 +0000 (15:14 +0000)]
ecore: use Eina_File for cleaner more portable code.

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

12 years agoecore: remove some warning.
cedric [Sun, 20 Nov 2011 14:44:05 +0000 (14:44 +0000)]
ecore: remove some warning.

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

12 years agoecore: don't build binary if not requested.
cedric [Sun, 20 Nov 2011 14:37:14 +0000 (14:37 +0000)]
ecore: don't build binary if not requested.

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

12 years agoEcore: put entry in the correct section
caro [Sun, 20 Nov 2011 07:16:39 +0000 (07:16 +0000)]
Ecore: put entry in the correct section

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