Staging
v0.8.1
https://foss.heptapod.net/mercurial/hgview
Revision a212362619653e9d1eb4e964f8e0cd605e86c007 authored by Alain Leufroy on 24 September 2011, 15:38:49 UTC, committed by Alain Leufroy on 24 September 2011, 15:38:49 UTC
Pygments may take a while to highlight the diff/source and it induce lag while
browing the files.

The idea is to delay colorizing the text. The text was previously displayed
whitout color and then highlighted => blinking. The beggining of the text is
now highlighted immediatly which reduces the blinking effect.
1 parent 3ecb7ea
Raw File
Tip revision: a212362619653e9d1eb4e964f8e0cd605e86c007 authored by Alain Leufroy on 24 September 2011, 15:38:49 UTC
[console] reduce blinking while displaying diff/source
Tip revision: a212362
MANIFEST.in
exclude .hgignore
recursive-exclude debian *
recursive-exclude test *
recursive-exclude debian.hardy *
recursive-exclude debian.lenny *
recursive-exclude debian.intrepid *

include ChangeLog
include COPYING
include README

include bin/hgview
include bin/hgview.bat

include hgviewlib/qt4/*.ui
include hgviewlib/qt4/hgqv.qrc
include hgviewlib/qt4/icons/*

include doc/hgview.1.txt
include doc/Makefile
include hgext/hgview.py

include hgext/hgview.rc
include doc/hgqv.1
include setup.py
include __pkginfo__.py
include test/data/hgviewrc
include test/data/.hgviewrc


recursive-include etc *
back to top