about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
...
* core.actions: more debug outputhut2012-12-111-0/+2
* Implement local per-directory settingsAbdó Roig-Maranges2012-12-091-2/+4
* Merge branch 'fix_selectfile' of https://github.com/PotatoesMaster/rangerhut2012-12-041-3/+3
|\
| * core.main: fix --selectfile argumentEmanuel Guevel2012-11-201-3/+3
* | core.main: only import own commands if commands.py existshut2012-12-041-5/+6
* | updated man page, improved hookshut2012-12-042-7/+5
* | core.shared: remove obsolete settingobject codehut2012-12-041-15/+1
* | removed options.py, improved plugins. *UPDATE YOUR COMMANDS.PY*hut2012-12-044-15/+72
|/
* core.actions: fixed ci keyhut2012-11-091-1/+1
* core.actions: fixed cm/ca keyshut2012-11-091-1/+2
* 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