about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/taskview.py
Commit message (Expand)AuthorAgeFilesLines
* gui.widgets.taskview: fix J/K keyshut2017-11-281-1/+1
* Python 3 division: Remove explicit float conversionsnfnty2017-01-211-1/+1
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-4/+2
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-2/+3
* linting: autopep8nfnty2017-01-171-1/+1
* Remove reduntant backslash between brackets.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/+1
|/
* Neater copyright headerhut2015-03-191-2/+2
* update email addresshut2014-12-111-1/+1
* gui.widgets/taskview: Higher precision in progressbarhut2014-03-071-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* Fix docstrings to comply with the PEP8hut2013-02-221-3/+1
* updated copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* replaced tabs with 4 spaces in all python fileshut2013-02-101-84/+84
* widgets.statusbar: draw an averaging progress barhut2012-08-121-2/+4
* widgets.taskview: show progressbar only if task supports ithut2012-08-071-4/+8
* widgets.taskview: added progressbars for dir loading taskshut2012-08-071-1/+3
* move fm.env.{keymaps,keybuffer} to fm.ui.{keymaps,keybuffer}hut2012-08-051-1/+1
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* gui.colorschemes: more efficient color_athut2012-01-111-7/+5
* Updated copyright headershut2011-10-101-1/+1
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-101-1/+0
* ext.keybindings: implemented %any macrohut2011-09-301-1/+0
* implemented a new keybinding parserhut2011-09-301-22/+2
* minor changeshut2010-06-091-1/+2
* Merge branch 'devel' into newkeyhut2010-04-081-2/+2
|\
| * made accumualtor use ext.directory.Directoryhut2010-04-081-2/+2
* | integrated new keyparser in pager + taskviewhut2010-04-071-15/+22
* | added KeyManagerhut2010-04-071-1/+0
* | working on the implementation of the new key parserhut2010-03-091-3/+1
|/
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
* cleanupshut2010-01-241-5/+5
* done #32hut2010-01-191-0/+5
* Added error handlers for failed commandshut2010-01-131-1/+4
* cleanups + style adjustmentshut2010-01-131-1/+1
* added license informationhut2010-01-081-0/+14
* taskview: fixed redrawinghut2010-01-011-26/+33
* removed ProcessManager to TaskViewhut2009-12-311-0/+88