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 623588 - Some meego interface ui improvment
Some meego interface ui improvment
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: User Interface
git master
Other Linux
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
banshee:ubuntu
Depends on:
Blocks:
 
 
Reported: 2010-07-05 11:23 UTC by Didier Roche
Modified: 2013-10-20 16:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Debrand the interface to "Netbook" (3.19 KB, patch)
2010-07-05 11:23 UTC, Didier Roche
none Details | Review
Only show panel on --client=MeeGo and don't show when banshee is called (1.27 KB, patch)
2010-07-05 11:24 UTC, Didier Roche
none Details | Review
quit only on explicit shutdown request (1.02 KB, patch)
2010-07-05 11:25 UTC, Didier Roche
none Details | Review
enable switching between the 2 interfaces (5.20 KB, patch)
2010-07-05 11:26 UTC, Didier Roche
needs-work Details | Review

Description Didier Roche 2010-07-05 11:23:58 UTC
Created attachment 165267 [details] [review]
Debrand the interface to "Netbook"

Hey Banshee devs,

Here is in seperate git-format patch some enhancement I'm commiting into Ubuntu for the Meego interface. I think some of those can be interesting to you.

Do not hesitate to comment or ask me for enhancement there.
(please note, I won't be really available this week, but will work on that starting next week).
Comment 1 Didier Roche 2010-07-05 11:24:56 UTC
Created attachment 165268 [details] [review]
Only show panel on --client=MeeGo and don't show when banshee is called
Comment 2 Didier Roche 2010-07-05 11:25:23 UTC
Created attachment 165269 [details] [review]
quit only on explicit shutdown request
Comment 3 Didier Roche 2010-07-05 11:26:02 UTC
Created attachment 165270 [details] [review]
enable switching between the 2 interfaces
Comment 4 David Nielsen 2011-01-08 12:00:11 UTC
Review of attachment 165270 [details] [review]:

Search is broken for instances switched to but not for instances started directly in --client=MeeGo

https://bugzilla.gnome.org/show_bug.cgi?id=638978
Comment 5 Matt Sturgeon 2011-02-27 06:10:46 UTC
The re-brand looks good, doesn't look like a blind find/replace breaking 40 variables and functions (It should do the job - if it wants doing).
The remainder look simple.

Could someone review/commit the rest please, if you agree with what the patches are attempting to achieve. Most look pretty simple.
Comment 6 Bertrand Lorentz 2013-10-20 16:29:03 UTC
After porting the MeeGo extension to GTK3, I've now renamed it to "Media Panel".

I've also reworked it significantly, adding the improvements corresponding to the patches attached here, in some form or another:
- No reference to MeeGo anywhere
- Media Panel UI is only shown on startup if the --client=MediaPanel parameter was used.
- The extension add an item in the View menu, to switch to the Media Panel.

Better late than never!

Thank you for those patches, and for your patience!