Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-10-26 Thread Daniel Juyung Seo
How this exception happens?
Item should have its block until the item is removed.

Daniel Juyung Seo (SeoZ)

On Thu, Oct 25, 2012 at 6:55 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 elementary: if no items block to del return

 Author:   yoz
 Date: 2012-10-25 02:55:27 -0700 (Thu, 25 Oct 2012)
 New Revision: 78434
 Trac: http://trac.enlightenment.org/e/changeset/78434

 Modified:
   trunk/elementary/src/lib/elm_genlist.c

 Modified: trunk/elementary/src/lib/elm_genlist.c
 ===
 --- trunk/elementary/src/lib/elm_genlist.c  2012-10-25 09:35:09 UTC (rev 
 78433)
 +++ trunk/elementary/src/lib/elm_genlist.c  2012-10-25 09:55:27 UTC (rev 
 78434)
 @@ -2611,6 +2611,7 @@
 Item_Block *itb = it-item-block;
 Eina_Bool block_changed = EINA_FALSE;

 +   if (!itb) return;
 itb-items = eina_list_remove(itb-items, it);
 itb-count--;
 itb-changed = EINA_TRUE;


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-10-26 Thread Michaël Bouchaud
When the genlist is still not completely builded... and you promote one
item (for me the last one) :)
I have changed my commit, I think it's better now

2012/10/26 Daniel Juyung Seo seojuyu...@gmail.com

 How this exception happens?
 Item should have its block until the item is removed.

 Daniel Juyung Seo (SeoZ)

 On Thu, Oct 25, 2012 at 6:55 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  elementary: if no items block to del return
 
  Author:   yoz
  Date: 2012-10-25 02:55:27 -0700 (Thu, 25 Oct 2012)
  New Revision: 78434
  Trac: http://trac.enlightenment.org/e/changeset/78434
 
  Modified:
trunk/elementary/src/lib/elm_genlist.c
 
  Modified: trunk/elementary/src/lib/elm_genlist.c
  ===
  --- trunk/elementary/src/lib/elm_genlist.c  2012-10-25 09:35:09 UTC
 (rev 78433)
  +++ trunk/elementary/src/lib/elm_genlist.c  2012-10-25 09:55:27 UTC
 (rev 78434)
  @@ -2611,6 +2611,7 @@
  Item_Block *itb = it-item-block;
  Eina_Bool block_changed = EINA_FALSE;
 
  +   if (!itb) return;
  itb-items = eina_list_remove(itb-items, it);
  itb-count--;
  itb-changed = EINA_TRUE;
 
 
 
 --
  Everyone hates slow websites. So do we.
  Make your web apps faster with AppDynamics
  Download AppDynamics Lite for free today:
  http://p.sf.net/sfu/appdyn_sfd2d_oct
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Michaël Bouchaud (yoz) y...@efl.so
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-07-04 Thread Daniel Willmann
On 07/03/2012 02:33 PM, Daniel Juyung Seo wrote:
 I found the same indent problem with edc reference doc. The doxygen
 looked ok but indent was broken on the doc.

Okay, so more problems with doxygen. If I find something out I'll let 
you know.

