platform/upstream/efl.git
13 years agoecore_con_url_get needs no args.
Carsten Haitzler [Fri, 28 Jan 2011 02:24:24 +0000 (02:24 +0000)]
ecore_con_url_get needs no args.

SVN revision: 56338

13 years agotypo in doxy
Davide Andreoli [Thu, 27 Jan 2011 21:48:51 +0000 (21:48 +0000)]
typo in doxy

SVN revision: 56334

13 years ago ecore_file_download() is BROKEN!!
Davide Andreoli [Thu, 27 Jan 2011 21:40:58 +0000 (21:40 +0000)]
  ecore_file_download() is BROKEN!!

  Put in a super-simple example that should download a file
  and report the progress during the operation.

  See the ml for more info

SVN revision: 56333

13 years agofix doc typo
Mike Blumenkrantz [Thu, 27 Jan 2011 20:40:02 +0000 (20:40 +0000)]
fix doc typo

SVN revision: 56330

13 years agoWrite version before entries check
Sebastian Dransfeld [Thu, 27 Jan 2011 20:21:16 +0000 (20:21 +0000)]
Write version before entries check

Otherwise we will always get changed == 1

SVN revision: 56329

13 years agotypo
Vincent Torri [Thu, 27 Jan 2011 19:06:39 +0000 (19:06 +0000)]
typo

SVN revision: 56328

13 years agodoc
Sebastian Dransfeld [Thu, 27 Jan 2011 17:49:45 +0000 (17:49 +0000)]
doc

SVN revision: 56326

13 years agoAdd doc
Sebastian Dransfeld [Thu, 27 Jan 2011 17:43:38 +0000 (17:43 +0000)]
Add doc

SVN revision: 56324

13 years agoAdd doc for param
Sebastian Dransfeld [Thu, 27 Jan 2011 17:43:27 +0000 (17:43 +0000)]
Add doc for param

SVN revision: 56323

13 years agofix parameter name
Sebastian Dransfeld [Thu, 27 Jan 2011 17:43:15 +0000 (17:43 +0000)]
fix parameter name

SVN revision: 56322

13 years agofix variable name typo in doc
Sebastian Dransfeld [Thu, 27 Jan 2011 17:43:01 +0000 (17:43 +0000)]
fix variable name typo in doc

SVN revision: 56321

13 years agoexe none enum++
Carsten Haitzler [Thu, 27 Jan 2011 03:30:42 +0000 (03:30 +0000)]
exe none enum++

SVN revision: 56315

13 years agofix segv
Mike Blumenkrantz [Thu, 27 Jan 2011 03:23:05 +0000 (03:23 +0000)]
fix segv

SVN revision: 56314

13 years agoprotect against people providing out-of-bounds u&v coords in map.
Carsten Haitzler [Thu, 27 Jan 2011 02:59:49 +0000 (02:59 +0000)]
protect against people providing out-of-bounds u&v coords in map.

SVN revision: 56313

13 years agounsigned int : 1 -> Eina_Bool : 1
Mike Blumenkrantz [Wed, 26 Jan 2011 18:38:13 +0000 (18:38 +0000)]
unsigned int : 1 -> Eina_Bool : 1

SVN revision: 56310

13 years agoadd @file for doxy
Mike Blumenkrantz [Wed, 26 Jan 2011 18:23:45 +0000 (18:23 +0000)]
add @file for doxy

SVN revision: 56309

13 years agonotes for later.
Carsten Haitzler [Wed, 26 Jan 2011 09:56:54 +0000 (09:56 +0000)]
notes for later.

SVN revision: 56305

13 years agowell neon asm was wrongly documented - and wrong before anyway. it's
Carsten Haitzler [Wed, 26 Jan 2011 08:45:11 +0000 (08:45 +0000)]
well neon asm was wrongly documented - and wrong before anyway. it's
disabled for now and uses memcpy. bizarre stuff occurs if i try use it
though.

SVN revision: 56304

