Speed up the file history browser.
commit13f1bb3c0dc579f07f480416035836c8ecb21258
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 3 Dec 2006 21:35:23 +0000 (3 22:35 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 3 Dec 2006 21:35:23 +0000 (3 22:35 +0100)
tree4386017e2a7a9981c7adac5f2275e029837472eb
parent999044b603ed46097b0fcccbd9cea7e4298d071e
Speed up the file history browser.

Use the SWT.VIRTUAL flag to make browsing faster by now extracting
commit information in java format before we actually need it.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.core/src/org/spearce/egit/core/GitQuickDiffProvider.java
org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java