Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | container.directory: fix pointer in refilter, not in sort | hut | 2013-03-24 | 1 | -6/+2 |
| | |||||
* | container.directory: move refilter() to the right place | hut | 2013-03-24 | 1 | -2/+2 |
| | |||||
* | fix missing quotes in shell macros | Abdo Roig-Maranges | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | widgets.browserview: resize when toggling draw_borders | hut | 2013-03-17 | 1 | -0/+6 |
| | |||||
* | gui.ui: remove curses.setupterm() instruction | hut | 2013-03-17 | 1 | -1/+0 |
| | | | | | | | | | | | | it was added in commit b34807bd428bbe7bb40e8798af17f0f4cf5ecf1f ("gui.ui: more portable terminal title support") and I don't know why anymore. It seems to work perfectly without it. Keeping it seems to cause broken terminals on some systems though. see also: http://bugs.python.org/issue7567 http://lists.nongnu.org/archive/html/ranger-users/2013-03/msg00046.html | ||||
* | settings: sanitize in separate signal with higher priority | hut | 2013-03-16 | 1 | -12/+11 |
| | | | | | | Some signals may require the sanitized value BEFORE it is actually set with settings._raw_set. We need to separate sanitizing and _raw_set into separate signals so other signals can be bound in between those two. | ||||
* | settings: use regexes for local settings | hut | 2013-03-15 | 1 | -4/+13 |
| | |||||
* | settings: fix maximum line width | hut | 2013-03-15 | 1 | -3/+6 |
| | |||||
* | settings: make setlocal work with all settings | hut | 2013-03-15 | 1 | -0/+5 |
| | |||||
* | ext.img_display.clear: adjust width | hut | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | rc.conf: added keybinding to get to /usr/share/doc/ranger | hut | 2013-03-14 | 1 | -0/+1 |
| | |||||
* | widgets.browsercolumn: don't use list.clear(), py2 incompatible | hut | 2013-03-14 | 1 | -2/+2 |
| | |||||
* | container.settings: added notice that "show_cursor" aint working | hut | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | container.fsobject: make it "SettingsAware" | hut | 2013-03-12 | 3 | -6/+4 |
| | |||||
* | api.commands: make SETTINGS_RE private | hut | 2013-03-12 | 1 | -2/+2 |
| | |||||
* | container.directory: remove "signal" argument for refilter | hut | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | container.directory: remove unnecessary refilter() | hut | 2013-03-10 | 1 | -1/+0 |
| | |||||
* | container.directory: fix wrong check for None | hut | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | simplified previous commit | hut | 2013-03-09 | 2 | -6/+2 |
| | |||||
* | config/commands.py: faster filtering | hut | 2013-03-09 | 3 | -19/+35 |
| | |||||
* | directory: typo | hut | 2013-03-09 | 1 | -1/+1 |
| | |||||
* | Add setting "open_all_images", removing "sxiv_opens_all_images" | hut | 2013-03-06 | 3 | -15/+34 |
| | | | | this is more general and can be adapted to work with more image viewers. | ||||
* | core.fm: use "basename" instead of "path" in sxiv hook | hut | 2013-03-05 | 1 | -3/+3 |
| | | | | | This allows to pass more arguments before the argument list gets too long. | ||||
* | added a rifle hook for better sxiv integration | hut | 2013-03-05 | 3 | -0/+24 |
| | |||||
* | core.runner: dont switch to console when using "s" flag | hut | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | core.fm: removed unnecessary import | hut | 2013-03-04 | 1 | -1/+0 |
| | |||||
* | vcs extension: fix vcs file status detection | Abdo Roig-Maranges | 2013-03-03 | 4 | -29/+43 |
| | | | | | | | | | This fixes the following: - correct ignore state for directories containing only ignored files. (only git and bzr backends) - correctly mark as new the contents of untracked directories. - auxiliar function _path_contains. - small bug in bzr backend status detection. | ||||
* | gui.color: improved get_color | hut | 2013-03-01 | 1 | -5/+4 |
| | |||||
* | gui.color: remove "remove_attr" function | hut | 2013-03-01 | 1 | -6/+0 |
| | | | | | | | What I didn't realize when I wrote the function "remove_attr" is that "remove_attr(value, attribute)" can be simply replaced with "value & ~attribute" | ||||
* | 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 |
| | | | | | | | | | | ranger.container.settingobject.SettingObject -> ranger.container.settings.Settings ranger.container.settingobject.LocalSettingObject -> ranger.container.settings.LocalSettings This is for more conformity. No other class is called *Object. | ||||
* | 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 |
| | | | | why have an extra directory for them? | ||||
* | 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 |
| | | | | | | | This fixes the code move in commit 6e46fd77cc8674e3ea360. The block of code that was moved needs to know about, the parent directory (when there is one). This is fixed by passing parent to load_vcs. | ||||
* | 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 |
| | | | | | | | | | | alias filter scout -prt alias find scout -aet alias mark scout -mr alias unmark scout -Mr alias search scout -r alias search_inc scout -rt alias travel scout -aefiklst | ||||
* | 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 |
| |