Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Files with long names had their infostring trimmed even though the file name should be trimmed instead to make room for the infostring. | ||||
* | 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 | 19 | -83/+1674 |
|\ | | | | | | | | | Conflicts: ranger/gui/widgets/__init__.py | ||||
| * | Merge branch 'master' into vcs | hut | 2013-02-22 | 68 | -218/+242 |
| |\ | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py | ||||
| * \ | Merge branch 'master' into vcs | hut | 2013-02-19 | 10 | -6/+393 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into vcs | hut | 2013-02-18 | 11 | -147/+166 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/ranger.1 | ||||
| * | | | | document config options for vcs on the man page | Abdo Roig-Maranges | 2013-02-17 | 2 | -8/+16 |
| | | | | | |||||
| * | | | | Merge branch 'master' into vcs | hut | 2013-02-16 | 5 | -11/+56 |
| |\ \ \ \ | |||||
| * | | | | | setup.py: s/ranger.vcs/ranger.ext.vcs/ | hut | 2013-02-16 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The variables vcs_backend_git, vcs_backend_hg and vcs_backend_bzr have three possible values: disabled, local (only local info) and enabled (local and remote info). | ||||
| * | | | | | 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 | 9 | -22/+112 |
| |\ \ \ \ \ | |||||
| * | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This breaks in python2. Leaving out __init__ in subclasses of Exceptions is usually fine. | ||||
| * | | | | | | vcs.hg: fix python2 ImportError when importing configparser | hut | 2013-02-13 | 1 | -1/+4 |
| | | | | | | | |||||
| * | | | | | | Rebuilt manpage | Abdo Roig-Maranges | 2013-02-12 | 1 | -1/+8 |
| | | | | | | | |||||
| * | | | | | | Added version control system related commands | Abdo Roig-Maranges | 2013-02-12 | 1 | -0/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds commands to stage, unstage changes, and to display diffs and logs using the embedded pager. | ||||
| * | | | | | | Adds config settings and documentation for the vcs feature | Abdo Roig-Maranges | 2013-02-12 | 3 | -0/+16 |
| | | | | | | | |||||
| * | | | | | | Displays version control data on the status bar | Abdó Roig-Maranges | 2013-02-12 | 1 | -1/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Data displayed: branch, repo status and summary of last commit. | ||||
| * | | | | | | Displays version control data on browser column | Abdo Roig-Maranges | 2013-02-12 | 4 | -80/+180 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * I have restructured BrowserColumn._draw_directory. Hopefully it is easier mantain now. Simplified horizontal space computations, etc. * Displays two symbols on the right of every entry, showing local status, and status regarding the remote vcs repo. * Added the necessary context to be able to change colors for individual symbols from the colorscheme. | ||||
| * | | | | | | Support for extracting metadata from version control systems | Abdo Roig-Maranges | 2013-02-12 | 3 | -1/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makes fsobject aware of vcs. * Makes directory get vcs status data when loading content. * Adds a config option to enable/disable the vcs info feature. | ||||
| * | | | | | | Merged code to manipulate version control systems | Abdo Roig-Maranges | 2013-02-12 | 6 | -1/+1211 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supports git, hg and bzr. | ||||
* | | | | | | | Change name back to "ranger-master" in --version output | hut | 2013-02-24 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Fire in the Hole! v1.6.0 | hut | 2013-02-22 | 4 | -4/+42 |
| | | | | | | | |||||
* | | | | | | | Fix docstrings to comply with the PEP8 | hut | 2013-02-22 | 43 | -298/+189 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | http://www.python.org/dev/peps/pep-0008/#documentation-strings | ||||
* | | | | | | ext.rifle: remove -S from shebang line to allow site imports | hut | 2013-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this enables rifle to find the default rilfe.conf when installed via a package manager and when the user did not --copy-config=rifle. | ||||
* | | | | | | use 4-space-indents in files that had 2-space-indents | hut | 2013-02-22 | 2 | -15/+15 |
| | | | | | | |||||
* | | | | | | core.main: added RANGER_LOAD_DEFAULT_RC environment variable | hut | 2013-02-22 | 5 | -15/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this fixes the problem that examples/plugin_skip_default_rc doesn't work, because plugins are loaded after the rc.conf. | ||||
* | | | | | | examples/plugin_chmod_keybindings.py: fixed crash | hut | 2013-02-22 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | doc/ranger.1: update ENVIRONMENT section | hut | 2013-02-22 | 2 | -8/+4 |
| | | | | | | |||||
* | | | | | | ext.rifle: better searching for configuration file | hut | 2013-02-22 | 1 | -0/+15 |
| | | | | | | |||||
* | | | | | | doc/ranger.1: typo | hut | 2013-02-22 | 2 | -2/+2 |
| | | | | | |