summary refs log tree commit diff stats
path: root/ranger/container/fsobject.py
Commit message (Expand)AuthorAgeFilesLines
* gui.widgets.browsercolumn: Redraw if file is outdatednfnty2017-02-031-0/+5
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-7/+7
* Only use `hasattr` where absolutely needednfnty2017-01-261-2/+2
* container.fsobject: Fix natural sortnfnty2017-01-241-13/+19
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-6/+7
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Enable `attribute-defined-outside-init`nfnty2017-01-171-0/+4
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: Python 2 compatnfnty2017-01-171-1/+1
* linting: pylint and flake8nfnty2017-01-171-27/+36
* linting: autopep8nfnty2017-01-171-39/+39
* ext.spawn: Refactornfnty2016-12-181-2/+2
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-6/+6
* Merge branch 'backslash' of https://github.com/stepshal/rangerhut2016-06-211-2/+2
|\
| * Remove reduntant backslash between brackets.stepshal2016-06-191-2/+2
* | Merge branch 'comment' of https://github.com/stepshal/rangerhut2016-06-211-1/+1
|\ \
| * | Make at least two spaces before inline commentstepshal2016-06-191-1/+1
| |/
* / comparison to None should be 'if cond is None:'stepshal2016-06-191-1/+1
|/
* Merge branch 'reduntant' of https://github.com/stepshal/rangerhut2016-06-181-1/+0
|\
| * Remove reduntant blank linesstepshal2016-06-161-1/+0
* | Add two blank lines where is expectedstepshal2016-06-161-0/+2
|/
* container.fsobject: Don't take subscript numbers for integershut2016-04-251-2/+3
* Add MtimeLinemode and SizeMtimeLinemodeAdam Porter2016-04-051-1/+2
* Make natural_sort's behaviour better definedlverweijen2016-03-081-3/+3
* VCS: Move remotestatus to FileSystemObjectnfnty2016-02-081-0/+1
* VCS: Update comments, Minor fixesnfnty2016-02-081-1/+1
* VCS: Fix flat: Only initialize subdir oncenfnty2016-02-081-5/+1
* VCS: Change vcsfilestatus to vcspathstatus, Fix remotestatusnfnty2016-02-081-1/+1
* VCS: Gitnfnty2016-02-081-82/+1
* Fix regex splitting for natural sort, Fixes #381nfnty2015-10-031-5/+5
* Implemented Subversion VCS support.Ryan Burns2015-08-161-0/+2
* Replaced file.basename with file.relative_path where appropriate.Wojciech Siewierski2015-05-081-4/+5
* new linemode with the information from file(1)Wojciech Siewierski2015-03-301-1/+1
* Neater copyright headerhut2015-03-191-2/+2
* config/commands.py: refractored randynobx's patchhut2015-03-181-18/+2
* added tab complete functionality for :set colorschemesrandnobx2015-03-111-2/+18
* core.linemode: fix up vifon's patches from PR #264hut2015-03-091-2/+2
* Merge branch 'linemode_api' of https://github.com/Vifon/rangerhut2015-03-091-4/+6
|\
| * further linemode refactoringWojciech Siewierski2015-02-221-3/+6
| * linemode refactoring; custom linemodes possibleWojciech Siewierski2015-02-221-4/+3
* | fsobject.drawn_basename renamed to fsobject.relative_pathWojciech Siewierski2015-02-181-4/+4
|/
* adapted commands for MetadataManagerhut2015-01-161-1/+1
* update email addresshut2014-12-111-1/+1
* Merge branch 'flat_command' of https://github.com/tex/rangerhut2014-12-051-7/+9
|\
| * fixes to flat commandMilan Svoboda2014-11-221-7/+9
* | config/commands.py: added :default_linemode commandhut2014-12-051-2/+19
* | rename "title" linemode to "papertitle"hut2014-12-031-1/+1
* | implement "permissions" linemodehut2014-12-031-1/+1
* | added fsobject.user and fsobject.group lazy_propertieshut2014-12-031-0/+15
* | allow setting a "linemode" for each file/directoryhut2014-12-031-0/+6
|/