about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* container.directory: move refilter() to the right placehut2013-03-241-2/+2
|
* fix missing quotes in shell macrosAbdo Roig-Maranges2013-03-211-1/+1
|
* widgets.browserview: resize when toggling draw_bordershut2013-03-171-0/+6
|
* gui.ui: remove curses.setupterm() instructionhut2013-03-171-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
* update examples (s/ranger.fsobject/ranger.container/)hut2013-03-172-5/+5
|
* settings: sanitize in separate signal with higher priorityhut2013-03-161-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.
* added doc/config directory with symlinks to configshut2013-03-158-9/+11
|
* settings: use regexes for local settingshut2013-03-151-4/+13
|
* settings: fix maximum line widthhut2013-03-151-3/+6
|
* settings: make setlocal work with all settingshut2013-03-151-0/+5
|
* ext.img_display.clear: adjust widthhut2013-03-151-1/+1
|
* rc.conf: added keybinding to get to /usr/share/doc/rangerhut2013-03-141-0/+1
|
* widgets.browsercolumn: don't use list.clear(), py2 incompatiblehut2013-03-141-2/+2
|
* container.settings: added notice that "show_cursor" aint workinghut2013-03-121-1/+1
|
* container.fsobject: make it "SettingsAware"hut2013-03-123-6/+4
|
* api.commands: make SETTINGS_RE privatehut2013-03-121-2/+2
|
* container.directory: remove "signal" argument for refilterhut2013-03-121-1/+1
|
* container.directory: remove unnecessary refilter()hut2013-03-101-1/+0
|
* container.directory: fix wrong check for Nonehut2013-03-101-1/+1
|
* simplified previous commithut2013-03-092-6/+2
|
* config/commands.py: faster filteringhut2013-03-093-19/+35
|
* directory: typohut2013-03-091-1/+1
|
* manpage: renamed example/ to /usr/share/doc/ranger/hut2013-03-093-10/+12
|
* setup.py: added _findall functionhut2013-03-091-7/+6
|
* setup.py: create a /usr/share/doc/ranger directoryhut2013-03-091-1/+26
|
* move doc/print_{colors,keys}.py to doc/tools/hut2013-03-092-0/+0
|
* move examples to doc/exampleshut2013-03-0911-0/+0
|
* examples/rifle_sxiv: fix rifle_sxiv with chars like []hut2013-03-091-1/+1
|
* Add setting "open_all_images", removing "sxiv_opens_all_images"hut2013-03-063-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 hookhut2013-03-051-3/+3
| | | | | This allows to pass more arguments before the argument list gets too long.
* added a rifle hook for better sxiv integrationhut2013-03-053-0/+24
|
* Fixed the sxiv workaround to handle spaces and be more POSIX compliant.Pierre Neidhardt2013-03-051-7/+21
|
* core.runner: dont switch to console when using "s" flaghut2013-03-041-0/+1
|
* core.fm: removed unnecessary importhut2013-03-041-1/+0
|
* HACKING: remove part about tabs; ranger uses spaces nowhut2013-03-031-2/+0
|
* vcs extension: fix vcs file status detectionAbdo Roig-Maranges2013-03-034-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.
* setup.py: updated website URLhut2013-03-011-1/+1
|
* setup.py: removed fsobject packagehut2013-03-011-1/+0
|
* gui.color: improved get_colorhut2013-03-011-5/+4
|
* gui.color: remove "remove_attr" functionhut2013-03-011-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 constanthut2013-03-011-1/+1
|
* config/rifle.conf: fix pager labelhut2013-03-011-1/+1
|
* renamed container.settingobject to container.settingshut2013-03-015-10/+9
| | | | | | | | | | 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 regexhut2013-03-012-8/+2
|
* settingobject: remove complexity of shorten_title settinghut2013-03-013-6/+6
|
* simplify sanitizing of settings and core.shared modulehut2013-03-013-61/+51
|
* core.tab: consistent return value in get_selection()hut2013-03-011-3/+1
|
* added compatibility layer for ranger.fsobject modulehut2013-03-011-0/+5
|
* moved fsobject.* to container.*hut2013-03-018-18/+11
| | | | why have an extra directory for them?
* doc/ranger.1: removed obsolete reference to fm.envhut2013-03-012-2/+2
|