framework/uifw/eet.git
12 years agoEFL migration revision 67705
Jaehwan Kim [Mon, 6 Feb 2012 02:43:59 +0000 (11:43 +0900)]
EFL migration revision 67705
Merge remote branch 'origin/upstream'

12 years agofix @dates in each header file
jihoon [Sun, 5 Feb 2012 23:37:45 +0000 (23:37 +0000)]
fix @dates in each header file

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

12 years agoeet: reduce the time taken by eet tests suite and hopefully reduce the risk for failure.
cedric [Mon, 23 Jan 2012 16:53:51 +0000 (16:53 +0000)]
eet: reduce the time taken by eet tests suite and hopefully reduce the risk for failure.

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

12 years agofix paths to be relative to project build root.
barbieri [Sun, 22 Jan 2012 22:00:07 +0000 (22:00 +0000)]
fix paths to be relative to project build root.

"make doc" was doing "cd doc" and paths were relative to it, misleading.

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

12 years agohelp buildbot and user know where the html files are.
barbieri [Sun, 22 Jan 2012 18:07:04 +0000 (18:07 +0000)]
help buildbot and user know where the html files are.

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

12 years agobuildbot: new attempt at coverage support.
barbieri [Sun, 22 Jan 2012 15:09:51 +0000 (15:09 +0000)]
buildbot: new attempt at coverage support.

I've changed a bit the rules, let's see if it works with buildbot
(out-of-tree builds).

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

12 years agomake eet_data_image_jpeg_alpha_decode() more like eet_data_image_jpeg_rgb_decode().
barbieri [Thu, 19 Jan 2012 14:54:01 +0000 (14:54 +0000)]
make eet_data_image_jpeg_alpha_decode() more like eet_data_image_jpeg_rgb_decode().

eet_data_image_jpeg_rgb_decode() did not had a warning the alpha
version did, as the code is very similar and the return pointer was
not used, make it just like rgb and return an integer.

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

12 years agouse $(MAKE) instead of make, echo the built doc package.
barbieri [Thu, 19 Jan 2012 14:07:35 +0000 (14:07 +0000)]
use $(MAKE) instead of make, echo the built doc package.

This removes the annoying:

   make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.

and with the package name I can upload it easily to somewhere else.

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

12 years agodocs: remove some warnings and make eina/eet doc more uniform.
barbieri [Thu, 19 Jan 2012 13:26:40 +0000 (13:26 +0000)]
docs: remove some warnings and make eina/eet doc more uniform.

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

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

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

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

Change-Id: I868f31476c27d801e8d53dee6f6234a6ea11734a

12 years agoMerge "Migration with svn revision 66958 Merge remote branch 'origin/upstream'"
Jaehwan Kim [Mon, 16 Jan 2012 08:52:55 +0000 (17:52 +0900)]
Merge "Migration with svn revision 66958 Merge remote branch 'origin/upstream'"

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

12 years agoEet tests: Removed debug output, previous ugly hack fixed it.
tasn [Sun, 15 Jan 2012 11:37:16 +0000 (11:37 +0000)]
Eet tests: Removed debug output, previous ugly hack fixed it.

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

12 years agoEet tests: An ugly hack to make it work with absolute paths.
tasn [Sun, 15 Jan 2012 11:31:48 +0000 (11:31 +0000)]
Eet tests: An ugly hack to make it work with absolute paths.

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

12 years agoEet tests: Added an hack to test what's wrong with the build bot.
tasn [Sun, 15 Jan 2012 11:08:02 +0000 (11:08 +0000)]
Eet tests: Added an hack to test what's wrong with the build bot.

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

12 years agoEet tests: Support out of source builds.
tasn [Sun, 15 Jan 2012 10:29:09 +0000 (10:29 +0000)]
Eet tests: Support out of source builds.

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

