about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
* core.fm: `loop()`: Remove useless `if` statementnfnty2017-01-261-5/+4
* Only use `hasattr` where absolutely needednfnty2017-01-262-3/+2
* core.main: Remove COMPAT `options.py`nfnty2017-01-261-21/+0
* core.actions: Pass path to `_run_pager()`, not file objectDavid le Blanc2017-01-251-3/+3
* core.loader: `safeDecode()` -> `safe_decode()`nfnty2017-01-251-5/+5
* core.loader: `safeDecode()`: Do not try to decode with encoding `None`nfnty2017-01-251-2/+3
* core.loader: `CopyLoader.generate`: Reduce nestingnfnty2017-01-241-48/+50
* core.actions: macros: `confdir` should not be defined in clean modenfnty2017-01-232-6/+5
* core.linemode: `FileInfoLinemode`: Output is already decodednfnty2017-01-231-5/+1
* core.actions: Reduce `get_preview()` nestingnfnty2017-01-231-118/+123
* core.linemode: `Mtime`: Fix crash when `file.stat is None`Christian Zangl2017-01-231-0/+4
* core.actions: Split `$PAGER` before runningProfpatsch2017-01-221-6/+7
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-216-76/+88
* Python 3 division: Remove explicit float conversionsnfnty2017-01-211-3/+3
* Python 3 division: Import `division` from `__future__`nfnty2017-01-219-9/+9
* linting: Correct autopep8nfnty2017-01-185-73/+71
* linting: pylint 2.0.0nfnty2017-01-176-28/+25
* linting: Enable `attribute-defined-outside-init`nfnty2017-01-172-1/+5
* linting: Enable `access-member-before-definition`nfnty2017-01-172-3/+3
* linting: `ranger.core.runner.Context`: Init all attributesnfnty2017-01-171-5/+13
* linting: Do not convert arguments to `OpenStruct`nfnty2017-01-173-67/+68
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-179-1/+19
* linting: Python 2 compatnfnty2017-01-172-29/+30
* linting: pylint and flake8nfnty2017-01-179-280/+309
* linting: autopep8nfnty2017-01-178-123/+128
* core/actions.py: search_file: Do not use `re.LOCALE`nfnty2017-01-151-1/+1
* ext.spawn: Refactornfnty2016-12-181-2/+2
* Merge branch 'fix_docstring_move' of https://github.com/ael-code/rangerhut2016-12-051-1/+1
|\
| * typo fix in move function docstringael-code2016-11-091-1/+1
* | Merge branch 'trailing_space_fix' of https://github.com/vlad7777/rangerhut2016-12-051-1/+1
|\ \
| * | Refactored.Vlad2016-11-171-1/+1
| * | Fixed trailing space bug in config parsing.Vlad2016-11-151-1/+1
| |/
* | Move startup log calls in main functionael-code2016-11-252-5/+5
* | Added some useful debugging messageael-code2016-11-252-5/+18
* | Update all the log callsael-code2016-11-253-8/+10
* | Make use of standard logging library to handle logsael-code2016-11-253-4/+24
* | cli: added logfile optionael-code2016-11-251-0/+2
* | Removed unused nested function in FM classael-code2016-11-251-2/+0
|/
* Merge branch 'preview_method_set_fix' of https://github.com/Vifon/rangerhut2016-11-041-1/+8
|\
| * Update the image preview method upon setting it in runtimeWojciech Siewierski2016-10-101-1/+8
* | code deduplicationhut2016-11-041-8/+2
* | Merge branch 'subprocess_check_output' of https://github.com/richboss/rangerhut2016-11-041-2/+9
|\ \
| * | fix argument orderRichard Boß2016-10-251-1/+1
| * | fix issue #695: FileInfo Linemode crashes Ranger on Python 2.6Richard Boß2016-10-241-2/+9
| |/
* | Increase `fm.log` maxlennfnty2016-10-311-1/+1
* | Always extend left side of `fm.log`nfnty2016-10-312-8/+7
|/
* Implement the urxvt-based image previewsWojciech Siewierski2016-10-051-0/+4
* Merge branch 'open_terminal_with_options' of https://github.com/Vifon/rangerhut2016-08-261-6/+2
|\
| * Refactor and improve the TERMCMD handlingWojciech Siewierski2016-06-301-6/+2
* | use importlib on py2.7+ to fix loading commands from pluginshut2016-07-041-2/+10