| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | core.actions: more debug output | hut | 2012-12-11 | 1 | -0/+2 |
* | Implement local per-directory settings | Abdó Roig-Maranges | 2012-12-09 | 1 | -2/+4 |
* | Merge branch 'fix_selectfile' of https://github.com/PotatoesMaster/ranger | hut | 2012-12-04 | 1 | -3/+3 |
|\ |
|
| * | core.main: fix --selectfile argument | Emanuel Guevel | 2012-11-20 | 1 | -3/+3 |
* | | core.main: only import own commands if commands.py exists | hut | 2012-12-04 | 1 | -5/+6 |
* | | updated man page, improved hooks | hut | 2012-12-04 | 2 | -7/+5 |
* | | core.shared: remove obsolete settingobject code | hut | 2012-12-04 | 1 | -15/+1 |
* | | removed options.py, improved plugins. *UPDATE YOUR COMMANDS.PY* | hut | 2012-12-04 | 4 | -15/+72 |
|/ |
|
* | core.actions: fixed ci key | hut | 2012-11-09 | 1 | -1/+1 |
* | core.actions: fixed cm/ca keys | hut | 2012-11-09 | 1 | -1/+2 |
* | Revert "core.runner: removed 's', 'p', 'w' flags to behave like rifle" | hut | 2012-08-15 | 1 | -1/+19 |
* | core.loader: implemented progressbar for CopyLoader | hut | 2012-08-15 | 1 | -1/+25 |
* | core.actions: move paste() logic to core.loader.CopyLoader | hut | 2012-08-15 | 2 | -51/+52 |
* | core.actions: update shutil_g paste function to not use Environment | hut | 2012-08-15 | 1 | -8/+8 |
* | core.actions: imported shutil_g paste function from v1.2.3 | hut | 2012-08-15 | 1 | -34/+36 |
* | core.runner: Added TODO: "make 'r' flag work with pipes" | hut | 2012-08-15 | 1 | -0/+1 |
* | core.runner: removed 's', 'p', 'w' flags to behave like rifle | hut | 2012-08-15 | 1 | -19/+1 |
* | core.runner: fixed missing import | hut | 2012-08-15 | 1 | -0/+1 |
* | core.runner: remove 'setsid' dependency, use Popen_forked | hut | 2012-08-15 | 1 | -5/+8 |
* | core.runner: renamed flag "d" to "f" in the runner too | hut | 2012-08-15 | 1 | -6/+6 |
* | widgets.statusbar: draw an averaging progress bar | hut | 2012-08-12 | 1 | -1/+8 |
* | Merge branch 'stable' | hut | 2012-08-10 | 1 | -0/+2 |
|\ |
|
| * | core.runner: use setsid to stabilize detached programs | hut | 2012-08-09 | 1 | -0/+2 |
| * | core.shared: ImportErrors in options.py are mistakenly ignored... | hut | 2012-05-03 | 1 | -0/+2 |
* | | core.tab: fixed restoring pointer on tab change | hut | 2012-08-07 | 2 | -3/+5 |
* | | widgets.taskview: show progressbar only if task supports it | hut | 2012-08-07 | 1 | -1/+1 |
* | | widgets.taskview: added progressbars for dir loading tasks | hut | 2012-08-07 | 1 | -0/+1 |
* | | core.tab: fix weakref bug with python2 that breaks fm.thisfile | hut | 2012-08-07 | 1 | -2/+7 |
* | | ext.rifle: implemented asking on unknown filetype (in ranger only) | hut | 2012-08-06 | 1 | -2/+3 |
* | | core.fm: fixed passing directory arguments | hut | 2012-08-06 | 2 | -6/+13 |
* | | core.actions: some cleaning | hut | 2012-08-06 | 1 | -5/+1 |
* | | core.actions: get _get_macros to work with new tab system | hut | 2012-08-06 | 1 | -22/+24 |
* | | core.actions: fix tab-history bugs, inherit history from prev. tab | hut | 2012-08-05 | 2 | -2/+9 |
* | | core.actions: Added {old,new} arguments to 'tba.change' signal | hut | 2012-08-05 | 2 | -3/+6 |
* | | add keybinding 'uq' to restore a closed tab | hut | 2012-08-05 | 2 | -0/+18 |
* | | core.tab: save and restore pointer when changing tab | hut | 2012-08-05 | 1 | -0/+10 |
* | | core.tab: pass the tab as argument in the move-signal | hut | 2012-08-05 | 1 | -2/+2 |
* | | core.actions: updated tab_open to work with new Tab class | hut | 2012-08-05 | 2 | -5/+14 |
* | | Replaced core.environment with core.tab | hut | 2012-08-05 | 5 | -221/+297 |
* | | moved fm.env.get_directory() to fm.get_directory() | hut | 2012-08-05 | 3 | -17/+21 |
* | | moved env.garbage_collect to fm.garbage_collect | hut | 2012-08-05 | 2 | -18/+21 |
* | | core.environment: cleanup | hut | 2012-08-05 | 1 | -8/+4 |
* | | core.environment: removed unused attribute 'cmd' | hut | 2012-08-05 | 1 | -1/+0 |
* | | moved fm.env.{username,hostname,home_path} to fm.* | hut | 2012-08-05 | 3 | -11/+22 |
* | | core.environment: added a layer for backwards compatibility | hut | 2012-08-05 | 1 | -1/+20 |
* | | move fm.env.{keymaps,keybuffer} to fm.ui.{keymaps,keybuffer} | hut | 2012-08-05 | 4 | -10/+9 |
* | | move fm.env.{copy,cut} to fm.{copy_buffer,do_cut} | hut | 2012-08-05 | 3 | -20/+19 |
* | | core.environment: s/fm.env.directories/fm.directories | hut | 2012-08-05 | 2 | -10/+9 |
* | | core.environment: s/fm.env.termsize/fm.ui.termsize | hut | 2012-08-05 | 2 | -3/+2 |
* | | core.actions: More reliable mimetype checking @ execute_file | hut | 2012-08-05 | 1 | -3/+2 |