-
Here's an updated version of the patch with some better versions of the icons inline and the schema default set to load images.
The problem with the translations is I think in the generation of item.xml (there are no translations in the generated item.xml):
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../po/.intltool-merge-cache ../po item.xml.in item.xml
I had tried to keep the svg as...
2009-10-18 19:47:39 UTC in Liferea
-
If I understand what you mean by menu images, how about doing them as inline svg?
I've updated the patch with some ugly proof of concept ones and these do show with auto load images turned off.
(It patches item.xml.in which works but I don't get any translations now for the menu text in item.xml?)
2009-09-29 20:16:17 UTC in Liferea
-
Updated patch with handmade glade changes including changing the text from "Automatically Load Images" to just "Load Images" to avoid implying there was a separate manual action.
2009-09-09 17:39:50 UTC in Liferea
-
Attached is a patch against 1.6.0 to add a preference to turn off the automatic loading of images in entries using the Webkit "auto-load-images" property. This could be useful for performance, bandwidth or privacy issues.
Some health warnings about the patch:
- Default is not to load images (my preference!)
- Change in behaviour only takes place after a restart
- It is actually impossible...
2009-09-08 19:04:56 UTC in Liferea
-
When using geany-0.18 with a Python program the new Imports Symbols list doesn't recognise comments, e.g.
import sys # some text
"some" and "text" are shown as Imports.
2009-08-17 12:29:40 UTC in Geany
-
_static/mpl.css for the html documentation uses navigation.png and contents.png but these are not included.
2009-08-08 11:24:20 UTC in matplotlib