Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Vincent Torri
On Wed, 16 Aug 2006, Carsten Haitzler (The Rasterman) wrote: > > i think i should check git. i know svn enough to know its a viable move from > cvs - but i know very little of git - but from the comments - it seems good > (these days) - though much more radical than move to svn :) Then try xcb

Re: [E-devel] E CVS: proto rhapsodhy

2006-08-16 Thread Simon TRENY
On Wed, 16 Aug 2006 05:18:41 -0400 (EDT), Enlightenment CVS <[EMAIL PROTECTED]> wrote : > Enlightenment CVS committal > > Author : rhapsodhy > Project : e17 > Module : proto > > Dir : e17/proto/entrance_edit_gui/src/widgets > > > Modified Files: > _ew_list.c ew_dialog.c ew_dialog.h

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-16 Thread [EMAIL PROTECTED]
David: I've attached a librsvg based svg loader for evas in case you might find it useful.. it uses a scale of 90 dpi for rendering, and needs librsvg >= 2.13. If you want to give this a try, you will have to add it to evas... then test it, and possibly debug it.. :( I've no

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Shish
> now if you can - try "slowing down" the server. I'm running a box I found in the trash, with a "designed for windows 95" sticker on the side; I would hope that's slow enough :P On the down side, cvs2svn is taking ages -- it's currently translating cvs commit 3000 / 25000 after about 3 hours...

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Solerman Kaplon
Dènis Riedijk escreveu: > What I can say is that from a usability point of view it is very fast > (that was Linus' number one design rule when he wrote git) > For download performance it is probably important to pack the > repository before checking out from a client. Pack files are supposed > t

Re: [E-devel] E CVS: proto rhapsodhy

2006-08-16 Thread Essien Ita Essien
Simon TRENY wrote: > On Wed, 16 Aug 2006 05:18:41 -0400 (EDT), > Enlightenment CVS <[EMAIL PROTECTED]> wrote : > > >> Enlightenment CVS committal >> >> Author : rhapsodhy >> Project : e17 >> Module : proto >> >> Dir : e17/proto/entrance_edit_gui/src/widgets >> >> >> Modified Files: >>

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Andrew Williams
It is better (imho) the disk space issue is valid, BUT it is not server-side but client site. The svn repo is pretty light on the server (no heavier than CVS, cp commands are lightweight copies which can help) but on the client side there is pretty much 2 copies of everything (i.e. a cache of the s

Re: [E-devel] E CVS: apps/e raster

2006-08-16 Thread Simon TRENY
On Sat, 12 Aug 2006 23:37:23 -0400 (EDT), Enlightenment CVS <[EMAIL PROTECTED]> wrote : > Enlightenment CVS committal > > Author : raster > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_border.c > > > Log Message: > > > focusout patch f

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Andrew Williams
Carsten Haitzler (The Rasterman) wrote: > > i think i should check git. i know svn enough to know its a viable move from > cvs - but i know very little of git - but from the comments - it seems good > (these days) - though much more radical than move to svn :) > > Of course one reason for using

Re: [E-devel] E CVS: apps/e raster

2006-08-16 Thread brian . mattern
On Wed, Aug 16, 2006 at 04:06:32AM -0400, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : raster > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > Makefile.am > > > Log Message: > > > compile again > > bad rephorm! > C

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Andrew Williams
David Seikel wrote: > On Tue, 15 Aug 2006 00:41:34 -0400 Michael Jennings <[EMAIL PROTECTED]> > wrote: > > >> FUD. You can tag CVS without having a checkout. (Try cvs -H rtag.) >> And SVN doesn't even HAVE tagging. It has copying, which contrary to >> popular (SVN developer) belief, is NOT th

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Eugen Minciu
Hello again, I was thinking that you might want to try something if you get a second machine up. >From the man page of git-cvsimport: "Imports a CVS repository into git. It will either create a new repository, or incrementally import into an existing one." So you might want to try using a "git

[E-devel] wallpaper & theme dialogs

2006-08-16 Thread Aleksej Struk
Hey all, I'm currently compiled the lates E cvs, and tried wallpaper and theme dialogs. So, I have some comments on them. IMHO the wallpaper/theme list is too small in height and width. It is quite hard to navigate it, at least for me, since I have to scroll the list too much. For example I have

Re: [E-devel] E CVS: apps/e raster

2006-08-16 Thread Sthithaprajna Garapaty
I'll look into it and spit out another patch soon. On 8/16/06, Sthithaprajna Garapaty <[EMAIL PROTECTED]> wrote: > I'll look into it and spit out another patch soon. > > On 8/16/06, Simon TRENY <[EMAIL PROTECTED]> wrote: > > On Sat, 12 Aug 2006 23:37:23 -0400 (EDT), > > Enlightenment CVS <[EMAIL P

Re: [E-devel] E CVS: apps/e raster

2006-08-16 Thread Simon TRENY
On Wed, 16 Aug 2006 16:13:13 +0200, Simon TRENY <[EMAIL PROTECTED]> wrote : > On Sat, 12 Aug 2006 23:37:23 -0400 (EDT), > Enlightenment CVS <[EMAIL PROTECTED]> wrote : > > > Enlightenment CVS committal > > > > Author : raster > > Project : e17 > > Module : apps/e > > > > Dir : e17/apps/e/

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Kim Woelders
Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : essiene > Project : e17 > Module : proto > > Dir : e17/proto/entrance_edit_gui/src/widgets > > > Modified Files: > ew_entry.c ew_entry.h > > > Log Message: > - Fix return type warning when getting an etk_entry, i

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Essien Ita Essien
Kim Woelders wrote: > Enlightenment CVS wrote: > >> Enlightenment CVS committal >> >> Author : essiene >> Project : e17 >> Module : proto >> >> Dir : e17/proto/entrance_edit_gui/src/widgets >> >> >> Modified Files: >> ew_entry.c ew_entry.h >> >> >> Log Message: >> - Fix return type w

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Simon TRENY
On Wed, 16 Aug 2006 21:06:28 +0100, Essien Ita Essien <[EMAIL PROTECTED]> wrote : > Kim Woelders wrote: > > Enlightenment CVS wrote: > > > >> Enlightenment CVS committal > >> > >> Author : essiene > >> Project : e17 > >> Module : proto > >> > >> Dir : e17/proto/entrance_edit_gui/src/widge

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Essien Ita Essien
Simon TRENY wrote: > On Wed, 16 Aug 2006 21:06:28 +0100, > Essien Ita Essien <[EMAIL PROTECTED]> wrote : > > >> Kim Woelders wrote: >> >>> Enlightenment CVS wrote: >>> >>> Enlightenment CVS committal Author : essiene Project : e17 Module : proto >>>

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Kim Woelders
Simon TRENY wrote: > On Wed, 16 Aug 2006 21:06:28 +0100, > Essien Ita Essien <[EMAIL PROTECTED]> wrote : > > >>Kim Woelders wrote: >> >>>Enlightenment CVS wrote: >>> >>> Enlightenment CVS committal Author : essiene Project : e17 Module : proto Dir : e17/proto

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread dan sinclair
Essien Ita Essien wrote: > > Anyhoo... who *own* ecore (i.e. who do i have to bug with that > recommendation? :) ). Send a patch to the ml. Someone will look at it. HandyAndE is the main author of ecore_config if you're curious. dan

Re: [E-devel] [PATCH] add data set/get of specific columns of an Etk_Combobox_Item

2006-08-16 Thread Simon TRENY
On Fri, 4 Aug 2006 12:00:57 -0200, "Chady Kassouf" <[EMAIL PROTECTED]> wrote : > Hi, > > This is to allow people to get/set the widgets on specific columns of > the combobox item. > Hi Chady, I'm sorry, I still haven't had the time to look at it. Going to look at it in the next days. Thanks f

[E-devel] [PATCH] ecore_desktop_icon_find add const

2006-08-16 Thread dan sinclair
Hello, Attached is a patch to make the ecore_desktop_icon_find function use and return const strings. It doesn't appear to modify these strings (and it still works once constified). But, I wanted to send it here before committing it as I'm not sure if this code is changing in ecore_desktop o

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Simon TRENY
On Wed, 16 Aug 2006 16:28:15 -0400, dan sinclair <[EMAIL PROTECTED]> wrote : > Essien Ita Essien wrote: > > > > Anyhoo... who *own* ecore (i.e. who do i have to bug with that > > recommendation? :) ). > > Send a patch to the ml. Someone will look at it. HandyAndE is the > main author of ecore_c

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread The Rasterman
On Wed, 16 Aug 2006 14:51:39 +0100 Andrew Williams <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > > > i think i should check git. i know svn enough to know its a viable move from > > cvs - but i know very little of git - but from the comments - it seems good > > (these

Re: [E-devel] E CVS: apps/e raster

2006-08-16 Thread The Rasterman
On Wed, 16 Aug 2006 19:14:26 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: Hmmm - this is weird - that patch seems fine. it refcounts the border up - spews out an event. unless the focus call is called from within the free func for the border that is focused i addded an obj is del check and r

Re: [E-devel] wallpaper & theme dialogs

2006-08-16 Thread The Rasterman
On Wed, 16 Aug 2006 17:16:34 + Aleksej Struk <[EMAIL PROTECTED]> babbled: > > Hey all, > > I'm currently compiled the lates E cvs, and tried wallpaper and theme > dialogs. So, I have some comments on them. IMHO the wallpaper/theme > list is too small in height and width. It is quite hard to

Re: [E-devel] wallpaper & theme dialogs

2006-08-16 Thread Aleksej Struk
On Thu, Aug 17, 2006 at 08:16:11AM +0900, Carsten Haitzler wrote: > On Wed, 16 Aug 2006 17:16:34 + Aleksej Struk <[EMAIL PROTECTED]> babbled: > > > > > Hey all, > > > > I'm currently compiled the lates E cvs, and tried wallpaper and theme > > dialogs. So, I have some comments on them. IMHO t

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Michael Jennings
On Tuesday, 15 August 2006, at 14:48:36 (-0500), Nathan Ingersoll wrote: > Do we have any current statistics about the load on a CVS mirror? > Might be easier to find more mirrors if we can give them some idea > what sort of bandwidth, disk use and CPU load they can expect. The repository current

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Lyle Kempler
* Eugen Minciu ([EMAIL PROTECTED]) wrote: > I was thinking that you might want to try something if you get a > second machine up. > > >From the man page of git-cvsimport: > "Imports a CVS repository into git. It will either create a new > repository, or incrementally import into an existing one."