Optimize the diff display by using QSyntaxHighlighter
commitd9b5136e7f2c082ff70eeb05ae8b4c23f0cc7fc4
authorDavid Aguilar <davvid@gmail.com>
Sat, 15 Dec 2007 14:03:47 +0000 (15 06:03 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sat, 15 Dec 2007 14:03:47 +0000 (15 06:03 -0800)
treedca61caf50aac0392e86c86529f82cc9bda9d91b
parentc40fd604af09237af0b8fbd7bae8982b9eccdf24
Optimize the diff display by using QSyntaxHighlighter

Squashed commit of the following:

commit 469d388327218fa015de74b9e3ec99933847e501
Author: David Aguilar <davvid@gmail.com>
Date:   Sat Dec 15 06:01:46 2007 -0800

    Vastly improved the diff/repo display

    Added GitSyntaxHighlighter
    Changed dialogs to use the GitSyntaxHighlighter
    Removed all HTML-related junk

    Signed-off by: David Aguilar <davvid@gmail.com>

commit 7d8a52e25f5049a0d14c20e9009bd283c1452cff
Author: David Aguilar <davvid@gmail.com>
Date:   Sat Dec 15 04:15:15 2007 -0800

    Context menu
py/cmds.py
py/controllers.py
py/repobrowsercontroller.py
py/syntax.py [new file with mode: 0755]
py/utils.py
py/views.py
scripts/html2py.pl [deleted file]