Ticket #2103 (closed enhancement: fixed)

Opened 14 years ago

Last modified 12 years ago

[patch] mc.ext enhancement

Reported by: gotar Owned by: slavazanko
Priority: minor Milestone: 4.8.5
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset: committed-master

Description

Attached file makes a few improvements in default bindings:

  1. use chm_http text-mode handler for CHM files,
  2. play sounds only from videos in text mode,
  3. use pdftotext -layout -nopgbrk switches,
  4. try to use elinks before links for HTML,
  5. soffice2html text-mode handler for SXW files,
  6. wvHtml text-mode handler for doc files,
  7. xlhtml text-mode handler for XLS files,
  8. ppthtml text-mode handler for PPT/PPS files,
  9. open=view+pager fallback (noX) for PostScript, PDF, OD[PST] and DVI,
  10. standarized $DISPLAY checks.

Note, that regex keyword definitely needs case-insensitive flag in order to get rid of mess like:

regex/\.([wW][aA][vV]|[sS][nN][dD]|[vV][oO][cC]|[aA][uU]|[sS][mM][pP]|[aA][iI][fF][fF]|[sS][nN][dD])$

Attachments

mc.ext.in.2.patch (7.4 KB) - added by gotar 14 years ago.
mc.ext.in.patch (7.4 KB) - added by gotar 14 years ago.

Change History

Changed 14 years ago by gotar

Changed 14 years ago by gotar

comment:1 Changed 13 years ago by gotar

I'm not posting a patch as it wouldn't probably apply anymore, so just before dbf:

# sqlite3.db
type/^SQLite 3.x database
       View=%view{ascii} sqlite3 %f .dump

comment:2 Changed 12 years ago by andrew_b

  • Version changed from version not selected to master
  • Component changed from mc-config-ini to mc-core
  • Branch state set to no branch
  • Milestone changed from 4.7 to Future Releases

comment:3 Changed 12 years ago by slavazanko

  • Blocked By 2118 added

comment:4 Changed 12 years ago by slavazanko

  • Blocked By 2118 removed

(In #2118) merged to master:

git log --pretty=oneline e944301..5c6ae10

comment:5 Changed 12 years ago by slavazanko

  • Status changed from new to accepted
  • Owner set to slavazanko

comment:6 Changed 12 years ago by slavazanko

  • Branch state changed from no branch to on review
  • Milestone changed from Future Releases to 4.8.4

Created branch 2103_mcext_enhancement

Review, plase

comment:7 Changed 12 years ago by andrew_b

  • Votes for changeset set to andrew_b

comment:8 Changed 12 years ago by andrew_b

  • Milestone changed from 4.8.4 to 4.8.5

comment:9 Changed 12 years ago by andrew_b

  • Votes for changeset andrew_b deleted

comment:10 Changed 12 years ago by andrew_b

  • Votes for changeset set to andrew_b

comment:11 Changed 12 years ago by angel_il

  • Votes for changeset changed from andrew_b to andrew_b angel_il
  • Branch state changed from on review to approved

comment:12 Changed 12 years ago by slavazanko

  • Status changed from accepted to testing
  • Votes for changeset changed from andrew_b angel_il to committed-master
  • Resolution set to fixed
  • Branch state changed from approved to merged

Merged to master:

git log --pretty=oneline ff096a3..b03da1c

comment:13 Changed 12 years ago by slavazanko

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.