summary refs log tree commit diff stats
path: root/ranger/core/loader.py
Commit message (Expand)AuthorAgeFilesLines
* added tag management for rename, delete, bulkrename, and moving of filesrandnobx2015-04-111-0/+7
* Neater copyright headerhut2015-03-191-2/+2
* fix python version checking with python2.6hut2015-02-101-1/+1
* proper checking for the python versionhut2015-02-081-1/+1
* core.loader: fix copy&pasting directory linkshut2015-02-071-1/+1
* core.loader: don't follow links when calculating sizehut2015-02-061-0/+2
* update email addresshut2014-12-111-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* Fix docstrings to comply with the PEP8hut2013-02-221-9/+6
* updated copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* core.loader: handle race condition when process quits unexpectedlyhut2013-02-191-2/+10
* core.loader: actually kill the process when using kill_on_pausehut2013-02-171-0/+1
* core.loader: Fix passing stdin to commands in python3hut2013-02-171-3/+8
* core.loader: Added input and kill_on_pause options to CommandLoaderhut2013-02-161-4/+23
* removed all trailing whitespaceshut2013-02-101-1/+1
* replaced tabs with 4 spaces in all python fileshut2013-02-101-327/+327
* core.loader: ensure that loaders are stopped on errorhut2012-12-111-4/+8
* core.loader: implemented progressbar for CopyLoaderhut2012-08-151-1/+25
* core.actions: move paste() logic to core.loader.CopyLoaderhut2012-08-151-1/+49
* widgets.statusbar: draw an averaging progress barhut2012-08-121-1/+8
* widgets.taskview: show progressbar only if task supports ithut2012-08-071-1/+1
* widgets.taskview: added progressbars for dir loading taskshut2012-08-071-0/+1
* core.loader: added pause()hut2012-04-021-4/+35
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* core.loader: fix bug with chardet modulehut2011-12-101-1/+1
* Updated copyright headershut2011-10-101-1/+1
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-101-2/+0
* core.loader: Fix blocking when using interactive scripts in scope.shhut2011-04-271-1/+3
* Use chardet in case of encoding detection problemshut2011-04-261-5/+19
* Renamed ranger/ext/signal_dispatcher to ranger/ext/signalshut2010-10-141-1/+1
* core.loader: small correction of last commithut2010-10-121-1/+1
* core.loader: decode stdout in >python3 in CommandLoaderhut2010-10-121-1/+12
* core.loader: make sure to read everything from stdout/errhut2010-10-121-0/+5
* core.actions: improved fm.paste()hut2010-10-121-5/+8
* core.loader: Fixed pipe buffer overflow bughut2010-10-101-14/+29
* core.loader: throw more signalshut2010-10-091-3/+6
* ranger.core.loader: allow suppressing errors in CommandLoaderhut2010-10-081-13/+19
* fsobject.file: reload pager when preview finished loadinghut2010-10-081-1/+1
* fsobject.file: load previews in fm.loaderhut2010-10-081-2/+1
* core.loader: use signals with CommandLoaderhut2010-10-081-9/+8
* core.loader: fix bugs after mergehut2010-10-081-2/+1
* Merge branch 'master' into cphut2010-10-081-11/+7
|\
| * core.loader: simplified throbber logichut2010-10-081-9/+5
| * a little restructurationhut2010-10-021-1/+1
* | core.loader: catch "select.error"shut2010-05-161-5/+8
* | core.actions: improved paste()hut2010-05-151-0/+7
* | core.loader: finished CommandLoaderhut2010-05-151-6/+28
* | core.loader: bugfixhut2010-04-281-1/+1
* | messing aroundhut2010-04-271-1/+22