- Enabled more warnings
* Updated to work with Mozilla 1.8 and with XULRunner
- --
+ -- Ben Hutchings <ben@decadent.org.uk> Wed, 16 Aug 2006 01:47:28 +0100
videolink (0.8) unstable; urgency=low
padding on all sides of the body; this doesn't apply to the
background.
-Prior to Mozilla version 1.8, which I have not yet tested, Mozilla may
-signal that a page is completely loaded before any background images
-are loaded and displayed. This results in snapshots that do not
-include background images. You can work around this by using
-absolutely-positioned "inline" images, or attempt to build VideoLink
-against Mozilla 1.8.
+Prior to version 1.8, Mozilla may signal that a page is completely
+loaded before any background images are loaded and displayed. This
+can result in VideoLink converting the page without the background
+images. If VideoLink is built with an older version of Mozilla you
+can work around this by using absolutely-positioned "inline" images,
+since Mozilla will always wait for these to load.
DVD players do not have "back" buttons, so you should generally
provide links to "higher" menu pages. However, they do have a button
For any page with no links, add a "back" link (this raises the issue of localisation, of course).
If a page is too large, split it and add "next" and "previous" links (seems very difficult).
Set Mozilla's idea of the pixel aspect ratio to match video pixels. (For extra credit, scale preview mode to correct for the differing aspect ratio.) This seems to be impossible.
+Avoid running Xvfb if we're only going to display an error message.
+videolink (0.9-1) unstable; urgency=low
+
+ * New upstream version
+ * Changed to build with XULRunner by preference
+
+ -- Ben Hutchings <ben@decadent.org.uk> Wed, 16 Aug 2006 01:47:34 +0100
+
videolink (0.8-1) unstable; urgency=low
* Initial upload - closes: #382117