13 years agoEvas textblock: fixed in issue with the return value of evas_textblock_cursor_char_ne...
Tom Hacohen [Tue, 25 Jan 2011 02:56:14 +0000 (02:56 +0000)]
Evas textblock: fixed in issue with the return value of evas_textblock_cursor_char_next which wasn't always correct.

SVN revision: 56295

13 years ago * edje: finally fix everything !
Cedric BAIL [Mon, 24 Jan 2011 13:29:17 +0000 (13:29 +0000)]
* edje: finally fix everything !

SVN revision: 56286

13 years agofix test min AND max bool flags to work right again. :)
Carsten Haitzler [Mon, 24 Jan 2011 10:35:34 +0000 (10:35 +0000)]
fix test min AND max bool flags to work right again. :)

SVN revision: 56280

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
Mike McCormack [Mon, 24 Jan 2011 01:59:09 +0000 (01:59 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>

ecore_config code may end up closing stdin, due to assuming 0 is a valid fd.

I know this code is deprecated, and it's being kept around "for reference".

Either:
A) this bug should still be fixed so bad code is not copied elsewhere

OR

B) ecore_config should be deleted so bad code is not copied elsewhere

thanks,

Mike

SVN revision: 56275

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
Mike McCormack [Mon, 24 Jan 2011 01:58:08 +0000 (01:58 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
The ecore_fb keyboard code may end up closing stdin.
The attached patch fixes this bug.

thanks,

Mike

SVN revision: 56274

13 years agouse typedef type for ecore_main_loop_select_func_get() API
Vincent Torri [Sat, 22 Jan 2011 10:11:14 +0000 (10:11 +0000)]
use typedef type for ecore_main_loop_select_func_get() API

SVN revision: 56261

13 years ago"...PLEASE TEST ASAP AND REPORT TO ME: cedric.bail@free.fr !..."
Carsten Haitzler [Sat, 22 Jan 2011 02:36:57 +0000 (02:36 +0000)]
"...PLEASE TEST ASAP AND REPORT TO ME: cedric.bail@free.fr !..."

you broke everything in e17 with this - evry apps window bottom half
is back now! i'll rever for now and let you re-apply the patch locally
and do some testing to find out what you broke with evry in trying to
fix this other bug. :)

SVN revision: 56259

13 years agoAssorted fixes for building RPMS, probably a good thing that the release source archi...
Rui Seabra [Fri, 21 Jan 2011 21:38:01 +0000 (21:38 +0000)]
Assorted fixes for building RPMS, probably a good thing that the release source archives can generate the rpms as expected.

SVN revision: 56257

13 years agodns async lookup fix - if u del svr before dns lookup done
Carsten Haitzler [Fri, 21 Jan 2011 10:01:04 +0000 (10:01 +0000)]
dns async lookup fix - if u del svr before dns lookup done

SVN revision: 56254

13 years ago * ecore: SO_REUSEADDR in all case.
Cedric BAIL [Fri, 21 Jan 2011 09:45:38 +0000 (09:45 +0000)]
* ecore: SO_REUSEADDR in all case.

Patch thanks to Raoul Hecky < raoul.hecky at gmail.com >

SVN revision: 56253

13 years agodont call pipe handler if its deleted
Carsten Haitzler [Fri, 21 Jan 2011 06:25:36 +0000 (06:25 +0000)]
dont call pipe handler if its deleted

SVN revision: 56251

13 years agoFix invalid ref
ChunEon Park [Fri, 21 Jan 2011 01:01:44 +0000 (01:01 +0000)]
Fix invalid ref

Patch by: ChunEon Park <chuneon.park@samsung.com>

SVN revision: 56250

13 years agoFix invalid pointer ref
ChunEon Park [Fri, 21 Jan 2011 01:01:12 +0000 (01:01 +0000)]
Fix invalid pointer ref

Patch by: ChunEon Park <chuneon.park@samsung.com>

SVN revision: 56249

13 years agomore descriptive error messages when epoll fails
Mike Blumenkrantz [Thu, 20 Jan 2011 22:37:57 +0000 (22:37 +0000)]
more descriptive error messages when epoll fails
@mike_m: should we replace this with strerror_r implementation?

SVN revision: 56247

13 years ago * edje: fix bug when targetting external, table and box items
Cedric BAIL [Thu, 20 Jan 2011 13:03:09 +0000 (13:03 +0000)]
* edje: fix bug when targetting external, table and box items
reported by yoz and watchwolf.

WARNING: IT SHOULD BE JUST A FIX, TRIED AND TESTED, BUT COULD
BREAK YOUR APPS, PLEASE TEST ASAP AND REPORT TO ME:
cedric.bail@free.fr !

SVN revision: 56241

13 years agofix slow path in neon - memcpy is actually faster! :)
Carsten Haitzler [Thu, 20 Jan 2011 09:33:07 +0000 (09:33 +0000)]
fix slow path in neon - memcpy is actually faster! :)

