Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | 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 build | Joey Hess | 2013-04-24 |
| | |||
* | split out library | Joey Hess | 2013-04-17 |
| | |||
* | argle | Joey Hess | 2013-04-17 |
| | |||
* | remove module definitions for these standalone programs | Joey Hess | 2013-04-17 |
| | | | | | Sometimes ghc --make skips building these binaries, as it sees no Main module. | ||
* | where indenting | Joey Hess | 2012-11-11 |
| | |||
* | OSX: Stop installing non-self-contained webapp into Desktop directory. | Joey Hess | 2012-10-21 |
| | | | | This was a stopgap, and we have the self-contained webapp now. | ||
* | fix name of path to osx app directory | Joey Hess | 2012-10-06 |
| | |||
* | move | Joey Hess | 2012-10-01 |
| | |||
* | osx build fix | Joey Hess | 2012-09-29 |
| | |||
* | standalone linux app nearly ready | Joey Hess | 2012-09-28 |
| | | | | also made several fixes that apply to the OSX app | ||
* | Always do a system wide installation when DESTDIR is set. Closes: #689052 | Joey Hess | 2012-09-28 |
| | |||
* | 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. | ||
* | make the standalone OSX app automatically install itself when run | Joey Hess | 2012-09-26 |
| | |||
* | file name changed | Joey Hess | 2012-09-25 |
| | |||
* | use copyFile (supports binary icon file) | Joey Hess | 2012-09-23 |
| | |||
* | install in /Applications | Joey Hess | 2012-09-23 |
| | |||
* | install Jimmy's .app on OS X | Joey Hess | 2012-09-23 |
| | | | | | | | I'm guessing that ~/Desktop/git-annex.app will be visiable. For the system-wide installation, I don't know where to put it, though somewhere in /Library seems likely. | ||
* | flip catchDefaultIO | Joey Hess | 2012-09-17 |
| | |||
* | typos | Joey Hess | 2012-09-06 |
| | |||
* | install a .command file on OSX in the Desktop | Joey Hess | 2012-09-06 |
| | |||
* | make directory | Joey Hess | 2012-09-06 |
| | |||
* | honor destdir for osx too | Joey Hess | 2012-09-06 |
| | |||
* | write a OSX autostart file | Joey Hess | 2012-09-06 |
| | | | | Not tested. | ||
* | honor DESTDIR | Joey Hess | 2012-09-06 |
| | |||
* | use the ~/.config/git-annex/program file to find command when running transfers | Joey Hess | 2012-08-27 |
| | |||
* | Fix imports and casing in Build.InstallDesktopFile | Nicolas Pouillard | 2012-08-02 |
| | |||
* | only write data file when installing as normal user | Joey Hess | 2012-08-02 |
| | |||
* | full autostart support | Joey Hess | 2012-08-02 |
| | | | | | | | | git annex assistant --autostart will start separate daemons in each listed autostart repo running the webapp outside any git-annex repo will open it on the first listed autostart repo | ||
* | install autostart file too | Joey Hess | 2012-08-01 |
| | |||
* | hook desktop menu file installation into makefile and cabal | Joey Hess | 2012-08-01 |