Re: [E-devel] e16 version numbering

2009-03-21 Thread Veli Ogla Sungutay
10 years? Already? :( i'll be 30 next month. I think this switch is fine Kim. On Sat, Mar 21, 2009 at 12:26 PM, Kim Woelders wrote: > Hello, > > I think by now it has been well established that enlightenment is e17, and > e16 is, well, e16. > The e16 version numbers are somewhat ridiculous (last

[E-devel] e16 version numbering

2009-03-21 Thread Kim Woelders
Hello, I think by now it has been well established that enlightenment is e17, and e16 is, well, e16. The e16 version numbers are somewhat ridiculous (last release was e16-0.16.8.15), at least when taken out of context. Unless there are objections I'd like to release the next version as e16-1.0.0

[E-devel] [PATCH] signedness issues in efreet_menu.c

2009-03-21 Thread Albin Tonnerre
Hello, efreet_menu.c compare variables which have type 'char' to -1 (members of the Efreet_Menu_Internal and Efreet_Menu_Layout structures). This causes issues on architectures where chars are unsigned, such as ARM (at least on the freerunner). In particular, the use of in menu files results in ma

[E-devel] [PATH] add build theme option in configure.in

2009-03-21 Thread Nicolas Aguirre
Hi, This patch add an option in configure to enable/disable theme build. It's usefull when you cross compile elementary and your host doesn't have edje_cc. (it's the case in GeexBox toolchain) Default behaviour build the theme. regards -- Nicolas Aguirre Mail: aguirre.nico...@gmail.com Web: http:

Re: [E-devel] [PATCH] signedness issues in efreet_menu.c

2009-03-21 Thread Gustavo Sverzut Barbieri
in svn, but moving these code to use boolean or enum should be a better solution, then just use a bitfield with 2 bits or bit more. On Sat, Mar 21, 2009 at 8:38 AM, Albin Tonnerre wrote: > Hello, > efreet_menu.c compare variables which have type 'char' to -1 (members > of the Efreet_Menu_Internal

Re: [E-devel] E SVN: urandom trunk/e/src/bin

2009-03-21 Thread Gustavo Sverzut Barbieri
I'm thinking: shouldn't we just have the binary name? why having arguments in the sort matters? Possibly to sort duplicates in different dirs the same (/bin/cp, /home/gustavo/bin/cp), I'd compare the normalized binary name and then the full path if the binary name are the same. On Sat, Mar 21, 2

Re: [E-devel] [PATH] add build theme option in configure.in

2009-03-21 Thread Gustavo Sverzut Barbieri
On Sat, Mar 21, 2009 at 9:11 AM, Nicolas Aguirre wrote: > Hi, > This patch add an option in configure to enable/disable theme build. It's > usefull when you cross compile elementary and your host doesn't have > edje_cc. (it's the case in GeexBox toolchain) > Default behaviour build the theme. whe

Re: [E-devel] E SVN: urandom trunk/e/src/bin

2009-03-21 Thread Viktor Kojouharov
On Sat, 2009-03-21 at 14:05 -0300, Gustavo Sverzut Barbieri wrote: > I'm thinking: shouldn't we just have the binary name? why having > arguments in the sort matters? it's also about matching a given exe to get its popularity. when you execute a desktop file which has exec=/foo/bar %u, the exehist

Re: [E-devel] [PATH] add build theme option in configure.in

2009-03-21 Thread The Rasterman
On Sat, 21 Mar 2009 13:11:46 +0100 Nicolas Aguirre said: > Hi, > This patch add an option in configure to enable/disable theme build. It's > usefull when you cross compile elementary and your host doesn't have > edje_cc. (it's the case in GeexBox toolchain) > Default behaviour build the theme. a