SVN revision: 56240

13 years agoI think someone meant to set it like this originally but was confused by the double...
Mike Blumenkrantz [Thu, 20 Jan 2011 09:27:19 +0000 (09:27 +0000)]
I think someone meant to set it like this originally but was confused by the double negative.
ecore_con_url no longer shows progress bars

SVN revision: 56239

13 years agofix over-render bug in map/mapbuf and with changed flags! that was
Carsten Haitzler [Wed, 19 Jan 2011 11:59:53 +0000 (11:59 +0000)]
fix over-render bug in map/mapbuf and with changed flags! that was
nasty to find!

SVN revision: 56220

13 years agomissing IN_MODIFY!
Carsten Haitzler [Tue, 18 Jan 2011 08:43:27 +0000 (08:43 +0000)]
missing IN_MODIFY!

SVN revision: 56210

13 years agoUnlock should be run *after* EINA_MAGIC_FAIL otherwise wrong info about the error...
Tom Hacohen [Tue, 18 Jan 2011 08:34:14 +0000 (08:34 +0000)]
Unlock should be run *after* EINA_MAGIC_FAIL otherwise wrong info about the error will be printed, because unlock may modify d.

SVN revision: 56209

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
Mike McCormack [Mon, 17 Jan 2011 10:48:56 +0000 (10:48 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH - embryo] Use const on input string

Embryo_Program *embryo_program_load(char *file);

looks like it's missing a const.  This patch adds it.

SVN revision: 56205

13 years agoand last one, put again ethumb tests in the source tree
Vincent Torri [Sun, 16 Jan 2011 19:10:44 +0000 (19:10 +0000)]
and last one, put again ethumb tests in the source tree

If there is a problem with gentoo packagers, tell me.

SVN revision: 56198

13 years agoput again efreet tests in the source tree
Vincent Torri [Sun, 16 Jan 2011 19:07:19 +0000 (19:07 +0000)]
put again efreet tests in the source tree

SVN revision: 56197

13 years agoadd space key support on Windows
Vincent Torri [Sun, 16 Jan 2011 18:48:08 +0000 (18:48 +0000)]
add space key support on Windows

SVN revision: 56196

13 years agoput again ecore tests in the source tree
Vincent Torri [Sun, 16 Jan 2011 18:31:21 +0000 (18:31 +0000)]
put again ecore tests in the source tree

SVN revision: 56195

13 years agoput again eet tests in the source tree
Vincent Torri [Sun, 16 Jan 2011 18:16:11 +0000 (18:16 +0000)]
put again eet tests in the source tree

SVN revision: 56194

13 years agoput again eina tests in the source tree
Vincent Torri [Sun, 16 Jan 2011 17:55:41 +0000 (17:55 +0000)]
put again eina tests in the source tree

SVN revision: 56193

13 years agoprevent fpe (dv by 0)
Carsten Haitzler [Sun, 16 Jan 2011 12:04:40 +0000 (12:04 +0000)]
prevent fpe (dv by 0)

SVN revision: 56191

13 years agobeen removing too many headers. fix warning.
Carsten Haitzler [Sun, 16 Jan 2011 08:14:42 +0000 (08:14 +0000)]
been removing too many headers. fix warning.

SVN revision: 56187

13 years agoactually log write err.
Carsten Haitzler [Sun, 16 Jan 2011 08:12:51 +0000 (08:12 +0000)]
actually log write err.

SVN revision: 56186

13 years agowarning--
Carsten Haitzler [Sun, 16 Jan 2011 08:10:50 +0000 (08:10 +0000)]
warning--

SVN revision: 56185

13 years agowarning--
Carsten Haitzler [Sun, 16 Jan 2011 08:09:47 +0000 (08:09 +0000)]
warning--

SVN revision: 56184

13 years agowarning--. ppl been removing headers eh?
Carsten Haitzler [Sun, 16 Jan 2011 08:08:13 +0000 (08:08 +0000)]
warning--. ppl been removing headers eh?

SVN revision: 56183

13 years agoand forgot that one too.
Carsten Haitzler [Sun, 16 Jan 2011 08:06:05 +0000 (08:06 +0000)]
and forgot that one too.

SVN revision: 56182

13 years agoand reduce error more by making coords fp/double.
Carsten Haitzler [Sun, 16 Jan 2011 08:03:28 +0000 (08:03 +0000)]
and reduce error more by making coords fp/double.

SVN revision: 56181

13 years agochange map points to use double and floats to reduce perspective
Carsten Haitzler [Sun, 16 Jan 2011 07:49:49 +0000 (07:49 +0000)]
change map points to use double and floats to reduce perspective
correction adjustment seams in gl engine. almost all gone.

SVN revision: 56180

13 years agouseless statements--
Carsten Haitzler [Sun, 16 Jan 2011 06:58:38 +0000 (06:58 +0000)]
useless statements--

SVN revision: 56179

13 years agoremove useless statement
Carsten Haitzler [Sun, 16 Jan 2011 06:51:03 +0000 (06:51 +0000)]
remove useless statement

SVN revision: 56178

13 years agoremove unused code.
Carsten Haitzler [Sun, 16 Jan 2011 06:22:45 +0000 (06:22 +0000)]
remove unused code.

SVN revision: 56177

13 years agolines never used.
Carsten Haitzler [Sun, 16 Jan 2011 06:20:26 +0000 (06:20 +0000)]
lines never used.

SVN revision: 56176

13 years agochr never used in func.
Carsten Haitzler [Sun, 16 Jan 2011 06:19:12 +0000 (06:19 +0000)]
chr never used in func.

SVN revision: 56175

13 years agoin case we access other footer elements in future - align it.
Carsten Haitzler [Sun, 16 Jan 2011 06:00:12 +0000 (06:00 +0000)]
in case we access other footer elements in future - align it.

SVN revision: 56174

13 years agomore return fixes. clang reports.
Carsten Haitzler [Sun, 16 Jan 2011 04:13:37 +0000 (04:13 +0000)]
more return fixes. clang reports.

SVN revision: 56173

13 years agotype part gradient shouldnt cause an abort! just ignore it!
Carsten Haitzler [Sun, 16 Jan 2011 04:11:47 +0000 (04:11 +0000)]
type part gradient shouldnt cause an abort! just ignore it!

SVN revision: 56172

13 years agomore dead statement -> unused conversion.
Carsten Haitzler [Sun, 16 Jan 2011 04:10:45 +0000 (04:10 +0000)]
more dead statement -> unused conversion.

SVN revision: 56171

13 years agomore cases of default return etc.
Carsten Haitzler [Sun, 16 Jan 2011 04:08:49 +0000 (04:08 +0000)]
more cases of default return etc.

SVN revision: 56170

13 years agomore clang warnings-- (double returns as default case always returns
Carsten Haitzler [Sun, 16 Jan 2011 04:08:09 +0000 (04:08 +0000)]
more clang warnings-- (double returns as default case always returns
anyway - make it fall thru to default return)

SVN revision: 56169

13 years agodisable dead code
Carsten Haitzler [Sun, 16 Jan 2011 04:05:30 +0000 (04:05 +0000)]
disable dead code

SVN revision: 56168

13 years agouse unused instead of dead code to silence warnings
Carsten Haitzler [Sun, 16 Jan 2011 04:00:50 +0000 (04:00 +0000)]
use unused instead of dead code to silence warnings

SVN revision: 56167

13 years agoclang found an issue with freeing custom states. fix.
Carsten Haitzler [Sun, 16 Jan 2011 03:59:53 +0000 (03:59 +0000)]
clang found an issue with freeing custom states. fix.

SVN revision: 56166

13 years agouse unused instead of dead code to get rid of warnings
Carsten Haitzler [Sun, 16 Jan 2011 03:56:41 +0000 (03:56 +0000)]
use unused instead of dead code to get rid of warnings

SVN revision: 56165

13 years agowarning--
Carsten Haitzler [Sun, 16 Jan 2011 03:31:05 +0000 (03:31 +0000)]
warning--

SVN revision: 56164

13 years agooops fix had a bug - fix. :)
Carsten Haitzler [Sun, 16 Jan 2011 03:28:24 +0000 (03:28 +0000)]
oops fix had a bug - fix. :)

