GTK+ CVS access FAQ out of date

2007-04-09 Thread Francesco Montorsi
Hi,
   the only document I could find for checking out the CVS repo of GTK+ 
is this:

http://www.gtk.org/faq/#AEN325

and it seems out of date since if I follow the istructions I get:

[EMAIL PROTECTED]:~/work$ CVSROOT=':pserver:[EMAIL PROTECTED]:/cvs/gnome'

[EMAIL PROTECTED]:~/work$ export CVSROOT

[EMAIL PROTECTED]:~/work$ cvs login
Logging in to :pserver:[EMAIL PROTECTED]:2401/cvs/gnome
CVS password:
Unknown host anoncvs.gnome.org.

[EMAIL PROTECTED]:~/work$ cvs -z3 get gtk+
Unknown host anoncvs.gnome.org.

What is the up2date URL for getting the GTK+ CVS repo?

Thanks,
Francesco

-- 





___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK+ CVS access FAQ out of date

2007-04-09 Thread Tristan Van Berkom
On Mon, 2007-04-09 at 16:08 +0200, Francesco Montorsi wrote:
 Hi,
the only document I could find for checking out the CVS repo of GTK+ 
 is this:
 
 http://www.gtk.org/faq/#AEN325
 
 and it seems out of date since if I follow the istructions I get:
 
 [EMAIL PROTECTED]:~/work$ CVSROOT=':pserver:[EMAIL PROTECTED]:/cvs/gnome'
 
 [EMAIL PROTECTED]:~/work$ export CVSROOT
 
 [EMAIL PROTECTED]:~/work$ cvs login
 Logging in to :pserver:[EMAIL PROTECTED]:2401/cvs/gnome
 CVS password:
 Unknown host anoncvs.gnome.org.
 
 [EMAIL PROTECTED]:~/work$ cvs -z3 get gtk+
 Unknown host anoncvs.gnome.org.
 
 What is the up2date URL for getting the GTK+ CVS repo?
 

IIRC it was discontinued recently (the cvs repo /was/ around
for a few months following the migration though).

http://live.gnome.org/SubversionFAQ

Cheers,
 -Tristan


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK+ CVS access FAQ out of date

2007-04-09 Thread Yeti
On Mon, Apr 09, 2007 at 04:08:53PM +0200, Francesco Montorsi wrote:
the only document I could find for checking out the CVS repo of GTK+ 
 is this:
 
 http://www.gtk.org/faq/#AEN325
 
 and it seems out of date since if I follow the istructions I get:
 
 [EMAIL PROTECTED]:~/work$ CVSROOT=':pserver:[EMAIL PROTECTED]:/cvs/gnome'
 
 [EMAIL PROTECTED]:~/work$ export CVSROOT
 
 [EMAIL PROTECTED]:~/work$ cvs login
 Logging in to :pserver:[EMAIL PROTECTED]:2401/cvs/gnome
 CVS password:
 Unknown host anoncvs.gnome.org.
 
 [EMAIL PROTECTED]:~/work$ cvs -z3 get gtk+
 Unknown host anoncvs.gnome.org.
 
 What is the up2date URL for getting the GTK+ CVS repo?

None, Gnome does not use CVS any more.  See

  http://developer.gnome.org/tools/svn.html

Yeti

--
http://gwyddion.net/
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK+ CVS access FAQ out of date

2007-04-09 Thread Francesco Montorsi
Hi,

Tristan Van Berkom ha scritto:
 IIRC it was discontinued recently (the cvs repo /was/ around
 for a few months following the migration though).
 
 http://live.gnome.org/SubversionFAQ
thanks!

it would be nice to update also the FAQ on the www.gtk.org website :)


Francesco


-- 




___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Statically link with GTK

2007-04-09 Thread Reed Hedges

Yeah, it's kind of difficult. I tried and gave up. It was easier just to use 
the 
shared libraries (DLLs) and other files and install them along with my program.

Reed



Tor Lillqvist wrote:
 Fabrice Le Goff writes:
   Is there a way to statically link with the Gtk+2.x lib ? I use either
   Visual C++ 6.0, or gcc (3.4.x).
 
 Only if you build gtk and gdk yourself as a static library (and sort
 out what further issues that will bring).
 
 You would presumably want to build then also those gdk-pixbuf image
 loaders you will need statically and a static gdk-pixbuf library? I
 guess you would also want to build Pango, cairo, atk and GLib
 statically? And the libraries they link to, libiconv, libintl, libpng,
 libjpeg, zlib.
 
 All in all, not a trivial task.
 
 --tml
 ___
 gtk-app-devel-list mailing list
 gtk-app-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
 

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK+ CVS access FAQ out of date

2007-04-09 Thread Reed Hedges
Francesco Montorsi wrote:
 Hi,
 
 Tristan Van Berkom ha scritto:
 IIRC it was discontinued recently (the cvs repo /was/ around
 for a few months following the migration though).

 http://live.gnome.org/SubversionFAQ
 thanks!
 
 it would be nice to update also the FAQ on the www.

Yup. I put a bug in the bug tracker about this a while ago. Apparently nobody 
who reads the bug tracker is able to edit the web site :)  (or they don't care)

reed

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: ideas on improving the performance of gtk_tree_view

2007-04-09 Thread Federico Mena Quintero
El jue, 29-03-2007 a las 17:43 +0300, [EMAIL PROTECTED] escribió:

 Using arrays in GtkTreeDataSortHeader doesn't appear to be optimal,
 because their length is not constant. We would end up to 
 alloc/dealloc/copy sequence when adding new items. 

From a quick look at the code, the only place where
_gtk_tree_data_list_header_new() gets called is from
gtk_list_store_set_n_columns(), which is an internal construct-time
function.  So the number of headers cannot change.

[Same thing for gtktreesort.c - it only creates the headers when you
change the underlying model.]

 However, why this step is needed at all for each comparisison!! 
 It's certainly the case that there will be more sort function calls 
 than changes to sort criteria. This would allow us to cache the pointer 
 to active GtkTreeDataSortHeader directly, providing us constant time 
 O(1) access. Or did I miss something?

Oh, you are completely right!  You could indeed cache the current
header and only refresh it when the sort_column_id changes.

Who's got a patch burning a hole in their pocket? :)

  Federico

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list