Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'toonn/fix-files-none' into fix-files-index | chu4ng | 2020-12-05 | 1 | -1/+4 |
|\ | |||||
| * | If files is None we can't set the _pointed_obj | toonn | 2020-08-12 | 1 | -1/+4 |
| | | | | | | | | Fixes #2071 | ||||
* | | Merge branch 'chmod-default' | toonn | 2020-11-24 | 1 | -2/+2 |
|\ \ | |||||
| * | | Change chmod maps | toonn | 2020-11-24 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | The maps without explicit target only changed user permissions. The chmod utility changes all permissions when the target's omitted. This brings both more in line. Fixes #2161 | ||||
* | | Remove redundant blank line in docs | toonn | 2020-11-18 | 1 | -1/+0 |
| | | | | | | | | | | When documenting the draw_borders_multipane setting an extra blank line was added. | ||||
* | | Merge branch 'zyklotomic-master' | toonn | 2020-11-18 | 4 | -3/+126 |
|\ \ | |||||
| * | | Document draw_borders_multipane | toonn | 2020-11-18 | 2 | -2/+22 |
| | | | |||||
| * | | Use identity rather than equality comparison for None | toonn | 2020-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | Explicit truthy logic for draw_borders_multipane | Ethan Kiang | 2020-11-18 | 2 | -2/+8 |
| | | | |||||
| * | | Update ALLOWED_VALUES in settings.py for draw_borders_multipane | Ethan Kiang | 2020-11-18 | 1 | -1/+3 |
| | | | |||||
| * | | Use "draw_borders_multipane" instead and "draw_borders" as fallback | Ethan Kiang | 2020-11-18 | 2 | -6/+10 |
| | | | |||||
| * | | Fixed borders not redrawing upon setting change, renamed floating -> active-pane | Ethan Kiang | 2020-11-18 | 1 | -2/+11 |
| | | | |||||
| * | | pylint fixes | Ethan Kiang | 2020-11-18 | 1 | -2/+2 |
| | | | |||||
| * | | created floating style borders for multipane | Ethan Kiang | 2020-11-18 | 2 | -31/+42 |
| | | | |||||
| * | | Fixed borders drawing over the 1st and last directory | Ethan Kiang | 2020-11-18 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | | | | pylint flake8 errors fixed | ||||
| * | | Added draw_borders setting support for view_multipane | Ethan Kiang | 2020-11-18 | 1 | -0/+53 |
|/ / | |||||
* | | Merge branch 'Nfanja-patch-1' | toonn | 2020-11-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add decrement | toonn | 2020-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | When adding the max function call the decrementing was dropped. Fixes #1603 | ||||
| * | | add forgotten max | Fedor | 2020-11-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fix ranger freeze after shell command during kitty preview | Fedor | 2020-11-15 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'pretty-make' | toonn | 2020-11-13 | 1 | -8/+17 |
|\ \ | |||||
| * | | Change "sgr0" to "normal" for legibility | toonn | 2020-11-13 | 1 | -9/+9 |
| | | | |||||
| * | | Add formatting to make output for clarity | toonn | 2020-11-13 | 1 | -8/+17 |
|/ / | |||||
* | | Merge branch 'fix-travis' | toonn | 2020-11-11 | 6 | -42/+51 |
|\ \ | |||||
| * | | Fix test_py2_compat formatting | toonn | 2020-11-11 | 1 | -0/+1 |
| | | | |||||
| * | | Drop py3 specific pylint for ranger/config | toonn | 2020-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | Shortcut py2 incompatible pytest tests | toonn | 2020-11-11 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | Three of our pytest tests aren't compatible with python 2 by returning early from these testcases and always making them pass, we avoid false negatives in CI results. | ||||
| * | | Unalign code because bad-whitspace was removed | toonn | 2020-11-11 | 3 | -40/+37 |
| | | | |||||
| * | | Add new py3 specific pylint warnings to disabled | toonn | 2020-11-11 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'politas-fix/1880-multipane-status' | toonn | 2020-11-11 | 1 | -1/+7 |
|\ \ | |||||
| * \ | Merge branch 'master' into fix/1880-multipane-status | Myk | 2020-11-07 | 2 | -13/+20 |
| |\ \ | |||||
| * | | | unbind from tab.change | Myk | 2020-08-06 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge branch 'fix/1880-multipane-status' of ↵ | Myk | 2020-08-02 | 2 | -2/+22 |
| |\ \ \ | | | | | | | | | | | | | | | | https://github.com/politas/ranger into fix/1880-multipane-status | ||||
| | * \ \ | Merge branch 'master' into fix/1880-multipane-status | Myk | 2020-08-02 | 2 | -2/+22 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| * | / | | Add handler for tab.layoutchange | Myk | 2020-08-02 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | Handle all column changes | Myk | 2020-08-01 | 1 | -4/+4 |
| | | | | |||||
| * | | | Test for and follow tab changes in multipane mode | Myk | 2020-08-01 | 1 | -1/+7 |
| | | | | |||||
* | | | | Merge branch 'plesiv-master' | toonn | 2020-11-08 | 4 | -15/+15 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Regenerate rifle man page | toonn | 2020-11-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update the docs to reflect changes to code | Zoran Plesivcak | 2020-11-08 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to code in: - previous commit (THIS_COMMIT^) - c826091a74e88102ca1795ab9798dd8b8498f653 | ||||
| * | | | Allow $PAGER to contain spaces (handle pager flags) | Zoran Plesivcak | 2020-11-08 | 1 | -8/+8 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is similar to: c826091a74e88102ca1795ab9798dd8b8498f653 . See the referenced commit for the explanation. Note that $PAGER is not a strictly better than "$PAGER". In the cases where the pager executable in PAGER contains spaces e.g. "/path with spaces/bin/less" the "$PAGER" works correctly and $PAGER doesn't. This occurrence is much less frequent than pager in PAGER containing flags, e.g. "less -R" which works correctly with $PAGER, but doesn't with "$PAGER". This change is a desirable trade-off. | ||||
* | | | Merge branch 'swalladge-extra-rifle-apps' | toonn | 2020-11-06 | 1 | -12/+19 |
|\ \ \ | |||||
| * | | | Fix rifle rule alignment | toonn | 2020-11-06 | 1 | -10/+10 |
| | | | | |||||
| * | | | Add support for more apps in rifle default config | Samuel Walladge | 2019-10-23 | 1 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - audacity - firefox dev edition - scribus projects - sc (cli spreadsheet editor) - krita image editor Also fix existing regex patterns for video|audio. | ||||
* | | | | Merge branch 'cache-hash' | toonn | 2020-10-04 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix encoding of cached filenames | toonn | 2020-10-04 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | A typo crept into the encoding of paths used for the hashes of cached images. The error handler "backslashescape" doesn't exist, it should've been "backslashreplace." Fixes #2119 | ||||
* | | | Merge branch 'multipane-selection' | toonn | 2020-08-01 | 2 | -2/+22 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add initialization and fix indentation | toonn | 2020-08-01 | 1 | -3/+6 |
| | | | |||||
| * | | Selection in multipane viewmode was misleading | toonn | 2020-07-27 | 2 | -2/+19 |
|/ / | | | | | | | | | | | | | | | | | | | | | Tabs only remembered the pointer of their browsercolumn. This lead to erroneous rendering of the selection. By additionally keeping track of the object which is pointed at we can restore the remembered pointer even when sorting or (un)filtering completely invalidates the remembered index. Fixes #1511 Fixes #1995 | ||||
* | | Merge branch 'cache-hash' | toonn | 2020-07-24 | 1 | -4/+5 |
|\ \ |