SVN revision: 56163

13 years agospace++
Carsten Haitzler [Sun, 16 Jan 2011 03:25:15 +0000 (03:25 +0000)]
space++

SVN revision: 56162

13 years agofix leak - eet_list arrya return must be freed.
Carsten Haitzler [Sun, 16 Jan 2011 02:46:34 +0000 (02:46 +0000)]
fix leak - eet_list arrya return must be freed.

SVN revision: 56161

13 years agofix some clang and ptential warnings
Carsten Haitzler [Sun, 16 Jan 2011 02:14:45 +0000 (02:14 +0000)]
fix some clang and ptential warnings

SVN revision: 56160

13 years agohandle no partname in embryo api.
Carsten Haitzler [Sun, 16 Jan 2011 02:01:28 +0000 (02:01 +0000)]
handle no partname in embryo api.

SVN revision: 56157

13 years agoprep for 1.0 -> edje_convert no longer needed/used. if you havent
Carsten Haitzler [Sun, 16 Jan 2011 01:57:46 +0000 (01:57 +0000)]
prep for 1.0 -> edje_convert no longer needed/used. if you havent
converted by now... too late. thats pre 1.0 - history.

SVN revision: 56156

13 years agoummm... also remove unused vars if u are going to remove the other
Carsten Haitzler [Sun, 16 Jan 2011 01:57:06 +0000 (01:57 +0000)]
ummm... also remove unused vars if u are going to remove the other
unused code.