Regards,
Daniel Willmann

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-07-03 Thread Michaël Bouchaud
No idea how to make it better.
I have asked doxygen comunity, but no response for time...
Le 3 juil. 2012 12:43, Daniel Willmann d.willm...@samsung.com a écrit :

 Hi,

 On 07/02/2012 10:20 AM, Enlightenment SVN wrote:
  Log:
  elementary: add since keyword to the signal documentation
 
  Author:   yoz
 
  Modified: trunk/elementary/src/lib/elm_progressbar.h
  ===
  --- trunk/elementary/src/lib/elm_progressbar.h2012-07-02
 09:17:05 UTC (rev 73139)
  +++ trunk/elementary/src/lib/elm_progressbar.h2012-07-02
 09:20:27 UTC (rev 73140)
  @@ -36,6 +36,7 @@
 * This widget emits the following signals, besides the ones sent from
 * @ref Layout:
 * @li @c changed - when the value is changed
  + * @since 1.1

 I have actually tried that. The problem for me was that the following
 paragraph (This widget has the following styles:...) is indented as if
 it is still part of the changed @li.
 Other variations, such as putting since in front of the changed @li did
 weird things to the formatting as well. I tried to contain it with the
 grouping symbols, but that didn't seem to work, either.

 Regards,
 Daniel Willmann


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-07-03 Thread Daniel Juyung Seo
I found the same indent problem with edc reference doc. The doxygen
looked ok but indent was broken on the doc.
And now I see edc reference is fully broken :(
http://docs.enlightenment.org/auto/edje/edcref.html

Daniel Juyung Seo (SeoZ)

On Tue, Jul 3, 2012 at 9:50 PM, Michaël Bouchaud y...@efl.so wrote:
 No idea how to make it better.
 I have asked doxygen comunity, but no response for time...
 Le 3 juil. 2012 12:43, Daniel Willmann d.willm...@samsung.com a écrit :

 Hi,

 On 07/02/2012 10:20 AM, Enlightenment SVN wrote:
  Log:
  elementary: add since keyword to the signal documentation
 
  Author:   yoz
 
  Modified: trunk/elementary/src/lib/elm_progressbar.h
  ===
  --- trunk/elementary/src/lib/elm_progressbar.h2012-07-02
 09:17:05 UTC (rev 73139)
  +++ trunk/elementary/src/lib/elm_progressbar.h2012-07-02
 09:20:27 UTC (rev 73140)
  @@ -36,6 +36,7 @@
 * This widget emits the following signals, besides the ones sent from
 * @ref Layout:
 * @li @c changed - when the value is changed
  + * @since 1.1

 I have actually tried that. The problem for me was that the following
 paragraph (This widget has the following styles:...) is indented as if
 it is still part of the changed @li.
 Other variations, such as putting since in front of the changed @li did
 weird things to the formatting as well. I tried to contain it with the
 grouping symbols, but that didn't seem to work, either.

 Regards,
 Daniel Willmann


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-28 Thread The Rasterman
On Tue, 26 Jun 2012 13:42:00 -0300 Gustavo Sverzut Barbieri
barbi...@profusion.mobi said:

 On Tue, Jun 26, 2012 at 11:29 AM, Carsten Haitzler ras...@rasterman.com
 wrote:
  On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo seojuyu...@gmail.com
  said:
 
  Great! So it's EFL 1.1/1.3/1.7 this time?
  Or just 1.7 for all of them?
 
  1.7 for all. :)
 
 Glima is about to merge some work that refactor's scroller into an
 interface. That will help to reduce the number of required functions
 and also clean up a bit all the users of scroller. But it will also
 require some changes to Evas (no API/ABI breaks, just additions) and
 Elementary.
 
 So could it wait a bit until this gets in?

so how long will that be? that is the key question.

 The benefit at the end is that we could deprecate/remove all the
 elm_*_scroll_policy_set() and similar, having a single one that
 operates on such interface.
 
 
 -- 
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-28 Thread Gustavo Lima Chaves
* Carsten Haitzler ras...@rasterman.com [2012-06-28 19:15:20 +0900]:

 On Tue, 26 Jun 2012 13:42:00 -0300 Gustavo Sverzut Barbieri
 barbi...@profusion.mobi said:

  On Tue, Jun 26, 2012 at 11:29 AM, Carsten Haitzler ras...@rasterman.com
  wrote:
   On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo 
   seojuyu...@gmail.com
   said:
  
   Great! So it's EFL 1.1/1.3/1.7 this time?
   Or just 1.7 for all of them?
  
   1.7 for all. :)
 
  Glima is about to merge some work that refactor's scroller into an
  interface. That will help to reduce the number of required functions
  and also clean up a bit all the users of scroller. But it will also
  require some changes to Evas (no API/ABI breaks, just additions) and
  Elementary.
 
  So could it wait a bit until this gets in?

 so how long will that be? that is the key question.

I already have list and photocam ready. Scroller is coming in
today. Now that the base is done, porting will be straightforward and
fast. Say, ~ 1 week?

