GNOME Bugzilla – Bug 575975
project-centric window title
Last modified: 2009-08-19 13:10:50 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 ;)
Yes, HIG sugests to not have the name there, but everyone does as long as the project name comes first.
*** Bug 590313 has been marked as a duplicate of this bug. ***
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.