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 575975 - project-centric window title
project-centric window title
Status: VERIFIED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal trivial
: 0.13.3
Assigned To: Pitivi maintainers
Pitivi maintainers
: 590313 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-03-19 15:31 UTC by Jean-François Fortin Tam
Modified: 2009-08-19 13:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-03-19 15:31:57 UTC
The current window title just says "PiTiVi v(%s)" % version.

It should be more useful and say the project name, and show an asterisk (*) if the project has unchanged changes. It could look like this:

"Unsaved project — PiTiVi 0.13.1"
"Tuvalu coral reef — PiTiVi 0.13.1"
"*Tuvalu coral reef — PiTiVi 0.13.1"

Notice I used an emdash instead of a simple "-" here ;) it's unicode U+2014 (8212)

Technically, you could get rid of the "PiTiVi 0.13.1" part in the title bar, but I guess that's good for name publicity in screenshots for the time being ;)
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2009-07-29 14:44:45 UTC
Yes, HIG sugests to not have the name there, but everyone does as long as the project name comes first.
Comment 2 Edward Hervey 2009-08-03 08:49:51 UTC
*** Bug 590313 has been marked as a duplicate of this bug. ***
Comment 3 Alessandro Decina 2009-08-18 11:24:27 UTC
commit a5e5b0d632bcad9364ad959706f7bb46d6a05e2f
Author: Alessandro Decina <alessandro.d@gmail.com>
Date:   Tue Aug 18 13:23:41 2009 +0200

    Show the project name in the window title. Fixes #575975.