12 years agoEet tests: Fixed shadow warnings.
tasn [Sun, 15 Jan 2012 09:57:20 +0000 (09:57 +0000)]
Eet tests: Fixed shadow warnings.

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

12 years agofix eet distcheck.
barbieri [Sun, 15 Jan 2012 02:33:28 +0000 (02:33 +0000)]
fix eet distcheck.

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

12 years agojpeg7 -> jpeg8
ChunEon Park [Wed, 11 Jan 2012 05:09:43 +0000 (14:09 +0900)]
jpeg7 -> jpeg8

repackaging

12 years agoeet: write to standard output if no output file given.
billiob [Sat, 7 Jan 2012 13:33:15 +0000 (13:33 +0000)]
eet: write to standard output if no output file given.

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

12 years agoeet: act like the rest of the EFL.
cedric [Tue, 3 Jan 2012 17:42:33 +0000 (17:42 +0000)]
eet: act like the rest of the EFL.

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

12 years agoeet: remove useless code.
cedric [Tue, 3 Jan 2012 17:13:00 +0000 (17:13 +0000)]
eet: remove useless code.

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

12 years agoincrease eet_connection max msg size to 1Mb - more reasonable
raster [Thu, 29 Dec 2011 13:06:30 +0000 (13:06 +0000)]
increase eet_connection max msg size to 1Mb - more reasonable

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

12 years agomore formatting improvements
raster [Thu, 29 Dec 2011 13:04:28 +0000 (13:04 +0000)]
more formatting improvements

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

12 years agoformatting niceness.
raster [Thu, 29 Dec 2011 12:59:55 +0000 (12:59 +0000)]
formatting niceness.

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

12 years agoDon't override standard variables, it looks weird. In turn, fix building with automak...
sachiel [Wed, 28 Dec 2011 14:13:30 +0000 (14:13 +0000)]
Don't override standard variables, it looks weird. In turn, fix building with automake 1.11.2

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

12 years agoeet: Fixed svn detection for svn1.7
tasn [Tue, 13 Dec 2011 08:54:44 +0000 (08:54 +0000)]
eet: Fixed svn detection for svn1.7

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

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

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

12 years agoeet: no reason to duplicate environment variable.
cedric [Tue, 6 Dec 2011 11:00:50 +0000 (11:00 +0000)]
eet: no reason to duplicate environment variable.

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

12 years agoreverted applying libjpeg-turbo since the schedule(applying libjpeg-turbo) was pended.
ChunEon Park [Mon, 5 Dec 2011 09:11:02 +0000 (18:11 +0900)]
reverted applying libjpeg-turbo since the schedule(applying libjpeg-turbo) was pended.

Change-Id: Ia0b94238a561e658bf6eee32d50e4a7dd83a1617

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/eet@65860 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agounrevert 65828 and unspank myself.
discomfitor [Fri, 2 Dec 2011 22:50:00 +0000 (22:50 +0000)]
unrevert 65828 and unspank myself.

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

12 years agoeet: revert works from discomfitor. too buggy elementary segv. I'm pleased to SPANK...
yoz [Fri, 2 Dec 2011 17:53:37 +0000 (17:53 +0000)]
eet: revert works from discomfitor. too buggy elementary segv. I'm pleased to SPANK him :D

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

12 years agomove majority of allocations to mempool allocators similar to ecore-con
discomfitor [Fri, 2 Dec 2011 16:10:41 +0000 (16:10 +0000)]
move majority of allocations to mempool allocators similar to ecore-con

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

12 years agosvn:ignore
discomfitor [Fri, 2 Dec 2011 15:54:34 +0000 (15:54 +0000)]
svn:ignore

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

12 years agoremove annoying post-brace comments
discomfitor [Fri, 2 Dec 2011 14:42:13 +0000 (14:42 +0000)]
remove annoying post-brace comments

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

12 years agono need to alloc filename
discomfitor [Fri, 2 Dec 2011 14:35:36 +0000 (14:35 +0000)]
no need to alloc filename

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