SVN revision: 56154

13 years agowhy calloc (fill with 0's) then re-fill it again instantly.. except
Carsten Haitzler [Sun, 16 Jan 2011 01:14:29 +0000 (01:14 +0000)]
why calloc (fill with 0's) then re-fill it again instantly.. except
the nul terminator? pointless. fix.

SVN revision: 56145

13 years agoadd unistd.h and kill off another dead store
Mike Blumenkrantz [Sat, 15 Jan 2011 20:25:44 +0000 (20:25 +0000)]
add unistd.h and kill off another dead store

SVN revision: 56143

13 years agofix a dead store and make removable drive finds return non-usb devices as well
Mike Blumenkrantz [Sat, 15 Jan 2011 20:24:13 +0000 (20:24 +0000)]
fix a dead store and make removable drive finds return non-usb devices as well

SVN revision: 56142

13 years agoactually return the ret value
Mike Blumenkrantz [Sat, 15 Jan 2011 20:14:40 +0000 (20:14 +0000)]
actually return the ret value

SVN revision: 56141

13 years agoavoid trying to fwrite to an unopened file
Mike Blumenkrantz [Sat, 15 Jan 2011 19:53:11 +0000 (19:53 +0000)]
avoid trying to fwrite to an unopened file

SVN revision: 56140

13 years agorevert last, must have been high
Mike Blumenkrantz [Sat, 15 Jan 2011 19:47:02 +0000 (19:47 +0000)]
revert last, must have been high

SVN revision: 56139

13 years agomore correctly shut gcc warnings up
Mike Blumenkrantz [Sat, 15 Jan 2011 19:46:13 +0000 (19:46 +0000)]
more correctly shut gcc warnings up

SVN revision: 56138

13 years ago#if0 out some unimplemented stuff
Mike Blumenkrantz [Sat, 15 Jan 2011 19:44:17 +0000 (19:44 +0000)]
#if0 out some unimplemented stuff

SVN revision: 56137

13 years agomore robust utf8 walking code to survive malformed utf8 and not crash
Carsten Haitzler [Sat, 15 Jan 2011 14:08:56 +0000 (14:08 +0000)]
more robust utf8 walking code to survive malformed utf8 and not crash
in the next ut8 char get code.

SVN revision: 56131

13 years agoBAD DISCOMFITOR! BROKE ecore_exe!
Carsten Haitzler [Fri, 14 Jan 2011 11:58:58 +0000 (11:58 +0000)]
BAD DISCOMFITOR! BROKE ecore_exe!

SVN revision: 56110

13 years agooh and i didnt realise - gl enigne can avoid sync as its swap based :)
Carsten Haitzler [Fri, 14 Jan 2011 10:35:59 +0000 (10:35 +0000)]
oh and i didnt realise - gl enigne can avoid sync as its swap based :)