--
Gustavo Lima Chaves
Computer Engineer @ ProFUSION Embedded Systems

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-28 Thread Daniel Juyung Seo
So this comes with some other widgets which are using scroller internally?
On Jun 28, 2012 11:04 PM, Gustavo Lima Chaves gl...@profusion.mobi
wrote:

 * Carsten Haitzler ras...@rasterman.com [2012-06-28 19:15:20 +0900]:

  On Tue, 26 Jun 2012 13:42:00 -0300 Gustavo Sverzut Barbieri
  barbi...@profusion.mobi said:
 
   On Tue, Jun 26, 2012 at 11:29 AM, Carsten Haitzler 
 ras...@rasterman.com
   wrote:
On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo 
 seojuyu...@gmail.com
said:
   
Great! So it's EFL 1.1/1.3/1.7 this time?
Or just 1.7 for all of them?
   
1.7 for all. :)
  
   Glima is about to merge some work that refactor's scroller into an
   interface. That will help to reduce the number of required functions
   and also clean up a bit all the users of scroller. But it will also
   require some changes to Evas (no API/ABI breaks, just additions) and
   Elementary.
  
   So could it wait a bit until this gets in?
 
  so how long will that be? that is the key question.

 I already have list and photocam ready. Scroller is coming in
 today. Now that the base is done, porting will be straightforward and
 fast. Say, ~ 1 week?

 --
 Gustavo Lima Chaves
 Computer Engineer @ ProFUSION Embedded Systems


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-28 Thread Gustavo Lima Chaves
* Daniel Juyung Seo seojuyu...@gmail.com [2012-06-28 23:39:28 +0900]:

 So this comes with some other widgets which are using scroller internally?

Naturally.

-- 
Gustavo Lima Chaves
Computer Engineer @ ProFUSION Embedded Systems

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-28 Thread The Rasterman
On Thu, 28 Jun 2012 11:03:01 -0300 Gustavo Lima Chaves gl...@profusion.mobi
said:

 * Carsten Haitzler ras...@rasterman.com [2012-06-28 19:15:20 +0900]:
 
  On Tue, 26 Jun 2012 13:42:00 -0300 Gustavo Sverzut Barbieri
  barbi...@profusion.mobi said:
 
   On Tue, Jun 26, 2012 at 11:29 AM, Carsten Haitzler ras...@rasterman.com
   wrote:
On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo
seojuyu...@gmail.com said:
   
Great! So it's EFL 1.1/1.3/1.7 this time?
Or just 1.7 for all of them?
   
1.7 for all. :)
  
   Glima is about to merge some work that refactor's scroller into an
   interface. That will help to reduce the number of required functions
   and also clean up a bit all the users of scroller. But it will also
   require some changes to Evas (no API/ABI breaks, just additions) and
   Elementary.
  
   So could it wait a bit until this gets in?
 
  so how long will that be? that is the key question.
 
 I already have list and photocam ready. Scroller is coming in
 today. Now that the base is done, porting will be straightforward and
 fast. Say, ~ 1 week?

ok. then... freeze deadline moved to next friday... NEXT FRIDAY EVERYONE!
FREEZE THEN! no new features after t hen - bugfix time until end of
month/release

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-26 Thread The Rasterman
On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo seojuyu...@gmail.com
said:

 Great! So it's EFL 1.1/1.3/1.7 this time?
 Or just 1.7 for all of them?

