Community
Participate
Working Groups
Steps: 1. Clone a repository into a folder "test" 2. Open Git Status for the repo in a new tab => The tab opens as "Git Status" but after a while changes into "test on master" 3. Open "Complete log" for master in a new tab => The tab opens as "Git Log" but after a while changes into "master on test" 4. Go to "Navigator" tab Now I want to switch back to the page with status but don't know which one is it: "test on master" or "master on test". The titles could be more descriptive. How about "Git Status: test on master" and "Git Log: master on test"?
(In reply to comment #0) > Now I want to switch back to the page with status but don't know which one is > it: "test on master" or "master on test". The titles could be more descriptive. > How about "Git Status: test on master" and "Git Log: master on test"? I would use "test on master" in both titles and the question is where to put the task name. It depends on what is more important to display in the tab title. So it would be either something like: Git Status - test on master or Git Status for 'test on master' etc. or: test on master - Git Status or test on master (Git Status) etc. I would tent to the second, where the resource id is first to show. But I wonder what others think.
is this bug "fixed enough" now that we have different favicons for git status and git log in RC1?
(In reply to comment #2) > is this bug "fixed enough" now that we have different favicons for git status > and git log in RC1? I think it is good enough unless Tomasz and Szymon have objections.
Created attachment 210739 [details] Git Status and Git Log titles Git Status and Git Log titles haven't changed. They still say "{repo} on {branch}" and "{branch} on {repo}" respectively.
To make it consistent with other Git pages I would suggest the following changes: - window title should be "Status for <repoName> - Git" e.g. "Status for orion.client.core - Git" - breadcrumb in the page header should be - "Repositories >> <repoName> >> Status" e.g. "Repositories >> orion.client.core >> Status"
Similar changes should be done for Git Log page. I'll handle the Log part, Could you Libing take a look at the Status page?
https://github.com/edytaprzymus/orion.client/commit/bd71c6a14808dee86ed6bbd2c0153ef7a15a5aa9 Here is my commit where I have implemented changes described here.
Fixed with 8860b55a83fd66b90f2529515ffe445a7554d64d. I made some minor changes before merging in to master.
The next step would be bug 376978.
I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.