[E-devel] [PATCH] Ticket #273. Make fallback to parent dir when no permissions

2009-05-15 Thread Sergey Semernin
Hello, All. Patch to ticket #273. Now, when "open dirs in place" is active and user haven't permission to open dir, efm2 fallback to parent directory. Also other events (for ex. delete) on dirs opened in efm will cause go to it's parents in efm windows. e_fm.c | 30 +++

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

2009-05-15 Thread Christopher Michael
Fixed, Thanks Viktor :) Damn fat-finger typing :) dh Viktor Kojouharov wrote: > On Fri, 2009-05-15 at 11:11 -0700, Enlightenment SVN wrote: >> Log: >> use E_NEW & E_FREE macros >> >> Author: devilhorns >> Date: 2009-05-15 11:11:41 -0700 (Fri, 15 May 2009) >> New Revision: 4068

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

2009-05-15 Thread Viktor Kojouharov
On Fri, 2009-05-15 at 11:11 -0700, Enlightenment SVN wrote: > Log: > use E_NEW & E_FREE macros > > Author: devilhorns > Date: 2009-05-15 11:11:41 -0700 (Fri, 15 May 2009) > New Revision: 40680 > > Modified: > trunk/e/src/bin/e_pan.c > > Modified: trunk/e/src/bin/e_pan.c > ==

Re: [E-devel] E SVN: cedric trunk/evas/src/bin

2009-05-15 Thread Gustavo Sverzut Barbieri
On Fri, May 15, 2009 at 10:19 AM, Enlightenment SVN wrote: > Log: >        * cserve: Fix potential source of segv in cserve. > > Author:       cedric > Date:         2009-05-15 06:19:27 -0700 (Fri, 15 May 2009) > New Revision: 40672 > > Modified: >  trunk/evas/src/bin/evas_cserve_main.c > > Modifi

Re: [E-devel] THUMB_SIZE_CUSTOM 0 in Epsilon.c

2009-05-15 Thread Gustavo Sverzut Barbieri
On Fri, May 15, 2009 at 6:02 AM, Hendrik Siedelmann wrote: > 2009/5/14  : >> Hi all, >> >> can some one tel me why THUMB_SIZE_CUSTOM is 0 in Epsilon.c >> (epsilon/src/lib). >> I break my head on this little program and I dont understand the probleme > > > Epsilon is broken, this is what I wrote t

Re: [E-devel] [PATCH] efm_path module improvement

2009-05-15 Thread Sergey Semernin
Hello, All. In message from 15 мая 2009 Carsten Haitzler wrote: > On Tue, 12 May 2009 15:28:42 +0400 "Sergey P. Semernin" > said: > > hey may! again - can you attach the patch not inline it? :) > Ok. Sorry. Attaching. Sincerely yours, Sergey. -- Jabber/XMPP: sergey.semer...@gmail.com Cellul

[E-devel] polygon disappears when moving

2009-05-15 Thread Klaus Rechert
Hi, I've created some wide lines via evas_object_polygon. It used to work fine so far. But since the last SVN update (maybe?!?) the polygon disappears when moving it with evas_object_move(). Otherwise it is rendered fine. Any ideas? Cheers Klaus ---

Re: [E-devel] [PATCH] efm_path module improvement

2009-05-15 Thread Sergey Semernin
Hello, All. In message from 15 мая 2009 Carsten Haitzler wrote: > On Tue, 12 May 2009 15:28:42 +0400 "Sergey P. Semernin" > said: > > hey may! again - can you attach the patch not inline it? :) > Ok. Sorry. Attaching. Sincerely yours, Sergey. -- Jabber/XMPP: sergey.semer...@gmail.com Cellul

Re: [E-devel] [PATCH] efm_nav keyboard shortcuts

2009-05-15 Thread Sergey Semernin
Hello, All. In message from 15 мая 2009 Carsten Haitzler wrote: > On Fri, 1 May 2009 11:02:59 +0400 Sergey Semernin > said: > > request. can you attach your patch, not inline it? line wrapping destroys > it. > Ok. Attaching patch and diff files. Sincerely yours, Sergey. -- Jabber/XMPP: serge

