James Moger
2012-06-08 0cf876d138f0cff78b520a3601cf24ad2717e93b
Updated Git logos
2 files added
5 files modified
16 ■■■■ changed files
NOTICE 8 ●●●●● patch | view | raw | blame | history
build.xml 1 ●●●● patch | view | raw | blame | history
docs/04_design.mkd 1 ●●●● patch | view | raw | blame | history
resources/git-black-16x16.png patch | view | raw | blame | history
resources/git-orange-16x16.png patch | view | raw | blame | history
src/com/gitblit/client/RepositoriesPanel.java 2 ●●● patch | view | raw | blame | history
src/com/gitblit/wicket/panels/RepositoriesPanel.html 4 ●●●● patch | view | raw | blame | history
NOTICE
@@ -198,6 +198,14 @@
   Creative Commons CC-BY License.
   http://henrik.nyh.se/2007/06/alternative-git-logo-and-favicon
---------------------------------------------------------------------------
Git logo
---------------------------------------------------------------------------
   Git logo, released under the
   Creative Commons Attribution 3.0 Unported License.
   http://git-scm.com/downloads/logos
   
---------------------------------------------------------------------------
magnifying glass search icon
build.xml
@@ -583,6 +583,7 @@
            <resource file="${basedir}/src/com/gitblit/client/splash.png" />
            <resource file="${basedir}/resources/gitblt-favicon.png" />
            <resource file="${basedir}/resources/gitweb-favicon.png" />
            <resource file="${basedir}/resources/git-orange-16x16.png" />
            <resource file="${basedir}/resources/user_16x16.png" />
            <resource file="${basedir}/resources/users_16x16.png" />
            <resource file="${basedir}/resources/settings_16x16.png" />
docs/04_design.mkd
@@ -16,6 +16,7 @@
- [google-code-prettify](http://code.google.com/p/google-code-prettify) (Apache 2.0)
- [Commons Daemon](http://commons.apache.org/daemon) (Apache 2.0)
- magnifying glass search icon courtesy of [Gnome](http://gnome.org) (Creative Commons CC-BY)
- Git logo originally designed by [Jason Long](http://git-scm.com/downloads/logos)
- modified Git logo originally designed by [Henrik Nyh](http://henrik.nyh.se/2007/06/alternative-git-logo-and-favicon)
- other icons courtesy of [FatCow Hosting](http://www.fatcow.com/free-icons) (Creative Commons CC-BY)
resources/git-black-16x16.png
resources/git-orange-16x16.png
src/com/gitblit/client/RepositoriesPanel.java
@@ -252,7 +252,7 @@
        repositoryControls.add(searchRepository);
        setLayout(new BorderLayout(Utils.MARGIN, Utils.MARGIN));
        header = new HeaderPanel(Translation.get("gb.repositories"), "gitweb-favicon.png");
        header = new HeaderPanel(Translation.get("gb.repositories"), "git-orange-16x16.png");
        add(header, BorderLayout.NORTH);
        add(repositoryTablePanel, BorderLayout.CENTER);
        add(repositoryControls, BorderLayout.SOUTH);
src/com/gitblit/wicket/panels/RepositoriesPanel.html
@@ -39,7 +39,7 @@
    <wicket:fragment wicket:id="flatRepositoryHeader">
        <tr>
            <th class="left" wicket:id="orderByRepository">
                <img style="vertical-align: middle; border: 1px solid #888;" src="gitweb-favicon.png"/>
                <img style="vertical-align: middle;" src="git-black-16x16.png"/>
                <wicket:message key="gb.repository">Repository</wicket:message>
            </th>
            <th wicket:id="orderByDescription"><wicket:message key="gb.description">Description</wicket:message></th>
@@ -54,7 +54,7 @@
    <wicket:fragment wicket:id="groupRepositoryHeader">
        <tr>
            <th class="left">
                <img style="vertical-align: middle; border: 1px solid #888;" src="gitweb-favicon.png"/>
                <img style="vertical-align: middle;" src="git-black-16x16.png"/>
                <wicket:message key="gb.repository">Repository</wicket:message>
            </th>
            <th><wicket:message key="gb.description">Description</wicket:message></th>