12 years agonews
discomfitor [Fri, 2 Dec 2011 14:12:19 +0000 (14:12 +0000)]
news

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

12 years agoef->path is now stringshared
discomfitor [Fri, 2 Dec 2011 14:07:34 +0000 (14:07 +0000)]
ef->path is now stringshared

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

12 years ago+eet_file_get()
discomfitor [Fri, 2 Dec 2011 14:03:46 +0000 (14:03 +0000)]
+eet_file_get()

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

12 years agochanged dependency libjpeg7 -> libjpeg-turbo
ChunEon Park [Wed, 30 Nov 2011 08:18:51 +0000 (17:18 +0900)]
changed dependency libjpeg7 -> libjpeg-turbo

repackaging - eet_1.5.0+svn.65577slp2+build03

12 years agorepackaging - eet_1.5.0+svn.65577slp2+build02
ChunEon Park [Tue, 29 Nov 2011 07:22:08 +0000 (16:22 +0900)]
repackaging - eet_1.5.0+svn.65577slp2+build02

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

12 years agoMigration with svn version @65577
Jaehwan Kim [Mon, 28 Nov 2011 02:21:41 +0000 (11:21 +0900)]
Migration with svn version @65577
Merge remote branch 'origin/upstream'

12 years agoFix a few typos.
sanjeev [Thu, 24 Nov 2011 15:15:23 +0000 (15:15 +0000)]
Fix a few typos.

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@65577 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/eet@65531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: sys/mman.h is only needed when building with signature support.
cedric [Sun, 20 Nov 2011 14:20:03 +0000 (14:20 +0000)]
eet: sys/mman.h is only needed when building with signature support.

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

