cedric [Tue, 12 Oct 2010 11:49:18 +0000 (11:49 +0000)]
* ecore: fix ecore_fb build.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53303
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 12 Oct 2010 08:59:42 +0000 (08:59 +0000)]
Ecore imf: Fixed documentation issues, patch by Jihoo Kim.
Fixed typos.
Made ecore_imf_context_preedit_string_get appear in doxygen output.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53300
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 12 Oct 2010 07:55:45 +0000 (07:55 +0000)]
typo
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53298
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 12 Oct 2010 07:55:24 +0000 (07:55 +0000)]
Ecore_Fb doc finished
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53297
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 12 Oct 2010 06:34:31 +0000 (06:34 +0000)]
fix doxygen warnings
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53296
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:13:12 +0000 (19:13 +0000)]
Check for libcurl's return codes when appropriate.
Depending on the option being set by curl_easy_setopt, a return value
different from CURL_OK can be returned (the same applies to curl_multi_*
and CURLM_OK).
This commit checks the return value from those calls and usually
displays an error message with ERR() and returns -- in some cases, an
error is shown but the function does not immediately return.
A few lines of code have also been moved around in order to make
returning from functions as harmless as possible.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53275
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:12:26 +0000 (19:12 +0000)]
Simplify the checks in ecore_con_url_http_post_send.
By checking for the validity of the Ecore_Con_Url struct before anything
else and merging some if's, the code can get much cleaner.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53274
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:12:09 +0000 (19:12 +0000)]
Always use ecore_con_url_ftp_use_epsv_set's parameters.
unused_warning--
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53273
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:11:54 +0000 (19:11 +0000)]
Simplify if clause.
There is no need for an else here, as the return is the last
instruction.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53272
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:11:26 +0000 (19:11 +0000)]
Fix some indentation problems in ecore_con_url.
* Indent blocks inside EINA_LIST_* macros.
* Use sane indentation in ecore_con_url_ftp_upload().
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53271
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:11:02 +0000 (19:11 +0000)]
Add a missing leading underscore to static variables.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53270
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 11 Oct 2010 19:10:43 +0000 (19:10 +0000)]
Remove erroneus __UNUSED__ mark.
data is indeed used by _ecore_con_url_idler_handler.
By: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53269
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 11 Oct 2010 13:27:03 +0000 (13:27 +0000)]
ecore: return more information on pipe_read error.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53263
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 11 Oct 2010 06:28:01 +0000 (06:28 +0000)]
delay comp setup until show. (and unset on hide)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53256
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Fri, 8 Oct 2010 18:41:49 +0000 (18:41 +0000)]
Yet another int -> Eina_Bool fix, similar to the one done to
ecore_con_url_verbose_set.
Patch by Rafael Kubo.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53197
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Fri, 8 Oct 2010 15:22:09 +0000 (15:22 +0000)]
Document ecore_con_url_verbose_set's behaviour.
Author: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53191
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Fri, 8 Oct 2010 15:19:48 +0000 (15:19 +0000)]
unused_warning--
Author: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53190
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Fri, 8 Oct 2010 15:17:01 +0000 (15:17 +0000)]
In practice, it was already being treated as an Eina_Bool, so let us
declare it as such and simplify the code.
Author: Raphael Kubo da Costa <kubo@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53189
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Thu, 7 Oct 2010 22:31:46 +0000 (22:31 +0000)]
log domains in lower-case only please.
let's make it a standard so we don't have to look at the code
everytime to figure out the name...
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53172
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
etrunko [Thu, 7 Oct 2010 20:40:33 +0000 (20:40 +0000)]
Ecore: No need to #define _GNU_SOURCE
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53162
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 7 Oct 2010 07:23:26 +0000 (07:23 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: ecore-glib integration patches
0001-Make-gmain-integration-work.path applies to the enlightenment SVN.
(in svn with some formatting fixes applied).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53135
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Thu, 7 Oct 2010 00:33:51 +0000 (00:33 +0000)]
Fix signal accounting
copy&paste--
By: "Ulisses Furquim" <ulisses@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53129
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 6 Oct 2010 23:54:06 +0000 (23:54 +0000)]
lets set num to 0 shall we? :)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53126
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Wed, 6 Oct 2010 17:38:09 +0000 (17:38 +0000)]
updating portuguese and italian translations
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53105
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 6 Oct 2010 13:01:35 +0000 (13:01 +0000)]
* ecore: fix typo.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53098
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 6 Oct 2010 11:48:45 +0000 (11:48 +0000)]
* ecore: refcount send and received notify to prevent leak on
ecore_thread_cancel.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53096
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 4 Oct 2010 15:24:34 +0000 (15:24 +0000)]
* ecore: remove thread from the correct list.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53029
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 4 Oct 2010 09:35:06 +0000 (09:35 +0000)]
* ecore: fix build without X.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53015
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 4 Oct 2010 09:20:10 +0000 (09:20 +0000)]
empty dir - remove.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53014
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 4 Oct 2010 09:17:59 +0000 (09:17 +0000)]
ecore-dfb - double+triple too.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53013
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 4 Oct 2010 09:02:43 +0000 (09:02 +0000)]
aaagh ecore_fb needs double/triple fix too.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53012
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 4 Oct 2010 07:58:06 +0000 (07:58 +0000)]
fix double/triple click
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53010
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 3 Oct 2010 09:21:08 +0000 (09:21 +0000)]
efl 1.0.0 beta.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52992
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 22:27:30 +0000 (22:27 +0000)]
add DBG for successfully completing SSL verification. with this commit, I believe that the ssl api should be 100% functional.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52988
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 22:01:43 +0000 (22:01 +0000)]
require peer verification when verify is called
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52987
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 22:01:14 +0000 (22:01 +0000)]
update to connect to verisign.com:443 by default, loading all certs in /etc/ssl/certs prior
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52986
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 21:13:56 +0000 (21:13 +0000)]
clear out the _try series of functions because they're useless
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52985
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 09:58:06 +0000 (09:58 +0000)]
openssl fixes:
only enable CRL checking when CRLs are loaded
output full ssl session info to DBG
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52982
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 2 Oct 2010 09:32:45 +0000 (09:32 +0000)]
NOOOOOOOOOOO spank disco-stu! spank. dont just dumbly shut warnings
up. read the code. its only because you HAPPEN to not have screensaver
support enabled that you happen to get the warning.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52981
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 09:15:22 +0000 (09:15 +0000)]
__UNUSED__
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52980
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 09:14:41 +0000 (09:14 +0000)]
formatting, correctly set ->ssl_err when appropriate, add cert verification for openssl
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52979
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 2 Oct 2010 01:56:23 +0000 (01:56 +0000)]
set client leader by default - support setting it explicitly from code
too. fix default win props too.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52974
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 01:32:54 +0000 (01:32 +0000)]
some DBG edits, fix case where ssl handshake completes and no more data is sent/received
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52972
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 2 Oct 2010 01:32:05 +0000 (01:32 +0000)]
fix openssl CRL loading
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52971
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Oct 2010 12:31:22 +0000 (12:31 +0000)]
implement ecore_x_image to finish - put and convert done. actually no
need for convert from argb as that requires what evas already does
argb-> screen depth. use evas for that.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52950
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Oct 2010 07:38:36 +0000 (07:38 +0000)]
aaah bad. changed to free.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52945
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 1 Oct 2010 07:04:07 +0000 (07:04 +0000)]
From: Howell Tam <howell.tam@fluffyspider.com>
Subject: ecore_file_download.c patch
Leak fix. Free url_con.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52944
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 30 Sep 2010 07:35:00 +0000 (07:35 +0000)]
tab--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52922
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 30 Sep 2010 07:31:11 +0000 (07:31 +0000)]
tab--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52921
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 30 Sep 2010 07:25:06 +0000 (07:25 +0000)]
tab--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52920
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 30 Sep 2010 07:24:46 +0000 (07:24 +0000)]
tab--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52919
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 30 Sep 2010 06:09:20 +0000 (06:09 +0000)]
tab--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52918
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 30 Sep 2010 01:53:23 +0000 (01:53 +0000)]
add returns for later certificate checking
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52916
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 30 Sep 2010 01:50:58 +0000 (01:50 +0000)]
add fd flags for openssl
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52915
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 30 Sep 2010 01:01:41 +0000 (01:01 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52914
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 30 Sep 2010 00:45:48 +0000 (00:45 +0000)]
wow. just...wow
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52913
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 30 Sep 2010 00:01:25 +0000 (00:01 +0000)]
I tried the lfelipe method: "hey, if fixing it seems to not be working, shouldn't you try to screw it up?"
it didn't work.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52912
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 23:56:31 +0000 (23:56 +0000)]
wow mike, you need to take a vacation. immediately.
change fd handler flags to be set when the handshake ISN'T finished
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52911
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 23:53:00 +0000 (23:53 +0000)]
set fd handler flags properly from gnutls, update dbg info accordingly
reminder: do this for openssl later
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52910
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 23:50:33 +0000 (23:50 +0000)]
update to set fd handler flags
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52909
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 29 Sep 2010 22:34:02 +0000 (22:34 +0000)]
As requested by T_UNIX, remove the mention of any git hash in the comment, as it doesn't seem to be valid for upstream.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52908
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 22:05:42 +0000 (22:05 +0000)]
forgot about old gnutls
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52907
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 22:04:11 +0000 (22:04 +0000)]
even more verbose debug output
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52906
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 21:37:24 +0000 (21:37 +0000)]
whoops, committed wrong version of this before
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52905
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 19:12:43 +0000 (19:12 +0000)]
add fd handler example code for ssl connecting to a remote server in only 3 ecore calls
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52903
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 29 Sep 2010 17:03:38 +0000 (17:03 +0000)]
tab------------
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52896
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 29 Sep 2010 16:45:49 +0000 (16:45 +0000)]
check the returned value of evas_engine_info_set()
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52894
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 14:52:36 +0000 (14:52 +0000)]
add more debug output, and even more with -DPRINT_LOTS_OF_DEBUG
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52891
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 29 Sep 2010 10:55:40 +0000 (10:55 +0000)]
Ecore IMF: Fixed typo in canvas_set, (the string used is window_set instead of canvas_set) and fixed an allocation to use calloc instead of malloc. - Patch by Jihoon Kim.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52885
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 29 Sep 2010 09:29:36 +0000 (09:29 +0000)]
Ecore imf: changed int -> Eina_Bool in ecore_imf_context_use_preedit_set.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52884
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 05:08:47 +0000 (05:08 +0000)]
reorder some handshake events to hopefully reduce overhead slightly
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52878
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 04:06:28 +0000 (04:06 +0000)]
compile fixes for sun compiler
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52877
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 29 Sep 2010 03:52:32 +0000 (03:52 +0000)]
DBG output
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52875
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 28 Sep 2010 22:37:04 +0000 (22:37 +0000)]
at least it builds now with eina_bool changes and randr changes.
woefully incomplete tho.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52866
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 28 Sep 2010 21:59:13 +0000 (21:59 +0000)]
switch to newer priority string stuff so gnutls devs stop being dicks to us
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52865
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 28 Sep 2010 21:24:16 +0000 (21:24 +0000)]
clean up clock_gettime detection
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52864
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Tue, 28 Sep 2010 19:36:50 +0000 (19:36 +0000)]
Fix clock_gettime detection in autotools
AC_CHECK_FUNCS checks for the existence of functions in the C standard
library, so we don't need it. Instead, we need to define
HAVE_CLOCK_GETTIME if the function was found inside the librt.
Moreover, in source file check if HAVE_CLOCK_GETTIME is defined rather
than of checking if it's 0.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52863
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Tue, 28 Sep 2010 18:14:58 +0000 (18:14 +0000)]
remove debug
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52858
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Tue, 28 Sep 2010 18:12:15 +0000 (18:12 +0000)]
libraries should be in LIBS, not LDFLAGS
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52857
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 28 Sep 2010 09:41:20 +0000 (09:41 +0000)]
update examples to new api
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52847
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 28 Sep 2010 09:28:04 +0000 (09:28 +0000)]
whoops comparison typo
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52846
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 28 Sep 2010 03:16:08 +0000 (03:16 +0000)]
first part of ssl rerererewrite: split functions, move stuff out of prepare(), and add verification for gnutls clients
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52837
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 28 Sep 2010 00:21:48 +0000 (00:21 +0000)]
Fix ecore to at least compile on systems that don't have clock_getting.
NB: Not sure if this is a correct fix or not, but at least svn is not
busted anymore.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52831
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 28 Sep 2010 00:10:53 +0000 (00:10 +0000)]
Unbreak ecore building by using unset correctly....Spankies !!!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52830
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 27 Sep 2010 22:35:55 +0000 (22:35 +0000)]
Respect namespace
_ecore_loop_time -> _ecore_time_loop_time
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52825
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 27 Sep 2010 22:35:35 +0000 (22:35 +0000)]
Make ecore_time_get and friends use monotonic clock
Instead of relying on unix time, use a monotonic clock provided by
clock_gettime(). If a monotonic clock is not available, it will fallback
to CLOCK_REALTIME or unix time if neither is available.
The impact is that now it only makes sense to call ecore_time_get() or
ecore_time_loop_get() if the value retrieved is intended to be used as
relative to previous/posterior measurements. If an absolute value is
needed, the right function to call now is ecore_time_unix_get() which
will give the number of seconds since Jan 1st, 1970, 12:00AM.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52824
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sun, 26 Sep 2010 23:56:31 +0000 (23:56 +0000)]
disable rehandshake support for now
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52792
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sun, 26 Sep 2010 19:41:02 +0000 (19:41 +0000)]
ecore_x: fix key-up events!
Bad cedric, no cookie for you! While merging r39505 introducing
Ecore_Input you had all the code to go through Xutf8LookupString(),
but its documentation says (man Xutf8LookupString):
{{{
Note
®To ensure proper input processing, it is essential that the
client pass only KeyPress events to XmbLookupString,
XwcLookupString and Xutf8LookupString. Their behavior when a
client passes a KeyRelease event is undefined.
}}}
Yeah, Xlib is quite stupid and this makes no sense.
As this just happens for UP events, it was unnoticed for a long time
(19 months) as most apps just handle DOWN events, as it gets X
keyboard repetition and all.
Thanks to Otavio Pontes that spotted this bug while doing some code
for EPhoto (that for some weird reason uses UP instead of DOWN
events).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52786
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sun, 26 Sep 2010 17:58:44 +0000 (17:58 +0000)]
Fix a couple of ecore_x_e_illume functions ... these Should be int.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52785
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 26 Sep 2010 17:49:05 +0000 (17:49 +0000)]
int --> bool
Please review it. i don't have the courage to read
everything again
It should compile on linux (committed from windows, but
corrected at the same time on linux. Thank you, VirtualBox
devs !)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52784
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 26 Sep 2010 06:00:14 +0000 (06:00 +0000)]
[ecore-imf] more strict detection of exported functions on Windows
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52774
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 26 Sep 2010 05:42:56 +0000 (05:42 +0000)]
int --> Eina_Bool
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52773
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 26 Sep 2010 03:42:30 +0000 (03:42 +0000)]
make fb default for *
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52772
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 26 Sep 2010 02:24:36 +0000 (02:24 +0000)]
formatting.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52768
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 26 Sep 2010 02:17:53 +0000 (02:17 +0000)]
formatting.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52767
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 07:03:02 +0000 (07:03 +0000)]
int --> Eina_Bool
please review it
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52730
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 06:23:32 +0000 (06:23 +0000)]
Eina.h should be needed here too
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52729
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 06:21:43 +0000 (06:21 +0000)]
fix build (i'm on windows, so can't test it)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52728
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 06:10:18 +0000 (06:10 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52726
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 25 Sep 2010 06:03:38 +0000 (06:03 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52725
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33