Implemented visualisation of diffs within two lines.
commit31214e11b1e1c3c35989ae4194498e89f93b65cf
authorDaniel Fiser <danfis@danfis.cz>
Tue, 6 Nov 2007 19:15:00 +0000 (6 20:15 +0100)
committerDaniel Fiser <danfis@danfis.cz>
Tue, 6 Nov 2007 19:15:00 +0000 (6 20:15 +0100)
tree1296d1605bc4ff6677683d7ffdeeb5c42117035a
parent1b972df3a817390499c65ba1fb69b31ecc1c255b
Implemented visualisation of diffs within two lines.

Changed class Snippet to internaly use different structures than Text*
because new reperesentation is better for storing information about
differences by one line. This new structures are generated from
LevenshteinDistances and Text classes.
Added some definitions of colors, fonts etc. to settings.{h,cpp}.
Some other changes to everything work fine.
src/diff/levenshtein_table.cpp
src/diff/snippet.cpp
src/diff/snippet.h
src/diff/text.h
src/parser/parser.cpp
src/parser/parser.h
src/qt/diff_view.cpp
src/qt/diff_view.h
src/settings.cpp
src/settings.h