Add preference options for refreshing the view + controller automatically on windowDidBecomeMain.

Add preference for showing exact or relative dates. 
Make the showWhitespaceDifferences preference work.
Make the context slider in the diff views work. 

This is done with a minimal version of jQuery 1.3.2 being responsible for the animation and
a small cookie storing the last value between page refreshes so that it can be incremented by the HTML sliders
default value.
TODO: Maybe we can also make the default context value into a preference?
This commit is contained in:
André Berg
2010-03-24 09:14:52 +01:00
parent 45e8aabaf3
commit 5598eef737
9 changed files with 281 additions and 151 deletions
+1 -2
View File
@@ -49,8 +49,7 @@
}
.diff .file .diffcontent .lines .whitespace {
/* background-color: rgba(255,0,0,0.5); */
background-color: transparent;
background-color: rgba(255,0,0,0.5);
}
#CurrentHunk {