| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
this is more general and can be adapted to work with more image viewers.
|
|
|
|
|
| |
This allows to pass more arguments before the argument list gets too
long.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
why have an extra directory for them?
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|