Re: [E-devel] some notes about "E17 binary packages"

2009-05-15 Thread Cedric BAIL
On Fri, May 15, 2009 at 8:31 AM, Carsten Haitzler wrote: > On Tue, 21 Apr 2009 22:27:39 +0400 sda said: >> fine, but let's look at the current reality. the "Extras" have for >> example the "Exchange" library which provide on-line access to the >> http://exchange.enlightenment.org/ . please correc

Re: [E-devel] [PATCH] fm2 needs gui to set background/overlay

2009-05-15 Thread The Rasterman
On Thu, 7 May 2009 11:46:19 +0400 "Sergey P. Semernin" said: ooh nice! checked - looks ok. in svn it goes! awesome! > Hello, All! > > This patch will add dialogs for directory background and overlay selection > when it's viewed in EFM2. All directory's look and feel information stored > in ".di

Re: [E-devel] [PATCH] efm_nav keyboard shortcuts

2009-05-15 Thread The Rasterman
On Fri, 1 May 2009 11:02:59 +0400 Sergey Semernin said: request. can you attach your patch, not inline it? line wrapping destroys it. > Hello, All. > > This patch adding keyboard shortcuts to efm_nav module. > When efm_nav placed on efm2 window toolbar, next shortcuts are activated: > Alt+L

Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-15 Thread The Rasterman
On Sun, 10 May 2009 23:58:40 +0200 Peter Wehrfritz said: we should possibly do this... but i think this might get put off for a while as i don't think its too urgent and it may invole a lot of fiddling around the strings. maybe do it once dialogs are settled and strings are stable. > Carsten Hai

Re: [E-devel] [PATCH] efm_path module improvement

2009-05-15 Thread The Rasterman
On Tue, 12 May 2009 15:28:42 +0400 "Sergey P. Semernin" said: hey may! again - can you attach the patch not inline it? :) > Hello, All! > > Some improvements on efm_path module: > 1. fixed "Location:" label sizing, > 2. added button to clear path entry, > 3. added button to go to th

Re: [E-devel] Mouse events with elementary and python?

2009-05-15 Thread The Rasterman
On Fri, 01 May 2009 01:17:18 + digger vermont said: > Hello All, > > I'm working with the python bindings for elementary and can't figure out > how to use the mouse events. I can get them to work with a slider, but > with the frame and anchor block I tried it is not. you are not meant to u

Re: [E-devel] [emotion][PATCH] fixing bugs after eina list change

2009-05-15 Thread The Rasterman
On Mon, 4 May 2009 15:23:54 -0300 Bruno Dilly said: > This patch fix some bugs in gstreamer module. thanks very much! in svn! :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com -

Re: [E-devel] Overriding text { } attribute for TEXTBLOCK

2009-05-15 Thread The Rasterman
On Tue, 28 Apr 2009 11:47:21 +0200 Viktor Kojouharov said: > On Tue, 2009-04-28 at 13:30 +0400, Sergey P. Semernin wrote: > > Hello, All. > > > > For example, I'm creating a TEXTBLOCK part in widget: > > > > part { > > name: "text.block"; > > type: TEXTBLOCK; > > ... > > description { >

Re: [E-devel] Efm_Nav keyboard shortcuts

2009-05-15 Thread The Rasterman
On Thu, 30 Apr 2009 10:41:31 +0400 Sergey Semernin said: > Hello, All. > > Situation: efm_nav has a directory change history list. To make keyboard > shortcust for up, prev, next I should use EVAS_CALLBACK_KEY_DOWN if widget > catch keyboard events. But, efm_nav have'nt focus and not receive t

Re: [E-devel] Mouse events with elementary and python?

2009-05-15 Thread The Rasterman
On Fri, 01 May 2009 11:19:28 -0400 digger vermont said: > Hi Gustavo, > > On Fri, 2009-05-01 at 08:29 -0300, Gustavo Sverzut Barbieri wrote: > > On Thu, Apr 30, 2009 at 10:17 PM, digger vermont > > wrote: > > > Hello All, > > > > > > I'm working with the python bindings for elementary and can't

