Re: [Rhythmbox-devel] [UI-REVIEW] song-info.glade



On Tue, 2003-10-14 at 03:02, Luca Ferretti wrote:
> In glade file -------
> 
> Some minor placement changes in Detail tab (more logical IMHO) and
> s/File/Filename as it should be.
> 
> To do (IMHO)  -------
> 
>       * Back and Forward buttons don't work

Fixed.

>       * s/Back/Previous && s/Forward/Next

These are the stock GTK buttons:
 
	song_info->priv->forward = gtk_dialog_add_button (GTK_DIALOG (song_info),
							   GTK_STOCK_GO_FORWARD,
							   GTK_RESPONSE_NONE);
	
>       * make all entries not-editable, until we can modify id3 tags via
>         rhythmbox (it's an 'usability' bug !!!!)

I started on this, but I had trouble not making the dialog resize.  If
anyone wants to work on it i can give them my changeset as a starting
point.

>       * Quality (I mean "High", "Regular", "Low" ) is not
>         translated/translatable. see
>         monkey-media/monkey-media-audio-quality.c ( it's an i18n bug :-(
>         ) [1]

Fixed.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]