Re: [E-devel] Upcoming 1.8.x releases on Friday

2013-12-05 Thread Stefan Schmidt
Hello. On Thu, 2013-12-05 at 10:29, Doug Newgard wrote: > > > Date: Thu, 5 Dec 2013 08:47:23 +0100 > > From: ste...@datenfreihafen.org > > To: enlightenment-devel@lists.sourceforge.net > > Subject: Re: [E-devel] Upcoming 1.8.x releases on Friday > > > > Hel

Re: [E-devel] pkgbuild

2013-12-05 Thread Stefan Schmidt
Hello. On Thu, 2013-12-05 at 17:32, Carsten Haitzler wrote: > On Thu, 5 Dec 2013 09:29:17 +0100 Jérémy Zurcher said: > > > you are so right Stephan > > - these are not offical files, but they look like > > why does it matter? has this ever caused an actual problem? has a user ever > been "conf

[EGIT] [core/elementary] master 01/01: genlist - don't do heavy queue work for 0 width genlists and defer fill

2013-12-05 Thread Viacheslav Lvov
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7371a6600216f0b999142a399e28f202e90a736f commit 7371a6600216f0b999142a399e28f202e90a736f Author: Viacheslav Lvov Date: Fri Dec 6 16:08:09 2013 +0900 genlist - don't do heavy queue work for

Re: [E-devel] Edje / Elementary Rotating Pointer

2013-12-05 Thread David Seikel
On Fri, 6 Dec 2013 00:18:58 +0100 Andreas Volz wrote: > Hello, > > I've the use case to develop a digital cluster instrument demo with > Edje or Elementary. Main element are two rotating pointers as on this > mechanical device, but with a big display: > > http://www.passatplus.de/umbauten/kombi

[EGIT] [core/elementary] elementary-1.8 01/01: naviframe: clip the shadow also.

2013-12-05 Thread Cedric BAIL
cedric pushed a commit to branch elementary-1.8. http://git.enlightenment.org/core/elementary.git/commit/?id=9ef83df7339f3518421edfb4e45214c3d1cd0ba2 commit 9ef83df7339f3518421edfb4e45214c3d1cd0ba2 Author: Cedric Bail Date: Fri Dec 6 11:43:14 2013 +0900 naviframe: clip the shadow also.

[EGIT] [core/elementary] master 01/01: naviframe: clip the shadow also.

2013-12-05 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e3f150362351821d6e79e42901969a8bd8b886c6 commit e3f150362351821d6e79e42901969a8bd8b886c6 Author: Cedric Bail Date: Fri Dec 6 11:43:14 2013 +0900 naviframe: clip the shadow also. s

Re: [E-devel] Edje / Elementary Rotating Pointer

2013-12-05 Thread The Rasterman
On Fri, 6 Dec 2013 00:18:58 +0100 Andreas Volz said: > Hello, > > I've the use case to develop a digital cluster instrument demo with > Edje or Elementary. Main element are two rotating pointers as on this > mechanical device, but with a big display: > > http://www.passatplus.de/umbauten/kombii

[EGIT] [bindings/python/python-efl] master 03/03: Update TODO

2013-12-05 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=2bfe5722c2945b93797cf9de5553b07ff9c821dc commit 2bfe5722c2945b93797cf9de5553b07ff9c821dc Author: Kai Huuhko Date: Fri Dec 6 03:04:50 2013 +0200 Update TODO --- TODO | 5 ++--- 1

[EGIT] [bindings/python/python-efl] master 01/03: Documentation: Changed C API references into Python ones.

2013-12-05 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=724dedb0e2f3cd001d02a4cf2fdc75b235b1b26a commit 724dedb0e2f3cd001d02a4cf2fdc75b235b1b26a Author: Kai Huuhko Date: Fri Dec 6 03:00:12 2013 +0200 Documentation: Changed C API refer

[EGIT] [bindings/python/python-efl] master 02/03: Elementary: Comment out broken/unfinished API

2013-12-05 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=19ef10f97da00e9187f34ccece377a92aaa0dfab commit 19ef10f97da00e9187f34ccece377a92aaa0dfab Author: Kai Huuhko Date: Fri Dec 6 03:04:19 2013 +0200 Elementary: Comment out broken/unf

Re: [E-devel] Edje / Elementary Rotating Pointer

2013-12-05 Thread Daniel Juyung Seo
On Fri, Dec 6, 2013 at 8:18 AM, Andreas Volz wrote: > Hello, > > I've the use case to develop a digital cluster instrument demo with > Edje or Elementary. Main element are two rotating pointers as on this > mechanical device, but with a big display: > > http://www.passatplus.de/umbauten/kombiinst

