Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rename favicon.png to logo_16x16.png | Joey Hess | 2014-03-16 |
| | | | | | This was never used as a favicon, it's just a png version of the favicon.ico. It's actually used for the freedesktop menu file. | ||
* | squash warning in OSX build | Joey Hess | 2013-12-15 |
| | |||
* | linux standalone auto-install icons | Joey Hess | 2013-07-09 |
| | |||
* | Install XDG desktop icon files. | Joey Hess | 2013-07-09 |
| | | | | | | | | | | | | | | | | The icon files will be installed when running make install or cabal install. Did not try to run update-icon-caches, since I think it's debian specific, and dh_icons will take care of that for the Debian package. Using the favicon as a 16x16 icon. At 24x24 the svg displays pretty well, although the dotted lines are rather faint. The svg is ok at all higher resolutions. The standalone linux build auto-installs the desktop and autostart files when run. I have not made it auto-install the icon file too, because a) that would take more work to include them in the tarball and find them b) it would need to be an install to ~/.icons/, and I don't know if that really works! | ||
* | fix osx build | Joey Hess | 2013-04-22 |
| | |||
* | forgot to commit this new file | Joey Hess | 2013-04-20 |
| | |||
* | ifdef osx includes | Joey Hess | 2012-09-28 |
| | |||
* | standalone linux app nearly ready | Joey Hess | 2012-09-28 |
| | | | | also made several fixes that apply to the OSX app | ||
* | install a git-annex-shell shim script when the standalone OSX app runs | Joey Hess | 2012-09-26 |
I put it in ~/.ssh/ because there's no reliable way to get it into PATH, and OSX ssh doesn't even honor user's PATH by default. authorized_keys generators will need to check if it's there. Not done yet. |