1.7 for all. :)

 Daniel Juyung Seo (SeoZ)
 
 On Tue, Jun 26, 2012 at 10:44 AM, Carsten Haitzler ras...@rasterman.com
 wrote:
  On Tue, 26 Jun 2012 10:07:56 +0900 Daniel Juyung Seo seojuyu...@gmail.com
  said:
 
  this weekend we freeze new features in efl for next release. i'm not
  bothering with backports anymore because of this as we wont do another
  bugfix release. but changelog is needed for any non-minor changes.
 
  Backport and ChangeLog needed?
 
  Daniel Juyung Seo (SeoZ)
 
  On Tue, Jun 26, 2012 at 9:10 AM, Enlightenment SVN
  no-re...@enlightenment.org wrote:
   Log:
   elementary: I think this needs some fixing. fileselector, select the
   wrong dir
  
   Author:       yoz
   Date:         2012-06-25 17:10:15 -0700 (Mon, 25 Jun 2012)
   New Revision: 72834
   Trac:         http://trac.enlightenment.org/e/changeset/72834
  
   Modified:
    trunk/elementary/src/lib/elc_fileselector.c
  
   Modified: trunk/elementary/src/lib/elc_fileselector.c
   ===
   --- trunk/elementary/src/lib/elc_fileselector.c 2012-06-25 22:43:57 UTC
   (rev 72833) +++ trunk/elementary/src/lib/elc_fileselector.c 2012-06-26
   00:10:15 UTC (rev 72834) @@ -1181,8 +1181,10 @@
           const char *name;
           char *dir, *s;
  
   -        dir = sd-only_folder ? ecore_file_dir_get(sd-path)
   -          : strdup(sd-path);
   +        if (ecore_file_is_dir(sd-path))
   +          dir = strdup(sd-path);
   +        else
   +          dir = ecore_file_dir_get(sd-path);
           name = elm_object_text_get(sd-filename_entry);
           if (name)
             {
   @@ -1196,9 +1198,7 @@
             }
           else snprintf(buf, sizeof(buf), %s, dir);
  
   -        if (sd-only_folder  !ecore_file_is_dir(buf))
   -          eina_stringshare_replace(sd-selection, ecore_file_dir_get
   (buf));
   -        else eina_stringshare_replace(sd-selection, buf);
   +        eina_stringshare_replace(sd-selection, buf);
  
           if (dir) free(dir);
           return sd-selection;
  
  
   --
   Live Security Virtual Conference
   Exclusive live event will cover all the ways today's security and
   threat landscape has changed and how IT managers can respond. Discussions
   will include endpoint security, mobile security and the latest in malware
   threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
   ___
   enlightenment-svn mailing list
   enlightenment-...@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 
  --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)    ras...@rasterman.com
 
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-26 Thread Vincent Torri
On Tue, Jun 26, 2012 at 4:29 PM, Carsten Haitzler ras...@rasterman.com wrote:
 On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo seojuyu...@gmail.com
 said:

 Great! So it's EFL 1.1/1.3/1.7 this time?
 Or just 1.7 for all of them?

 1.7 for all. :)

so we must search for all the @since 1.3(.0) and replace them

Btw, i would suggest that we use @since 1.7 and not 1.7.0. The micro
version is useless, as it's just for bug fixes, and not API addition.
And if someone can launch a sed script for @since 1.1.0, 1.2.0,
...1.6.0, and remove the micro version, that would be nice.

Vincent

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-26 Thread Gustavo Sverzut Barbieri
On Tue, Jun 26, 2012 at 11:29 AM, Carsten Haitzler ras...@rasterman.com wrote:
 On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo seojuyu...@gmail.com
 said:

 Great! So it's EFL 1.1/1.3/1.7 this time?
 Or just 1.7 for all of them?

 1.7 for all. :)

Glima is about to merge some work that refactor's scroller into an
interface. That will help to reduce the number of required functions
and also clean up a bit all the users of scroller. But it will also
require some changes to Evas (no API/ABI breaks, just additions) and
Elementary.

So could it wait a bit until this gets in?

The benefit at the end is that we could deprecate/remove all the
elm_*_scroll_policy_set() and similar, having a single one that
operates on such interface.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-25 Thread Daniel Juyung Seo
Backport and ChangeLog needed?

Daniel Juyung Seo (SeoZ)