[E-devel] Proposal of EFL_SAFE_FREE macro

2013-12-05 Thread Daniel Juyung Seo
Dear all, this is Daniel Juyung Seo. I propose EFL_SAFE_FREE macro for efl. It looks like: # define EFL_SAFE_FREE(_h, _fn) do { if (_h) { _fn((void*)_h); _h = NULL; } } while (0) As I have been using ELM_SAFE_FREE for months, I found out that this macro is quite useful in terms of code readabi

Re: [E-devel] [EGIT] [core/enlightenment] enlightenment-0.17 02/02: e_sys - address security concerns with environment - more

2013-12-05 Thread The Rasterman
On Thu, 5 Dec 2013 20:07:48 +0100 Peter van de Werken said: > Hi, > > Encountered a small bug in this commit that can cause e_sys_main to busy > loop. Turns out the wrong variable is used when trying to clean up the > environment. thanks! oopsie there. fixed. :) > On Sat, Nov 30, 2013 at 07:1

[EGIT] [core/enlightenment] enlightenment-0.17 01/01: e_sys - fix busy spin problem with security clamp-down

2013-12-05 Thread Carsten Haitzler
raster pushed a commit to branch enlightenment-0.17. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ea605237bb64ee09341121461b3d2c0f5dbe832d commit ea605237bb64ee09341121461b3d2c0f5dbe832d Author: Carsten Haitzler (Rasterman) Date: Fri Dec 6 09:19:08 2013 +0900 e_sys - fix

[EGIT] [core/enlightenment] master 01/01: e_sys - fix busy spin problem with security clamp-down

2013-12-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=9456e88504cb5daddbac3f49373a3a9a8577e27a commit 9456e88504cb5daddbac3f49373a3a9a8577e27a Author: Carsten Haitzler (Rasterman) Date: Fri Dec 6 09:19:08 2013 +0900 e_sys - fix busy spin p

[EGIT] [core/efl] master 01/01: evas - silence coverty (false positive leak)

2013-12-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=abb06c111b9467beb6f1d3e360dbc3fbb6e6e0f9 commit abb06c111b9467beb6f1d3e360dbc3fbb6e6e0f9 Author: Carsten Haitzler (Rasterman) Date: Fri Dec 6 09:07:44 2013 +0900 evas - silence coverty (false pos

[EGIT] [core/efl] master 01/01: doc build - finally fix images.mk to stop changing order every make

2013-12-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8b0955c8d00d9349d14133fd8a8877549462a72a commit 8b0955c8d00d9349d14133fd8a8877549462a72a Author: Carsten Haitzler (Rasterman) Date: Fri Dec 6 09:02:18 2013 +0900 doc build - finally fix images.mk

[E-devel] Edje / Elementary Rotating Pointer

2013-12-05 Thread Andreas Volz
Hello, I've the use case to develop a digital cluster instrument demo with Edje or Elementary. Main element are two rotating pointers as on this mechanical device, but with a big display: http://www.passatplus.de/umbauten/kombiinstrument/tachoringe.jpg My requirement is that that speed should be

Re: [E-devel] Upcoming 1.8.x releases on Friday

2013-12-05 Thread Daniel Juyung Seo
Awesome. Man, it's awesome! With the wiki pages and their descriptions will help you and us to handle the release process. Thanks a lot for shring it. Daniel Juyung Seo (SeoZ) On Wed, Dec 4, 2013 at 11:44 PM, Stefan Schmidt wrote: > Hello. > > Apparently I'm not only the whip cracker for 1.9 bu

[EGIT] [apps/terminology] master 01/01: fix changing state when swapping buffers. Closes T605

2013-12-05 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=05d091483a29e7937914e9fd4e94d0c6d9043aad commit 05d091483a29e7937914e9fd4e94d0c6d9043aad Author: Boris Faure Date: Thu Dec 5 22:46:39 2013 +0100 fix changing state when swapping buffers.

[EGIT] [core/enlightenment] master 01/01: rc1 will go out sometime soon

2013-12-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=84fcee308a2ce157ce8eba02c5ecfcab3fe51aaf commit 84fcee308a2ce157ce8eba02c5ecfcab3fe51aaf Author: discomfitor Date: Thu Dec 5 16:19:33 2013 -0500 rc1 will go out sometime soon ---

Re: [E-devel] [EGIT] [core/enlightenment] enlightenment-0.17 02/02: e_sys - address security concerns with environment - more

2013-12-05 Thread Peter van de Werken
Hi, Encountered a small bug in this commit that can cause e_sys_main to busy loop. Turns out the wrong variable is used when trying to clean up the environment. On Sat, Nov 30, 2013 at 07:10:05PM -0800, Carsten Haitzler wrote: > raster pushed a commit to branch enlightenment-0.17. > > http://gi

[EGIT] [core/enlightenment] master 01/02: don't try to apply gadcon container geometry when injecting

2013-12-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a0edbd69b050308b51b77260b6f9ea536bf42530 commit a0edbd69b050308b51b77260b6f9ea536bf42530 Author: Mike Blumenkrantz Date: Thu Dec 5 12:24:50 2013 -0500 don't try to apply gadcon con

[EGIT] [core/enlightenment] master 02/02: finally fix bug where gadgets on shelves would randomly reorder during drags

2013-12-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7a8ad8080e3d3f5e9445631a1dfd66be2a81d305 commit 7a8ad8080e3d3f5e9445631a1dfd66be2a81d305 Author: Mike Blumenkrantz Date: Thu Dec 5 12:27:46 2013 -0500 finally fix bug where gadgets

Re: [E-devel] Upcoming 1.8.x releases on Friday

2013-12-05 Thread Doug Newgard
> Date: Thu, 5 Dec 2013 08:47:23 +0100 > From: ste...@datenfreihafen.org > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] Upcoming 1.8.x releases on Friday > > Hello. > > On Wed, 2013-12-04 at 10:32, Doug Newgard wrote: >> >> How abou

