bugmldonkey, a multi-networks file-sharing client - Bugs: bug #14865, availability display...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14865: availability display "dotty"

Submitter:  Thomas Klausner <tk>
Submitted:  Wed 26 Oct 2005 10:58:18 AM UTC
   
 
Category:  GUI GTK2 Severity:  3 - Normal
Item Group:  None Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  None Release:  cvs 2005/10/25
Operating System:  NetBSD Binaries Origin:  CVS / Self compiled
CPU type:  Intel x86

Jump to the original submission

Mon 14 Nov 2005 08:58:49 PM UTC, comment #6: 

Yes, this patch fixes the problem -- thanks!

Thomas Klausner <tk>
Mon 14 Nov 2005 03:35:37 PM UTC, comment #5: 

thanks for the hint.
Please try patch #4625

su_blanc <su_blanc>
Group Member
Sun 13 Nov 2005 11:17:01 PM UTC, comment #4: 

A friend and I debugged a similar problem in another GTK application. The cause there was that the application used an RGB picture and not an RGBA one, and adding an alpha channel solved it:
    if (!gdk_pixbuf_get_has_alpha(bs->image)) {
        pixbuf=gdk_pixbuf_add_alpha(bs->image, FALSE, 0, 0, 0);
        g_object_unref(bs->image);
        bs->image = pixbuf;
    }
It's not clear to us yet why it is necessary.

Perhaps a similar patch would help in mldonkey?

Thomas Klausner <tk>
Sun 13 Nov 2005 12:13:58 AM UTC, comment #3: 

I compiled mldonkey from CVS from an hour ago, and the problem still seems to be there. New screenshot attached.

Thomas Klausner <tk>
Sat 12 Nov 2005 10:38:18 AM UTC, comment #2: 

please check patch #4614

su_blanc <su_blanc>
Group Member
Sun 06 Nov 2005 06:07:27 PM UTC, comment #1: 

Never seen something like that... A "feature" of GTK 2.8 ?

pango <mlpango>
Group Member
Wed 26 Oct 2005 10:58:18 AM UTC, original submission:  

The availability bars in the GTK2 GUI (CVS from 2005/10/25, lablgtk2-20050701, gtk+-2.8.6) look dotty, which makes them less usable. I'm not sure how else to describe it, so I'll attach a picture.

Thomas Klausner <tk>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #2697:  dotty2.png added by tk (101KiB - image/png)
file #2806:  mlgui2.png added by tk (102KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-11-15 spiralvoice StatusNone Fixed
    Open/ClosedOpen Closed
2005-11-13 tk Attached File- Added dotty2.png, #3099
2005-10-26 tk Attached File- Added mlgui2.png, #3063

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code