On Tue, Jun 26, 2012 at 9:10 AM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 elementary: I think this needs some fixing. fileselector, select the wrong dir

 Author:       yoz
 Date:         2012-06-25 17:10:15 -0700 (Mon, 25 Jun 2012)
 New Revision: 72834
 Trac:         http://trac.enlightenment.org/e/changeset/72834

 Modified:
  trunk/elementary/src/lib/elc_fileselector.c

 Modified: trunk/elementary/src/lib/elc_fileselector.c
 ===
 --- trunk/elementary/src/lib/elc_fileselector.c 2012-06-25 22:43:57 UTC (rev 
 72833)
 +++ trunk/elementary/src/lib/elc_fileselector.c 2012-06-26 00:10:15 UTC (rev 
 72834)
 @@ -1181,8 +1181,10 @@
         const char *name;
         char *dir, *s;

 -        dir = sd-only_folder ? ecore_file_dir_get(sd-path)
 -          : strdup(sd-path);
 +        if (ecore_file_is_dir(sd-path))
 +          dir = strdup(sd-path);
 +        else
 +          dir = ecore_file_dir_get(sd-path);
         name = elm_object_text_get(sd-filename_entry);
         if (name)
           {
 @@ -1196,9 +1198,7 @@
           }
         else snprintf(buf, sizeof(buf), %s, dir);

 -        if (sd-only_folder  !ecore_file_is_dir(buf))
 -          eina_stringshare_replace(sd-selection, ecore_file_dir_get(buf));
 -        else eina_stringshare_replace(sd-selection, buf);
 +        eina_stringshare_replace(sd-selection, buf);

         if (dir) free(dir);
         return sd-selection;


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-25 Thread The Rasterman
On Tue, 26 Jun 2012 10:07:56 +0900 Daniel Juyung Seo seojuyu...@gmail.com
said:

this weekend we freeze new features in efl for next release. i'm not bothering
with backports anymore because of this as we wont do another bugfix release.
but changelog is needed for any non-minor changes.

 Backport and ChangeLog needed?
 
 Daniel Juyung Seo (SeoZ)
 
 On Tue, Jun 26, 2012 at 9:10 AM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  elementary: I think this needs some fixing. fileselector, select the wrong
  dir
 
  Author:       yoz
  Date:         2012-06-25 17:10:15 -0700 (Mon, 25 Jun 2012)
  New Revision: 72834
  Trac:         http://trac.enlightenment.org/e/changeset/72834
 
  Modified:
   trunk/elementary/src/lib/elc_fileselector.c
 
  Modified: trunk/elementary/src/lib/elc_fileselector.c
  ===
  --- trunk/elementary/src/lib/elc_fileselector.c 2012-06-25 22:43:57 UTC
  (rev 72833) +++ trunk/elementary/src/lib/elc_fileselector.c 2012-06-26
  00:10:15 UTC (rev 72834) @@ -1181,8 +1181,10 @@
          const char *name;
          char *dir, *s;
 
  -        dir = sd-only_folder ? ecore_file_dir_get(sd-path)
  -          : strdup(sd-path);
  +        if (ecore_file_is_dir(sd-path))
  +          dir = strdup(sd-path);
  +        else
  +          dir = ecore_file_dir_get(sd-path);
          name = elm_object_text_get(sd-filename_entry);
          if (name)
            {
  @@ -1196,9 +1198,7 @@
            }
          else snprintf(buf, sizeof(buf), %s, dir);
 
  -        if (sd-only_folder  !ecore_file_is_dir(buf))
  -          eina_stringshare_replace(sd-selection, ecore_file_dir_get
  (buf));
  -        else eina_stringshare_replace(sd-selection, buf);
  +        eina_stringshare_replace(sd-selection, buf);
 
          if (dir) free(dir);
          return sd-selection;
 
 
  --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-25 Thread Daniel Juyung Seo
Great! So it's EFL 1.1/1.3/1.7 this time?
Or just 1.7 for all of them?

Daniel Juyung Seo (SeoZ)