Re: [E-devel] [EGIT] [core/efl] efl-1.8 01/01: Add code to deal with min, max, step, aspect, and base sizes. Properly fix efl wayland elm window resize problem.

2013-12-05 Thread Christopher Michael
No. was not on purpose. Was a lack of coffee ;) Fixed now :) On 12/05/2013 12:23 PM, Eduardo Lima (Etrunko) wrote: > You backported this one, but I guess you missed the other two that enable > this feature. Is it on purpose? > > > On Thu, Dec 5, 2013 at 10:04 AM, Christopher Michael > wrote: > >>

[EGIT] [core/efl] efl-1.8 01/02: Add common function prototype for setting ecore_evas aspect ratio

2013-12-05 Thread Christopher Michael
devilhorns pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=183eaa7a3c3dc09b94282dda865d7511a18f5996 commit 183eaa7a3c3dc09b94282dda865d7511a18f5996 Author: Chris Michael Date: Thu Dec 5 11:47:12 2013 + Add common function prototype for setting e

[EGIT] [core/efl] efl-1.8 02/02: Set engine aspect function pointer

2013-12-05 Thread Christopher Michael
devilhorns pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=80ff126242e4150a6753d37cf2b0cc14a2f383f2 commit 80ff126242e4150a6753d37cf2b0cc14a2f383f2 Author: Chris Michael Date: Thu Dec 5 11:47:44 2013 + Set engine aspect function pointer

Re: [E-devel] [EGIT] [core/efl] efl-1.8 01/01: Add code to deal with min, max, step, aspect, and base sizes. Properly fix efl wayland elm window resize problem.

2013-12-05 Thread Eduardo Lima (Etrunko)
You backported this one, but I guess you missed the other two that enable this feature. Is it on purpose? On Thu, Dec 5, 2013 at 10:04 AM, Christopher Michael wrote: > devilhorns pushed a commit to branch efl-1.8. > > > http://git.enlightenment.org/core/efl.git/commit/?id=763ce862527104a81e7fd9

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-05 Thread Yakov Goldberg
Hi guys, we have some additional question. Here is some part of ElmFileselector.eo file. (Still in JSON) You can see "selected_set" and "selected_get" are described, as methods. Why? Because I generate, this eo file, by parsing descriptions of eo classes. If there are two functions which have:

[EGIT] [core/efl] efl-1.8 01/01: evas - Clip mark performance improvement

2013-12-05 Thread Vostokov Sergey
raster pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=47822dc344fa82d01d76177e5b14b61be3547a29 commit 47822dc344fa82d01d76177e5b14b61be3547a29 Author: Vostokov Sergey Date: Thu Dec 5 21:05:44 2013 +0900 evas - Clip mark performance improvement

[EGIT] [core/efl] master 01/01: evas - Clip mark performance improvement