12 years agoallow install-examples separately from building them (building them
raster [Fri, 18 Nov 2011 03:11:24 +0000 (03:11 +0000)]
allow install-examples separately from building them (building them
also installs them unless u --disable their install)

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

12 years agoRelease 1.5.0+svn.65300slp2+build01
Mike McCormack [Wed, 16 Nov 2011 23:45:29 +0000 (08:45 +0900)]
Release 1.5.0+svn.65300slp2+build01

12 years agoMerge remote-tracking branch 'origin/upstream'
Mike McCormack [Wed, 16 Nov 2011 23:19:42 +0000 (08:19 +0900)]
Merge remote-tracking branch 'origin/upstream'

12 years agoevil >= 1.0.0
caro [Wed, 16 Nov 2011 17:48:20 +0000 (17:48 +0000)]
evil >= 1.0.0

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

12 years agoeet: proper indentation.
cedric [Wed, 16 Nov 2011 15:54:34 +0000 (15:54 +0000)]
eet: proper indentation.

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

12 years agook - longstanding issue. quality of jpeg encode and decode dropped
raster [Wed, 16 Nov 2011 11:52:47 +0000 (11:52 +0000)]
ok - longstanding issue. quality of jpeg encode and decode dropped
quickly when uf your-encoded anything due to using IFAST decoder (and
encoder). this does drop speed for decode and encode (except encoding
< 60% quality where it now uses IFAST), but we don't see progressively
worse artifacts.

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

12 years agoupdate release candidate trees to their release version in preparation
raster [Wed, 16 Nov 2011 05:34:37 +0000 (05:34 +0000)]
update release candidate trees to their release version in preparation
for alpha

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

12 years agoupdate READMe for eet
raster [Tue, 15 Nov 2011 11:27:32 +0000 (11:27 +0000)]
update READMe for eet

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

12 years agoeet news formatting normalized
raster [Tue, 15 Nov 2011 09:17:01 +0000 (09:17 +0000)]
eet news formatting normalized

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

12 years agoEet: remove --as-needed on OpenBSD
caro [Tue, 15 Nov 2011 06:52:52 +0000 (06:52 +0000)]
Eet: remove --as-needed on OpenBSD
on OpenBSD, -Wl,--as-needed conflicts with -pthread.

Reported by Fabien Romano.

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

12 years agonews file for eet 1.5 release
raster [Fri, 11 Nov 2011 09:14:15 +0000 (09:14 +0000)]
news file for eet 1.5 release

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

12 years agoRelease 1.2.0+svn.64981slp2+build01
Mike McCormack [Thu, 10 Nov 2011 02:31:41 +0000 (11:31 +0900)]
Release 1.2.0+svn.64981slp2+build01

12 years agoDisable docs
Mike McCormack [Thu, 10 Nov 2011 02:31:27 +0000 (11:31 +0900)]
Disable docs

12 years agoMerge remote-tracking branch 'origin/upstream'
Mike McCormack [Thu, 10 Nov 2011 02:29:05 +0000 (11:29 +0900)]
Merge remote-tracking branch 'origin/upstream'

12 years agoUse same type - warning--
lucas [Wed, 9 Nov 2011 12:03:46 +0000 (12:03 +0000)]
Use same type - warning--

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

12 years agoTicket #824 - no readme.in's
raster [Sun, 6 Nov 2011 08:47:38 +0000 (08:47 +0000)]
Ticket #824 - no readme.in's

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

12 years agoRelease 1.2.0+svn.64494slp2+build01
Mike McCormack [Thu, 3 Nov 2011 00:34:01 +0000 (09:34 +0900)]
Release 1.2.0+svn.64494slp2+build01

12 years agoMerge remote-tracking branch 'origin/upstream'
Mike McCormack [Thu, 3 Nov 2011 00:32:20 +0000 (09:32 +0900)]
Merge remote-tracking branch 'origin/upstream'

12 years agoAnd the matching changelog.
onefang [Fri, 28 Oct 2011 11:24:55 +0000 (11:24 +0000)]
And the matching changelog.

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

12 years agoA new macro to support adding arrays of basic types.
onefang [Fri, 28 Oct 2011 11:21:03 +0000 (11:21 +0000)]
A new macro to support adding arrays of basic types.

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

12 years agoran ecrustify on eet. this seems to do a good job of eet. comments?
raster [Fri, 21 Oct 2011 05:40:01 +0000 (05:40 +0000)]
ran ecrustify on eet. this seems to do a good job of eet. comments?

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

12 years agoRelease 1.2.0+svn.63811slp2+build01
Mike McCormack [Wed, 5 Oct 2011 02:37:37 +0000 (11:37 +0900)]
Release 1.2.0+svn.63811slp2+build01

12 years agoRemove unused files
Mike McCormack [Wed, 5 Oct 2011 02:40:26 +0000 (11:40 +0900)]
Remove unused files

12 years agoAdd debian build output to ignore list
Mike McCormack [Wed, 5 Oct 2011 02:32:17 +0000 (11:32 +0900)]
Add debian build output to ignore list

12 years agoMerge branch 'upstream'
Mike McCormack [Wed, 5 Oct 2011 00:36:12 +0000 (09:36 +0900)]
Merge branch 'upstream'

12 years agoFIX: allow open of eet files with 0 key entries. this kind of breaks
raster [Tue, 4 Oct 2011 10:03:09 +0000 (10:03 +0000)]
FIX: allow open of eet files with 0 key entries. this kind of breaks
some usage scenarios.

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

12 years agoeet: add eet_data_xattr helper.
cedric [Thu, 15 Sep 2011 17:05:56 +0000 (17:05 +0000)]
eet: add eet_data_xattr helper.

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

12 years agofix COPYING to say 2011.
raster [Mon, 5 Sep 2011 07:15:41 +0000 (07:15 +0000)]
fix COPYING to say 2011.

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

12 years agoUpdate RPM packaging
Mike McCormack [Mon, 5 Sep 2011 05:37:15 +0000 (14:37 +0900)]
Update RPM packaging

12 years agoPackage upload
Jaehwan Kim [Fri, 2 Sep 2011 09:41:10 +0000 (18:41 +0900)]
Package upload

12 years ago[*][Migration upstream r62590] Merge remote branch 'origin/upstream' into svn_merge
Jaehwan Kim [Mon, 22 Aug 2011 07:50:08 +0000 (16:50 +0900)]
[*][Migration upstream r62590] Merge remote branch 'origin/upstream' into svn_merge

12 years agoEet: Make links work on PDF documentation.
antognolli [Fri, 19 Aug 2011 13:38:05 +0000 (13:38 +0000)]
Eet: Make links work on PDF documentation.

By: "Jonas M. Gastal" <jgastal@profusion.mobi>

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

12 years agoMerge branch 'master' into svn_merge
Jaehwan Kim [Wed, 17 Aug 2011 08:33:57 +0000 (17:33 +0900)]
Merge branch 'master' into svn_merge

12 years agofix .spec for rpm packaging
WonYoung, Choi [Wed, 17 Aug 2011 07:07:50 +0000 (16:07 +0900)]
fix .spec for rpm packaging

12 years agoRemoved doc/Doxyfile from git.
Daniel Juyung Seo [Sun, 14 Aug 2011 07:07:42 +0000 (16:07 +0900)]
Removed doc/Doxyfile from git.

12 years ago[Upstream Migration r62264] Merge branch 'upstream' into svn_merge
Daniel Juyung Seo [Sun, 14 Aug 2011 07:03:23 +0000 (16:03 +0900)]
[Upstream Migration r62264] Merge branch 'upstream' into svn_merge

12 years ago[Upstream Initial Rebase r60246] Merge commit '78820d9fbecf976a98334c356dbc30d919dc3d...
Daniel Juyung Seo [Sun, 14 Aug 2011 07:03:05 +0000 (16:03 +0900)]
[Upstream Initial Rebase r60246] Merge commit '78820d9fbecf976a98334c356dbc30d919dc3d6b' into svn_merge

12 years ago[eet] New examples.
glima [Tue, 9 Aug 2011 20:33:50 +0000 (20:33 +0000)]
[eet] New examples.

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

12 years agowarning--. hmmm
raster [Tue, 9 Aug 2011 13:26:03 +0000 (13:26 +0000)]
warning--. hmmm

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

12 years agohere's an awesome idea... let's not break the build shall we? lets
raster [Tue, 9 Aug 2011 13:23:39 +0000 (13:23 +0000)]
here's an awesome idea... let's not break the build shall we? lets
actually test something .. like compile it before we commit eh?

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

12 years agoeet: switch in favor of Eina_File.
cedric [Tue, 9 Aug 2011 11:31:58 +0000 (11:31 +0000)]
eet: switch in favor of Eina_File.

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

12 years agoefl: remove mman as we Eina_File now.
cedric [Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)]
efl: remove mman as we Eina_File now.

Patch from Vincent Torri.

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

12 years agodon't need logo and version is actually (about to be) 1.5
raster [Mon, 8 Aug 2011 11:33:23 +0000 (11:33 +0000)]
don't need logo and version is actually (about to be) 1.5

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

12 years agoAdd RPM packaging
Mike McCormack [Mon, 8 Aug 2011 11:23:34 +0000 (20:23 +0900)]
Add RPM packaging

12 years agothere is no format section of docs - so remove ref.
raster [Mon, 8 Aug 2011 09:44:22 +0000 (09:44 +0000)]
there is no format section of docs - so remove ref.

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

12 years agoEet: removing author list from main page.
gastal [Wed, 3 Aug 2011 21:05:17 +0000 (21:05 +0000)]
Eet: removing author list from main page.

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

12 years agothat's it - remove autom4te.cache dirs again... - keep having to many
raster [Tue, 2 Aug 2011 04:13:33 +0000 (04:13 +0000)]
that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.

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