Re: md5 in glib [was: Re: GtkFileChooser + thumbnails ... history?]

2007-10-04 Thread Mikael Hallendal

4 okt 2007 kl. 01.51 skrev Fernando Herrera:

 On 10/4/07, Emmanuele Bassi [EMAIL PROTECTED] wrote:

 [1] well, there's a bug open[2] with a patch, providing a generic  
 (MD5,
 SHA1 and SHA256) checksum API; I'd like a review of it so that it  
 can go
 in GLib 2.16, now that Tim branched it.

 Yes please! Last time I checked there was 18 different md5
 implementations across gnome, although some of them came from external
 modules. At least we have this in out stack:

That would indeed be very welcome. I also have one a SHA algorithm in  
Loudmouth that would be nice to get rid of.

Cheers,
   Mikael Hallendal

-- 
Imendio AB, http://www.imendio.com



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


Re: md5 in glib [was: Re: GtkFileChooser + thumbnails ... history?]

2007-10-04 Thread Mathias Hasselmann
Am Donnerstag, den 04.10.2007, 09:06 +0200 schrieb Mikael Hallendal:
 That would indeed be very welcome. I also have one a SHA algorithm in  
 Loudmouth that would be nice to get rid of.

So let's finally get this in:
http://bugzilla.gnome.org/show_bug.cgi?id=443648

Ciao,
Mathias
-- 
Mathias Hasselmann [EMAIL PROTECTED]
http://taschenorakel.de/


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


GtkFileChooser + thumbnails ... history?

2007-10-03 Thread Michael R. Head
I was discussing with a friend about the FileChooser, and I was trying
to figure out why the default FileChooser doesn't simply show the
existing thumbnails. 

I couldn't find the historical reasoning behind this, even after
re-reading the original design doc:
http://people.redhat.com/otaylor/fosdem2003/file-selector.html

-- 
Michael R. Head [EMAIL PROTECTED]
http://www.suppressingfire.org/~burner/
http://suppressingfire.livejournal.com


smime.p7s
Description: S/MIME cryptographic signature
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: GtkFileChooser + thumbnails ... history?

2007-10-03 Thread Emmanuele Bassi
On Wed, 2007-10-03 at 18:30 -0400, Michael R. Head wrote:
 I was discussing with a friend about the FileChooser, and I was trying
 to figure out why the default FileChooser doesn't simply show the
 existing thumbnails. 

because:

 1. nobody wrote a patch, yet
 2. thumbnails are bigger than the 16x16 icons we use at the moment,
and bigger rows mean less rows are displayed at any given time
 3. one missing bit, the MD5 checksum generation to be precise, needed
to implement the read part of the thumbnail specification is not
present in either GLib or GTK+[1][3].

I think this mostly sums it up.

ciao,
 Emmanuele.

+++

[1] well, there's a bug open[2] with a patch, providing a generic (MD5,
SHA1 and SHA256) checksum API; I'd like a review of it so that it can go
in GLib 2.16, now that Tim branched it.
[2] http://bugzilla.gnome.org/show_bug.cgi?id=443648
[3] as it's actually in libegg, inside the pixbufthumbnail sub-module.

-- 
Emmanuele Bassi,
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net

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


md5 in glib [was: Re: GtkFileChooser + thumbnails ... history?]

2007-10-03 Thread Fernando Herrera
On 10/4/07, Emmanuele Bassi [EMAIL PROTECTED] wrote:

 [1] well, there's a bug open[2] with a patch, providing a generic (MD5,
 SHA1 and SHA256) checksum API; I'd like a review of it so that it can go
 in GLib 2.16, now that Tim branched it.

Yes please! Last time I checked there was 18 different md5
implementations across gnome, although some of them came from external
modules. At least we have this in out stack:

* libsoup
* gnome-terminal
* liboil
* evolution-data-server (3)
* gimp
* gnome-vfs
* gst-plugins-good (2)
* bud-buddy
* gdm2

so it would be a nice GNOME 2.22 Goal to remove these duplications.

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


Re: GtkFileChooser + thumbnails ... history?

2007-10-03 Thread Michael R. Head
On Thu, 2007-10-04 at 00:33 +0100, Emmanuele Bassi wrote:
 I think this mostly sums it up.

Cool. Thanks for the summary!

mike

 ciao,
  Emmanuele.
 
-- 
Michael R. Head [EMAIL PROTECTED]
http://picasaweb.google.com/demiri.head.wedding


smime.p7s
Description: S/MIME cryptographic signature
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list