Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Add option 'save_backtick_bookmark', fixes #947 | hut | 2017-10-01 | 1 | -0/+6 | |
|/ / | ||||||
* | | core.fm: more efficient preview cache cleaning | hut | 2017-07-07 | 1 | -1/+1 | |
| | | ||||||
* | | Properly handle toggling 'preview_images' | Wojciech Siewierski | 2017-07-06 | 2 | -1/+7 | |
| | | | | | | | | | | | | 1. Don't use the cached image previews if 'preview_images' is turned off. 2. Wipe the preview cache after toggling 'preview_images' for it to take effect immediately. | |||||
* | | core.runner: show stderr when using 'p' flag (#884) | hut | 2017-06-22 | 1 | -2/+2 | |
| | | ||||||
* | | moved inode filtering from choosedir to show-only-dirs | randnobx | 2017-06-15 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch 'choosedir-821' of https://github.com/randynobx/ranger | hut | 2017-06-08 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | Separate the inode filter constants into their own class | Wojciech Siewierski | 2017-05-20 | 1 | -1/+2 | |
| | | | ||||||
| * | | fixed SettingsAware.settings to fm.settings | randnobx | 2017-05-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | added global_inode_filter_type setting; show only directories when --choosedir | randnobx | 2017-05-20 | 1 | -0/+3 | |
| |/ | | | | | | | merged local and global inode_filter handling; refactored hidden_inode_filter_func | |||||
* / | Switch the order of experimental plugin loading and rc.conf sourcing | daizeng1984 | 2017-06-07 | 1 | -13/+9 | |
|/ | ||||||
* | core.fm: confpath, datapath: Be strict about clean mode | nfnty | 2017-04-12 | 2 | -35/+42 | |
| | | | | Fixes #848 | |||||
* | container.settings: Log nonexistent `preview_script` | nfnty | 2017-04-11 | 1 | -8/+4 | |
| | | | | Related to #849 | |||||
* | Add ability to save/restore tabs | Vitaly Belman | 2017-03-19 | 2 | -0/+23 | |
| | | | | | Fixes #502 Closes #505 | |||||
* | core.main: Add support for `file://` URIs as path arguments | nfnty | 2017-03-18 | 1 | -1/+4 | |
| | | | | Fixes #836 | |||||
* | core.main: Use `PWD` as starting path cwd if available | nfnty | 2017-03-18 | 1 | -1/+1 | |
| | | | | | | Prevents dereferencing symlinks on startup. Fixes #837 | |||||
* | Improve error message for some commands when called without args | Samuel Walladge | 2017-03-15 | 1 | -1/+4 | |
| | | | | | | | | | Commands improved: * `change_mode` * `flat` * `chain` * `chmod` * All `map` commands | |||||
* | core.main: `--version`: Report Python version and locale | nfnty | 2017-02-19 | 1 | -10/+11 | |
| | | | | | | Makes issue reporting easier. Fixes #812 | |||||
* | settings: Allow any capitalization of `RANGER_LOAD_DEFAULT_RC` | nfnty | 2017-02-16 | 2 | -2/+2 | |
| | | | | Fixes #810 | |||||
* | core.main: Improve version info | nfnty | 2017-02-10 | 1 | -15/+12 | |
| | ||||||
* | api.commands.CommandContainer.get_command: Inverse `abbrev` | nfnty | 2017-02-08 | 1 | -1/+1 | |
| | ||||||
* | core.actions.Actions.move: visual: Change order of if statements | nfnty | 2017-02-06 | 1 | -6/+6 | |
| | ||||||
* | core.main: Catch the right traceback | nfnty | 2017-02-06 | 1 | -3/+10 | |
| | ||||||
* | Add `$XDG_DATA_HOME` support | nfnty | 2017-02-05 | 3 | -23/+36 | |
| | | | | | Fixes #303 Fixes #448 | |||||
* | Add setting `wrap_scroll`: Visual mode | nfnty | 2017-02-05 | 2 | -26/+39 | |
| | ||||||
* | Add setting `wrap_scroll` | Samuel Walladge | 2017-02-05 | 1 | -0/+1 | |
| | | | | | | Adds ability to wrap around when scrolling. Fixes #176 | |||||
* | api.commands: Refactor function and alias commands | nfnty | 2017-02-04 | 1 | -6/+3 | |
| | ||||||
* | core.actions.Actions.move: Fix visual selection | nfnty | 2017-02-03 | 1 | -1/+1 | |
| | ||||||
* | Fix alias macro expansion | nfnty | 2017-02-03 | 1 | -5/+8 | |
| | | | | Fixes #732 | |||||
* | core.main.parse_arguments: Resolve links, Validate paths | nfnty | 2017-02-01 | 1 | -12/+16 | |
| | | | | | | Add option to specify cache directory Fixes #551 | |||||
* | ranger.main: Remove deprecated COMPAT args | nfnty | 2017-02-01 | 1 | -14/+3 | |
| | ||||||
* | ranger.core.actions.Actions.move: Reduce nesting | nfnty | 2017-02-01 | 1 | -45/+48 | |
| | ||||||
* | `--choosefiles`: Choose all selected files, not just CWD | mrogalski | 2017-01-31 | 3 | -4/+32 | |
| | | | | | | Check that paths are accessible and writable Fixes #667 | |||||
* | Improve shutdown error handling; Limit `VCSThread` wait | nfnty | 2017-01-30 | 1 | -0/+2 | |
| | ||||||
* | linting: pylint: Remove most `disabled=protected-access` | nfnty | 2017-01-30 | 5 | -16/+15 | |
| | ||||||
* | core.main: Refactor exit handling | ael-code | 2017-01-29 | 1 | -26/+35 | |
| | | | | | | Decrease complexity Do not ignore system exit exceptions Properly destroy UI | |||||
* | core.main: Check that paths are accessible before starting | nfnty | 2017-01-29 | 1 | -33/+23 | |
| | | | | | | | | Remove deprecated use as file launcher Fixes #560 Fixes #558 Fixes #424 | |||||
* | core.loader: Handle work process items exceptions | nfnty | 2017-01-28 | 1 | -4/+16 | |
| | ||||||
* | core.fm: `loop()`: Remove useless `if` statement | nfnty | 2017-01-26 | 1 | -5/+4 | |
| | ||||||
* | Only use `hasattr` where absolutely needed | nfnty | 2017-01-26 | 2 | -3/+2 | |
| | | | | | | Use `try-except` when it's an explicit error. Fixes #780 | |||||
* | core.main: Remove COMPAT `options.py` | nfnty | 2017-01-26 | 1 | -21/+0 | |
| | | | | Has been deprecated and warned about for over 4 years. | |||||
* | core.actions: Pass path to `_run_pager()`, not file object | David le Blanc | 2017-01-25 | 1 | -3/+3 | |
| | ||||||
* | core.loader: `safeDecode()` -> `safe_decode()` | nfnty | 2017-01-25 | 1 | -5/+5 | |
| | ||||||
* | core.loader: `safeDecode()`: Do not try to decode with encoding `None` | nfnty | 2017-01-25 | 1 | -2/+3 | |
| | ||||||
* | core.loader: `CopyLoader.generate`: Reduce nesting | nfnty | 2017-01-24 | 1 | -48/+50 | |
| | ||||||
* | core.actions: macros: `confdir` should not be defined in clean mode | nfnty | 2017-01-23 | 2 | -6/+5 | |
| | | | | Fixes #758 | |||||
* | core.linemode: `FileInfoLinemode`: Output is already decoded | nfnty | 2017-01-23 | 1 | -5/+1 | |
| | | | | Fixes Python 3 crash | |||||
* | core.actions: Reduce `get_preview()` nesting | nfnty | 2017-01-23 | 1 | -118/+123 | |
| | ||||||
* | core.linemode: `Mtime`: Fix crash when `file.stat is None` | Christian Zangl | 2017-01-23 | 1 | -0/+4 | |
| | | | | | | | | This can happen with Bash on Windows for files without permission and on OSX/Linux when deleting files. Fixes #741 Fixes #769 | |||||
* | core.actions: Split `$PAGER` before running | Profpatsch | 2017-01-22 | 1 | -6/+7 | |
| | | | | If `$PAGER` is `less -R`, then `-R` should be an argument. | |||||
* | linting: pylint: Enable `broad-except`, Improve logging | nfnty | 2017-01-21 | 6 | -76/+88 | |
| | | | | | | | Handle exceptions explicitly to prevent unexpected errors from causing problems. Improve exception and notification logging. |