2013-12-05 Thread Vostokov Sergey
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6a5e72d37b3cabca3fcb46d0817c3405b3f824a7 commit 6a5e72d37b3cabca3fcb46d0817c3405b3f824a7 Author: Vostokov Sergey Date: Thu Dec 5 21:05:44 2013 +0900 evas - Clip mark performance improvement

[EGIT] [core/efl] efl-1.8 01/01: Add code to deal with min, max, step, aspect, and base sizes. Properly fix efl wayland elm window resize problem.

2013-12-05 Thread Christopher Michael
devilhorns pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=763ce862527104a81e7fd991bef19d35b65e364c commit 763ce862527104a81e7fd991bef19d35b65e364c Author: Chris Michael Date: Thu Dec 5 11:48:25 2013 + Add code to deal with min, max, step, aspec

[EGIT] [core/elementary] master 01/02: fileselector: parameter name typo, spank on me

2013-12-05 Thread Yakov Goldberg
yakov pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d2423a4a794cfe9f0a307d2ce91b37e86a2a84b1 commit d2423a4a794cfe9f0a307d2ce91b37e86a2a84b1 Author: Yakov Goldberg Date: Thu Dec 5 13:47:24 2013 +0200 fileselector: parameter name typo, spank

[EGIT] [core/elementary] master 02/02: fileselector: more doxygen typo and parameter name typo

2013-12-05 Thread Yakov Goldberg
yakov pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e5d4dadcfb6d495046c4596de6c7e7cb2ce62b54 commit e5d4dadcfb6d495046c4596de6c7e7cb2ce62b54 Author: Yakov Goldberg Date: Thu Dec 5 13:52:39 2013 +0200 fileselector: more doxygen typo and param

[EGIT] [core/efl] master 03/03: Add code to deal with min, max, step, aspect, and base sizes. Properly fix efl wayland elm window resize problem.

2013-12-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1ac5a89957b1f61fd5db1cac6ee329b0b028647f commit 1ac5a89957b1f61fd5db1cac6ee329b0b028647f Author: Chris Michael Date: Thu Dec 5 11:48:25 2013 + Add code to deal with min, max, step, aspect

[EGIT] [core/efl] master 02/03: Set engine aspect function pointer

2013-12-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8f21dfe06bd46bcfd46162c099a39fb786903301 commit 8f21dfe06bd46bcfd46162c099a39fb786903301 Author: Chris Michael Date: Thu Dec 5 11:47:44 2013 + Set engine aspect function pointer

[EGIT] [core/efl] master 01/03: Add common function prototype for setting ecore_evas aspect ratio

2013-12-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a36b1641d9ad9bdb1618011d4eb1353da5d5dce5 commit a36b1641d9ad9bdb1618011d4eb1353da5d5dce5 Author: Chris Michael Date: Thu Dec 5 11:47:12 2013 + Add common function prototype for setting ec

[EGIT] [core/elementary] master 01/01: fileselector: doxygen typo (forgot smth in prev commit)

