Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Use setuptools if present" | hut | 2016-01-25 | 1 | -7/+2 |
| | | | | | | | | | This reverts commit 8b958c577a7f5f484db42b7c26b0340e14fd9351. Reasons: 1. it breaks the `. ranger` command (fixes #454) 2. the `ranger.desktop` file is not installed properly 3. ranger won't run when installing it outside of PYTHONPATH | ||||
* | added ranger.desktop file, fixes #346 | hut | 2016-01-25 | 1 | -0/+2 |
| | |||||
* | setup.py: fix CHANGELOG.md reference | hut | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | Use setuptools if present | Shadab Zafar | 2015-06-25 | 1 | -2/+7 |
| | | | | | | | | | | | | | The main reason for this is the presence of `develop` command in setuptools. So by running `sudo python setup.py develop` - ranger gets installed, but you can easily make changes to the code and won't have to reinstall it. You can read more about it here: http://pythonhosted.org//setuptools/setuptools.html#development-mode It basically links an egg, so I had to add an appropriate line to .gitignore as well. | ||||
* | moved "doc/examples" to "examples" for more visibility | hut | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | Neater copyright header | hut | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | Fixed references to doc/HACKING (for real) | Dorien Snake | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | Fixed references to doc/HACKING | Dorien Snake | 2014-12-10 | 1 | -1/+1 |
| | | | | | | This patch replaces all references to `doc/HACKING` with `doc/HACKING.md`, to include the one in `setup.py` that was preventing a successful build. Some trailing whitespace was incidentally removed. | ||||
* | fix references to README.md | hut | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Changed email address in source code | hut | 2013-08-08 | 1 | -1/+1 |
| | | | | | Since lavabit.com ceased providing email services, I had to change my address from hut lavabit com to hut lepus uberspace de. | ||||
* | added doc/config directory with symlinks to configs | hut | 2013-03-15 | 1 | -9/+4 |
| | |||||
* | setup.py: added _findall function | hut | 2013-03-09 | 1 | -7/+6 |
| | |||||
* | setup.py: create a /usr/share/doc/ranger directory | hut | 2013-03-09 | 1 | -1/+26 |
| | |||||
* | setup.py: updated website URL | hut | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | setup.py: removed fsobject package | hut | 2013-03-01 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into vcs | hut | 2013-02-22 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py | ||||
| * | updated rest of the copyright notices | hut | 2013-02-22 | 1 | -1/+1 |
| | | |||||
| * | update email address (romanz@lavabit.com -> hut@lavabit.com) | hut | 2013-02-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into vcs | hut | 2013-02-19 | 1 | -1/+1 |
|\| | |||||
| * | setup.py: add doc/rifle.1 to man pages | hut | 2013-02-18 | 1 | -1/+1 |
| | | |||||
* | | setup.py: s/ranger.vcs/ranger.ext.vcs/ | hut | 2013-02-16 | 1 | -1/+1 |
| | | |||||
* | | Merged code to manipulate version control systems | Abdo Roig-Maranges | 2013-02-12 | 1 | -1/+2 |
|/ | | | | Supports git, hg and bzr. | ||||
* | replaced tabs with 4 spaces in all python files | hut | 2013-02-10 | 1 | -23/+23 |
| | | | | | | | | | PEP 8 (Style Guide for Python Code) suggests the use of 4 spaces: http://www.python.org/dev/peps/pep-0008/#indentation If you need to use tools like "git blame", you can use the -w option to ignore this commit entirely. Patches will continue to work if you substitute tabs with 4 spaces everywhere except in the Makefile. | ||||
* | added scripts directory. rifle is now installed to /usr/bin/ | hut | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | setup.py: s/defaults/config/ | hut | 2012-08-02 | 1 | -3/+3 |
| | |||||
* | setup.py: added entry for rifle.conf | hut | 2012-03-19 | 1 | -1/+2 |
| | |||||
* | shorten all copyright messages for better readability | hut | 2012-03-14 | 1 | -13/+1 |
| | |||||
* | moved scripts/ranger to ranger/data/ranger | hut | 2011-10-11 | 1 | -1/+1 |
| | | | | | | This way, the user gets an extra copy of the executable in case the one in /usr/bin/ is lost. Also, we don't waste one directory at the root level for just one symlink. | ||||
* | Updated copyright headers | hut | 2011-10-10 | 1 | -1/+1 |
| | | | | As much as I hate this, it has to be done | ||||
* | added defaults/rc.conf in setup.py | hut | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | Fixed setup.py (by removing ranger/help entry) | hut | 2011-09-29 | 1 | -2/+1 |
| | |||||
* | a little restructuration | hut | 2010-10-02 | 1 | -2/+2 |
| | |||||
* | Makefile, setup.py: Fixed `make doc` | hut | 2010-09-11 | 1 | -23/+24 |
| | |||||
* | added setup.py draft | hut | 2010-06-18 | 1 | -0/+42 |