| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gui.color: remove "remove_attr" function | hut | 2013-03-01 | 1 | -6/+0 |
* | ranger.fsobject: added BAD_INFO constant | hut | 2013-03-01 | 1 | -1/+1 |
* | config/rifle.conf: fix pager label | hut | 2013-03-01 | 1 | -1/+1 |
* | renamed container.settingobject to container.settings | hut | 2013-03-01 | 4 | -9/+8 |
* | removed compatibility for "hidden_filter" option being a regex | hut | 2013-03-01 | 2 | -8/+2 |
* | settingobject: remove complexity of shorten_title setting | hut | 2013-03-01 | 1 | -1/+1 |
* | simplify sanitizing of settings and core.shared module | hut | 2013-03-01 | 3 | -61/+51 |
* | core.tab: consistent return value in get_selection() | hut | 2013-03-01 | 1 | -3/+1 |
* | added compatibility layer for ranger.fsobject module | hut | 2013-03-01 | 1 | -0/+5 |
* | moved fsobject.* to container.* | hut | 2013-03-01 | 8 | -18/+11 |
* | rifle: added --version option | hut | 2013-03-01 | 1 | -1/+3 |
* | doc/ranger.1: documented :scout command | hut | 2013-03-01 | 1 | -1/+20 |
* | config/rc.conf: added smart case options to search commands | hut | 2013-02-27 | 1 | -2/+2 |
* | fsobject.fsobject: fix crash with vcs_aware=true | hut | 2013-02-27 | 1 | -1/+1 |
* | make vcs information display for subdirectories of a repo | Abdo Roig-Maranges | 2013-02-25 | 2 | -8/+8 |
* | commands.scout: removed unused AUTO_OPEN_DIRS constant | hut | 2013-02-25 | 1 | -1/+0 |
* | config/commands: replace commands with aliases to :scout | hut | 2013-02-25 | 2 | -172/+8 |
* | commands.scout: added PERM_FILTER flag | hut | 2013-02-25 | 1 | -0/+7 |
* | fsobject.directory: turn self.filter into a regex | hut | 2013-02-25 | 3 | -5/+8 |
* | commands.scout: added UNMARK, SMART_CASE, use set_search_method | hut | 2013-02-25 | 1 | -5/+14 |
* | commands.scout: better handling of "." | hut | 2013-02-25 | 1 | -0/+3 |
* | config/commands: fix blocking in :scout, remove debug code | hut | 2013-02-25 | 1 | -7/+5 |
* | api.commands: fix quick/tab/cancel for aliased commands | hut | 2013-02-25 | 1 | -1/+14 |
* | config/commands: added :scout command | hut | 2013-02-25 | 1 | -0/+143 |
* | api.commands: added parse_flags() | hut | 2013-02-25 | 1 | -0/+37 |
* | widgets.browsercolumn: made aroig's changes conform with PEP8 | hut | 2013-02-25 | 1 | -20/+31 |
* | widgets.browsercolumn: Fix wrong trimming of infostring | hut | 2013-02-25 | 1 | -1/+4 |
* | widgets.statusbar: reverted aroig's addition of whitespace | hut | 2013-02-24 | 1 | -1/+1 |
* | vcs: fix indentation in gui.context | hut | 2013-02-24 | 1 | -4/+4 |
* | removed unused lib ranger.ext.run_forked | hut | 2013-02-24 | 1 | -25/+0 |
* | vcs: move vcs import into load_vcs | hut | 2013-02-24 | 1 | -2/+1 |
* | vcs: move some code from load_bit_by_bit to load_vcs | hut | 2013-02-24 | 2 | -28/+42 |
* | fsobject.directory: dont load_vcs when not needed | hut | 2013-02-24 | 1 | -2/+3 |
* | Merge branch 'vcs' | hut | 2013-02-24 | 16 | -82/+1648 |
|\ |
|
| * | Merge branch 'master' into vcs | hut | 2013-02-22 | 58 | -96/+120 |
| |\ |
|
| * \ | Merge branch 'master' into vcs | hut | 2013-02-19 | 4 | -5/+31 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into vcs | hut | 2013-02-18 | 6 | -61/+61 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into vcs | hut | 2013-02-16 | 5 | -11/+56 |
| |\ \ \ \ |
|
| * | | | | | ext.vcs.vcs: typo s/true/True | hut | 2013-02-16 | 1 | -1/+1 |
| * | | | | | config/rc.conf: typo in "set vcs_backend_hg disabled" | hut | 2013-02-16 | 1 | -1/+1 |
| * | | | | | replace vcs_backends setting by vcs_backend_git, etc. | Abdo Roig-Maranges | 2013-02-16 | 3 | -26/+37 |
| * | | | | | config/rc.conf: Use only "git" vcs_backend by default | hut | 2013-02-16 | 1 | -1/+2 |
| * | | | | | move ranger/vcs/* to ranger/ext/vcs/* | hut | 2013-02-16 | 8 | -6/+6 |
| * | | | | | Merge branch 'master' into vcs | hut | 2013-02-16 | 7 | -19/+106 |
| |\ \ \ \ \ |
|
| * | | | | | | Handle VcsError when scanning dir. Don't raise | Abdo Roig-Maranges | 2013-02-15 | 1 | -3/+8 |
| * | | | | | | Added 'unknown' remote vcs status | Abdo Roig-Maranges | 2013-02-15 | 2 | -2/+4 |
| * | | | | | | fix vcs log errors on empty repos | Abdo Roig-Maranges | 2013-02-15 | 3 | -3/+40 |
| * | | | | | | vcs.vcs: remove __init__ from VcsError(Exception) | hut | 2013-02-13 | 1 | -2/+1 |
| * | | | | | | vcs.hg: fix python2 ImportError when importing configparser | hut | 2013-02-13 | 1 | -1/+4 |
| * | | | | | | Added version control system related commands | Abdo Roig-Maranges | 2013-02-12 | 1 | -0/+99 |