SVN revision: 56108

13 years agoEvas textblock: Fix dead code issues: if (unsigned < 0) and the like.
Tom Hacohen [Fri, 14 Jan 2011 08:47:32 +0000 (08:47 +0000)]
Evas textblock: Fix dead code issues: if (unsigned < 0) and the like.

SVN revision: 56106

13 years agofix null deref again, this time with the power of spankies
Mike Blumenkrantz [Fri, 14 Jan 2011 08:04:23 +0000 (08:04 +0000)]
fix null deref again, this time with the power of spankies

SVN revision: 56105

13 years agofix oh so many warnings and potential errors - scan report.
Carsten Haitzler [Fri, 14 Jan 2011 07:03:33 +0000 (07:03 +0000)]
fix oh so many warnings and potential errors - scan report.

SVN revision: 56104

13 years agoclose file on error
Mike Blumenkrantz [Fri, 14 Jan 2011 06:50:32 +0000 (06:50 +0000)]
close file on error

SVN revision: 56103

13 years agoprevent macro null derefs
Mike Blumenkrantz [Fri, 14 Jan 2011 06:46:04 +0000 (06:46 +0000)]
prevent macro null derefs

SVN revision: 56102

13 years agox = x
Mike Blumenkrantz [Fri, 14 Jan 2011 06:36:36 +0000 (06:36 +0000)]
x = x

SVN revision: 56101

13 years agosighhh add more calloc checks
Mike Blumenkrantz [Fri, 14 Jan 2011 06:35:41 +0000 (06:35 +0000)]
sighhh add more calloc checks

SVN revision: 56100

13 years agounless I'm going insane, this should return here to avoid an immediate null deref...
Mike Blumenkrantz [Fri, 14 Jan 2011 06:35:03 +0000 (06:35 +0000)]
unless I'm going insane, this should return here to avoid an immediate null deref with configs[i]

SVN revision: 56099

13 years agoadd calloc check to avoid null deref
Mike Blumenkrantz [Fri, 14 Jan 2011 06:28:40 +0000 (06:28 +0000)]
add calloc check to avoid null deref

SVN revision: 56098

13 years agoavoid possible null deref
Mike Blumenkrantz [Fri, 14 Jan 2011 06:27:10 +0000 (06:27 +0000)]
avoid possible null deref

SVN revision: 56097

13 years agocomment out some variables which are not currently implemented/used
Mike Blumenkrantz [Fri, 14 Jan 2011 06:21:24 +0000 (06:21 +0000)]
comment out some variables which are not currently implemented/used

SVN revision: 56096

13 years agoanother dead store
Mike Blumenkrantz [Fri, 14 Jan 2011 06:16:50 +0000 (06:16 +0000)]
another dead store

SVN revision: 56095