On Tue, Jun 26, 2012 at 10:44 AM, Carsten Haitzler ras...@rasterman.com wrote:
 On Tue, 26 Jun 2012 10:07:56 +0900 Daniel Juyung Seo seojuyu...@gmail.com
 said:

 this weekend we freeze new features in efl for next release. i'm not bothering
 with backports anymore because of this as we wont do another bugfix release.
 but changelog is needed for any non-minor changes.

 Backport and ChangeLog needed?

 Daniel Juyung Seo (SeoZ)

 On Tue, Jun 26, 2012 at 9:10 AM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  elementary: I think this needs some fixing. fileselector, select the wrong
  dir
 
  Author:       yoz
  Date:         2012-06-25 17:10:15 -0700 (Mon, 25 Jun 2012)
  New Revision: 72834
  Trac:         http://trac.enlightenment.org/e/changeset/72834
 
  Modified:
   trunk/elementary/src/lib/elc_fileselector.c
 
  Modified: trunk/elementary/src/lib/elc_fileselector.c
  ===
  --- trunk/elementary/src/lib/elc_fileselector.c 2012-06-25 22:43:57 UTC
  (rev 72833) +++ trunk/elementary/src/lib/elc_fileselector.c 2012-06-26
  00:10:15 UTC (rev 72834) @@ -1181,8 +1181,10 @@
          const char *name;
          char *dir, *s;
 
  -        dir = sd-only_folder ? ecore_file_dir_get(sd-path)
  -          : strdup(sd-path);
  +        if (ecore_file_is_dir(sd-path))
  +          dir = strdup(sd-path);
  +        else
  +          dir = ecore_file_dir_get(sd-path);
          name = elm_object_text_get(sd-filename_entry);
          if (name)
            {
  @@ -1196,9 +1198,7 @@
            }
          else snprintf(buf, sizeof(buf), %s, dir);
 
  -        if (sd-only_folder  !ecore_file_is_dir(buf))
  -          eina_stringshare_replace(sd-selection, ecore_file_dir_get
  (buf));
  -        else eina_stringshare_replace(sd-selection, buf);
  +        eina_stringshare_replace(sd-selection, buf);
 
          if (dir) free(dir);
          return sd-selection;
 
 
  --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)    ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2011-12-19 Thread Daniel Juyung Seo
This is a great commit! Annoying scroller bug is finally fixed!
Thanks a lot!

Daniel Juyung Seo (SeoZ)

On Tue, Dec 20, 2011 at 3:17 AM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 elementary: Fixed the problem of scroller (photocam, gengrid, ... maybe 
 other). When we are dragging or animating the scroller, we can do call some 
 edje_object_part_drag_value_set who generate an edje signal 'drag,set'. But, 
 we don't want catch it at this times!

 Author:       yoz
 Date:         2011-12-19 10:17:45 -0800 (Mon, 19 Dec 2011)
 New Revision: 66339
 Trac:         http://trac.enlightenment.org/e/changeset/66339

 Modified:
  trunk/elementary/src/lib/els_scroller.c

 Modified: trunk/elementary/src/lib/els_scroller.c
 ===
 --- trunk/elementary/src/lib/els_scroller.c     2011-12-19 17:42:08 UTC (rev 
 66338)
 +++ trunk/elementary/src/lib/els_scroller.c     2011-12-19 18:17:45 UTC (rev 
 66339)
 @@ -2534,6 +2534,10 @@
    Evas_Coord x, y, mx = 0, my = 0, px, py, minx = 0, miny = 0;
    double vx, vy;

 +   if ((sd-down.dragged) || (sd-down.bounce_x_animator)
 +       || (sd-down.bounce_y_animator) || (sd-down.momentum_animator)
 +       || (sd-scrollto.x.animator) || (sd-scrollto.y.animator))
 +     return;
    edje_object_part_drag_value_get(sd-edje_obj, elm.dragable.vbar, NULL, 
 vy);
    edje_object_part_drag_value_get(sd-edje_obj, elm.dragable.hbar, vx, 
 NULL);
    sd-pan_func.max_get(sd-pan_obj, mx, my);


 --
 Learn Windows Azure Live!  Tuesday, Dec 13, 2011
 Microsoft is holding a special Learn Windows Azure training event for
 developers. It will provide a great way to learn Windows Azure and what it
 provides. You can attend the event by watching it streamed LIVE online.
 Learn more at http://p.sf.net/sfu/ms-windowsazure
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel