Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | ranger.main: ranger dir1 dir2 [...] opens multiple tabs | hut | 2010-06-24 | 1 | -7/+6 | |
| | | ||||||
* | | fsobject.file: dynamic width of caca previews, cleanups | hut | 2010-06-22 | 4 | -10/+18 | |
| | | ||||||
* | | data/scope.sh: added lynx | hut | 2010-06-22 | 2 | -7/+16 | |
| | | ||||||
* | | defaults.options: deactivate scope.sh by default | hut | 2010-06-22 | 1 | -1/+7 | |
| | | ||||||
* | | README: added dependencies for scope.sh | hut | 2010-06-22 | 1 | -0/+5 | |
| | | ||||||
* | | ranger.__init__: added relpath_script | hut | 2010-06-22 | 3 | -2/+14 | |
| | | ||||||
* | | data/scope.sh: improved, commented | hut | 2010-06-22 | 1 | -7/+16 | |
| | | ||||||
* | | main: copy scope.sh to ~/.ranger on first start | hut | 2010-06-22 | 2 | -2/+12 | |
| | | ||||||
* | | move scripts/scope.sh to data/scope.sh | hut | 2010-06-22 | 2 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into preview | hut | 2010-06-22 | 61 | -6783/+152 | |
|\| | ||||||
| * | removed pydoc since it can be generated with "make doc" easily | hut | 2010-06-21 | 46 | -6669/+0 | |
| | | ||||||
| * | make doc: minor cleanup and fix | hut | 2010-06-21 | 1 | -2/+2 | |
| | | ||||||
| * | commited pydocs are author agnostic | shpelda | 2010-06-21 | 1 | -1/+2 | |
| | | ||||||
| * | core.actions: Fixed indexerror in move_parent() | hut | 2010-06-20 | 1 | -1/+4 | |
| | | ||||||
| * | version = version + 1 v1.1.1 | hut | 2010-06-18 | 7 | -9/+11 | |
| | | ||||||
| * | added CHANGELOG | hut | 2010-06-18 | 1 | -0/+21 | |
| | | ||||||
| * | INSTALL: fixed suggested uninstall-command | hut | 2010-06-18 | 1 | -1/+1 | |
| | | ||||||
| * | INSTALL: changed logname from uninstall_info to install_log.txt | hut | 2010-06-18 | 2 | -4/+4 | |
| | | ||||||
| * | Merge branch 'setup2' | hut | 2010-06-18 | 4 | -84/+67 | |
| |\ | ||||||
| | * | Removed built-in support for uninstalling. | hut | 2010-06-18 | 2 | -13/+10 | |
| | | | | | | | | | | | | | | | | | | Since distutils (setup.py) is used and distutils doesn't support uninstalling, I shouldn't implement my own half-assed, potentially dangerous uninstall script either. | |||||
| | * | added scripts/ranger (simple link to ranger.py) | hut | 2010-06-18 | 1 | -0/+1 | |
| | | | ||||||
| | * | Rewrote INSTALL and "make (un)install" | hut | 2010-06-18 | 2 | -36/+26 | |
| | | | ||||||
| | * | Makefile: removed functions which are now handled by setup.py | hut | 2010-06-18 | 1 | -51/+4 | |
| | | | ||||||
| | * | added setup.py draft | hut | 2010-06-18 | 1 | -0/+42 | |
| | | | ||||||
| * | | changed version numbering scheme | hut | 2010-06-18 | 1 | -4/+3 | |
| | | | ||||||
| * | | Don't write bytecode with --clean switch | hut | 2010-06-18 | 1 | -11/+15 | |
| | | | ||||||
| * | | main: catch SystemExit and return the exit value | hut | 2010-06-18 | 2 | -2/+7 | |
| |/ | ||||||
| * | all_benchmarks: shortened | hut | 2010-06-18 | 1 | -9/+8 | |
| | | ||||||
| * | core.runner: added "w" flag (wait for enter after process is done) | hut | 2010-06-18 | 2 | -1/+19 | |
| | | ||||||
| * | core.actions: fixed move_parent() | hut | 2010-06-18 | 1 | -3/+2 | |
| | | ||||||
| * | make snapshot: prefix ranger-$VERSION/ in archives | hut | 2010-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | make install: Fixed script for finding PYTHON_SITE_DEST | hut | 2010-06-14 | 1 | -2/+6 | |
| | | ||||||
* | | widgets.pager: more efficient width calculation | hut | 2010-06-18 | 1 | -4/+4 | |
| | | ||||||
* | | scripts/scope: make it executable | hut | 2010-06-12 | 1 | -0/+0 | |
| | | ||||||
* | | Merge branch 'master' into preview | hut | 2010-06-09 | 58 | -274/+296 | |
|\| | | | | | | | | | Conflicts: ranger/fsobject/file.py | |||||
| * | new stable version v1.1.0 | hut | 2010-06-09 | 4 | -6/+6 | |
| | | ||||||
| * | fsobject.file: blacklist /proc/kcore for previewing | hut | 2010-06-09 | 2 | -2/+4 | |
| | | ||||||
| * | updated manpage | hut | 2010-06-09 | 1 | -5/+4 | |
| | | ||||||
| * | renamed "--fail-if-run" to the more accurate "--fail-unless-cd" | hut | 2010-06-09 | 4 | -11/+17 | |
| | | | | | | | | The old name, --fail-if-run, is still valid and working. | |||||
| * | Reverted hashbang for ranger.py. | hut | 2010-06-09 | 1 | -1/+1 | |
| | | | | | | | | | | It causes an error here: /usr/bin/env: python -O: No such file or directory | |||||
| * | widgets.console: fixed history in clean mode | hut | 2010-06-09 | 1 | -1/+5 | |
| | | ||||||
| * | minor changes | hut | 2010-06-09 | 2 | -2/+3 | |
| | | ||||||
| * | updated pydoc | hut | 2010-06-09 | 18 | -57/+113 | |
| | | ||||||
| * | all_benchmarks.py: fix + cleanup | hut | 2010-06-09 | 1 | -40/+35 | |
| | | ||||||
| * | all_tests.py: cleanup | hut | 2010-06-09 | 1 | -14/+14 | |
| | | ||||||
| * | Makefile: dynamically get the version number | hut | 2010-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed some docstrings | hut | 2010-06-09 | 2 | -3/+3 | |
| | | ||||||
| * | Changed hashbang line to "#!/usr/bin/env python" | hut | 2010-06-09 | 7 | -7/+7 | |
| | | ||||||
| * | HACKING: updated | hut | 2010-06-09 | 1 | -0/+16 | |
| | | ||||||
| * | simplified all_tests.py, moved to test/ | hut | 2010-06-07 | 20 | -98/+44 | |
| | |