about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/statusbar.py
Commit message (Expand)AuthorAgeFilesLines
* unbind from tab.changeMyk2020-08-061-1/+0
* Add handler for tab.layoutchangeMyk2020-08-021-0/+1
* Handle all column changesMyk2020-08-011-4/+4
* Test for and follow tab changes in multipane modeMyk2020-08-011-1/+7
* Add a configurable VCS max message lengthWojciech Siewierski2019-10-011-1/+5
* Change the commit msg truncation pointWojciech Siewierski2019-10-011-1/+1
* gui.widgets.statusbar: Truncate the VCS commit messageWojciech Siewierski2019-10-011-1/+1
* Calculate the free space on remote filesystems correctlyWojciech Siewierski2019-03-251-1/+1
* Fix crash when entering directories with invalid mtimesrnhmjoj2019-03-041-1/+5
* Add new option to disable display of free disk space in statusbarStephane Fontaine2018-02-241-7/+8
* widgets.statusbar: add visual indicator for "freeze_files" optionhut2017-07-161-0/+5
* Fix the pylint warningsWojciech Siewierski2017-05-211-1/+1
* Add the :narrow commandWojciech Siewierski2017-05-211-0/+4
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-5/+2
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-4/+5
* Python 3 division: Remove explicit float conversionsnfnty2017-01-211-2/+2
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Fix flake8 `W503`nfnty2017-01-181-4/+3
* linting: pylint 2.0.0nfnty2017-01-171-3/+3
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-8/+12
* linting: autopep8nfnty2017-01-171-5/+5
* fix issue #679: Statusbar percentage crashes on python 2.6.6Richard Boß2016-10-241-1/+1
* Fix full folder size being shown incorrectlyMichael Hoang2016-08-211-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-4/+4
* Merge branch 'reduntant' of https://github.com/stepshal/rangerhut2016-06-181-2/+0
|\
| * Remove reduntant blank linesstepshal2016-06-161-2/+0
* | Add two blank lines where is expectedstepshal2016-06-161-0/+3
|/
* bug fix for % formatter changeEdward Betts2016-05-071-1/+1
* use % formatterEdward Betts2016-04-111-1/+1
* VCS: statusbar: Fix date formatnfnty2016-02-251-5/+6
* VCS: Add date to statusbarnfnty2016-02-081-1/+3
* VCS: Move remotestatus to FileSystemObjectnfnty2016-02-081-2/+2
* VCS: Update comments, Minor fixesnfnty2016-02-081-2/+2
* VCS: Minor fixesnfnty2016-02-081-3/+0
* VCS: Separate VCS Threadnfnty2016-02-081-8/+10
* VCS: All data is stored in rootnfnty2016-02-081-11/+10
* VCS: Implement vcs.tracknfnty2016-02-081-8/+6
* VCS: Change vcsfilestatus to vcspathstatus, Fix remotestatusnfnty2016-02-081-2/+2
* VCS: Gitnfnty2016-02-081-8/+13
* Report free disk space correctly on Mac OS Xptzz2015-06-091-1/+1
* :flat statusbar indicator addedWojciech Siewierski2015-03-301-1/+8
* Neater copyright headerhut2015-03-191-2/+2
* update email addresshut2014-12-111-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* fsobject.directory: turn self.filter into a regexhut2013-02-251-3/+3
* widgets.statusbar: reverted aroig's addition of whitespacehut2013-02-241-1/+1
* Merge branch 'vcs'hut2013-02-241-1/+23
|\
| * Merge branch 'master' into vcshut2013-02-221-3/+2
| |\
| * | Displays version control data on the status barAbdó Roig-Maranges2013-02-121-1/+23