Re: [E-devel] [PATCH] In-place renaming for efm2

2009-05-15 Thread The Rasterman
On Thu, 23 Apr 2009 08:04:01 +0400 Sergey Semernin said: > Hello, All. > > In message from 23 апреля 2009 Carsten Haitzler wrote: > > > hmmm ... not what i wanted. i wanted edje's entry used as it can actually > > follow theme styles etc. etc. this uses e's entry which is old (and should > > no

Re: [E-devel] some notes about "E17 binary packages"

2009-05-15 Thread The Rasterman
On Tue, 21 Apr 2009 22:27:39 +0400 sda said: > hello, > > the information provided below are related to the following: > http://trac.enlightenment.org/e/wiki/E17%20binary%20packages > > 1) suppose that it's nothing but a timing issue, but anyway it's > impossible to follow "Release Schedule" wi

Re: [E-devel] [PATCH] Replace Ecore_List2 with Eina_List

2009-05-15 Thread The Rasterman
On Mon, 27 Apr 2009 15:15:46 +0200 Albin Tonnerre said: > On Mon, Apr 27, 2009 at 09:18:39AM -0300, Gustavo Sverzut Barbieri wrote : > > Sachiel is right, List2 is the same as Inlist, lists where the data is > > the node, you avoid a bit of memory fragmentation. > > Eina_List can use the eina me

Re: [E-devel] fm2 auto-mount on insert for removable devices

2009-05-15 Thread The Rasterman
On Sat, 2 May 2009 00:57:23 +0200 Dave Andreoli said: > 2009/4/30 Luca De Marini > > > 2009/4/30 Viktor Kojouharov > > > > > On Thu, 2009-04-30 at 18:01 -0300, Gustavo Sverzut Barbieri wrote: > > > > On Thu, Apr 30, 2009 at 3:45 AM, Sergey Semernin > > > > wrote: > > > > > Hello, All. > > > >

Re: [E-devel] [RFC] background panning when changing desks

2009-05-15 Thread The Rasterman
On Fri, 01 May 2009 11:59:45 +0200 Viktor Kojouharov said: > On Fri, 2009-05-01 at 10:33 +1000, Carsten Haitzler wrote: > > On Fri, 01 May 2009 02:02:01 +0200 Viktor Kojouharov > > said: > > > > > I've updated the patch with a few fixes and also with sending a message > > > with all the info th

Re: [E-devel] possible error in xlib (and xcb) evas engine

2009-05-15 Thread The Rasterman
On Fri, 24 Apr 2009 08:29:11 +0200 (CEST) Vincent Torri said: > > hey, > > in evas_xlib_outbuf, lines 202 to 209, swap and bit_swap are set but the > tests done on byte_order and bit_order are not symmetric according to > endianness (big endian : LSB and MSB, little endian : twice MSB) > > I

Re: [E-devel] berlin/paris/berne... who's around?

2009-05-15 Thread The Rasterman
On Fri, 1 May 2009 18:58:17 +0200 Beber said: ok - awesome. a small crowd in paris :) the evening of the 27th for dinner/drinks has been suggested. everyone ok with that? :) > jeudi 23 avril da 11:51:20, « Steven Le Roux » a skriv : > > > Sounds good to me for Paris ;) > > > > Vincent, Cedric,

Re: [E-devel] THUMB_SIZE_CUSTOM 0 in Epsilon.c

2009-05-15 Thread Hendrik Siedelmann
2009/5/14 : > Hi all, > > can some one tel me why THUMB_SIZE_CUSTOM is 0 in Epsilon.c (epsilon/src/lib). > I break my head on this little program and I dont understand the probleme Epsilon is broken, this is what I wrote to the ML about the problem: 2009/3/24 Hendrik Siedelmann : > These patch

Re: [E-devel] E17 in Twitter...

2009-05-15 Thread Michael Jennings
On Thursday, 14 May 2009, at 10:22:19 (+0200), Thomas Gst?dtner wrote: > If people tried to keep it simple without a service to limit them this > would be no "advantage" at all. > E.g. many blog systems support a digest, if you click on it you see > the full message (not saying blogs would be the