2013-12-05 Thread Yakov Goldberg
yakov pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7b8e2aa12fdc5adea8e1b68024e138da6964ee4c commit 7b8e2aa12fdc5adea8e1b68024e138da6964ee4c Author: Yakov Goldberg Date: Thu Dec 5 13:28:23 2013 +0200 fileselector: doxygen typo (forgot smth i

[EGIT] [core/elementary] master 01/01: fileselector: Fix the indentation in elm_widget_fileselector.h

2013-12-05 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5a98f77590b87d6c7c223fe440f242fca5a30aac commit 5a98f77590b87d6c7c223fe440f242fca5a30aac Author: Ryuan Choi Date: Thu Dec 5 20:23:47 2013 +0900 fileselector: Fix the indentation in elm_widg

[EGIT] [core/elementary] master 01/01: fileselector: doxygen typo

2013-12-05 Thread Yakov Goldberg
yakov pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=776e5cc651ceb83437aca2ca0750bbb702cc45af commit 776e5cc651ceb83437aca2ca0750bbb702cc45af Author: Yakov Goldberg Date: Thu Dec 5 13:20:39 2013 +0200 fileselector: doxygen typo --- src/lib/e

[EGIT] [core/efl] master 01/01: efreet: propagate scan error to caller

2013-12-05 Thread Sebastian Dransfeld
englebass pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4413b3a31190990f95a1188b588a7a91a409adfc commit 4413b3a31190990f95a1188b588a7a91a409adfc Author: Sebastian Dransfeld Date: Thu Dec 5 12:15:07 2013 +0100 efreet: propagate scan error to caller

[EGIT] [core/efl] efl-1.8 02/02: evas - fix overdraw + too many rects problem found in some expedite tests

2013-12-05 Thread Carsten Haitzler
raster pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=c56cbe29914a86b9b6563af2fef38fa450ec824c commit c56cbe29914a86b9b6563af2fef38fa450ec824c Author: Carsten Haitzler (Rasterman) Date: Thu Dec 5 20:02:39 2013 +0900 evas - fix overdraw + too many r

[EGIT] [core/efl] efl-1.8 01/02: efreet - fix recusrion checks need to pop as well as push.

2013-12-05 Thread Carsten Haitzler
raster pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=bfff138c3418190cb4163c0b7a5a8c10ea0959b8 commit bfff138c3418190cb4163c0b7a5a8c10ea0959b8 Author: Carsten Haitzler (Rasterman) Date: Thu Dec 5 17:41:48 2013 +0900 efreet - fix recusrion checks ne

[EGIT] [core/efl] master 01/02: efreet - fix recusrion checks need to pop as well as push.

2013-12-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=931d02378b3152b530d84bff09fd842cf0998f53 commit 931d02378b3152b530d84bff09fd842cf0998f53 Author: Carsten Haitzler (Rasterman) Date: Thu Dec 5 17:41:48 2013 +0900 efreet - fix recusrion checks nee

[EGIT] [core/efl] master 02/02: evas - fix overdraw + too many rects problem found in some expedite tests

2013-12-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9c3682b7462a82344b264d6a98d4e1c681588e76 commit 9c3682b7462a82344b264d6a98d4e1c681588e76 Author: Carsten Haitzler (Rasterman) Date: Thu Dec 5 20:02:39 2013 +0900 evas - fix overdraw + too many re

Re: [E-devel] pkgbuild

2013-12-05 Thread Simon
On 12/05/2013 08:30 PM, Daniel Juyung Seo wrote: > On Thu, Dec 5, 2013 at 5:32 PM, Carsten Haitzler wrote: > >> On Thu, 5 Dec 2013 09:29:17 +0100 Jérémy Zurcher said: >> >>> you are so right Stephan >>> - these are not offical files, but they look like >> why does it matter? has this ever caused

[EGIT] [games/elemines] master 01/01: quicklaunch: shuttup autotools.

2013-12-05 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/games/elemines.git/commit/?id=89eff447354303c4d79dbf39a87adb0c28835e6d commit 89eff447354303c4d79dbf39a87adb0c28835e6d Author: Cedric Bail Date: Thu Dec 5 19:39:12 2013 +0900 quicklaunch: shuttup autotools. --- m4/elm_

[EGIT] [core/elementary] elementary-1.8 01/01: elementary: shuttup autotools.

2013-12-05 Thread Cedric BAIL
cedric pushed a commit to branch elementary-1.8. http://git.enlightenment.org/core/elementary.git/commit/?id=8ec682c25dc39d888af615875b2893f8312ceedc commit 8ec682c25dc39d888af615875b2893f8312ceedc Author: Cedric Bail Date: Thu Dec 5 19:37:46 2013 +0900 elementary: shuttup autotools. ---

[EGIT] [core/elementary] master 01/01: elementary: shuttup autotools.

2013-12-05 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=963f77fff8aca6399b7d9aa56753dac6069e77cb commit 963f77fff8aca6399b7d9aa56753dac6069e77cb Author: Cedric Bail Date: Thu Dec 5 19:37:46 2013 +0900 elementary: shuttup autotools. --- m4/elm_

[EGIT] [core/efl] master 01/01: configure: Bump version to 1.8.99 to indicate development cycle.

2013-12-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=749d5d7b501e28cb7a607be3d8471af8b6740571 commit 749d5d7b501e28cb7a607be3d8471af8b6740571 Author: Stefan Schmidt Date: Thu Dec 5 11:14:03 2013 +0100 configure: Bump version to 1.8.99 to indicate d

[EGIT] [core/elementary] master 01/01: configure: Bump version to 1.8.99 to indicate development cycle.

2013-12-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6014d5a56a1afea84d448ee4c25db812601d6290 commit 6014d5a56a1afea84d448ee4c25db812601d6290 Author: Stefan Schmidt Date: Thu Dec 5 11:12:21 2013 +0100 configure: Bump version to 1.8.99 to ind

[EGIT] [core/elementary] master 02/02: scrollable_interface: doxygen typo; eo_typecheck typo

2013-12-05 Thread Yakov Goldberg
yakov pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=1e41e71ebb011bdc60bf702af78433ecc3625a2a commit 1e41e71ebb011bdc60bf702af78433ecc3625a2a Author: Yakov Goldberg Date: Thu Dec 5 12:03:12 2013 +0200 scrollable_interface: doxygen typo; eo_ty

[EGIT] [core/elementary] master 01/02: widget: doxygen typo

2013-12-05 Thread Yakov Goldberg
yakov pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=94ca2f625c90a22f9a48ccfede0a59c07dec8971 commit 94ca2f625c90a22f9a48ccfede0a59c07dec8971 Author: Yakov Goldberg Date: Thu Dec 5 12:01:45 2013 +0200 widget: doxygen typo --- src/lib/elm_wid

Re: [E-devel] pkgbuild

2013-12-05 Thread Daniel Juyung Seo
On Thu, Dec 5, 2013 at 5:32 PM, Carsten Haitzler wrote: > On Thu, 5 Dec 2013 09:29:17 +0100 Jérémy Zurcher said: > > > you are so right Stephan > > - these are not offical files, but they look like > > why does it matter? has this ever caused an actual problem? has a user ever > been "confused"?

[EGIT] [core/efl] efl-1.8 01/01: evil: use the right ifdef.

2013-12-05 Thread Cedric BAIL
cedric pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=6dd40dc649831412d5a2818273d28776ec00f76b commit 6dd40dc649831412d5a2818273d28776ec00f76b Author: Cedric Bail Date: Sun Dec 1 20:55:54 2013 +0900 evil: use the right ifdef. --- src/lib/evil/evil

[EGIT] [bindings/python/python-efl] master 03/03: Elementary: Fix mistakes in configuration example.

2013-12-05 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=602d0301374bd67cba6194f4fc85adf03d873b7d commit 602d0301374bd67cba6194f4fc85adf03d873b7d Author: Kai Huuhko Date: Thu Dec 5 11:32:42 2013 +0200 Elementary: Fix mistakes in config

[EGIT] [bindings/python/python-efl] master 01/03: Elementary.background: Bypass Evas' _properties_from_keyword_args.

2013-12-05 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=9d37d24943f49727fbfd49265528f14e398c170a commit 9d37d24943f49727fbfd49265528f14e398c170a Author: Kai Huuhko Date: Thu Dec 5 11:29:12 2013 +0200 Elementary.background: Bypass Evas

[EGIT] [bindings/python/python-efl] master 02/03: Elementary.window: Return None when there are no available profiles.

2013-12-05 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=040dc66110af6d0cfd37b2e4e2fdc24eaf53ee9c commit 040dc66110af6d0cfd37b2e4e2fdc24eaf53ee9c Author: Kai Huuhko Date: Thu Dec 5 11:31:22 2013 +0200 Elementary.window: Return None whe

Re: [E-devel] pkgbuild

2013-12-05 Thread The Rasterman
On Thu, 5 Dec 2013 09:29:17 +0100 Jérémy Zurcher said: > you are so right Stephan > - these are not offical files, but they look like why does it matter? has this ever caused an actual problem? has a user ever been "confused"? the debian ones only caused a problem because of POLICY in debian. t

Re: [E-devel] [EGIT] [core/efl] master 02/02: efreet - protect efreetd from recursing too far to save overhead and mem

2013-12-05 Thread The Rasterman
On Thu, 5 Dec 2013 08:52:13 +0100 Sebastian Dransfeld said: > Mustn't we also pop the stack for this to work? at that point nothing has been pushed yet... so that commit doesn't change anything. BUT.. you do bring up a good point... they don't ever pop... ever! > S. > > On 12/04/2013 12:25

Re: [E-devel] pkgbuild

2013-12-05 Thread Jérémy Zurcher
you are so right Stephan - these are not offical files, but they look like - they are not used by mainteners (they do their job in their distro repo) they should go maybe we could replace them with a list of urls like https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=package

Re: [E-devel] [EGIT] [core/efl] master 02/02: efreet - protect efreetd from recursing too far to save overhead and mem

2013-12-05 Thread Sebastian Dransfeld
Mustn't we also pop the stack for this to work? S. On 12/04/2013 12:25 PM, Carsten Haitzler wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=f6f28bf75a65db419ba2dd46f70245afe9d26ba2 > > commit f6f28bf75a65db419ba2dd46f70245afe9d26ba2 > Aut