Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Revert "macrodict: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit ade69eb05c5791fe02736cf761d3162dd04fb412. | |||||
| * | | Revert "img_display: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | This reverts commit 7ae3f6e2ed2ff6648f4a13d276b6e6b586592720. | |||||
| * | | Revert "runner: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | This reverts commit 05af3b99d87ade639cfb8dd33acda9c76d5e93e5. | |||||
| * | | Revert "loader: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | This reverts commit c3824a59b28fa4895e44718edebc144859eac233. | |||||
| * | | Revert "actions: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -0/+5 | |
| | | | | | | | | | | | | This reverts commit 3f5cae584e56ca47e7460dd2634d0b10b3787a9d. | |||||
| * | | Revert "tags: Drop Pylint option that disappeared" | toonn | 2022-02-05 | 1 | -0/+1 | |
|/ / | | | | | | | This reverts commit aa98a9a39eb2c5df10bb19b94ade3a98863470c4. | |||||
* | | test_py2_compat: Message was renamed to MessageTest | toonn | 2022-02-05 | 1 | -7/+7 | |
| | | ||||||
* | | Merge branch 'pylint' | toonn | 2022-02-05 | 12 | -22/+3 | |
|\ \ | ||||||
| * | | convert_papermode_to_metadata: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -2/+0 | |
| | | | ||||||
| * | | manpage_completion_test: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -1/+0 | |
| | | | ||||||
| * | | plugin_ipc: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -1/+0 | |
| | | | ||||||
| * | | vcs: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -2/+0 | |
| | | | ||||||
| * | | rifle: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -3/+1 | |
| | | | ||||||
| * | | popen_forked: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | macrodict: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | img_display: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -2/+0 | |
| | | | ||||||
| * | | runner: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -2/+0 | |
| | | | ||||||
| * | | loader: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -1/+0 | |
| | | | ||||||
| * | | actions: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -5/+0 | |
| | | | ||||||
| * | | tags: Drop Pylint option that disappeared | toonn | 2022-02-05 | 1 | -1/+0 | |
|/ / | ||||||
* | | Merge branch 'kankaristo-patch-1' | toonn | 2022-02-05 | 4 | -7/+17 | |
|\ \ | |/ |/| | ||||||
| * | doc: Add rsvg-convert to the man page | toonn | 2022-02-05 | 2 | -2/+8 | |
| | | ||||||
| * | doc: Drop Imagemagick for SVG preview | toonn | 2022-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | README: Add link to librsvg | toonn | 2022-02-05 | 1 | -1/+2 | |
| | | | | | | | | | | I had a surprising amount of trouble finding the librsvg project so I figured a link was welcome. | |||||
| * | Fix broken case statement (scope.sh does have tests, and they failed...) | Sami Kankaristo | 2021-12-29 | 1 | -0/+1 | |
| | | ||||||
| * | Add mention of `rsvg-convert` in README.md | Sami Kankaristo | 2021-12-29 | 1 | -1/+2 | |
| | | ||||||
| * | Add rsvg-convert for SVG previews | Sami Kankaristo | 2021-12-29 | 1 | -3/+4 | |
|/ | | | | | | | `rsvg-convert` works much more reliably for SVGs than ImageMagick's `convert`, which freezes with large SVGs (seems to convert formats first, and resize only after that), and can drop out text during the conversion. Support for SVGs isn't great in ImageMagick, since it's a raster graphics program. `rsvg-convert` only supports conversion to PNG. The image preview works fine with PNGs, but Ranger assumes/requires a .jpg extension, so the file is just renamed from `xxx.jpg.png` to `xxx.jpg`. It's a bit of an ugly hack, but it works, and it's faster than a second image conversion from PNG to JPEG (and vector graphics usually look better with PNG than with JPEG, which is meant more for photos). On Ubuntu and Debian, `rsvg-convert` is in the `librsvg2-bin` package. | |||||
* | Merge remote-tracking branch 'shervinsahba/master' | toonn | 2021-12-13 | 1 | -1/+5 | |
|\ | ||||||
| * | broke up cases for OpenOffice docs, so ods/odp files would not use pandoc | Shervin Sahba | 2021-12-13 | 1 | -1/+5 | |
|/ | ||||||
* | Merge branch 'guillermogf-man-previews' | toonn | 2021-11-13 | 2 | -7/+7 | |
|\ | ||||||
| * | man: Regenerate ranger man page | toonn | 2021-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fix wrong hotkeys in the manual | Guillermo Gómez | 2021-11-12 | 2 | -6/+6 | |
|/ | ||||||
* | Merge branch 'pirate486743186-patch-3' | toonn | 2021-11-11 | 1 | -0/+6 | |
|\ | ||||||
| * | scope: Remove exit to fallback in case of no thumbnail | toonn | 2021-11-11 | 1 | -2/+2 | |
| | | ||||||
| * | thumbnail preview for audio | pirate486743186 | 2021-11-11 | 1 | -0/+6 | |
|/ | ||||||
* | Merge branch 'update-hacking-md' | toonn | 2021-09-20 | 1 | -99/+4 | |
|\ | ||||||
| * | HACKING: Drop hut's email and PGP key | toonn | 2021-09-18 | 1 | -99/+4 | |
|/ | | | | | | Hut no longer actively manages contributions so people should use Github or the mailing list. Unfortunately we don't have a good setup for PGP-based communication about security issues with all maintainers. | |||||
* | Merge remote-tracking branch 'N-R-K/sxiv-rifle' | toonn | 2021-09-18 | 1 | -28/+44 | |
|\ | ||||||
| * | cleanup the comment | NRK | 2021-09-19 | 1 | -4/+3 | |
| | | ||||||
| * | dont hardcode /tmp | NRK | 2021-09-19 | 1 | -1/+2 | |
| | | ||||||
| * | add more detailed implementation note | NRK | 2021-09-19 | 1 | -0/+14 | |
| | | ||||||
| * | add an implementation note | NRK | 2021-09-19 | 1 | -0/+4 | |
| | | ||||||
| * | -print explicitly for posix compliance | NRK | 2021-09-19 | 1 | -1/+1 | |
| | | ||||||
| * | use grep -iE instead of -iname | NRK | 2021-09-18 | 1 | -3/+2 | |
| | | ||||||
| * | switch to -iname | NRK | 2021-09-13 | 1 | -2/+2 | |
| | | ||||||
| * | use more posix complaint flags | NRK | 2021-09-13 | 1 | -2/+4 | |
| | | ||||||
| * | cleanups | NRK | 2021-09-13 | 1 | -22/+16 | |
| | | | | | | | | | | | | - remove invalid/old comment - use func args instead of global var - offload image loading into it's own function | |||||
| * | rework the script | NRK | 2021-09-13 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | - remove null seperator - store the result of listfiles into a tmp file - remove -m 1 from grep, it's not needed. (it also wasn't posix) - remove dep on xargs | |||||
| * | sxiv-rifle: only list extensions | NRK | 2021-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | sxiv-rifle: add tiff support | NRK | 2021-08-27 | 1 | -2/+2 | |
| | |