After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722867 - Some fixes to the about dialog
Some fixes to the about dialog
Status: RESOLVED FIXED
Product: gnome-sound-recorder
Classification: Other
Component: General
3.11.x
Other Linux
: High critical
: ---
Assigned To: gnome-sound-recorder maintainer(s)
gnome-sound-recorder maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-01-23 23:24 UTC by Yosef Or Boczko
Modified: 2014-01-27 23:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add a logo to the about dialog (944 bytes, patch)
2014-01-23 23:25 UTC, Yosef Or Boczko
committed Details | Review
Fix the about dialog when headerbar is used (901 bytes, patch)
2014-01-23 23:26 UTC, Yosef Or Boczko
committed Details | Review

Description Yosef Or Boczko 2014-01-23 23:24:20 UTC
See the patches.
Comment 1 Yosef Or Boczko 2014-01-23 23:25:48 UTC
Created attachment 267082 [details] [review]
Add a logo to the about dialog
Comment 2 Yosef Or Boczko 2014-01-23 23:26:02 UTC
Created attachment 267083 [details] [review]
Fix the about dialog when headerbar is used
Comment 3 Meg Ford 2014-01-24 01:40:26 UTC
(In reply to comment #1)
> Created an attachment (id=267082) [details] [review]
> Add a logo to the about dialog

The icon I'm using for the app now is actually just a placeholder, which is why this hasn't been added. Thanks for the reminder! When the application icon is completed (I was just discussing this today with the designer who is working on it) then I'll fix the issue or ask you for an updated patch :)
Comment 4 Yosef Or Boczko 2014-01-24 01:49:03 UTC
(In reply to comment #3)
> (In reply to comment #1)
> > Created an attachment (id=267082) [details] [review] [details] [review]
> > Add a logo to the about dialog
> 
> The icon I'm using for the app now is actually just a placeholder, which is why
> this hasn't been added. Thanks for the reminder! When the application icon is
> completed (I was just discussing this today with the designer who is working on
> it) then I'll fix the issue or ask you for an updated patch :)

Oh, you right, snwh still work around the icon (https://github.com/gnome-design-team/gnome-icons/commits/master).
Btw, I think the current icon is also look very good.
Comment 5 Meg Ford 2014-01-24 01:50:49 UTC
(In reply to comment #2)
> Created an attachment (id=267083) [details] [review]
> Fix the about dialog when headerbar is used


The headerbar in Gtk.AboutDialog recently committed to Gtk+ master, wasn't it?
I need to build the most recent Gtk in JhBuild, so I'll test the patches that
rely on it this weekend. Thanks for all this! Amazing work and super fast, too
:)
Comment 6 Meg Ford 2014-01-24 01:57:21 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #1)
> > > Created an attachment (id=267082) [details] [review] [details] [review] [details] [review]
> > > Add a logo to the about dialog
> > 
> > The icon I'm using for the app now is actually just a placeholder, which is why
> > this hasn't been added. Thanks for the reminder! When the application icon is
> > completed (I was just discussing this today with the designer who is working on
> > it) then I'll fix the issue or ask you for an updated patch :)
> 
> Oh, you right, snwh still work around the icon
> (https://github.com/gnome-design-team/gnome-icons/commits/master).
> Btw, I think the current icon is also look very good.

:) I committed your patch here: 
https://git.gnome.org/browse/gnome-sound-recorder/commit/?id=73e4426ebd1c2ce151668fe991885c85ecafe02d
Comment 7 Yosef Or Boczko 2014-01-24 01:59:04 UTC
Review of attachment 267082 [details] [review]:

Pushed as 73e4426 - Add a logo to the about dialog
Comment 8 Yosef Or Boczko 2014-01-24 02:00:00 UTC
(In reply to comment #6)
> (In reply to comment #4)
> > (In reply to comment #3)
> > > (In reply to comment #1)
> > > > Created an attachment (id=267082) [details] [review] [details] [review] [details] [review] [details] [review]
> > > > Add a logo to the about dialog
> > > 
> > > The icon I'm using for the app now is actually just a placeholder, which is why
> > > this hasn't been added. Thanks for the reminder! When the application icon is
> > > completed (I was just discussing this today with the designer who is working on
> > > it) then I'll fix the issue or ask you for an updated patch :)
> > 
> > Oh, you right, snwh still work around the icon
> > (https://github.com/gnome-design-team/gnome-icons/commits/master).
> > Btw, I think the current icon is also look very good.
> 
> :) I committed your patch here: 
> https://git.gnome.org/browse/gnome-sound-recorder/commit/?id=73e4426ebd1c2ce151668fe991885c85ecafe02d

Thanks, it realy hard to me to push just one patch from 8 patches :-)
Comment 9 Yosef Or Boczko 2014-01-24 02:00:32 UTC
Oops, my bad.
Comment 10 Yosef Or Boczko 2014-01-24 02:02:00 UTC
(In reply to comment #5)
> (In reply to comment #2)
> > Created an attachment (id=267083) [details] [review] [details] [review]
> > Fix the about dialog when headerbar is used
> 
> 
> The headerbar in Gtk.AboutDialog recently committed to Gtk+ master, wasn't it?
> I need to build the most recent Gtk in JhBuild, so I'll test the patches that
> rely on it this weekend. Thanks for all this! Amazing work and super fast, too
> :)

This right.
I can to say I tested this patch with gtk+ from git master.
Comment 11 Meg Ford 2014-01-24 02:09:31 UTC
(In reply to comment #10)
> (In reply to comment #5)
> > (In reply to comment #2)
> > > Created an attachment (id=267083) [details] [review] [details] [review] [details] [review]
> > > Fix the about dialog when headerbar is used
> > 
> > 
> > The headerbar in Gtk.AboutDialog recently committed to Gtk+ master, wasn't it?
> > I need to build the most recent Gtk in JhBuild, so I'll test the patches that
> > rely on it this weekend. Thanks for all this! Amazing work and super fast, too
> > :)
> 
> This right.
> I can to say I tested this patch with gtk+ from git master.

Yep :) I'll test it after I've done the build. I'm sure it's fine but I still need to test it. Thanks!
Comment 12 Yosef Or Boczko 2014-01-27 23:57:11 UTC
Review of attachment 267083 [details] [review]:

Pushed as d729882 - Fix the about dialog when headerbar is used