summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "core.runner: removed 's', 'p', 'w' flags to behave like rifle"hut2012-08-151-1/+19
* core.loader: implemented progressbar for CopyLoaderhut2012-08-151-1/+25
* core.actions: move paste() logic to core.loader.CopyLoaderhut2012-08-152-51/+52
* core.actions: update shutil_g paste function to not use Environmenthut2012-08-151-8/+8
* core.actions: imported shutil_g paste function from v1.2.3hut2012-08-151-34/+36
* core.runner: Added TODO: "make 'r' flag work with pipes"hut2012-08-151-0/+1
* core.runner: removed 's', 'p', 'w' flags to behave like riflehut2012-08-151-19/+1
* core.runner: fixed missing importhut2012-08-151-0/+1
* core.runner: remove 'setsid' dependency, use Popen_forkedhut2012-08-151-5/+8
* core.runner: renamed flag "d" to "f" in the runner toohut2012-08-151-6/+6
* widgets.statusbar: draw an averaging progress barhut2012-08-121-1/+8
* Merge branch 'stable'hut2012-08-101-0/+2
|\
| * core.runner: use setsid to stabilize detached programshut2012-08-091-0/+2
| * core.shared: ImportErrors in options.py are mistakenly ignored...hut2012-05-031-0/+2
* | core.tab: fixed restoring pointer on tab changehut2012-08-072-3/+5
* | 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.tab: fix weakref bug with python2 that breaks fm.thisfilehut2012-08-071-2/+7
* | ext.rifle: implemented asking on unknown filetype (in ranger only)hut2012-08-061-2/+3
* | core.fm: fixed passing directory argumentshut2012-08-062-6/+13
* | core.actions: some cleaninghut2012-08-061-5/+1
* | core.actions: get _get_macros to work with new tab systemhut2012-08-061-22/+24
* | core.actions: fix tab-history bugs, inherit history from prev. tabhut2012-08-052-2/+9
* | core.actions: Added {old,new} arguments to 'tba.change' signalhut2012-08-052-3/+6
* | add keybinding 'uq' to restore a closed tabhut2012-08-052-0/+18
* | core.tab: save and restore pointer when changing tabhut2012-08-051-0/+10
* | core.tab: pass the tab as argument in the move-signalhut2012-08-051-2/+2
* | core.actions: updated tab_open to work with new Tab classhut2012-08-052-5/+14
* | Replaced core.environment with core.tabhut2012-08-055-221/+297
* | moved fm.env.get_directory() to fm.get_directory()hut2012-08-053-17/+21
* | moved env.garbage_collect to fm.garbage_collecthut2012-08-052-18/+21
* | core.environment: cleanuphut2012-08-051-8/+4
* | core.environment: removed unused attribute 'cmd'hut2012-08-051-1/+0
* | moved fm.env.{username,hostname,home_path} to fm.*hut2012-08-053-11/+22
* | core.environment: added a layer for backwards compatibilityhut2012-08-051-1/+20
* | move fm.env.{keymaps,keybuffer} to fm.ui.{keymaps,keybuffer}hut2012-08-054-10/+9
* | move fm.env.{copy,cut} to fm.{copy_buffer,do_cut}hut2012-08-053-20/+19
* | core.environment: s/fm.env.directories/fm.directorieshut2012-08-052-10/+9
* | core.environment: s/fm.env.termsize/fm.ui.termsizehut2012-08-052-3/+2
* | core.actions: More reliable mimetype checking @ execute_filehut2012-08-051-3/+2
* | core.fm: moved attributes of core.action to core.fm for clarityhut2012-08-052-7/+8
* | core.environment: removed unused functionshut2012-08-051-14/+0
* | core.helper: moved functions to ranger and ranger.core.mainhut2012-08-022-176/+148
* | core.fm: stick to line length limithut2012-08-021-2/+4
* | renamed ranger/defaults to ranger/confighut2012-08-024-10/+10
* | core.helper: more useful --version outputhut2012-06-161-3/+2
* | ext.rifle: Fix passing flags from actions.py to rifle.pyhut2012-04-131-2/+2
* | core.loader: added pause()hut2012-04-023-5/+39
* | core.actions: fixed dump_{commands,keybindings,settings}hut2012-04-021-3/+6
* | core.shared: ImportErrors in options.py are mistakenly ignored...hut2012-04-021-0/+2